Pull request #4516 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9c6f205bef6229b17ef07f5235b60c76afa09d66+5e5e524b046b59e82a11ffe2e7f953256f5ca87d (c9d4cc310aabfecafbee2b82fb8b31ebd2d8fd41) 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-ssh3809196940016380724.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh17711207476090892629.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-4516/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-4516/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11719040088363543508.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-4516/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10157979367037102673.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh13972655772840055323.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-4516/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-4516/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10459310796391748304.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8771 in /w/workspace/edgexfoundry_edgex-go_PR-4516 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4516/head:refs/remotes/origin/PR-4516 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5e5e524b046b59e82a11ffe2e7f953256f5ca87d into PR head commit 9c6f205bef6229b17ef07f5235b60c76afa09d66 Merge succeeded, producing 9c6f205bef6229b17ef07f5235b60c76afa09d66 Checking out Revision 9c6f205bef6229b17ef07f5235b60c76afa09d66 (PR-4516) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-17T20:00:10.508Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-17T20:00:10.676Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # 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 5e5e524b046b59e82a11ffe2e7f953256f5ca87d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-17T20:00:10.778Z] ========================================================= [2023-04-17T20:00:10.778Z] EdgeX Global Pipelines Version Info [2023-04-17T20:00:10.778Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:00:11.506Z] ------------------- [2023-04-17T20:00:11.506Z] stable info: [2023-04-17T20:00:11.506Z] ------------------- [2023-04-17T20:00:11.506Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-17T20:00:11.506Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-17T20:00:11.506Z] Message: update stable to v1.0.248 [2023-04-17T20:00:12.075Z] ------------------- [2023-04-17T20:00:12.075Z] experimental info: [2023-04-17T20:00:12.075Z] ------------------- [2023-04-17T20:00:12.075Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-17T20:00:12.075Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-17T20:00:12.075Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-17T20:00:12.351Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-04-17T20:00:12.397Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-04-17T20:00:12.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-17T20:00:12.480Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-17T20:00:12.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-17T20:00:12.566Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-17T20:00:12.608Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-17T20:00:12.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-04-17T20:00:12.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-04-17T20:00:12.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-04-17T20:00:12.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-17T20:00:12.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-17T20:00:12.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-17T20:00:12.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-17T20:00:12.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-17T20:00:12.984Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-17T20:00:13.024Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-17T20:00:13.066Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-17T20:00:13.106Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-17T20:00:13.146Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-17T20:00:13.197Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-17T20:00:13.236Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-17T20:00:13.280Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-17T20:00:13.316Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4516 [Pipeline] echo [2023-04-17T20:00:13.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4516 [Pipeline] echo [2023-04-17T20:00:13.394Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4516 [Pipeline] echo [2023-04-17T20:00:13.438Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] echo [2023-04-17T20:00:13.479Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c6f205 [Pipeline] echo [2023-04-17T20:00:13.526Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-17T20:00:13.642Z] provisioning config files... [2023-04-17T20:00:13.654Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3069649838156938233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:00:14.005Z] ---> docker-login.sh [2023-04-17T20:00:14.005Z] nexus3.edgexfoundry.org:10001 [2023-04-17T20:00:14.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:00:14.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:00:14.265Z] Configure a credential helper to remove this warning. See [2023-04-17T20:00:14.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:00:14.265Z] [2023-04-17T20:00:14.265Z] Login Succeeded [2023-04-17T20:00:14.265Z] nexus3.edgexfoundry.org:10002 [2023-04-17T20:00:14.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:00:14.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:00:14.265Z] Configure a credential helper to remove this warning. See [2023-04-17T20:00:14.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:00:14.265Z] [2023-04-17T20:00:14.265Z] Login Succeeded [2023-04-17T20:00:14.265Z] nexus3.edgexfoundry.org:10003 [2023-04-17T20:00:14.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:00:14.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:00:14.526Z] Configure a credential helper to remove this warning. See [2023-04-17T20:00:14.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:00:14.526Z] [2023-04-17T20:00:14.526Z] Login Succeeded [2023-04-17T20:00:14.526Z] nexus3.edgexfoundry.org:10004 [2023-04-17T20:00:14.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:00:14.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:00:14.526Z] Configure a credential helper to remove this warning. See [2023-04-17T20:00:14.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:00:14.526Z] [2023-04-17T20:00:14.526Z] Login Succeeded [2023-04-17T20:00:14.526Z] docker.io [2023-04-17T20:00:14.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:00:15.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:00:15.727Z] Configure a credential helper to remove this warning. See [2023-04-17T20:00:15.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:00:15.727Z] [2023-04-17T20:00:15.727Z] Login Succeeded [2023-04-17T20:00:15.727Z] ---> docker-login.sh ends [Pipeline] } [2023-04-17T20:00:15.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-17T20:00:16.160Z] + 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-04-17T20:00:16.161Z] + dirname cmd/core-command/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo core-command,cmd/core-command/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-04-17T20:00:16.161Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/core-data/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo core-data,cmd/core-data/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + dirname cmd/core-metadata/Dockerfile [2023-04-17T20:00:16.161Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-04-17T20:00:16.161Z] + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ [2023-04-17T20:00:16.161Z] -f2 [2023-04-17T20:00:16.161Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-04-17T20:00:16.161Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/security-spire-agent/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/security-spire-config/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/security-spire-server/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/support-notifications/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-04-17T20:00:16.161Z] + dirname cmd/support-scheduler/Dockerfile [2023-04-17T20:00:16.161Z] + cut -d/ -f2 [2023-04-17T20:00:16.161Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-04-17T20:00:16.227Z] 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-04-17T20:00:16.737Z] + git rev-list -1 --merges 9c6f205bef6229b17ef07f5235b60c76afa09d66~1..9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] echo [2023-04-17T20:00:16.769Z] -----------> git rev-list -1 --merges 9c6f205bef6229b17ef07f5235b60c76afa09d66~1..9c6f205bef6229b17ef07f5235b60c76afa09d66 9c6f205bef6229b17ef07f5235b60c76afa09d66 [false] [Pipeline] sh [2023-04-17T20:00:17.077Z] + git log --format=format:%s -1 9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] echo [2023-04-17T20:00:17.113Z] ========================================================= [2023-04-17T20:00:17.113Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-17T20:00:17.113Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-04-17T20:00:17.548Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-17T20:00:17.548Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-17T20:00:17.548Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-17T20:00:17.548Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-17T20:00:17.548Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-17T20:00:17.548Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-17T20:00:17.548Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:00:17.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-17T20:00:17.973Z] [2023-04-17T20:00:17.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:00:18.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-17T20:00:18.338Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-17T20:00:18.338Z] b85a868b505f: Pulling fs layer [2023-04-17T20:00:18.338Z] e2be974225ed: Pulling fs layer [2023-04-17T20:00:18.338Z] 339a4e72a1f5: Pulling fs layer [2023-04-17T20:00:18.338Z] 988bab9f4d93: Pulling fs layer [2023-04-17T20:00:18.338Z] 1469e6f7b9e6: Pulling fs layer [2023-04-17T20:00:18.338Z] eaf3925da568: Pulling fs layer [2023-04-17T20:00:18.338Z] bab4dde63d76: Pulling fs layer [2023-04-17T20:00:18.338Z] bde34c3a00c8: Pulling fs layer [2023-04-17T20:00:18.338Z] b352a97aabf1: Pulling fs layer [2023-04-17T20:00:18.339Z] 4872d77fe225: Pulling fs layer [2023-04-17T20:00:18.339Z] 5851b861e8e6: Pulling fs layer [2023-04-17T20:00:18.339Z] b352a97aabf1: Waiting [2023-04-17T20:00:18.339Z] 1469e6f7b9e6: Waiting [2023-04-17T20:00:18.339Z] 4872d77fe225: Waiting [2023-04-17T20:00:18.339Z] eaf3925da568: Waiting [2023-04-17T20:00:18.339Z] 5851b861e8e6: Waiting [2023-04-17T20:00:18.339Z] bab4dde63d76: Waiting [2023-04-17T20:00:18.339Z] bde34c3a00c8: Waiting [2023-04-17T20:00:18.339Z] 988bab9f4d93: Waiting [2023-04-17T20:00:18.339Z] e2be974225ed: Download complete [2023-04-17T20:00:18.339Z] 988bab9f4d93: Download complete [2023-04-17T20:00:18.339Z] 1469e6f7b9e6: Verifying Checksum [2023-04-17T20:00:18.339Z] 1469e6f7b9e6: Download complete [2023-04-17T20:00:18.599Z] 339a4e72a1f5: Verifying Checksum [2023-04-17T20:00:18.599Z] 339a4e72a1f5: Download complete [2023-04-17T20:00:18.599Z] eaf3925da568: Verifying Checksum [2023-04-17T20:00:18.599Z] eaf3925da568: Download complete [2023-04-17T20:00:18.599Z] bde34c3a00c8: Download complete [2023-04-17T20:00:18.599Z] b352a97aabf1: Download complete [2023-04-17T20:00:18.599Z] 4872d77fe225: Verifying Checksum [2023-04-17T20:00:18.599Z] 4872d77fe225: Download complete [2023-04-17T20:00:18.599Z] 5851b861e8e6: Verifying Checksum [2023-04-17T20:00:18.599Z] 5851b861e8e6: Download complete [2023-04-17T20:00:18.599Z] b85a868b505f: Verifying Checksum [2023-04-17T20:00:18.599Z] b85a868b505f: Download complete [2023-04-17T20:00:18.857Z] bab4dde63d76: Verifying Checksum [2023-04-17T20:00:18.857Z] bab4dde63d76: Download complete [2023-04-17T20:00:19.792Z] b85a868b505f: Pull complete [2023-04-17T20:00:19.792Z] e2be974225ed: Pull complete [2023-04-17T20:00:20.052Z] 339a4e72a1f5: Pull complete [2023-04-17T20:00:20.310Z] 988bab9f4d93: Pull complete [2023-04-17T20:00:20.568Z] 1469e6f7b9e6: Pull complete [2023-04-17T20:00:20.568Z] eaf3925da568: Pull complete [2023-04-17T20:00:21.943Z] bab4dde63d76: Pull complete [2023-04-17T20:00:22.202Z] bde34c3a00c8: Pull complete [2023-04-17T20:00:22.202Z] b352a97aabf1: Pull complete [2023-04-17T20:00:22.202Z] 4872d77fe225: Pull complete [2023-04-17T20:00:22.461Z] 5851b861e8e6: Pull complete [2023-04-17T20:00:22.461Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-17T20:00:22.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-17T20:00:22.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:00:22.694Z] prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container [2023-04-17T20:00:22.729Z] $ 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-04-17T20:00:24.207Z] $ docker top 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 -eo pid,comm [2023-04-17T20:00:24.260Z] 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-04-17T20:00:24.260Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-17T20:00:24.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-17T20:00:24.388Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-17T20:00:24.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-17T20:00:24.507Z] $ docker exec 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent [2023-04-17T20:00:24.609Z] SSH_AUTH_SOCK=/tmp/ssh-iPZDisKGnFwq/agent.32 [2023-04-17T20:00:24.609Z] SSH_AGENT_PID=38 [2023-04-17T20:00:24.615Z] Running ssh-add (command line suppressed) [2023-04-17T20:00:24.732Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_17797624086162467276.key (/w/workspace/edgex-go/1@tmp/private_key_17797624086162467276.key) [2023-04-17T20:00:24.746Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-17T20:00:25.068Z] + git tag --points-at HEAD [Pipeline] } [2023-04-17T20:00:25.097Z] $ docker exec --env ******** --env ******** 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent -k [2023-04-17T20:00:25.185Z] unset SSH_AUTH_SOCK; [2023-04-17T20:00:25.185Z] unset SSH_AGENT_PID; [2023-04-17T20:00:25.185Z] echo Agent pid 38 killed; [2023-04-17T20:00:25.191Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-17T20:00:25.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-17T20:00:25.273Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-17T20:00:25.369Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-17T20:00:25.375Z] $ docker exec 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent [2023-04-17T20:00:25.482Z] SSH_AUTH_SOCK=/tmp/ssh-NZfAYYTR4wDe/agent.71 [2023-04-17T20:00:25.482Z] SSH_AGENT_PID=77 [2023-04-17T20:00:25.489Z] Running ssh-add (command line suppressed) [2023-04-17T20:00:25.590Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7608115518252069509.key (/w/workspace/edgex-go/1@tmp/private_key_7608115518252069509.key) [2023-04-17T20:00:25.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-17T20:00:25.931Z] + git semver init [2023-04-17T20:00:26.190Z] 2023-04-17 20:00:26,117 [run_init] DEBUG init version:0.0.0 force:False [2023-04-17T20:00:26.190Z] 2023-04-17 20:00:26,117 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-04-17T20:00:26.190Z] 2023-04-17 20:00:26,118 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-04-17T20:00:26.190Z] 2023-04-17 20:00:26,118 [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-04-17T20:00:31.467Z] 2023-04-17 20:00:30,582 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,583 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4516 with force:False [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,583 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4516 [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,587 [execute] INFO git cat-file --batch-check [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,588 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,594 [execute] INFO git cat-file --batch [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-04-17T20:00:31.467Z] 2023-04-17 20:00:30,599 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4516 [2023-04-17T20:00:31.467Z] 0.0.0 [Pipeline] } [2023-04-17T20:00:31.498Z] $ docker exec --env ******** --env ******** 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 ssh-agent -k [2023-04-17T20:00:31.609Z] unset SSH_AUTH_SOCK; [2023-04-17T20:00:31.609Z] unset SSH_AGENT_PID; [2023-04-17T20:00:31.610Z] echo Agent pid 77 killed; [2023-04-17T20:00:31.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-17T20:00:32.037Z] + git semver [Pipeline] } [2023-04-17T20:00:32.323Z] $ docker stop --time=1 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 [2023-04-17T20:00:33.648Z] $ docker rm -f --volumes 83b8dfe6ba1c8618c65e8f6c488f1cc72ca1ee4ce3b6a4beed4700982fe2d418 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-17T20:00:34.047Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-17T20:00:34.363Z] Stashed 1 file(s) [Pipeline] echo [2023-04-17T20:00:34.384Z] [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-04-17T20:00:35.253Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-17T20:00:35.291Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-17T20:00:35.337Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-17T20:00:35.371Z] ========================================================= [2023-04-17T20:00:35.371Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-17T20:00:35.371Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-17T20:00:35.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-17T20:00:35.703Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-17T20:00:35.703Z] 63b65145d645: Pulling fs layer [2023-04-17T20:00:35.703Z] a2d21d5440eb: Pulling fs layer [2023-04-17T20:00:35.703Z] 935e6c44a52c: Pulling fs layer [2023-04-17T20:00:35.703Z] 94cc34f8dd06: Pulling fs layer [2023-04-17T20:00:35.703Z] 30dea6a524f1: Pulling fs layer [2023-04-17T20:00:35.703Z] a2aff8979fd8: Pulling fs layer [2023-04-17T20:00:35.703Z] 6808be2612f2: Pulling fs layer [2023-04-17T20:00:35.703Z] f25807f1079a: Pulling fs layer [2023-04-17T20:00:35.703Z] 30dea6a524f1: Waiting [2023-04-17T20:00:35.703Z] a2aff8979fd8: Waiting [2023-04-17T20:00:35.703Z] 6808be2612f2: Waiting [2023-04-17T20:00:35.703Z] f25807f1079a: Waiting [2023-04-17T20:00:35.703Z] 94cc34f8dd06: Waiting [2023-04-17T20:00:35.703Z] a2d21d5440eb: Verifying Checksum [2023-04-17T20:00:35.703Z] a2d21d5440eb: Download complete [2023-04-17T20:00:35.703Z] 94cc34f8dd06: Verifying Checksum [2023-04-17T20:00:35.703Z] 94cc34f8dd06: Download complete [2023-04-17T20:00:35.703Z] 30dea6a524f1: Download complete [2023-04-17T20:00:35.703Z] 63b65145d645: Verifying Checksum [2023-04-17T20:00:35.703Z] 63b65145d645: Download complete [2023-04-17T20:00:35.703Z] a2aff8979fd8: Verifying Checksum [2023-04-17T20:00:35.703Z] a2aff8979fd8: Download complete [2023-04-17T20:00:35.962Z] 63b65145d645: Pull complete [2023-04-17T20:00:35.962Z] a2d21d5440eb: Pull complete [2023-04-17T20:00:36.221Z] f25807f1079a: Verifying Checksum [2023-04-17T20:00:36.221Z] f25807f1079a: Download complete [2023-04-17T20:00:36.480Z] 935e6c44a52c: Verifying Checksum [2023-04-17T20:00:36.480Z] 935e6c44a52c: Download complete [2023-04-17T20:00:36.480Z] 6808be2612f2: Verifying Checksum [2023-04-17T20:00:36.480Z] 6808be2612f2: Download complete [2023-04-17T20:00:39.767Z] 935e6c44a52c: Pull complete [2023-04-17T20:00:39.767Z] 94cc34f8dd06: Pull complete [2023-04-17T20:00:39.767Z] 30dea6a524f1: Pull complete [2023-04-17T20:00:39.767Z] a2aff8979fd8: Pull complete [2023-04-17T20:00:41.664Z] 6808be2612f2: Pull complete [2023-04-17T20:00:42.604Z] f25807f1079a: Pull complete [2023-04-17T20:00:42.604Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-17T20:00:42.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-17T20:00:42.604Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-17T20:00:42.970Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-17T20:00:42.970Z] WORKDIR /edgex [2023-04-17T20:00:42.970Z] COPY go.mod . [2023-04-17T20:00:42.970Z] RUN go mod download [2023-04-17T20:00:42.970Z] + docker build -t ci-base-image-x86_64 -f - . [2023-04-17T20:00:43.537Z] Sending build context to Docker daemon 170.6MB [2023-04-17T20:00:43.537Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-17T20:00:43.537Z] ---> 3b553350e43f [2023-04-17T20:00:43.537Z] Step 2/4 : WORKDIR /edgex [2023-04-17T20:00:45.439Z] ---> Running in 6f58b5bb78cb [2023-04-17T20:00:45.439Z] Removing intermediate container 6f58b5bb78cb [2023-04-17T20:00:45.439Z] ---> 60ae525e3cde [2023-04-17T20:00:45.439Z] Step 3/4 : COPY go.mod . [2023-04-17T20:00:45.700Z] ---> 8b58fd205e92 [2023-04-17T20:00:45.700Z] Step 4/4 : RUN go mod download [2023-04-17T20:00:45.700Z] ---> Running in c7cc7668394f [2023-04-17T20:00:49.699Z] Still waiting to schedule task [2023-04-17T20:00:49.699Z] ‘prd-centos7-blackbox-4c-2g-8594’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-17T20:00:49.699Z] ‘prd-centos7-blackbox-4c-2g-8595’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-17T20:00:49.699Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-8772’ is offline [2023-04-17T20:00:55.677Z] Removing intermediate container c7cc7668394f [2023-04-17T20:00:55.677Z] ---> df8fbcc00cee [2023-04-17T20:00:55.677Z] Successfully built df8fbcc00cee [2023-04-17T20:00:55.677Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:00:56.059Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-17T20:00:56.059Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:00:56.216Z] prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container [2023-04-17T20:00:56.251Z] $ 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-04-17T20:00:56.645Z] $ docker top 4d21e80b932a47d1d4b0a0317e3bad3a66008d79ea7d1c648ae9d25fd7775b51 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-17T20:00:57.041Z] + go version [2023-04-17T20:00:57.041Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-17T20:00:57.082Z] $ docker stop --time=1 4d21e80b932a47d1d4b0a0317e3bad3a66008d79ea7d1c648ae9d25fd7775b51 [2023-04-17T20:00:58.365Z] $ docker rm -f --volumes 4d21e80b932a47d1d4b0a0317e3bad3a66008d79ea7d1c648ae9d25fd7775b51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:00:59.029Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-17T20:00:59.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:00:59.186Z] prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container [2023-04-17T20:00:59.221Z] $ 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-04-17T20:00:59.564Z] $ docker top 6bfa2bf780d7eaa85458d3d2aefc4825881491200ea81f9c65608672bb8c4195 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-17T20:00:59.676Z] ========================================================= [2023-04-17T20:00:59.676Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-17T20:00:59.676Z] ========================================================= [Pipeline] sh [2023-04-17T20:00:59.968Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-17T20:01:00.323Z] + make test [2023-04-17T20:01:00.323Z] go test -race -coverprofile=coverage.out ./... [2023-04-17T20:01:06.888Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-17T20:01:19.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-17T20:01:19.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-17T20:01:19.099Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-17T20:01:19.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-17T20:01:19.649Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-17T20:01:19.930Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-17T20:01:20.206Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-17T20:01:20.206Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-17T20:01:20.206Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-17T20:01:20.464Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-17T20:01:20.722Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-17T20:01:20.980Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-17T20:01:20.980Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-17T20:01:20.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-17T20:01:21.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-17T20:01:21.547Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-17T20:01:21.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.054s coverage: 28.7% of statements [2023-04-17T20:01:21.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 98.5% of statements [2023-04-17T20:01:22.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-17T20:01:22.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-17T20:01:22.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-17T20:01:22.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-17T20:01:22.940Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-17T20:01:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-17T20:01:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-17T20:01:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:01:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-17T20:01:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-17T20:01:24.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-17T20:01:24.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-17T20:01:25.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.086s coverage: 71.5% of statements [2023-04-17T20:01:25.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 54.0% of statements [2023-04-17T20:01:26.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.692s coverage: 88.5% of statements [2023-04-17T20:01:26.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.068s coverage: 3.8% of statements [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-17T20:01:26.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-17T20:01:27.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.326s coverage: 95.6% of statements [2023-04-17T20:01:27.206Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 72.2% of statements [2023-04-17T20:01:27.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-17T20:01:27.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-17T20:01:27.771Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-17T20:01:27.771Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 65.9% of statements [2023-04-17T20:01:28.336Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-17T20:01:28.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-17T20:01:28.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.076s coverage: 0.9% of statements [2023-04-17T20:01:28.337Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.047s coverage: 29.0% of statements [2023-04-17T20:01:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 44.1% of statements [2023-04-17T20:01:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 82.9% of statements [2023-04-17T20:01:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2023-04-17T20:01:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2023-04-17T20:01:29.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-17T20:01:29.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-17T20:01:30.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-17T20:01:30.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-17T20:01:30.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-17T20:01:30.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-17T20:01:30.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-17T20:01:30.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-17T20:01:31.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-17T20:01:32.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-17T20:01:32.374Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-17T20:01:33.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-17T20:01:33.309Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-17T20:01:34.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-17T20:01:34.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-17T20:01:34.682Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-17T20:01:36.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-17T20:01:36.060Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-17T20:01:36.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-17T20:01:37.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-17T20:01:37.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-17T20:01:37.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-17T20:01:37.250Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-17T20:01:38.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-17T20:01:38.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-17T20:01:38.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-17T20:01:38.623Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-17T20:01:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-17T20:01:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:01:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-17T20:01:39.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-17T20:01:40.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.058s coverage: 94.4% of statements [2023-04-17T20:01:40.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-17T20:01:40.382Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-17T20:01:41.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-17T20:01:41.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.274s coverage: 79.9% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 17.066s coverage: 92.9% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.061s coverage: 62.3% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.047s coverage: 20.0% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 81.8% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 82.1% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 86.0% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.1% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.067s coverage: 17.7% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.110s coverage: 92.3% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 61.5% of statements [2023-04-17T20:01:53.509Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2023-04-17T20:01:53.509Z] 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-04-17T20:01:53.509Z] running golangci-lint [2023-04-17T20:01:53.509Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-04-17T20:01:53.509Z] go version go1.20.2 linux/amd64 [2023-04-17T20:01:53.509Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-04-17T20:01:53.509Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-04-17T20:02:08.649Z] level=info msg="[loader] Go packages loading at mode 575 (imports|name|compiled_files|files|types_sizes|deps|exports_file) took 13.441984764s" [2023-04-17T20:02:08.649Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.522859ms" [2023-04-17T20:02:13.908Z] level=info msg="[linters_context/goanalysis] analyzers took 49.630995914s with top 10 stages: buildir: 26.376112653s, fact_deprecated: 1.278980794s, inspect: 1.2764932s, gosec: 1.007949719s, fact_purity: 975.781437ms, S1038: 913.440603ms, nilness: 794.491845ms, printf: 772.233982ms, ctrlflow: 672.683108ms, errcheck: 656.827608ms" [2023-04-17T20:02:13.908Z] level=info msg="[runner] Issues before processing: 203, after processing: 0" [2023-04-17T20:02:13.908Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 203/203, autogenerated_exclude: 203/203, path_prettifier: 203/203, exclude: 203/203, exclude-rules: 23/203, nolint: 0/23, cgo: 203/203, skip_files: 203/203, identifier_marker: 203/203, skip_dirs: 203/203" [2023-04-17T20:02:13.908Z] level=info msg="[runner] processing took 19.967869ms with stages: nolint: 8.979073ms, identifier_marker: 5.676006ms, exclude-rules: 1.796891ms, autogenerated_exclude: 1.444274ms, path_prettifier: 1.338773ms, skip_dirs: 685.482µs, cgo: 28µs, filename_unadjuster: 14.91µs, max_same_issues: 750ns, path_shortener: 620ns, uniq_by_line: 560ns, skip_files: 530ns, severity-rules: 410ns, exclude: 280ns, source_code: 260ns, sort_results: 250ns, diff: 250ns, path_prefixer: 230ns, max_from_linter: 180ns, max_per_file_from_linter: 140ns" [2023-04-17T20:02:13.908Z] level=info msg="[runner] linters took 6.387863678s with stages: goanalysis_metalinter: 6.367811008s" [2023-04-17T20:02:13.908Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-04-17T20:02:13.908Z] level=info msg="Memory: 200 samples, avg is 180.2MB, max is 793.4MB" [2023-04-17T20:02:13.908Z] level=info msg="Execution took 19.874228896s" [2023-04-17T20:02:13.908Z] go vet ./... [2023-04-17T20:02:17.189Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-17T20:02:17.447Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-17T20:02:17.447Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-17T20:02:17.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-17T20:02:18.046Z] + ls -al . [2023-04-17T20:02:18.046Z] total 704 [2023-04-17T20:02:18.046Z] drwxrwxr-x 11 1001 1001 4096 Apr 17 20:01 . [2023-04-17T20:02:18.046Z] drwxr-xr-x 4 root root 4096 Apr 17 20:00 .. [2023-04-17T20:02:18.046Z] drwxrwxr-x 2 1001 1001 4096 Apr 17 20:00 .blubracket [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 16 Apr 17 20:00 .dockerignore [2023-04-17T20:02:18.046Z] drwxrwxr-x 8 1001 1001 4096 Apr 17 20:00 .git [2023-04-17T20:02:18.046Z] drwxrwxr-x 3 1001 1001 4096 Apr 17 20:00 .github [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 1133 Apr 17 20:00 .gitignore [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 42 Apr 17 20:00 .golangci.yml [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 87 Apr 17 20:00 .hadolint.yml [2023-04-17T20:02:18.046Z] drwxr-xr-x 3 1001 1001 4096 Apr 17 20:00 .semver [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 166 Apr 17 20:00 .sonarcloud.properties [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 1171 Apr 17 20:00 ADOPTERS.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 10835 Apr 17 20:00 Attribution.txt [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 73765 Apr 17 20:00 CHANGELOG.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 3804 Apr 17 20:00 CONTRIBUTING.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 677 Apr 17 20:00 GOVERNANCE.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 883 Apr 17 20:00 Jenkinsfile [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 10775 Apr 17 20:00 LICENSE [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 14368 Apr 17 20:00 Makefile [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 582 Apr 17 20:00 OWNERS.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 9403 Apr 17 20:00 README.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 789 Apr 17 20:00 SECURITY.md [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 5 Apr 17 20:00 VERSION [2023-04-17T20:02:18.046Z] drwxrwxr-x 2 1001 1001 4096 Apr 17 20:00 bin [2023-04-17T20:02:18.046Z] drwxrwxr-x 18 1001 1001 4096 Apr 17 20:00 cmd [2023-04-17T20:02:18.046Z] -rw-r--r-- 1 root root 448248 Apr 17 20:01 coverage.out [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 3200 Apr 17 20:00 go.mod [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 31265 Apr 17 20:00 go.sum [2023-04-17T20:02:18.046Z] drwxrwxr-x 7 1001 1001 4096 Apr 17 20:00 internal [2023-04-17T20:02:18.046Z] drwxrwxr-x 3 1001 1001 4096 Apr 17 20:00 openapi [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 594 Apr 17 20:00 security.txt [2023-04-17T20:02:18.046Z] drwxrwxr-x 4 1001 1001 4096 Apr 17 20:00 snap [2023-04-17T20:02:18.046Z] -rw-rw-r-- 1 1001 1001 204 Apr 17 20:00 version.go [Pipeline] sh [2023-04-17T20:02:18.355Z] + '[' -e coverage.out ] [2023-04-17T20:02:18.355Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-17T20:02:18.478Z] Stashed 1 file(s) [Pipeline] sh [2023-04-17T20:02:18.775Z] + make build [2023-04-17T20:02:18.775Z] 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-04-17T20:02:30.979Z] 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-04-17T20:02:30.979Z] 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-04-17T20:02:31.237Z] 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-04-17T20:02:32.173Z] 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-04-17T20:02:38.730Z] 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-04-17T20:02:38.988Z] 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-04-17T20:02:40.358Z] 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-04-17T20:02:41.293Z] 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-04-17T20:02:41.861Z] 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-04-17T20:02:42.795Z] 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-04-17T20:02:43.731Z] 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-04-17T20:02:45.129Z] $ docker stop --time=1 6bfa2bf780d7eaa85458d3d2aefc4825881491200ea81f9c65608672bb8c4195 [2023-04-17T20:02:47.756Z] $ docker rm -f --volumes 6bfa2bf780d7eaa85458d3d2aefc4825881491200ea81f9c65608672bb8c4195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:02:48.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-17T20:02:48.829Z] [2023-04-17T20:02:48.829Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:02:49.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-17T20:02:49.214Z] latest: Pulling from edgex-devops/edgex-compose [2023-04-17T20:02:49.214Z] cbdbe7a5bc2a: Pulling fs layer [2023-04-17T20:02:49.214Z] ca9280d653b3: Pulling fs layer [2023-04-17T20:02:49.214Z] 7e9c9ca2126c: Pulling fs layer [2023-04-17T20:02:49.214Z] cbdbe7a5bc2a: Download complete [2023-04-17T20:02:49.475Z] ca9280d653b3: Verifying Checksum [2023-04-17T20:02:49.475Z] ca9280d653b3: Download complete [2023-04-17T20:02:49.475Z] cbdbe7a5bc2a: Pull complete [2023-04-17T20:02:49.733Z] 7e9c9ca2126c: Download complete [2023-04-17T20:02:49.992Z] ca9280d653b3: Pull complete [2023-04-17T20:02:53.275Z] 7e9c9ca2126c: Pull complete [2023-04-17T20:02:53.275Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-04-17T20:02:53.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-17T20:02:53.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:02:53.503Z] prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container [2023-04-17T20:02:53.545Z] $ 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-04-17T20:02:54.899Z] $ docker top e5d0f8778fec13c36447a3315b0b8c74e78f02fc5ae409847e5f49065e2cb767 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-17T20:02:55.294Z] + docker-compose build --help [2023-04-17T20:02:55.294Z] + grep parallel [2023-04-17T20:02:55.863Z] --parallel Build images in parallel. [Pipeline] } [2023-04-17T20:02:55.899Z] $ docker stop --time=1 e5d0f8778fec13c36447a3315b0b8c74e78f02fc5ae409847e5f49065e2cb767 [2023-04-17T20:02:57.204Z] $ docker rm -f --volumes e5d0f8778fec13c36447a3315b0b8c74e78f02fc5ae409847e5f49065e2cb767 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:02:57.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-04-17T20:02:57.776Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:02:57.916Z] prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container [2023-04-17T20:02:57.955Z] $ 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-04-17T20:02:58.307Z] $ docker top 48f1051d2cf3156c2dc78425a3da5bb6f3a3c206d350ba124b3b0b9dfcd2c9b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-17T20:02:58.687Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-17T20:02:59.255Z] Building core-command ... [2023-04-17T20:02:59.255Z] Building core-common-config-bootstrapper ... [2023-04-17T20:02:59.255Z] Building core-data ... [2023-04-17T20:02:59.255Z] Building core-metadata ... [2023-04-17T20:02:59.255Z] Building security-bootstrapper ... [2023-04-17T20:02:59.255Z] Building security-proxy-auth ... [2023-04-17T20:02:59.255Z] Building security-proxy-setup ... [2023-04-17T20:02:59.255Z] Building security-secretstore-setup ... [2023-04-17T20:02:59.255Z] Building security-spiffe-token-provider ... [2023-04-17T20:02:59.255Z] Building security-spire-agent ... [2023-04-17T20:02:59.255Z] Building security-spire-config ... [2023-04-17T20:02:59.255Z] Building security-spire-server ... [2023-04-17T20:02:59.255Z] Building support-notifications ... [2023-04-17T20:02:59.255Z] Building support-scheduler ... [2023-04-17T20:02:59.255Z] Building core-data [2023-04-17T20:02:59.255Z] Building core-common-config-bootstrapper [2023-04-17T20:02:59.255Z] Building security-spiffe-token-provider [2023-04-17T20:02:59.255Z] Building core-metadata [2023-04-17T20:02:59.255Z] Building security-bootstrapper [2023-04-17T20:03:11.453Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:03:11.453Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:03:11.453Z] ---> df8fbcc00cee [2023-04-17T20:03:11.453Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:03:11.453Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:03:11.453Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:03:11.453Z] ---> df8fbcc00cee [2023-04-17T20:03:11.453Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:03:11.453Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:03:11.453Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:03:11.453Z] ---> df8fbcc00cee [2023-04-17T20:03:11.453Z] Step 3/33 : WORKDIR /edgex-go [2023-04-17T20:03:11.453Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:03:11.453Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:03:11.453Z] ---> df8fbcc00cee [2023-04-17T20:03:11.453Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:03:11.453Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:03:11.453Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:03:11.453Z] ---> df8fbcc00cee [2023-04-17T20:03:11.453Z] Step 3/20 : WORKDIR /edgex-go [2023-04-17T20:03:12.827Z] ---> Running in 2f84516a5297 [2023-04-17T20:03:12.827Z] ---> Running in 38553f13bf81 [2023-04-17T20:03:12.827Z] ---> Running in d1e395e0a73f [2023-04-17T20:03:12.827Z] ---> Running in 1f23fdac231b [2023-04-17T20:03:12.827Z] ---> Running in 7a144207f80e [2023-04-17T20:03:13.084Z] Removing intermediate container 2f84516a5297 [2023-04-17T20:03:13.084Z] ---> f090ed67d1b7 [2023-04-17T20:03:13.084Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:03:13.084Z] Removing intermediate container 7a144207f80e [2023-04-17T20:03:13.084Z] ---> d7d160be587e [2023-04-17T20:03:13.084Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:03:13.084Z] Removing intermediate container 38553f13bf81 [2023-04-17T20:03:13.084Z] ---> fa02b5666299 [2023-04-17T20:03:13.084Z] Step 4/25 : WORKDIR /edgex-go [2023-04-17T20:03:13.084Z] Removing intermediate container d1e395e0a73f [2023-04-17T20:03:13.084Z] ---> 9bcb76fa8dfa [2023-04-17T20:03:13.084Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-17T20:03:13.084Z] ---> Running in 643b4b5091cc [2023-04-17T20:03:13.084Z] Removing intermediate container 1f23fdac231b [2023-04-17T20:03:13.084Z] ---> 5b5935fd3e41 [2023-04-17T20:03:13.084Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-17T20:03:13.084Z] ---> Running in 31ff012f7355 [2023-04-17T20:03:13.084Z] ---> Running in 6781ae609726 [2023-04-17T20:03:13.084Z] ---> Running in d1c1d72378db [2023-04-17T20:03:13.084Z] ---> Running in d1d4c2ce4785 [2023-04-17T20:03:13.343Z] Removing intermediate container 643b4b5091cc [2023-04-17T20:03:13.343Z] ---> 5b59ffefdaf4 [2023-04-17T20:03:13.343Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:03:13.343Z] ---> Running in af334a132b81 [2023-04-17T20:03:13.343Z] Removing intermediate container 31ff012f7355 [2023-04-17T20:03:13.343Z] ---> 255adeb855f5 [2023-04-17T20:03:13.343Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:03:13.343Z] Removing intermediate container d1d4c2ce4785 [2023-04-17T20:03:13.343Z] ---> cf7d88ac2662 [2023-04-17T20:03:13.343Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-17T20:03:13.343Z] ---> Running in 11eade33dd93 [2023-04-17T20:03:13.343Z] ---> Running in bef9433da290 [2023-04-17T20:03:13.602Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:13.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:13.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:13.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:13.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:03:14.118Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:03:14.118Z] OK: 17824 distinct packages available [2023-04-17T20:03:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.118Z] OK: 265 MiB in 53 packages [2023-04-17T20:03:14.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:03:14.376Z] OK: 265 MiB in 53 packages [2023-04-17T20:03:14.376Z] OK: 265 MiB in 53 packages [2023-04-17T20:03:14.376Z] OK: 265 MiB in 53 packages [2023-04-17T20:03:14.376Z] OK: 265 MiB in 53 packages [2023-04-17T20:03:14.942Z] Removing intermediate container 6781ae609726 [2023-04-17T20:03:14.942Z] ---> 0bfaab2830a4 [2023-04-17T20:03:14.942Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-17T20:03:14.942Z] Removing intermediate container 11eade33dd93 [2023-04-17T20:03:14.942Z] ---> 075fcfd72cc9 [2023-04-17T20:03:14.942Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:03:15.202Z] Removing intermediate container bef9433da290 [2023-04-17T20:03:15.202Z] ---> 02f6f26d875f [2023-04-17T20:03:15.202Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-17T20:03:15.202Z] ---> 202545845a21 [2023-04-17T20:03:15.202Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:03:15.202Z] Removing intermediate container af334a132b81 [2023-04-17T20:03:15.202Z] ---> 0cd8cd6fec09 [2023-04-17T20:03:15.202Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:03:15.202Z] ---> Running in 544c9facb3e2 [2023-04-17T20:03:15.202Z] ---> 65215294bb85 [2023-04-17T20:03:15.202Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:03:15.202Z] Removing intermediate container d1c1d72378db [2023-04-17T20:03:15.202Z] ---> 71a38996753b [2023-04-17T20:03:15.202Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-17T20:03:15.459Z] ---> 4c7affbc5fe7 [2023-04-17T20:03:15.459Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:03:15.459Z] ---> Running in 05dfe76913ad [2023-04-17T20:03:15.459Z] ---> Running in 224bb6b6a20a [2023-04-17T20:03:15.459Z] ---> 0748c7d1521a [2023-04-17T20:03:15.459Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:03:15.459Z] ---> Running in 233b356fb1a7 [2023-04-17T20:03:15.459Z] ---> 4969eec95753 [2023-04-17T20:03:15.459Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:03:15.459Z] ---> Running in a9d6f7d1fd0d [2023-04-17T20:03:16.216Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8773 in /w/workspace/edgexfoundry_edgex-go_PR-4516 [Pipeline] { [Pipeline] ws [2023-04-17T20:03:16.279Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-04-17T20:03:16.362Z] The recommended git tool is: git [2023-04-17T20:03:22.357Z] using credential edgex-jenkins-ssh [2023-04-17T20:03:22.380Z] Cloning the remote Git repository [2023-04-17T20:03:22.425Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-04-17T20:03:22.528Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-04-17T20:03:22.711Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-17T20:03:22.712Z] > git --version # timeout=10 [2023-04-17T20:03:22.733Z] > git --version # 'git version 2.25.1' [2023-04-17T20:03:22.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-17T20:03:22.911Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-17T20:03:46.996Z] Merging remotes/origin/main commit 5e5e524b046b59e82a11ffe2e7f953256f5ca87d into PR head commit 9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:03:45.300Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-17T20:03:45.323Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-17T20:03:46.222Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-04-17T20:03:46.275Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-04-17T20:03:46.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-17T20:03:46.291Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4516/head:refs/remotes/origin/PR-4516 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-17T20:03:47.018Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T20:03:47.098Z] > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # timeout=10 [2023-04-17T20:03:47.332Z] > git remote # timeout=10 [2023-04-17T20:03:47.355Z] > git config --get remote.origin.url # timeout=10 [2023-04-17T20:03:47.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-17T20:03:47.390Z] > git merge 5e5e524b046b59e82a11ffe2e7f953256f5ca87d # timeout=10 [2023-04-17T20:03:47.444Z] Merge succeeded, producing 9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:03:47.445Z] Checking out Revision 9c6f205bef6229b17ef07f5235b60c76afa09d66 (PR-4516) [2023-04-17T20:03:47.545Z] Removing intermediate container 224bb6b6a20a [2023-04-17T20:03:47.545Z] ---> f07fbec21c58 [2023-04-17T20:03:47.545Z] Step 8/25 : COPY . . [2023-04-17T20:03:47.545Z] Removing intermediate container 544c9facb3e2 [2023-04-17T20:03:47.545Z] ---> 84987c42ed04 [2023-04-17T20:03:47.545Z] Step 7/33 : COPY . . [2023-04-17T20:03:47.545Z] Removing intermediate container 233b356fb1a7 [2023-04-17T20:03:47.545Z] ---> 5843d3aca23a [2023-04-17T20:03:47.545Z] Step 8/23 : COPY . . [2023-04-17T20:03:47.545Z] Removing intermediate container a9d6f7d1fd0d [2023-04-17T20:03:47.545Z] ---> aea6758d103a [2023-04-17T20:03:47.545Z] Step 7/20 : COPY . . [2023-04-17T20:03:47.545Z] Removing intermediate container 05dfe76913ad [2023-04-17T20:03:47.545Z] ---> 589e90c85b39 [2023-04-17T20:03:47.545Z] Step 8/23 : COPY . . [2023-04-17T20:03:48.091Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v3" [2023-04-17T20:03:48.142Z] > git --version # timeout=10 [2023-04-17T20:03:48.154Z] > git --version # 'git version 2.25.1' [2023-04-17T20:03:48.168Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-17T20:03:49.624Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-17T20:03:49.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-17T20:03:49.624Z] Dload Upload Total Spent Left Speed [2023-04-17T20:03:49.624Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 226k 0 --:--:-- --:--:-- --:--:-- 230k [2023-04-17T20:03:47.423Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-17T20:03:47.450Z] > git config core.sparsecheckout # timeout=10 [2023-04-17T20:03:47.464Z] > git checkout -f 9c6f205bef6229b17ef07f5235b60c76afa09d66 # timeout=10 [Pipeline] sh [2023-04-17T20:03:50.241Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-17T20:03:50.580Z] + sudo tee /etc/docker/daemon.new [2023-04-17T20:03:50.580Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-17T20:03:50.580Z] { [2023-04-17T20:03:50.580Z] "registry-mirrors": [ [2023-04-17T20:03:50.580Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-17T20:03:50.580Z] ], [2023-04-17T20:03:50.580Z] "bip": "10.250.0.254/24", [2023-04-17T20:03:50.580Z] "hosts": [ [2023-04-17T20:03:50.580Z] "tcp://0.0.0.0:5555", [2023-04-17T20:03:50.580Z] "unix:///var/run/docker.sock" [2023-04-17T20:03:50.580Z] ], [2023-04-17T20:03:50.580Z] "mtu": 1458, [2023-04-17T20:03:50.580Z] "selinux-enabled": true, [2023-04-17T20:03:50.580Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-17T20:03:50.580Z] } [Pipeline] sh [2023-04-17T20:03:50.927Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-17T20:03:51.268Z] + sudo service docker restart [2023-04-17T20:03:51.738Z] ---> d832e048a581 [2023-04-17T20:03:51.738Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-17T20:03:51.738Z] ---> b24c0608dfa5 [2023-04-17T20:03:51.738Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-17T20:03:51.738Z] ---> 79c585378c49 [2023-04-17T20:03:51.738Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-17T20:03:51.738Z] ---> 88240cd88008 [2023-04-17T20:03:51.738Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-17T20:03:51.738Z] ---> 7875390f4e9a [2023-04-17T20:03:51.738Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-17T20:03:51.995Z] ---> Running in ec01f0589899 [2023-04-17T20:03:51.995Z] ---> Running in 162671e03ff5 [2023-04-17T20:03:51.995Z] ---> Running in d9ca7b546f9b [2023-04-17T20:03:51.995Z] ---> Running in 1eddd090960f [2023-04-17T20:03:51.995Z] ---> Running in 5f06172b57a2 [2023-04-17T20:03:52.255Z] 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-04-17T20:03:52.516Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-04-17T20:03:52.516Z] 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-04-17T20:03:52.777Z] 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-04-17T20:03:52.777Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-17T20:04:13.428Z] provisioning config files... [2023-04-17T20:04:13.454Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config12329459707097320050tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:04:13.841Z] ---> docker-login.sh [2023-04-17T20:04:13.841Z] nexus3.edgexfoundry.org:10001 [2023-04-17T20:04:14.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:04:14.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:04:14.696Z] Configure a credential helper to remove this warning. See [2023-04-17T20:04:14.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:04:14.696Z] [2023-04-17T20:04:14.696Z] Login Succeeded [2023-04-17T20:04:14.696Z] nexus3.edgexfoundry.org:10002 [2023-04-17T20:04:14.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:04:14.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:04:14.964Z] Configure a credential helper to remove this warning. See [2023-04-17T20:04:14.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:04:14.964Z] [2023-04-17T20:04:14.964Z] Login Succeeded [2023-04-17T20:04:14.964Z] nexus3.edgexfoundry.org:10003 [2023-04-17T20:04:15.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:04:15.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:04:15.233Z] Configure a credential helper to remove this warning. See [2023-04-17T20:04:15.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:04:15.233Z] [2023-04-17T20:04:15.233Z] Login Succeeded [2023-04-17T20:04:15.233Z] nexus3.edgexfoundry.org:10004 [2023-04-17T20:04:15.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:04:15.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:04:15.501Z] Configure a credential helper to remove this warning. See [2023-04-17T20:04:15.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:04:15.501Z] [2023-04-17T20:04:15.501Z] Login Succeeded [2023-04-17T20:04:15.501Z] docker.io [2023-04-17T20:04:15.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-17T20:04:16.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-17T20:04:16.036Z] Configure a credential helper to remove this warning. See [2023-04-17T20:04:16.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-17T20:04:16.036Z] [2023-04-17T20:04:16.036Z] Login Succeeded [2023-04-17T20:04:16.036Z] ---> docker-login.sh ends [Pipeline] } [2023-04-17T20:04:16.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-04-17T20:04:16.766Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-04-17T20:04:16.810Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-17T20:04:16.843Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-17T20:04:16.879Z] ========================================================= [2023-04-17T20:04:16.879Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-17T20:04:16.879Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-04-17T20:04:17.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-17T20:04:17.340Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-17T20:04:17.340Z] af6eaf76a39c: Pulling fs layer [2023-04-17T20:04:17.340Z] 55522c791124: Pulling fs layer [2023-04-17T20:04:17.340Z] ce5c4a1c91eb: Pulling fs layer [2023-04-17T20:04:17.340Z] 169dfbe0d373: Pulling fs layer [2023-04-17T20:04:17.340Z] e1ff8fa3b103: Pulling fs layer [2023-04-17T20:04:17.340Z] 52ebb69f0ebf: Pulling fs layer [2023-04-17T20:04:17.340Z] 5abe8eddf0d5: Pulling fs layer [2023-04-17T20:04:17.340Z] 169dfbe0d373: Waiting [2023-04-17T20:04:17.340Z] e1ff8fa3b103: Waiting [2023-04-17T20:04:17.340Z] 52ebb69f0ebf: Waiting [2023-04-17T20:04:17.340Z] 5abe8eddf0d5: Waiting [2023-04-17T20:04:17.340Z] 55522c791124: Verifying Checksum [2023-04-17T20:04:17.340Z] 55522c791124: Download complete [2023-04-17T20:04:17.659Z] 169dfbe0d373: Verifying Checksum [2023-04-17T20:04:17.659Z] 169dfbe0d373: Download complete [2023-04-17T20:04:17.659Z] af6eaf76a39c: Verifying Checksum [2023-04-17T20:04:17.659Z] af6eaf76a39c: Download complete [2023-04-17T20:04:17.659Z] e1ff8fa3b103: Verifying Checksum [2023-04-17T20:04:17.659Z] e1ff8fa3b103: Download complete [2023-04-17T20:04:18.641Z] 5abe8eddf0d5: Verifying Checksum [2023-04-17T20:04:18.641Z] 5abe8eddf0d5: Download complete [2023-04-17T20:04:18.641Z] af6eaf76a39c: Pull complete [2023-04-17T20:04:19.225Z] 55522c791124: Pull complete [2023-04-17T20:04:20.190Z] 52ebb69f0ebf: Verifying Checksum [2023-04-17T20:04:20.190Z] 52ebb69f0ebf: Download complete [2023-04-17T20:04:20.190Z] ce5c4a1c91eb: Download complete [2023-04-17T20:04:30.267Z] ce5c4a1c91eb: Pull complete [2023-04-17T20:04:30.267Z] 169dfbe0d373: Pull complete [2023-04-17T20:04:30.267Z] e1ff8fa3b103: Pull complete [2023-04-17T20:04:31.477Z] Removing intermediate container 5f06172b57a2 [2023-04-17T20:04:31.477Z] ---> 62e81c8fe2a7 [2023-04-17T20:04:31.477Z] [2023-04-17T20:04:31.477Z] Step 9/33 : FROM alpine:3.17 [2023-04-17T20:04:31.477Z] Removing intermediate container 1eddd090960f [2023-04-17T20:04:31.477Z] ---> 798434f1ad97 [2023-04-17T20:04:31.477Z] [2023-04-17T20:04:31.477Z] Step 10/25 : FROM alpine:3.17 [2023-04-17T20:04:31.477Z] Removing intermediate container 162671e03ff5 [2023-04-17T20:04:31.477Z] ---> 05b8fb4cc72c [2023-04-17T20:04:31.477Z] [2023-04-17T20:04:31.477Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:04:31.477Z] Removing intermediate container d9ca7b546f9b [2023-04-17T20:04:31.477Z] ---> dbf64a177fb6 [2023-04-17T20:04:31.477Z] [2023-04-17T20:04:31.477Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:04:31.477Z] Removing intermediate container ec01f0589899 [2023-04-17T20:04:31.477Z] ---> 0d56a7be7ab1 [2023-04-17T20:04:31.477Z] [2023-04-17T20:04:31.477Z] Step 9/20 : FROM alpine:3.17 [2023-04-17T20:04:31.477Z] 3.17: Pulling from library/alpine [2023-04-17T20:04:31.477Z] 3.17: Pulling from library/alpine [2023-04-17T20:04:31.477Z] 3.17: Pulling from library/alpine [2023-04-17T20:04:31.477Z] 3.17: Pulling from library/alpine [2023-04-17T20:04:31.477Z] 3.17: Pulling from library/alpine [2023-04-17T20:04:31.735Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:04:31.735Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:04:31.735Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:04:31.735Z] Status: Image is up to date for alpine:3.17 [2023-04-17T20:04:31.735Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:04:31.735Z] Status: Image is up to date for alpine:3.17 [2023-04-17T20:04:31.735Z] Status: Downloaded newer image for alpine:3.17 [2023-04-17T20:04:31.735Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:04:31.735Z] Status: Downloaded newer image for alpine:3.17 [2023-04-17T20:04:31.735Z] Status: Image is up to date for alpine:3.17 [2023-04-17T20:04:31.735Z] ---> 9ed4aefc74f6 [2023-04-17T20:04:31.735Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-17T20:04:31.735Z] ---> 9ed4aefc74f6 [2023-04-17T20:04:31.735Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:04:31.735Z] ---> 9ed4aefc74f6 [2023-04-17T20:04:31.735Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-17T20:04:31.735Z] ---> 9ed4aefc74f6 [2023-04-17T20:04:31.735Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-17T20:04:31.735Z] ---> 9ed4aefc74f6 [2023-04-17T20:04:31.735Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:04:31.735Z] ---> Running in 292e1b77ea98 [2023-04-17T20:04:31.735Z] ---> Running in 5b3ef99bb083 [2023-04-17T20:04:31.735Z] ---> Running in 74baeb1ccfed [2023-04-17T20:04:31.735Z] ---> Running in ee6d42f11d74 [2023-04-17T20:04:31.735Z] ---> Running in 866899e1e898 [2023-04-17T20:04:31.994Z] Removing intermediate container 292e1b77ea98 [2023-04-17T20:04:31.994Z] ---> 36a0b49b1d6b [2023-04-17T20:04:31.994Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-17T20:04:31.994Z] Removing intermediate container ee6d42f11d74 [2023-04-17T20:04:31.994Z] ---> 8d5cc75eb6ed [2023-04-17T20:04:31.994Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:04:31.994Z] Removing intermediate container 5b3ef99bb083 [2023-04-17T20:04:31.994Z] ---> 8bc969a393fd [2023-04-17T20:04:31.994Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-17T20:04:31.994Z] Removing intermediate container 866899e1e898 [2023-04-17T20:04:31.994Z] ---> 9bb41ac5762a [2023-04-17T20:04:31.994Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-17T20:04:32.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.252Z] ---> Running in f20f692a8e06 [2023-04-17T20:04:32.252Z] ---> Running in 9d085d65fd1d [2023-04-17T20:04:32.252Z] ---> Running in 4b1cb2e17153 [2023-04-17T20:04:32.252Z] ---> Running in 9b5eb29d1dee [2023-04-17T20:04:32.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.252Z] Removing intermediate container 9d085d65fd1d [2023-04-17T20:04:32.252Z] ---> 7136362d3ade [2023-04-17T20:04:32.252Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-17T20:04:32.252Z] ---> Running in de379f6c219e [2023-04-17T20:04:32.511Z] Removing intermediate container de379f6c219e [2023-04-17T20:04:32.511Z] ---> ca5f7a5c34d2 [2023-04-17T20:04:32.511Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:04:32.511Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-17T20:04:32.511Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:04:32.511Z] OK: 7 MiB in 16 packages [2023-04-17T20:04:32.511Z] ---> Running in e8552292d3f9 [2023-04-17T20:04:32.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:32.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:33.029Z] Removing intermediate container 74baeb1ccfed [2023-04-17T20:04:33.029Z] ---> f80bb5aea608 [2023-04-17T20:04:33.029Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:04:33.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:33.029Z] ---> Running in 2e2b75fc7ffc [2023-04-17T20:04:33.029Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-17T20:04:33.029Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:04:33.029Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:04:33.029Z] OK: 17818 distinct packages available [2023-04-17T20:04:33.029Z] (2/2) Installing su-exec (0.2-r2) [2023-04-17T20:04:33.029Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:04:33.029Z] OK: 7 MiB in 17 packages [2023-04-17T20:04:33.029Z] Removing intermediate container 2e2b75fc7ffc [2023-04-17T20:04:33.029Z] ---> 9d4daaa685ca [2023-04-17T20:04:33.029Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-17T20:04:33.029Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-17T20:04:33.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:33.029Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:33.029Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:04:33.029Z] OK: 7 MiB in 16 packages [2023-04-17T20:04:33.029Z] ---> Running in e4f1d27b354a [2023-04-17T20:04:33.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:33.288Z] Removing intermediate container e4f1d27b354a [2023-04-17T20:04:33.288Z] ---> ad0290186aac [2023-04-17T20:04:33.288Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-17T20:04:33.288Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-17T20:04:33.288Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:04:33.288Z] OK: 7 MiB in 16 packages [2023-04-17T20:04:33.288Z] ---> Running in 13bc1a950117 [2023-04-17T20:04:33.547Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-17T20:04:33.547Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-17T20:04:33.547Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-17T20:04:33.547Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-17T20:04:33.547Z] Removing intermediate container 13bc1a950117 [2023-04-17T20:04:33.547Z] ---> 7366589d8d2d [2023-04-17T20:04:33.547Z] Step 15/25 : WORKDIR / [2023-04-17T20:04:33.547Z] (5/9) Installing curl (8.0.1-r0) [2023-04-17T20:04:33.547Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-17T20:04:33.547Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:04:33.547Z] (8/9) Installing libucontext (1.2-r0) [2023-04-17T20:04:33.547Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-17T20:04:33.547Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:04:33.547Z] Executing ca-certificates-20220614-r4.trigger [2023-04-17T20:04:33.547Z] Removing intermediate container 9b5eb29d1dee [2023-04-17T20:04:33.547Z] ---> ffb7000b1442 [2023-04-17T20:04:33.547Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-17T20:04:33.810Z] ---> Running in 858f40b52594 [2023-04-17T20:04:33.811Z] Removing intermediate container 4b1cb2e17153 [2023-04-17T20:04:33.811Z] ---> 53bd416ccb1b [2023-04-17T20:04:33.811Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:04:33.811Z] ---> Running in 51eac59192d4 [2023-04-17T20:04:33.811Z] OK: 10 MiB in 24 packages [2023-04-17T20:04:33.811Z] Removing intermediate container e8552292d3f9 [2023-04-17T20:04:33.811Z] ---> fab220352127 [2023-04-17T20:04:33.811Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:04:33.811Z] Removing intermediate container 858f40b52594 [2023-04-17T20:04:33.811Z] ---> 04ec208d3edc [2023-04-17T20:04:33.811Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:04:34.068Z] Removing intermediate container 51eac59192d4 [2023-04-17T20:04:34.068Z] ---> 65b14401a5a9 [2023-04-17T20:04:34.068Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-17T20:04:34.068Z] ---> 9853e352eab0 [2023-04-17T20:04:34.068Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:04:34.068Z] ---> Running in d3e287fbb4bb [2023-04-17T20:04:34.068Z] ---> e88e72d90cd6 [2023-04-17T20:04:34.068Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:04:34.336Z] ---> 79ad56175331 [2023-04-17T20:04:34.336Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:04:34.336Z] Removing intermediate container d3e287fbb4bb [2023-04-17T20:04:34.336Z] ---> fe82d0618bb4 [2023-04-17T20:04:34.336Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-17T20:04:34.336Z] ---> 50e37bc391bc [2023-04-17T20:04:34.336Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-17T20:04:34.336Z] ---> Running in 2264569ae01f [2023-04-17T20:04:34.593Z] ---> 4f68a5521b79 [2023-04-17T20:04:34.593Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-17T20:04:34.593Z] Removing intermediate container f20f692a8e06 [2023-04-17T20:04:34.593Z] ---> a83cea3f6d7e [2023-04-17T20:04:34.593Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:04:34.593Z] ---> f4632588a0ba [2023-04-17T20:04:34.593Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-17T20:04:34.593Z] Removing intermediate container 2264569ae01f [2023-04-17T20:04:34.593Z] ---> 9f3eedb15039 [2023-04-17T20:04:34.593Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-17T20:04:34.852Z] ---> 5eb1591eb7be [2023-04-17T20:04:34.852Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:04:35.110Z] ---> Running in 361b91096539 [2023-04-17T20:04:35.110Z] ---> f2e87b8bc536 [2023-04-17T20:04:35.110Z] ---> a54a634f992c [2023-04-17T20:04:35.110Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yamlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:04:35.110Z] [2023-04-17T20:04:35.110Z] ---> 579f095ae954 [2023-04-17T20:04:35.110Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:04:35.110Z] Removing intermediate container 361b91096539 [2023-04-17T20:04:35.110Z] ---> 3af1b52b211f [2023-04-17T20:04:35.110Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-17T20:04:35.110Z] ---> 299bc22174d0 [2023-04-17T20:04:35.110Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-17T20:04:35.110Z] ---> Running in 4b67576f5d35 [2023-04-17T20:04:35.374Z] ---> e6301d62ab0f [2023-04-17T20:04:35.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-17T20:04:35.374Z] ---> 317eb421f57f [2023-04-17T20:04:35.374Z] ---> 3e040502ef36 [2023-04-17T20:04:35.374Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-17T20:04:35.374Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-17T20:04:35.374Z] ---> Running in 20c59727e3a3 [2023-04-17T20:04:35.632Z] ---> c5a885d35768 [2023-04-17T20:04:35.632Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:04:35.890Z] ---> 45908ba812eb [2023-04-17T20:04:35.890Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-17T20:04:35.890Z] Removing intermediate container 20c59727e3a3 [2023-04-17T20:04:35.890Z] ---> 0b419fce7b68 [2023-04-17T20:04:35.890Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:04:35.890Z] ---> Running in 31cf279d62e3 [2023-04-17T20:04:35.890Z] ---> 752b613b025f [2023-04-17T20:04:35.890Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:04:35.890Z] ---> Running in 018c5fd3b919 [2023-04-17T20:04:35.890Z] ---> Running in b7b5070b0450 [2023-04-17T20:04:36.147Z] Removing intermediate container b7b5070b0450 [2023-04-17T20:04:36.147Z] ---> 34635d279d4a [2023-04-17T20:04:36.147Z] Step 21/23 : LABEL arch=x86_64 [2023-04-17T20:04:36.147Z] Removing intermediate container 018c5fd3b919 [2023-04-17T20:04:36.147Z] ---> 1fecb410388d [2023-04-17T20:04:36.147Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:04:36.147Z] ---> 6772079510cd [2023-04-17T20:04:36.147Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-17T20:04:36.147Z] ---> Running in 93e119e5d4af [2023-04-17T20:04:36.147Z] ---> Running in dd9c7b4a1fde [2023-04-17T20:04:36.147Z] ---> Running in d39602b299c4 [2023-04-17T20:04:36.147Z] Removing intermediate container 4b67576f5d35 [2023-04-17T20:04:36.147Z] ---> 74a6362f3fc1 [2023-04-17T20:04:36.147Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-17T20:04:36.406Z] ---> Running in f422287cc671 [2023-04-17T20:04:36.406Z] Removing intermediate container 93e119e5d4af [2023-04-17T20:04:36.406Z] ---> 6723e545629c [2023-04-17T20:04:36.406Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:04:36.406Z] Removing intermediate container dd9c7b4a1fde [2023-04-17T20:04:36.406Z] ---> 979ef641848d [2023-04-17T20:04:36.406Z] Step 23/25 : LABEL arch=x86_64 [2023-04-17T20:04:36.406Z] Removing intermediate container d39602b299c4 [2023-04-17T20:04:36.406Z] ---> 60cbd24675d2 [2023-04-17T20:04:36.406Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:04:36.406Z] ---> Running in d39053ed1462 [2023-04-17T20:04:36.406Z] ---> Running in 3957babcddee [2023-04-17T20:04:36.669Z] ---> Running in f3492e45847e [2023-04-17T20:04:36.669Z] Removing intermediate container f422287cc671 [2023-04-17T20:04:36.669Z] ---> 793d87c0f107 [2023-04-17T20:04:36.669Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-17T20:04:36.669Z] Removing intermediate container d39053ed1462 [2023-04-17T20:04:36.669Z] ---> be5d6678c7ca [2023-04-17T20:04:36.669Z] Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:04:36.669Z] Removing intermediate container 3957babcddee [2023-04-17T20:04:36.669Z] ---> 2b5d16f3702b [2023-04-17T20:04:36.669Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:04:36.669Z] Removing intermediate container 31cf279d62e3 [2023-04-17T20:04:36.669Z] ---> 4dad798a7b74 [2023-04-17T20:04:36.669Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:04:36.669Z] ---> Running in 6fe033dd906c [2023-04-17T20:04:36.669Z] ---> Running in ed98722249c4 [2023-04-17T20:04:36.669Z] Removing intermediate container f3492e45847e [2023-04-17T20:04:36.669Z] ---> 7da5dbfdacf0 [2023-04-17T20:04:36.669Z] Step 18/20 : LABEL arch=x86_64 [2023-04-17T20:04:36.927Z] ---> Running in c6398acedeb1 [2023-04-17T20:04:36.927Z] ---> 592d93f21c72 [2023-04-17T20:04:36.927Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-17T20:04:36.927Z] ---> Running in 731ff85ee300 [2023-04-17T20:04:36.927Z] ---> Running in 0d1180368181 [2023-04-17T20:04:36.927Z] Removing intermediate container 6fe033dd906c [2023-04-17T20:04:36.927Z] ---> 0ecb48502654 [2023-04-17T20:04:36.927Z] [2023-04-17T20:04:36.927Z] Removing intermediate container ed98722249c4 [2023-04-17T20:04:36.927Z] ---> bcb183b91ad6 [2023-04-17T20:04:36.927Z] Step 25/25 : LABEL version=0.0.0 [2023-04-17T20:04:36.927Z] Removing intermediate container c6398acedeb1 [2023-04-17T20:04:36.927Z] ---> 455d69eb7a1c [2023-04-17T20:04:36.927Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-17T20:04:36.927Z] ---> Running in 56c73ceeb642 [2023-04-17T20:04:37.185Z] ---> Running in 49577f5a3cd6 [2023-04-17T20:04:37.185Z] Removing intermediate container 731ff85ee300 [2023-04-17T20:04:37.185Z] ---> 8a583e214c65 [2023-04-17T20:04:37.185Z] Step 19/20 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:04:37.185Z] Successfully built 0ecb48502654 [2023-04-17T20:04:37.185Z] Successfully tagged core-data:latest [2023-04-17T20:04:37.185Z]  Building core-data ... done Building security-secretstore-setup [2023-04-17T20:04:37.185Z] ---> Running in b4502d939066 [2023-04-17T20:04:37.185Z] Removing intermediate container 49577f5a3cd6 [2023-04-17T20:04:37.185Z] ---> 37927c5306cf [2023-04-17T20:04:37.185Z] Step 21/23 : LABEL arch=x86_64 [2023-04-17T20:04:37.185Z] Removing intermediate container 56c73ceeb642 [2023-04-17T20:04:37.185Z] ---> be5f37ac735a [2023-04-17T20:04:37.185Z] [2023-04-17T20:04:37.445Z] ---> Running in 796a5ecfcbec [2023-04-17T20:04:37.445Z] Successfully built be5f37ac735a [2023-04-17T20:04:37.703Z] Successfully tagged core-metadata:latest [2023-04-17T20:04:37.703Z] Building support-scheduler [2023-04-17T20:04:37.703Z]  Building core-metadata ... done Removing intermediate container b4502d939066 [2023-04-17T20:04:37.703Z] ---> 853c88fb4930 [2023-04-17T20:04:37.703Z] Step 20/20 : LABEL version=0.0.0 [2023-04-17T20:04:38.484Z] 52ebb69f0ebf: Pull complete [2023-04-17T20:04:38.674Z] Removing intermediate container 796a5ecfcbec [2023-04-17T20:04:38.674Z] ---> 0f6072677e08 [2023-04-17T20:04:38.674Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:04:39.241Z] ---> Running in bbdee1f373f3 [2023-04-17T20:04:39.500Z] ---> Running in 8197d5f65267 [2023-04-17T20:04:39.500Z] Removing intermediate container bbdee1f373f3 [2023-04-17T20:04:39.500Z] ---> cfa0873fb3fd [2023-04-17T20:04:39.500Z] [2023-04-17T20:04:39.501Z] Successfully built cfa0873fb3fd [2023-04-17T20:04:39.764Z] Successfully tagged security-spiffe-token-provider:latest [2023-04-17T20:04:39.764Z] Building support-notifications [2023-04-17T20:04:39.764Z]  Building security-spiffe-token-provider ... done Removing intermediate container 8197d5f65267 [2023-04-17T20:04:39.764Z] ---> 9d410abb9c4a [2023-04-17T20:04:39.764Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:04:39.764Z] Removing intermediate container 0d1180368181 [2023-04-17T20:04:39.764Z] ---> 90d32249310d [2023-04-17T20:04:39.764Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:04:39.764Z] ---> Running in 6433825f8f8a [2023-04-17T20:04:40.023Z] Removing intermediate container 6433825f8f8a [2023-04-17T20:04:40.023Z] ---> 8b7152a15eea [2023-04-17T20:04:40.023Z] [2023-04-17T20:04:40.282Z] Successfully built 8b7152a15eea [2023-04-17T20:04:40.283Z] Successfully tagged core-common-config-bootstrapper:latest [2023-04-17T20:04:40.283Z]  Building core-common-config-bootstrapper ... done Building security-spire-config [2023-04-17T20:04:40.283Z] ---> dfc5d438d83f [2023-04-17T20:04:40.283Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:04:40.433Z] 5abe8eddf0d5: Pull complete [2023-04-17T20:04:40.433Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-17T20:04:40.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-17T20:04:40.433Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-04-17T20:04:40.818Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-17T20:04:40.818Z] WORKDIR /edgex [2023-04-17T20:04:40.818Z] COPY go.mod . [2023-04-17T20:04:40.818Z] RUN go mod download [2023-04-17T20:04:40.818Z] + docker build -t ci-base-image-arm64 -f - . [2023-04-17T20:04:41.215Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:04:41.215Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:04:41.215Z] ---> df8fbcc00cee [2023-04-17T20:04:41.215Z] Step 3/25 : WORKDIR /edgex-go [2023-04-17T20:04:41.215Z] ---> Using cache [2023-04-17T20:04:41.215Z] ---> 5b5935fd3e41 [2023-04-17T20:04:41.215Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-17T20:04:41.215Z] ---> Using cache [2023-04-17T20:04:41.215Z] ---> 0bfaab2830a4 [2023-04-17T20:04:41.215Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-17T20:04:41.215Z] ---> Using cache [2023-04-17T20:04:41.215Z] ---> 202545845a21 [2023-04-17T20:04:41.215Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:04:41.215Z] ---> Using cache [2023-04-17T20:04:41.215Z] ---> 84987c42ed04 [2023-04-17T20:04:41.215Z] Step 7/25 : COPY . . [2023-04-17T20:04:41.215Z] ---> Using cache [2023-04-17T20:04:41.215Z] ---> 79c585378c49 [2023-04-17T20:04:41.215Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-17T20:04:41.404Z] Sending build context to Docker daemon 2.933MB [2023-04-17T20:04:41.404Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-17T20:04:41.404Z] ---> 6cb57ee374ae [2023-04-17T20:04:41.404Z] Step 2/4 : WORKDIR /edgex [2023-04-17T20:04:41.780Z] ---> 41d8fc6587c6 [2023-04-17T20:04:41.780Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-17T20:04:42.345Z] ---> Running in 675c07812128 [2023-04-17T20:04:42.345Z] ---> 176c1247ddbd [2023-04-17T20:04:42.345Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-17T20:04:42.911Z] 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-04-17T20:04:43.170Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:04:43.170Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:04:43.170Z] ---> df8fbcc00cee [2023-04-17T20:04:43.170Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:04:43.170Z] ---> Using cache [2023-04-17T20:04:43.170Z] ---> fa02b5666299 [2023-04-17T20:04:43.170Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:04:43.170Z] ---> Using cache [2023-04-17T20:04:43.170Z] ---> cf7d88ac2662 [2023-04-17T20:04:43.170Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:04:43.170Z] ---> Using cache [2023-04-17T20:04:43.170Z] ---> 02f6f26d875f [2023-04-17T20:04:43.170Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:04:43.170Z] ---> Using cache [2023-04-17T20:04:43.170Z] ---> 4c7affbc5fe7 [2023-04-17T20:04:43.170Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:04:43.170Z] ---> Using cache [2023-04-17T20:04:43.170Z] ---> f07fbec21c58 [2023-04-17T20:04:43.170Z] Step 8/23 : COPY . . [2023-04-17T20:04:43.170Z] ---> Using cache [2023-04-17T20:04:43.170Z] ---> 88240cd88008 [2023-04-17T20:04:43.170Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-17T20:04:43.370Z] ---> Running in ad3f642babf9 [2023-04-17T20:04:43.370Z] Removing intermediate container ad3f642babf9 [2023-04-17T20:04:43.370Z] ---> 378e03fcd521 [2023-04-17T20:04:43.370Z] Step 3/4 : COPY go.mod . [2023-04-17T20:04:43.776Z] ---> 4405ca68c27f [2023-04-17T20:04:43.776Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-17T20:04:43.956Z] ---> c13c83206c17 [2023-04-17T20:04:43.956Z] Step 4/4 : RUN go mod download [2023-04-17T20:04:44.036Z] ---> Running in 98a62bd20975 [2023-04-17T20:04:44.226Z] ---> Running in 64a3df164bd6 [2023-04-17T20:04:44.295Z] ---> 02a38cd42182 [2023-04-17T20:04:44.295Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-17T20:04:44.861Z] 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-04-17T20:04:44.861Z] ---> df3118ba8ba4 [2023-04-17T20:04:44.861Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-17T20:04:45.429Z] ---> 88eb242ed2c5 [2023-04-17T20:04:45.429Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-17T20:04:45.429Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:04:45.429Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:04:45.429Z] ---> df8fbcc00cee [2023-04-17T20:04:45.429Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:04:45.429Z] ---> Using cache [2023-04-17T20:04:45.429Z] ---> fa02b5666299 [2023-04-17T20:04:45.429Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:04:45.429Z] ---> Using cache [2023-04-17T20:04:45.429Z] ---> cf7d88ac2662 [2023-04-17T20:04:45.429Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-17T20:04:45.701Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:04:45.701Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:04:45.701Z] ---> df8fbcc00cee [2023-04-17T20:04:45.701Z] Step 3/27 : WORKDIR /edgex-go [2023-04-17T20:04:45.701Z] ---> Using cache [2023-04-17T20:04:45.701Z] ---> 5b5935fd3e41 [2023-04-17T20:04:45.701Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-17T20:04:45.701Z] ---> Running in 7ac45e77fe5f [2023-04-17T20:04:45.701Z] ---> 9e4de4925a86 [2023-04-17T20:04:45.701Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-17T20:04:45.959Z] ---> Running in a0f5bd82d3e0 [2023-04-17T20:04:45.959Z] ---> Running in 8b3a0305b982 [2023-04-17T20:04:46.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:46.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:46.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:46.895Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:04:47.152Z] OK: 265 MiB in 53 packages [2023-04-17T20:04:47.152Z] OK: 265 MiB in 53 packages [2023-04-17T20:04:47.430Z] Removing intermediate container 8b3a0305b982 [2023-04-17T20:04:47.430Z] ---> c0653fdc8632 [2023-04-17T20:04:47.430Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-17T20:04:47.688Z] ---> Running in 7fdcd752bb56 [2023-04-17T20:04:47.947Z] Removing intermediate container 7fdcd752bb56 [2023-04-17T20:04:47.947Z] ---> fa57d34c8556 [2023-04-17T20:04:47.947Z] Step 30/33 : CMD ["gate"] [2023-04-17T20:04:47.947Z] Removing intermediate container 7ac45e77fe5f [2023-04-17T20:04:47.947Z] ---> 8905095152ff [2023-04-17T20:04:47.947Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:04:48.206Z] ---> Running in 414f7839464a [2023-04-17T20:04:48.206Z] Removing intermediate container a0f5bd82d3e0 [2023-04-17T20:04:48.206Z] ---> fe22e5ed48c8 [2023-04-17T20:04:48.206Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-17T20:04:48.470Z] ---> 5a919b7b0fde [2023-04-17T20:04:48.470Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:04:48.470Z] Removing intermediate container 414f7839464a [2023-04-17T20:04:48.470Z] ---> dc91cb5d0a76 [2023-04-17T20:04:48.470Z] Step 31/33 : LABEL arch=x86_64 [2023-04-17T20:04:48.739Z] ---> 2ab2f53099ac [2023-04-17T20:04:48.739Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:04:48.739Z] ---> Running in 71b09193fed2 [2023-04-17T20:04:48.739Z] ---> Running in b13d8592721b [2023-04-17T20:04:48.739Z] ---> Running in 4367644879e1 [2023-04-17T20:04:49.009Z] Removing intermediate container b13d8592721b [2023-04-17T20:04:49.009Z] ---> ff730897dba3 [2023-04-17T20:04:49.009Z] Step 32/33 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:04:49.290Z] ---> Running in 1e6c28b3cb7f [2023-04-17T20:04:49.626Z] Removing intermediate container 1e6c28b3cb7f [2023-04-17T20:04:49.626Z] ---> 7a6600ee2c0e [2023-04-17T20:04:49.626Z] Step 33/33 : LABEL version=0.0.0 [2023-04-17T20:04:49.883Z] ---> Running in e17e4bdbe113 [2023-04-17T20:04:50.485Z] Removing intermediate container e17e4bdbe113 [2023-04-17T20:04:50.485Z] ---> 4429a6294598 [2023-04-17T20:04:50.485Z] [2023-04-17T20:04:50.485Z] Successfully built 4429a6294598 [2023-04-17T20:04:50.485Z] Successfully tagged security-bootstrapper:latest [2023-04-17T20:04:50.485Z] Building security-proxy-setup [2023-04-17T20:04:53.764Z]  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:04:53.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:04:53.764Z] ---> df8fbcc00cee [2023-04-17T20:04:53.764Z] Step 3/22 : WORKDIR /edgex-go [2023-04-17T20:04:53.764Z] ---> Using cache [2023-04-17T20:04:53.764Z] ---> 5b5935fd3e41 [2023-04-17T20:04:53.764Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-17T20:04:53.764Z] ---> Using cache [2023-04-17T20:04:53.764Z] ---> 0bfaab2830a4 [2023-04-17T20:04:53.764Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-17T20:04:53.764Z] ---> Using cache [2023-04-17T20:04:53.764Z] ---> 202545845a21 [2023-04-17T20:04:53.764Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:04:53.764Z] ---> Using cache [2023-04-17T20:04:53.764Z] ---> 84987c42ed04 [2023-04-17T20:04:53.764Z] Step 7/22 : COPY . . [2023-04-17T20:04:53.764Z] ---> Using cache [2023-04-17T20:04:53.764Z] ---> 79c585378c49 [2023-04-17T20:04:53.764Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-17T20:04:55.142Z] ---> Running in 7d7bfc6ca204 [2023-04-17T20:04:55.399Z] 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-04-17T20:05:00.675Z] 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-04-17T20:05:10.629Z] Removing intermediate container 675c07812128 [2023-04-17T20:05:10.629Z] ---> 3c029956f20a [2023-04-17T20:05:10.629Z] [2023-04-17T20:05:10.629Z] Step 9/25 : FROM alpine:3.17 [2023-04-17T20:05:10.629Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:10.629Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-17T20:05:11.194Z] ---> Running in d79aae9bc962 [2023-04-17T20:05:11.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:11.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:11.709Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-17T20:05:11.709Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-17T20:05:11.709Z] (3/3) Installing su-exec (0.2-r2) [2023-04-17T20:05:11.709Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:05:11.709Z] Executing ca-certificates-20220614-r4.trigger [2023-04-17T20:05:11.709Z] OK: 8 MiB in 18 packages [2023-04-17T20:05:14.237Z] Removing intermediate container d79aae9bc962 [2023-04-17T20:05:14.237Z] ---> b07a454c5d12 [2023-04-17T20:05:14.237Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-17T20:05:14.495Z] ---> Running in 800472141f73 [2023-04-17T20:05:14.495Z] Removing intermediate container 98a62bd20975 [2023-04-17T20:05:14.495Z] ---> d79606160418 [2023-04-17T20:05:14.495Z] [2023-04-17T20:05:14.495Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:05:14.495Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:14.495Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:05:14.495Z] ---> Using cache [2023-04-17T20:05:14.495Z] ---> f80bb5aea608 [2023-04-17T20:05:14.495Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:05:14.495Z] ---> Using cache [2023-04-17T20:05:14.495Z] ---> 9d4daaa685ca [2023-04-17T20:05:14.495Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-17T20:05:14.778Z] Removing intermediate container 800472141f73 [2023-04-17T20:05:14.778Z] ---> 8feee2cffabe [2023-04-17T20:05:14.778Z] Step 12/25 : WORKDIR / [2023-04-17T20:05:15.035Z] ---> Running in 0f00db1eb98f [2023-04-17T20:05:15.035Z] ---> Running in b3550246b54a [2023-04-17T20:05:15.338Z] Removing intermediate container 4367644879e1 [2023-04-17T20:05:15.338Z] ---> 473006bacdbe [2023-04-17T20:05:15.338Z] Step 7/27 : COPY . . [2023-04-17T20:05:15.338Z] Removing intermediate container 0f00db1eb98f [2023-04-17T20:05:15.338Z] ---> 61beef5544e6 [2023-04-17T20:05:15.338Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-17T20:05:15.338Z] Removing intermediate container 71b09193fed2 [2023-04-17T20:05:15.338Z] ---> b4b241582e04 [2023-04-17T20:05:15.338Z] Step 8/23 : COPY . . [2023-04-17T20:05:15.596Z] ---> Running in 347e2cb7d36e [2023-04-17T20:05:15.596Z] Removing intermediate container b3550246b54a [2023-04-17T20:05:15.596Z] ---> 432415f9020a [2023-04-17T20:05:15.596Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:17.494Z] Removing intermediate container 347e2cb7d36e [2023-04-17T20:05:17.494Z] ---> 6f5b1b5e0e91 [2023-04-17T20:05:17.494Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:18.070Z] ---> a336e1b71ec5 [2023-04-17T20:05:18.070Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:18.070Z] Removing intermediate container 7d7bfc6ca204 [2023-04-17T20:05:18.070Z] ---> 5a99f2e5cc15 [2023-04-17T20:05:18.070Z] [2023-04-17T20:05:18.070Z] Step 9/22 : FROM alpine:3.17 [2023-04-17T20:05:18.070Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:18.070Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-17T20:05:18.328Z] ---> 8833ae2660ce [2023-04-17T20:05:18.328Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:18.586Z] ---> Running in 0aed546d821f [2023-04-17T20:05:18.586Z] ---> 3b6031daa825 [2023-04-17T20:05:18.586Z] 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-04-17T20:05:19.173Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:19.173Z] ---> 1b8daf71ef70 [2023-04-17T20:05:19.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-17T20:05:19.173Z] ---> f549bcc30828 [2023-04-17T20:05:19.173Z] 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-04-17T20:05:19.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:19.450Z] ---> b58044ce72eb [2023-04-17T20:05:19.450Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-17T20:05:19.450Z] ---> d20260c6dfe9 [2023-04-17T20:05:19.450Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-17T20:05:19.450Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-17T20:05:19.450Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-17T20:05:19.450Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:05:19.450Z] OK: 8 MiB in 17 packages [2023-04-17T20:05:19.718Z] ---> Running in 84c055f363b2 [2023-04-17T20:05:19.718Z] ---> Running in d9fdf6e16b7d [2023-04-17T20:05:19.718Z] ---> bafa31fecf6c [2023-04-17T20:05:19.718Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:05:19.718Z] Removing intermediate container 84c055f363b2 [2023-04-17T20:05:19.718Z] ---> 675198d3dc39 [2023-04-17T20:05:19.718Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-17T20:05:19.981Z] ---> Running in 7b665c86c947 [2023-04-17T20:05:19.981Z] ---> a0fcc7691936 [2023-04-17T20:05:19.981Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-17T20:05:20.250Z] ---> 395ad321dcc7 [2023-04-17T20:05:20.250Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:05:20.250Z] Removing intermediate container 7b665c86c947 [2023-04-17T20:05:20.250Z] ---> ccce7c4cdd34 [2023-04-17T20:05:20.250Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-17T20:05:20.250Z] 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-04-17T20:05:20.250Z] Removing intermediate container 0aed546d821f [2023-04-17T20:05:20.250Z] ---> a8f07e1b9a17 [2023-04-17T20:05:20.250Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-17T20:05:20.250Z] ---> Running in 07eed35ae24e [2023-04-17T20:05:20.508Z] ---> Running in 41b11ee34e90 [2023-04-17T20:05:20.787Z] ---> 18bd9dbf6661 [2023-04-17T20:05:20.788Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-17T20:05:20.788Z] Removing intermediate container 07eed35ae24e [2023-04-17T20:05:20.788Z] ---> 5eb28c970075 [2023-04-17T20:05:20.788Z] 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-04-17T20:05:20.788Z] ---> d104580e3ec2 [2023-04-17T20:05:20.788Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-17T20:05:20.788Z] ---> Running in b8cdd28d8b4a [2023-04-17T20:05:21.045Z] ---> Running in c0efd506f85d [2023-04-17T20:05:21.045Z] Removing intermediate container 41b11ee34e90 [2023-04-17T20:05:21.045Z] ---> 1a8b35ea977a [2023-04-17T20:05:21.045Z] Step 12/22 : WORKDIR /edgex [2023-04-17T20:05:21.045Z] ---> Running in be89d9995097 [2023-04-17T20:05:21.302Z] Removing intermediate container b8cdd28d8b4a [2023-04-17T20:05:21.302Z] ---> 3e4b807ba40b [2023-04-17T20:05:21.302Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:05:21.302Z] ---> Running in 75b19162d2e7 [2023-04-17T20:05:21.302Z] Removing intermediate container be89d9995097 [2023-04-17T20:05:21.302Z] ---> bcabc4c80a44 [2023-04-17T20:05:21.302Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:21.560Z] ---> 18e1a1d33f51 [2023-04-17T20:05:21.560Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-17T20:05:21.560Z] Removing intermediate container 75b19162d2e7 [2023-04-17T20:05:21.560Z] ---> 17660524471f [2023-04-17T20:05:21.560Z] Step 21/23 : LABEL arch=x86_64 [2023-04-17T20:05:21.560Z] ---> Running in 50f8c346c236 [2023-04-17T20:05:21.817Z] ---> ef327b591b0d [2023-04-17T20:05:21.817Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:05:21.817Z] ---> 8d05eabe410c [2023-04-17T20:05:21.817Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:21.817Z] ---> Running in 94277bc44fac [2023-04-17T20:05:21.817Z] Removing intermediate container c0efd506f85d [2023-04-17T20:05:21.817Z] ---> af0f5a9105b4 [2023-04-17T20:05:21.817Z] Step 12/27 : WORKDIR /edgex-go [2023-04-17T20:05:21.817Z] Removing intermediate container 50f8c346c236 [2023-04-17T20:05:21.817Z] ---> 1579d6c092c1 [2023-04-17T20:05:21.817Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:22.077Z] ---> Running in 465035e41abb [2023-04-17T20:05:22.077Z] ---> f5d298f129d1 [2023-04-17T20:05:22.077Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml ---> Running in ca1008956184 [2023-04-17T20:05:22.077Z] [2023-04-17T20:05:22.077Z] Removing intermediate container 465035e41abb [2023-04-17T20:05:22.077Z] ---> 46d3b99bac35 [2023-04-17T20:05:22.077Z] [2023-04-17T20:05:22.077Z] Step 13/27 : FROM alpine:3.17 [2023-04-17T20:05:22.077Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:22.077Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-17T20:05:22.334Z] Removing intermediate container ca1008956184 [2023-04-17T20:05:22.334Z] ---> 115d1173c096 [2023-04-17T20:05:22.334Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:05:22.334Z] ---> b6dc04d71416 [2023-04-17T20:05:22.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-17T20:05:22.334Z] ---> Running in 0f27a7ac42d0 [2023-04-17T20:05:22.334Z] ---> Running in ae4431a1c590 [2023-04-17T20:05:22.334Z] Removing intermediate container 0f27a7ac42d0 [2023-04-17T20:05:22.334Z] ---> 4289517791b4 [2023-04-17T20:05:22.334Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-17T20:05:22.334Z] Removing intermediate container ae4431a1c590 [2023-04-17T20:05:22.334Z] ---> 665ed20815e8 [2023-04-17T20:05:22.334Z] [2023-04-17T20:05:22.592Z] ---> Running in 7441b0904939 [2023-04-17T20:05:22.592Z] Successfully built 665ed20815e8 [2023-04-17T20:05:22.592Z] Successfully tagged support-scheduler:latest [2023-04-17T20:05:22.592Z]  Building support-scheduler ... done Building security-spire-server [2023-04-17T20:05:23.165Z] ---> e825cd78e3fe [2023-04-17T20:05:23.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-17T20:05:23.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:23.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:23.425Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:05:23.425Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:05:23.425Z] OK: 17818 distinct packages available [2023-04-17T20:05:23.425Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:23.683Z] Removing intermediate container 94277bc44fac [2023-04-17T20:05:23.683Z] ---> f5828c7f8679 [2023-04-17T20:05:23.683Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:05:23.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:23.940Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-17T20:05:23.940Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:05:23.940Z] (3/4) Installing libucontext (1.2-r0) [2023-04-17T20:05:23.940Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-17T20:05:23.940Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:05:23.940Z] OK: 7 MiB in 19 packages [2023-04-17T20:05:24.229Z] ---> e5899af2f7a5 [2023-04-17T20:05:24.230Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:05:24.496Z] ---> Running in 0bc6b64f49be [2023-04-17T20:05:24.496Z] ---> Running in b30bf6935e6e [2023-04-17T20:05:24.760Z] Removing intermediate container 0bc6b64f49be [2023-04-17T20:05:24.760Z] ---> 3f5db1093e59 [2023-04-17T20:05:24.760Z] Step 23/25 : LABEL arch=x86_64 [2023-04-17T20:05:25.368Z] Removing intermediate container 7441b0904939 [2023-04-17T20:05:25.368Z] ---> 77e9debaae68 [2023-04-17T20:05:25.368Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:25.368Z] ---> Running in a0f4409ef7bf [2023-04-17T20:05:25.627Z] Removing intermediate container a0f4409ef7bf [2023-04-17T20:05:25.627Z] ---> c7f3f119cedd [2023-04-17T20:05:25.627Z] Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:25.885Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:05:25.885Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:05:25.885Z] ---> df8fbcc00cee [2023-04-17T20:05:25.885Z] Step 3/26 : WORKDIR /edgex-go [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> 5b5935fd3e41 [2023-04-17T20:05:25.885Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> fe22e5ed48c8 [2023-04-17T20:05:25.885Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> 2ab2f53099ac [2023-04-17T20:05:25.885Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> 473006bacdbe [2023-04-17T20:05:25.885Z] Step 7/26 : COPY . . [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> d20260c6dfe9 [2023-04-17T20:05:25.885Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> 675198d3dc39 [2023-04-17T20:05:25.885Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> ccce7c4cdd34 [2023-04-17T20:05:25.885Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-17T20:05:25.885Z] ---> Using cache [2023-04-17T20:05:25.885Z] ---> 5eb28c970075 [2023-04-17T20:05:25.885Z] 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-04-17T20:05:25.885Z] ---> e4253b75621d [2023-04-17T20:05:25.885Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:26.144Z] ---> Running in b448a7bc67c8 [2023-04-17T20:05:26.144Z] ---> Running in d2127823e42d [2023-04-17T20:05:26.415Z] ---> 22f95c18091e [2023-04-17T20:05:26.415Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-17T20:05:26.415Z] Removing intermediate container b448a7bc67c8 [2023-04-17T20:05:26.415Z] ---> ef27ec39e5bf [2023-04-17T20:05:26.415Z] Step 25/25 : LABEL version=0.0.0 [2023-04-17T20:05:26.415Z] Removing intermediate container b30bf6935e6e [2023-04-17T20:05:26.415Z] ---> 6c16ddccc9fb [2023-04-17T20:05:26.415Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:05:26.676Z] ---> Running in 12c396775a92 [2023-04-17T20:05:26.676Z] ---> Running in fcd853d44dd7 [2023-04-17T20:05:26.935Z] Removing intermediate container 12c396775a92 [2023-04-17T20:05:26.935Z] ---> 5d26405c5a20 [2023-04-17T20:05:26.935Z] [2023-04-17T20:05:27.261Z] Successfully built 5d26405c5a20 [2023-04-17T20:05:27.261Z] Successfully tagged security-secretstore-setup:latest [2023-04-17T20:05:27.261Z]  Building security-secretstore-setup ... done Building security-spire-agent [2023-04-17T20:05:27.520Z] Removing intermediate container fcd853d44dd7 [2023-04-17T20:05:27.520Z] ---> bb17435a3ad0 [2023-04-17T20:05:27.520Z] Step 20/22 : LABEL arch=x86_64 [2023-04-17T20:05:28.085Z] ---> Running in bc262ec236ce [2023-04-17T20:05:29.015Z] Removing intermediate container d2127823e42d [2023-04-17T20:05:29.015Z] ---> e65b910b397a [2023-04-17T20:05:29.015Z] Step 12/26 : WORKDIR /edgex-go [2023-04-17T20:05:29.015Z] ---> 117e26833db3 [2023-04-17T20:05:29.015Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-17T20:05:29.287Z] Removing intermediate container bc262ec236ce [2023-04-17T20:05:29.287Z] ---> ee70b0a150fa [2023-04-17T20:05:29.287Z] Step 21/22 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:29.287Z] ---> Running in ef4aa87a6d2e [2023-04-17T20:05:29.550Z] ---> 0baf19211d8d [2023-04-17T20:05:29.550Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-17T20:05:29.810Z] ---> Running in 362cc1b08013 [2023-04-17T20:05:29.810Z] ---> Running in 81e21a32eff1 [2023-04-17T20:05:29.810Z] Removing intermediate container ef4aa87a6d2e [2023-04-17T20:05:29.810Z] ---> 9f93e012af3c [2023-04-17T20:05:29.810Z] [2023-04-17T20:05:29.810Z] Step 13/26 : FROM alpine:3.17 [2023-04-17T20:05:29.810Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:29.810Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-17T20:05:29.810Z] ---> Using cache [2023-04-17T20:05:29.810Z] ---> 4289517791b4 [2023-04-17T20:05:29.810Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-17T20:05:30.069Z] ---> Running in 9b76fc45ba22 [2023-04-17T20:05:30.069Z] Removing intermediate container 362cc1b08013 [2023-04-17T20:05:30.069Z] ---> 2ccf438e29a1 [2023-04-17T20:05:30.069Z] Step 22/22 : LABEL version=0.0.0 [2023-04-17T20:05:30.069Z] Removing intermediate container 81e21a32eff1 [2023-04-17T20:05:30.069Z] ---> cb4f73a15a64 [2023-04-17T20:05:30.069Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-17T20:05:30.069Z] ---> Running in 811a7a884d58 [2023-04-17T20:05:30.330Z] Removing intermediate container 811a7a884d58 [2023-04-17T20:05:30.330Z] ---> 8684d26243bd [2023-04-17T20:05:30.330Z] [2023-04-17T20:05:30.330Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:30.330Z] ---> 0cffa8f43507 [2023-04-17T20:05:30.330Z] Step 22/27 : WORKDIR / [2023-04-17T20:05:30.621Z] ---> Running in 41e14f04b928 [2023-04-17T20:05:30.621Z] Successfully built 8684d26243bd [2023-04-17T20:05:30.621Z] Successfully tagged security-proxy-setup:latest [2023-04-17T20:05:30.621Z]  Building security-proxy-setup ... done Building security-proxy-auth [2023-04-17T20:05:30.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:30.621Z] Removing intermediate container 41e14f04b928 [2023-04-17T20:05:30.621Z] ---> ae2ec2596a8d [2023-04-17T20:05:30.621Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-17T20:05:30.880Z] ---> Running in 5e1040de354b [2023-04-17T20:05:30.880Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:05:30.880Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:05:30.880Z] OK: 17818 distinct packages available [2023-04-17T20:05:30.880Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:30.880Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:31.122Z] Removing intermediate container 64a3df164bd6 [2023-04-17T20:05:31.122Z] ---> 783b1bc8b688 [2023-04-17T20:05:31.122Z] Successfully built 783b1bc8b688 [2023-04-17T20:05:31.122Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:05:31.444Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-17T20:05:31.444Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:05:31.444Z] (3/5) Installing libucontext (1.2-r0) [2023-04-17T20:05:31.444Z] Removing intermediate container 5e1040de354b [2023-04-17T20:05:31.444Z] ---> 71b33f3a79c0 [2023-04-17T20:05:31.444Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-17T20:05:31.444Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-17T20:05:31.444Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-17T20:05:31.444Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:05:31.444Z] OK: 8 MiB in 20 packages [2023-04-17T20:05:31.545Z] + docker inspect -f . ci-base-image-arm64 [2023-04-17T20:05:31.545Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:05:31.856Z] prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container [2023-04-17T20:05:31.931Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-17T20:05:32.010Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:05:32.010Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:05:32.010Z] ---> df8fbcc00cee [2023-04-17T20:05:32.010Z] Step 3/27 : WORKDIR /edgex-go [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> 5b5935fd3e41 [2023-04-17T20:05:32.010Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> fe22e5ed48c8 [2023-04-17T20:05:32.010Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> 2ab2f53099ac [2023-04-17T20:05:32.010Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> 473006bacdbe [2023-04-17T20:05:32.010Z] Step 7/27 : COPY . . [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> d20260c6dfe9 [2023-04-17T20:05:32.010Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> 675198d3dc39 [2023-04-17T20:05:32.010Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> ccce7c4cdd34 [2023-04-17T20:05:32.010Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-17T20:05:32.010Z] ---> Using cache [2023-04-17T20:05:32.010Z] ---> 5eb28c970075 [2023-04-17T20:05:32.011Z] 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-04-17T20:05:32.011Z] ---> Using cache [2023-04-17T20:05:32.011Z] ---> af0f5a9105b4 [2023-04-17T20:05:32.011Z] Step 12/27 : WORKDIR /edgex-go [2023-04-17T20:05:32.011Z] ---> Using cache [2023-04-17T20:05:32.011Z] ---> 46d3b99bac35 [2023-04-17T20:05:32.011Z] [2023-04-17T20:05:32.011Z] Step 13/27 : FROM alpine:3.17 [2023-04-17T20:05:32.011Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:32.011Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-17T20:05:32.011Z] ---> Using cache [2023-04-17T20:05:32.011Z] ---> 4289517791b4 [2023-04-17T20:05:32.011Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-17T20:05:32.268Z] ---> Running in 3d2124dc53e6 [2023-04-17T20:05:32.268Z] ---> Running in ca4634eef354 [2023-04-17T20:05:32.530Z] Removing intermediate container 3d2124dc53e6 [2023-04-17T20:05:32.530Z] ---> cfca79b3a870 [2023-04-17T20:05:32.530Z] Step 25/27 : LABEL arch=x86_64 [2023-04-17T20:05:32.788Z] Removing intermediate container 9b76fc45ba22 [2023-04-17T20:05:32.788Z] ---> 9c00309cbcbf [2023-04-17T20:05:32.788Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:32.788Z] ---> Running in ecb00fb17dcf [2023-04-17T20:05:32.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:33.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:33.254Z] $ docker top ebacb7283a1fbec4d751a1650b26743c3464eb4bc1f415085ca198a3c396133a -eo pid,comm [2023-04-17T20:05:33.304Z] Removing intermediate container ecb00fb17dcf [2023-04-17T20:05:33.304Z] ---> 50b305e94352 [2023-04-17T20:05:33.304Z] Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:33.304Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:05:33.304Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:05:33.304Z] OK: 17818 distinct packages available [2023-04-17T20:05:33.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:33.304Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:33.304Z] ---> 93949be72402 [2023-04-17T20:05:33.304Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:33.304Z] ---> Running in 019709c6039f [Pipeline] { [2023-04-17T20:05:33.588Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-17T20:05:33.588Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:05:33.588Z] (3/5) Installing libucontext (1.2-r0) [2023-04-17T20:05:33.588Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-17T20:05:33.588Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-17T20:05:33.588Z] Removing intermediate container 019709c6039f [2023-04-17T20:05:33.588Z] ---> d0c05d689c8c [2023-04-17T20:05:33.588Z] Step 27/27 : LABEL version=0.0.0 [2023-04-17T20:05:33.588Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:05:33.588Z] OK: 8 MiB in 20 packages [Pipeline] sh [2023-04-17T20:05:33.849Z] ---> Running in c3fb8f189f3a [2023-04-17T20:05:33.849Z] ---> 90c45721645c [2023-04-17T20:05:33.849Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-17T20:05:33.849Z] Removing intermediate container c3fb8f189f3a [2023-04-17T20:05:33.849Z] ---> f0fa9b5ebd94 [2023-04-17T20:05:33.849Z] [2023-04-17T20:05:33.849Z] Successfully built f0fa9b5ebd94 [2023-04-17T20:05:33.849Z] Successfully tagged security-spire-config:latest [2023-04-17T20:05:33.849Z]  Building security-spire-config ... done Building core-command [2023-04-17T20:05:34.269Z] + go version [2023-04-17T20:05:34.269Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-17T20:05:34.306Z] $ docker stop --time=1 ebacb7283a1fbec4d751a1650b26743c3464eb4bc1f415085ca198a3c396133a [2023-04-17T20:05:35.224Z] Removing intermediate container ca4634eef354 [2023-04-17T20:05:35.224Z] ---> 52a660f99047 [2023-04-17T20:05:35.224Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:35.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:05:35.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:05:35.791Z] ---> df8fbcc00cee [2023-04-17T20:05:35.791Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:05:35.791Z] ---> Using cache [2023-04-17T20:05:35.791Z] ---> fa02b5666299 [2023-04-17T20:05:35.791Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:05:35.791Z] ---> Using cache [2023-04-17T20:05:35.791Z] ---> cf7d88ac2662 [2023-04-17T20:05:35.791Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:05:35.791Z] ---> Using cache [2023-04-17T20:05:35.791Z] ---> 02f6f26d875f [2023-04-17T20:05:35.791Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:05:35.791Z] ---> Using cache [2023-04-17T20:05:35.791Z] ---> 4c7affbc5fe7 [2023-04-17T20:05:35.791Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:05:35.791Z] ---> Using cache [2023-04-17T20:05:35.791Z] ---> f07fbec21c58 [2023-04-17T20:05:35.791Z] Step 8/23 : COPY . . [2023-04-17T20:05:35.791Z] ---> Using cache [2023-04-17T20:05:35.791Z] ---> 88240cd88008 [2023-04-17T20:05:35.791Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-17T20:05:35.939Z] $ docker rm -f --volumes ebacb7283a1fbec4d751a1650b26743c3464eb4bc1f415085ca198a3c396133a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2023-04-17T20:05:36.361Z] ---> 922bf657ea92 [2023-04-17T20:05:36.361Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-17T20:05:36.361Z] ---> Running in b856436e18ed [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:05:36.621Z] ---> 94d57899f356 [2023-04-17T20:05:36.621Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:36.877Z] + docker inspect -f . ci-base-image-arm64 [2023-04-17T20:05:36.877Z] . [2023-04-17T20:05:36.880Z] ---> 39619619dd95 [2023-04-17T20:05:36.881Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-17T20:05:36.881Z] ---> 31d3873820f4 [2023-04-17T20:05:36.881Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:05:37.138Z] 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-04-17T20:05:37.146Z] prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container [2023-04-17T20:05:37.215Z] $ 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 ******** ci-base-image-arm64 cat [2023-04-17T20:05:37.399Z] ---> fd0bb81e08a7 [2023-04-17T20:05:37.399Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-17T20:05:37.969Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:05:37.969Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:05:37.969Z] ---> df8fbcc00cee [2023-04-17T20:05:37.969Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:05:37.969Z] ---> Using cache [2023-04-17T20:05:37.969Z] ---> fa02b5666299 [2023-04-17T20:05:37.969Z] Step 4/24 : WORKDIR /edgex-go [2023-04-17T20:05:37.969Z] ---> Using cache [2023-04-17T20:05:37.969Z] ---> cf7d88ac2662 [2023-04-17T20:05:37.969Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-17T20:05:37.969Z] ---> Using cache [2023-04-17T20:05:37.969Z] ---> 02f6f26d875f [2023-04-17T20:05:37.969Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-17T20:05:37.969Z] ---> Using cache [2023-04-17T20:05:37.969Z] ---> 4c7affbc5fe7 [2023-04-17T20:05:37.969Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:05:37.969Z] ---> Using cache [2023-04-17T20:05:37.969Z] ---> f07fbec21c58 [2023-04-17T20:05:37.969Z] Step 8/24 : COPY . . [2023-04-17T20:05:37.969Z] ---> Using cache [2023-04-17T20:05:37.969Z] ---> 88240cd88008 [2023-04-17T20:05:37.969Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-17T20:05:38.234Z] ---> 19b36e42f1da [2023-04-17T20:05:38.234Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-17T20:05:38.234Z] ---> Running in 4cf171631ebe [2023-04-17T20:05:38.234Z] ---> cea9d654ae94 [2023-04-17T20:05:38.234Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-17T20:05:38.234Z] ---> Running in ce740d303897 [2023-04-17T20:05:38.353Z] $ docker top 64a839b353d4c36a3e1ef6326fdab10740e6f89b62223b7a1fe4800ccbbf5f1d -eo pid,comm [2023-04-17T20:05:38.492Z] Removing intermediate container ce740d303897 [2023-04-17T20:05:38.492Z] ---> e128405fb780 [2023-04-17T20:05:38.492Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-17T20:05:38.492Z] 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 [Pipeline] { [Pipeline] echo [2023-04-17T20:05:38.690Z] ========================================================= [2023-04-17T20:05:38.690Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-04-17T20:05:38.690Z] ========================================================= [Pipeline] sh [2023-04-17T20:05:38.749Z] ---> Running in bb6bcba0dd72 [2023-04-17T20:05:39.008Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2023-04-17T20:05:39.008Z] Removing intermediate container bb6bcba0dd72 [2023-04-17T20:05:39.008Z] ---> 3f0923486fa4 [2023-04-17T20:05:39.008Z] Step 24/26 : LABEL arch=x86_64 [2023-04-17T20:05:39.008Z] ---> 9deea4489d2f [2023-04-17T20:05:39.008Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [Pipeline] fileExists [Pipeline] sh [2023-04-17T20:05:39.265Z] ---> Running in 84f41f399e11 [2023-04-17T20:05:39.265Z] Removing intermediate container 84f41f399e11 [2023-04-17T20:05:39.265Z] ---> a6dee788f882 [2023-04-17T20:05:39.265Z] Step 25/26 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:39.415Z] + make test [2023-04-17T20:05:39.415Z] go test -race -coverprofile=coverage.out ./... [2023-04-17T20:05:39.523Z] ---> 34c4c88018f9 [2023-04-17T20:05:39.523Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-17T20:05:39.523Z] ---> Running in c36d48cb48be [2023-04-17T20:05:39.782Z] Removing intermediate container c36d48cb48be [2023-04-17T20:05:39.782Z] ---> 96936b51ff98 [2023-04-17T20:05:39.782Z] Step 26/26 : LABEL version=0.0.0 [2023-04-17T20:05:39.782Z] ---> 3fd8f5519826 [2023-04-17T20:05:39.782Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-17T20:05:40.040Z] ---> Running in b43e54670593 [2023-04-17T20:05:40.299Z] ---> fdc319fbe650 [2023-04-17T20:05:40.299Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-17T20:05:40.299Z] Removing intermediate container b43e54670593 [2023-04-17T20:05:40.299Z] ---> 6b082d07a541 [2023-04-17T20:05:40.299Z] [2023-04-17T20:05:40.299Z] Successfully built 6b082d07a541 [2023-04-17T20:05:40.299Z] ---> Running in ed6d91465a0f [2023-04-17T20:05:40.299Z] Successfully tagged security-spire-server:latest [2023-04-17T20:05:40.866Z]  Building security-spire-server ... done Removing intermediate container ed6d91465a0f [2023-04-17T20:05:40.866Z] ---> 8beee50a3faf [2023-04-17T20:05:40.866Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-17T20:05:40.866Z] ---> Running in 386f5a525953 [2023-04-17T20:05:41.430Z] Removing intermediate container 386f5a525953 [2023-04-17T20:05:41.430Z] ---> 517c2d684a4a [2023-04-17T20:05:41.430Z] Step 25/27 : LABEL arch=x86_64 [2023-04-17T20:05:41.430Z] ---> Running in bd7816c2f3ce [2023-04-17T20:05:42.006Z] Removing intermediate container bd7816c2f3ce [2023-04-17T20:05:42.006Z] ---> ebba23ca71b7 [2023-04-17T20:05:42.006Z] Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:42.265Z] ---> Running in e0e32ed0ad45 [2023-04-17T20:05:42.532Z] Removing intermediate container e0e32ed0ad45 [2023-04-17T20:05:42.532Z] ---> e032109994a4 [2023-04-17T20:05:42.532Z] Step 27/27 : LABEL version=0.0.0 [2023-04-17T20:05:42.797Z] ---> Running in 0f9fb451b64a [2023-04-17T20:05:42.797Z] Removing intermediate container d9fdf6e16b7d [2023-04-17T20:05:42.797Z] ---> a0eba468366b [2023-04-17T20:05:42.797Z] [2023-04-17T20:05:42.797Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:05:42.797Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:42.797Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-17T20:05:43.056Z] ---> Running in 5df781ecc5ea [2023-04-17T20:05:43.314Z] Removing intermediate container 0f9fb451b64a [2023-04-17T20:05:43.314Z] ---> 77ebb56d0258 [2023-04-17T20:05:43.314Z] [2023-04-17T20:05:43.314Z] Successfully built 77ebb56d0258 [2023-04-17T20:05:43.314Z] Successfully tagged security-spire-agent:latest [2023-04-17T20:05:43.881Z]  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:44.140Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-17T20:05:44.400Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-17T20:05:44.400Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-17T20:05:44.400Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:05:44.400Z] Executing ca-certificates-20220614-r4.trigger [2023-04-17T20:05:44.400Z] OK: 8 MiB in 17 packages [2023-04-17T20:05:45.775Z] Removing intermediate container 5df781ecc5ea [2023-04-17T20:05:45.775Z] ---> 1557053e0867 [2023-04-17T20:05:45.775Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:05:45.775Z] ---> Running in 09019eeb672d [2023-04-17T20:05:46.050Z] Removing intermediate container 09019eeb672d [2023-04-17T20:05:46.050Z] ---> 0f670697f196 [2023-04-17T20:05:46.050Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-17T20:05:46.050Z] ---> Running in 615f0b48382e [2023-04-17T20:05:46.308Z] Removing intermediate container 615f0b48382e [2023-04-17T20:05:46.308Z] ---> ce585f78b2c7 [2023-04-17T20:05:46.308Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-17T20:05:46.308Z] ---> Running in c629c8c8334e [2023-04-17T20:05:46.874Z] Removing intermediate container c629c8c8334e [2023-04-17T20:05:46.874Z] ---> 1359b57c299f [2023-04-17T20:05:46.874Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:47.441Z] ---> 17d7e21e4d59 [2023-04-17T20:05:47.441Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:47.699Z] ---> efd907973d01 [2023-04-17T20:05:47.699Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-17T20:05:48.271Z] ---> 2e7762c3c187 [2023-04-17T20:05:48.271Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:05:48.530Z] ---> 1fccfb090453 [2023-04-17T20:05:48.530Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-17T20:05:48.530Z] ---> Running in 0fa6dcdba32c [2023-04-17T20:05:48.787Z] Removing intermediate container 0fa6dcdba32c [2023-04-17T20:05:48.787Z] ---> c31d2d6f5bbc [2023-04-17T20:05:48.787Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:05:48.787Z] ---> Running in 7a96c0ffb63d [2023-04-17T20:05:49.055Z] Removing intermediate container 7a96c0ffb63d [2023-04-17T20:05:49.055Z] ---> 976a5f36af87 [2023-04-17T20:05:49.055Z] Step 21/23 : LABEL arch=x86_64 [2023-04-17T20:05:49.055Z] ---> Running in ed4e66e01b55 [2023-04-17T20:05:49.335Z] Removing intermediate container ed4e66e01b55 [2023-04-17T20:05:49.335Z] ---> 5e538f93a9f1 [2023-04-17T20:05:49.335Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:49.335Z] ---> Running in 241780d71d9a [2023-04-17T20:05:49.608Z] Removing intermediate container 241780d71d9a [2023-04-17T20:05:49.608Z] ---> f605a7633108 [2023-04-17T20:05:49.608Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:05:49.608Z] ---> Running in ef21cd48142d [2023-04-17T20:05:49.865Z] Removing intermediate container ef21cd48142d [2023-04-17T20:05:49.865Z] ---> 3b94998cfbe2 [2023-04-17T20:05:49.865Z] [2023-04-17T20:05:49.865Z] Successfully built 3b94998cfbe2 [2023-04-17T20:05:49.865Z] Successfully tagged support-notifications:latest [2023-04-17T20:05:55.128Z]  Building support-notifications ... done Removing intermediate container b856436e18ed [2023-04-17T20:05:55.128Z] ---> a3bd6ad2744b [2023-04-17T20:05:55.128Z] [2023-04-17T20:05:55.128Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:05:55.128Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:55.128Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-17T20:05:55.128Z] ---> Using cache [2023-04-17T20:05:55.128Z] ---> 8d5cc75eb6ed [2023-04-17T20:05:55.128Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:05:55.128Z] ---> Using cache [2023-04-17T20:05:55.128Z] ---> 53bd416ccb1b [2023-04-17T20:05:55.128Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:55.128Z] ---> Using cache [2023-04-17T20:05:55.128Z] ---> 9853e352eab0 [2023-04-17T20:05:55.128Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:55.128Z] ---> Using cache [2023-04-17T20:05:55.128Z] ---> 50e37bc391bc [2023-04-17T20:05:55.128Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-17T20:05:55.128Z] ---> 7822f077dab9 [2023-04-17T20:05:55.128Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:05:55.695Z] ---> 1d50c937b794 [2023-04-17T20:05:55.695Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-17T20:05:55.956Z] ---> ac4cfb69ce0c [2023-04-17T20:05:55.956Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:05:55.956Z] ---> Running in 7db3b5a60f98 [2023-04-17T20:05:55.956Z] Removing intermediate container 4cf171631ebe [2023-04-17T20:05:55.956Z] ---> d11a2a3e2c46 [2023-04-17T20:05:55.956Z] [2023-04-17T20:05:55.956Z] Step 10/24 : FROM alpine:3.17 [2023-04-17T20:05:55.956Z] ---> 9ed4aefc74f6 [2023-04-17T20:05:55.956Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:05:55.956Z] ---> Using cache [2023-04-17T20:05:55.956Z] ---> f80bb5aea608 [2023-04-17T20:05:55.956Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:05:55.956Z] ---> Using cache [2023-04-17T20:05:55.956Z] ---> 9d4daaa685ca [2023-04-17T20:05:55.956Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-17T20:05:56.215Z] ---> Running in 2852fa2a5129 [2023-04-17T20:05:56.215Z] Removing intermediate container 2852fa2a5129 [2023-04-17T20:05:56.215Z] ---> b88578d12cd3 [2023-04-17T20:05:56.215Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-17T20:05:56.215Z] ---> Running in 6bd8ed09e01c [2023-04-17T20:05:56.491Z] Removing intermediate container 6bd8ed09e01c [2023-04-17T20:05:56.491Z] ---> 6f31521b7e99 [2023-04-17T20:05:56.491Z] Step 15/24 : WORKDIR / [2023-04-17T20:05:56.491Z] ---> Running in 318c23138088 [2023-04-17T20:05:56.491Z] Removing intermediate container 318c23138088 [2023-04-17T20:05:56.491Z] ---> dc8e12a9a1a0 [2023-04-17T20:05:56.491Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:05:56.491Z] Removing intermediate container 7db3b5a60f98 [2023-04-17T20:05:56.491Z] ---> 3c914cb43afe [2023-04-17T20:05:56.491Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:05:56.751Z] ---> Running in 0ff913cda752 [2023-04-17T20:05:56.751Z] ---> cdd3690dcc57 [2023-04-17T20:05:56.751Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:05:56.751Z] Removing intermediate container 0ff913cda752 [2023-04-17T20:05:56.751Z] ---> 30dc5def913c [2023-04-17T20:05:56.751Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-17T20:05:56.751Z] ---> Running in ad550a157e1d [2023-04-17T20:05:57.014Z] Removing intermediate container ad550a157e1d [2023-04-17T20:05:57.014Z] ---> 577c6d94443d [2023-04-17T20:05:57.014Z] Step 21/23 : LABEL arch=x86_64 [2023-04-17T20:05:57.014Z] ---> 6f6c51e40343 [2023-04-17T20:05:57.014Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-17T20:05:57.014Z] ---> Running in d49f57d5eb53 [2023-04-17T20:05:57.272Z] Removing intermediate container d49f57d5eb53 [2023-04-17T20:05:57.272Z] ---> ef4d200e364b [2023-04-17T20:05:57.272Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:57.272Z] ---> Running in 01958d0d25af [2023-04-17T20:05:57.272Z] ---> 880afe8bd881 [2023-04-17T20:05:57.272Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:05:57.272Z] Removing intermediate container 01958d0d25af [2023-04-17T20:05:57.272Z] ---> 51ff6d1ab523 [2023-04-17T20:05:57.272Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:05:57.272Z] ---> Running in 8f19ccd4aa50 [2023-04-17T20:05:57.532Z] ---> 21f24ccb485f [2023-04-17T20:05:57.532Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-17T20:05:57.532Z] ---> Running in 7fdec44c8b14 [2023-04-17T20:05:57.532Z] Removing intermediate container 8f19ccd4aa50 [2023-04-17T20:05:57.532Z] ---> 5f52180e849d [2023-04-17T20:05:57.532Z] [2023-04-17T20:05:57.532Z] Successfully built 5f52180e849d [2023-04-17T20:05:57.532Z] Successfully tagged security-proxy-auth:latest [2023-04-17T20:05:57.790Z]  Building security-proxy-auth ... done Removing intermediate container 7fdec44c8b14 [2023-04-17T20:05:57.790Z] ---> 41aea8a530f9 [2023-04-17T20:05:57.790Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:05:57.790Z] ---> Running in 9cd3d54ce446 [2023-04-17T20:05:57.790Z] Removing intermediate container 9cd3d54ce446 [2023-04-17T20:05:57.790Z] ---> 10dd8d1e4eb1 [2023-04-17T20:05:57.790Z] Step 22/24 : LABEL arch=x86_64 [2023-04-17T20:05:57.790Z] ---> Running in aa02c480f519 [2023-04-17T20:05:58.048Z] Removing intermediate container aa02c480f519 [2023-04-17T20:05:58.048Z] ---> 43aa8c59f362 [2023-04-17T20:05:58.048Z] Step 23/24 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:05:58.048Z] ---> Running in 7ec6c0839154 [2023-04-17T20:05:58.048Z] Removing intermediate container 7ec6c0839154 [2023-04-17T20:05:58.048Z] ---> 9089677b9795 [2023-04-17T20:05:58.048Z] Step 24/24 : LABEL version=0.0.0 [2023-04-17T20:05:58.048Z] ---> Running in 7f0d060bc74e [2023-04-17T20:05:58.307Z] Removing intermediate container 7f0d060bc74e [2023-04-17T20:05:58.308Z] ---> 100196b5e582 [2023-04-17T20:05:58.308Z] [2023-04-17T20:05:58.308Z] Successfully built 100196b5e582 [2023-04-17T20:05:58.308Z] Successfully tagged core-command:latest [2023-04-17T20:05:58.313Z]  Building core-command ... done  [Pipeline] } [2023-04-17T20:05:58.345Z] $ docker stop --time=1 48f1051d2cf3156c2dc78425a3da5bb6f3a3c206d350ba124b3b0b9dfcd2c9b8 [2023-04-17T20:05:59.645Z] $ docker rm -f --volumes 48f1051d2cf3156c2dc78425a3da5bb6f3a3c206d350ba124b3b0b9dfcd2c9b8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-17T20:06:00.049Z] + docker images [2023-04-17T20:06:00.049Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-17T20:06:00.049Z] core-command latest 100196b5e582 1 second ago 19.8MB [2023-04-17T20:06:00.049Z] security-proxy-auth latest 5f52180e849d 2 seconds ago 18.3MB [2023-04-17T20:06:00.049Z] d11a2a3e2c46 4 seconds ago 1.69GB [2023-04-17T20:06:00.049Z] a3bd6ad2744b 6 seconds ago 1.66GB [2023-04-17T20:06:00.049Z] support-notifications latest 3b94998cfbe2 10 seconds ago 32.7MB [2023-04-17T20:06:00.049Z] security-spire-agent latest 77ebb56d0258 17 seconds ago 129MB [2023-04-17T20:06:00.049Z] a0eba468366b 17 seconds ago 1.75GB [2023-04-17T20:06:00.049Z] security-spire-server latest 6b082d07a541 19 seconds ago 89.8MB [2023-04-17T20:06:00.049Z] security-spire-config latest f0fa9b5ebd94 26 seconds ago 88.9MB [2023-04-17T20:06:00.049Z] security-proxy-setup latest 8684d26243bd 29 seconds ago 18.7MB [2023-04-17T20:06:00.049Z] 9f93e012af3c 30 seconds ago 1.54GB [2023-04-17T20:06:00.049Z] security-secretstore-setup latest 5d26405c5a20 33 seconds ago 32.8MB [2023-04-17T20:06:00.049Z] support-scheduler latest 665ed20815e8 37 seconds ago 32.1MB [2023-04-17T20:06:00.049Z] 46d3b99bac35 38 seconds ago 1.54GB [2023-04-17T20:06:00.049Z] 5a99f2e5cc15 42 seconds ago 1.66GB [2023-04-17T20:06:00.049Z] d79606160418 46 seconds ago 1.75GB [2023-04-17T20:06:00.049Z] 3c029956f20a 52 seconds ago 1.68GB [2023-04-17T20:06:00.049Z] security-bootstrapper latest 4429a6294598 About a minute ago 22.2MB [2023-04-17T20:06:00.049Z] core-common-config-bootstrapper latest 8b7152a15eea About a minute ago 17.2MB [2023-04-17T20:06:00.049Z] security-spiffe-token-provider latest cfa0873fb3fd About a minute ago 32.8MB [2023-04-17T20:06:00.049Z] core-metadata latest be5f37ac735a About a minute ago 20.4MB [2023-04-17T20:06:00.049Z] core-data latest 0ecb48502654 About a minute ago 20MB [2023-04-17T20:06:00.049Z] 0d56a7be7ab1 About a minute ago 1.72GB [2023-04-17T20:06:00.049Z] 798434f1ad97 About a minute ago 1.69GB [2023-04-17T20:06:00.049Z] 05b8fb4cc72c About a minute ago 1.69GB [2023-04-17T20:06:00.049Z] dbf64a177fb6 About a minute ago 1.68GB [2023-04-17T20:06:00.049Z] 62e81c8fe2a7 About a minute ago 1.67GB [2023-04-17T20:06:00.049Z] ci-base-image-x86_64 latest df8fbcc00cee 5 minutes ago 881MB [2023-04-17T20:06:00.049Z] alpine 3.17 9ed4aefc74f6 2 weeks ago 7.05MB [2023-04-17T20:06:00.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 5 weeks ago 664MB [2023-04-17T20:06:00.049Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 9 months ago 253MB [2023-04-17T20:06:00.049Z] 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-04-17T20:06:26.250Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-04-17T20:08:32.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-04-17T20:08:34.941Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-04-17T20:08:37.550Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-04-17T20:08:37.550Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-04-17T20:08:37.550Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-04-17T20:08:37.550Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-04-17T20:08:55.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-04-17T20:08:55.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-04-17T20:08:55.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.347s coverage: 28.7% of statements [2023-04-17T20:09:04.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.303s coverage: 98.5% of statements [2023-04-17T20:09:09.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-04-17T20:09:09.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-04-17T20:09:09.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-04-17T20:09:11.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.424s coverage: 71.5% of statements [2023-04-17T20:09:14.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-04-17T20:09:14.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-04-17T20:09:14.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.336s coverage: 54.0% of statements [2023-04-17T20:09:19.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-04-17T20:09:19.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-04-17T20:09:19.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:09:19.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-04-17T20:09:19.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-04-17T20:09:27.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-04-17T20:09:27.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-04-17T20:09:33.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.074s coverage: 88.5% of statements [2023-04-17T20:09:33.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.521s coverage: 3.8% of statements [2023-04-17T20:09:42.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-04-17T20:09:42.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:09:42.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-04-17T20:09:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.752s coverage: 95.6% of statements [2023-04-17T20:09:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-04-17T20:09:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-04-17T20:09:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-04-17T20:09:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-04-17T20:09:43.043Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-04-17T20:09:43.312Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.209s coverage: 72.2% of statements [2023-04-17T20:09:48.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-04-17T20:09:48.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-04-17T20:09:48.660Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-04-17T20:09:48.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.265s coverage: 65.9% of statements [2023-04-17T20:10:01.259Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-04-17T20:10:01.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-04-17T20:10:01.259Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.432s coverage: 0.9% of statements [2023-04-17T20:10:01.259Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.304s coverage: 29.0% of statements [2023-04-17T20:10:04.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.314s coverage: 44.1% of statements [2023-04-17T20:10:05.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.278s coverage: 82.9% of statements [2023-04-17T20:10:05.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.227s coverage: 94.1% of statements [2023-04-17T20:10:05.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.260s coverage: 96.3% of statements [2023-04-17T20:10:08.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.223s coverage: 87.5% of statements [2023-04-17T20:10:11.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-04-17T20:10:11.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-04-17T20:10:11.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-04-17T20:10:11.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-04-17T20:10:13.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-04-17T20:10:13.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-04-17T20:10:13.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-04-17T20:10:13.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-04-17T20:10:20.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.216s coverage: 94.4% of statements [2023-04-17T20:10:20.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-04-17T20:10:20.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-04-17T20:10:20.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-04-17T20:10:20.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-04-17T20:10:26.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-04-17T20:10:26.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-04-17T20:10:28.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.187s coverage: 79.9% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.278s coverage: 92.9% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.080s coverage: 64.4% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.229s coverage: 62.3% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.218s coverage: 87.2% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.193s coverage: 20.0% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements [2023-04-17T20:10:36.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.467s coverage: 81.8% of statements [2023-04-17T20:10:36.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-04-17T20:10:36.483Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-04-17T20:10:37.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.509s coverage: 82.1% of statements [2023-04-17T20:10:37.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.311s coverage: 86.0% of statements [2023-04-17T20:10:43.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-04-17T20:10:43.725Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-04-17T20:10:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.028s coverage: 63.1% of statements [2023-04-17T20:10:44.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.250s coverage: 100.0% of statements [2023-04-17T20:10:46.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 89.4% of statements [2023-04-17T20:10:46.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2023-04-17T20:10:46.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements [2023-04-17T20:10:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-04-17T20:10:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-04-17T20:10:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-04-17T20:10:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2023-04-17T20:10:54.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-04-17T20:10:54.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-04-17T20:10:54.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-04-17T20:10:55.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.069s coverage: 38.4% of statements [2023-04-17T20:10:55.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.248s coverage: 89.5% of statements [2023-04-17T20:11:00.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-04-17T20:11:00.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-04-17T20:11:00.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-04-17T20:11:00.824Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-04-17T20:11:00.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.228s coverage: 84.8% of statements [2023-04-17T20:11:06.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-04-17T20:11:06.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-04-17T20:11:06.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-04-17T20:11:06.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-04-17T20:11:12.798Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.289s coverage: 17.7% of statements [2023-04-17T20:11:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-04-17T20:11:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:11:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-04-17T20:11:12.798Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-04-17T20:11:13.379Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.574s coverage: 92.3% of statements [2023-04-17T20:11:17.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-04-17T20:11:17.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-04-17T20:11:17.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.289s coverage: 61.5% of statements [2023-04-17T20:11:19.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-04-17T20:11:19.569Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-04-17T20:11:19.569Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.370s coverage: 97.7% of statements [2023-04-17T20:11:20.529Z] 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-04-17T20:11:20.529Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-17T20:11:20.529Z] go vet ./... [2023-04-17T20:13:57.211Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-17T20:13:57.211Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-17T20:13:57.211Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-17T20:13:57.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-04-17T20:13:57.904Z] + ls -al . [2023-04-17T20:13:57.904Z] total 700 [2023-04-17T20:13:57.904Z] drwxrwxr-x 10 1001 1001 4096 Apr 17 20:05 . [2023-04-17T20:13:57.904Z] drwxr-xr-x 4 root root 4096 Apr 17 20:05 .. [2023-04-17T20:13:57.904Z] drwxrwxr-x 2 1001 1001 4096 Apr 17 20:03 .blubracket [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 16 Apr 17 20:03 .dockerignore [2023-04-17T20:13:57.904Z] drwxrwxr-x 8 1001 1001 4096 Apr 17 20:03 .git [2023-04-17T20:13:57.904Z] drwxrwxr-x 3 1001 1001 4096 Apr 17 20:03 .github [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 1133 Apr 17 20:03 .gitignore [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 42 Apr 17 20:03 .golangci.yml [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 87 Apr 17 20:03 .hadolint.yml [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 166 Apr 17 20:03 .sonarcloud.properties [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 1171 Apr 17 20:03 ADOPTERS.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 10835 Apr 17 20:03 Attribution.txt [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 73765 Apr 17 20:03 CHANGELOG.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 3804 Apr 17 20:03 CONTRIBUTING.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 677 Apr 17 20:03 GOVERNANCE.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 883 Apr 17 20:03 Jenkinsfile [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 10775 Apr 17 20:03 LICENSE [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 14368 Apr 17 20:03 Makefile [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 582 Apr 17 20:03 OWNERS.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 9403 Apr 17 20:03 README.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 789 Apr 17 20:03 SECURITY.md [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 5 Apr 17 20:00 VERSION [2023-04-17T20:13:57.904Z] drwxrwxr-x 2 1001 1001 4096 Apr 17 20:03 bin [2023-04-17T20:13:57.904Z] drwxrwxr-x 18 1001 1001 4096 Apr 17 20:03 cmd [2023-04-17T20:13:57.904Z] -rw-r--r-- 1 root root 448248 Apr 17 20:11 coverage.out [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 3200 Apr 17 20:03 go.mod [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 31265 Apr 17 20:03 go.sum [2023-04-17T20:13:57.904Z] drwxrwxr-x 7 1001 1001 4096 Apr 17 20:03 internal [2023-04-17T20:13:57.904Z] drwxrwxr-x 3 1001 1001 4096 Apr 17 20:03 openapi [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 594 Apr 17 20:03 security.txt [2023-04-17T20:13:57.904Z] drwxrwxr-x 4 1001 1001 4096 Apr 17 20:03 snap [2023-04-17T20:13:57.904Z] -rw-rw-r-- 1 1001 1001 204 Apr 17 20:03 version.go [Pipeline] sh [2023-04-17T20:13:58.557Z] + '[' -e coverage.out ] [2023-04-17T20:13:58.557Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-04-17T20:13:58.592Z] Warning: overwriting stash ‘coverage-report’ [2023-04-17T20:13:59.409Z] Stashed 1 file(s) [Pipeline] sh [2023-04-17T20:14:00.050Z] + make build [2023-04-17T20:14:00.050Z] 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-04-17T20:15:36.716Z] 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-04-17T20:15:37.300Z] 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-04-17T20:15:42.655Z] 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-04-17T20:15:46.919Z] 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-04-17T20:16:34.088Z] 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-04-17T20:16:42.386Z] 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-04-17T20:16:47.719Z] 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-04-17T20:16:54.359Z] 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-04-17T20:16:57.701Z] 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-04-17T20:17:01.952Z] 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-04-17T20:17:08.593Z] 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-04-17T20:17:13.958Z] $ docker stop --time=1 64a839b353d4c36a3e1ef6326fdab10740e6f89b62223b7a1fe4800ccbbf5f1d [2023-04-17T20:17:16.122Z] $ docker rm -f --volumes 64a839b353d4c36a3e1ef6326fdab10740e6f89b62223b7a1fe4800ccbbf5f1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:17:18.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-17T20:17:18.799Z] [2023-04-17T20:17:18.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:17:19.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-17T20:17:19.202Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-04-17T20:17:19.202Z] 29e5d40040c1: Pulling fs layer [2023-04-17T20:17:19.202Z] 1ce36da41761: Pulling fs layer [2023-04-17T20:17:19.202Z] 25b303627fd3: Pulling fs layer [2023-04-17T20:17:19.469Z] 29e5d40040c1: Download complete [2023-04-17T20:17:19.736Z] 1ce36da41761: Download complete [2023-04-17T20:17:20.003Z] 29e5d40040c1: Pull complete [2023-04-17T20:17:21.404Z] 1ce36da41761: Pull complete [2023-04-17T20:17:21.404Z] 25b303627fd3: Verifying Checksum [2023-04-17T20:17:21.404Z] 25b303627fd3: Download complete [2023-04-17T20:17:31.458Z] 25b303627fd3: Pull complete [2023-04-17T20:17:31.458Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-04-17T20:17:31.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-17T20:17:31.458Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:17:31.773Z] prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container [2023-04-17T20:17:31.837Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-17T20:17:34.301Z] $ docker top 78991e3b831102aedcc751b09b3712203e22407ec8735dee64b3a7b5669e2434 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-17T20:17:35.201Z] + docker-compose+ buildgrep --help parallel [2023-04-17T20:17:35.201Z] [2023-04-17T20:17:41.224Z] --parallel Build images in parallel. [Pipeline] } [2023-04-17T20:17:41.266Z] $ docker stop --time=1 78991e3b831102aedcc751b09b3712203e22407ec8735dee64b3a7b5669e2434 [2023-04-17T20:17:42.889Z] $ docker rm -f --volumes 78991e3b831102aedcc751b09b3712203e22407ec8735dee64b3a7b5669e2434 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:17:43.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-04-17T20:17:43.634Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:17:43.876Z] prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container [2023-04-17T20:17:43.934Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-04-17T20:17:45.072Z] $ docker top a02dc9321d699096a937c04667f889f082445ece1ec7cf7bf496dd7c8e0f2f1f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-17T20:17:45.628Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-04-17T20:17:55.064Z] Building core-command ... [2023-04-17T20:17:55.064Z] Building core-common-config-bootstrapper ... [2023-04-17T20:17:55.064Z] Building core-data ... [2023-04-17T20:17:55.064Z] Building core-metadata ... [2023-04-17T20:17:55.065Z] Building security-bootstrapper ... [2023-04-17T20:17:55.065Z] Building security-proxy-auth ... [2023-04-17T20:17:55.065Z] Building security-proxy-setup ... [2023-04-17T20:17:55.065Z] Building security-secretstore-setup ... [2023-04-17T20:17:55.065Z] Building security-spiffe-token-provider ... [2023-04-17T20:17:55.065Z] Building security-spire-agent ... [2023-04-17T20:17:55.065Z] Building security-spire-config ... [2023-04-17T20:17:55.065Z] Building security-spire-server ... [2023-04-17T20:17:55.065Z] Building support-notifications ... [2023-04-17T20:17:55.065Z] Building support-scheduler ... [2023-04-17T20:17:55.065Z] Building support-scheduler [2023-04-17T20:17:55.065Z] Building security-bootstrapper [2023-04-17T20:17:55.065Z] Building security-spire-agent [2023-04-17T20:17:55.065Z] Building security-spiffe-token-provider [2023-04-17T20:17:55.065Z] Building security-spire-config [2023-04-17T20:18:41.877Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:18:41.877Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:18:41.877Z] ---> 783b1bc8b688 [2023-04-17T20:18:41.877Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:18:41.877Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:18:41.877Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:18:41.877Z] ---> 783b1bc8b688 [2023-04-17T20:18:41.877Z] Step 3/27 : WORKDIR /edgex-go [2023-04-17T20:18:41.877Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:18:41.877Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:18:41.877Z] ---> 783b1bc8b688 [2023-04-17T20:18:41.877Z] Step 3/20 : WORKDIR /edgex-go [2023-04-17T20:18:41.877Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:18:41.877Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:18:41.877Z] ---> 783b1bc8b688 [2023-04-17T20:18:41.877Z] Step 3/27 : WORKDIR /edgex-go [2023-04-17T20:18:41.877Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:18:41.877Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:18:41.877Z] ---> 783b1bc8b688 [2023-04-17T20:18:41.877Z] Step 3/33 : WORKDIR /edgex-go [2023-04-17T20:18:41.877Z] ---> Running in f9ae22172f47 [2023-04-17T20:18:41.877Z] ---> Running in 23de8e974b07 [2023-04-17T20:18:41.877Z] ---> Running in 9cfe15239961 [2023-04-17T20:18:41.877Z] ---> Running in 6e670b8aa18f [2023-04-17T20:18:41.877Z] ---> Running in ac9c841569dd [2023-04-17T20:18:41.877Z] Removing intermediate container f9ae22172f47 [2023-04-17T20:18:41.877Z] ---> 9fd6f44fd628 [2023-04-17T20:18:41.877Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-17T20:18:41.877Z] Removing intermediate container 6e670b8aa18f [2023-04-17T20:18:41.877Z] ---> ef5d6a4090a7 [2023-04-17T20:18:41.877Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:18:41.877Z] Removing intermediate container 9cfe15239961 [2023-04-17T20:18:41.877Z] ---> Running in ba2be208ac2e [2023-04-17T20:18:41.877Z] ---> 7c8952c5d315 [2023-04-17T20:18:41.877Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-04-17T20:18:41.877Z] ---> Running in c7fbae2a9258 [2023-04-17T20:18:41.877Z] Removing intermediate container 23de8e974b07 [2023-04-17T20:18:41.877Z] ---> 3b53773019d2 [2023-04-17T20:18:41.877Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-04-17T20:18:41.877Z] Removing intermediate container ac9c841569dd [2023-04-17T20:18:41.877Z] ---> 89549ee0860a [2023-04-17T20:18:41.877Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-04-17T20:18:41.877Z] ---> Running in f3a52c7a6418 [2023-04-17T20:18:41.877Z] ---> Running in 35650f6383cd [2023-04-17T20:18:41.877Z] ---> Running in 197ead6bb938 [2023-04-17T20:18:41.877Z] Removing intermediate container c7fbae2a9258 [2023-04-17T20:18:41.877Z] ---> 067e22fac0d2 [2023-04-17T20:18:41.877Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:18:41.877Z] ---> Running in 0d997c252cf1 [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:41.877Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:18:41.877Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:18:41.877Z] OK: 17695 distinct packages available [2023-04-17T20:18:42.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:42.412Z] OK: 263 MiB in 53 packages [2023-04-17T20:18:42.412Z] OK: 263 MiB in 53 packages [2023-04-17T20:18:42.680Z] OK: 263 MiB in 53 packages [2023-04-17T20:18:42.680Z] OK: 263 MiB in 53 packages [2023-04-17T20:18:43.284Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:18:44.693Z] OK: 263 MiB in 53 packages [2023-04-17T20:18:44.693Z] Removing intermediate container ba2be208ac2e [2023-04-17T20:18:44.693Z] ---> 379ad751b86c [2023-04-17T20:18:44.693Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-17T20:18:44.959Z] Removing intermediate container 35650f6383cd [2023-04-17T20:18:44.959Z] ---> 4cdb05c1c7e5 [2023-04-17T20:18:44.959Z] Step 5/33 : COPY go.mod vendor* ./ [2023-04-17T20:18:45.226Z] Removing intermediate container 0d997c252cf1 [2023-04-17T20:18:45.226Z] ---> e5d101901651 [2023-04-17T20:18:45.226Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:18:45.226Z] Removing intermediate container 197ead6bb938 [2023-04-17T20:18:45.226Z] ---> ee3d4eec3503 [2023-04-17T20:18:45.226Z] Step 5/27 : COPY go.mod vendor* ./ [2023-04-17T20:18:45.810Z] ---> 13a9b3c55697 [2023-04-17T20:18:45.810Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:18:45.810Z] ---> Running in d89a233fb620 [2023-04-17T20:18:46.079Z] Removing intermediate container f3a52c7a6418 [2023-04-17T20:18:46.079Z] ---> 35317530b9df [2023-04-17T20:18:46.079Z] Step 5/20 : COPY go.mod vendor* ./ [2023-04-17T20:18:46.079Z] ---> fe641ecb7f3e [2023-04-17T20:18:46.079Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:18:46.352Z] ---> Running in 2bbf95c0aca8 [2023-04-17T20:18:46.619Z] ---> a35ca36e7cdc [2023-04-17T20:18:46.619Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:18:46.887Z] ---> Running in affaf6f78d61 [2023-04-17T20:18:46.887Z] ---> 2ddbabd5b198 [2023-04-17T20:18:46.887Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:18:47.155Z] ---> Running in 2f840176ff9b [2023-04-17T20:18:47.741Z] ---> 00dd5e7c1a17 [2023-04-17T20:18:48.022Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:18:48.022Z] ---> Running in 77e7ad582ea7 [2023-04-17T20:20:54.712Z] Removing intermediate container 77e7ad582ea7 [2023-04-17T20:20:54.712Z] ---> dd621f4e92c4 [2023-04-17T20:20:54.712Z] Step 7/20 : COPY . . [2023-04-17T20:20:54.712Z] Removing intermediate container affaf6f78d61 [2023-04-17T20:20:54.712Z] ---> 36bf57c4e623 [2023-04-17T20:20:54.712Z] Step 8/23 : COPY . . [2023-04-17T20:20:54.712Z] Removing intermediate container 2bbf95c0aca8 [2023-04-17T20:20:54.712Z] ---> 0b8d45fa7b5f [2023-04-17T20:20:54.712Z] Step 7/33 : COPY . . [2023-04-17T20:20:54.712Z] Removing intermediate container 2f840176ff9b [2023-04-17T20:20:54.712Z] ---> dcafc021f603 [2023-04-17T20:20:54.712Z] Step 7/27 : COPY . . [2023-04-17T20:20:54.712Z] Removing intermediate container d89a233fb620 [2023-04-17T20:20:54.712Z] ---> 08340d94f04b [2023-04-17T20:20:54.712Z] Step 7/27 : COPY . . [2023-04-17T20:21:02.923Z] ---> 3e93f4b687bc [2023-04-17T20:21:02.923Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-04-17T20:21:02.923Z] ---> 66f9e088e0f1 [2023-04-17T20:21:02.923Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-17T20:21:02.923Z] ---> 0ca98d8d06b2 [2023-04-17T20:21:02.923Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-04-17T20:21:02.923Z] ---> Running in 01db82d2c3fb [2023-04-17T20:21:02.923Z] ---> e9bf66540c51 [2023-04-17T20:21:02.923Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-04-17T20:21:02.923Z] ---> Running in 7c2a2535ebab [2023-04-17T20:21:02.923Z] ---> b79b3404b1ef [2023-04-17T20:21:02.923Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-04-17T20:21:02.923Z] ---> Running in 2866e053ff5d [2023-04-17T20:21:02.923Z] ---> Running in 63fbcdba14e7 [2023-04-17T20:21:02.923Z] ---> Running in 6fdf94ac2614 [2023-04-17T20:21:03.506Z] Removing intermediate container 7c2a2535ebab [2023-04-17T20:21:03.506Z] ---> d908fabd8d7b [2023-04-17T20:21:03.506Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-17T20:21:03.773Z] ---> Running in 75a6776f287d [2023-04-17T20:21:03.773Z] Removing intermediate container 6fdf94ac2614 [2023-04-17T20:21:03.773Z] ---> b3fbdbe46567 [2023-04-17T20:21:03.773Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-04-17T20:21:04.041Z] ---> Running in 25b2f2160bae [2023-04-17T20:21:04.625Z] Removing intermediate container 75a6776f287d [2023-04-17T20:21:04.625Z] ---> bf5f1bc1193c [2023-04-17T20:21:04.625Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-17T20:21:04.625Z] 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-04-17T20:21:04.625Z] ---> Running in 80bb57c81ec2 [2023-04-17T20:21:04.907Z] Removing intermediate container 25b2f2160bae [2023-04-17T20:21:04.907Z] ---> 1b8fb0a9ee2d [2023-04-17T20:21:04.907Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-17T20:21:04.907Z] ---> Running in 09b3c4758e0e [2023-04-17T20:21:05.172Z] 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-04-17T20:21:05.452Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-04-17T20:21:05.720Z] Removing intermediate container 80bb57c81ec2 [2023-04-17T20:21:05.720Z] ---> f06a2372fc7f [2023-04-17T20:21:05.720Z] 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-04-17T20:21:05.987Z] Removing intermediate container 09b3c4758e0e [2023-04-17T20:21:05.987Z] ---> 5196f9aa2e0f [2023-04-17T20:21:05.987Z] 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-04-17T20:21:05.987Z] ---> Running in 03c170f32a50 [2023-04-17T20:21:06.254Z] ---> Running in b67ddb9aa533 [2023-04-17T20:21:10.535Z] Removing intermediate container b67ddb9aa533 [2023-04-17T20:21:10.535Z] ---> 8a90bb1b71a7 [2023-04-17T20:21:10.535Z] Step 12/27 : WORKDIR /edgex-go [2023-04-17T20:21:10.812Z] ---> Running in b589bcad6476 [2023-04-17T20:21:10.812Z] Removing intermediate container 03c170f32a50 [2023-04-17T20:21:10.812Z] ---> 227f36283661 [2023-04-17T20:21:10.812Z] Step 12/27 : WORKDIR /edgex-go [2023-04-17T20:21:10.812Z] ---> Running in bb529e4891d7 [2023-04-17T20:21:11.775Z] Removing intermediate container b589bcad6476 [2023-04-17T20:21:11.775Z] ---> 7e541f856b62 [2023-04-17T20:21:11.775Z] [2023-04-17T20:21:11.775Z] Step 13/27 : FROM alpine:3.17 [2023-04-17T20:21:11.775Z] Removing intermediate container bb529e4891d7 [2023-04-17T20:21:11.775Z] ---> bee0c4a199d6 [2023-04-17T20:21:11.775Z] [2023-04-17T20:21:11.775Z] Step 13/27 : FROM alpine:3.17 [2023-04-17T20:21:11.775Z] 3.17: Pulling from library/alpine [2023-04-17T20:21:11.775Z] 3.17: Pulling from library/alpine [2023-04-17T20:21:13.733Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:21:13.733Z] Status: Downloaded newer image for alpine:3.17 [2023-04-17T20:21:13.733Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-17T20:21:13.733Z] Status: Image is up to date for alpine:3.17 [2023-04-17T20:21:13.733Z] ---> 51e60588ff2c [2023-04-17T20:21:13.733Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-17T20:21:13.733Z] ---> 51e60588ff2c [2023-04-17T20:21:13.733Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-17T20:21:13.733Z] ---> Running in d59c953865a7 [2023-04-17T20:21:14.007Z] ---> Running in 1a68bb175a2e [2023-04-17T20:21:14.598Z] Removing intermediate container d59c953865a7 [2023-04-17T20:21:14.598Z] ---> d61ac50b1253 [2023-04-17T20:21:14.598Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-04-17T20:21:14.880Z] ---> Running in d229008c7906 [2023-04-17T20:21:14.880Z] Removing intermediate container 1a68bb175a2e [2023-04-17T20:21:14.880Z] ---> 7205cde21e0a [2023-04-17T20:21:14.880Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-17T20:21:15.159Z] ---> Running in bae4eca94b50 [2023-04-17T20:21:17.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:17.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:18.711Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:18.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:20.389Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:21:20.389Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:21:20.389Z] OK: 17689 distinct packages available [2023-04-17T20:21:20.656Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:20.656Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:21:20.656Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:21:20.656Z] OK: 17689 distinct packages available [2023-04-17T20:21:20.923Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:21.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:22.150Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:21:23.572Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-04-17T20:21:23.572Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:21:23.572Z] (3/5) Installing libucontext (1.2-r0) [2023-04-17T20:21:23.572Z] (4/5) Installing gcompat (1.1.0-r0) [2023-04-17T20:21:23.572Z] (5/5) Installing openssl (3.0.8-r3) [2023-04-17T20:21:23.572Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:21:23.572Z] OK: 9 MiB in 20 packages [2023-04-17T20:21:23.572Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-04-17T20:21:23.842Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:21:23.842Z] (3/4) Installing libucontext (1.2-r0) [2023-04-17T20:21:23.842Z] (4/4) Installing gcompat (1.1.0-r0) [2023-04-17T20:21:23.842Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:21:23.842Z] OK: 8 MiB in 19 packages [2023-04-17T20:21:26.156Z] Removing intermediate container bae4eca94b50 [2023-04-17T20:21:26.457Z] ---> 54e9fdb67484 [2023-04-17T20:21:26.457Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:21:26.457Z] Removing intermediate container d229008c7906 [2023-04-17T20:21:26.457Z] ---> f457703b72e5 [2023-04-17T20:21:26.457Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:21:27.930Z] ---> b0eeefec3571 [2023-04-17T20:21:27.930Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:21:27.930Z] ---> 979c6b32df8e [2023-04-17T20:21:27.930Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:21:29.373Z] ---> be79f88a6fdb [2023-04-17T20:21:29.373Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-04-17T20:21:29.373Z] ---> ac67ae5281c7 [2023-04-17T20:21:29.641Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-17T20:21:34.988Z] ---> c6495c24f232 [2023-04-17T20:21:34.988Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-17T20:21:38.612Z] ---> b29fc1a1b1a5 [2023-04-17T20:21:38.612Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-04-17T20:21:40.566Z] ---> ba7b0086769c [2023-04-17T20:21:40.566Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-04-17T20:21:40.566Z] ---> Running in 767e23982d06 [2023-04-17T20:21:41.163Z] Removing intermediate container 767e23982d06 [2023-04-17T20:21:41.163Z] ---> 59a31b24d09e [2023-04-17T20:21:41.163Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-04-17T20:21:42.616Z] ---> 13b76607587e [2023-04-17T20:21:42.616Z] Step 22/27 : WORKDIR / [2023-04-17T20:21:42.616Z] ---> Running in 63a82f36c528 [2023-04-17T20:21:44.041Z] Removing intermediate container 63a82f36c528 [2023-04-17T20:21:44.041Z] ---> b91c665efe25 [2023-04-17T20:21:44.041Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-17T20:21:44.041Z] ---> Running in 0b28f3336d30 [2023-04-17T20:21:44.041Z] ---> 66e2f98da32e [2023-04-17T20:21:44.041Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-04-17T20:21:44.628Z] Removing intermediate container 0b28f3336d30 [2023-04-17T20:21:44.628Z] ---> e7d06f329242 [2023-04-17T20:21:44.628Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-17T20:21:44.628Z] ---> Running in 4c92a32b4a27 [2023-04-17T20:21:45.209Z] ---> e880aa902e51 [2023-04-17T20:21:45.209Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-04-17T20:21:45.209Z] Removing intermediate container 4c92a32b4a27 [2023-04-17T20:21:45.209Z] ---> 4e7e22688ec6 [2023-04-17T20:21:45.209Z] Step 25/27 : LABEL arch=arm64 [2023-04-17T20:21:45.475Z] ---> Running in 79e05b846171 [2023-04-17T20:21:46.433Z] Removing intermediate container 79e05b846171 [2023-04-17T20:21:46.433Z] ---> aeaca3669b47 [2023-04-17T20:21:46.433Z] Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:21:46.699Z] ---> Running in 88418a763652 [2023-04-17T20:21:46.699Z] ---> 584642d0a4b5 [2023-04-17T20:21:46.699Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-04-17T20:21:47.292Z] Removing intermediate container 88418a763652 [2023-04-17T20:21:47.292Z] ---> 50450e52df65 [2023-04-17T20:21:47.292Z] Step 27/27 : LABEL version=0.0.0 [2023-04-17T20:21:47.560Z] ---> Running in 7d9de130ebec [2023-04-17T20:21:47.827Z] ---> f8f5d841ac0b [2023-04-17T20:21:47.827Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-17T20:21:47.827Z] ---> Running in c0eb83927561 [2023-04-17T20:21:48.105Z] Removing intermediate container 7d9de130ebec [2023-04-17T20:21:48.105Z] ---> 4d9b30146546 [2023-04-17T20:21:48.105Z] [2023-04-17T20:21:48.699Z] Removing intermediate container c0eb83927561 [2023-04-17T20:21:48.699Z] ---> 5ef5aeb7e6da [2023-04-17T20:21:48.699Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-17T20:21:48.699Z] ---> Running in d7ff0095e09d [2023-04-17T20:21:48.699Z] Successfully built 4d9b30146546 [2023-04-17T20:21:48.699Z] Successfully tagged security-spire-config-arm64:latest [2023-04-17T20:21:48.699Z] Building support-notifications [2023-04-17T20:21:49.284Z]  Building security-spire-config ... done Removing intermediate container d7ff0095e09d [2023-04-17T20:21:49.284Z] ---> 981489dd5568 [2023-04-17T20:21:49.284Z] Step 25/27 : LABEL arch=arm64 [2023-04-17T20:21:49.284Z] ---> Running in e43ef29c777b [2023-04-17T20:21:49.549Z] Removing intermediate container e43ef29c777b [2023-04-17T20:21:49.549Z] ---> 2e8280e9f328 [2023-04-17T20:21:49.549Z] Step 26/27 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:21:49.816Z] ---> Running in 479aa5772088 [2023-04-17T20:21:50.399Z] Removing intermediate container 479aa5772088 [2023-04-17T20:21:50.399Z] ---> 0674a87649b6 [2023-04-17T20:21:50.399Z] Step 27/27 : LABEL version=0.0.0 [2023-04-17T20:21:50.399Z] ---> Running in 4067ec06b9ac [2023-04-17T20:21:50.982Z] Removing intermediate container 4067ec06b9ac [2023-04-17T20:21:50.982Z] ---> 8de111c12f5e [2023-04-17T20:21:50.982Z] [2023-04-17T20:21:51.250Z] Successfully built 8de111c12f5e [2023-04-17T20:21:51.250Z] Successfully tagged security-spire-agent-arm64:latest [2023-04-17T20:21:51.250Z] Building security-spire-server [2023-04-17T20:22:17.929Z]  Building security-spire-agent ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:22:17.929Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:22:17.929Z] ---> 783b1bc8b688 [2023-04-17T20:22:17.929Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:22:17.929Z] ---> Using cache [2023-04-17T20:22:17.929Z] ---> ef5d6a4090a7 [2023-04-17T20:22:17.929Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:22:17.929Z] ---> Using cache [2023-04-17T20:22:17.929Z] ---> 067e22fac0d2 [2023-04-17T20:22:17.929Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-04-17T20:22:17.929Z] ---> Running in e621e8df0e47 [2023-04-17T20:22:19.874Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:22:19.874Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:22:19.874Z] ---> 783b1bc8b688 [2023-04-17T20:22:19.874Z] Step 3/26 : WORKDIR /edgex-go [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> 89549ee0860a [2023-04-17T20:22:19.874Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> ee3d4eec3503 [2023-04-17T20:22:19.874Z] Step 5/26 : COPY go.mod vendor* ./ [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> 2ddbabd5b198 [2023-04-17T20:22:19.874Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> dcafc021f603 [2023-04-17T20:22:19.874Z] Step 7/26 : COPY . . [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> b79b3404b1ef [2023-04-17T20:22:19.874Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> b3fbdbe46567 [2023-04-17T20:22:19.874Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> 1b8fb0a9ee2d [2023-04-17T20:22:19.874Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-04-17T20:22:19.874Z] ---> Using cache [2023-04-17T20:22:19.874Z] ---> 5196f9aa2e0f [2023-04-17T20:22:19.874Z] 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-04-17T20:22:19.874Z] ---> Running in 753b2415a4f1 [2023-04-17T20:22:20.141Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:22:21.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:22:23.496Z] OK: 263 MiB in 53 packages [2023-04-17T20:22:23.496Z] Removing intermediate container 753b2415a4f1 [2023-04-17T20:22:23.496Z] ---> 6baf2aa9ec69 [2023-04-17T20:22:23.766Z] Step 12/26 : WORKDIR /edgex-go [2023-04-17T20:22:23.766Z] ---> Running in 49bc31c8ff63 [2023-04-17T20:22:24.757Z] Removing intermediate container 49bc31c8ff63 [2023-04-17T20:22:24.757Z] ---> f14fc61d4892 [2023-04-17T20:22:24.757Z] [2023-04-17T20:22:24.757Z] Step 13/26 : FROM alpine:3.17 [2023-04-17T20:22:24.757Z] ---> 51e60588ff2c [2023-04-17T20:22:24.757Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-04-17T20:22:24.757Z] ---> Using cache [2023-04-17T20:22:24.757Z] ---> 7205cde21e0a [2023-04-17T20:22:24.757Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-04-17T20:22:24.757Z] ---> Using cache [2023-04-17T20:22:24.757Z] ---> 54e9fdb67484 [2023-04-17T20:22:24.757Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:22:24.757Z] ---> Using cache [2023-04-17T20:22:24.757Z] ---> 979c6b32df8e [2023-04-17T20:22:24.757Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:22:24.757Z] ---> Using cache [2023-04-17T20:22:24.757Z] ---> be79f88a6fdb [2023-04-17T20:22:24.757Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-04-17T20:22:25.347Z] Removing intermediate container e621e8df0e47 [2023-04-17T20:22:25.347Z] ---> 1f6cad92e4f9 [2023-04-17T20:22:25.347Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:22:26.777Z] ---> 07dc11a26149 [2023-04-17T20:22:26.777Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:22:26.777Z] ---> Running in 4a222c1ef6c8 [2023-04-17T20:22:33.474Z] ---> 9944f81a942d [2023-04-17T20:22:33.474Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-04-17T20:22:33.743Z] ---> 95cd269911d7 [2023-04-17T20:22:33.743Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-04-17T20:22:34.704Z] ---> 12d33fe80af6 [2023-04-17T20:22:34.704Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-04-17T20:22:35.676Z] ---> ee026148567b [2023-04-17T20:22:35.676Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-04-17T20:22:35.676Z] ---> Running in f159b135a820 [2023-04-17T20:22:36.212Z] Removing intermediate container f159b135a820 [2023-04-17T20:22:36.212Z] ---> 848c729068fa [2023-04-17T20:22:36.212Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-04-17T20:22:36.480Z] ---> Running in a60dd6d76a5d [2023-04-17T20:22:37.065Z] Removing intermediate container a60dd6d76a5d [2023-04-17T20:22:37.065Z] ---> e9f7b7a5868c [2023-04-17T20:22:37.065Z] Step 24/26 : LABEL arch=arm64 [2023-04-17T20:22:37.065Z] ---> Running in 498d18e19127 [2023-04-17T20:22:37.650Z] Removing intermediate container 498d18e19127 [2023-04-17T20:22:37.650Z] ---> 1d2726846157 [2023-04-17T20:22:37.650Z] Step 25/26 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:22:37.650Z] ---> Running in ff91b640c0ad [2023-04-17T20:22:38.242Z] Removing intermediate container ff91b640c0ad [2023-04-17T20:22:38.242Z] ---> 719ee6dcd6f0 [2023-04-17T20:22:38.242Z] Step 26/26 : LABEL version=0.0.0 [2023-04-17T20:22:38.512Z] ---> Running in 97866c5365ef [2023-04-17T20:22:39.095Z] Removing intermediate container 97866c5365ef [2023-04-17T20:22:39.095Z] ---> 9888947293c9 [2023-04-17T20:22:39.095Z] [2023-04-17T20:22:39.370Z] Successfully built 9888947293c9 [2023-04-17T20:22:39.370Z] Successfully tagged security-spire-server-arm64:latest [2023-04-17T20:22:39.370Z]  Building security-spire-server ... done Building core-data [2023-04-17T20:22:57.587Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:22:57.587Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:22:57.587Z] ---> 783b1bc8b688 [2023-04-17T20:22:57.588Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:22:57.588Z] ---> Using cache [2023-04-17T20:22:57.588Z] ---> ef5d6a4090a7 [2023-04-17T20:22:57.588Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:22:57.588Z] ---> Using cache [2023-04-17T20:22:57.588Z] ---> 067e22fac0d2 [2023-04-17T20:22:57.588Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:22:57.588Z] ---> Using cache [2023-04-17T20:22:57.588Z] ---> e5d101901651 [2023-04-17T20:22:57.588Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:22:57.588Z] ---> Using cache [2023-04-17T20:22:57.588Z] ---> a35ca36e7cdc [2023-04-17T20:22:57.588Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:22:57.588Z] ---> Using cache [2023-04-17T20:22:57.588Z] ---> 36bf57c4e623 [2023-04-17T20:22:57.588Z] Step 8/23 : COPY . . [2023-04-17T20:22:57.588Z] ---> Using cache [2023-04-17T20:22:57.588Z] ---> e9bf66540c51 [2023-04-17T20:22:57.588Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-04-17T20:22:58.175Z] ---> Running in 5c33660223bd [2023-04-17T20:23:00.117Z] 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-04-17T20:24:21.742Z] Removing intermediate container 4a222c1ef6c8 [2023-04-17T20:24:21.742Z] ---> 8924904083c6 [2023-04-17T20:24:21.742Z] Step 8/23 : COPY . . [2023-04-17T20:24:29.951Z] ---> b530732487ca [2023-04-17T20:24:29.951Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-04-17T20:24:29.951Z] ---> Running in 30c90fb64150 [2023-04-17T20:24:31.899Z] 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-04-17T20:29:08.756Z] Removing intermediate container 01db82d2c3fb [2023-04-17T20:29:08.756Z] ---> c72ee4780b36 [2023-04-17T20:29:08.756Z] [2023-04-17T20:29:08.756Z] Step 9/33 : FROM alpine:3.17 [2023-04-17T20:29:08.756Z] ---> 51e60588ff2c [2023-04-17T20:29:08.756Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-17T20:29:08.756Z] ---> Running in 41d4f90d7448 [2023-04-17T20:29:08.756Z] Removing intermediate container 41d4f90d7448 [2023-04-17T20:29:08.756Z] ---> 42f06b04abd7 [2023-04-17T20:29:08.756Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-04-17T20:29:08.756Z] ---> Running in d3be5dcac04d [2023-04-17T20:29:08.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:29:08.756Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:29:08.756Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-17T20:29:08.756Z] (2/2) Installing su-exec (0.2-r2) [2023-04-17T20:29:08.756Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:29:08.756Z] OK: 8 MiB in 17 packages [2023-04-17T20:29:08.756Z] Removing intermediate container d3be5dcac04d [2023-04-17T20:29:08.756Z] ---> d03436b439c3 [2023-04-17T20:29:08.756Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-04-17T20:29:08.756Z] ---> Running in 526db7f240e3 [2023-04-17T20:29:08.756Z] Removing intermediate container 526db7f240e3 [2023-04-17T20:29:08.756Z] ---> 1e558bc2fbcc [2023-04-17T20:29:08.756Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-04-17T20:29:08.756Z] ---> Running in e2a02febc431 [2023-04-17T20:29:08.756Z] Removing intermediate container e2a02febc431 [2023-04-17T20:29:08.756Z] ---> 18f0acc4d69f [2023-04-17T20:29:08.756Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-04-17T20:29:08.756Z] ---> Running in faf966a4dff6 [2023-04-17T20:29:09.027Z] Removing intermediate container faf966a4dff6 [2023-04-17T20:29:09.027Z] ---> 598467e7ac9f [2023-04-17T20:29:09.027Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-04-17T20:29:09.294Z] ---> Running in e5ebf23ece31 [2023-04-17T20:29:09.879Z] Removing intermediate container e5ebf23ece31 [2023-04-17T20:29:09.879Z] ---> 65d770445e36 [2023-04-17T20:29:09.879Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-04-17T20:29:09.879Z] ---> Running in 383a8520db0b [2023-04-17T20:29:13.220Z] Removing intermediate container 383a8520db0b [2023-04-17T20:29:13.220Z] ---> 818c5aa7a097 [2023-04-17T20:29:13.220Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-04-17T20:29:13.220Z] ---> Running in 6649f407fde7 [2023-04-17T20:29:13.803Z] Removing intermediate container 6649f407fde7 [2023-04-17T20:29:13.803Z] ---> 13847d68c2f3 [2023-04-17T20:29:13.803Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-04-17T20:29:14.764Z] ---> 7e62c3a9cd02 [2023-04-17T20:29:14.764Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-04-17T20:29:14.764Z] ---> Running in db4e6ecdef1a [2023-04-17T20:29:18.107Z] Removing intermediate container db4e6ecdef1a [2023-04-17T20:29:18.107Z] ---> cf07554deabc [2023-04-17T20:29:18.107Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:29:18.692Z] ---> cbd5b1eb2dac [2023-04-17T20:29:18.692Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:29:19.654Z] ---> a2ba9e5d0727 [2023-04-17T20:29:19.654Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-04-17T20:29:21.597Z] ---> 109d33d875a8 [2023-04-17T20:29:21.597Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-04-17T20:29:26.943Z] ---> ba61ccd107fd [2023-04-17T20:29:26.943Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-04-17T20:29:26.943Z] ---> 2d0d92ff0191 [2023-04-17T20:29:26.943Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-04-17T20:29:27.904Z] ---> dd8e1137a518 [2023-04-17T20:29:27.904Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-04-17T20:29:28.863Z] ---> 49c7573b3825 [2023-04-17T20:29:28.863Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-04-17T20:29:29.824Z] ---> 42a68db9ef6b [2023-04-17T20:29:29.824Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-04-17T20:29:29.824Z] ---> Running in 22f9e3867d4f [2023-04-17T20:29:33.178Z] Removing intermediate container 22f9e3867d4f [2023-04-17T20:29:33.178Z] ---> 37ff73ba9e9d [2023-04-17T20:29:33.178Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-04-17T20:29:33.178Z] ---> Running in 680d13a61804 [2023-04-17T20:29:33.445Z] Removing intermediate container 680d13a61804 [2023-04-17T20:29:33.445Z] ---> fd90ba2951a5 [2023-04-17T20:29:33.445Z] Step 30/33 : CMD ["gate"] [2023-04-17T20:29:33.445Z] ---> Running in d03b33c7818b [2023-04-17T20:29:34.028Z] Removing intermediate container d03b33c7818b [2023-04-17T20:29:34.028Z] ---> 426bcbd633c9 [2023-04-17T20:29:34.028Z] Step 31/33 : LABEL arch=arm64 [2023-04-17T20:29:34.295Z] ---> Running in 279063afa81b [2023-04-17T20:29:34.562Z] Removing intermediate container 279063afa81b [2023-04-17T20:29:34.562Z] ---> ec61255a616f [2023-04-17T20:29:34.562Z] Step 32/33 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:29:34.830Z] ---> Running in 5d732fb5fa33 [2023-04-17T20:29:35.417Z] Removing intermediate container 5d732fb5fa33 [2023-04-17T20:29:35.417Z] ---> af17d235cfdc [2023-04-17T20:29:35.417Z] Step 33/33 : LABEL version=0.0.0 [2023-04-17T20:29:35.417Z] ---> Running in 8a6c46052039 [2023-04-17T20:29:36.006Z] Removing intermediate container 8a6c46052039 [2023-04-17T20:29:36.006Z] ---> f6a37289bd74 [2023-04-17T20:29:36.006Z] [2023-04-17T20:29:36.274Z] Successfully built f6a37289bd74 [2023-04-17T20:29:36.274Z] Successfully tagged security-bootstrapper-arm64:latest [2023-04-17T20:29:36.274Z]  Building security-bootstrapper ... done Building core-metadata [2023-04-17T20:29:54.481Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:29:54.481Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:29:54.481Z] ---> 783b1bc8b688 [2023-04-17T20:29:54.481Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:29:54.481Z] ---> Using cache [2023-04-17T20:29:54.481Z] ---> ef5d6a4090a7 [2023-04-17T20:29:54.481Z] Step 4/25 : WORKDIR /edgex-go [2023-04-17T20:29:54.481Z] ---> Using cache [2023-04-17T20:29:54.481Z] ---> 067e22fac0d2 [2023-04-17T20:29:54.481Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-04-17T20:29:54.481Z] ---> Using cache [2023-04-17T20:29:54.481Z] ---> e5d101901651 [2023-04-17T20:29:54.481Z] Step 6/25 : COPY go.mod vendor* ./ [2023-04-17T20:29:54.481Z] ---> Using cache [2023-04-17T20:29:54.481Z] ---> a35ca36e7cdc [2023-04-17T20:29:54.481Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:29:54.481Z] ---> Using cache [2023-04-17T20:29:54.481Z] ---> 36bf57c4e623 [2023-04-17T20:29:54.481Z] Step 8/25 : COPY . . [2023-04-17T20:29:54.481Z] ---> Using cache [2023-04-17T20:29:54.481Z] ---> e9bf66540c51 [2023-04-17T20:29:54.481Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-04-17T20:29:54.481Z] ---> Running in 6755d9f38690 [2023-04-17T20:29:55.439Z] 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-04-17T20:32:02.549Z] Removing intermediate container 63fbcdba14e7 [2023-04-17T20:32:02.549Z] ---> 21940f4aa49d [2023-04-17T20:32:02.549Z] [2023-04-17T20:32:02.549Z] Step 9/20 : FROM alpine:3.17 [2023-04-17T20:32:02.549Z] ---> 51e60588ff2c [2023-04-17T20:32:02.549Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-04-17T20:32:02.549Z] ---> Using cache [2023-04-17T20:32:02.549Z] ---> 42f06b04abd7 [2023-04-17T20:32:02.549Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-04-17T20:32:02.549Z] ---> Running in 14c64b2f8f55 [2023-04-17T20:32:02.549Z] Removing intermediate container 5c33660223bd [2023-04-17T20:32:02.549Z] ---> 77b7b16130a4 [2023-04-17T20:32:02.549Z] [2023-04-17T20:32:02.549Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:32:02.549Z] ---> 51e60588ff2c [2023-04-17T20:32:02.549Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:32:02.549Z] ---> Running in f47b16f00629 [2023-04-17T20:32:02.549Z] Removing intermediate container f47b16f00629 [2023-04-17T20:32:02.549Z] ---> 09b5065a4b1f [2023-04-17T20:32:02.549Z] Step 12/23 : ENV APP_PORT=59880 [2023-04-17T20:32:02.549Z] ---> Running in ae8dfbb9448a [2023-04-17T20:32:02.549Z] Removing intermediate container ae8dfbb9448a [2023-04-17T20:32:02.549Z] ---> adcbf476127e [2023-04-17T20:32:02.549Z] Step 13/23 : EXPOSE $APP_PORT [2023-04-17T20:32:02.549Z] ---> Running in c294c3cf185d [2023-04-17T20:32:02.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:02.549Z] Removing intermediate container c294c3cf185d [2023-04-17T20:32:02.549Z] ---> c1d9c436cffe [2023-04-17T20:32:02.549Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:32:02.549Z] ---> Running in ed0baeba4a7c [2023-04-17T20:32:02.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:02.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:02.549Z] v3.17.3-105-gedb05ecc427 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-04-17T20:32:02.549Z] v3.17.3-102-g01c97c8134e [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-04-17T20:32:02.549Z] OK: 17689 distinct packages available [2023-04-17T20:32:02.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:02.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:02.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:03.507Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-17T20:32:03.507Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:32:03.507Z] OK: 8 MiB in 16 packages [2023-04-17T20:32:04.094Z] (1/9) Installing ca-certificates (20220614-r4) [2023-04-17T20:32:04.094Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-04-17T20:32:04.094Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-04-17T20:32:04.364Z] (4/9) Installing libcurl (8.0.1-r0) [2023-04-17T20:32:04.364Z] (5/9) Installing curl (8.0.1-r0) [2023-04-17T20:32:04.364Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-04-17T20:32:04.364Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-04-17T20:32:04.364Z] (8/9) Installing libucontext (1.2-r0) [2023-04-17T20:32:04.364Z] (9/9) Installing gcompat (1.1.0-r0) [2023-04-17T20:32:04.364Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:32:04.364Z] Executing ca-certificates-20220614-r4.trigger [2023-04-17T20:32:05.324Z] Removing intermediate container ed0baeba4a7c [2023-04-17T20:32:05.324Z] ---> d915055f5408 [2023-04-17T20:32:05.324Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:32:05.324Z] OK: 11 MiB in 24 packages [2023-04-17T20:32:06.728Z] ---> 10eda4a11269 [2023-04-17T20:32:06.728Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:32:08.137Z] ---> 50d2d04f698c [2023-04-17T20:32:08.137Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-04-17T20:32:08.404Z] Removing intermediate container 14c64b2f8f55 [2023-04-17T20:32:08.404Z] ---> fd90968b7885 [2023-04-17T20:32:08.404Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:32:09.815Z] ---> b43fa2613a25 [2023-04-17T20:32:09.815Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:32:10.398Z] ---> 9aa0a61bd76f [2023-04-17T20:32:10.398Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:32:10.985Z] ---> 2fbce2965308 [2023-04-17T20:32:10.985Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-04-17T20:32:11.568Z] ---> 927347f2f0dd [2023-04-17T20:32:11.568Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-04-17T20:32:11.843Z] ---> Running in 4341a289a8b1 [2023-04-17T20:32:12.424Z] Removing intermediate container 4341a289a8b1 [2023-04-17T20:32:12.424Z] ---> e4243ba970bc [2023-04-17T20:32:12.424Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:32:12.692Z] ---> Running in e0857a8d4fb9 [2023-04-17T20:32:13.657Z] Removing intermediate container e0857a8d4fb9 [2023-04-17T20:32:13.657Z] ---> bbac66b02512 [2023-04-17T20:32:13.657Z] Step 21/23 : LABEL arch=arm64 [2023-04-17T20:32:13.657Z] ---> Running in 0dd664c788e0 [2023-04-17T20:32:14.243Z] ---> 11042b60cbbe [2023-04-17T20:32:14.243Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:32:14.511Z] Removing intermediate container 0dd664c788e0 [2023-04-17T20:32:14.511Z] ---> 643f7b94c32c [2023-04-17T20:32:14.511Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:32:14.780Z] ---> Running in a3f44197aa3d [2023-04-17T20:32:15.363Z] Removing intermediate container a3f44197aa3d [2023-04-17T20:32:15.363Z] ---> f217fca11adf [2023-04-17T20:32:15.363Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:32:15.631Z] ---> Running in 574f366acf4b [2023-04-17T20:32:15.631Z] ---> 80b4ec99b33e [2023-04-17T20:32:15.631Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-04-17T20:32:15.631Z] ---> Running in 9dadb44fe97f [2023-04-17T20:32:16.214Z] Removing intermediate container 574f366acf4b [2023-04-17T20:32:16.214Z] ---> 04e1f41767fa [2023-04-17T20:32:16.214Z] [2023-04-17T20:32:16.481Z] Removing intermediate container 9dadb44fe97f [2023-04-17T20:32:16.481Z] ---> 238321b0cc16 [2023-04-17T20:32:16.481Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:32:16.481Z] ---> Running in 4c88bdf5ee45 [2023-04-17T20:32:16.747Z] Successfully built 04e1f41767fa [2023-04-17T20:32:16.747Z] Successfully tagged core-data-arm64:latest [2023-04-17T20:32:16.747Z] Building core-command [2023-04-17T20:32:19.334Z]  Building core-data ... done Removing intermediate container 4c88bdf5ee45 [2023-04-17T20:32:19.334Z] ---> 3b22b7fcaa17 [2023-04-17T20:32:19.334Z] Step 18/20 : LABEL arch=arm64 [2023-04-17T20:32:19.606Z] ---> Running in a4c11b142248 [2023-04-17T20:32:20.190Z] Removing intermediate container a4c11b142248 [2023-04-17T20:32:20.190Z] ---> b7c034f3c0ab [2023-04-17T20:32:20.190Z] Step 19/20 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:32:20.190Z] ---> Running in 7b49a1a5aa4a [2023-04-17T20:32:20.775Z] Removing intermediate container 7b49a1a5aa4a [2023-04-17T20:32:20.775Z] ---> b9c9ff94b31f [2023-04-17T20:32:20.775Z] Step 20/20 : LABEL version=0.0.0 [2023-04-17T20:32:21.042Z] ---> Running in 531e9138cb9d [2023-04-17T20:32:21.309Z] Removing intermediate container 531e9138cb9d [2023-04-17T20:32:21.309Z] ---> a4f3da727b8f [2023-04-17T20:32:21.309Z] [2023-04-17T20:32:21.576Z] Successfully built a4f3da727b8f [2023-04-17T20:32:21.843Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-04-17T20:32:21.843Z] Building security-proxy-setup [2023-04-17T20:32:43.909Z]  Building security-spiffe-token-provider ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:32:43.909Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:32:43.909Z] ---> 783b1bc8b688 [2023-04-17T20:32:43.909Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:32:43.909Z] ---> Using cache [2023-04-17T20:32:43.909Z] ---> ef5d6a4090a7 [2023-04-17T20:32:43.909Z] Step 4/24 : WORKDIR /edgex-go [2023-04-17T20:32:43.909Z] ---> Using cache [2023-04-17T20:32:43.909Z] ---> 067e22fac0d2 [2023-04-17T20:32:43.909Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-04-17T20:32:43.909Z] ---> Using cache [2023-04-17T20:32:43.909Z] ---> e5d101901651 [2023-04-17T20:32:43.909Z] Step 6/24 : COPY go.mod vendor* ./ [2023-04-17T20:32:43.909Z] ---> Using cache [2023-04-17T20:32:43.909Z] ---> a35ca36e7cdc [2023-04-17T20:32:43.909Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:32:43.909Z] ---> Using cache [2023-04-17T20:32:43.909Z] ---> 36bf57c4e623 [2023-04-17T20:32:43.909Z] Step 8/24 : COPY . . [2023-04-17T20:32:43.909Z] ---> Using cache [2023-04-17T20:32:43.909Z] ---> e9bf66540c51 [2023-04-17T20:32:43.909Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-04-17T20:32:43.909Z] ---> Running in 4a5cd94a26c8 [2023-04-17T20:32:46.494Z] 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-04-17T20:32:48.440Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:32:48.440Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:32:48.440Z] ---> 783b1bc8b688 [2023-04-17T20:32:48.440Z] Step 3/22 : WORKDIR /edgex-go [2023-04-17T20:32:48.440Z] ---> Using cache [2023-04-17T20:32:48.440Z] ---> 89549ee0860a [2023-04-17T20:32:48.440Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-04-17T20:32:48.440Z] ---> Running in 81cfbf7e7409 [2023-04-17T20:32:51.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:51.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:32:53.404Z] OK: 263 MiB in 53 packages [2023-04-17T20:32:55.994Z] Removing intermediate container 81cfbf7e7409 [2023-04-17T20:32:55.994Z] ---> 35cdf6240b05 [2023-04-17T20:32:55.994Z] Step 5/22 : COPY go.mod vendor* ./ [2023-04-17T20:32:59.339Z] ---> c56a7342c97d [2023-04-17T20:32:59.339Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:32:59.339Z] ---> Running in 05b1e7d9ef2e [2023-04-17T20:33:01.919Z] Removing intermediate container 2866e053ff5d [2023-04-17T20:33:01.919Z] ---> 1fe671486c83 [2023-04-17T20:33:01.919Z] [2023-04-17T20:33:01.919Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:33:01.919Z] ---> 51e60588ff2c [2023-04-17T20:33:01.919Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:33:01.919Z] ---> Running in bbe581d7d656 [2023-04-17T20:33:03.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:33:04.451Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:33:05.858Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-17T20:33:05.858Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:33:06.126Z] OK: 8 MiB in 16 packages [2023-04-17T20:33:07.540Z] Removing intermediate container bbe581d7d656 [2023-04-17T20:33:07.540Z] ---> 8b7f7e5b5cfe [2023-04-17T20:33:07.540Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:33:07.807Z] ---> Running in 9962b8ed50ab [2023-04-17T20:33:08.388Z] Removing intermediate container 9962b8ed50ab [2023-04-17T20:33:08.388Z] ---> c54baa2a3e5a [2023-04-17T20:33:08.388Z] Step 13/23 : ENV APP_PORT=59861 [2023-04-17T20:33:08.388Z] ---> Running in 0ae8f8675cc1 [2023-04-17T20:33:08.972Z] Removing intermediate container 0ae8f8675cc1 [2023-04-17T20:33:08.972Z] ---> 2fcc6f9e7aea [2023-04-17T20:33:08.972Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-17T20:33:08.972Z] ---> Running in 2b3a14c5e537 [2023-04-17T20:33:09.561Z] Removing intermediate container 2b3a14c5e537 [2023-04-17T20:33:09.561Z] ---> adc568af8f50 [2023-04-17T20:33:09.561Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:33:10.520Z] ---> 688fd841c77c [2023-04-17T20:33:10.520Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:33:11.478Z] ---> bb7432abd68b [2023-04-17T20:33:11.478Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-04-17T20:33:14.054Z] ---> dd82dca60a80 [2023-04-17T20:33:14.054Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:33:15.014Z] ---> a1ccb6855cd1 [2023-04-17T20:33:15.014Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-04-17T20:33:15.281Z] ---> Running in 8c8bfaca9178 [2023-04-17T20:33:15.548Z] Removing intermediate container 8c8bfaca9178 [2023-04-17T20:33:15.548Z] ---> ad20c92acfb3 [2023-04-17T20:33:15.548Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:33:15.830Z] ---> Running in cecbcc874c28 [2023-04-17T20:33:16.417Z] Removing intermediate container cecbcc874c28 [2023-04-17T20:33:16.417Z] ---> aa0693b2e115 [2023-04-17T20:33:16.417Z] Step 21/23 : LABEL arch=arm64 [2023-04-17T20:33:16.417Z] ---> Running in 04ea2debaa02 [2023-04-17T20:33:16.999Z] Removing intermediate container 04ea2debaa02 [2023-04-17T20:33:16.999Z] ---> 848db4788667 [2023-04-17T20:33:16.999Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:33:17.271Z] ---> Running in 71b578a91a41 [2023-04-17T20:33:17.853Z] Removing intermediate container 71b578a91a41 [2023-04-17T20:33:17.853Z] ---> dcb6cffa8dc6 [2023-04-17T20:33:17.853Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:33:17.853Z] ---> Running in 629ce7c69fb9 [2023-04-17T20:33:18.122Z] Removing intermediate container 629ce7c69fb9 [2023-04-17T20:33:18.122Z] ---> 8303e4ced9ae [2023-04-17T20:33:18.122Z] [2023-04-17T20:33:18.705Z] Successfully built 8303e4ced9ae [2023-04-17T20:33:18.705Z] Successfully tagged support-scheduler-arm64:latest [2023-04-17T20:33:18.705Z]  Building support-scheduler ... done Building security-secretstore-setup [2023-04-17T20:33:36.909Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:33:36.909Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:33:36.909Z] ---> 783b1bc8b688 [2023-04-17T20:33:36.909Z] Step 3/25 : WORKDIR /edgex-go [2023-04-17T20:33:36.909Z] ---> Using cache [2023-04-17T20:33:36.909Z] ---> 89549ee0860a [2023-04-17T20:33:36.909Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-04-17T20:33:36.909Z] ---> Using cache [2023-04-17T20:33:36.909Z] ---> 35cdf6240b05 [2023-04-17T20:33:36.909Z] Step 5/25 : COPY go.mod vendor* ./ [2023-04-17T20:33:36.909Z] ---> Using cache [2023-04-17T20:33:36.909Z] ---> c56a7342c97d [2023-04-17T20:33:36.909Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:33:37.871Z] ---> Running in ba436ca4f9a0 [2023-04-17T20:34:45.740Z] Removing intermediate container 05b1e7d9ef2e [2023-04-17T20:34:45.740Z] ---> dd0dae6d43c0 [2023-04-17T20:34:45.740Z] Step 7/22 : COPY . . [2023-04-17T20:35:00.732Z] ---> 91ed1dfaa54f [2023-04-17T20:35:00.732Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-04-17T20:35:00.732Z] ---> Running in 235cd6aa8e5f [2023-04-17T20:35:02.673Z] 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-04-17T20:35:34.883Z] Removing intermediate container ba436ca4f9a0 [2023-04-17T20:35:34.883Z] ---> cdec3f575747 [2023-04-17T20:35:34.883Z] Step 7/25 : COPY . . [2023-04-17T20:35:43.087Z] ---> 52ac8cce3a0f [2023-04-17T20:35:43.087Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-04-17T20:35:43.087Z] ---> Running in 53ed65eb27c2 [2023-04-17T20:35:44.508Z] 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-04-17T20:35:59.507Z] Removing intermediate container 30c90fb64150 [2023-04-17T20:35:59.507Z] ---> 5aa63a5ad6dd [2023-04-17T20:35:59.507Z] [2023-04-17T20:35:59.507Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:35:59.507Z] ---> 51e60588ff2c [2023-04-17T20:35:59.507Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-04-17T20:35:59.507Z] ---> Running in 427f39f4ebd6 [2023-04-17T20:36:00.091Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:36:01.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:36:02.044Z] (1/2) Installing ca-certificates (20220614-r4) [2023-04-17T20:36:02.312Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-04-17T20:36:02.312Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:36:02.312Z] Executing ca-certificates-20220614-r4.trigger [2023-04-17T20:36:03.542Z] OK: 8 MiB in 17 packages [2023-04-17T20:36:05.631Z] Removing intermediate container 427f39f4ebd6 [2023-04-17T20:36:05.631Z] ---> 7b5a528ad428 [2023-04-17T20:36:05.631Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:36:05.631Z] ---> Running in fc399bda4d3b [2023-04-17T20:36:06.244Z] Removing intermediate container fc399bda4d3b [2023-04-17T20:36:06.244Z] ---> 56c9c024fd84 [2023-04-17T20:36:06.244Z] Step 13/23 : ENV APP_PORT=59860 [2023-04-17T20:36:06.244Z] ---> Running in 39f2268f45ea [2023-04-17T20:36:06.860Z] Removing intermediate container 39f2268f45ea [2023-04-17T20:36:06.860Z] ---> 0b3c12351aba [2023-04-17T20:36:06.860Z] Step 14/23 : EXPOSE $APP_PORT [2023-04-17T20:36:06.860Z] ---> Running in 2b4cee7e58b0 [2023-04-17T20:36:07.453Z] Removing intermediate container 2b4cee7e58b0 [2023-04-17T20:36:07.453Z] ---> bcef76ae68da [2023-04-17T20:36:07.453Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:36:08.432Z] ---> c1cf1967c9bb [2023-04-17T20:36:08.432Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:36:09.411Z] ---> fc394f4f67ab [2023-04-17T20:36:09.411Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-04-17T20:36:12.012Z] ---> d197bb835706 [2023-04-17T20:36:12.012Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:36:12.983Z] ---> c69ad32ef0a5 [2023-04-17T20:36:12.983Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-04-17T20:36:12.983Z] ---> Running in 0b41b185164c [2023-04-17T20:36:13.255Z] Removing intermediate container 0b41b185164c [2023-04-17T20:36:13.255Z] ---> 1af402581fca [2023-04-17T20:36:13.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:36:13.536Z] ---> Running in 23a128962699 [2023-04-17T20:36:14.130Z] Removing intermediate container 23a128962699 [2023-04-17T20:36:14.130Z] ---> 3d3bf2acc82a [2023-04-17T20:36:14.130Z] Step 21/23 : LABEL arch=arm64 [2023-04-17T20:36:14.130Z] ---> Running in f06aad4407e6 [2023-04-17T20:36:14.399Z] Removing intermediate container f06aad4407e6 [2023-04-17T20:36:14.399Z] ---> c5a6e0e6d707 [2023-04-17T20:36:14.399Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:36:14.670Z] ---> Running in 95eaf5bbc04e [2023-04-17T20:36:15.258Z] Removing intermediate container 95eaf5bbc04e [2023-04-17T20:36:15.258Z] ---> 2a1b35aaa123 [2023-04-17T20:36:15.258Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:36:15.258Z] ---> Running in 79dc9d51d9f0 [2023-04-17T20:36:15.848Z] Removing intermediate container 79dc9d51d9f0 [2023-04-17T20:36:15.848Z] ---> 0203ddfab49a [2023-04-17T20:36:15.848Z] [2023-04-17T20:36:16.118Z] Successfully built 0203ddfab49a [2023-04-17T20:36:16.118Z] Successfully tagged support-notifications-arm64:latest [2023-04-17T20:36:16.118Z] Building security-proxy-auth [2023-04-17T20:36:34.347Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:36:34.347Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:36:34.347Z] ---> 783b1bc8b688 [2023-04-17T20:36:34.347Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:36:34.347Z] ---> Using cache [2023-04-17T20:36:34.347Z] ---> ef5d6a4090a7 [2023-04-17T20:36:34.347Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:36:34.347Z] ---> Using cache [2023-04-17T20:36:34.347Z] ---> 067e22fac0d2 [2023-04-17T20:36:34.347Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:36:34.347Z] ---> Using cache [2023-04-17T20:36:34.347Z] ---> e5d101901651 [2023-04-17T20:36:34.347Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:36:34.347Z] ---> Using cache [2023-04-17T20:36:34.347Z] ---> a35ca36e7cdc [2023-04-17T20:36:34.347Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:36:34.347Z] ---> Using cache [2023-04-17T20:36:34.347Z] ---> 36bf57c4e623 [2023-04-17T20:36:34.347Z] Step 8/23 : COPY . . [2023-04-17T20:36:34.347Z] ---> Using cache [2023-04-17T20:36:34.347Z] ---> e9bf66540c51 [2023-04-17T20:36:34.347Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-04-17T20:36:34.347Z] ---> Running in d42effe93442 [2023-04-17T20:36:35.306Z] 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-04-17T20:37:59.283Z] Removing intermediate container 6755d9f38690 [2023-04-17T20:37:59.283Z] ---> 59b2c4e1b316 [2023-04-17T20:37:59.283Z] [2023-04-17T20:37:59.283Z] Step 10/25 : FROM alpine:3.17 [2023-04-17T20:37:59.283Z] ---> 51e60588ff2c [2023-04-17T20:37:59.283Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:37:59.283Z] ---> Using cache [2023-04-17T20:37:59.283Z] ---> 8b7f7e5b5cfe [2023-04-17T20:37:59.283Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:37:59.283Z] ---> Using cache [2023-04-17T20:37:59.283Z] ---> c54baa2a3e5a [2023-04-17T20:37:59.283Z] Step 13/25 : ENV APP_PORT=59881 [2023-04-17T20:37:59.283Z] ---> Running in 9d7ece1cad1c [2023-04-17T20:37:59.283Z] Removing intermediate container 9d7ece1cad1c [2023-04-17T20:37:59.283Z] ---> 71a3243b0048 [2023-04-17T20:37:59.283Z] Step 14/25 : EXPOSE $APP_PORT [2023-04-17T20:37:59.283Z] ---> Running in e2379f4599be [2023-04-17T20:37:59.283Z] Removing intermediate container e2379f4599be [2023-04-17T20:37:59.283Z] ---> 4a1bbf79c390 [2023-04-17T20:37:59.283Z] Step 15/25 : WORKDIR / [2023-04-17T20:37:59.283Z] ---> Running in 39100f0dc235 [2023-04-17T20:37:59.283Z] Removing intermediate container 39100f0dc235 [2023-04-17T20:37:59.283Z] ---> ee10832ccdad [2023-04-17T20:37:59.283Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:37:59.553Z] ---> 458a1c6e3233 [2023-04-17T20:37:59.553Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:38:00.514Z] ---> 68864380f114 [2023-04-17T20:38:00.514Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-04-17T20:38:02.456Z] ---> 5f198ebfcde3 [2023-04-17T20:38:02.456Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:38:06.707Z] ---> 35b9b8ef9ad4 [2023-04-17T20:38:06.707Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-04-17T20:38:06.974Z] ---> 0b30e56090f3 [2023-04-17T20:38:06.974Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-04-17T20:38:07.241Z] ---> Running in 49baabe00f0b [2023-04-17T20:38:07.507Z] Removing intermediate container 49baabe00f0b [2023-04-17T20:38:07.507Z] ---> bb03b85cfc6a [2023-04-17T20:38:07.507Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:38:07.773Z] ---> Running in adccd223a558 [2023-04-17T20:38:08.356Z] Removing intermediate container adccd223a558 [2023-04-17T20:38:08.356Z] ---> 0e8f12d04682 [2023-04-17T20:38:08.356Z] Step 23/25 : LABEL arch=arm64 [2023-04-17T20:38:08.356Z] ---> Running in a205fc7d4c9c [2023-04-17T20:38:08.941Z] Removing intermediate container a205fc7d4c9c [2023-04-17T20:38:08.941Z] ---> caa3f884d2d1 [2023-04-17T20:38:08.941Z] Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:38:09.208Z] ---> Running in b9d88b94d663 [2023-04-17T20:38:09.791Z] Removing intermediate container b9d88b94d663 [2023-04-17T20:38:09.791Z] ---> 4f8ad6734abe [2023-04-17T20:38:09.791Z] Step 25/25 : LABEL version=0.0.0 [2023-04-17T20:38:09.791Z] ---> Running in f663a2a4b7b2 [2023-04-17T20:38:10.374Z] Removing intermediate container f663a2a4b7b2 [2023-04-17T20:38:10.374Z] ---> 2fcfc5f9ac37 [2023-04-17T20:38:10.374Z] [2023-04-17T20:38:10.640Z] Successfully built 2fcfc5f9ac37 [2023-04-17T20:38:10.640Z] Successfully tagged core-metadata-arm64:latest [2023-04-17T20:38:10.640Z]  Building core-metadata ... done Building core-common-config-bootstrapper [2023-04-17T20:38:28.836Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-04-17T20:38:28.836Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-04-17T20:38:28.836Z] ---> 783b1bc8b688 [2023-04-17T20:38:28.836Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-04-17T20:38:28.836Z] ---> Using cache [2023-04-17T20:38:28.836Z] ---> ef5d6a4090a7 [2023-04-17T20:38:28.836Z] Step 4/23 : WORKDIR /edgex-go [2023-04-17T20:38:28.836Z] ---> Using cache [2023-04-17T20:38:28.836Z] ---> 067e22fac0d2 [2023-04-17T20:38:28.836Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-04-17T20:38:28.836Z] ---> Using cache [2023-04-17T20:38:28.836Z] ---> e5d101901651 [2023-04-17T20:38:28.836Z] Step 6/23 : COPY go.mod vendor* ./ [2023-04-17T20:38:28.836Z] ---> Using cache [2023-04-17T20:38:28.836Z] ---> a35ca36e7cdc [2023-04-17T20:38:28.836Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-17T20:38:28.836Z] ---> Using cache [2023-04-17T20:38:28.836Z] ---> 36bf57c4e623 [2023-04-17T20:38:28.836Z] Step 8/23 : COPY . . [2023-04-17T20:38:28.836Z] ---> Using cache [2023-04-17T20:38:28.836Z] ---> e9bf66540c51 [2023-04-17T20:38:28.836Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-04-17T20:38:28.836Z] ---> Running in 9e77ef79fa45 [2023-04-17T20:38:31.419Z] 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-04-17T20:40:53.109Z] Removing intermediate container 4a5cd94a26c8 [2023-04-17T20:40:53.109Z] ---> 4a1635548ace [2023-04-17T20:40:53.109Z] [2023-04-17T20:40:53.109Z] Step 10/24 : FROM alpine:3.17 [2023-04-17T20:40:53.109Z] ---> 51e60588ff2c [2023-04-17T20:40:53.109Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:40:53.109Z] ---> Using cache [2023-04-17T20:40:53.109Z] ---> 8b7f7e5b5cfe [2023-04-17T20:40:53.109Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-04-17T20:40:53.109Z] ---> Using cache [2023-04-17T20:40:53.109Z] ---> c54baa2a3e5a [2023-04-17T20:40:53.109Z] Step 13/24 : ENV APP_PORT=59882 [2023-04-17T20:40:53.109Z] ---> Running in c69e4f0d5911 [2023-04-17T20:40:53.109Z] Removing intermediate container c69e4f0d5911 [2023-04-17T20:40:53.109Z] ---> e78f917b7139 [2023-04-17T20:40:53.109Z] Step 14/24 : EXPOSE $APP_PORT [2023-04-17T20:40:53.109Z] ---> Running in e9c282e364b9 [2023-04-17T20:40:53.109Z] Removing intermediate container e9c282e364b9 [2023-04-17T20:40:53.109Z] ---> ee36589b9b55 [2023-04-17T20:40:53.109Z] Step 15/24 : WORKDIR / [2023-04-17T20:40:53.109Z] ---> Running in 6b4389aa32df [2023-04-17T20:40:53.109Z] Removing intermediate container 6b4389aa32df [2023-04-17T20:40:53.109Z] ---> 309813aa77d7 [2023-04-17T20:40:53.109Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:40:53.109Z] ---> 077a43a0879d [2023-04-17T20:40:53.109Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:40:53.109Z] ---> 96ac6b7cdef4 [2023-04-17T20:40:53.109Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-04-17T20:40:53.109Z] ---> 0f2eaa71c305 [2023-04-17T20:40:53.109Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:40:53.109Z] ---> 88e39d829246 [2023-04-17T20:40:53.109Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-04-17T20:40:53.109Z] ---> Running in 348a67b8a517 [2023-04-17T20:40:53.109Z] Removing intermediate container 348a67b8a517 [2023-04-17T20:40:53.109Z] ---> 4e633631a431 [2023-04-17T20:40:53.109Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-17T20:40:53.109Z] ---> Running in 73ad08112070 [2023-04-17T20:40:53.109Z] Removing intermediate container 73ad08112070 [2023-04-17T20:40:53.109Z] ---> dbf88587f4cf [2023-04-17T20:40:53.109Z] Step 22/24 : LABEL arch=arm64 [2023-04-17T20:40:53.109Z] ---> Running in 3a05723df7a3 [2023-04-17T20:40:53.109Z] Removing intermediate container 3a05723df7a3 [2023-04-17T20:40:53.109Z] ---> d75ca0322c64 [2023-04-17T20:40:53.109Z] Step 23/24 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:40:53.109Z] ---> Running in d8e3013839ee [2023-04-17T20:40:53.109Z] Removing intermediate container d8e3013839ee [2023-04-17T20:40:53.109Z] ---> e28395848af6 [2023-04-17T20:40:53.109Z] Step 24/24 : LABEL version=0.0.0 [2023-04-17T20:40:53.109Z] ---> Running in e735bed6e463 [2023-04-17T20:40:53.109Z] Removing intermediate container e735bed6e463 [2023-04-17T20:40:53.109Z] ---> 030914049787 [2023-04-17T20:40:53.109Z] [2023-04-17T20:40:53.109Z] Successfully built 030914049787 [2023-04-17T20:40:53.109Z] Successfully tagged core-command-arm64:latest [2023-04-17T20:42:00.971Z]  Building core-command ... done Removing intermediate container 235cd6aa8e5f [2023-04-17T20:42:00.971Z] ---> c1346d564f52 [2023-04-17T20:42:00.971Z] [2023-04-17T20:42:00.971Z] Step 9/22 : FROM alpine:3.17 [2023-04-17T20:42:00.971Z] ---> 51e60588ff2c [2023-04-17T20:42:00.971Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-04-17T20:42:00.971Z] ---> Running in 26fa8cc44d3b [2023-04-17T20:42:01.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:42:02.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:42:03.928Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-04-17T20:42:03.928Z] (2/2) Installing openssl (3.0.8-r3) [2023-04-17T20:42:03.928Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:42:03.928Z] OK: 8 MiB in 17 packages [2023-04-17T20:42:09.278Z] Removing intermediate container 26fa8cc44d3b [2023-04-17T20:42:09.278Z] ---> 7159ec295739 [2023-04-17T20:42:09.278Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-17T20:42:09.278Z] ---> Running in 85bef57e3419 [2023-04-17T20:42:09.278Z] Removing intermediate container 85bef57e3419 [2023-04-17T20:42:09.278Z] ---> 1210b0e01d46 [2023-04-17T20:42:09.278Z] Step 12/22 : WORKDIR /edgex [2023-04-17T20:42:09.278Z] ---> Running in 5bac8874b071 [2023-04-17T20:42:09.882Z] Removing intermediate container 5bac8874b071 [2023-04-17T20:42:09.882Z] ---> 3d6fe5b21edd [2023-04-17T20:42:09.882Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:42:11.306Z] ---> d1624c2b3e91 [2023-04-17T20:42:11.306Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:42:11.895Z] ---> ef1de2f1ddb8 [2023-04-17T20:42:11.895Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-04-17T20:42:12.863Z] ---> 2b48c5541752 [2023-04-17T20:42:12.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-04-17T20:42:14.829Z] ---> c9a4fe033565 [2023-04-17T20:42:14.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-04-17T20:42:15.418Z] ---> 4f5d2a5c8d5f [2023-04-17T20:42:15.418Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:42:15.687Z] ---> Running in cc755f7542a0 [2023-04-17T20:42:19.057Z] Removing intermediate container cc755f7542a0 [2023-04-17T20:42:19.057Z] ---> 61b9e277110d [2023-04-17T20:42:19.057Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:42:19.057Z] ---> Running in 605578eb2ae5 [2023-04-17T20:42:19.331Z] 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-04-17T20:42:19.600Z] Removing intermediate container 605578eb2ae5 [2023-04-17T20:42:19.600Z] ---> 09cd33d4f0bc [2023-04-17T20:42:19.600Z] Step 20/22 : LABEL arch=arm64 [2023-04-17T20:42:19.601Z] ---> Running in 1ca8d1871f0e [2023-04-17T20:42:20.190Z] Removing intermediate container 1ca8d1871f0e [2023-04-17T20:42:20.190Z] ---> 4943f8ce2902 [2023-04-17T20:42:20.190Z] Step 21/22 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:42:21.613Z] ---> Running in de2d48a1c875 [2023-04-17T20:42:22.204Z] Removing intermediate container de2d48a1c875 [2023-04-17T20:42:22.204Z] ---> 242f9aeee95a [2023-04-17T20:42:22.204Z] Step 22/22 : LABEL version=0.0.0 [2023-04-17T20:42:22.481Z] ---> Running in a82c0ee6e19a [2023-04-17T20:42:23.070Z] Removing intermediate container a82c0ee6e19a [2023-04-17T20:42:23.070Z] ---> 11d2326f64e5 [2023-04-17T20:42:23.070Z] [2023-04-17T20:42:23.340Z] Successfully built 11d2326f64e5 [2023-04-17T20:42:23.340Z] Successfully tagged security-proxy-setup-arm64:latest [2023-04-17T20:42:38.369Z]  Building security-proxy-setup ... done Removing intermediate container 53ed65eb27c2 [2023-04-17T20:42:38.369Z] ---> b20a6eef23c5 [2023-04-17T20:42:38.369Z] [2023-04-17T20:42:38.369Z] Step 9/25 : FROM alpine:3.17 [2023-04-17T20:42:38.369Z] ---> 51e60588ff2c [2023-04-17T20:42:38.369Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-04-17T20:42:38.369Z] ---> Running in 82044459ada9 [2023-04-17T20:42:38.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:42:39.931Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:42:41.351Z] (1/3) Installing ca-certificates (20220614-r4) [2023-04-17T20:42:41.351Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-04-17T20:42:41.351Z] (3/3) Installing su-exec (0.2-r2) [2023-04-17T20:42:41.351Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:42:41.351Z] Executing ca-certificates-20220614-r4.trigger [2023-04-17T20:42:41.941Z] OK: 8 MiB in 18 packages [2023-04-17T20:42:44.544Z] Removing intermediate container 82044459ada9 [2023-04-17T20:42:44.544Z] ---> 818b349dabfb [2023-04-17T20:42:44.544Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-04-17T20:42:44.544Z] ---> Running in 732df0509761 [2023-04-17T20:42:44.813Z] Removing intermediate container 732df0509761 [2023-04-17T20:42:44.813Z] ---> 24a2a4cf6533 [2023-04-17T20:42:44.813Z] Step 12/25 : WORKDIR / [2023-04-17T20:42:44.813Z] ---> Running in e65d723a0dc1 [2023-04-17T20:42:45.793Z] Removing intermediate container e65d723a0dc1 [2023-04-17T20:42:45.793Z] ---> e05b54d33fbc [2023-04-17T20:42:45.793Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:42:47.753Z] ---> ad5ff7644e24 [2023-04-17T20:42:47.753Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:42:49.173Z] ---> da0b54619bd2 [2023-04-17T20:42:49.173Z] 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-04-17T20:42:50.592Z] ---> 6f46795eb01b [2023-04-17T20:42:50.592Z] 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-04-17T20:42:52.007Z] ---> 687871f69e3f [2023-04-17T20:42:52.007Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:42:53.430Z] ---> 82dbb8e56939 [2023-04-17T20:42:53.430Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-04-17T20:42:56.031Z] ---> 12eadfefadef [2023-04-17T20:42:56.031Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-04-17T20:42:57.003Z] Removing intermediate container d42effe93442 [2023-04-17T20:42:57.003Z] ---> c608d951036a [2023-04-17T20:42:57.003Z] [2023-04-17T20:42:57.003Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:42:57.003Z] ---> 51e60588ff2c [2023-04-17T20:42:57.003Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-17T20:42:57.003Z] ---> Running in b2a276b63063 [2023-04-17T20:42:57.594Z] Removing intermediate container b2a276b63063 [2023-04-17T20:42:57.594Z] ---> e1d2f461dedd [2023-04-17T20:42:57.594Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:42:57.867Z] ---> Running in 61bae696e79c [2023-04-17T20:42:59.124Z] ---> f5f023e9ff4b [2023-04-17T20:42:59.124Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-04-17T20:43:00.628Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-17T20:43:00.920Z] ---> 65bb379fef6f [2023-04-17T20:43:00.920Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:43:00.920Z] ---> Running in 5030ab27ef9f [2023-04-17T20:43:01.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-17T20:43:03.060Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-17T20:43:03.330Z] Executing busybox-1.35.0-r29.trigger [2023-04-17T20:43:03.330Z] OK: 8 MiB in 16 packages [2023-04-17T20:43:04.757Z] Removing intermediate container 5030ab27ef9f [2023-04-17T20:43:04.757Z] ---> 8c57d8bded76 [2023-04-17T20:43:04.757Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:43:05.028Z] ---> Running in e2b19df608d0 [2023-04-17T20:43:05.300Z] Removing intermediate container 61bae696e79c [2023-04-17T20:43:05.300Z] ---> 63765607d2ea [2023-04-17T20:43:05.300Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:43:05.577Z] Removing intermediate container e2b19df608d0 [2023-04-17T20:43:05.577Z] ---> ec40ecb654f2 [2023-04-17T20:43:05.577Z] Step 23/25 : LABEL arch=arm64 [2023-04-17T20:43:05.857Z] ---> Running in 3d9b5ca59f99 [2023-04-17T20:43:06.837Z] Removing intermediate container 3d9b5ca59f99 [2023-04-17T20:43:06.837Z] ---> 7ca53c691141 [2023-04-17T20:43:06.837Z] Step 24/25 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:43:06.837Z] ---> 9af7ffc7e395 [2023-04-17T20:43:06.837Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:43:06.837Z] ---> Running in 2e3be3040672 [2023-04-17T20:43:07.806Z] ---> afa121cbfd6d [2023-04-17T20:43:07.806Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-04-17T20:43:07.806Z] Removing intermediate container 2e3be3040672 [2023-04-17T20:43:07.806Z] ---> 77bd8d4dcc8b [2023-04-17T20:43:07.806Z] Step 25/25 : LABEL version=0.0.0 [2023-04-17T20:43:08.076Z] ---> Running in e7dfa991ff66 [2023-04-17T20:43:09.043Z] Removing intermediate container e7dfa991ff66 [2023-04-17T20:43:09.043Z] ---> 17c9bd8cad5e [2023-04-17T20:43:09.043Z] [2023-04-17T20:43:09.313Z] Successfully built 17c9bd8cad5e [2023-04-17T20:43:09.313Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-04-17T20:43:10.287Z]  Building security-secretstore-setup ... done  ---> 6e03c15ef476 [2023-04-17T20:43:10.287Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:43:11.261Z] ---> 8f0d13b783b6 [2023-04-17T20:43:11.261Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-04-17T20:43:13.877Z] ---> 2c034b489b51 [2023-04-17T20:43:13.877Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:43:13.877Z] ---> Running in d48adf5f5360 [2023-04-17T20:43:17.268Z] Removing intermediate container d48adf5f5360 [2023-04-17T20:43:17.268Z] ---> 2b2d94ab9feb [2023-04-17T20:43:17.268Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:43:17.268Z] ---> Running in 18da3f1e42dd [2023-04-17T20:43:17.538Z] Removing intermediate container 18da3f1e42dd [2023-04-17T20:43:17.538Z] ---> ddf72baed6aa [2023-04-17T20:43:17.538Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-17T20:43:17.807Z] ---> Running in 6cb864ce33e6 [2023-04-17T20:43:18.399Z] Removing intermediate container 6cb864ce33e6 [2023-04-17T20:43:18.399Z] ---> 6105dc05215f [2023-04-17T20:43:18.399Z] Step 21/23 : LABEL arch=arm64 [2023-04-17T20:43:18.399Z] ---> Running in f6432db76045 [2023-04-17T20:43:19.003Z] Removing intermediate container f6432db76045 [2023-04-17T20:43:19.003Z] ---> 9088edad561f [2023-04-17T20:43:19.003Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:43:19.003Z] ---> Running in 4c38a65c80f9 [2023-04-17T20:43:19.604Z] Removing intermediate container 4c38a65c80f9 [2023-04-17T20:43:19.604Z] ---> ead146d9a2bb [2023-04-17T20:43:19.604Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:43:19.604Z] ---> Running in 5121b41beb7a [2023-04-17T20:43:20.194Z] Removing intermediate container 5121b41beb7a [2023-04-17T20:43:20.194Z] ---> 9d49405e576e [2023-04-17T20:43:20.194Z] [2023-04-17T20:43:20.464Z] Successfully built 9d49405e576e [2023-04-17T20:43:20.464Z] Successfully tagged security-proxy-auth-arm64:latest [2023-04-17T20:43:35.485Z]  Building security-proxy-auth ... done Removing intermediate container 9e77ef79fa45 [2023-04-17T20:43:35.485Z] ---> 3624e7b76de7 [2023-04-17T20:43:35.485Z] [2023-04-17T20:43:35.485Z] Step 10/23 : FROM alpine:3.17 [2023-04-17T20:43:35.485Z] ---> 51e60588ff2c [2023-04-17T20:43:35.485Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-04-17T20:43:35.485Z] ---> Using cache [2023-04-17T20:43:35.485Z] ---> e1d2f461dedd [2023-04-17T20:43:35.485Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-04-17T20:43:35.485Z] ---> Using cache [2023-04-17T20:43:35.485Z] ---> 63765607d2ea [2023-04-17T20:43:35.485Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-04-17T20:43:35.485Z] ---> Using cache [2023-04-17T20:43:35.485Z] ---> 9af7ffc7e395 [2023-04-17T20:43:35.485Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-04-17T20:43:35.485Z] ---> Using cache [2023-04-17T20:43:35.485Z] ---> afa121cbfd6d [2023-04-17T20:43:35.485Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-04-17T20:43:35.485Z] ---> 69c4dfdb0076 [2023-04-17T20:43:35.485Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-04-17T20:43:36.073Z] ---> fe35e9b45e8b [2023-04-17T20:43:36.073Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-04-17T20:43:36.661Z] ---> 397fbc110a95 [2023-04-17T20:43:36.661Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-04-17T20:43:36.661Z] ---> Running in 4bd8c496b317 [2023-04-17T20:43:40.031Z] Removing intermediate container 4bd8c496b317 [2023-04-17T20:43:40.031Z] ---> 56996f836930 [2023-04-17T20:43:40.031Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-04-17T20:43:40.031Z] ---> Running in 2d63a95f485a [2023-04-17T20:43:40.304Z] Removing intermediate container 2d63a95f485a [2023-04-17T20:43:40.304Z] ---> b79e4f03fcb0 [2023-04-17T20:43:40.304Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-04-17T20:43:40.304Z] ---> Running in e3bb2e7f1707 [2023-04-17T20:43:40.575Z] Removing intermediate container e3bb2e7f1707 [2023-04-17T20:43:40.575Z] ---> cb4cba8da3a7 [2023-04-17T20:43:40.575Z] Step 21/23 : LABEL arch=arm64 [2023-04-17T20:43:40.575Z] ---> Running in 5c74f71b1fc3 [2023-04-17T20:43:40.845Z] Removing intermediate container 5c74f71b1fc3 [2023-04-17T20:43:40.845Z] ---> c51d129302a3 [2023-04-17T20:43:40.845Z] Step 22/23 : LABEL git_sha=9c6f205bef6229b17ef07f5235b60c76afa09d66 [2023-04-17T20:43:41.115Z] ---> Running in 97c4e9dd4f75 [2023-04-17T20:43:41.387Z] Removing intermediate container 97c4e9dd4f75 [2023-04-17T20:43:41.387Z] ---> 35331eaa5545 [2023-04-17T20:43:41.387Z] Step 23/23 : LABEL version=0.0.0 [2023-04-17T20:43:41.387Z] ---> Running in 692fb8f18a40 [2023-04-17T20:43:41.976Z] Removing intermediate container 692fb8f18a40 [2023-04-17T20:43:41.976Z] ---> beff2c7a52c0 [2023-04-17T20:43:41.976Z] [2023-04-17T20:43:41.976Z] Successfully built beff2c7a52c0 [2023-04-17T20:43:41.976Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-04-17T20:43:42.580Z]  Building core-common-config-bootstrapper ... done  [Pipeline] } [2023-04-17T20:43:42.597Z] $ docker stop --time=1 a02dc9321d699096a937c04667f889f082445ece1ec7cf7bf496dd7c8e0f2f1f [2023-04-17T20:43:44.364Z] $ docker rm -f --volumes a02dc9321d699096a937c04667f889f082445ece1ec7cf7bf496dd7c8e0f2f1f [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-17T20:43:44.946Z] + docker images [2023-04-17T20:43:45.213Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-04-17T20:43:45.213Z] core-common-config-bootstrapper-arm64 latest beff2c7a52c0 4 seconds ago 17.2MB [2023-04-17T20:43:45.213Z] 3624e7b76de7 12 seconds ago 1.48GB [2023-04-17T20:43:45.213Z] security-proxy-auth-arm64 latest 9d49405e576e 26 seconds ago 18.3MB [2023-04-17T20:43:45.213Z] security-secretstore-setup-arm64 latest 17c9bd8cad5e 37 seconds ago 32.2MB [2023-04-17T20:43:45.213Z] c608d951036a 50 seconds ago 1.47GB [2023-04-17T20:43:45.213Z] b20a6eef23c5 About a minute ago 1.49GB [2023-04-17T20:43:45.213Z] security-proxy-setup-arm64 latest 11d2326f64e5 About a minute ago 18.7MB [2023-04-17T20:43:45.213Z] c1346d564f52 About a minute ago 1.47GB [2023-04-17T20:43:45.214Z] core-command-arm64 latest 030914049787 2 minutes ago 19.7MB [2023-04-17T20:43:45.214Z] 4a1635548ace 3 minutes ago 1.49GB [2023-04-17T20:43:45.214Z] core-metadata-arm64 latest 2fcfc5f9ac37 5 minutes ago 20.2MB [2023-04-17T20:43:45.214Z] 59b2c4e1b316 5 minutes ago 1.5GB [2023-04-17T20:43:45.214Z] support-notifications-arm64 latest 0203ddfab49a 7 minutes ago 32.2MB [2023-04-17T20:43:45.214Z] 5aa63a5ad6dd 7 minutes ago 1.56GB [2023-04-17T20:43:45.214Z] support-scheduler-arm64 latest 8303e4ced9ae 10 minutes ago 31.5MB [2023-04-17T20:43:45.214Z] 1fe671486c83 10 minutes ago 1.56GB [2023-04-17T20:43:45.214Z] security-spiffe-token-provider-arm64 latest a4f3da727b8f 11 minutes ago 32.7MB [2023-04-17T20:43:45.214Z] core-data-arm64 latest 04e1f41767fa 11 minutes ago 19.9MB [2023-04-17T20:43:45.214Z] 77b7b16130a4 11 minutes ago 1.5GB [2023-04-17T20:43:45.214Z] 21940f4aa49d 11 minutes ago 1.53GB [2023-04-17T20:43:45.214Z] security-bootstrapper-arm64 latest f6a37289bd74 14 minutes ago 21.9MB [2023-04-17T20:43:45.214Z] c72ee4780b36 14 minutes ago 1.48GB [2023-04-17T20:43:45.214Z] security-spire-server-arm64 latest 9888947293c9 21 minutes ago 87.1MB [2023-04-17T20:43:45.214Z] f14fc61d4892 21 minutes ago 1.35GB [2023-04-17T20:43:45.214Z] security-spire-agent-arm64 latest 8de111c12f5e 21 minutes ago 125MB [2023-04-17T20:43:45.214Z] security-spire-config-arm64 latest 4d9b30146546 21 minutes ago 86.2MB [2023-04-17T20:43:45.214Z] bee0c4a199d6 22 minutes ago 1.35GB [2023-04-17T20:43:45.214Z] 7e541f856b62 22 minutes ago 1.35GB [2023-04-17T20:43:45.214Z] ci-base-image-arm64 latest 783b1bc8b688 38 minutes ago 866MB [2023-04-17T20:43:45.214Z] alpine 3.17 51e60588ff2c 2 weeks ago 7.46MB [2023-04-17T20:43:45.214Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 5 weeks ago 648MB [2023-04-17T20:43:45.214Z] 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-04-17T20:43:46.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-17T20:43:46.009Z] [2023-04-17T20:43:46.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:43:46.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-17T20:43:46.450Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-17T20:43:46.450Z] 8998bd30e6a1: Pulling fs layer [2023-04-17T20:43:46.450Z] 04944245beec: Pulling fs layer [2023-04-17T20:43:46.450Z] 699f458cf7ca: Pulling fs layer [2023-04-17T20:43:46.450Z] 765212b225bb: Pulling fs layer [2023-04-17T20:43:46.450Z] f23df028b6ca: Pulling fs layer [2023-04-17T20:43:46.450Z] d65c8cfc05b1: Pulling fs layer [2023-04-17T20:43:46.450Z] 2437ff75d9bd: Pulling fs layer [2023-04-17T20:43:46.450Z] 765212b225bb: Waiting [2023-04-17T20:43:46.450Z] d65c8cfc05b1: Waiting [2023-04-17T20:43:46.450Z] 2437ff75d9bd: Waiting [2023-04-17T20:43:46.726Z] f23df028b6ca: Waiting [2023-04-17T20:43:46.726Z] 04944245beec: Verifying Checksum [2023-04-17T20:43:46.726Z] 04944245beec: Download complete [2023-04-17T20:43:46.726Z] 765212b225bb: Verifying Checksum [2023-04-17T20:43:46.726Z] 765212b225bb: Download complete [2023-04-17T20:43:46.726Z] f23df028b6ca: Verifying Checksum [2023-04-17T20:43:46.726Z] f23df028b6ca: Download complete [2023-04-17T20:43:46.726Z] d65c8cfc05b1: Verifying Checksum [2023-04-17T20:43:46.726Z] d65c8cfc05b1: Download complete [2023-04-17T20:43:46.995Z] 699f458cf7ca: Verifying Checksum [2023-04-17T20:43:46.995Z] 699f458cf7ca: Download complete [2023-04-17T20:43:47.263Z] 8998bd30e6a1: Download complete [2023-04-17T20:43:49.843Z] 2437ff75d9bd: Verifying Checksum [2023-04-17T20:43:49.843Z] 2437ff75d9bd: Download complete [2023-04-17T20:43:54.086Z] 8998bd30e6a1: Pull complete [2023-04-17T20:43:54.086Z] 04944245beec: Pull complete [2023-04-17T20:43:55.495Z] 699f458cf7ca: Pull complete [2023-04-17T20:43:55.495Z] 765212b225bb: Pull complete [2023-04-17T20:43:56.453Z] f23df028b6ca: Pull complete [2023-04-17T20:43:56.453Z] d65c8cfc05b1: Pull complete [2023-04-17T20:44:11.429Z] 2437ff75d9bd: Pull complete [2023-04-17T20:44:11.429Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-17T20:44:11.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-17T20:44:11.429Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:44:11.779Z] prd-ubuntu20.04-docker-arm64-4c-16g-8773 does not seem to be running inside a container [2023-04-17T20:44:11.844Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-17T20:44:14.851Z] $ docker top a02d11b1f5647d820841e0a28b8fe479dbfd7ba661f559d75e549679eb1f5684 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:15.772Z] ---> job-cost.sh [2023-04-17T20:44:15.772Z] lf-activate-venv: SKIPPING [2023-04-17T20:44:15.772Z] INFO: No Stack... [2023-04-17T20:44:16.039Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-17T20:44:16.995Z] INFO: Archiving Costs [Pipeline] sh [2023-04-17T20:44:17.666Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-04-17T20:44:17.666Z] + cut -d, -f6 [Pipeline] lock [2023-04-17T20:44:17.717Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] [2023-04-17T20:44:17.723Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] did not exist. Created. [2023-04-17T20:44:17.723Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-17T20:44:18.457Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-17T20:44:18.668Z] Stashed 1 file(s) [Pipeline] } [2023-04-17T20:44:18.686Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4516-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-17T20:44:18.765Z] $ docker stop --time=1 a02d11b1f5647d820841e0a28b8fe479dbfd7ba661f559d75e549679eb1f5684 [2023-04-17T20:44:20.322Z] $ docker rm -f --volumes a02d11b1f5647d820841e0a28b8fe479dbfd7ba661f559d75e549679eb1f5684 [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-04-17T20:44:21.295Z] provisioning config files... [2023-04-17T20:44:21.309Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1681082782856939742tmp [Pipeline] { [Pipeline] sh [2023-04-17T20:44:21.648Z] + set +x [2023-04-17T20:44:21.648Z] + curl+ -s https://codecov.io/bash [2023-04-17T20:44:21.648Z] bash -s -- [2023-04-17T20:44:21.648Z] [2023-04-17T20:44:21.648Z] _____ _ [2023-04-17T20:44:21.648Z] / ____| | | [2023-04-17T20:44:21.648Z] | | ___ __| | ___ ___ _____ __ [2023-04-17T20:44:21.648Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-17T20:44:21.648Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-17T20:44:21.648Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-17T20:44:21.648Z] Bash-1.0.6 [2023-04-17T20:44:21.648Z] [2023-04-17T20:44:21.648Z] [2023-04-17T20:44:21.648Z] ==> git version 2.25.1 found [2023-04-17T20:44:21.648Z] ==> 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-04-17T20:44:21.648Z] Release-Date: 2020-01-08 [2023-04-17T20:44:21.648Z] 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-04-17T20:44:21.648Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-17T20:44:21.648Z] ==> Jenkins CI detected. [2023-04-17T20:44:21.648Z] current dir:  /w/workspace/edgex-go/1 [2023-04-17T20:44:21.648Z] project root: . [2023-04-17T20:44:21.648Z] --> token set from env [2023-04-17T20:44:21.648Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-17T20:44:21.648Z] ==> Running gcov in . (disable via -X gcov) [2023-04-17T20:44:21.648Z] ==> Python coveragepy not found [2023-04-17T20:44:21.648Z] ==> Searching for coverage reports in: [2023-04-17T20:44:21.648Z] + . [2023-04-17T20:44:21.648Z] -> Found 1 reports [2023-04-17T20:44:21.648Z] ==> Detecting git/mercurial file structure [2023-04-17T20:44:21.648Z] ==> Reading reports [2023-04-17T20:44:21.648Z] + ./coverage.out bytes=448248 [2023-04-17T20:44:21.648Z] ==> Appending adjustments [2023-04-17T20:44:21.648Z] https://docs.codecov.io/docs/fixing-reports [2023-04-17T20:44:23.099Z] + Found adjustments [2023-04-17T20:44:23.099Z] ==> Gzipping contents [2023-04-17T20:44:23.099Z] 60K /tmp/codecov.Dvagwz.gz [2023-04-17T20:44:23.099Z] ==> Uploading reports [2023-04-17T20:44:23.099Z] url: https://codecov.io [2023-04-17T20:44:23.099Z] query: branch=PR-4516&commit=9c6f205bef6229b17ef07f5235b60c76afa09d66&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4516%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4516&job=&cmd_args= [2023-04-17T20:44:23.099Z] -> Pinging Codecov [2023-04-17T20:44:23.099Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4516&commit=9c6f205bef6229b17ef07f5235b60c76afa09d66&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4516%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4516&job=&cmd_args= [2023-04-17T20:44:23.099Z] -> Uploading to [2023-04-17T20:44:23.099Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-17/00271124DB129430A58F1EEE437C3FCB/9c6f205bef6229b17ef07f5235b60c76afa09d66/ea6de98b-c4f5-4ab7-bf4e-389ac0a8d892.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230417T204422Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23b9b00530d6ff67e6ae5a86a13816db7bbd8c3cfc0c77db92279a3062a85cc1 [2023-04-17T20:44:23.099Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-17T20:44:23.099Z] Dload Upload Total Spent Left Speed [2023-04-17T20:44:23.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57500 0 0 100 57500 0 222k --:--:-- --:--:-- --:--:-- 222k [2023-04-17T20:44:23.363Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9c6f205bef6229b17ef07f5235b60c76afa09d66 [Pipeline] } [2023-04-17T20:44:23.391Z] 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-04-17T20:44:24.694Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:25.022Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:25.909Z] ---> package-listing.sh [2023-04-17T20:44:25.910Z] ++ facter osfamily [2023-04-17T20:44:25.910Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-17T20:44:26.169Z] + OS_FAMILY=debian [2023-04-17T20:44:26.169Z] + workspace=/w/workspace/edgex-go/1 [2023-04-17T20:44:26.169Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-17T20:44:26.169Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-17T20:44:26.169Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-17T20:44:26.169Z] + PACKAGES=/tmp/packages_start.txt [2023-04-17T20:44:26.169Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-17T20:44:26.169Z] + PACKAGES=/tmp/packages_end.txt [2023-04-17T20:44:26.169Z] + case "${OS_FAMILY}" in [2023-04-17T20:44:26.169Z] + dpkg -l [2023-04-17T20:44:26.169Z] + grep '^ii' [2023-04-17T20:44:26.169Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-17T20:44:26.169Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-17T20:44:26.169Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-17T20:44:26.169Z] + '[' /w/workspace/edgex-go/1 ']' [2023-04-17T20:44:26.169Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-04-17T20:44:26.169Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-04-17T20:44:26.200Z] 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-04-17T20:44:26.492Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:44:27.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-17T20:44:27.120Z] [2023-04-17T20:44:27.120Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-17T20:44:27.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-17T20:44:27.489Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-17T20:44:27.489Z] 5eb5b503b376: Pulling fs layer [2023-04-17T20:44:27.489Z] 5c69ac0246d0: Pulling fs layer [2023-04-17T20:44:27.489Z] ec43610c2a17: Pulling fs layer [2023-04-17T20:44:27.489Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-17T20:44:27.489Z] 33b1e0a273af: Pulling fs layer [2023-04-17T20:44:27.489Z] 3a2ae6a8a46f: Waiting [2023-04-17T20:44:27.489Z] 33b1e0a273af: Waiting [2023-04-17T20:44:27.489Z] 5d3b04190fa2: Pulling fs layer [2023-04-17T20:44:27.489Z] 2f39f015ded8: Pulling fs layer [2023-04-17T20:44:27.489Z] 2f39f015ded8: Waiting [2023-04-17T20:44:27.489Z] 5d3b04190fa2: Waiting [2023-04-17T20:44:27.489Z] 5c69ac0246d0: Download complete [2023-04-17T20:44:27.489Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-17T20:44:27.489Z] 3a2ae6a8a46f: Download complete [2023-04-17T20:44:27.489Z] 33b1e0a273af: Verifying Checksum [2023-04-17T20:44:27.489Z] 33b1e0a273af: Download complete [2023-04-17T20:44:27.489Z] ec43610c2a17: Verifying Checksum [2023-04-17T20:44:27.489Z] ec43610c2a17: Download complete [2023-04-17T20:44:27.489Z] 5d3b04190fa2: Verifying Checksum [2023-04-17T20:44:27.489Z] 5d3b04190fa2: Download complete [2023-04-17T20:44:27.747Z] 5eb5b503b376: Download complete [2023-04-17T20:44:28.311Z] 2f39f015ded8: Verifying Checksum [2023-04-17T20:44:28.875Z] 5eb5b503b376: Pull complete [2023-04-17T20:44:28.875Z] 5c69ac0246d0: Pull complete [2023-04-17T20:44:29.440Z] ec43610c2a17: Pull complete [2023-04-17T20:44:29.440Z] 3a2ae6a8a46f: Pull complete [2023-04-17T20:44:29.440Z] 33b1e0a273af: Pull complete [2023-04-17T20:44:29.698Z] 5d3b04190fa2: Pull complete [2023-04-17T20:44:33.877Z] 2f39f015ded8: Pull complete [2023-04-17T20:44:33.877Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-17T20:44:33.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-17T20:44:33.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-17T20:44:34.081Z] prd-ubuntu20.04-docker-8c-8g-8771 does not seem to be running inside a container [2023-04-17T20:44:34.109Z] $ 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-04-17T20:44:36.332Z] $ docker top 3a4fd6b6ca7e05c2db2b5a1f0208375819e13a6ceffda3115931ef5978da0222 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-17T20:44:36.725Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-17T20:44:37.031Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-17T20:44:37.342Z] + ls /var/log/sa-host [2023-04-17T20:44:37.342Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-17T20:44:37.474Z] provisioning config files... [2023-04-17T20:44:37.484Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12776299305873739001tmp [Pipeline] { [Pipeline] echo [2023-04-17T20:44:37.533Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:37.847Z] ---> create-netrc.sh [Pipeline] } [2023-04-17T20:44:37.875Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:38.274Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-17T20:44:38.308Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:38.615Z] ---> sudo-logs.sh [2023-04-17T20:44:38.616Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-17T20:44:38.704Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:39.009Z] ---> job-cost.sh [2023-04-17T20:44:39.009Z] lf-activate-venv: SKIPPING [2023-04-17T20:44:39.009Z] DEBUG: total: 0.10999999940395355 [2023-04-17T20:44:39.009Z] INFO: Retrieving Stack Cost... [2023-04-17T20:44:39.267Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-17T20:44:39.833Z] INFO: Archiving Costs [Pipeline] echo [2023-04-17T20:44:39.870Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-17T20:44:40.178Z] ---> logs-deploy.sh [2023-04-17T20:44:40.178Z] lf-activate-venv: SKIPPING [2023-04-17T20:44:40.178Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4516/1 [2023-04-17T20:44:40.178Z] INFO: archiving workspace using pattern(s): [2023-04-17T20:44:41.112Z] Archives upload complete. [2023-04-17T20:44:41.112Z] INFO: archiving logs to Nexus