Pull request #4490 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9015bea025e8e5d13f701dcba08a12a936b09757+d92bec74020a648086c22ac11f002708918e28aa (1c98d028fceb4b791a160c6ac82d50850ac7a2a2) 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-ssh15451600631909699916.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1000953176147340553.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4490/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-4490/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1048035685054616075.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-4490/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3091723627640846231.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14631343585977762242.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-4490/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-4490/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15901358055797716189.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6561 in /w/workspace/edgexfoundry_edgex-go_PR-4490 [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 Merging remotes/origin/main commit d92bec74020a648086c22ac11f002708918e28aa into PR head commit 9015bea025e8e5d13f701dcba08a12a936b09757 Merge succeeded, producing 9015bea025e8e5d13f701dcba08a12a936b09757 Checking out Revision 9015bea025e8e5d13f701dcba08a12a936b09757 (PR-4490) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.3 to 2.1.4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a > 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/4490/head:refs/remotes/origin/PR-4490 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # 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 d92bec74020a648086c22ac11f002708918e28aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-31T19:59:05.384Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-31T19:59:05.548Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-31T19:59:05.635Z] ========================================================= [2023-03-31T19:59:05.636Z] EdgeX Global Pipelines Version Info [2023-03-31T19:59:05.636Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-31T19:59:06.380Z] ------------------- [2023-03-31T19:59:06.380Z] stable info: [2023-03-31T19:59:06.380Z] ------------------- [2023-03-31T19:59:06.380Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-31T19:59:06.380Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-31T19:59:06.380Z] Message: update stable to v1.0.245 [2023-03-31T19:59:06.950Z] ------------------- [2023-03-31T19:59:06.950Z] experimental info: [2023-03-31T19:59:06.950Z] ------------------- [2023-03-31T19:59:06.950Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-31T19:59:06.950Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-03-31T19:59:06.950Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-31T19:59:07.245Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-03-31T19:59:07.286Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-03-31T19:59:07.323Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-31T19:59:07.361Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-31T19:59:07.399Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-31T19:59:07.435Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-31T19:59:07.471Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-31T19:59:07.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-03-31T19:59:07.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-03-31T19:59:07.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-03-31T19:59:07.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-31T19:59:07.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-31T19:59:07.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-31T19:59:07.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-31T19:59:07.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-31T19:59:07.879Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-31T19:59:07.916Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-31T19:59:07.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-31T19:59:07.987Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-03-31T19:59:08.023Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-03-31T19:59:08.061Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-31T19:59:08.099Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-31T19:59:08.134Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-31T19:59:08.170Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4490 [Pipeline] echo [2023-03-31T19:59:08.206Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4490 [Pipeline] echo [2023-03-31T19:59:08.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4490 [Pipeline] echo [2023-03-31T19:59:08.277Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] echo [2023-03-31T19:59:08.314Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9015bea [Pipeline] echo [2023-03-31T19:59:08.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-31T19:59:08.473Z] provisioning config files... [2023-03-31T19:59:08.485Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3199413970923654210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-31T19:59:08.831Z] ---> docker-login.sh [2023-03-31T19:59:08.831Z] nexus3.edgexfoundry.org:10001 [2023-03-31T19:59:09.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T19:59:09.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T19:59:09.353Z] Configure a credential helper to remove this warning. See [2023-03-31T19:59:09.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T19:59:09.353Z] [2023-03-31T19:59:09.353Z] Login Succeeded [2023-03-31T19:59:09.353Z] nexus3.edgexfoundry.org:10002 [2023-03-31T19:59:09.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T19:59:09.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T19:59:09.353Z] Configure a credential helper to remove this warning. See [2023-03-31T19:59:09.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T19:59:09.353Z] [2023-03-31T19:59:09.353Z] Login Succeeded [2023-03-31T19:59:09.353Z] nexus3.edgexfoundry.org:10003 [2023-03-31T19:59:09.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T19:59:09.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T19:59:09.353Z] Configure a credential helper to remove this warning. See [2023-03-31T19:59:09.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T19:59:09.353Z] [2023-03-31T19:59:09.353Z] Login Succeeded [2023-03-31T19:59:09.353Z] nexus3.edgexfoundry.org:10004 [2023-03-31T19:59:09.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T19:59:09.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T19:59:09.615Z] Configure a credential helper to remove this warning. See [2023-03-31T19:59:09.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T19:59:09.615Z] [2023-03-31T19:59:09.615Z] Login Succeeded [2023-03-31T19:59:09.615Z] docker.io [2023-03-31T19:59:09.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T19:59:09.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T19:59:09.875Z] Configure a credential helper to remove this warning. See [2023-03-31T19:59:09.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T19:59:09.875Z] [2023-03-31T19:59:09.875Z] Login Succeeded [2023-03-31T19:59:09.875Z] ---> docker-login.sh ends [Pipeline] } [2023-03-31T19:59:09.904Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-31T19:59:10.302Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/core-command/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo core-command,cmd/core-command/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-03-31T19:59:10.302Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/core-data/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo core-data,cmd/core-data/Dockerfile [2023-03-31T19:59:10.302Z] + + cut -d/ -f2 [2023-03-31T19:59:10.302Z] dirname cmd/core-metadata/Dockerfile [2023-03-31T19:59:10.302Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-03-31T19:59:10.302Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-03-31T19:59:10.302Z] cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-03-31T19:59:10.302Z] + + dirname cmd/security-spire-agent/Dockerfile [2023-03-31T19:59:10.302Z] cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/security-spire-config/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-03-31T19:59:10.302Z] + + cut -d/ -f2 [2023-03-31T19:59:10.302Z] dirname cmd/security-spire-server/Dockerfile [2023-03-31T19:59:10.302Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-03-31T19:59:10.302Z] + dirname cmd/support-notifications/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-03-31T19:59:10.302Z] + cut -d/ -f2 [2023-03-31T19:59:10.302Z] + dirname cmd/support-scheduler/Dockerfile [2023-03-31T19:59:10.302Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-03-31T19:59:10.371Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-31T19:59:10.850Z] + git rev-list -1 --merges 9015bea025e8e5d13f701dcba08a12a936b09757~1..9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] echo [2023-03-31T19:59:10.881Z] -----------> git rev-list -1 --merges 9015bea025e8e5d13f701dcba08a12a936b09757~1..9015bea025e8e5d13f701dcba08a12a936b09757 9015bea025e8e5d13f701dcba08a12a936b09757 [false] [Pipeline] sh [2023-03-31T19:59:11.189Z] + git log --format=format:%s -1 9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] echo [2023-03-31T19:59:11.225Z] ========================================================= [2023-03-31T19:59:11.225Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-31T19:59:11.225Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-03-31T19:59:11.708Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-31T19:59:11.708Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-31T19:59:11.708Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-31T19:59:11.709Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-31T19:59:11.709Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-31T19:59:11.709Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-31T19:59:11.709Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T19:59:12.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-31T19:59:12.186Z] [2023-03-31T19:59:12.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T19:59:12.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-31T19:59:12.552Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-31T19:59:12.552Z] b85a868b505f: Pulling fs layer [2023-03-31T19:59:12.552Z] e2be974225ed: Pulling fs layer [2023-03-31T19:59:12.552Z] 339a4e72a1f5: Pulling fs layer [2023-03-31T19:59:12.552Z] 988bab9f4d93: Pulling fs layer [2023-03-31T19:59:12.552Z] 1469e6f7b9e6: Pulling fs layer [2023-03-31T19:59:12.552Z] eaf3925da568: Pulling fs layer [2023-03-31T19:59:12.552Z] bab4dde63d76: Pulling fs layer [2023-03-31T19:59:12.552Z] bde34c3a00c8: Pulling fs layer [2023-03-31T19:59:12.552Z] b352a97aabf1: Pulling fs layer [2023-03-31T19:59:12.552Z] 4872d77fe225: Pulling fs layer [2023-03-31T19:59:12.552Z] 5851b861e8e6: Pulling fs layer [2023-03-31T19:59:12.552Z] bab4dde63d76: Waiting [2023-03-31T19:59:12.552Z] bde34c3a00c8: Waiting [2023-03-31T19:59:12.552Z] 4872d77fe225: Waiting [2023-03-31T19:59:12.552Z] b352a97aabf1: Waiting [2023-03-31T19:59:12.552Z] 5851b861e8e6: Waiting [2023-03-31T19:59:12.552Z] 988bab9f4d93: Waiting [2023-03-31T19:59:12.552Z] 1469e6f7b9e6: Waiting [2023-03-31T19:59:12.552Z] eaf3925da568: Waiting [2023-03-31T19:59:12.552Z] e2be974225ed: Verifying Checksum [2023-03-31T19:59:12.552Z] e2be974225ed: Download complete [2023-03-31T19:59:12.552Z] 988bab9f4d93: Verifying Checksum [2023-03-31T19:59:12.552Z] 988bab9f4d93: Download complete [2023-03-31T19:59:12.552Z] 1469e6f7b9e6: Verifying Checksum [2023-03-31T19:59:12.552Z] 1469e6f7b9e6: Download complete [2023-03-31T19:59:12.810Z] 339a4e72a1f5: Verifying Checksum [2023-03-31T19:59:12.810Z] 339a4e72a1f5: Download complete [2023-03-31T19:59:12.810Z] eaf3925da568: Verifying Checksum [2023-03-31T19:59:12.810Z] eaf3925da568: Download complete [2023-03-31T19:59:12.810Z] bde34c3a00c8: Download complete [2023-03-31T19:59:12.810Z] b352a97aabf1: Download complete [2023-03-31T19:59:12.810Z] 4872d77fe225: Download complete [2023-03-31T19:59:12.810Z] 5851b861e8e6: Download complete [2023-03-31T19:59:12.810Z] b85a868b505f: Verifying Checksum [2023-03-31T19:59:12.810Z] b85a868b505f: Download complete [2023-03-31T19:59:13.068Z] bab4dde63d76: Verifying Checksum [2023-03-31T19:59:13.068Z] bab4dde63d76: Download complete [2023-03-31T19:59:14.002Z] b85a868b505f: Pull complete [2023-03-31T19:59:14.262Z] e2be974225ed: Pull complete [2023-03-31T19:59:14.522Z] 339a4e72a1f5: Pull complete [2023-03-31T19:59:14.783Z] 988bab9f4d93: Pull complete [2023-03-31T19:59:15.044Z] 1469e6f7b9e6: Pull complete [2023-03-31T19:59:15.044Z] eaf3925da568: Pull complete [2023-03-31T19:59:16.951Z] bab4dde63d76: Pull complete [2023-03-31T19:59:16.951Z] bde34c3a00c8: Pull complete [2023-03-31T19:59:16.951Z] b352a97aabf1: Pull complete [2023-03-31T19:59:16.951Z] 4872d77fe225: Pull complete [2023-03-31T19:59:16.951Z] 5851b861e8e6: Pull complete [2023-03-31T19:59:16.951Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-31T19:59:16.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-31T19:59:16.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T19:59:17.171Z] prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container [2023-03-31T19:59:17.208Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-31T19:59:20.156Z] $ docker top 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a -eo pid,comm [2023-03-31T19:59:20.199Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-31T19:59:20.199Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-31T19:59:20.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-31T19:59:20.318Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-31T19:59:20.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-31T19:59:20.429Z] $ docker exec 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent [2023-03-31T19:59:20.527Z] SSH_AUTH_SOCK=/tmp/ssh-vQ6mJ3IxZB3R/agent.34 [2023-03-31T19:59:20.527Z] SSH_AGENT_PID=40 [2023-03-31T19:59:20.533Z] Running ssh-add (command line suppressed) [2023-03-31T19:59:20.631Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16494033353989336563.key (/w/workspace/edgex-go/1@tmp/private_key_16494033353989336563.key) [2023-03-31T19:59:20.639Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-31T19:59:20.963Z] + git tag --points-at HEAD [Pipeline] } [2023-03-31T19:59:20.992Z] $ docker exec --env ******** --env ******** 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent -k [2023-03-31T19:59:21.088Z] unset SSH_AUTH_SOCK; [2023-03-31T19:59:21.089Z] unset SSH_AGENT_PID; [2023-03-31T19:59:21.089Z] echo Agent pid 40 killed; [2023-03-31T19:59:21.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-31T19:59:21.182Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-31T19:59:21.182Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-31T19:59:21.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-31T19:59:21.298Z] $ docker exec 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent [2023-03-31T19:59:21.402Z] SSH_AUTH_SOCK=/tmp/ssh-6v3toZwE9XRk/agent.72 [2023-03-31T19:59:21.402Z] SSH_AGENT_PID=78 [2023-03-31T19:59:21.407Z] Running ssh-add (command line suppressed) [2023-03-31T19:59:21.506Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1104729205566355516.key (/w/workspace/edgex-go/1@tmp/private_key_1104729205566355516.key) [2023-03-31T19:59:21.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-31T19:59:21.851Z] + git semver init [2023-03-31T19:59:22.110Z] 2023-03-31 19:59:22,014 [run_init] DEBUG init version:0.0.0 force:False [2023-03-31T19:59:22.110Z] 2023-03-31 19:59:22,015 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-03-31T19:59:22.110Z] 2023-03-31 19:59:22,016 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-03-31T19:59:22.110Z] 2023-03-31 19:59:22,016 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,449 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,449 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4490 with force:False [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,449 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4490 [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,451 [execute] INFO git cat-file --batch-check [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,452 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,457 [execute] INFO git cat-file --batch [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,457 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-03-31T19:59:28.682Z] 2023-03-31 19:59:27,461 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4490 [2023-03-31T19:59:28.682Z] 0.0.0 [Pipeline] } [2023-03-31T19:59:28.711Z] $ docker exec --env ******** --env ******** 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a ssh-agent -k [2023-03-31T19:59:28.806Z] unset SSH_AUTH_SOCK; [2023-03-31T19:59:28.806Z] unset SSH_AGENT_PID; [2023-03-31T19:59:28.807Z] echo Agent pid 78 killed; [2023-03-31T19:59:28.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-31T19:59:29.221Z] + git semver [Pipeline] } [2023-03-31T19:59:29.506Z] $ docker stop --time=1 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a [2023-03-31T19:59:30.784Z] $ docker rm -f --volumes 992913cd6e609da0ee951c421d1613dc027eed8e8f470cd34b34a368fb2d7b8a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-31T19:59:31.167Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-31T19:59:31.422Z] Stashed 1 file(s) [Pipeline] echo [2023-03-31T19:59:31.438Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-31T19:59:32.188Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-31T19:59:32.223Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-31T19:59:32.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-31T19:59:32.283Z] ========================================================= [2023-03-31T19:59:32.283Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-31T19:59:32.283Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-03-31T19:59:32.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-31T19:59:32.616Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-31T19:59:32.616Z] 63b65145d645: Pulling fs layer [2023-03-31T19:59:32.616Z] a2d21d5440eb: Pulling fs layer [2023-03-31T19:59:32.616Z] 935e6c44a52c: Pulling fs layer [2023-03-31T19:59:32.616Z] 94cc34f8dd06: Pulling fs layer [2023-03-31T19:59:32.616Z] 30dea6a524f1: Pulling fs layer [2023-03-31T19:59:32.616Z] a2aff8979fd8: Pulling fs layer [2023-03-31T19:59:32.616Z] 6808be2612f2: Pulling fs layer [2023-03-31T19:59:32.616Z] f25807f1079a: Pulling fs layer [2023-03-31T19:59:32.616Z] 94cc34f8dd06: Waiting [2023-03-31T19:59:32.616Z] 30dea6a524f1: Waiting [2023-03-31T19:59:32.616Z] f25807f1079a: Waiting [2023-03-31T19:59:32.616Z] a2aff8979fd8: Waiting [2023-03-31T19:59:32.616Z] 6808be2612f2: Waiting [2023-03-31T19:59:32.616Z] a2d21d5440eb: Download complete [2023-03-31T19:59:32.616Z] 94cc34f8dd06: Verifying Checksum [2023-03-31T19:59:32.616Z] 94cc34f8dd06: Download complete [2023-03-31T19:59:32.616Z] 30dea6a524f1: Verifying Checksum [2023-03-31T19:59:32.616Z] 30dea6a524f1: Download complete [2023-03-31T19:59:32.616Z] 63b65145d645: Download complete [2023-03-31T19:59:32.616Z] a2aff8979fd8: Verifying Checksum [2023-03-31T19:59:32.616Z] a2aff8979fd8: Download complete [2023-03-31T19:59:32.877Z] 63b65145d645: Pull complete [2023-03-31T19:59:32.877Z] a2d21d5440eb: Pull complete [2023-03-31T19:59:33.135Z] f25807f1079a: Verifying Checksum [2023-03-31T19:59:33.135Z] f25807f1079a: Download complete [2023-03-31T19:59:33.135Z] 935e6c44a52c: Download complete [2023-03-31T19:59:33.392Z] 6808be2612f2: Verifying Checksum [2023-03-31T19:59:33.392Z] 6808be2612f2: Download complete [2023-03-31T19:59:36.673Z] 935e6c44a52c: Pull complete [2023-03-31T19:59:36.674Z] 94cc34f8dd06: Pull complete [2023-03-31T19:59:36.674Z] 30dea6a524f1: Pull complete [2023-03-31T19:59:36.674Z] a2aff8979fd8: Pull complete [2023-03-31T19:59:38.573Z] 6808be2612f2: Pull complete [2023-03-31T19:59:39.509Z] f25807f1079a: Pull complete [2023-03-31T19:59:39.509Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-31T19:59:39.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-31T19:59:39.509Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-31T19:59:39.862Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-31T19:59:39.862Z] WORKDIR /edgex [2023-03-31T19:59:39.862Z] COPY go.mod . [2023-03-31T19:59:39.862Z] RUN go mod download [2023-03-31T19:59:39.862Z] + docker build -t ci-base-image-x86_64 -f - . [2023-03-31T19:59:40.439Z] Sending build context to Docker daemon 170.5MB [2023-03-31T19:59:40.439Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-31T19:59:40.439Z] ---> 3b553350e43f [2023-03-31T19:59:40.439Z] Step 2/4 : WORKDIR /edgex [2023-03-31T19:59:46.734Z] Still waiting to schedule task [2023-03-31T19:59:46.735Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-31T19:59:47.013Z] ---> Running in 926c19f9f684 [2023-03-31T19:59:47.013Z] Removing intermediate container 926c19f9f684 [2023-03-31T19:59:47.013Z] ---> b81857b9deef [2023-03-31T19:59:47.013Z] Step 3/4 : COPY go.mod . [2023-03-31T19:59:47.013Z] ---> a9793eaa6137 [2023-03-31T19:59:47.013Z] Step 4/4 : RUN go mod download [2023-03-31T19:59:47.013Z] ---> Running in 2153dbc72b23 [2023-03-31T20:00:01.903Z] Removing intermediate container 2153dbc72b23 [2023-03-31T20:00:01.903Z] ---> 9fab175c8f23 [2023-03-31T20:00:01.903Z] Successfully built 9fab175c8f23 [2023-03-31T20:00:01.903Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:00:02.287Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-31T20:00:02.288Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:00:02.438Z] prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container [2023-03-31T20:00:02.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-31T20:00:02.876Z] $ docker top 4ff1c6ce1f08c8fb82c194ab9ff71a9a588dd5761aa16704be7c416f04107d49 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-31T20:00:03.263Z] + go version [2023-03-31T20:00:03.263Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-31T20:00:03.294Z] $ docker stop --time=1 4ff1c6ce1f08c8fb82c194ab9ff71a9a588dd5761aa16704be7c416f04107d49 [2023-03-31T20:00:04.573Z] $ docker rm -f --volumes 4ff1c6ce1f08c8fb82c194ab9ff71a9a588dd5761aa16704be7c416f04107d49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:00:05.294Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-31T20:00:05.294Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:00:05.437Z] prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container [2023-03-31T20:00:05.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-31T20:00:05.785Z] $ docker top 97093daf4273048e521eff274c052877429d542f2c13bf806f49aec69cb83de0 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-31T20:00:05.892Z] ========================================================= [2023-03-31T20:00:05.892Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-31T20:00:05.892Z] ========================================================= [Pipeline] sh [2023-03-31T20:00:06.183Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-31T20:00:06.552Z] + make test [2023-03-31T20:00:06.552Z] go test -race -coverprofile=coverage.out ./... [2023-03-31T20:00:13.116Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-31T20:00:25.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-31T20:00:25.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-31T20:00:25.316Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-31T20:00:25.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-31T20:00:25.882Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-31T20:00:26.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-31T20:00:26.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-31T20:00:26.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-31T20:00:26.452Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-31T20:00:26.710Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-31T20:00:26.969Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-31T20:00:27.227Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-31T20:00:27.227Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-31T20:00:27.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-31T20:00:28.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-31T20:00:28.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-31T20:00:28.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.057s coverage: 28.7% of statements [2023-03-31T20:00:29.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements [2023-03-31T20:00:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-31T20:00:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-31T20:00:30.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-31T20:00:31.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-31T20:00:31.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-31T20:00:32.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-31T20:00:32.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-31T20:00:32.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-31T20:00:32.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-31T20:00:32.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:00:33.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.088s coverage: 71.3% of statements [2023-03-31T20:00:33.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.071s coverage: 54.0% of statements [2023-03-31T20:00:33.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-31T20:00:33.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-31T20:00:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.690s coverage: 88.5% of statements [2023-03-31T20:00:35.412Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.070s coverage: 3.9% of statements [2023-03-31T20:00:35.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-31T20:00:35.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:00:35.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-31T20:00:35.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.343s coverage: 95.6% of statements [2023-03-31T20:00:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-31T20:00:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-31T20:00:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-31T20:00:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-31T20:00:35.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-31T20:00:36.188Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.048s coverage: 72.2% of statements [2023-03-31T20:00:37.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-31T20:00:37.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-31T20:00:37.121Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-31T20:00:37.121Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.038s coverage: 65.9% of statements [2023-03-31T20:00:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-31T20:00:37.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-31T20:00:37.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements [2023-03-31T20:00:37.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 29.0% of statements [2023-03-31T20:00:37.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 44.1% of statements [2023-03-31T20:00:37.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 82.9% of statements [2023-03-31T20:00:37.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2023-03-31T20:00:38.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2023-03-31T20:00:38.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-31T20:00:39.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-31T20:00:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-31T20:00:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-31T20:00:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-31T20:00:40.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-31T20:00:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-31T20:00:40.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-31T20:00:41.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-31T20:00:42.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-31T20:00:42.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-31T20:00:43.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-31T20:00:43.824Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-31T20:00:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-31T20:00:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-31T20:00:44.757Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-31T20:00:46.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-31T20:00:46.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-31T20:00:46.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-31T20:00:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-31T20:00:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-31T20:00:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-31T20:00:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-31T20:00:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-31T20:00:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-31T20:00:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-31T20:00:48.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-31T20:00:49.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements [2023-03-31T20:00:49.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-31T20:00:49.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:00:49.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-31T20:00:49.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-31T20:00:50.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-31T20:00:50.576Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-31T20:00:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-31T20:00:51.144Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.256s coverage: 79.9% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.073s coverage: 92.9% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 64.4% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 62.3% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.044s coverage: 20.0% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 81.2% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 82.1% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 86.0% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.1% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.169s coverage: 38.4% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.068s coverage: 17.7% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.120s coverage: 92.3% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.042s coverage: 61.5% of statements [2023-03-31T20:01:03.382Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.091s coverage: 97.7% of statements [2023-03-31T20:01:03.382Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-31T20:01:03.382Z] running golangci-lint [2023-03-31T20:01:03.382Z] golangci-lint has version 1.51.2 built from 3e8facb4 on 2023-02-19T21:43:54Z [2023-03-31T20:01:03.382Z] go version go1.20.2 linux/amd64 [2023-03-31T20:01:03.382Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-03-31T20:01:03.382Z] level=info msg="[lintersdb] Active 8 linters: [errcheck gosec gosimple govet ineffassign staticcheck typecheck unused]" [2023-03-31T20:01:16.894Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6562 in /w/workspace/edgexfoundry_edgex-go_PR-4490 [Pipeline] { [Pipeline] ws [2023-03-31T20:01:16.953Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-03-31T20:01:17.031Z] The recommended git tool is: git [2023-03-31T20:01:18.264Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|deps|name|types_sizes|compiled_files) took 13.031156684s" [2023-03-31T20:01:18.264Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.777281ms" [2023-03-31T20:01:22.443Z] using credential edgex-jenkins-ssh [2023-03-31T20:01:22.445Z] level=info msg="[linters_context/goanalysis] analyzers took 51.645867689s with top 10 stages: buildir: 25.611128741s, fact_deprecated: 2.022132344s, inspect: 1.963194162s, printf: 1.185008965s, ctrlflow: 1.094922682s, gosec: 1.08167114s, fact_purity: 693.146798ms, isgenerated: 672.886747ms, directives: 655.440347ms, S1038: 587.402174ms" [2023-03-31T20:01:22.445Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2023-03-31T20:01:22.445Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201, exclude-rules: 21/201, path_prettifier: 201/201, exclude: 201/201, filename_unadjuster: 201/201, skip_files: 201/201, skip_dirs: 201/201, nolint: 0/21" [2023-03-31T20:01:22.445Z] level=info msg="[runner] processing took 17.620486ms with stages: nolint: 6.370301ms, identifier_marker: 6.206229ms, exclude-rules: 1.635558ms, autogenerated_exclude: 1.385116ms, path_prettifier: 1.299365ms, skip_dirs: 682.277µs, cgo: 25.13µs, filename_unadjuster: 13.07µs, max_same_issues: 550ns, uniq_by_line: 410ns, skip_files: 380ns, severity-rules: 380ns, exclude: 370ns, source_code: 280ns, sort_results: 240ns, diff: 220ns, max_from_linter: 180ns, path_shortener: 180ns, max_per_file_from_linter: 130ns, path_prefixer: 120ns" [2023-03-31T20:01:22.445Z] level=info msg="[runner] linters took 6.273485128s with stages: goanalysis_metalinter: 6.255780531s" [2023-03-31T20:01:22.445Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-03-31T20:01:22.445Z] level=info msg="Memory: 195 samples, avg is 171.8MB, max is 755.9MB" [2023-03-31T20:01:22.445Z] level=info msg="Execution took 19.364771662s" [2023-03-31T20:01:22.445Z] go vet ./... [2023-03-31T20:01:22.461Z] Cloning the remote Git repository [2023-03-31T20:01:22.504Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-03-31T20:01:22.601Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-03-31T20:01:22.735Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-31T20:01:22.736Z] > git --version # timeout=10 [2023-03-31T20:01:22.763Z] > git --version # 'git version 2.25.1' [2023-03-31T20:01:22.766Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-31T20:01:22.908Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-31T20:01:26.630Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-31T20:01:26.631Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-31T20:01:26.631Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-31T20:01:26.673Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-31T20:01:26.976Z] + ls -al . [2023-03-31T20:01:26.976Z] total 704 [2023-03-31T20:01:26.976Z] drwxrwxr-x 11 1001 1001 4096 Mar 31 20:00 . [2023-03-31T20:01:26.976Z] drwxr-xr-x 4 root root 4096 Mar 31 20:00 .. [2023-03-31T20:01:26.976Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 19:59 .blubracket [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 16 Mar 31 19:59 .dockerignore [2023-03-31T20:01:26.976Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 19:59 .git [2023-03-31T20:01:26.976Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 19:59 .github [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 1133 Mar 31 19:59 .gitignore [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 42 Mar 31 19:59 .golangci.yml [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 87 Mar 31 19:59 .hadolint.yml [2023-03-31T20:01:26.976Z] drwxr-xr-x 3 1001 1001 4096 Mar 31 19:59 .semver [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 19:59 .sonarcloud.properties [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 1171 Mar 31 19:59 ADOPTERS.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 10835 Mar 31 19:59 Attribution.txt [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 73765 Mar 31 19:59 CHANGELOG.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 19:59 CONTRIBUTING.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 677 Mar 31 19:59 GOVERNANCE.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 883 Mar 31 19:59 Jenkinsfile [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 19:59 LICENSE [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 14368 Mar 31 19:59 Makefile [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 582 Mar 31 19:59 OWNERS.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 9403 Mar 31 19:59 README.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 789 Mar 31 19:59 SECURITY.md [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 19:59 VERSION [2023-03-31T20:01:26.976Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 19:59 bin [2023-03-31T20:01:26.976Z] drwxrwxr-x 18 1001 1001 4096 Mar 31 19:59 cmd [2023-03-31T20:01:26.976Z] -rw-r--r-- 1 root root 447380 Mar 31 20:01 coverage.out [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 3200 Mar 31 19:59 go.mod [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 31265 Mar 31 19:59 go.sum [2023-03-31T20:01:26.976Z] drwxrwxr-x 7 1001 1001 4096 Mar 31 19:59 internal [2023-03-31T20:01:26.976Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 19:59 openapi [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 594 Mar 31 19:59 security.txt [2023-03-31T20:01:26.976Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 19:59 snap [2023-03-31T20:01:26.976Z] -rw-rw-r-- 1 1001 1001 204 Mar 31 19:59 version.go [Pipeline] sh [2023-03-31T20:01:27.288Z] + '[' -e coverage.out ] [2023-03-31T20:01:27.288Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-31T20:01:27.420Z] Stashed 1 file(s) [Pipeline] sh [2023-03-31T20:01:27.714Z] + make build [2023-03-31T20:01:27.714Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-31T20:01:38.452Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-31T20:01:38.474Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-31T20:01:39.910Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-31T20:01:39.910Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-31T20:01:40.168Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-31T20:01:40.169Z] Merging remotes/origin/main commit d92bec74020a648086c22ac11f002708918e28aa into PR head commit 9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:01:40.592Z] Merge succeeded, producing 9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:01:40.592Z] Checking out Revision 9015bea025e8e5d13f701dcba08a12a936b09757 (PR-4490) [2023-03-31T20:01:40.735Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-31T20:01:41.203Z] Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.3 to 2.1.4" [2023-03-31T20:01:39.395Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-03-31T20:01:39.437Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-03-31T20:01:39.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-31T20:01:39.453Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4490/head:refs/remotes/origin/PR-4490 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-31T20:01:40.190Z] > git config core.sparsecheckout # timeout=10 [2023-03-31T20:01:40.265Z] > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 [2023-03-31T20:01:40.491Z] > git remote # timeout=10 [2023-03-31T20:01:40.510Z] > git config --get remote.origin.url # timeout=10 [2023-03-31T20:01:40.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-31T20:01:40.549Z] > git merge d92bec74020a648086c22ac11f002708918e28aa # timeout=10 [2023-03-31T20:01:40.576Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-31T20:01:40.602Z] > git config core.sparsecheckout # timeout=10 [2023-03-31T20:01:40.624Z] > git checkout -f 9015bea025e8e5d13f701dcba08a12a936b09757 # timeout=10 [2023-03-31T20:01:41.255Z] > git --version # timeout=10 [2023-03-31T20:01:41.268Z] > git --version # 'git version 2.25.1' [2023-03-31T20:01:41.284Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-31T20:01:42.556Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-31T20:01:42.556Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-31T20:01:42.556Z] Dload Upload Total Spent Left Speed [2023-03-31T20:01:42.556Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77278 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh [2023-03-31T20:01:43.155Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-31T20:01:43.510Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-31T20:01:43.510Z] + sudo tee /etc/docker/daemon.new [2023-03-31T20:01:43.510Z] { [2023-03-31T20:01:43.510Z] "registry-mirrors": [ [2023-03-31T20:01:43.510Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-31T20:01:43.510Z] ], [2023-03-31T20:01:43.510Z] "bip": "10.250.0.254/24", [2023-03-31T20:01:43.510Z] "hosts": [ [2023-03-31T20:01:43.510Z] "tcp://0.0.0.0:5555", [2023-03-31T20:01:43.510Z] "unix:///var/run/docker.sock" [2023-03-31T20:01:43.510Z] ], [2023-03-31T20:01:43.510Z] "mtu": 1458, [2023-03-31T20:01:43.510Z] "selinux-enabled": true, [2023-03-31T20:01:43.510Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-31T20:01:43.510Z] } [Pipeline] sh [2023-03-31T20:01:43.858Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-31T20:01:44.223Z] + sudo service docker restart [2023-03-31T20:01:47.284Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-31T20:01:47.851Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-31T20:01:48.785Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-31T20:01:49.717Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-31T20:01:50.650Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-31T20:01:51.217Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-31T20:01:52.595Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-31T20:01:53.560Z] $ docker stop --time=1 97093daf4273048e521eff274c052877429d542f2c13bf806f49aec69cb83de0 [2023-03-31T20:01:57.224Z] $ docker rm -f --volumes 97093daf4273048e521eff274c052877429d542f2c13bf806f49aec69cb83de0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:01:58.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-31T20:01:58.373Z] [2023-03-31T20:01:58.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:01:58.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-31T20:01:58.752Z] latest: Pulling from edgex-devops/edgex-compose [2023-03-31T20:01:58.752Z] cbdbe7a5bc2a: Pulling fs layer [2023-03-31T20:01:58.752Z] ca9280d653b3: Pulling fs layer [2023-03-31T20:01:58.752Z] 7e9c9ca2126c: Pulling fs layer [2023-03-31T20:01:58.752Z] cbdbe7a5bc2a: Verifying Checksum [2023-03-31T20:01:58.752Z] cbdbe7a5bc2a: Download complete [2023-03-31T20:01:58.752Z] ca9280d653b3: Verifying Checksum [2023-03-31T20:01:58.752Z] ca9280d653b3: Download complete [2023-03-31T20:01:59.010Z] cbdbe7a5bc2a: Pull complete [2023-03-31T20:01:59.267Z] 7e9c9ca2126c: Verifying Checksum [2023-03-31T20:01:59.267Z] 7e9c9ca2126c: Download complete [2023-03-31T20:01:59.267Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [2023-03-31T20:02:02.549Z] 7e9c9ca2126c: Pull complete [2023-03-31T20:02:02.549Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-03-31T20:02:02.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-31T20:02:02.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] configFileProvider [2023-03-31T20:02:02.559Z] provisioning config files... [2023-03-31T20:02:02.583Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config18036840274996408588tmp [Pipeline] { [Pipeline] } [Pipeline] libraryResource [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:02:02.899Z] prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container [2023-03-31T20:02:02.927Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-31T20:02:02.983Z] ---> docker-login.sh [2023-03-31T20:02:02.983Z] nexus3.edgexfoundry.org:10001 [2023-03-31T20:02:03.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T20:02:03.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T20:02:03.522Z] Configure a credential helper to remove this warning. See [2023-03-31T20:02:03.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T20:02:03.522Z] [2023-03-31T20:02:03.522Z] Login Succeeded [2023-03-31T20:02:03.522Z] nexus3.edgexfoundry.org:10002 [2023-03-31T20:02:03.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T20:02:03.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T20:02:03.794Z] Configure a credential helper to remove this warning. See [2023-03-31T20:02:03.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T20:02:03.794Z] [2023-03-31T20:02:03.794Z] Login Succeeded [2023-03-31T20:02:03.794Z] nexus3.edgexfoundry.org:10003 [2023-03-31T20:02:04.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T20:02:04.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T20:02:04.331Z] Configure a credential helper to remove this warning. See [2023-03-31T20:02:04.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T20:02:04.331Z] [2023-03-31T20:02:04.331Z] Login Succeeded [2023-03-31T20:02:04.331Z] nexus3.edgexfoundry.org:10004 [2023-03-31T20:02:04.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T20:02:04.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T20:02:04.601Z] Configure a credential helper to remove this warning. See [2023-03-31T20:02:04.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T20:02:04.601Z] [2023-03-31T20:02:04.601Z] Login Succeeded [2023-03-31T20:02:04.601Z] docker.io [2023-03-31T20:02:04.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-31T20:02:05.116Z] $ docker top 58dd8005f124638b8164327eb56c2900960073719675713c020145362edc79ae -eo pid,comm [2023-03-31T20:02:05.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-31T20:02:05.135Z] Configure a credential helper to remove this warning. See [2023-03-31T20:02:05.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-31T20:02:05.135Z] [2023-03-31T20:02:05.135Z] Login Succeeded [2023-03-31T20:02:05.135Z] ---> docker-login.sh ends [Pipeline] { [Pipeline] } [2023-03-31T20:02:05.361Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2023-03-31T20:02:05.684Z] + docker-compose build --help [2023-03-31T20:02:05.684Z] + grep parallel [Pipeline] sh [2023-03-31T20:02:06.077Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-03-31T20:02:06.121Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-31T20:02:06.163Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-31T20:02:06.195Z] ========================================================= [2023-03-31T20:02:06.196Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-31T20:02:06.196Z] ========================================================= [Pipeline] fileExists [2023-03-31T20:02:06.253Z] --parallel Build images in parallel. [Pipeline] sh [Pipeline] } [2023-03-31T20:02:06.364Z] $ docker stop --time=1 58dd8005f124638b8164327eb56c2900960073719675713c020145362edc79ae [2023-03-31T20:02:06.566Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-31T20:02:06.836Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-31T20:02:06.836Z] af6eaf76a39c: Pulling fs layer [2023-03-31T20:02:06.836Z] 55522c791124: Pulling fs layer [2023-03-31T20:02:06.836Z] ce5c4a1c91eb: Pulling fs layer [2023-03-31T20:02:06.836Z] 169dfbe0d373: Pulling fs layer [2023-03-31T20:02:06.836Z] e1ff8fa3b103: Pulling fs layer [2023-03-31T20:02:06.836Z] 52ebb69f0ebf: Pulling fs layer [2023-03-31T20:02:06.836Z] 5abe8eddf0d5: Pulling fs layer [2023-03-31T20:02:06.836Z] 169dfbe0d373: Waiting [2023-03-31T20:02:06.836Z] e1ff8fa3b103: Waiting [2023-03-31T20:02:06.836Z] 52ebb69f0ebf: Waiting [2023-03-31T20:02:06.836Z] 5abe8eddf0d5: Waiting [2023-03-31T20:02:06.836Z] 55522c791124: Verifying Checksum [2023-03-31T20:02:06.836Z] 55522c791124: Download complete [2023-03-31T20:02:06.836Z] 169dfbe0d373: Download complete [2023-03-31T20:02:07.110Z] e1ff8fa3b103: Verifying Checksum [2023-03-31T20:02:07.110Z] e1ff8fa3b103: Download complete [2023-03-31T20:02:07.110Z] af6eaf76a39c: Verifying Checksum [2023-03-31T20:02:07.641Z] $ docker rm -f --volumes 58dd8005f124638b8164327eb56c2900960073719675713c020145362edc79ae [Pipeline] // withDockerContainer [2023-03-31T20:02:07.876Z] af6eaf76a39c: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:02:08.184Z] 5abe8eddf0d5: Verifying Checksum [2023-03-31T20:02:08.184Z] 5abe8eddf0d5: Download complete [2023-03-31T20:02:08.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-03-31T20:02:08.339Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:02:08.484Z] prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container [2023-03-31T20:02:08.523Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-03-31T20:02:08.771Z] 55522c791124: Pull complete [2023-03-31T20:02:08.839Z] $ docker top 9d1d1ee7147deb2c775035100d704c886e5d0d6cbb11e385d3bb182bc6f34e30 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-31T20:02:09.238Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-31T20:02:09.737Z] ce5c4a1c91eb: Verifying Checksum [2023-03-31T20:02:09.737Z] ce5c4a1c91eb: Download complete [2023-03-31T20:02:09.737Z] 52ebb69f0ebf: Verifying Checksum [2023-03-31T20:02:09.737Z] 52ebb69f0ebf: Download complete [2023-03-31T20:02:09.804Z] Building core-command ... [2023-03-31T20:02:09.805Z] Building core-common-config-bootstrapper ... [2023-03-31T20:02:09.805Z] Building core-data ... [2023-03-31T20:02:09.805Z] Building core-metadata ... [2023-03-31T20:02:09.805Z] Building security-bootstrapper ... [2023-03-31T20:02:09.805Z] Building security-proxy-auth ... [2023-03-31T20:02:09.805Z] Building security-proxy-setup ... [2023-03-31T20:02:09.805Z] Building security-secretstore-setup ... [2023-03-31T20:02:09.805Z] Building security-spiffe-token-provider ... [2023-03-31T20:02:09.805Z] Building security-spire-agent ... [2023-03-31T20:02:09.805Z] Building security-spire-config ... [2023-03-31T20:02:09.805Z] Building security-spire-server ... [2023-03-31T20:02:09.805Z] Building support-notifications ... [2023-03-31T20:02:09.805Z] Building support-scheduler ... [2023-03-31T20:02:09.805Z] Building security-spire-agent [2023-03-31T20:02:09.805Z] Building support-scheduler [2023-03-31T20:02:09.805Z] Building support-notifications [2023-03-31T20:02:09.805Z] Building core-common-config-bootstrapper [2023-03-31T20:02:09.805Z] Building security-spire-config [2023-03-31T20:02:19.774Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:02:19.774Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:02:19.774Z] ---> 9fab175c8f23 [2023-03-31T20:02:19.774Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:02:19.774Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:02:19.774Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:02:19.774Z] ---> 9fab175c8f23 [2023-03-31T20:02:19.774Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:02:19.774Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:02:19.774Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:02:19.774Z] ---> 9fab175c8f23 [2023-03-31T20:02:19.774Z] Step 3/27 : WORKDIR /edgex-go [2023-03-31T20:02:19.774Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:02:19.774Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:02:19.774Z] ---> 9fab175c8f23 [2023-03-31T20:02:19.774Z] Step 3/27 : WORKDIR /edgex-go [2023-03-31T20:02:19.774Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:02:19.774Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:02:19.774Z] ---> 9fab175c8f23 [2023-03-31T20:02:19.774Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:02:19.814Z] ce5c4a1c91eb: Pull complete [2023-03-31T20:02:19.814Z] 169dfbe0d373: Pull complete [2023-03-31T20:02:20.082Z] e1ff8fa3b103: Pull complete [2023-03-31T20:02:26.742Z] 52ebb69f0ebf: Pull complete [2023-03-31T20:02:28.691Z] 5abe8eddf0d5: Pull complete [2023-03-31T20:02:28.691Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-31T20:02:28.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-31T20:02:28.691Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] fileExists [Pipeline] sh [2023-03-31T20:02:29.081Z] + docker build -t ci-base-image-arm64+ -f - . [2023-03-31T20:02:29.081Z] echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-31T20:02:29.081Z] WORKDIR /edgex [2023-03-31T20:02:29.081Z] COPY go.mod . [2023-03-31T20:02:29.081Z] RUN go mod download [2023-03-31T20:02:29.672Z] Sending build context to Docker daemon 2.934MB [2023-03-31T20:02:29.673Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-31T20:02:29.673Z] ---> 6cb57ee374ae [2023-03-31T20:02:29.673Z] Step 2/4 : WORKDIR /edgex [2023-03-31T20:02:31.626Z] ---> Running in 675de5a8064d [2023-03-31T20:02:31.626Z] Removing intermediate container 675de5a8064d [2023-03-31T20:02:31.626Z] ---> 1292d2cc0afa [2023-03-31T20:02:31.626Z] Step 3/4 : COPY go.mod . [2023-03-31T20:02:31.978Z] ---> Running in 7c1f3bd7c4c4 [2023-03-31T20:02:31.978Z] ---> Running in 236891c145d0 [2023-03-31T20:02:31.978Z] ---> Running in 49becdbaa74b [2023-03-31T20:02:31.978Z] ---> Running in 66170de00d14 [2023-03-31T20:02:31.978Z] ---> Running in 5cd7a6b36008 [2023-03-31T20:02:31.978Z] Removing intermediate container 236891c145d0 [2023-03-31T20:02:31.978Z] ---> 02973bb9308e [2023-03-31T20:02:31.978Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:02:31.978Z] Removing intermediate container 66170de00d14 [2023-03-31T20:02:31.978Z] ---> 7f83e2c2950e [2023-03-31T20:02:31.978Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-31T20:02:31.978Z] Removing intermediate container 7c1f3bd7c4c4 [2023-03-31T20:02:31.978Z] ---> 64f7c6fa4af3 [2023-03-31T20:02:31.978Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:02:31.978Z] Removing intermediate container 5cd7a6b36008 [2023-03-31T20:02:31.978Z] ---> 75265d363db7 [2023-03-31T20:02:31.978Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:02:31.978Z] ---> Running in cf8b74fd77f9 [2023-03-31T20:02:31.978Z] ---> Running in 1515b21b0a69 [2023-03-31T20:02:31.978Z] Removing intermediate container 49becdbaa74b [2023-03-31T20:02:31.978Z] ---> ad3bbcf6017b [2023-03-31T20:02:31.978Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-31T20:02:31.978Z] ---> Running in 9c91787bda8e [2023-03-31T20:02:31.978Z] ---> Running in 41f216f0cd8a [2023-03-31T20:02:31.978Z] ---> Running in 877745ce8998 [2023-03-31T20:02:31.978Z] Removing intermediate container 1515b21b0a69 [2023-03-31T20:02:31.978Z] ---> 7ebffb36b2bb [2023-03-31T20:02:31.978Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:02:31.978Z] Removing intermediate container cf8b74fd77f9 [2023-03-31T20:02:31.978Z] ---> 08e929b882a6 [2023-03-31T20:02:31.978Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:02:31.978Z] Removing intermediate container 41f216f0cd8a [2023-03-31T20:02:31.978Z] ---> 8cc6609dec25 [2023-03-31T20:02:31.978Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-31T20:02:31.978Z] ---> Running in 9904798596cc [2023-03-31T20:02:31.978Z] ---> Running in 52741a83b158 [2023-03-31T20:02:31.978Z] ---> Running in 435d6900eed7 [2023-03-31T20:02:31.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:31.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:31.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:31.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.237Z] OK: 265 MiB in 53 packages [2023-03-31T20:02:32.237Z] OK: 265 MiB in 53 packages [2023-03-31T20:02:32.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.495Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:02:32.495Z] OK: 265 MiB in 53 packages [2023-03-31T20:02:32.495Z] OK: 265 MiB in 53 packages [2023-03-31T20:02:32.495Z] OK: 265 MiB in 53 packages [2023-03-31T20:02:32.588Z] ---> 7fb824113606 [2023-03-31T20:02:32.588Z] Step 4/4 : RUN go mod download [2023-03-31T20:02:32.588Z] ---> Running in e55b44b6fd3b [2023-03-31T20:02:32.754Z] Removing intermediate container 877745ce8998 [2023-03-31T20:02:32.754Z] ---> 2dcaf8574702 [2023-03-31T20:02:32.754Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-31T20:02:32.754Z] Removing intermediate container 9c91787bda8e [2023-03-31T20:02:32.754Z] ---> 85121430f982 [2023-03-31T20:02:32.754Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-31T20:02:32.754Z] ---> c1abebfba70e [2023-03-31T20:02:32.754Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:02:32.754Z] ---> Running in 8089f44f2577 [2023-03-31T20:02:32.754Z] ---> fe23fe64bdd8 [2023-03-31T20:02:32.754Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:02:32.754Z] ---> Running in ef01a59bf3b7 [2023-03-31T20:02:33.012Z] Removing intermediate container 435d6900eed7 [2023-03-31T20:02:33.012Z] ---> 2f7af50a1831 [2023-03-31T20:02:33.012Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:02:33.012Z] Removing intermediate container 9904798596cc [2023-03-31T20:02:33.012Z] ---> df52a79ec283 [2023-03-31T20:02:33.012Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:02:33.012Z] Removing intermediate container 52741a83b158 [2023-03-31T20:02:33.012Z] ---> 8d1f9550b48c [2023-03-31T20:02:33.012Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:02:33.270Z] ---> 609d20ef9cca [2023-03-31T20:02:33.270Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:02:33.270Z] ---> Running in a29c2a4db7e8 [2023-03-31T20:02:33.270Z] ---> 3b1a440b1803 [2023-03-31T20:02:33.270Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:02:33.270Z] ---> b34b839f3947 [2023-03-31T20:02:33.270Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:02:33.270Z] ---> Running in cbd0bc3ae8c9 [2023-03-31T20:02:33.270Z] ---> Running in ac2fcfb7ce68 [2023-03-31T20:03:04.820Z] Removing intermediate container e55b44b6fd3b [2023-03-31T20:03:04.820Z] ---> 97323f6d972f [2023-03-31T20:03:04.820Z] Successfully built 97323f6d972f [2023-03-31T20:03:04.820Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:03:05.337Z] + docker inspect -f . ci-base-image-arm64 [2023-03-31T20:03:05.337Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:03:05.639Z] prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container [2023-03-31T20:03:05.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-31T20:03:06.913Z] $ docker top f020004770bda605caa71b7684cb48aaacd39031c778bc13d5e5ad02682b34bc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-31T20:03:07.771Z] + go version [2023-03-31T20:03:07.771Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-31T20:03:07.811Z] $ docker stop --time=1 f020004770bda605caa71b7684cb48aaacd39031c778bc13d5e5ad02682b34bc [2023-03-31T20:03:09.449Z] $ docker rm -f --volumes f020004770bda605caa71b7684cb48aaacd39031c778bc13d5e5ad02682b34bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:03:10.935Z] + docker inspect -f . ci-base-image-arm64 [2023-03-31T20:03:10.935Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:03:11.205Z] prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container [2023-03-31T20:03:11.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-31T20:03:12.438Z] $ docker top d1003db995c79160fac765620125a97594503a1f3fc1505a52d2f7392e551934 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-31T20:03:12.699Z] ========================================================= [2023-03-31T20:03:12.699Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-03-31T20:03:12.699Z] ========================================================= [Pipeline] sh [2023-03-31T20:03:13.334Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-31T20:03:13.724Z] + make test [2023-03-31T20:03:13.991Z] go test -race -coverprofile=coverage.out ./... [2023-03-31T20:03:43.960Z] Removing intermediate container a29c2a4db7e8 [2023-03-31T20:03:43.960Z] ---> e1bf9332fecb [2023-03-31T20:03:43.960Z] Step 8/23 : COPY . . [2023-03-31T20:03:43.960Z] Removing intermediate container ef01a59bf3b7 [2023-03-31T20:03:43.960Z] ---> 80d4779113f7 [2023-03-31T20:03:43.960Z] Step 7/27 : COPY . . [2023-03-31T20:03:43.960Z] Removing intermediate container ac2fcfb7ce68 [2023-03-31T20:03:43.960Z] ---> 62a41458249b [2023-03-31T20:03:43.960Z] Step 8/23 : COPY . . [2023-03-31T20:03:43.960Z] Removing intermediate container cbd0bc3ae8c9 [2023-03-31T20:03:43.960Z] ---> 6e8ec221d92a [2023-03-31T20:03:43.960Z] Step 8/23 : COPY . . [2023-03-31T20:03:43.960Z] Removing intermediate container 8089f44f2577 [2023-03-31T20:03:43.960Z] ---> 475c0ffd8a17 [2023-03-31T20:03:43.960Z] Step 7/27 : COPY . . [2023-03-31T20:03:52.861Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-03-31T20:04:39.142Z] ---> f0e390871c9e [2023-03-31T20:04:39.142Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 ---> 06dba59fb22f [2023-03-31T20:04:39.142Z] [2023-03-31T20:04:39.142Z] ---> 3f35fd4ad6c4 [2023-03-31T20:04:39.142Z] Step 9/23 : RUN make cmd/support-scheduler/support-schedulerStep 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-31T20:04:39.142Z] [2023-03-31T20:04:39.142Z] ---> 6ab8474e02a0 [2023-03-31T20:04:39.142Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-31T20:04:39.143Z] ---> 3057c84b20c2 [2023-03-31T20:04:39.143Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-31T20:04:41.954Z] ---> Running in 52ca7e709ac0 [2023-03-31T20:04:41.954Z] ---> Running in 3c935816e780 [2023-03-31T20:04:41.954Z] ---> Running in 944e7fbb3eb6 [2023-03-31T20:04:41.954Z] ---> Running in ae4a7280f1a5 [2023-03-31T20:04:41.954Z] ---> Running in 2c3823601271 [2023-03-31T20:04:41.954Z] Removing intermediate container 52ca7e709ac0 [2023-03-31T20:04:41.954Z] ---> d6431b2dd02b [2023-03-31T20:04:41.954Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-31T20:04:41.954Z] Removing intermediate container 3c935816e780 [2023-03-31T20:04:41.954Z] ---> 79056a1bef2f [2023-03-31T20:04:41.954Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-31T20:04:43.136Z] ---> Running in 0d9be9ebb5a6 [2023-03-31T20:04:43.136Z] ---> Running in 71369023feb8 [2023-03-31T20:04:43.136Z] Removing intermediate container 0d9be9ebb5a6 [2023-03-31T20:04:43.136Z] ---> b866c37069c2 [2023-03-31T20:04:43.136Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-31T20:04:43.136Z] Removing intermediate container 71369023feb8 [2023-03-31T20:04:43.136Z] ---> e587c6cb2fbc [2023-03-31T20:04:43.136Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-31T20:04:43.136Z] ---> Running in f5023d0149e3 [2023-03-31T20:04:43.136Z] ---> Running in 5f10a87d2fe7 [2023-03-31T20:04:43.136Z] Removing intermediate container 5f10a87d2fe7 [2023-03-31T20:04:43.136Z] ---> 163bc6127b68 [2023-03-31T20:04:43.136Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-31T20:04:43.136Z] Removing intermediate container f5023d0149e3 [2023-03-31T20:04:43.136Z] ---> 36fed3a6b2f7 [2023-03-31T20:04:43.136Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-31T20:04:43.136Z] ---> Running in dc0d30099860 [2023-03-31T20:04:43.136Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-31T20:04:43.136Z] ---> Running in 44747616a14a [2023-03-31T20:04:43.136Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-31T20:04:43.136Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-31T20:04:44.705Z] Removing intermediate container dc0d30099860 [2023-03-31T20:04:44.705Z] ---> f168b6eab711 [2023-03-31T20:04:44.705Z] Step 12/27 : WORKDIR /edgex-go [2023-03-31T20:04:44.705Z] Removing intermediate container 44747616a14a [2023-03-31T20:04:44.705Z] ---> fa589aff7d5b [2023-03-31T20:04:44.705Z] Step 12/27 : WORKDIR /edgex-go [2023-03-31T20:04:44.705Z] ---> Running in 14ec9deb9954 [2023-03-31T20:04:49.345Z] ---> Running in 08e49ccad297 [2023-03-31T20:04:49.345Z] Removing intermediate container 14ec9deb9954 [2023-03-31T20:04:49.345Z] ---> e2d7dfb86a71 [2023-03-31T20:04:49.345Z] [2023-03-31T20:04:49.345Z] Step 13/27 : FROM alpine:3.17 [2023-03-31T20:04:49.345Z] Removing intermediate container 08e49ccad297 [2023-03-31T20:04:49.345Z] ---> ab3fd8e6cbcb [2023-03-31T20:04:49.345Z] [2023-03-31T20:04:49.345Z] Step 13/27 : FROM alpine:3.17 [2023-03-31T20:04:50.300Z] 3.17: Pulling from library/alpine [2023-03-31T20:04:50.300Z] 3.17: Pulling from library/alpine [2023-03-31T20:04:52.242Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-31T20:04:52.242Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-31T20:04:52.242Z] Status: Image is up to date for alpine:3.17 [2023-03-31T20:04:52.242Z] Status: Downloaded newer image for alpine:3.17 [2023-03-31T20:04:52.242Z] ---> 9ed4aefc74f6 [2023-03-31T20:04:52.242Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-31T20:04:52.242Z] ---> 9ed4aefc74f6 [2023-03-31T20:04:52.242Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-31T20:05:07.262Z] ---> Running in 170b390b0bc0 [2023-03-31T20:05:07.262Z] ---> Running in ce7d3aae5e06 [2023-03-31T20:05:07.521Z] Removing intermediate container 170b390b0bc0 [2023-03-31T20:05:07.521Z] ---> bda3efda694a [2023-03-31T20:05:07.521Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-31T20:05:07.784Z] Removing intermediate container ce7d3aae5e06 [2023-03-31T20:05:07.784Z] ---> 23ab3c59a97f [2023-03-31T20:05:07.784Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-31T20:05:09.696Z] ---> Running in 6450464b292b [2023-03-31T20:05:09.958Z] ---> Running in 090f2ccfdebf [2023-03-31T20:05:09.958Z] Removing intermediate container 2c3823601271 [2023-03-31T20:05:09.958Z] ---> b7c023a1e067 [2023-03-31T20:05:09.958Z] [2023-03-31T20:05:09.958Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:05:09.958Z] ---> 9ed4aefc74f6 [2023-03-31T20:05:09.958Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-31T20:05:10.219Z] ---> Running in 2a636b2847b0 [2023-03-31T20:05:10.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:10.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:10.479Z] v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:05:10.479Z] v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:05:10.479Z] OK: 17818 distinct packages available [2023-03-31T20:05:10.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:10.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:10.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:10.806Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:11.066Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-31T20:05:11.066Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-31T20:05:11.066Z] (3/4) Installing libucontext (1.2-r0) [2023-03-31T20:05:11.066Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-31T20:05:11.066Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:05:11.066Z] OK: 7 MiB in 19 packages [2023-03-31T20:05:11.066Z] v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:05:11.066Z] v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:05:11.066Z] OK: 17818 distinct packages available [2023-03-31T20:05:11.066Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:11.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:11.596Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-31T20:05:11.596Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-31T20:05:11.596Z] (3/5) Installing libucontext (1.2-r0) [2023-03-31T20:05:11.596Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-31T20:05:11.596Z] (5/5) Installing openssl (3.0.8-r3) [2023-03-31T20:05:11.596Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:05:11.596Z] OK: 8 MiB in 20 packages [2023-03-31T20:05:12.979Z] Removing intermediate container 2a636b2847b0 [2023-03-31T20:05:12.979Z] ---> 4fda98f51a5a [2023-03-31T20:05:12.979Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:05:15.539Z] ---> Running in 94f163d82c09 [2023-03-31T20:05:15.800Z] Removing intermediate container 944e7fbb3eb6 [2023-03-31T20:05:15.800Z] ---> 2d3689b15e71 [2023-03-31T20:05:15.800Z] [2023-03-31T20:05:15.800Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:05:15.800Z] ---> 9ed4aefc74f6 [2023-03-31T20:05:15.800Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-31T20:05:15.800Z] Removing intermediate container ae4a7280f1a5 [2023-03-31T20:05:15.800Z] ---> 18ec8f0645f9 [2023-03-31T20:05:15.800Z] [2023-03-31T20:05:15.800Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:05:15.800Z] ---> 9ed4aefc74f6 [2023-03-31T20:05:15.800Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:05:16.061Z] Removing intermediate container 090f2ccfdebf [2023-03-31T20:05:16.062Z] ---> 986d2cd9f811 [2023-03-31T20:05:16.062Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:05:16.062Z] Removing intermediate container 6450464b292b [2023-03-31T20:05:16.062Z] ---> 011f3d97f014 [2023-03-31T20:05:16.062Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:05:16.062Z] ---> Running in da29413b8b77 [2023-03-31T20:05:16.062Z] ---> Running in bcf37d3906a7 [2023-03-31T20:05:16.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:16.062Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:16.062Z] ---> 7014b21c1448 [2023-03-31T20:05:16.062Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:05:16.322Z] ---> c653eeb87699 [2023-03-31T20:05:16.322Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:05:16.322Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-31T20:05:16.322Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:05:16.322Z] OK: 7 MiB in 16 packages [2023-03-31T20:05:16.322Z] ---> ff697fb5ceed [2023-03-31T20:05:16.322Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-31T20:05:16.322Z] ---> 57f4c0982f68 [2023-03-31T20:05:16.322Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-31T20:05:17.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:17.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:17.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:17.332Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:17.332Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-31T20:05:17.332Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-31T20:05:17.332Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:05:17.332Z] OK: 7 MiB in 16 packages [2023-03-31T20:05:17.332Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-31T20:05:17.332Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:05:17.332Z] Executing ca-certificates-20220614-r4.trigger [2023-03-31T20:05:17.332Z] OK: 8 MiB in 17 packages [2023-03-31T20:05:19.255Z] Removing intermediate container 94f163d82c09 [2023-03-31T20:05:19.255Z] ---> 3ff2b01a94ac [2023-03-31T20:05:19.255Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:05:19.255Z] ---> 5e28908391d5 [2023-03-31T20:05:19.255Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-31T20:05:19.255Z] ---> 3b0c799cb086 [2023-03-31T20:05:19.255Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-31T20:05:19.255Z] ---> 7c68b55c7483 [2023-03-31T20:05:19.255Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:05:19.255Z] Removing intermediate container da29413b8b77 [2023-03-31T20:05:19.255Z] ---> a87b25183bfd [2023-03-31T20:05:19.255Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:05:19.255Z] ---> Running in e338ff87c712 [2023-03-31T20:05:19.255Z] ---> b64f3bf13ea2 [2023-03-31T20:05:19.255Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-31T20:05:19.515Z] ---> Running in a89a0bdd4f6e [2023-03-31T20:05:19.515Z] ---> d4ae1e3de7a0 [2023-03-31T20:05:19.515Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-31T20:05:19.515Z] Removing intermediate container bcf37d3906a7 [2023-03-31T20:05:19.515Z] ---> 1e25d68e42b4 [2023-03-31T20:05:19.515Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:05:19.515Z] ---> Running in ad476436478d [2023-03-31T20:05:19.515Z] Removing intermediate container e338ff87c712 [2023-03-31T20:05:19.515Z] ---> f1eba0b5a01c [2023-03-31T20:05:19.515Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-31T20:05:19.515Z] ---> Running in ecca93867194 [2023-03-31T20:05:21.426Z] Removing intermediate container ad476436478d [2023-03-31T20:05:21.426Z] ---> a95b0fce4346 [2023-03-31T20:05:21.426Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-31T20:05:21.426Z] Removing intermediate container a89a0bdd4f6e [2023-03-31T20:05:21.426Z] ---> b68f1541f5f3 [2023-03-31T20:05:21.426Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-31T20:05:21.426Z] Removing intermediate container ecca93867194 [2023-03-31T20:05:21.426Z] ---> 6553132cb573 [2023-03-31T20:05:21.426Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-31T20:05:21.426Z] ---> b9502e120f7b [2023-03-31T20:05:21.426Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:05:21.426Z] ---> Running in 3f45813b9df5 [2023-03-31T20:05:21.426Z] ---> Running in 8af54c541957 [2023-03-31T20:05:21.426Z] ---> 4480552e83be [2023-03-31T20:05:21.426Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-31T20:05:21.426Z] Removing intermediate container 3f45813b9df5 [2023-03-31T20:05:21.426Z] ---> 397d6171f7a5 [2023-03-31T20:05:21.426Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-31T20:05:21.426Z] ---> 2a58f58dc1d8 [2023-03-31T20:05:21.426Z] Step 22/27 : WORKDIR / [2023-03-31T20:05:21.426Z] Removing intermediate container 8af54c541957 [2023-03-31T20:05:21.426Z] ---> d195505d30ac [2023-03-31T20:05:21.426Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:05:21.426Z] ---> Running in 957ca7e1747e [2023-03-31T20:05:21.426Z] ---> Running in 49fad0313f16 [2023-03-31T20:05:21.426Z] ---> 8c260a98c363 [2023-03-31T20:05:21.426Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-31T20:05:21.426Z] ---> d6ad3316d936 [2023-03-31T20:05:21.426Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-31T20:05:21.686Z] Removing intermediate container 957ca7e1747e [2023-03-31T20:05:21.686Z] ---> bfe7ab359c2c [2023-03-31T20:05:21.686Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:05:21.686Z] Removing intermediate container 49fad0313f16 [2023-03-31T20:05:21.686Z] ---> 704415982d9a [2023-03-31T20:05:21.686Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-31T20:05:21.686Z] ---> 00047fddebce [2023-03-31T20:05:21.686Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:05:21.686Z] ---> Running in 5b5229d9efe7 [2023-03-31T20:05:21.686Z] ---> 8d59552194ab [2023-03-31T20:05:21.686Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-31T20:05:21.945Z] ---> b74ee651c43e [2023-03-31T20:05:21.945Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:05:21.945Z] ---> Running in d99fc455c52c [2023-03-31T20:05:21.945Z] ---> 53ea99432574 [2023-03-31T20:05:21.945Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt /Removing intermediate container 5b5229d9efe7 [2023-03-31T20:05:21.945Z] [2023-03-31T20:05:21.945Z] ---> 2662a25e2303 [2023-03-31T20:05:21.945Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-31T20:05:21.945Z] ---> Running in 8a013636ecd5 [2023-03-31T20:05:21.945Z] ---> 7902419865eb [2023-03-31T20:05:21.945Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-31T20:05:21.945Z] ---> 9071b9288ab9 [2023-03-31T20:05:21.945Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-31T20:05:21.945Z] ---> Running in 9962713b0c59 [2023-03-31T20:05:22.207Z] Removing intermediate container 8a013636ecd5 [2023-03-31T20:05:22.207Z] ---> 99c7d159283e [2023-03-31T20:05:22.207Z] Step 25/27 : LABEL arch=x86_64 [2023-03-31T20:05:22.468Z] ---> Running in dfa5a1063780 [2023-03-31T20:05:22.728Z] ---> a4dce0efeedd [2023-03-31T20:05:22.728Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-31T20:05:22.728Z] Removing intermediate container 9962713b0c59 [2023-03-31T20:05:22.728Z] ---> c91979b99da7 [2023-03-31T20:05:22.728Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-31T20:05:23.430Z] Removing intermediate container dfa5a1063780 [2023-03-31T20:05:23.430Z] ---> 09619d71ce7a [2023-03-31T20:05:23.430Z] Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:05:23.430Z] ---> 3b2bed5c79a6 [2023-03-31T20:05:23.430Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:05:23.690Z] ---> Running in 8dec2b3ead3a [2023-03-31T20:05:23.690Z] ---> Running in 07b4c9998ae6 [2023-03-31T20:05:23.690Z] ---> ae97669c8ce1 [2023-03-31T20:05:23.690Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:05:23.690Z] Removing intermediate container 07b4c9998ae6 [2023-03-31T20:05:23.690Z] ---> 38404b687377 [2023-03-31T20:05:23.690Z] Step 27/27 : LABEL version=0.0.0 [2023-03-31T20:05:23.690Z] Removing intermediate container d99fc455c52c [2023-03-31T20:05:23.690Z] ---> c7ba994693f1 [2023-03-31T20:05:23.690Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:05:23.690Z] Removing intermediate container 8dec2b3ead3a [2023-03-31T20:05:23.690Z] ---> 93eb28a9b73e [2023-03-31T20:05:23.690Z] Step 25/27 : LABEL arch=x86_64 [2023-03-31T20:05:23.690Z] ---> 2c1d4d67f146 [2023-03-31T20:05:23.690Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-31T20:05:23.690Z] ---> Running in cbfe01ced395 [2023-03-31T20:05:23.690Z] ---> Running in 3162422d110c [2023-03-31T20:05:23.690Z] ---> Running in 160bcf15fdb7 [2023-03-31T20:05:23.690Z] ---> Running in b193067bac99 [2023-03-31T20:05:23.690Z] ---> 1d71333d4022 [2023-03-31T20:05:23.690Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-31T20:05:23.949Z] ---> Running in 18c3f2543e7a [2023-03-31T20:05:23.949Z] Removing intermediate container cbfe01ced395 [2023-03-31T20:05:23.949Z] ---> b92c1dd42a91 [2023-03-31T20:05:23.949Z] [2023-03-31T20:05:23.949Z] Successfully built b92c1dd42a91 [2023-03-31T20:05:23.949Z] Removing intermediate container 160bcf15fdb7 [2023-03-31T20:05:23.949Z] ---> 560197d8d428 [2023-03-31T20:05:23.949Z] Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:05:23.949Z] Successfully tagged security-spire-config:latest [2023-03-31T20:05:23.949Z] Building core-metadata [2023-03-31T20:05:23.949Z]  Building security-spire-config ... done Removing intermediate container 3162422d110c [2023-03-31T20:05:23.949Z] ---> 83f885b72d58 [2023-03-31T20:05:23.949Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-31T20:05:23.949Z] Removing intermediate container b193067bac99 [2023-03-31T20:05:23.949Z] ---> 467ddbc7eb60 [2023-03-31T20:05:23.949Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:05:23.949Z] Removing intermediate container 18c3f2543e7a [2023-03-31T20:05:23.949Z] ---> 0b03d80f5825 [2023-03-31T20:05:23.949Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:05:23.949Z] ---> Running in c39a5ba0360a [2023-03-31T20:05:23.949Z] ---> Running in a24afcf53881 [2023-03-31T20:05:23.949Z] ---> Running in 4ec04ce726f4 [2023-03-31T20:05:23.949Z] ---> Running in 6b22e727c5e8 [2023-03-31T20:05:28.149Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:05:28.149Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:05:28.716Z] ---> 9fab175c8f23 [2023-03-31T20:05:28.716Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:05:28.716Z] ---> Using cache [2023-03-31T20:05:28.716Z] ---> 75265d363db7 [2023-03-31T20:05:28.716Z] Step 4/25 : WORKDIR /edgex-go [2023-03-31T20:05:28.716Z] ---> Using cache [2023-03-31T20:05:28.716Z] ---> 8cc6609dec25 [2023-03-31T20:05:28.716Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-31T20:05:30.102Z] Removing intermediate container c39a5ba0360a [2023-03-31T20:05:30.102Z] ---> 3743e9afbc30 [2023-03-31T20:05:30.102Z] Step 21/23 : LABEL arch=x86_64 [2023-03-31T20:05:30.102Z] Removing intermediate container a24afcf53881 [2023-03-31T20:05:30.102Z] ---> 5b64be72ad23 [2023-03-31T20:05:30.102Z] Step 27/27 : LABEL version=0.0.0 [2023-03-31T20:05:30.102Z] ---> Running in 2b96a60091b0 [2023-03-31T20:05:30.102Z] Removing intermediate container 6b22e727c5e8 [2023-03-31T20:05:30.102Z] ---> 27123a73bdd8 [2023-03-31T20:05:30.102Z] Step 21/23 : LABEL arch=x86_64 [2023-03-31T20:05:30.102Z] Removing intermediate container 4ec04ce726f4 [2023-03-31T20:05:30.102Z] ---> 52f45ebf4e0d [2023-03-31T20:05:30.102Z] ---> Running in 0b5dd741742c [2023-03-31T20:05:30.102Z] Step 21/23 : LABEL arch=x86_64 [2023-03-31T20:05:30.102Z] ---> Running in eff9d7f39e34 [2023-03-31T20:05:30.361Z] ---> Running in 5a8e984449b7 [2023-03-31T20:05:30.361Z] ---> Running in 5745ff6e1936 [2023-03-31T20:05:30.361Z] Removing intermediate container 0b5dd741742c [2023-03-31T20:05:30.361Z] ---> 92bf94ea2db1 [2023-03-31T20:05:30.361Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:05:30.361Z] Removing intermediate container eff9d7f39e34 [2023-03-31T20:05:30.361Z] ---> 6a858fbf8c58 [2023-03-31T20:05:30.361Z] [2023-03-31T20:05:30.361Z] ---> Running in 9974d6cffb2b [2023-03-31T20:05:30.361Z] Removing intermediate container 5a8e984449b7 [2023-03-31T20:05:30.361Z] ---> 6028455491fc [2023-03-31T20:05:30.361Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:05:30.361Z] Successfully built 6a858fbf8c58 [2023-03-31T20:05:30.361Z] Removing intermediate container 5745ff6e1936 [2023-03-31T20:05:30.361Z] ---> b610f7064d88 [2023-03-31T20:05:30.361Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:05:30.361Z] Successfully tagged security-spire-agent:latest [2023-03-31T20:05:30.361Z]  Building security-spire-agent ... done Building security-spire-server [2023-03-31T20:05:30.361Z] ---> Running in e0e59b84a4fe [2023-03-31T20:05:30.361Z] ---> Running in d46cb4c99282 [2023-03-31T20:05:30.361Z] Removing intermediate container 9974d6cffb2b [2023-03-31T20:05:30.361Z] ---> 4db74089dbd6 [2023-03-31T20:05:30.361Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:05:30.618Z] ---> Running in 6bccd86e493b [2023-03-31T20:05:30.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:30.877Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:31.135Z] OK: 265 MiB in 53 packages [2023-03-31T20:05:35.325Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:05:35.325Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:05:35.325Z] ---> 9fab175c8f23 [2023-03-31T20:05:35.325Z] Step 3/26 : WORKDIR /edgex-go [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> ad3bbcf6017b [2023-03-31T20:05:35.325Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> 2dcaf8574702 [2023-03-31T20:05:35.325Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> c1abebfba70e [2023-03-31T20:05:35.325Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> 475c0ffd8a17 [2023-03-31T20:05:35.325Z] Step 7/26 : COPY . . [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> f0e390871c9e [2023-03-31T20:05:35.325Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> 79056a1bef2f [2023-03-31T20:05:35.325Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> b866c37069c2 [2023-03-31T20:05:35.325Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-31T20:05:35.325Z] ---> Using cache [2023-03-31T20:05:35.325Z] ---> 36fed3a6b2f7 [2023-03-31T20:05:35.325Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-31T20:05:35.892Z] Removing intermediate container e0e59b84a4fe [2023-03-31T20:05:35.892Z] ---> 51e820aa1269 [2023-03-31T20:05:35.892Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:05:35.892Z] Removing intermediate container d46cb4c99282 [2023-03-31T20:05:35.892Z] ---> 18c370f5ac3e [2023-03-31T20:05:35.892Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:05:35.892Z] ---> Running in 2de7ebad4281 [2023-03-31T20:05:35.892Z] Removing intermediate container 6bccd86e493b [2023-03-31T20:05:35.892Z] ---> 5dbbec33fe55 [2023-03-31T20:05:35.892Z] [2023-03-31T20:05:36.150Z] Successfully built 5dbbec33fe55 [2023-03-31T20:05:36.150Z] ---> Running in 37b7567c5296 [2023-03-31T20:05:36.151Z] ---> Running in 85553bd7bc9f [2023-03-31T20:05:36.151Z] Successfully tagged core-common-config-bootstrapper:latest [2023-03-31T20:05:36.151Z]  Building core-common-config-bootstrapper ... done Building security-spiffe-token-provider [2023-03-31T20:05:36.151Z] Removing intermediate container 85553bd7bc9f [2023-03-31T20:05:36.151Z] ---> 86999b752b54 [2023-03-31T20:05:36.151Z] [2023-03-31T20:05:36.578Z] Successfully built 86999b752b54 [2023-03-31T20:05:38.672Z] Successfully tagged support-notifications:latest [2023-03-31T20:05:38.672Z]  Building support-notifications ... done Building security-bootstrapper [2023-03-31T20:05:38.672Z] Removing intermediate container 37b7567c5296 [2023-03-31T20:05:38.672Z] ---> e3cd97c0cfad [2023-03-31T20:05:38.672Z] [2023-03-31T20:05:38.672Z] Successfully built e3cd97c0cfad [2023-03-31T20:05:40.055Z] Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:05:40.055Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:05:42.588Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:05:42.588Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:05:42.588Z] Successfully tagged support-scheduler:latest [2023-03-31T20:05:42.588Z]  Building support-scheduler ... done  ---> 9fab175c8f23 [2023-03-31T20:05:42.588Z] Step 3/33 : WORKDIR /edgex-go [2023-03-31T20:05:42.588Z] ---> 9fab175c8f23 [2023-03-31T20:05:42.588Z] Building security-secretstore-setup [2023-03-31T20:05:42.588Z] Step 3/20 : WORKDIR /edgex-go [2023-03-31T20:05:42.588Z] ---> Using cache [2023-03-31T20:05:42.588Z] ---> ad3bbcf6017b [2023-03-31T20:05:42.588Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-31T20:05:42.588Z] ---> Using cache [2023-03-31T20:05:42.588Z] ---> ad3bbcf6017b [2023-03-31T20:05:42.588Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-31T20:05:44.489Z] Removing intermediate container 2b96a60091b0 [2023-03-31T20:05:44.489Z] ---> a7aa9705ae72 [2023-03-31T20:05:44.489Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-31T20:05:44.489Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:05:44.489Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:05:44.489Z] ---> 9fab175c8f23 [2023-03-31T20:05:44.489Z] Step 3/25 : WORKDIR /edgex-go [2023-03-31T20:05:44.489Z] ---> Using cache [2023-03-31T20:05:44.489Z] ---> ad3bbcf6017b [2023-03-31T20:05:44.489Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-03-31T20:05:44.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-03-31T20:05:44.779Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-03-31T20:05:44.779Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-03-31T20:05:44.779Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-03-31T20:05:44.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-03-31T20:05:48.688Z] ---> 7100e728f4cd [2023-03-31T20:05:48.688Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:05:48.688Z] ---> Running in a6816973f780 [2023-03-31T20:05:48.688Z] ---> Running in 4456d707e88a [2023-03-31T20:05:48.688Z] ---> Running in 133b43b7e27d [2023-03-31T20:05:48.688Z] ---> Running in a21b7772a1d1 [2023-03-31T20:05:48.688Z] Removing intermediate container 2de7ebad4281 [2023-03-31T20:05:48.688Z] ---> 5c3b70531ab3 [2023-03-31T20:05:48.688Z] Step 12/26 : WORKDIR /edgex-go [2023-03-31T20:05:48.688Z] ---> Running in 709cbec8cf80 [2023-03-31T20:05:48.688Z] Removing intermediate container 709cbec8cf80 [2023-03-31T20:05:48.688Z] ---> 07db0ab7ddc0 [2023-03-31T20:05:48.688Z] [2023-03-31T20:05:48.688Z] Step 13/26 : FROM alpine:3.17 [2023-03-31T20:05:48.688Z] ---> 9ed4aefc74f6 [2023-03-31T20:05:48.688Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-31T20:05:48.688Z] ---> Using cache [2023-03-31T20:05:48.688Z] ---> 23ab3c59a97f [2023-03-31T20:05:48.688Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-31T20:05:48.688Z] ---> Using cache [2023-03-31T20:05:48.688Z] ---> 986d2cd9f811 [2023-03-31T20:05:48.688Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:05:48.688Z] ---> Using cache [2023-03-31T20:05:48.688Z] ---> c653eeb87699 [2023-03-31T20:05:48.688Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:05:48.688Z] ---> Using cache [2023-03-31T20:05:48.688Z] ---> 57f4c0982f68 [2023-03-31T20:05:48.688Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-31T20:05:48.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:48.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:48.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:48.688Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:48.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:48.949Z] OK: 265 MiB in 53 packages [2023-03-31T20:05:48.949Z] OK: 265 MiB in 53 packages [2023-03-31T20:05:48.949Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:49.206Z] v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:05:49.206Z] v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:05:49.206Z] OK: 17823 distinct packages available [2023-03-31T20:05:49.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:49.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:05:49.724Z] OK: 265 MiB in 53 packages [2023-03-31T20:05:51.120Z] ---> 92f6f168e6c8 [2023-03-31T20:05:51.120Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-31T20:05:51.120Z] Removing intermediate container a6816973f780 [2023-03-31T20:05:51.120Z] ---> 941365f5b832 [2023-03-31T20:05:51.120Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-31T20:05:51.120Z] Removing intermediate container 4456d707e88a [2023-03-31T20:05:51.120Z] ---> 94497a2a1eaf [2023-03-31T20:05:51.120Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-31T20:05:51.120Z] ---> d2135455bd8b [2023-03-31T20:05:51.120Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-31T20:05:51.378Z] ---> 41d993c9413f [2023-03-31T20:05:51.378Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:05:51.378Z] ---> Running in 340c760ea5e1 [2023-03-31T20:05:51.378Z] ---> 52cb89424e4a [2023-03-31T20:05:51.378Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:05:51.378Z] Removing intermediate container 133b43b7e27d [2023-03-31T20:05:51.378Z] ---> f65e2792f7c5 [2023-03-31T20:05:51.378Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-31T20:05:51.378Z] ---> e27757f1a673 [2023-03-31T20:05:51.378Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-31T20:05:51.378Z] ---> Running in c266eb0b4e7e [2023-03-31T20:05:51.637Z] ---> 763733655c6d [2023-03-31T20:05:51.637Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:05:51.637Z] ---> Running in 3cd29d0e1087 [2023-03-31T20:05:51.637Z] ---> d6a307edf2f2 [2023-03-31T20:05:51.637Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-31T20:05:51.637Z] ---> Running in 9ca84d5e0ef4 [2023-03-31T20:05:51.898Z] Removing intermediate container 9ca84d5e0ef4 [2023-03-31T20:05:51.898Z] ---> bef9f59824d7 [2023-03-31T20:05:51.898Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-31T20:05:51.898Z] ---> Running in ceabc727202c [2023-03-31T20:05:51.898Z] Removing intermediate container ceabc727202c [2023-03-31T20:05:51.898Z] ---> c6628d52e2ca [2023-03-31T20:05:51.898Z] Step 24/26 : LABEL arch=x86_64 [2023-03-31T20:05:51.898Z] ---> Running in e5b4ccd2e12c [2023-03-31T20:05:52.158Z] Removing intermediate container e5b4ccd2e12c [2023-03-31T20:05:52.158Z] ---> f27a0c0de4ac [2023-03-31T20:05:52.158Z] Step 25/26 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:05:52.158Z] ---> Running in f9a1803c5c7f [2023-03-31T20:05:52.158Z] Removing intermediate container f9a1803c5c7f [2023-03-31T20:05:52.158Z] ---> 27c9ead0ed60 [2023-03-31T20:05:52.158Z] Step 26/26 : LABEL version=0.0.0 [2023-03-31T20:05:52.158Z] ---> Running in fae9cc2d88a2 [2023-03-31T20:05:52.417Z] Removing intermediate container fae9cc2d88a2 [2023-03-31T20:05:52.417Z] ---> bee499d4983a [2023-03-31T20:05:52.417Z] [2023-03-31T20:05:52.417Z] Successfully built bee499d4983a [2023-03-31T20:05:52.417Z] Successfully tagged security-spire-server:latest [2023-03-31T20:05:52.417Z] Building core-command [2023-03-31T20:05:55.704Z]  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:05:55.704Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:05:55.704Z] ---> 9fab175c8f23 [2023-03-31T20:05:55.704Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:05:55.704Z] ---> Using cache [2023-03-31T20:05:55.704Z] ---> 75265d363db7 [2023-03-31T20:05:55.704Z] Step 4/24 : WORKDIR /edgex-go [2023-03-31T20:05:55.704Z] ---> Using cache [2023-03-31T20:05:55.704Z] ---> 8cc6609dec25 [2023-03-31T20:05:55.704Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-31T20:05:55.704Z] ---> Using cache [2023-03-31T20:05:55.704Z] ---> a7aa9705ae72 [2023-03-31T20:05:55.704Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-31T20:05:55.704Z] ---> Using cache [2023-03-31T20:05:55.704Z] ---> 7100e728f4cd [2023-03-31T20:05:55.704Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:05:59.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-03-31T20:05:59.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-03-31T20:05:59.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.238s coverage: 28.7% of statements [2023-03-31T20:06:01.213Z] ---> Running in a214438c5995 [2023-03-31T20:06:08.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.278s coverage: 98.5% of statements [2023-03-31T20:06:13.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-03-31T20:06:13.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-03-31T20:06:13.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-03-31T20:06:15.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.417s coverage: 71.3% of statements [2023-03-31T20:06:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-03-31T20:06:18.516Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-03-31T20:06:18.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.357s coverage: 54.0% of statements [2023-03-31T20:06:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-03-31T20:06:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-03-31T20:06:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:06:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-03-31T20:06:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-03-31T20:06:23.186Z] Removing intermediate container a21b7772a1d1 [2023-03-31T20:06:23.186Z] ---> e035e483bf23 [2023-03-31T20:06:23.186Z] Step 8/25 : COPY . . [2023-03-31T20:06:31.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-03-31T20:06:31.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-03-31T20:06:36.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 14.003s coverage: 88.5% of statements [2023-03-31T20:06:36.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.828s coverage: 3.9% of statements [2023-03-31T20:06:46.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-03-31T20:06:46.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:06:46.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-03-31T20:06:48.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.508s coverage: 95.6% of statements [2023-03-31T20:06:48.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-03-31T20:06:48.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-03-31T20:06:48.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-03-31T20:06:48.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-03-31T20:06:48.113Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-03-31T20:06:48.378Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.195s coverage: 72.2% of statements [2023-03-31T20:06:50.947Z] ---> 94b054bf40b9 [2023-03-31T20:06:50.947Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-31T20:06:50.947Z] ---> Running in 01fba2415e82 [2023-03-31T20:06:50.947Z] Removing intermediate container 340c760ea5e1 [2023-03-31T20:06:50.947Z] ---> 9b348ecde3be [2023-03-31T20:06:50.947Z] Step 7/25 : COPY . . [2023-03-31T20:06:50.947Z] Removing intermediate container 3cd29d0e1087 [2023-03-31T20:06:50.947Z] ---> c992c2678dc5 [2023-03-31T20:06:50.947Z] Step 7/20 : COPY . . [2023-03-31T20:06:50.948Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-31T20:06:50.948Z] Removing intermediate container c266eb0b4e7e [2023-03-31T20:06:50.948Z] ---> e928a7e40902 [2023-03-31T20:06:50.948Z] Step 7/33 : COPY . . [2023-03-31T20:06:53.741Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-03-31T20:06:53.741Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-03-31T20:06:53.741Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-03-31T20:06:53.741Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.230s coverage: 65.9% of statements [2023-03-31T20:07:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-03-31T20:07:03.797Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-03-31T20:07:03.797Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.435s coverage: 0.9% of statements [2023-03-31T20:07:03.797Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.236s coverage: 29.0% of statements [2023-03-31T20:07:06.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.271s coverage: 44.1% of statements [2023-03-31T20:07:06.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.248s coverage: 82.9% of statements [2023-03-31T20:07:06.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.248s coverage: 94.1% of statements [2023-03-31T20:07:06.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.258s coverage: 96.3% of statements [2023-03-31T20:07:09.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements [2023-03-31T20:07:12.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-03-31T20:07:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-03-31T20:07:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-03-31T20:07:12.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-03-31T20:07:14.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-03-31T20:07:14.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-03-31T20:07:14.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-03-31T20:07:14.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-03-31T20:07:23.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.211s coverage: 94.4% of statements [2023-03-31T20:07:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-03-31T20:07:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-03-31T20:07:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-03-31T20:07:23.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-03-31T20:07:23.332Z] ---> 956471dfc6bb [2023-03-31T20:07:23.332Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-31T20:07:23.332Z] ---> d8f58ee77a15 [2023-03-31T20:07:23.332Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-31T20:07:23.332Z] ---> 87544a1e6587 [2023-03-31T20:07:23.332Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-31T20:07:23.332Z] ---> Running in e315a1e63bfd [2023-03-31T20:07:23.332Z] ---> Running in 50c1c31b9c12 [2023-03-31T20:07:23.332Z] ---> Running in 3934ca494732 [2023-03-31T20:07:23.332Z] Removing intermediate container a214438c5995 [2023-03-31T20:07:23.332Z] ---> fc51708b91c2 [2023-03-31T20:07:23.332Z] Step 8/24 : COPY . . [2023-03-31T20:07:23.332Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-31T20:07:23.332Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-31T20:07:23.332Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-31T20:07:27.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-03-31T20:07:27.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-03-31T20:07:28.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-03-31T20:07:31.501Z] Removing intermediate container 01fba2415e82 [2023-03-31T20:07:31.501Z] ---> c6de39f45d84 [2023-03-31T20:07:31.501Z] [2023-03-31T20:07:31.501Z] Step 10/25 : FROM alpine:3.17 [2023-03-31T20:07:31.501Z] ---> 9ed4aefc74f6 [2023-03-31T20:07:31.501Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:07:31.501Z] ---> Using cache [2023-03-31T20:07:31.501Z] ---> a87b25183bfd [2023-03-31T20:07:31.501Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:07:31.501Z] ---> Using cache [2023-03-31T20:07:31.501Z] ---> f1eba0b5a01c [2023-03-31T20:07:31.501Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-31T20:07:32.907Z] ---> 09f250346bea [2023-03-31T20:07:32.907Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-31T20:07:32.907Z] ---> Running in 4adca2c72450 [2023-03-31T20:07:32.907Z] ---> Running in 64e459abf993 [2023-03-31T20:07:33.480Z] Removing intermediate container 4adca2c72450 [2023-03-31T20:07:33.480Z] ---> cededffdafe7 [2023-03-31T20:07:33.480Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-31T20:07:33.742Z] ---> Running in 7b71fbe206d6 [2023-03-31T20:07:34.011Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-31T20:07:34.618Z] Removing intermediate container 7b71fbe206d6 [2023-03-31T20:07:34.618Z] ---> 8717b74e7f39 [2023-03-31T20:07:34.618Z] Step 15/25 : WORKDIR / [2023-03-31T20:07:34.920Z] ---> Running in 5279f2254953 [2023-03-31T20:07:35.863Z] Removing intermediate container 5279f2254953 [2023-03-31T20:07:35.863Z] ---> d9300feeeb38 [2023-03-31T20:07:35.863Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:07:36.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.097s coverage: 79.9% of statements [2023-03-31T20:07:36.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-03-31T20:07:37.260Z] ---> fde5407b549b [2023-03-31T20:07:37.261Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:07:38.204Z] ---> 7a1408ad6d91 [2023-03-31T20:07:38.204Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.294s coverage: 92.9% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.078s coverage: 64.4% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.204s coverage: 62.3% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.172s coverage: 20.0% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.172s coverage: 100.0% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.463s coverage: 81.2% of statements [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.480s coverage: 82.1% of statements [2023-03-31T20:07:39.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-03-31T20:07:39.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 86.0% of statements [2023-03-31T20:07:41.530Z] ---> 04ead9cfd91d [2023-03-31T20:07:41.530Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:07:42.102Z] ---> 48beb256a4ad [2023-03-31T20:07:42.103Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-31T20:07:43.043Z] ---> f08471fd627d [2023-03-31T20:07:43.043Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-31T20:07:43.043Z] ---> Running in ee8f7e190ece [2023-03-31T20:07:43.303Z] Removing intermediate container ee8f7e190ece [2023-03-31T20:07:43.303Z] ---> 28371bf7352f [2023-03-31T20:07:43.303Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:07:43.303Z] ---> Running in 19f1eea29418 [2023-03-31T20:07:43.567Z] Removing intermediate container 19f1eea29418 [2023-03-31T20:07:43.567Z] ---> 8f82cef913d4 [2023-03-31T20:07:43.567Z] Step 23/25 : LABEL arch=x86_64 [2023-03-31T20:07:43.828Z] ---> Running in a9f88b6c7b89 [2023-03-31T20:07:44.176Z] Removing intermediate container a9f88b6c7b89 [2023-03-31T20:07:44.176Z] ---> df91beea0382 [2023-03-31T20:07:44.176Z] Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:07:44.437Z] ---> Running in 047ff1b721d0 [2023-03-31T20:07:44.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-03-31T20:07:44.805Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-03-31T20:07:45.007Z] Removing intermediate container 047ff1b721d0 [2023-03-31T20:07:45.007Z] ---> 6dd71289b6b4 [2023-03-31T20:07:45.007Z] Step 25/25 : LABEL version=0.0.0 [2023-03-31T20:07:45.268Z] ---> Running in 66292bc955f6 [2023-03-31T20:07:45.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 63.1% of statements [2023-03-31T20:07:45.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.254s coverage: 100.0% of statements [2023-03-31T20:07:45.543Z] Removing intermediate container 66292bc955f6 [2023-03-31T20:07:45.543Z] ---> 22ff58bb2986 [2023-03-31T20:07:45.543Z] [2023-03-31T20:07:45.543Z] Successfully built 22ff58bb2986 [2023-03-31T20:07:45.804Z] Successfully tagged core-metadata:latest [2023-03-31T20:07:45.804Z]  Building core-metadata ... done Building security-proxy-setup [2023-03-31T20:07:47.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.214s coverage: 89.4% of statements [2023-03-31T20:07:47.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.127s coverage: 100.0% of statements [2023-03-31T20:07:47.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2023-03-31T20:07:48.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-03-31T20:07:48.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-03-31T20:07:48.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-03-31T20:07:48.370Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements [2023-03-31T20:07:49.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:07:49.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:07:49.100Z] ---> 9fab175c8f23 [2023-03-31T20:07:49.100Z] Step 3/22 : WORKDIR /edgex-go [2023-03-31T20:07:49.100Z] ---> Using cache [2023-03-31T20:07:49.100Z] ---> ad3bbcf6017b [2023-03-31T20:07:49.100Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-31T20:07:49.100Z] ---> Using cache [2023-03-31T20:07:49.100Z] ---> 94497a2a1eaf [2023-03-31T20:07:49.100Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-31T20:07:49.100Z] ---> Using cache [2023-03-31T20:07:49.100Z] ---> 52cb89424e4a [2023-03-31T20:07:49.100Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:07:49.101Z] ---> Using cache [2023-03-31T20:07:49.101Z] ---> e928a7e40902 [2023-03-31T20:07:49.101Z] Step 7/22 : COPY . . [2023-03-31T20:07:49.101Z] ---> Using cache [2023-03-31T20:07:49.101Z] ---> d8f58ee77a15 [2023-03-31T20:07:49.101Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-31T20:07:49.670Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-31T20:07:56.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-03-31T20:07:56.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-03-31T20:07:56.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-03-31T20:07:57.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.047s coverage: 38.4% of statements [2023-03-31T20:07:57.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.262s coverage: 89.5% of statements [2023-03-31T20:07:57.839Z] ---> Running in 2e2da3af9561 [2023-03-31T20:07:58.774Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-31T20:08:01.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-03-31T20:08:01.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-03-31T20:08:01.512Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-03-31T20:08:01.512Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-03-31T20:08:01.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.211s coverage: 84.8% of statements [2023-03-31T20:08:06.899Z] Removing intermediate container 50c1c31b9c12 [2023-03-31T20:08:06.899Z] ---> 66d412fcc22a [2023-03-31T20:08:06.899Z] [2023-03-31T20:08:06.899Z] Step 9/33 : FROM alpine:3.17 [2023-03-31T20:08:06.899Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:06.899Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-31T20:08:06.899Z] Removing intermediate container e315a1e63bfd [2023-03-31T20:08:06.899Z] ---> cb9e5d6ba321 [2023-03-31T20:08:06.899Z] [2023-03-31T20:08:06.899Z] Step 9/25 : FROM alpine:3.17 [2023-03-31T20:08:06.899Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:06.899Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-31T20:08:06.899Z] Removing intermediate container 64e459abf993 [2023-03-31T20:08:06.899Z] ---> e3a5131f41f1 [2023-03-31T20:08:06.899Z] [2023-03-31T20:08:06.899Z] Step 10/24 : FROM alpine:3.17 [2023-03-31T20:08:06.899Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:06.899Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:08:06.899Z] ---> Using cache [2023-03-31T20:08:06.899Z] ---> a87b25183bfd [2023-03-31T20:08:06.899Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:08:06.899Z] ---> Using cache [2023-03-31T20:08:06.899Z] ---> f1eba0b5a01c [2023-03-31T20:08:06.899Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-31T20:08:06.899Z] Removing intermediate container 3934ca494732 [2023-03-31T20:08:06.899Z] ---> c2325fead28d [2023-03-31T20:08:06.899Z] [2023-03-31T20:08:06.899Z] Step 9/20 : FROM alpine:3.17 [2023-03-31T20:08:06.899Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:06.899Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-31T20:08:07.164Z] ---> Running in 148d7ca3f9c4 [2023-03-31T20:08:07.164Z] ---> Running in b5c146ba1cec [2023-03-31T20:08:07.164Z] ---> Running in 4d898123f4be [2023-03-31T20:08:07.164Z] ---> Running in da8c5bc366db [2023-03-31T20:08:07.423Z] Removing intermediate container 148d7ca3f9c4 [2023-03-31T20:08:07.423Z] ---> 3f3d646cba8c [2023-03-31T20:08:07.423Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-31T20:08:07.681Z] Removing intermediate container 4d898123f4be [2023-03-31T20:08:07.681Z] ---> 13cb50811d3c [2023-03-31T20:08:07.681Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-31T20:08:07.681Z] Removing intermediate container da8c5bc366db [2023-03-31T20:08:07.681Z] ---> 2a9534462029 [2023-03-31T20:08:07.681Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-31T20:08:07.681Z] ---> Running in 262ed9614674 [2023-03-31T20:08:07.945Z] ---> Running in 6684db9eb5b2 [2023-03-31T20:08:07.945Z] ---> Running in 390ec0da6cc0 [2023-03-31T20:08:07.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:07.945Z] Removing intermediate container 6684db9eb5b2 [2023-03-31T20:08:07.945Z] ---> a943d214b919 [2023-03-31T20:08:07.945Z] Step 15/24 : WORKDIR / [2023-03-31T20:08:07.945Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:08.205Z] ---> Running in 0af25a8f21de [2023-03-31T20:08:08.205Z] Removing intermediate container 0af25a8f21de [2023-03-31T20:08:08.205Z] ---> 12cfdc61c071 [2023-03-31T20:08:08.205Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:08.205Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-31T20:08:08.205Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-31T20:08:08.205Z] (3/3) Installing su-exec (0.2-r2) [2023-03-31T20:08:08.205Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:08:08.205Z] Executing ca-certificates-20220614-r4.trigger [2023-03-31T20:08:08.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-03-31T20:08:08.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-03-31T20:08:08.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-03-31T20:08:08.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-03-31T20:08:08.512Z] OK: 8 MiB in 18 packages [2023-03-31T20:08:08.770Z] ---> e22a2fb9cc5e [2023-03-31T20:08:08.770Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:08.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:08.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:08.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:08.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:09.028Z] ---> c0561da78bdb [2023-03-31T20:08:09.028Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-31T20:08:09.028Z] v3.17.3-20-gabd0d97c8f4 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:08:09.028Z] v3.17.3-21-g42f7050abe2 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:08:09.028Z] OK: 17818 distinct packages available [2023-03-31T20:08:09.028Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-31T20:08:09.028Z] (2/2) Installing su-exec (0.2-r2) [2023-03-31T20:08:09.028Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:08:09.028Z] OK: 7 MiB in 17 packages [2023-03-31T20:08:09.028Z] Removing intermediate container b5c146ba1cec [2023-03-31T20:08:09.028Z] ---> 0333a17df30d [2023-03-31T20:08:09.028Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-31T20:08:09.028Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:09.287Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:09.287Z] ---> Running in c23158b4e9c8 [2023-03-31T20:08:09.546Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-31T20:08:09.546Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-31T20:08:09.546Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-31T20:08:09.546Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-31T20:08:09.546Z] (5/9) Installing curl (7.88.1-r1) [2023-03-31T20:08:09.546Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-31T20:08:09.546Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-31T20:08:09.546Z] (8/9) Installing libucontext (1.2-r0) [2023-03-31T20:08:09.546Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-31T20:08:09.546Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:08:09.546Z] Executing ca-certificates-20220614-r4.trigger [2023-03-31T20:08:09.546Z] ---> d2396c881eac [2023-03-31T20:08:09.546Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:08:09.803Z] OK: 10 MiB in 24 packages [2023-03-31T20:08:09.803Z] Removing intermediate container c23158b4e9c8 [2023-03-31T20:08:09.803Z] ---> e53a9802709d [2023-03-31T20:08:09.803Z] Step 12/25 : WORKDIR / [2023-03-31T20:08:09.803Z] ---> Running in b9fbc168f768 [2023-03-31T20:08:10.079Z] ---> a164687ba0b0 [2023-03-31T20:08:10.079Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-31T20:08:10.079Z] Removing intermediate container 262ed9614674 [2023-03-31T20:08:10.079Z] ---> f0f67c465620 [2023-03-31T20:08:10.079Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-31T20:08:10.079Z] Removing intermediate container b9fbc168f768 [2023-03-31T20:08:10.079Z] ---> 47420c951194 [2023-03-31T20:08:10.079Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:10.079Z] ---> Running in 24aab132b5d7 [2023-03-31T20:08:10.079Z] ---> Running in a0a77a1eed34 [2023-03-31T20:08:10.337Z] Removing intermediate container 24aab132b5d7 [2023-03-31T20:08:10.337Z] ---> 6a5147599096 [2023-03-31T20:08:10.337Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-31T20:08:10.595Z] ---> 61c4ce385a2b [2023-03-31T20:08:10.595Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:10.595Z] ---> Running in 635f8ab97ff1 [2023-03-31T20:08:10.595Z] Removing intermediate container a0a77a1eed34 [2023-03-31T20:08:10.595Z] ---> e60b94049a30 [2023-03-31T20:08:10.595Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:08:10.595Z] Removing intermediate container 390ec0da6cc0 [2023-03-31T20:08:10.595Z] ---> bd01af93848e [2023-03-31T20:08:10.595Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:10.595Z] ---> Running in 12be7b820b97 [2023-03-31T20:08:10.595Z] Removing intermediate container 635f8ab97ff1 [2023-03-31T20:08:10.595Z] ---> 9ccc7a7d28ba [2023-03-31T20:08:10.595Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-31T20:08:10.853Z] ---> Running in 716317a778f8 [2023-03-31T20:08:10.853Z] ---> 8d019d2a7a45 [2023-03-31T20:08:10.853Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-31T20:08:11.112Z] Removing intermediate container 12be7b820b97 [2023-03-31T20:08:11.112Z] ---> 5feaed5f207e [2023-03-31T20:08:11.112Z] Step 22/24 : LABEL arch=x86_64 [2023-03-31T20:08:11.112Z] ---> Running in 4bdb762a98f5 [2023-03-31T20:08:11.112Z] Removing intermediate container 716317a778f8 [2023-03-31T20:08:11.112Z] ---> 370e8689622a [2023-03-31T20:08:11.112Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-31T20:08:11.112Z] ---> f1b099b00bbf [2023-03-31T20:08:11.112Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:11.371Z] ---> 944aec1e2246 [2023-03-31T20:08:11.371Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-03-31T20:08:11.371Z] ---> Running in 43836fe98755 [2023-03-31T20:08:11.371Z] Removing intermediate container 4bdb762a98f5 [2023-03-31T20:08:11.371Z] ---> 2f61cf0916b0 [2023-03-31T20:08:11.371Z] Step 23/24 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:11.371Z] ---> Running in ad1ffb97a881 [2023-03-31T20:08:11.371Z] ---> 4d4c0ec478a4 [2023-03-31T20:08:11.371Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-31T20:08:11.371Z] Removing intermediate container 43836fe98755 [2023-03-31T20:08:11.371Z] ---> e77e794b8e6c [2023-03-31T20:08:11.371Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-31T20:08:11.371Z] ---> Running in 53271dd4da7b [2023-03-31T20:08:11.371Z] Removing intermediate container ad1ffb97a881 [2023-03-31T20:08:11.371Z] ---> 6beafd283986 [2023-03-31T20:08:11.371Z] Step 24/24 : LABEL version=0.0.0 [2023-03-31T20:08:11.630Z] ---> Running in 538046e71322 [2023-03-31T20:08:11.630Z] ---> 1e15052af324 [2023-03-31T20:08:11.630Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:08:12.217Z] Removing intermediate container 538046e71322 [2023-03-31T20:08:12.217Z] ---> f70093de7f0a [2023-03-31T20:08:12.217Z] [2023-03-31T20:08:12.217Z] ---> d9fbb79ac4f1 [2023-03-31T20:08:12.217Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-31T20:08:12.217Z] ---> 15bfd73b84e9 [2023-03-31T20:08:12.217Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:08:12.217Z] Successfully built f70093de7f0a [2023-03-31T20:08:12.479Z] Successfully tagged core-command:latest [2023-03-31T20:08:12.479Z]  Building core-command ... done Building security-proxy-auth [2023-03-31T20:08:13.744Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.290s coverage: 17.7% of statements [2023-03-31T20:08:14.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-03-31T20:08:14.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:08:14.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-03-31T20:08:14.018Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-03-31T20:08:14.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.549s coverage: 92.3% of statements [2023-03-31T20:08:15.036Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:08:15.036Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:08:15.036Z] ---> 9fab175c8f23 [2023-03-31T20:08:15.036Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:08:15.036Z] ---> Using cache [2023-03-31T20:08:15.036Z] ---> 75265d363db7 [2023-03-31T20:08:15.036Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:08:15.036Z] ---> Using cache [2023-03-31T20:08:15.036Z] ---> 8cc6609dec25 [2023-03-31T20:08:15.036Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:08:15.036Z] ---> Using cache [2023-03-31T20:08:15.036Z] ---> a7aa9705ae72 [2023-03-31T20:08:15.036Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:08:15.036Z] ---> Using cache [2023-03-31T20:08:15.036Z] ---> 7100e728f4cd [2023-03-31T20:08:15.036Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:08:15.036Z] ---> Using cache [2023-03-31T20:08:15.036Z] ---> fc51708b91c2 [2023-03-31T20:08:15.036Z] Step 8/23 : COPY . . [2023-03-31T20:08:15.036Z] ---> Using cache [2023-03-31T20:08:15.036Z] ---> 09f250346bea [2023-03-31T20:08:15.036Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-31T20:08:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-03-31T20:08:17.934Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-03-31T20:08:18.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.289s coverage: 61.5% of statements [2023-03-31T20:08:18.348Z] ---> 6f79b6f8a076 [2023-03-31T20:08:18.348Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-31T20:08:18.348Z] ---> 0ab63ff1e2ff [2023-03-31T20:08:18.348Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-31T20:08:18.348Z] ---> Running in 7a142b576ac7 [2023-03-31T20:08:18.348Z] ---> Running in 988c2a92cf86 [2023-03-31T20:08:18.348Z] Removing intermediate container 53271dd4da7b [2023-03-31T20:08:18.348Z] ---> c7fe6f6c6e03 [2023-03-31T20:08:18.348Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-31T20:08:18.348Z] ---> Running in 0de58ddadaff [2023-03-31T20:08:18.348Z] Removing intermediate container 988c2a92cf86 [2023-03-31T20:08:18.348Z] ---> ebed204e7691 [2023-03-31T20:08:18.348Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:08:18.918Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-31T20:08:19.489Z] ---> Running in a9cd9170ffe9 [2023-03-31T20:08:19.489Z] Removing intermediate container 0de58ddadaff [2023-03-31T20:08:19.489Z] ---> 9a017c841c1b [2023-03-31T20:08:19.489Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-31T20:08:20.432Z] ---> dfea3c968977 [2023-03-31T20:08:20.432Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-31T20:08:20.432Z] Removing intermediate container a9cd9170ffe9 [2023-03-31T20:08:20.432Z] ---> a6f138366135 [2023-03-31T20:08:20.432Z] Step 18/20 : LABEL arch=x86_64 [2023-03-31T20:08:20.432Z] ---> b0cbdbf580c9 [2023-03-31T20:08:20.432Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-31T20:08:20.694Z] ---> Running in 29f7663f97ac [2023-03-31T20:08:20.694Z] ---> Running in 42a7011cc995 [2023-03-31T20:08:20.694Z] ---> f72823816971 [2023-03-31T20:08:20.694Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:08:20.694Z] Removing intermediate container 2e2da3af9561 [2023-03-31T20:08:20.694Z] ---> f20fbd715a5c [2023-03-31T20:08:20.694Z] [2023-03-31T20:08:20.694Z] Step 9/22 : FROM alpine:3.17 [2023-03-31T20:08:20.694Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:20.694Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-31T20:08:20.694Z] ---> Running in d4103b218d2b [2023-03-31T20:08:20.694Z] Removing intermediate container 42a7011cc995 [2023-03-31T20:08:20.694Z] ---> 5fff6ee80cfe [2023-03-31T20:08:20.694Z] Step 19/20 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-03-31T20:08:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-03-31T20:08:20.770Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.360s coverage: 97.7% of statements [2023-03-31T20:08:20.954Z] ---> Running in d0b18e01bdae [2023-03-31T20:08:20.954Z] ---> Running in 017a8233550e [2023-03-31T20:08:20.954Z] Removing intermediate container 017a8233550e [2023-03-31T20:08:20.954Z] ---> 36a84aba7c96 [2023-03-31T20:08:20.954Z] Step 20/20 : LABEL version=0.0.0 [2023-03-31T20:08:20.954Z] ---> Running in 59a86925f7f6 [2023-03-31T20:08:21.213Z] Removing intermediate container 59a86925f7f6 [2023-03-31T20:08:21.213Z] ---> 9dcc36dac728 [2023-03-31T20:08:21.213Z] [2023-03-31T20:08:21.213Z] Successfully built 9dcc36dac728 [2023-03-31T20:08:21.213Z] Successfully tagged security-spiffe-token-provider:latest [2023-03-31T20:08:21.213Z] Building core-data [2023-03-31T20:08:21.723Z]  Building security-spiffe-token-provider ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:21.724Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-03-31T20:08:21.724Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-31T20:08:21.724Z] go vet ./... [2023-03-31T20:08:21.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:21.984Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-31T20:08:21.984Z] (2/2) Installing openssl (3.0.8-r3) [2023-03-31T20:08:21.984Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:08:21.984Z] OK: 8 MiB in 17 packages [2023-03-31T20:08:26.202Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:08:26.202Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:08:26.202Z] ---> 9fab175c8f23 [2023-03-31T20:08:26.202Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:08:26.202Z] ---> Using cache [2023-03-31T20:08:26.202Z] ---> 75265d363db7 [2023-03-31T20:08:26.202Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:08:26.202Z] ---> Using cache [2023-03-31T20:08:26.202Z] ---> 8cc6609dec25 [2023-03-31T20:08:26.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:08:26.202Z] ---> Using cache [2023-03-31T20:08:26.202Z] ---> a7aa9705ae72 [2023-03-31T20:08:26.202Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:08:26.202Z] ---> Using cache [2023-03-31T20:08:26.202Z] ---> 7100e728f4cd [2023-03-31T20:08:26.202Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:08:26.202Z] ---> Using cache [2023-03-31T20:08:26.202Z] ---> fc51708b91c2 [2023-03-31T20:08:26.202Z] Step 8/23 : COPY . . [2023-03-31T20:08:26.202Z] ---> Using cache [2023-03-31T20:08:26.202Z] ---> 09f250346bea [2023-03-31T20:08:26.202Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-31T20:08:29.560Z] ---> Running in 847aa3a3d078 [2023-03-31T20:08:29.560Z] Removing intermediate container 29f7663f97ac [2023-03-31T20:08:29.560Z] ---> ab0a26fb30cf [2023-03-31T20:08:29.560Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:29.560Z] Removing intermediate container d0b18e01bdae [2023-03-31T20:08:29.560Z] ---> 6e375242c515 [2023-03-31T20:08:29.560Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-31T20:08:29.560Z] Removing intermediate container d4103b218d2b [2023-03-31T20:08:29.560Z] ---> 5952cbe2cec2 [2023-03-31T20:08:29.560Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:08:29.820Z] ---> 81dd21180ce2 [2023-03-31T20:08:29.820Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:29.820Z] ---> Running in 80d78fdb457e [2023-03-31T20:08:29.820Z] ---> Running in 9e976bd774a5 [2023-03-31T20:08:29.820Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-31T20:08:30.093Z] Removing intermediate container 80d78fdb457e [2023-03-31T20:08:30.093Z] ---> e8dd6bcc6913 [2023-03-31T20:08:30.093Z] Step 12/22 : WORKDIR /edgex [2023-03-31T20:08:30.093Z] Removing intermediate container 9e976bd774a5 [2023-03-31T20:08:30.093Z] ---> 94a0f4311a12 [2023-03-31T20:08:30.093Z] Step 23/25 : LABEL arch=x86_64 [2023-03-31T20:08:30.420Z] ---> Running in a09e29a9e59e [2023-03-31T20:08:30.420Z] ---> 0a9ede03c36b [2023-03-31T20:08:30.420Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-31T20:08:30.420Z] ---> Running in 5f003ebfde9c [2023-03-31T20:08:31.007Z] Removing intermediate container a09e29a9e59e [2023-03-31T20:08:31.007Z] ---> 8176c8254cb2 [2023-03-31T20:08:31.007Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:31.007Z] Removing intermediate container 5f003ebfde9c [2023-03-31T20:08:31.007Z] ---> 5774cacf0fb8 [2023-03-31T20:08:31.007Z] Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:31.267Z] ---> 42dc37538584 [2023-03-31T20:08:31.267Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-03-31T20:08:31.267Z] ---> Running in 05d2d827063c [2023-03-31T20:08:31.267Z] ---> 510cfa6ae219 [2023-03-31T20:08:31.267Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:31.864Z] Removing intermediate container 05d2d827063c [2023-03-31T20:08:31.864Z] ---> 0f6e07e7c030 [2023-03-31T20:08:31.864Z] Step 25/25 : LABEL version=0.0.0 [2023-03-31T20:08:31.864Z] ---> b3457773780a [2023-03-31T20:08:31.864Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-31T20:08:32.125Z] ---> 2f6bda6afe30 [2023-03-31T20:08:32.125Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-03-31T20:08:32.713Z] ---> Running in be93cc48f48e [2023-03-31T20:08:34.109Z] ---> 7cb152e17bae [2023-03-31T20:08:34.109Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-31T20:08:34.369Z] ---> 98635f584835 [2023-03-31T20:08:34.369Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-31T20:08:34.369Z] Removing intermediate container be93cc48f48e [2023-03-31T20:08:34.369Z] ---> 0b9ecc780971 [2023-03-31T20:08:34.369Z] [2023-03-31T20:08:34.369Z] Successfully built 0b9ecc780971 [2023-03-31T20:08:34.812Z] Successfully tagged security-secretstore-setup:latest [2023-03-31T20:08:35.175Z]  Building security-secretstore-setup ... done  ---> 81a37d429704 [2023-03-31T20:08:35.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-31T20:08:35.474Z] ---> 3c9cfd258bac [2023-03-31T20:08:35.474Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-31T20:08:36.198Z] ---> 6d4886a21826 [2023-03-31T20:08:36.198Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-31T20:08:36.198Z] ---> 5b2afc7b76bb [2023-03-31T20:08:36.198Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:08:36.580Z] ---> Running in 29c9050566b9 [2023-03-31T20:08:36.933Z] ---> b833bee65451 [2023-03-31T20:08:36.933Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-31T20:08:37.227Z] ---> Running in 396b1da3616e [2023-03-31T20:08:40.653Z] Removing intermediate container 29c9050566b9 [2023-03-31T20:08:40.653Z] ---> 7e32b585fc66 [2023-03-31T20:08:40.653Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:08:40.653Z] Removing intermediate container 396b1da3616e [2023-03-31T20:08:40.653Z] ---> ba6d24bd2579 [2023-03-31T20:08:40.653Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-31T20:08:40.653Z] ---> Running in ae401f006a28 [2023-03-31T20:08:40.653Z] ---> Running in 8e861111a687 [2023-03-31T20:08:42.568Z] Removing intermediate container ae401f006a28 [2023-03-31T20:08:42.568Z] ---> c2a604d9bc19 [2023-03-31T20:08:42.568Z] Step 30/33 : CMD ["gate"] [2023-03-31T20:08:42.568Z] Removing intermediate container 8e861111a687 [2023-03-31T20:08:42.568Z] ---> 25c4c65a17fa [2023-03-31T20:08:42.568Z] Step 20/22 : LABEL arch=x86_64 [2023-03-31T20:08:42.835Z] ---> Running in e95379a19773 [2023-03-31T20:08:42.835Z] ---> Running in 4b777c01fa80 [2023-03-31T20:08:42.835Z] Removing intermediate container 7a142b576ac7 [2023-03-31T20:08:42.835Z] ---> 6354d20379a8 [2023-03-31T20:08:42.835Z] [2023-03-31T20:08:42.835Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:08:42.835Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:42.835Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-31T20:08:42.835Z] ---> Using cache [2023-03-31T20:08:42.835Z] ---> 4fda98f51a5a [2023-03-31T20:08:42.835Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:08:42.835Z] ---> Using cache [2023-03-31T20:08:42.835Z] ---> 3ff2b01a94ac [2023-03-31T20:08:42.835Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:42.835Z] ---> Using cache [2023-03-31T20:08:42.835Z] ---> 7c68b55c7483 [2023-03-31T20:08:42.835Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:42.835Z] ---> Using cache [2023-03-31T20:08:42.835Z] ---> d4ae1e3de7a0 [2023-03-31T20:08:42.835Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-31T20:08:43.095Z] Removing intermediate container 4b777c01fa80 [2023-03-31T20:08:43.095Z] ---> d8d8b6bf7c8d [2023-03-31T20:08:43.095Z] Step 31/33 : LABEL arch=x86_64Removing intermediate container e95379a19773 [2023-03-31T20:08:43.095Z] ---> 10ac7c0f4781 [2023-03-31T20:08:43.095Z] Step 21/22 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:43.095Z] [2023-03-31T20:08:43.354Z] ---> Running in 50b9551a43ae [2023-03-31T20:08:43.354Z] ---> Running in 828821ddba7d [2023-03-31T20:08:43.354Z] ---> 1c77f93da3d0 [2023-03-31T20:08:43.354Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:08:43.614Z] Removing intermediate container 828821ddba7d [2023-03-31T20:08:43.614Z] ---> 47b7740fc99a [2023-03-31T20:08:43.614Z] Step 32/33 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:43.614Z] Removing intermediate container 50b9551a43ae [2023-03-31T20:08:43.614Z] ---> dd262bdc3a7a [2023-03-31T20:08:43.614Z] Step 22/22 : LABEL version=0.0.0 [2023-03-31T20:08:43.614Z] ---> Running in fac92cb7983f [2023-03-31T20:08:43.614Z] ---> Running in 98ab530ec009 [2023-03-31T20:08:43.614Z] ---> df4b6bb08703 [2023-03-31T20:08:43.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-31T20:08:43.873Z] Removing intermediate container fac92cb7983f [2023-03-31T20:08:43.873Z] ---> aaaf4dc86aa9 [2023-03-31T20:08:43.873Z] [2023-03-31T20:08:43.873Z] Successfully built aaaf4dc86aa9 [2023-03-31T20:08:43.873Z] Successfully tagged security-proxy-setup:latest [2023-03-31T20:08:43.873Z]  Building security-proxy-setup ... done Removing intermediate container 98ab530ec009 [2023-03-31T20:08:43.873Z] ---> 16af7fd17048 [2023-03-31T20:08:43.873Z] Step 33/33 : LABEL version=0.0.0 [2023-03-31T20:08:43.873Z] ---> Running in eb9be0905e18 [2023-03-31T20:08:44.133Z] ---> 9c3755479d1b [2023-03-31T20:08:44.133Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:08:44.133Z] ---> Running in 4cdc38080564 [2023-03-31T20:08:44.133Z] Removing intermediate container eb9be0905e18 [2023-03-31T20:08:44.133Z] ---> 14c7e4e8cb42 [2023-03-31T20:08:44.133Z] [2023-03-31T20:08:44.133Z] Successfully built 14c7e4e8cb42 [2023-03-31T20:08:44.133Z] Successfully tagged security-bootstrapper:latest [2023-03-31T20:08:46.699Z]  Building security-bootstrapper ... done Removing intermediate container 4cdc38080564 [2023-03-31T20:08:46.699Z] ---> 8d03cb6a8e1f [2023-03-31T20:08:46.699Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:08:46.699Z] ---> Running in 6585d4ae56c6 [2023-03-31T20:08:46.699Z] Removing intermediate container 6585d4ae56c6 [2023-03-31T20:08:46.699Z] ---> b5bb129f7235 [2023-03-31T20:08:46.699Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-31T20:08:46.699Z] ---> Running in aa07d092d5ab [2023-03-31T20:08:46.699Z] Removing intermediate container aa07d092d5ab [2023-03-31T20:08:46.699Z] ---> 659898be179e [2023-03-31T20:08:46.699Z] Step 21/23 : LABEL arch=x86_64 [2023-03-31T20:08:46.699Z] ---> Running in 8ff30f55e4b6 [2023-03-31T20:08:46.961Z] Removing intermediate container 8ff30f55e4b6 [2023-03-31T20:08:46.961Z] ---> 039a5d4efb9d [2023-03-31T20:08:46.961Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:47.223Z] ---> Running in 58728c346681 [2023-03-31T20:08:47.483Z] Removing intermediate container 58728c346681 [2023-03-31T20:08:47.483Z] ---> 154ccf572cc5 [2023-03-31T20:08:47.483Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:08:47.483Z] ---> Running in 49bec3e954e3 [2023-03-31T20:08:47.483Z] Removing intermediate container 49bec3e954e3 [2023-03-31T20:08:47.483Z] ---> 6bab44e5fdd6 [2023-03-31T20:08:47.483Z] [2023-03-31T20:08:47.743Z] Successfully built 6bab44e5fdd6 [2023-03-31T20:08:47.743Z] Successfully tagged security-proxy-auth:latest [2023-03-31T20:08:51.044Z]  Building security-proxy-auth ... done Removing intermediate container 847aa3a3d078 [2023-03-31T20:08:51.044Z] ---> 99f39c10e678 [2023-03-31T20:08:51.044Z] [2023-03-31T20:08:51.044Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:08:51.044Z] ---> 9ed4aefc74f6 [2023-03-31T20:08:51.044Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:08:51.044Z] ---> Running in 4148c9fb21b5 [2023-03-31T20:08:51.044Z] Removing intermediate container 4148c9fb21b5 [2023-03-31T20:08:51.044Z] ---> d4fe4d4ad66d [2023-03-31T20:08:51.044Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-31T20:08:51.044Z] ---> Running in 60ed58e15043 [2023-03-31T20:08:51.044Z] Removing intermediate container 60ed58e15043 [2023-03-31T20:08:51.044Z] ---> 1276fa15a479 [2023-03-31T20:08:51.044Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-31T20:08:51.044Z] ---> Running in bb78c21f178c [2023-03-31T20:08:51.044Z] Removing intermediate container bb78c21f178c [2023-03-31T20:08:51.044Z] ---> b12bb682b784 [2023-03-31T20:08:51.044Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:08:51.044Z] ---> Running in 9f7854133ba1 [2023-03-31T20:08:51.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:51.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-31T20:08:51.886Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-31T20:08:51.886Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:08:51.886Z] OK: 7 MiB in 16 packages [2023-03-31T20:08:52.457Z] Removing intermediate container 9f7854133ba1 [2023-03-31T20:08:52.458Z] ---> bbce37dcfe63 [2023-03-31T20:08:52.458Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:08:52.458Z] ---> 724598c97c38 [2023-03-31T20:08:52.458Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:08:52.718Z] ---> 414f11ea9181 [2023-03-31T20:08:52.718Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-31T20:08:53.656Z] ---> a12addfe7c7e [2023-03-31T20:08:53.657Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:08:54.227Z] ---> 121de21cf7d4 [2023-03-31T20:08:54.227Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-31T20:08:54.227Z] ---> Running in 180dc8150ba6 [2023-03-31T20:08:54.803Z] Removing intermediate container 180dc8150ba6 [2023-03-31T20:08:54.803Z] ---> 41e7120f58f8 [2023-03-31T20:08:54.803Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:08:55.064Z] ---> Running in 34917ef77ddb [2023-03-31T20:08:55.064Z] Removing intermediate container 34917ef77ddb [2023-03-31T20:08:55.064Z] ---> 06585b315c9e [2023-03-31T20:08:55.064Z] Step 21/23 : LABEL arch=x86_64 [2023-03-31T20:08:55.064Z] ---> Running in eb42c56c9889 [2023-03-31T20:08:55.324Z] Removing intermediate container eb42c56c9889 [2023-03-31T20:08:55.324Z] ---> a5614dd1f7aa [2023-03-31T20:08:55.324Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:08:55.324Z] ---> Running in 509920622e98 [2023-03-31T20:08:55.585Z] Removing intermediate container 509920622e98 [2023-03-31T20:08:55.585Z] ---> cee9216c08df [2023-03-31T20:08:55.585Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:08:55.585Z] ---> Running in f5a1af1aecac [2023-03-31T20:08:55.585Z] Removing intermediate container f5a1af1aecac [2023-03-31T20:08:55.585Z] ---> 7247ea9dd178 [2023-03-31T20:08:55.585Z] [2023-03-31T20:08:55.845Z] Successfully built 7247ea9dd178 [2023-03-31T20:08:55.845Z] Successfully tagged core-data:latest [2023-03-31T20:08:55.853Z]  Building core-data ... done  [Pipeline] } [2023-03-31T20:08:55.879Z] $ docker stop --time=1 9d1d1ee7147deb2c775035100d704c886e5d0d6cbb11e385d3bb182bc6f34e30 [2023-03-31T20:08:57.265Z] $ docker rm -f --volumes 9d1d1ee7147deb2c775035100d704c886e5d0d6cbb11e385d3bb182bc6f34e30 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-31T20:08:57.674Z] + docker images [2023-03-31T20:08:57.674Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-31T20:08:57.674Z] core-data latest 7247ea9dd178 2 seconds ago 20MB [2023-03-31T20:08:57.674Z] 99f39c10e678 9 seconds ago 1.69GB [2023-03-31T20:08:57.674Z] security-proxy-auth latest 6bab44e5fdd6 10 seconds ago 18.3MB [2023-03-31T20:08:57.674Z] security-proxy-setup latest aaaf4dc86aa9 14 seconds ago 18.7MB [2023-03-31T20:08:57.674Z] security-bootstrapper latest 14c7e4e8cb42 14 seconds ago 22.2MB [2023-03-31T20:08:57.674Z] 6354d20379a8 15 seconds ago 1.66GB [2023-03-31T20:08:57.674Z] security-secretstore-setup latest 0b9ecc780971 24 seconds ago 32.8MB [2023-03-31T20:08:57.674Z] f20fbd715a5c 37 seconds ago 1.67GB [2023-03-31T20:08:57.674Z] security-spiffe-token-provider latest 9dcc36dac728 37 seconds ago 32.8MB [2023-03-31T20:08:57.674Z] core-command latest f70093de7f0a 46 seconds ago 19.8MB [2023-03-31T20:08:57.674Z] c2325fead28d 54 seconds ago 1.73GB [2023-03-31T20:08:57.674Z] e3a5131f41f1 54 seconds ago 1.69GB [2023-03-31T20:08:57.674Z] cb9e5d6ba321 56 seconds ago 1.68GB [2023-03-31T20:08:57.674Z] 66d412fcc22a 59 seconds ago 1.67GB [2023-03-31T20:08:57.674Z] core-metadata latest 22ff58bb2986 About a minute ago 20.4MB [2023-03-31T20:08:57.674Z] c6de39f45d84 About a minute ago 1.69GB [2023-03-31T20:08:57.674Z] security-spire-server latest bee499d4983a 3 minutes ago 89.8MB [2023-03-31T20:08:57.674Z] 07db0ab7ddc0 3 minutes ago 1.55GB [2023-03-31T20:08:57.674Z] support-notifications latest 86999b752b54 3 minutes ago 32.7MB [2023-03-31T20:08:57.674Z] support-scheduler latest e3cd97c0cfad 3 minutes ago 32.1MB [2023-03-31T20:08:57.674Z] core-common-config-bootstrapper latest 5dbbec33fe55 3 minutes ago 17.2MB [2023-03-31T20:08:57.674Z] security-spire-agent latest 6a858fbf8c58 3 minutes ago 129MB [2023-03-31T20:08:57.674Z] security-spire-config latest b92c1dd42a91 3 minutes ago 88.9MB [2023-03-31T20:08:57.674Z] 2d3689b15e71 3 minutes ago 1.75GB [2023-03-31T20:08:57.674Z] 18ec8f0645f9 3 minutes ago 1.75GB [2023-03-31T20:08:57.674Z] b7c023a1e067 3 minutes ago 1.68GB [2023-03-31T20:08:57.674Z] ab3fd8e6cbcb 4 minutes ago 1.55GB [2023-03-31T20:08:57.674Z] e2d7dfb86a71 4 minutes ago 1.55GB [2023-03-31T20:08:57.674Z] ci-base-image-x86_64 latest 9fab175c8f23 9 minutes ago 881MB [2023-03-31T20:08:57.674Z] alpine 3.17 9ed4aefc74f6 2 days ago 7.05MB [2023-03-31T20:08:57.674Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.20-alpine 3b553350e43f 3 weeks ago 664MB [2023-03-31T20:08:57.674Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB [2023-03-31T20:08:57.674Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-31T20:10:58.427Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-31T20:10:58.427Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-31T20:10:58.427Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-31T20:10:58.466Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-03-31T20:10:58.808Z] + ls -al . [2023-03-31T20:10:58.808Z] total 700 [2023-03-31T20:10:58.808Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 20:03 . [2023-03-31T20:10:58.808Z] drwxr-xr-x 4 root root 4096 Mar 31 20:03 .. [2023-03-31T20:10:58.808Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 20:01 .blubracket [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 16 Mar 31 20:01 .dockerignore [2023-03-31T20:10:58.808Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 20:01 .git [2023-03-31T20:10:58.808Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 20:01 .github [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 1133 Mar 31 20:01 .gitignore [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 42 Mar 31 20:01 .golangci.yml [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 87 Mar 31 20:01 .hadolint.yml [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 20:01 .sonarcloud.properties [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 1171 Mar 31 20:01 ADOPTERS.md [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 10835 Mar 31 20:01 Attribution.txt [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 73765 Mar 31 20:01 CHANGELOG.md [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 20:01 CONTRIBUTING.md [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 677 Mar 31 20:01 GOVERNANCE.md [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 883 Mar 31 20:01 Jenkinsfile [2023-03-31T20:10:58.808Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 20:01 LICENSE [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 14368 Mar 31 20:01 Makefile [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 582 Mar 31 20:01 OWNERS.md [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 9403 Mar 31 20:01 README.md [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 789 Mar 31 20:01 SECURITY.md [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 19:59 VERSION [2023-03-31T20:10:58.809Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 20:01 bin [2023-03-31T20:10:58.809Z] drwxrwxr-x 18 1001 1001 4096 Mar 31 20:01 cmd [2023-03-31T20:10:58.809Z] -rw-r--r-- 1 root root 447380 Mar 31 20:08 coverage.out [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 3200 Mar 31 20:01 go.mod [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 31265 Mar 31 20:01 go.sum [2023-03-31T20:10:58.809Z] drwxrwxr-x 7 1001 1001 4096 Mar 31 20:01 internal [2023-03-31T20:10:58.809Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 20:01 openapi [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 594 Mar 31 20:01 security.txt [2023-03-31T20:10:58.809Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 20:01 snap [2023-03-31T20:10:58.809Z] -rw-rw-r-- 1 1001 1001 204 Mar 31 20:01 version.go [Pipeline] sh [2023-03-31T20:10:59.145Z] + '[' -e coverage.out ] [2023-03-31T20:10:59.145Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-03-31T20:10:59.179Z] Warning: overwriting stash ‘coverage-report’ [2023-03-31T20:10:59.931Z] Stashed 1 file(s) [Pipeline] sh [2023-03-31T20:11:00.259Z] + make build [2023-03-31T20:11:00.259Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-31T20:12:36.890Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-31T20:12:36.890Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-31T20:12:36.890Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-31T20:12:36.890Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-31T20:13:23.715Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-31T20:13:24.676Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-31T20:13:31.319Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-31T20:13:36.666Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-31T20:13:40.010Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-31T20:13:44.271Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-31T20:13:49.612Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-03-31T20:13:56.283Z] $ docker stop --time=1 d1003db995c79160fac765620125a97594503a1f3fc1505a52d2f7392e551934 [2023-03-31T20:13:58.689Z] $ docker rm -f --volumes d1003db995c79160fac765620125a97594503a1f3fc1505a52d2f7392e551934 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:14:01.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-31T20:14:01.360Z] [2023-03-31T20:14:01.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:14:01.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-31T20:14:02.039Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-03-31T20:14:02.039Z] 29e5d40040c1: Pulling fs layer [2023-03-31T20:14:02.039Z] 1ce36da41761: Pulling fs layer [2023-03-31T20:14:02.039Z] 25b303627fd3: Pulling fs layer [2023-03-31T20:14:02.039Z] 29e5d40040c1: Verifying Checksum [2023-03-31T20:14:02.039Z] 29e5d40040c1: Download complete [2023-03-31T20:14:02.307Z] 1ce36da41761: Verifying Checksum [2023-03-31T20:14:02.307Z] 1ce36da41761: Download complete [2023-03-31T20:14:02.575Z] 29e5d40040c1: Pull complete [2023-03-31T20:14:03.987Z] 1ce36da41761: Pull complete [2023-03-31T20:14:03.987Z] 25b303627fd3: Verifying Checksum [2023-03-31T20:14:03.987Z] 25b303627fd3: Download complete [2023-03-31T20:14:14.066Z] 25b303627fd3: Pull complete [2023-03-31T20:14:14.066Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-03-31T20:14:14.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-31T20:14:14.066Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:14:14.400Z] prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container [2023-03-31T20:14:14.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-31T20:14:16.957Z] $ docker top 721fb86bae92c5c42c99e4857d27fa63c17e951f761fb4dc08d936a65b099c1b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-31T20:14:17.851Z] + grep parallel+ docker-compose build --help [2023-03-31T20:14:17.851Z] [2023-03-31T20:14:23.209Z] --parallel Build images in parallel. [Pipeline] } [2023-03-31T20:14:23.240Z] $ docker stop --time=1 721fb86bae92c5c42c99e4857d27fa63c17e951f761fb4dc08d936a65b099c1b [2023-03-31T20:14:24.876Z] $ docker rm -f --volumes 721fb86bae92c5c42c99e4857d27fa63c17e951f761fb4dc08d936a65b099c1b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:14:25.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-03-31T20:14:25.595Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:14:25.849Z] prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container [2023-03-31T20:14:25.907Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-03-31T20:14:27.080Z] $ docker top 4f29c45409bf0820547d7bb0af5fee33370332e7308664f953f50afab84c7b9a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-31T20:14:27.644Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-03-31T20:14:32.974Z] Building core-command ... [2023-03-31T20:14:32.974Z] Building core-common-config-bootstrapper ... [2023-03-31T20:14:32.974Z] Building core-data ... [2023-03-31T20:14:32.974Z] Building core-metadata ... [2023-03-31T20:14:32.974Z] Building security-bootstrapper ... [2023-03-31T20:14:32.974Z] Building security-proxy-auth ... [2023-03-31T20:14:32.974Z] Building security-proxy-setup ... [2023-03-31T20:14:32.974Z] Building security-secretstore-setup ... [2023-03-31T20:14:32.974Z] Building security-spiffe-token-provider ... [2023-03-31T20:14:32.974Z] Building security-spire-agent ... [2023-03-31T20:14:32.974Z] Building security-spire-config ... [2023-03-31T20:14:32.974Z] Building security-spire-server ... [2023-03-31T20:14:32.974Z] Building support-notifications ... [2023-03-31T20:14:32.974Z] Building support-scheduler ... [2023-03-31T20:14:32.974Z] Building support-scheduler [2023-03-31T20:14:32.974Z] Building core-command [2023-03-31T20:14:32.974Z] Building security-secretstore-setup [2023-03-31T20:14:32.974Z] Building security-spire-config [2023-03-31T20:14:32.974Z] Building security-proxy-setup [2023-03-31T20:15:19.807Z] Step 1/22 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:15:19.807Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:15:19.807Z] ---> 97323f6d972f [2023-03-31T20:15:19.807Z] Step 3/22 : WORKDIR /edgex-go [2023-03-31T20:15:20.388Z] Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:15:20.388Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:15:20.388Z] ---> 97323f6d972f [2023-03-31T20:15:20.388Z] Step 3/27 : WORKDIR /edgex-go [2023-03-31T20:15:20.388Z] Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:15:20.655Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:15:20.655Z] ---> 97323f6d972f [2023-03-31T20:15:20.655Z] Step 3/25 : WORKDIR /edgex-go [2023-03-31T20:15:20.655Z] Step 1/24 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:15:20.655Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:15:20.655Z] ---> 97323f6d972f [2023-03-31T20:15:20.655Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:15:20.655Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:15:20.655Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:15:20.655Z] ---> 97323f6d972f [2023-03-31T20:15:20.655Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:15:20.923Z] ---> Running in ec9018d14e6d [2023-03-31T20:15:20.923Z] ---> Running in de98b9b02c54 [2023-03-31T20:15:20.923Z] ---> Running in b60967079b58 [2023-03-31T20:15:20.923Z] ---> Running in bad424e775ee [2023-03-31T20:15:20.923Z] ---> Running in f5bd55cdc935 [2023-03-31T20:15:21.513Z] Removing intermediate container ec9018d14e6d [2023-03-31T20:15:21.513Z] ---> fec64ee0f584 [2023-03-31T20:15:21.513Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:15:21.513Z] Removing intermediate container bad424e775ee [2023-03-31T20:15:21.513Z] ---> 12ef41a0dc47 [2023-03-31T20:15:21.513Z] Step 4/25 : RUN apk add --update --no-cache make git [2023-03-31T20:15:21.513Z] ---> Running in 03948106e202 [2023-03-31T20:15:21.780Z] ---> Running in afd576a65acd [2023-03-31T20:15:21.780Z] Removing intermediate container f5bd55cdc935 [2023-03-31T20:15:21.780Z] ---> ce44f1461032 [2023-03-31T20:15:21.780Z] Step 4/24 : WORKDIR /edgex-go [2023-03-31T20:15:21.780Z] Removing intermediate container b60967079b58 [2023-03-31T20:15:21.780Z] ---> 049e3c0d9efa [2023-03-31T20:15:21.780Z] Step 4/22 : RUN apk add --update --no-cache make git [2023-03-31T20:15:21.780Z] Removing intermediate container de98b9b02c54 [2023-03-31T20:15:21.780Z] ---> e7a3a44da888 [2023-03-31T20:15:21.780Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-31T20:15:21.780Z] ---> Running in fcf19a101e28 [2023-03-31T20:15:22.047Z] ---> Running in 5b51877fbcf0 [2023-03-31T20:15:22.047Z] ---> Running in ab47e5bb8fd0 [2023-03-31T20:15:22.628Z] Removing intermediate container 03948106e202 [2023-03-31T20:15:22.628Z] ---> fc18049be4e2 [2023-03-31T20:15:22.628Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:15:22.628Z] Removing intermediate container fcf19a101e28 [2023-03-31T20:15:22.628Z] ---> ae1b103a2aa7 [2023-03-31T20:15:22.628Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-03-31T20:15:22.893Z] ---> Running in 510f37b2d3d5 [2023-03-31T20:15:22.893Z] ---> Running in b16aad204ad7 [2023-03-31T20:15:24.303Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:24.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:24.570Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:24.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:24.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:25.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:25.102Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:25.369Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:25.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:25.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:15:25.900Z] OK: 263 MiB in 53 packages [2023-03-31T20:15:26.857Z] OK: 263 MiB in 53 packages [2023-03-31T20:15:26.857Z] OK: 263 MiB in 53 packages [2023-03-31T20:15:27.126Z] OK: 263 MiB in 53 packages [2023-03-31T20:15:27.126Z] OK: 263 MiB in 53 packages [2023-03-31T20:15:28.534Z] Removing intermediate container afd576a65acd [2023-03-31T20:15:28.534Z] ---> d5ece705eef2 [2023-03-31T20:15:28.534Z] Step 5/25 : COPY go.mod vendor* ./ [2023-03-31T20:15:29.494Z] Removing intermediate container 5b51877fbcf0 [2023-03-31T20:15:29.494Z] ---> 0309d71f2c91 [2023-03-31T20:15:29.494Z] Step 5/22 : COPY go.mod vendor* ./ [2023-03-31T20:15:29.494Z] Removing intermediate container b16aad204ad7 [2023-03-31T20:15:29.494Z] Removing intermediate container ab47e5bb8fd0 [2023-03-31T20:15:29.494Z] ---> deb9f945bf14 [2023-03-31T20:15:29.494Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-31T20:15:29.494Z] ---> be9d94f3cb61 [2023-03-31T20:15:29.494Z] Step 6/24 : COPY go.mod vendor* ./ [2023-03-31T20:15:29.494Z] Removing intermediate container 510f37b2d3d5 [2023-03-31T20:15:29.494Z] ---> 5d6bf4ccc3b1 [2023-03-31T20:15:29.494Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:15:29.761Z] ---> 636ba3487ddc [2023-03-31T20:15:29.761Z] Step 6/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:15:30.028Z] ---> Running in 804613c34f27 [2023-03-31T20:15:30.619Z] ---> c12d8817794f [2023-03-31T20:15:30.619Z] Step 6/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:15:30.619Z] ---> f11876479ff3 [2023-03-31T20:15:30.619Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:15:30.619Z] ---> dc6ab312efe1 [2023-03-31T20:15:30.619Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:15:30.890Z] ---> Running in b13e5e075efe [2023-03-31T20:15:30.890Z] ---> Running in 480d09f9059e [2023-03-31T20:15:30.890Z] ---> d7b0952340c1 [2023-03-31T20:15:30.890Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:15:30.890Z] ---> Running in 2276e2fca0c8 [2023-03-31T20:15:31.156Z] ---> Running in 2c93924b2d94 [2023-03-31T20:17:22.817Z] Removing intermediate container b13e5e075efe [2023-03-31T20:17:22.817Z] ---> a55eedd6d3f8 [2023-03-31T20:17:22.817Z] Step 7/22 : COPY . . [2023-03-31T20:17:22.817Z] Removing intermediate container 2c93924b2d94 [2023-03-31T20:17:22.817Z] ---> 50cd31146e00 [2023-03-31T20:17:22.817Z] Step 8/24 : COPY . . [2023-03-31T20:17:22.817Z] Removing intermediate container 804613c34f27 [2023-03-31T20:17:22.817Z] ---> b272e46749e7 [2023-03-31T20:17:22.817Z] Step 7/25 : COPY . . [2023-03-31T20:17:22.817Z] Removing intermediate container 2276e2fca0c8 [2023-03-31T20:17:22.817Z] ---> f92fa1836467 [2023-03-31T20:17:22.817Z] Step 8/23 : COPY . . [2023-03-31T20:17:22.817Z] Removing intermediate container 480d09f9059e [2023-03-31T20:17:22.817Z] ---> 9744f152518e [2023-03-31T20:17:22.817Z] Step 7/27 : COPY . . [2023-03-31T20:17:32.874Z] ---> 70a305600701 [2023-03-31T20:17:32.874Z] Step 8/22 : RUN make cmd/secrets-config/secrets-config [2023-03-31T20:17:32.874Z] ---> a533517490d0 [2023-03-31T20:17:32.874Z] Step 8/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-03-31T20:17:32.874Z] ---> 78637fe0e2fc [2023-03-31T20:17:32.874Z] Step 9/23 : RUN make cmd/support-scheduler/support-scheduler [2023-03-31T20:17:32.874Z] ---> Running in 54f296f5b190 [2023-03-31T20:17:32.874Z] ---> Running in 92a80c6a0e9f [2023-03-31T20:17:32.874Z] ---> f7cf15db9dcb [2023-03-31T20:17:32.874Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-31T20:17:32.874Z] ---> f19597aa2383 [2023-03-31T20:17:32.874Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-03-31T20:17:32.874Z] ---> Running in b0d0d13ec20a [2023-03-31T20:17:32.874Z] ---> Running in 8567e9fdf9fc [2023-03-31T20:17:32.874Z] ---> Running in 4c1e42db6456 [2023-03-31T20:17:32.874Z] Removing intermediate container 8567e9fdf9fc [2023-03-31T20:17:32.874Z] ---> 0dc77fe8c7a1 [2023-03-31T20:17:32.874Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-31T20:17:32.874Z] ---> Running in 08169a609b92 [2023-03-31T20:17:33.455Z] Removing intermediate container 08169a609b92 [2023-03-31T20:17:33.455Z] ---> 4728ae4161db [2023-03-31T20:17:33.455Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-31T20:17:33.721Z] ---> Running in b048a13ebc87 [2023-03-31T20:17:34.305Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-03-31T20:17:34.305Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-03-31T20:17:34.305Z] Removing intermediate container b048a13ebc87 [2023-03-31T20:17:34.305Z] ---> beeae4fc8c1e [2023-03-31T20:17:34.305Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-31T20:17:34.573Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-03-31T20:17:34.573Z] ---> Running in e5f3750659c2 [2023-03-31T20:17:34.573Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-03-31T20:17:37.911Z] Removing intermediate container e5f3750659c2 [2023-03-31T20:17:37.911Z] ---> 0363a97aa60b [2023-03-31T20:17:37.911Z] Step 12/27 : WORKDIR /edgex-go [2023-03-31T20:17:37.911Z] ---> Running in ec8266b97040 [2023-03-31T20:17:38.176Z] Removing intermediate container ec8266b97040 [2023-03-31T20:17:38.176Z] ---> 6f29ccb001a4 [2023-03-31T20:17:38.176Z] [2023-03-31T20:17:38.176Z] Step 13/27 : FROM alpine:3.17 [2023-03-31T20:17:38.441Z] 3.17: Pulling from library/alpine [2023-03-31T20:17:39.849Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-03-31T20:17:39.849Z] Status: Downloaded newer image for alpine:3.17 [2023-03-31T20:17:39.849Z] ---> 51e60588ff2c [2023-03-31T20:17:39.849Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-31T20:17:39.849Z] ---> Running in 66c042753daf [2023-03-31T20:17:40.430Z] Removing intermediate container 66c042753daf [2023-03-31T20:17:40.430Z] ---> 7e9813df118e [2023-03-31T20:17:40.430Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-03-31T20:17:40.430Z] ---> Running in 265ea69aa524 [2023-03-31T20:17:42.367Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:17:42.947Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:17:44.351Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:17:44.351Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:17:44.351Z] OK: 17689 distinct packages available [2023-03-31T20:17:44.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:17:45.572Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:17:46.973Z] (1/4) Installing dumb-init (1.2.5-r2) [2023-03-31T20:17:46.973Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-03-31T20:17:46.973Z] (3/4) Installing libucontext (1.2-r0) [2023-03-31T20:17:46.973Z] (4/4) Installing gcompat (1.1.0-r0) [2023-03-31T20:17:46.973Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:17:47.238Z] OK: 8 MiB in 19 packages [2023-03-31T20:17:49.181Z] Removing intermediate container 265ea69aa524 [2023-03-31T20:17:49.181Z] ---> 6b98a6bf392d [2023-03-31T20:17:49.181Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:17:49.760Z] ---> 0e90b1ad80e7 [2023-03-31T20:17:49.760Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:17:50.714Z] ---> c23f5a86c7d5 [2023-03-31T20:17:50.714Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-31T20:17:57.341Z] ---> a4b63f562f3e [2023-03-31T20:17:57.341Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-03-31T20:17:57.341Z] ---> 11118caea85b [2023-03-31T20:17:57.341Z] Step 20/27 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-03-31T20:17:57.341Z] ---> Running in 3575d5c3aef1 [2023-03-31T20:17:57.920Z] Removing intermediate container 3575d5c3aef1 [2023-03-31T20:17:57.920Z] ---> 742a77456b72 [2023-03-31T20:17:57.920Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-03-31T20:17:58.880Z] ---> 79fb869d197f [2023-03-31T20:17:58.880Z] Step 22/27 : WORKDIR / [2023-03-31T20:17:58.880Z] ---> Running in 9ee5295ed2fb [2023-03-31T20:17:59.465Z] Removing intermediate container 9ee5295ed2fb [2023-03-31T20:17:59.465Z] ---> ddec3d8e55ac [2023-03-31T20:17:59.465Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-31T20:17:59.465Z] ---> Running in 2115213a161f [2023-03-31T20:18:00.045Z] Removing intermediate container 2115213a161f [2023-03-31T20:18:00.045Z] ---> ca45a7f0875a [2023-03-31T20:18:00.045Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-31T20:18:00.045Z] ---> Running in 1a9ca3cc7cb1 [2023-03-31T20:18:00.624Z] Removing intermediate container 1a9ca3cc7cb1 [2023-03-31T20:18:00.624Z] ---> 93ef3c6fd22c [2023-03-31T20:18:00.624Z] Step 25/27 : LABEL arch=arm64 [2023-03-31T20:18:00.624Z] ---> Running in 430eeb4cf0d6 [2023-03-31T20:18:01.203Z] Removing intermediate container 430eeb4cf0d6 [2023-03-31T20:18:01.203Z] ---> bbce6aa12a7c [2023-03-31T20:18:01.203Z] Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:18:01.203Z] ---> Running in 227117deb356 [2023-03-31T20:18:01.782Z] Removing intermediate container 227117deb356 [2023-03-31T20:18:01.782Z] ---> 22ef42b6cb87 [2023-03-31T20:18:01.782Z] Step 27/27 : LABEL version=0.0.0 [2023-03-31T20:18:01.782Z] ---> Running in ff6e26719675 [2023-03-31T20:18:02.359Z] Removing intermediate container ff6e26719675 [2023-03-31T20:18:02.359Z] ---> 9f020736a775 [2023-03-31T20:18:02.359Z] [2023-03-31T20:18:02.624Z] Successfully built 9f020736a775 [2023-03-31T20:18:02.624Z] Successfully tagged security-spire-config-arm64:latest [2023-03-31T20:18:02.624Z] Building security-spiffe-token-provider [2023-03-31T20:18:17.581Z]  Building security-spire-config ... done Step 1/20 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:18:17.581Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:18:17.581Z] ---> 97323f6d972f [2023-03-31T20:18:17.581Z] Step 3/20 : WORKDIR /edgex-go [2023-03-31T20:18:17.581Z] ---> Using cache [2023-03-31T20:18:17.581Z] ---> e7a3a44da888 [2023-03-31T20:18:17.581Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2023-03-31T20:18:17.581Z] ---> Running in 38f1b89557f9 [2023-03-31T20:18:18.536Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:18:19.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:18:20.516Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:18:20.516Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:18:20.516Z] OK: 17694 distinct packages available [2023-03-31T20:18:20.781Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:18:21.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:18:23.135Z] OK: 263 MiB in 53 packages [2023-03-31T20:18:24.533Z] Removing intermediate container 38f1b89557f9 [2023-03-31T20:18:24.533Z] ---> ebad24d08c6d [2023-03-31T20:18:24.533Z] Step 5/20 : COPY go.mod vendor* ./ [2023-03-31T20:18:25.111Z] ---> 65ec6157089f [2023-03-31T20:18:25.111Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:18:25.380Z] ---> Running in 5bc40b58f37d [2023-03-31T20:20:01.993Z] Removing intermediate container 5bc40b58f37d [2023-03-31T20:20:01.993Z] ---> fd5495e4ba04 [2023-03-31T20:20:01.993Z] Step 7/20 : COPY . . [2023-03-31T20:20:10.301Z] ---> da69bb7cabe7 [2023-03-31T20:20:10.301Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-03-31T20:20:10.301Z] ---> Running in 007c875d1dbd [2023-03-31T20:20:11.321Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-03-31T20:23:48.168Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-03-31T20:23:48.750Z] Removing intermediate container 54f296f5b190 [2023-03-31T20:23:48.750Z] ---> 66cba732981c [2023-03-31T20:23:48.750Z] [2023-03-31T20:23:48.750Z] Step 9/22 : FROM alpine:3.17 [2023-03-31T20:23:48.750Z] ---> 51e60588ff2c [2023-03-31T20:23:48.750Z] Step 10/22 : RUN apk add --update --no-cache dumb-init openssl [2023-03-31T20:23:48.750Z] ---> Running in 852700de8db7 [2023-03-31T20:23:51.327Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:23:52.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:23:54.244Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-31T20:23:54.244Z] (2/2) Installing openssl (3.0.8-r3) [2023-03-31T20:23:54.244Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:23:54.244Z] OK: 8 MiB in 17 packages [2023-03-31T20:23:56.199Z] Removing intermediate container 92a80c6a0e9f [2023-03-31T20:23:56.199Z] ---> bbc963e9e642 [2023-03-31T20:23:56.199Z] [2023-03-31T20:23:56.199Z] Step 9/25 : FROM alpine:3.17 [2023-03-31T20:23:56.476Z] ---> 51e60588ff2c [2023-03-31T20:23:56.476Z] Step 10/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-03-31T20:23:58.425Z] Removing intermediate container 852700de8db7 [2023-03-31T20:23:58.425Z] ---> f1ce2fddafce [2023-03-31T20:23:58.425Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-31T20:23:58.694Z] ---> Running in 93672e101f24 [2023-03-31T20:23:58.694Z] ---> Running in bd5d253352bd [2023-03-31T20:23:59.657Z] Removing intermediate container bd5d253352bd [2023-03-31T20:23:59.657Z] ---> 7688abd35ada [2023-03-31T20:23:59.657Z] Step 12/22 : WORKDIR /edgex [2023-03-31T20:23:59.657Z] ---> Running in 42b70bfa17ba [2023-03-31T20:24:00.616Z] Removing intermediate container 42b70bfa17ba [2023-03-31T20:24:00.616Z] ---> fd8dc41ad0e9 [2023-03-31T20:24:00.616Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:24:01.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:24:01.471Z] ---> 2fab129584a3 [2023-03-31T20:24:01.471Z] Step 14/22 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:24:02.434Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:24:02.434Z] ---> 6f02b984761c [2023-03-31T20:24:02.434Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-03-31T20:24:03.391Z] ---> a1c3bda3c03c [2023-03-31T20:24:03.391Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-03-31T20:24:03.975Z] (1/3) Installing ca-certificates (20220614-r4) [2023-03-31T20:24:04.241Z] (2/3) Installing dumb-init (1.2.5-r2) [2023-03-31T20:24:04.241Z] (3/3) Installing su-exec (0.2-r2) [2023-03-31T20:24:04.241Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:24:04.241Z] Executing ca-certificates-20220614-r4.trigger [2023-03-31T20:24:05.207Z] ---> bd566b9ec04e [2023-03-31T20:24:05.207Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-03-31T20:24:05.207Z] OK: 8 MiB in 18 packages [2023-03-31T20:24:06.621Z] ---> a56a3fd180af [2023-03-31T20:24:06.621Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:24:06.621Z] ---> Running in a15d06929658 [2023-03-31T20:24:08.030Z] Removing intermediate container 93672e101f24 [2023-03-31T20:24:08.030Z] ---> 93fe6b0b829b [2023-03-31T20:24:08.030Z] Step 11/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' [2023-03-31T20:24:08.030Z] ---> Running in 94af959f855b [2023-03-31T20:24:08.619Z] Removing intermediate container 94af959f855b [2023-03-31T20:24:08.619Z] ---> c028f2c27b47 [2023-03-31T20:24:08.619Z] Step 12/25 : WORKDIR / [2023-03-31T20:24:08.885Z] ---> Running in b68314acce7e [2023-03-31T20:24:09.469Z] Removing intermediate container b68314acce7e [2023-03-31T20:24:09.469Z] ---> 69e3b35926c9 [2023-03-31T20:24:09.469Z] Step 13/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:24:10.429Z] Removing intermediate container a15d06929658 [2023-03-31T20:24:10.429Z] ---> bf704addad82 [2023-03-31T20:24:10.429Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:24:10.429Z] ---> Running in e994ee65ac20 [2023-03-31T20:24:11.389Z] ---> b914fade3df6 [2023-03-31T20:24:11.389Z] Step 14/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:24:11.389Z] Removing intermediate container e994ee65ac20 [2023-03-31T20:24:11.389Z] ---> 47cbd5886733 [2023-03-31T20:24:11.389Z] Step 20/22 : LABEL arch=arm64 [2023-03-31T20:24:11.389Z] ---> Running in 0b5e5bf5ef87 [2023-03-31T20:24:11.976Z] Removing intermediate container 0b5e5bf5ef87 [2023-03-31T20:24:11.976Z] ---> 56a8791aab46 [2023-03-31T20:24:11.976Z] Step 21/22 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:24:12.244Z] ---> Running in 50e930f40fa1 [2023-03-31T20:24:12.515Z] ---> c31dd8f6fd13 [2023-03-31T20:24:12.515Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-03-31T20:24:12.782Z] Removing intermediate container 50e930f40fa1 [2023-03-31T20:24:12.782Z] ---> 7ef529853fef [2023-03-31T20:24:12.782Z] Step 22/22 : LABEL version=0.0.0 [2023-03-31T20:24:13.048Z] ---> Running in 853809b2178e [2023-03-31T20:24:13.629Z] Removing intermediate container 853809b2178e [2023-03-31T20:24:13.629Z] ---> 423f6c8f49a0 [2023-03-31T20:24:13.629Z] [2023-03-31T20:24:13.894Z] Successfully built 423f6c8f49a0 [2023-03-31T20:24:13.894Z] ---> bdc08f94fbc3 [2023-03-31T20:24:14.174Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-03-31T20:24:14.174Z] Successfully tagged security-proxy-setup-arm64:latest [2023-03-31T20:24:14.174Z] Building security-bootstrapper [2023-03-31T20:24:14.754Z]  Building security-proxy-setup ... done  ---> 327697ab13ec [2023-03-31T20:24:14.754Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:24:16.180Z] ---> 4a144080d99f [2023-03-31T20:24:16.180Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-03-31T20:24:17.583Z] ---> ac3a5b5de524 [2023-03-31T20:24:17.583Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-03-31T20:24:20.153Z] ---> 1ed22ae26f42 [2023-03-31T20:24:20.153Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-03-31T20:24:21.107Z] ---> dfd26d5ce4b8 [2023-03-31T20:24:21.107Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:24:21.107Z] ---> Running in 3f6af3b388eb [2023-03-31T20:24:26.436Z] Removing intermediate container 3f6af3b388eb [2023-03-31T20:24:26.436Z] ---> 41065b03cba1 [2023-03-31T20:24:26.436Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:24:26.436Z] ---> Running in 611f96abee89 [2023-03-31T20:24:27.016Z] Removing intermediate container 611f96abee89 [2023-03-31T20:24:27.016Z] ---> 6d4fca53da6a [2023-03-31T20:24:27.016Z] Step 23/25 : LABEL arch=arm64 [2023-03-31T20:24:27.281Z] ---> Running in cbbf020945aa [2023-03-31T20:24:28.235Z] Removing intermediate container cbbf020945aa [2023-03-31T20:24:28.236Z] ---> 4251e79371bf [2023-03-31T20:24:28.236Z] Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:24:28.502Z] ---> Running in 46d0bd6acd4e [2023-03-31T20:24:29.467Z] Removing intermediate container 46d0bd6acd4e [2023-03-31T20:24:29.467Z] ---> c4d1d8b651bd [2023-03-31T20:24:29.467Z] Step 25/25 : LABEL version=0.0.0 [2023-03-31T20:24:29.733Z] ---> Running in a94db61baa96 [2023-03-31T20:24:30.316Z] Removing intermediate container a94db61baa96 [2023-03-31T20:24:30.316Z] ---> 790c5c5f14e3 [2023-03-31T20:24:30.316Z] [2023-03-31T20:24:31.274Z] Successfully built 790c5c5f14e3 [2023-03-31T20:24:31.274Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-03-31T20:24:31.274Z]  Building security-secretstore-setup ... done Building core-data [2023-03-31T20:24:35.519Z] Removing intermediate container 4c1e42db6456 [2023-03-31T20:24:35.519Z] ---> f8e4a1df9f6d [2023-03-31T20:24:35.519Z] [2023-03-31T20:24:35.519Z] Step 10/24 : FROM alpine:3.17 [2023-03-31T20:24:35.519Z] ---> 51e60588ff2c [2023-03-31T20:24:35.519Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:24:35.519Z] ---> Running in 51100a7438a2 [2023-03-31T20:24:36.106Z] Step 1/33 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:24:36.106Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:24:36.106Z] ---> 97323f6d972f [2023-03-31T20:24:36.106Z] Step 3/33 : WORKDIR /edgex-go [2023-03-31T20:24:36.106Z] ---> Using cache [2023-03-31T20:24:36.106Z] ---> e7a3a44da888 [2023-03-31T20:24:36.106Z] Step 4/33 : RUN apk add --update --no-cache make git [2023-03-31T20:24:36.106Z] ---> Running in 30664d9eb41b [2023-03-31T20:24:38.040Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:24:38.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:24:38.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:24:38.998Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:24:40.400Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-31T20:24:40.400Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:24:40.400Z] OK: 263 MiB in 53 packages [2023-03-31T20:24:40.400Z] OK: 8 MiB in 16 packages [2023-03-31T20:24:42.979Z] Removing intermediate container 30664d9eb41b [2023-03-31T20:24:42.979Z] ---> 72af27e2009a [2023-03-31T20:24:42.979Z] Step 5/33 : COPY go.mod vendor* ./ [2023-03-31T20:24:42.979Z] Removing intermediate container 51100a7438a2 [2023-03-31T20:24:42.979Z] ---> b56d99636667 [2023-03-31T20:24:42.979Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:24:43.247Z] ---> Running in dabd6f7d0a00 [2023-03-31T20:24:43.836Z] Removing intermediate container dabd6f7d0a00 [2023-03-31T20:24:43.836Z] ---> a2966bb28481 [2023-03-31T20:24:43.836Z] Step 13/24 : ENV APP_PORT=59882 [2023-03-31T20:24:44.107Z] ---> Running in 3a0fe63ffaa8 [2023-03-31T20:24:44.692Z] ---> 5fffd710ea92 [2023-03-31T20:24:44.692Z] Step 6/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:24:44.692Z] ---> Running in 2d99d02c0774 [2023-03-31T20:24:44.958Z] Removing intermediate container 3a0fe63ffaa8 [2023-03-31T20:24:44.958Z] ---> ba8bbec19b72 [2023-03-31T20:24:44.958Z] Step 14/24 : EXPOSE $APP_PORT [2023-03-31T20:24:45.235Z] ---> Running in 1c7ce0cbe35e [2023-03-31T20:24:46.196Z] Removing intermediate container 1c7ce0cbe35e [2023-03-31T20:24:46.196Z] ---> 5efc14f963cf [2023-03-31T20:24:46.196Z] Step 15/24 : WORKDIR / [2023-03-31T20:24:46.196Z] ---> Running in 46ed3432d063 [2023-03-31T20:24:47.154Z] Removing intermediate container 46ed3432d063 [2023-03-31T20:24:47.154Z] ---> ddf0b7ad76ba [2023-03-31T20:24:47.154Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:24:48.557Z] ---> d1ee62f95c5e [2023-03-31T20:24:48.557Z] Step 17/24 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:24:51.153Z] ---> 53a7e70e7675 [2023-03-31T20:24:51.153Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-03-31T20:24:52.110Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:24:52.110Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:24:52.110Z] ---> 97323f6d972f [2023-03-31T20:24:52.110Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:24:52.110Z] ---> Using cache [2023-03-31T20:24:52.110Z] ---> ce44f1461032 [2023-03-31T20:24:52.110Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:24:52.110Z] ---> Using cache [2023-03-31T20:24:52.110Z] ---> ae1b103a2aa7 [2023-03-31T20:24:52.110Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:24:52.110Z] ---> Using cache [2023-03-31T20:24:52.110Z] ---> be9d94f3cb61 [2023-03-31T20:24:52.110Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:24:52.110Z] ---> Using cache [2023-03-31T20:24:52.110Z] ---> d7b0952340c1 [2023-03-31T20:24:52.110Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:24:52.110Z] ---> Using cache [2023-03-31T20:24:52.110Z] ---> 50cd31146e00 [2023-03-31T20:24:52.110Z] Step 8/23 : COPY . . [2023-03-31T20:24:52.110Z] ---> Using cache [2023-03-31T20:24:52.110Z] ---> f19597aa2383 [2023-03-31T20:24:52.110Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-03-31T20:24:52.377Z] ---> Running in 748edd78bd98 [2023-03-31T20:24:52.959Z] ---> 1ffea7bf689e [2023-03-31T20:24:52.959Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:24:54.367Z] ---> 6da5261fe66e [2023-03-31T20:24:54.367Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2023-03-31T20:24:54.367Z] ---> Running in bd87d7d26f05 [2023-03-31T20:24:54.951Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-03-31T20:24:54.951Z] Removing intermediate container bd87d7d26f05 [2023-03-31T20:24:54.951Z] ---> 42c7a5526268 [2023-03-31T20:24:54.951Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:24:55.218Z] ---> Running in 4452629d73cd [2023-03-31T20:24:55.807Z] Removing intermediate container 4452629d73cd [2023-03-31T20:24:55.807Z] ---> 17cba2aa8095 [2023-03-31T20:24:55.807Z] Step 22/24 : LABEL arch=arm64 [2023-03-31T20:24:55.807Z] ---> Running in 4c00384f1297 [2023-03-31T20:24:56.389Z] Removing intermediate container 4c00384f1297 [2023-03-31T20:24:56.389Z] ---> 233ab5707ef1 [2023-03-31T20:24:56.389Z] Step 23/24 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:24:56.389Z] ---> Running in f10934afbfa2 [2023-03-31T20:24:56.970Z] Removing intermediate container f10934afbfa2 [2023-03-31T20:24:56.970Z] ---> 21d34ad3b658 [2023-03-31T20:24:56.970Z] Step 24/24 : LABEL version=0.0.0 [2023-03-31T20:24:56.970Z] ---> Running in b95e3d38c1b8 [2023-03-31T20:24:57.551Z] Removing intermediate container b95e3d38c1b8 [2023-03-31T20:24:57.551Z] ---> 4810278d0fdb [2023-03-31T20:24:57.551Z] [2023-03-31T20:24:57.815Z] Successfully built 4810278d0fdb [2023-03-31T20:24:57.815Z] Successfully tagged core-command-arm64:latest [2023-03-31T20:24:57.815Z] Building security-spire-agent [2023-03-31T20:25:16.004Z]  Building core-command ... done Step 1/27 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:25:16.004Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:25:16.004Z] ---> 97323f6d972f [2023-03-31T20:25:16.004Z] Step 3/27 : WORKDIR /edgex-go [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> e7a3a44da888 [2023-03-31T20:25:16.004Z] Step 4/27 : RUN apk add --update --no-cache make git build-base curl [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> deb9f945bf14 [2023-03-31T20:25:16.004Z] Step 5/27 : COPY go.mod vendor* ./ [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> f11876479ff3 [2023-03-31T20:25:16.004Z] Step 6/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> 9744f152518e [2023-03-31T20:25:16.004Z] Step 7/27 : COPY . . [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> f7cf15db9dcb [2023-03-31T20:25:16.004Z] Step 8/27 : ARG SPIRE_RELEASE=1.2.1 [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> 0dc77fe8c7a1 [2023-03-31T20:25:16.004Z] Step 9/27 : WORKDIR /edgex-go/spire-build [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> 4728ae4161db [2023-03-31T20:25:16.004Z] Step 10/27 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> beeae4fc8c1e [2023-03-31T20:25:16.004Z] Step 11/27 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> 0363a97aa60b [2023-03-31T20:25:16.004Z] Step 12/27 : WORKDIR /edgex-go [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> 6f29ccb001a4 [2023-03-31T20:25:16.004Z] [2023-03-31T20:25:16.004Z] Step 13/27 : FROM alpine:3.17 [2023-03-31T20:25:16.004Z] ---> 51e60588ff2c [2023-03-31T20:25:16.004Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-31T20:25:16.004Z] ---> Using cache [2023-03-31T20:25:16.004Z] ---> 7e9813df118e [2023-03-31T20:25:16.004Z] Step 15/27 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-31T20:25:16.004Z] ---> Running in 2f6df341669a [2023-03-31T20:25:16.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:25:17.547Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:25:18.947Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:25:18.947Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:25:18.947Z] OK: 17689 distinct packages available [2023-03-31T20:25:19.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:25:19.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:25:21.199Z] (1/5) Installing dumb-init (1.2.5-r2) [2023-03-31T20:25:21.199Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-03-31T20:25:21.199Z] (3/5) Installing libucontext (1.2-r0) [2023-03-31T20:25:21.199Z] (4/5) Installing gcompat (1.1.0-r0) [2023-03-31T20:25:21.199Z] (5/5) Installing openssl (3.0.8-r3) [2023-03-31T20:25:21.199Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:25:21.465Z] OK: 9 MiB in 20 packages [2023-03-31T20:25:23.407Z] Removing intermediate container 2f6df341669a [2023-03-31T20:25:23.407Z] ---> b6199f4d3db9 [2023-03-31T20:25:23.407Z] Step 16/27 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:25:23.992Z] ---> 5f21168608b9 [2023-03-31T20:25:23.992Z] Step 17/27 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:25:24.952Z] ---> 787053fc78b1 [2023-03-31T20:25:24.952Z] Step 18/27 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-03-31T20:25:30.284Z] ---> 89145ea738a7 [2023-03-31T20:25:30.284Z] Step 19/27 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-31T20:25:35.609Z] ---> 658f88a4f796 [2023-03-31T20:25:35.609Z] Step 20/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-03-31T20:25:36.189Z] ---> 31677fb6783e [2023-03-31T20:25:36.189Z] Step 21/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-03-31T20:25:36.768Z] ---> d6f184bfcb9d [2023-03-31T20:25:37.041Z] Step 22/27 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-03-31T20:25:37.997Z] ---> 959fc269e0e4 [2023-03-31T20:25:37.997Z] Step 23/27 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-31T20:25:37.997Z] ---> Running in 24df5fd64090 [2023-03-31T20:25:38.577Z] Removing intermediate container 24df5fd64090 [2023-03-31T20:25:38.577Z] ---> 5d6a7b0eb15e [2023-03-31T20:25:38.577Z] Step 24/27 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-31T20:25:38.842Z] ---> Running in a40d56e4d9c6 [2023-03-31T20:25:39.423Z] Removing intermediate container a40d56e4d9c6 [2023-03-31T20:25:39.423Z] ---> 1e3a24b1862c [2023-03-31T20:25:39.423Z] Step 25/27 : LABEL arch=arm64 [2023-03-31T20:25:39.423Z] ---> Running in 8753bb4f23d5 [2023-03-31T20:25:40.004Z] Removing intermediate container 8753bb4f23d5 [2023-03-31T20:25:40.004Z] ---> 4fbfe3a5704e [2023-03-31T20:25:40.004Z] Step 26/27 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:25:40.269Z] ---> Running in 3b73a8087dd1 [2023-03-31T20:25:40.538Z] Removing intermediate container 3b73a8087dd1 [2023-03-31T20:25:40.538Z] ---> 0822c85ea0fb [2023-03-31T20:25:40.538Z] Step 27/27 : LABEL version=0.0.0 [2023-03-31T20:25:40.803Z] ---> Running in 70e6f28d6633 [2023-03-31T20:25:41.387Z] Removing intermediate container 70e6f28d6633 [2023-03-31T20:25:41.387Z] ---> bb00dfb5ff85 [2023-03-31T20:25:41.387Z] [2023-03-31T20:25:41.653Z] Successfully built bb00dfb5ff85 [2023-03-31T20:25:41.653Z] Successfully tagged security-spire-agent-arm64:latest [2023-03-31T20:25:41.653Z] Building core-metadata [2023-03-31T20:25:56.621Z]  Building security-spire-agent ... done Step 1/25 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:25:56.621Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:25:56.621Z] ---> 97323f6d972f [2023-03-31T20:25:56.621Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:25:56.621Z] ---> Using cache [2023-03-31T20:25:56.621Z] ---> ce44f1461032 [2023-03-31T20:25:56.621Z] Step 4/25 : WORKDIR /edgex-go [2023-03-31T20:25:56.621Z] ---> Using cache [2023-03-31T20:25:56.621Z] ---> ae1b103a2aa7 [2023-03-31T20:25:56.621Z] Step 5/25 : RUN apk add --update --no-cache make git [2023-03-31T20:25:56.621Z] ---> Using cache [2023-03-31T20:25:56.621Z] ---> be9d94f3cb61 [2023-03-31T20:25:56.621Z] Step 6/25 : COPY go.mod vendor* ./ [2023-03-31T20:25:56.621Z] ---> Using cache [2023-03-31T20:25:56.621Z] ---> d7b0952340c1 [2023-03-31T20:25:56.621Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:25:56.621Z] ---> Using cache [2023-03-31T20:25:56.621Z] ---> 50cd31146e00 [2023-03-31T20:25:56.621Z] Step 8/25 : COPY . . [2023-03-31T20:25:56.621Z] ---> Using cache [2023-03-31T20:25:56.621Z] ---> f19597aa2383 [2023-03-31T20:25:56.621Z] Step 9/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-03-31T20:25:56.621Z] ---> Running in 679fea6fc891 [2023-03-31T20:25:57.578Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-03-31T20:26:44.615Z] Removing intermediate container 2d99d02c0774 [2023-03-31T20:26:44.615Z] ---> 4a7508f2e7af [2023-03-31T20:26:44.615Z] Step 7/33 : COPY . . [2023-03-31T20:26:54.666Z] ---> ce77264b3699 [2023-03-31T20:26:54.666Z] Step 8/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-03-31T20:26:54.666Z] ---> Running in 53133251f6f6 [2023-03-31T20:26:55.619Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-03-31T20:27:10.592Z] Removing intermediate container b0d0d13ec20a [2023-03-31T20:27:10.592Z] ---> 5ee5555891ae [2023-03-31T20:27:10.592Z] [2023-03-31T20:27:10.592Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:27:10.592Z] ---> 51e60588ff2c [2023-03-31T20:27:10.592Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:27:10.592Z] ---> Using cache [2023-03-31T20:27:10.592Z] ---> b56d99636667 [2023-03-31T20:27:10.592Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:27:10.592Z] ---> Using cache [2023-03-31T20:27:10.592Z] ---> a2966bb28481 [2023-03-31T20:27:10.592Z] Step 13/23 : ENV APP_PORT=59861 [2023-03-31T20:27:10.592Z] ---> Running in a7a494533352 [2023-03-31T20:27:10.592Z] Removing intermediate container a7a494533352 [2023-03-31T20:27:10.592Z] ---> 13a105903bf4 [2023-03-31T20:27:10.593Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-31T20:27:10.593Z] ---> Running in 8338997d506d [2023-03-31T20:27:10.593Z] Removing intermediate container 8338997d506d [2023-03-31T20:27:10.593Z] ---> a19560e4eae3 [2023-03-31T20:27:10.593Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:27:10.593Z] ---> ad9665c9080e [2023-03-31T20:27:10.593Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:27:11.548Z] ---> 938a5dc18779 [2023-03-31T20:27:11.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-03-31T20:27:15.831Z] ---> f60771fa85ee [2023-03-31T20:27:15.831Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:27:15.831Z] ---> 1042e1d4feb2 [2023-03-31T20:27:15.831Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2023-03-31T20:27:16.107Z] ---> Running in 0af00088c377 [2023-03-31T20:27:16.373Z] Removing intermediate container 0af00088c377 [2023-03-31T20:27:16.373Z] ---> 949bb2a9de94 [2023-03-31T20:27:16.373Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:27:16.640Z] ---> Running in fa34ed1f0d8d [2023-03-31T20:27:16.905Z] Removing intermediate container fa34ed1f0d8d [2023-03-31T20:27:16.905Z] ---> 427935f33b24 [2023-03-31T20:27:16.905Z] Step 21/23 : LABEL arch=arm64 [2023-03-31T20:27:17.172Z] ---> Running in e352a15f8849 [2023-03-31T20:27:17.790Z] Removing intermediate container e352a15f8849 [2023-03-31T20:27:17.790Z] ---> 4562e31932b5 [2023-03-31T20:27:17.790Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:27:17.790Z] ---> Running in 0934d0429661 [2023-03-31T20:27:18.056Z] Removing intermediate container 0934d0429661 [2023-03-31T20:27:18.056Z] ---> fe80b2cfca06 [2023-03-31T20:27:18.056Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:27:18.334Z] ---> Running in a3ad236598d6 [2023-03-31T20:27:18.599Z] Removing intermediate container a3ad236598d6 [2023-03-31T20:27:18.599Z] ---> 20ffa5ae1b0f [2023-03-31T20:27:18.599Z] [2023-03-31T20:27:18.864Z] Successfully built 20ffa5ae1b0f [2023-03-31T20:27:18.864Z] Successfully tagged support-scheduler-arm64:latest [2023-03-31T20:27:18.864Z]  Building support-scheduler ... done Building security-proxy-auth [2023-03-31T20:27:40.927Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:27:40.927Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:27:40.927Z] ---> 97323f6d972f [2023-03-31T20:27:40.927Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:27:40.927Z] ---> Using cache [2023-03-31T20:27:40.927Z] ---> ce44f1461032 [2023-03-31T20:27:40.927Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:27:40.927Z] ---> Using cache [2023-03-31T20:27:40.927Z] ---> ae1b103a2aa7 [2023-03-31T20:27:40.927Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:27:40.927Z] ---> Using cache [2023-03-31T20:27:40.927Z] ---> be9d94f3cb61 [2023-03-31T20:27:40.927Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:27:40.927Z] ---> Using cache [2023-03-31T20:27:40.927Z] ---> d7b0952340c1 [2023-03-31T20:27:40.927Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:27:40.927Z] ---> Using cache [2023-03-31T20:27:40.927Z] ---> 50cd31146e00 [2023-03-31T20:27:40.927Z] Step 8/23 : COPY . . [2023-03-31T20:27:40.927Z] ---> Using cache [2023-03-31T20:27:40.927Z] ---> f19597aa2383 [2023-03-31T20:27:40.927Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth [2023-03-31T20:27:40.927Z] ---> Running in 9be71852203c [2023-03-31T20:27:40.927Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-03-31T20:28:37.950Z] Removing intermediate container 007c875d1dbd [2023-03-31T20:28:37.950Z] ---> 6f3979bcf1df [2023-03-31T20:28:37.950Z] [2023-03-31T20:28:37.950Z] Step 9/20 : FROM alpine:3.17 [2023-03-31T20:28:37.950Z] ---> 51e60588ff2c [2023-03-31T20:28:37.950Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-31T20:28:37.950Z] ---> Running in 30ad7c6f4c67 [2023-03-31T20:28:37.950Z] Removing intermediate container 30ad7c6f4c67 [2023-03-31T20:28:37.950Z] ---> b4be5770dafc [2023-03-31T20:28:37.950Z] Step 11/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-03-31T20:28:37.950Z] ---> Running in 702bfdbd2ff4 [2023-03-31T20:28:38.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:28:39.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:28:41.268Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/main] [2023-03-31T20:28:41.268Z] v3.17.3-24-g8eda42c3e01 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community] [2023-03-31T20:28:41.268Z] OK: 17689 distinct packages available [2023-03-31T20:28:41.268Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:28:42.224Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:28:43.627Z] (1/9) Installing ca-certificates (20220614-r4) [2023-03-31T20:28:43.627Z] (2/9) Installing brotli-libs (1.0.9-r9) [2023-03-31T20:28:43.627Z] (3/9) Installing nghttp2-libs (1.51.0-r0) [2023-03-31T20:28:43.627Z] (4/9) Installing libcurl (7.88.1-r1) [2023-03-31T20:28:43.627Z] (5/9) Installing curl (7.88.1-r1) [2023-03-31T20:28:43.893Z] (6/9) Installing dumb-init (1.2.5-r2) [2023-03-31T20:28:43.893Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-03-31T20:28:43.893Z] (8/9) Installing libucontext (1.2-r0) [2023-03-31T20:28:43.893Z] (9/9) Installing gcompat (1.1.0-r0) [2023-03-31T20:28:43.893Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:28:43.893Z] Executing ca-certificates-20220614-r4.trigger [2023-03-31T20:28:44.474Z] OK: 11 MiB in 24 packages [2023-03-31T20:28:47.806Z] Removing intermediate container 702bfdbd2ff4 [2023-03-31T20:28:47.806Z] ---> dba7e7a50fdc [2023-03-31T20:28:47.806Z] Step 12/20 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:28:48.389Z] ---> fe637df1f236 [2023-03-31T20:28:48.389Z] Step 13/20 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:28:49.348Z] ---> 5f4beee5b425 [2023-03-31T20:28:49.348Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-03-31T20:28:51.921Z] ---> baaff77baafd [2023-03-31T20:28:51.921Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:28:52.506Z] ---> 220838b0de8d [2023-03-31T20:28:52.506Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-03-31T20:28:52.506Z] ---> Running in 8b226dce3e08 [2023-03-31T20:28:53.089Z] Removing intermediate container 8b226dce3e08 [2023-03-31T20:28:53.089Z] ---> e17d62a930e3 [2023-03-31T20:28:53.089Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:28:53.355Z] ---> Running in 806eb3ad0ff4 [2023-03-31T20:28:53.621Z] Removing intermediate container 806eb3ad0ff4 [2023-03-31T20:28:53.621Z] ---> ff8c3c8b92fe [2023-03-31T20:28:53.621Z] Step 18/20 : LABEL arch=arm64 [2023-03-31T20:28:53.897Z] ---> Running in d7a8ece4716d [2023-03-31T20:28:54.487Z] Removing intermediate container d7a8ece4716d [2023-03-31T20:28:54.487Z] ---> dce04fafd47a [2023-03-31T20:28:54.487Z] Step 19/20 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:28:54.487Z] ---> Running in 0f44ee07b1f8 [2023-03-31T20:28:55.070Z] Removing intermediate container 0f44ee07b1f8 [2023-03-31T20:28:55.070Z] ---> d8e951208441 [2023-03-31T20:28:55.070Z] Step 20/20 : LABEL version=0.0.0 [2023-03-31T20:28:55.070Z] ---> Running in d3f41b7eae2c [2023-03-31T20:28:55.651Z] Removing intermediate container d3f41b7eae2c [2023-03-31T20:28:55.651Z] ---> f7976d25f470 [2023-03-31T20:28:55.651Z] [2023-03-31T20:28:55.917Z] Successfully built f7976d25f470 [2023-03-31T20:28:55.917Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-03-31T20:28:55.917Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2023-03-31T20:29:10.888Z] Step 1/26 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:29:10.888Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:29:10.888Z] ---> 97323f6d972f [2023-03-31T20:29:10.888Z] Step 3/26 : WORKDIR /edgex-go [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> e7a3a44da888 [2023-03-31T20:29:10.888Z] Step 4/26 : RUN apk add --update --no-cache make git build-base curl [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> deb9f945bf14 [2023-03-31T20:29:10.888Z] Step 5/26 : COPY go.mod vendor* ./ [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> f11876479ff3 [2023-03-31T20:29:10.888Z] Step 6/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> 9744f152518e [2023-03-31T20:29:10.888Z] Step 7/26 : COPY . . [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> f7cf15db9dcb [2023-03-31T20:29:10.888Z] Step 8/26 : ARG SPIRE_RELEASE=1.2.1 [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> 0dc77fe8c7a1 [2023-03-31T20:29:10.888Z] Step 9/26 : WORKDIR /edgex-go/spire-build [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> 4728ae4161db [2023-03-31T20:29:10.888Z] Step 10/26 : SHELL ["/bin/bash", "-o", "pipefail", "-c"] [2023-03-31T20:29:10.888Z] ---> Using cache [2023-03-31T20:29:10.888Z] ---> beeae4fc8c1e [2023-03-31T20:29:10.888Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && go version | sed -n -e 's/.*go\([0-9]\+\.[0-9]\+\.[0-9]\+\).*/\1/p' > .go-version && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-03-31T20:29:10.888Z] ---> Running in 79c9dc5214c0 [2023-03-31T20:29:13.465Z] Removing intermediate container 79c9dc5214c0 [2023-03-31T20:29:13.465Z] ---> 10249bdc4430 [2023-03-31T20:29:13.465Z] Step 12/26 : WORKDIR /edgex-go [2023-03-31T20:29:13.465Z] ---> Running in ae7204d5e72c [2023-03-31T20:29:14.050Z] Removing intermediate container ae7204d5e72c [2023-03-31T20:29:14.050Z] ---> 24a21a27db5b [2023-03-31T20:29:14.050Z] [2023-03-31T20:29:14.050Z] Step 13/26 : FROM alpine:3.17 [2023-03-31T20:29:14.050Z] ---> 51e60588ff2c [2023-03-31T20:29:14.050Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-03-31T20:29:14.050Z] ---> Using cache [2023-03-31T20:29:14.050Z] ---> 7e9813df118e [2023-03-31T20:29:14.050Z] Step 15/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-03-31T20:29:14.050Z] ---> Using cache [2023-03-31T20:29:14.050Z] ---> b6199f4d3db9 [2023-03-31T20:29:14.050Z] Step 16/26 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:29:14.050Z] ---> Using cache [2023-03-31T20:29:14.050Z] ---> 5f21168608b9 [2023-03-31T20:29:14.050Z] Step 17/26 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:29:14.050Z] ---> Using cache [2023-03-31T20:29:14.322Z] ---> 787053fc78b1 [2023-03-31T20:29:14.322Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-03-31T20:29:19.656Z] ---> bfe2ccf088b1 [2023-03-31T20:29:19.656Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-03-31T20:29:20.611Z] ---> 3b1f0748b607 [2023-03-31T20:29:20.611Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-03-31T20:29:21.569Z] ---> 9253e2da2408 [2023-03-31T20:29:21.569Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-03-31T20:29:22.525Z] ---> 3acd6813b40a [2023-03-31T20:29:22.525Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-03-31T20:29:22.525Z] ---> Running in cc20041dd582 [2023-03-31T20:29:23.105Z] Removing intermediate container cc20041dd582 [2023-03-31T20:29:23.105Z] ---> 885e2152185d [2023-03-31T20:29:23.105Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-03-31T20:29:23.105Z] ---> Running in 3713d032d793 [2023-03-31T20:29:23.688Z] Removing intermediate container 3713d032d793 [2023-03-31T20:29:23.688Z] ---> 20b0ab382e66 [2023-03-31T20:29:23.688Z] Step 24/26 : LABEL arch=arm64 [2023-03-31T20:29:23.688Z] ---> Running in 02026332afd4 [2023-03-31T20:29:27.019Z] Removing intermediate container 02026332afd4 [2023-03-31T20:29:27.019Z] ---> 51ccd97678be [2023-03-31T20:29:27.019Z] Step 25/26 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:29:27.019Z] ---> Running in 4d1653e4ffa5 [2023-03-31T20:29:27.285Z] Removing intermediate container 4d1653e4ffa5 [2023-03-31T20:29:27.285Z] ---> 356332ce4643 [2023-03-31T20:29:27.285Z] Step 26/26 : LABEL version=0.0.0 [2023-03-31T20:29:27.285Z] ---> Running in aac996ff618d [2023-03-31T20:29:27.865Z] Removing intermediate container aac996ff618d [2023-03-31T20:29:27.865Z] ---> cc8c28702567 [2023-03-31T20:29:27.865Z] [2023-03-31T20:29:28.130Z] Successfully built cc8c28702567 [2023-03-31T20:29:28.130Z] Successfully tagged security-spire-server-arm64:latest [2023-03-31T20:29:28.130Z]  Building security-spire-server ... done Building core-common-config-bootstrapper [2023-03-31T20:29:43.102Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:29:43.102Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:29:43.102Z] ---> 97323f6d972f [2023-03-31T20:29:43.102Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:29:43.102Z] ---> Using cache [2023-03-31T20:29:43.102Z] ---> ce44f1461032 [2023-03-31T20:29:43.102Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:29:43.102Z] ---> Using cache [2023-03-31T20:29:43.102Z] ---> ae1b103a2aa7 [2023-03-31T20:29:43.102Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-03-31T20:29:43.102Z] ---> Using cache [2023-03-31T20:29:43.102Z] ---> be9d94f3cb61 [2023-03-31T20:29:43.102Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:29:43.102Z] ---> Using cache [2023-03-31T20:29:43.102Z] ---> d7b0952340c1 [2023-03-31T20:29:43.102Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:29:43.102Z] ---> Using cache [2023-03-31T20:29:43.102Z] ---> 50cd31146e00 [2023-03-31T20:29:43.102Z] Step 8/23 : COPY . . [2023-03-31T20:29:43.102Z] ---> Using cache [2023-03-31T20:29:43.102Z] ---> f19597aa2383 [2023-03-31T20:29:43.102Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-03-31T20:29:43.102Z] ---> Running in ab424d8ddc9d [2023-03-31T20:29:44.504Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-03-31T20:32:21.172Z] Removing intermediate container 748edd78bd98 [2023-03-31T20:32:21.172Z] ---> 8cd0f238ba27 [2023-03-31T20:32:21.172Z] [2023-03-31T20:32:21.172Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:32:21.172Z] ---> 51e60588ff2c [2023-03-31T20:32:21.172Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:32:21.172Z] ---> Running in f81fa5b771c2 [2023-03-31T20:32:21.172Z] Removing intermediate container f81fa5b771c2 [2023-03-31T20:32:21.172Z] ---> 6b048ad95a30 [2023-03-31T20:32:21.172Z] Step 12/23 : ENV APP_PORT=59880 [2023-03-31T20:32:21.172Z] ---> Running in 2caaa28e4c56 [2023-03-31T20:32:21.172Z] Removing intermediate container 2caaa28e4c56 [2023-03-31T20:32:21.172Z] ---> 4af6bc9d2076 [2023-03-31T20:32:21.173Z] Step 13/23 : EXPOSE $APP_PORT [2023-03-31T20:32:21.173Z] ---> Running in b183529fcf86 [2023-03-31T20:32:21.173Z] Removing intermediate container b183529fcf86 [2023-03-31T20:32:21.173Z] ---> 8e38c4f67e53 [2023-03-31T20:32:21.173Z] Step 14/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:32:21.173Z] ---> Running in 61eee798d186 [2023-03-31T20:32:22.129Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:32:23.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:32:24.490Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-31T20:32:24.490Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:32:24.490Z] OK: 8 MiB in 16 packages [2023-03-31T20:32:26.428Z] Removing intermediate container 61eee798d186 [2023-03-31T20:32:26.428Z] ---> 9073d12e0614 [2023-03-31T20:32:26.428Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:32:27.010Z] ---> 0dc484760e13 [2023-03-31T20:32:27.278Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:32:27.862Z] ---> 3925cfc112e7 [2023-03-31T20:32:27.862Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-03-31T20:32:29.811Z] ---> 8f967ea9c5b4 [2023-03-31T20:32:29.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:32:33.160Z] ---> c9904284c3e2 [2023-03-31T20:32:33.160Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2023-03-31T20:32:33.428Z] ---> Running in 79a50c000958 [2023-03-31T20:32:34.017Z] Removing intermediate container 79a50c000958 [2023-03-31T20:32:34.017Z] ---> cad39c749f64 [2023-03-31T20:32:34.017Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:32:34.017Z] ---> Running in 7dcbecf25901 [2023-03-31T20:32:34.286Z] Removing intermediate container 7dcbecf25901 [2023-03-31T20:32:34.286Z] ---> a787459068de [2023-03-31T20:32:34.286Z] Step 21/23 : LABEL arch=arm64 [2023-03-31T20:32:34.554Z] ---> Running in abaa4216ad52 [2023-03-31T20:32:35.145Z] Removing intermediate container abaa4216ad52 [2023-03-31T20:32:35.145Z] ---> c90c665d3a3b [2023-03-31T20:32:35.145Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:32:35.145Z] ---> Running in 8fd0af4eb2a5 [2023-03-31T20:32:35.733Z] Removing intermediate container 8fd0af4eb2a5 [2023-03-31T20:32:35.733Z] ---> e71e4bb7edad [2023-03-31T20:32:35.733Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:32:35.733Z] ---> Running in 74964a9b8e99 [2023-03-31T20:32:36.000Z] Removing intermediate container 74964a9b8e99 [2023-03-31T20:32:36.000Z] ---> 6a1af2ef744c [2023-03-31T20:32:36.000Z] [2023-03-31T20:32:36.268Z] Successfully built 6a1af2ef744c [2023-03-31T20:32:36.536Z] Successfully tagged core-data-arm64:latest [2023-03-31T20:32:36.536Z]  Building core-data ... done Building support-notifications [2023-03-31T20:32:55.123Z] Step 1/23 : ARG BUILDER_BASE=golang:1.20-alpine3.17 [2023-03-31T20:32:55.123Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-03-31T20:32:55.123Z] ---> 97323f6d972f [2023-03-31T20:32:55.123Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-03-31T20:32:55.123Z] ---> Using cache [2023-03-31T20:32:55.123Z] ---> ce44f1461032 [2023-03-31T20:32:55.123Z] Step 4/23 : WORKDIR /edgex-go [2023-03-31T20:32:55.123Z] ---> Using cache [2023-03-31T20:32:55.123Z] ---> ae1b103a2aa7 [2023-03-31T20:32:55.123Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2023-03-31T20:32:55.123Z] ---> Running in 91a95d02cfd5 [2023-03-31T20:32:56.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:32:57.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:32:58.883Z] OK: 263 MiB in 53 packages [2023-03-31T20:33:00.292Z] Removing intermediate container 91a95d02cfd5 [2023-03-31T20:33:00.292Z] ---> fed6e879daad [2023-03-31T20:33:00.292Z] Step 6/23 : COPY go.mod vendor* ./ [2023-03-31T20:33:01.246Z] ---> 95e8db10eac6 [2023-03-31T20:33:01.246Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-31T20:33:01.246Z] ---> Running in f92da1fe2678 [2023-03-31T20:33:27.904Z] Removing intermediate container 679fea6fc891 [2023-03-31T20:33:27.904Z] ---> e7c12dcf512e [2023-03-31T20:33:27.904Z] [2023-03-31T20:33:27.904Z] Step 10/25 : FROM alpine:3.17 [2023-03-31T20:33:27.904Z] ---> 51e60588ff2c [2023-03-31T20:33:27.904Z] Step 11/25 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:33:27.904Z] ---> Using cache [2023-03-31T20:33:27.904Z] ---> b56d99636667 [2023-03-31T20:33:27.904Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:33:27.904Z] ---> Using cache [2023-03-31T20:33:27.904Z] ---> a2966bb28481 [2023-03-31T20:33:27.904Z] Step 13/25 : ENV APP_PORT=59881 [2023-03-31T20:33:27.904Z] ---> Running in c0e42d4ef23c [2023-03-31T20:33:27.904Z] Removing intermediate container c0e42d4ef23c [2023-03-31T20:33:27.904Z] ---> d7f624d233f9 [2023-03-31T20:33:27.904Z] Step 14/25 : EXPOSE $APP_PORT [2023-03-31T20:33:27.904Z] ---> Running in f3dfdc1a43c7 [2023-03-31T20:33:27.904Z] Removing intermediate container f3dfdc1a43c7 [2023-03-31T20:33:27.904Z] ---> 906623fbb42a [2023-03-31T20:33:27.904Z] Step 15/25 : WORKDIR / [2023-03-31T20:33:27.904Z] ---> Running in d437394c777a [2023-03-31T20:33:29.309Z] Removing intermediate container d437394c777a [2023-03-31T20:33:29.309Z] ---> f246a3d9ba57 [2023-03-31T20:33:29.309Z] Step 16/25 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:33:30.732Z] ---> 3341c11cce6d [2023-03-31T20:33:30.732Z] Step 17/25 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:33:32.675Z] ---> 28f252e83bc7 [2023-03-31T20:33:32.675Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-03-31T20:33:34.611Z] ---> 8e8fbd33bda7 [2023-03-31T20:33:34.611Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:33:35.196Z] Removing intermediate container 53133251f6f6 [2023-03-31T20:33:35.196Z] ---> ec8fffb4cae1 [2023-03-31T20:33:35.196Z] [2023-03-31T20:33:35.196Z] Step 9/33 : FROM alpine:3.17 [2023-03-31T20:33:35.196Z] ---> 51e60588ff2c [2023-03-31T20:33:35.196Z] Step 10/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023 Intel Corporation' [2023-03-31T20:33:35.196Z] ---> Using cache [2023-03-31T20:33:35.196Z] ---> b4be5770dafc [2023-03-31T20:33:35.196Z] Step 11/33 : RUN apk add --update --no-cache dumb-init su-exec [2023-03-31T20:33:35.465Z] ---> Running in a564f6621027 [2023-03-31T20:33:36.057Z] ---> 07bead943ad6 [2023-03-31T20:33:36.057Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-03-31T20:33:37.464Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:33:38.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:33:39.378Z] ---> b7c538aa43f2 [2023-03-31T20:33:39.378Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2023-03-31T20:33:39.378Z] ---> Running in c855f3b702f4 [2023-03-31T20:33:39.959Z] (1/2) Installing dumb-init (1.2.5-r2) [2023-03-31T20:33:39.959Z] (2/2) Installing su-exec (0.2-r2) [2023-03-31T20:33:39.959Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:33:39.959Z] OK: 8 MiB in 17 packages [2023-03-31T20:33:39.959Z] Removing intermediate container c855f3b702f4 [2023-03-31T20:33:39.959Z] ---> af18fc828b07 [2023-03-31T20:33:39.959Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:33:40.225Z] ---> Running in 9d5050ec9e0e [2023-03-31T20:33:40.805Z] Removing intermediate container 9d5050ec9e0e [2023-03-31T20:33:40.805Z] ---> 91f26ad56194 [2023-03-31T20:33:40.805Z] Step 23/25 : LABEL arch=arm64 [2023-03-31T20:33:41.390Z] ---> Running in a7b8f5d06e41 [2023-03-31T20:33:41.976Z] Removing intermediate container a7b8f5d06e41 [2023-03-31T20:33:41.976Z] ---> 2c0ee4145306 [2023-03-31T20:33:41.976Z] Step 24/25 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:33:41.976Z] Removing intermediate container a564f6621027 [2023-03-31T20:33:41.976Z] ---> 8a3f88c54a1f [2023-03-31T20:33:41.976Z] Step 12/33 : ENV SECURITY_INIT_DIR /edgex-init [2023-03-31T20:33:42.250Z] ---> Running in 92e12d7712e5 [2023-03-31T20:33:42.250Z] ---> Running in 32f805c9b837 [2023-03-31T20:33:42.830Z] Removing intermediate container 32f805c9b837 [2023-03-31T20:33:42.830Z] ---> 92fd005d02cb [2023-03-31T20:33:42.830Z] Step 25/25 : LABEL version=0.0.0 [2023-03-31T20:33:43.094Z] Removing intermediate container 92e12d7712e5 [2023-03-31T20:33:43.094Z] ---> bcd6fd450261 [2023-03-31T20:33:43.094Z] Step 13/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-03-31T20:33:43.094Z] ---> Running in 44a80f1c190b [2023-03-31T20:33:43.094Z] ---> Running in 0747e939dc16 [2023-03-31T20:33:44.055Z] Removing intermediate container 0747e939dc16 [2023-03-31T20:33:44.055Z] ---> 0a9ebc2056e3 [2023-03-31T20:33:44.055Z] Step 14/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-03-31T20:33:44.055Z] Removing intermediate container 44a80f1c190b [2023-03-31T20:33:44.055Z] ---> 537473a81922 [2023-03-31T20:33:44.055Z] [2023-03-31T20:33:44.055Z] ---> Running in b5a4241d81c3 [2023-03-31T20:33:44.638Z] Successfully built 537473a81922 [2023-03-31T20:33:44.638Z] Successfully tagged core-metadata-arm64:latest [2023-03-31T20:33:44.638Z]  Building core-metadata ... done Removing intermediate container b5a4241d81c3 [2023-03-31T20:33:44.638Z] ---> 8e4edd04fd78 [2023-03-31T20:33:44.638Z] Step 15/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-03-31T20:33:44.903Z] ---> Running in 4b71b0cba8a6 [2023-03-31T20:33:45.167Z] Removing intermediate container 4b71b0cba8a6 [2023-03-31T20:33:45.167Z] ---> 66825e858d6a [2023-03-31T20:33:45.167Z] Step 16/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-03-31T20:33:45.433Z] ---> Running in dedf069f43cd [2023-03-31T20:33:48.767Z] Removing intermediate container dedf069f43cd [2023-03-31T20:33:48.767Z] ---> 39f1fa257a81 [2023-03-31T20:33:48.767Z] Step 17/33 : WORKDIR ${SECURITY_INIT_STAGING} [2023-03-31T20:33:48.767Z] ---> Running in beae83cab3ba [2023-03-31T20:33:49.034Z] Removing intermediate container beae83cab3ba [2023-03-31T20:33:49.034Z] ---> f1cd946640ce [2023-03-31T20:33:49.034Z] Step 18/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-03-31T20:33:50.437Z] ---> f4173c1f7bc4 [2023-03-31T20:33:50.437Z] Step 19/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-03-31T20:33:50.437Z] ---> Running in 963f7fae2088 [2023-03-31T20:33:54.678Z] Removing intermediate container 963f7fae2088 [2023-03-31T20:33:54.678Z] ---> 3292d85e4c16 [2023-03-31T20:33:54.678Z] Step 20/33 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:33:56.618Z] ---> 64892cfbfe7c [2023-03-31T20:33:56.618Z] Step 21/33 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:33:58.555Z] ---> fe264be04751 [2023-03-31T20:33:58.555Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-03-31T20:34:02.795Z] ---> fcd6b35d9b59 [2023-03-31T20:34:02.795Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-03-31T20:34:03.377Z] Removing intermediate container 9be71852203c [2023-03-31T20:34:03.377Z] ---> ebee7afc9f68 [2023-03-31T20:34:03.377Z] [2023-03-31T20:34:03.377Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:34:03.377Z] ---> 51e60588ff2c [2023-03-31T20:34:03.377Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-31T20:34:03.377Z] ---> Running in 387f0a48d771 [2023-03-31T20:34:03.957Z] ---> 5a2b6c1fd1e8 [2023-03-31T20:34:03.957Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-03-31T20:34:04.223Z] Removing intermediate container 387f0a48d771 [2023-03-31T20:34:04.223Z] ---> 80244c21d85c [2023-03-31T20:34:04.223Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:34:04.490Z] ---> Running in 8d1bfb9b51c8 [2023-03-31T20:34:05.890Z] ---> 4c6de74fee9e [2023-03-31T20:34:05.890Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-03-31T20:34:06.844Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:34:07.114Z] ---> 3c7ebeffbcbe [2023-03-31T20:34:07.114Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-03-31T20:34:07.378Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:34:08.778Z] ---> aeaa7824c54b [2023-03-31T20:34:08.778Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-03-31T20:34:08.778Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-31T20:34:08.778Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:34:08.778Z] OK: 8 MiB in 16 packages [2023-03-31T20:34:10.185Z] ---> 4642e8dd1f84 [2023-03-31T20:34:10.185Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2023-03-31T20:34:10.185Z] ---> Running in 965a370a4223 [2023-03-31T20:34:11.143Z] Removing intermediate container 8d1bfb9b51c8 [2023-03-31T20:34:11.143Z] ---> 305e0ee64d89 [2023-03-31T20:34:11.143Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:34:13.077Z] ---> b06ab3d5bda8 [2023-03-31T20:34:13.077Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:34:14.486Z] Removing intermediate container 965a370a4223 [2023-03-31T20:34:14.486Z] ---> e3bc0fe6d81b [2023-03-31T20:34:14.486Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2023-03-31T20:34:14.751Z] ---> Running in 8914356ccd20 [2023-03-31T20:34:15.018Z] ---> d7898b8741fe [2023-03-31T20:34:15.018Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-03-31T20:34:15.599Z] Removing intermediate container 8914356ccd20 [2023-03-31T20:34:15.599Z] ---> bf8269895413 [2023-03-31T20:34:15.599Z] Step 30/33 : CMD ["gate"] [2023-03-31T20:34:15.599Z] ---> Running in e364ff339e15 [2023-03-31T20:34:19.847Z] Removing intermediate container e364ff339e15 [2023-03-31T20:34:19.847Z] ---> 43abb772f326 [2023-03-31T20:34:19.847Z] Step 31/33 : LABEL arch=arm64 [2023-03-31T20:34:19.847Z] ---> 70fe50c3f799 [2023-03-31T20:34:19.847Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:34:19.847Z] ---> Running in 35a4f1343224 [2023-03-31T20:34:20.813Z] Removing intermediate container 35a4f1343224 [2023-03-31T20:34:20.813Z] ---> 327dda46382d [2023-03-31T20:34:20.813Z] Step 32/33 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:34:20.813Z] ---> Running in f8bc918e2d24 [2023-03-31T20:34:21.772Z] ---> 268de0a7f403 [2023-03-31T20:34:21.772Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-03-31T20:34:22.046Z] Removing intermediate container f8bc918e2d24 [2023-03-31T20:34:22.046Z] ---> 0d334b452366 [2023-03-31T20:34:22.046Z] Step 33/33 : LABEL version=0.0.0 [2023-03-31T20:34:22.312Z] ---> Running in 131115d5ed93 [2023-03-31T20:34:23.268Z] Removing intermediate container 131115d5ed93 [2023-03-31T20:34:23.268Z] ---> ab13170e481e [2023-03-31T20:34:23.268Z] [2023-03-31T20:34:23.535Z] ---> 2d54d801be2f [2023-03-31T20:34:23.535Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:34:23.801Z] ---> Running in 2418dea4fe3b [2023-03-31T20:34:23.801Z] Successfully built ab13170e481e [2023-03-31T20:34:24.066Z] Successfully tagged security-bootstrapper-arm64:latest [2023-03-31T20:34:27.399Z]  Building security-bootstrapper ... done Removing intermediate container 2418dea4fe3b [2023-03-31T20:34:27.399Z] ---> 4a822cd68721 [2023-03-31T20:34:27.399Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:34:27.665Z] ---> Running in 940de2751169 [2023-03-31T20:34:28.250Z] Removing intermediate container 940de2751169 [2023-03-31T20:34:28.250Z] ---> 50b461fc68c9 [2023-03-31T20:34:28.250Z] Step 20/23 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-31T20:34:28.831Z] ---> Running in 35cc7d1a573f [2023-03-31T20:34:29.415Z] Removing intermediate container 35cc7d1a573f [2023-03-31T20:34:29.415Z] ---> 29d578331aa3 [2023-03-31T20:34:29.415Z] Step 21/23 : LABEL arch=arm64 [2023-03-31T20:34:29.681Z] ---> Running in 6bc7d4be8159 [2023-03-31T20:34:30.266Z] Removing intermediate container 6bc7d4be8159 [2023-03-31T20:34:30.266Z] ---> f1a749f9ce28 [2023-03-31T20:34:30.266Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:34:30.532Z] ---> Running in 9ad01842ff4f [2023-03-31T20:34:33.868Z] Removing intermediate container 9ad01842ff4f [2023-03-31T20:34:33.868Z] ---> fbad58683ec6 [2023-03-31T20:34:33.868Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:34:33.868Z] ---> Running in 8083f133a7d1 [2023-03-31T20:34:34.449Z] Removing intermediate container 8083f133a7d1 [2023-03-31T20:34:34.449Z] ---> 3de37a06d011 [2023-03-31T20:34:34.449Z] [2023-03-31T20:34:35.031Z] Successfully built 3de37a06d011 [2023-03-31T20:34:35.032Z] Successfully tagged security-proxy-auth-arm64:latest [2023-03-31T20:34:41.672Z]  Building security-proxy-auth ... done Removing intermediate container f92da1fe2678 [2023-03-31T20:34:41.672Z] ---> 096e22956564 [2023-03-31T20:34:41.672Z] Step 8/23 : COPY . . [2023-03-31T20:34:48.314Z] Removing intermediate container ab424d8ddc9d [2023-03-31T20:34:48.314Z] ---> 9c31cce9af28 [2023-03-31T20:34:48.314Z] [2023-03-31T20:34:48.314Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:34:48.314Z] ---> 51e60588ff2c [2023-03-31T20:34:48.314Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-03-31T20:34:48.314Z] ---> Using cache [2023-03-31T20:34:48.314Z] ---> 80244c21d85c [2023-03-31T20:34:48.314Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2023-03-31T20:34:48.314Z] ---> Using cache [2023-03-31T20:34:48.314Z] ---> 305e0ee64d89 [2023-03-31T20:34:48.314Z] Step 13/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:34:48.314Z] ---> Using cache [2023-03-31T20:34:48.314Z] ---> b06ab3d5bda8 [2023-03-31T20:34:48.314Z] Step 14/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:34:48.314Z] ---> Using cache [2023-03-31T20:34:48.314Z] ---> d7898b8741fe [2023-03-31T20:34:48.314Z] Step 15/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-03-31T20:34:48.314Z] ---> 7449352fba3d [2023-03-31T20:34:48.314Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2023-03-31T20:34:48.314Z] ---> Running in d68bdfa5e1e9 [2023-03-31T20:34:49.273Z] ---> 21cdb159b335 [2023-03-31T20:34:49.273Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:34:49.273Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-03-31T20:34:49.854Z] ---> 244fdf54605a [2023-03-31T20:34:49.854Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-03-31T20:34:50.817Z] ---> 01d3edd77448 [2023-03-31T20:34:50.817Z] Step 18/23 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-03-31T20:34:50.817Z] ---> Running in 011f86b42e1d [2023-03-31T20:34:52.762Z] Removing intermediate container 011f86b42e1d [2023-03-31T20:34:52.762Z] ---> 9b1281492cc3 [2023-03-31T20:34:52.762Z] Step 19/23 : ENTRYPOINT ["entrypoint.sh"] [2023-03-31T20:34:53.028Z] ---> Running in e5268cce0fe7 [2023-03-31T20:34:53.295Z] Removing intermediate container e5268cce0fe7 [2023-03-31T20:34:53.295Z] ---> 93936a5b1193 [2023-03-31T20:34:53.295Z] Step 20/23 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500"] [2023-03-31T20:34:53.295Z] ---> Running in 5f3c0ba99aff [2023-03-31T20:34:53.878Z] Removing intermediate container 5f3c0ba99aff [2023-03-31T20:34:53.878Z] ---> 2fcee5cfa54a [2023-03-31T20:34:53.878Z] Step 21/23 : LABEL arch=arm64 [2023-03-31T20:34:53.878Z] ---> Running in 08f9327ddb7a [2023-03-31T20:34:54.460Z] Removing intermediate container 08f9327ddb7a [2023-03-31T20:34:54.460Z] ---> ebbd36576704 [2023-03-31T20:34:54.460Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:34:54.460Z] ---> Running in ec6e35b1a624 [2023-03-31T20:34:55.044Z] Removing intermediate container ec6e35b1a624 [2023-03-31T20:34:55.044Z] ---> f7d9883a19f3 [2023-03-31T20:34:55.044Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:34:55.044Z] ---> Running in 79d2ae80ffe8 [2023-03-31T20:34:55.631Z] Removing intermediate container 79d2ae80ffe8 [2023-03-31T20:34:55.631Z] ---> d97ab7adc442 [2023-03-31T20:34:55.631Z] [2023-03-31T20:34:55.631Z] Successfully built d97ab7adc442 [2023-03-31T20:34:55.898Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-03-31T20:37:17.900Z]  Building core-common-config-bootstrapper ... done Removing intermediate container d68bdfa5e1e9 [2023-03-31T20:37:17.900Z] ---> 31102d82295c [2023-03-31T20:37:17.900Z] [2023-03-31T20:37:17.900Z] Step 10/23 : FROM alpine:3.17 [2023-03-31T20:37:17.900Z] ---> 51e60588ff2c [2023-03-31T20:37:17.900Z] Step 11/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-03-31T20:37:17.900Z] ---> Running in d1c5aba7af5c [2023-03-31T20:37:17.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-31T20:37:17.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-31T20:37:17.900Z] (1/2) Installing ca-certificates (20220614-r4) [2023-03-31T20:37:17.900Z] (2/2) Installing dumb-init (1.2.5-r2) [2023-03-31T20:37:17.900Z] Executing busybox-1.35.0-r29.trigger [2023-03-31T20:37:17.900Z] Executing ca-certificates-20220614-r4.trigger [2023-03-31T20:37:17.900Z] OK: 8 MiB in 17 packages [2023-03-31T20:37:17.900Z] Removing intermediate container d1c5aba7af5c [2023-03-31T20:37:17.900Z] ---> 35de03e9d720 [2023-03-31T20:37:17.900Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2023: Intel Corporation' [2023-03-31T20:37:17.900Z] ---> Running in eaff88c0a8f3 [2023-03-31T20:37:17.900Z] Removing intermediate container eaff88c0a8f3 [2023-03-31T20:37:17.900Z] ---> 2af2e21faf0b [2023-03-31T20:37:17.900Z] Step 13/23 : ENV APP_PORT=59860 [2023-03-31T20:37:17.900Z] ---> Running in bcb7f8e67c94 [2023-03-31T20:37:17.900Z] Removing intermediate container bcb7f8e67c94 [2023-03-31T20:37:17.900Z] ---> 785372694777 [2023-03-31T20:37:17.900Z] Step 14/23 : EXPOSE $APP_PORT [2023-03-31T20:37:17.900Z] ---> Running in 3484e408ed4e [2023-03-31T20:37:17.900Z] Removing intermediate container 3484e408ed4e [2023-03-31T20:37:17.900Z] ---> 72a6291b3032 [2023-03-31T20:37:17.900Z] Step 15/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-03-31T20:37:17.900Z] ---> 0e76776c18cf [2023-03-31T20:37:17.900Z] Step 16/23 : COPY --from=builder /edgex-go/security.txt / [2023-03-31T20:37:17.900Z] ---> a5bbd4dc445a [2023-03-31T20:37:17.900Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-03-31T20:37:17.900Z] ---> e1d2c51f944e [2023-03-31T20:37:17.900Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-03-31T20:37:17.900Z] ---> b47043c512a0 [2023-03-31T20:37:17.900Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2023-03-31T20:37:17.900Z] ---> Running in b50cdfb97c12 [2023-03-31T20:37:17.900Z] Removing intermediate container b50cdfb97c12 [2023-03-31T20:37:17.900Z] ---> 1f081cec2016 [2023-03-31T20:37:17.900Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-31T20:37:17.900Z] ---> Running in 7966e2250659 [2023-03-31T20:37:17.900Z] Removing intermediate container 7966e2250659 [2023-03-31T20:37:17.900Z] ---> 4f30db2c7f59 [2023-03-31T20:37:17.900Z] Step 21/23 : LABEL arch=arm64 [2023-03-31T20:37:17.900Z] ---> Running in c18c50ce816e [2023-03-31T20:37:17.900Z] Removing intermediate container c18c50ce816e [2023-03-31T20:37:17.900Z] ---> d04c6f99a688 [2023-03-31T20:37:17.900Z] Step 22/23 : LABEL git_sha=9015bea025e8e5d13f701dcba08a12a936b09757 [2023-03-31T20:37:17.900Z] ---> Running in c966074ddd88 [2023-03-31T20:37:17.900Z] Removing intermediate container c966074ddd88 [2023-03-31T20:37:17.900Z] ---> cf9651c9d4cd [2023-03-31T20:37:17.900Z] Step 23/23 : LABEL version=0.0.0 [2023-03-31T20:37:17.900Z] ---> Running in 87aae8615a3c [2023-03-31T20:37:17.900Z] Removing intermediate container 87aae8615a3c [2023-03-31T20:37:17.900Z] ---> c62186e70c7b [2023-03-31T20:37:17.900Z] [2023-03-31T20:37:17.900Z] Successfully built c62186e70c7b [2023-03-31T20:37:17.900Z] Successfully tagged support-notifications-arm64:latest [2023-03-31T20:37:17.913Z]  Building support-notifications ... done  [Pipeline] } [2023-03-31T20:37:17.931Z] $ docker stop --time=1 4f29c45409bf0820547d7bb0af5fee33370332e7308664f953f50afab84c7b9a [2023-03-31T20:37:19.593Z] $ docker rm -f --volumes 4f29c45409bf0820547d7bb0af5fee33370332e7308664f953f50afab84c7b9a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-31T20:37:20.125Z] + docker images [2023-03-31T20:37:20.389Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-03-31T20:37:20.389Z] support-notifications-arm64 latest c62186e70c7b 6 seconds ago 32.2MB [2023-03-31T20:37:20.389Z] 31102d82295c 19 seconds ago 1.56GB [2023-03-31T20:37:20.389Z] core-common-config-bootstrapper-arm64 latest d97ab7adc442 2 minutes ago 17.2MB [2023-03-31T20:37:20.389Z] 9c31cce9af28 2 minutes ago 1.49GB [2023-03-31T20:37:20.389Z] security-proxy-auth-arm64 latest 3de37a06d011 2 minutes ago 18.3MB [2023-03-31T20:37:20.389Z] security-bootstrapper-arm64 latest ab13170e481e 2 minutes ago 21.9MB [2023-03-31T20:37:20.389Z] ebee7afc9f68 3 minutes ago 1.47GB [2023-03-31T20:37:20.390Z] core-metadata-arm64 latest 537473a81922 3 minutes ago 20.2MB [2023-03-31T20:37:20.390Z] ec8fffb4cae1 3 minutes ago 1.48GB [2023-03-31T20:37:20.390Z] e7c12dcf512e 3 minutes ago 1.5GB [2023-03-31T20:37:20.390Z] core-data-arm64 latest 6a1af2ef744c 4 minutes ago 19.9MB [2023-03-31T20:37:20.390Z] 8cd0f238ba27 5 minutes ago 1.5GB [2023-03-31T20:37:20.390Z] security-spire-server-arm64 latest cc8c28702567 7 minutes ago 87.1MB [2023-03-31T20:37:20.390Z] 24a21a27db5b 8 minutes ago 1.35GB [2023-03-31T20:37:20.390Z] security-spiffe-token-provider-arm64 latest f7976d25f470 8 minutes ago 32.7MB [2023-03-31T20:37:20.390Z] 6f3979bcf1df 8 minutes ago 1.53GB [2023-03-31T20:37:20.390Z] support-scheduler-arm64 latest 20ffa5ae1b0f 10 minutes ago 31.5MB [2023-03-31T20:37:20.390Z] 5ee5555891ae 10 minutes ago 1.56GB [2023-03-31T20:37:20.390Z] security-spire-agent-arm64 latest bb00dfb5ff85 11 minutes ago 125MB [2023-03-31T20:37:20.390Z] core-command-arm64 latest 4810278d0fdb 12 minutes ago 19.7MB [2023-03-31T20:37:20.390Z] f8e4a1df9f6d 12 minutes ago 1.49GB [2023-03-31T20:37:20.390Z] security-secretstore-setup-arm64 latest 790c5c5f14e3 12 minutes ago 32.2MB [2023-03-31T20:37:20.390Z] security-proxy-setup-arm64 latest 423f6c8f49a0 13 minutes ago 18.7MB [2023-03-31T20:37:20.390Z] bbc963e9e642 13 minutes ago 1.49GB [2023-03-31T20:37:20.390Z] 66cba732981c 13 minutes ago 1.47GB [2023-03-31T20:37:20.390Z] security-spire-config-arm64 latest 9f020736a775 19 minutes ago 86.2MB [2023-03-31T20:37:20.390Z] 6f29ccb001a4 19 minutes ago 1.35GB [2023-03-31T20:37:20.390Z] ci-base-image-arm64 latest 97323f6d972f 34 minutes ago 866MB [2023-03-31T20:37:20.390Z] alpine 3.17 51e60588ff2c 2 days ago 7.46MB [2023-03-31T20:37:20.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.20-alpine 6cb57ee374ae 3 weeks ago 648MB [2023-03-31T20:37:20.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:37:21.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-31T20:37:21.191Z] [2023-03-31T20:37:21.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:37:21.592Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-31T20:37:21.859Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-31T20:37:21.859Z] 8998bd30e6a1: Pulling fs layer [2023-03-31T20:37:21.859Z] 04944245beec: Pulling fs layer [2023-03-31T20:37:21.859Z] 699f458cf7ca: Pulling fs layer [2023-03-31T20:37:21.859Z] 765212b225bb: Pulling fs layer [2023-03-31T20:37:21.859Z] f23df028b6ca: Pulling fs layer [2023-03-31T20:37:21.859Z] d65c8cfc05b1: Pulling fs layer [2023-03-31T20:37:21.859Z] 2437ff75d9bd: Pulling fs layer [2023-03-31T20:37:21.859Z] 765212b225bb: Waiting [2023-03-31T20:37:21.859Z] f23df028b6ca: Waiting [2023-03-31T20:37:21.859Z] d65c8cfc05b1: Waiting [2023-03-31T20:37:21.859Z] 2437ff75d9bd: Waiting [2023-03-31T20:37:21.859Z] 04944245beec: Verifying Checksum [2023-03-31T20:37:21.859Z] 04944245beec: Download complete [2023-03-31T20:37:21.859Z] 765212b225bb: Verifying Checksum [2023-03-31T20:37:21.859Z] 765212b225bb: Download complete [2023-03-31T20:37:22.128Z] f23df028b6ca: Verifying Checksum [2023-03-31T20:37:22.128Z] f23df028b6ca: Download complete [2023-03-31T20:37:22.128Z] d65c8cfc05b1: Verifying Checksum [2023-03-31T20:37:22.128Z] d65c8cfc05b1: Download complete [2023-03-31T20:37:22.128Z] 699f458cf7ca: Download complete [2023-03-31T20:37:22.396Z] 8998bd30e6a1: Download complete [2023-03-31T20:37:24.970Z] 2437ff75d9bd: Verifying Checksum [2023-03-31T20:37:24.970Z] 2437ff75d9bd: Download complete [2023-03-31T20:37:26.372Z] 8998bd30e6a1: Pull complete [2023-03-31T20:37:26.637Z] 04944245beec: Pull complete [2023-03-31T20:37:28.039Z] 699f458cf7ca: Pull complete [2023-03-31T20:37:28.304Z] 765212b225bb: Pull complete [2023-03-31T20:37:28.885Z] f23df028b6ca: Pull complete [2023-03-31T20:37:29.151Z] d65c8cfc05b1: Pull complete [2023-03-31T20:37:44.114Z] 2437ff75d9bd: Pull complete [2023-03-31T20:37:44.114Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-31T20:37:44.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-31T20:37:44.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:37:44.421Z] prd-ubuntu20.04-docker-arm64-4c-16g-6562 does not seem to be running inside a container [2023-03-31T20:37:44.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-31T20:37:47.103Z] $ docker top b84bba889b4111ee7df2a244752bd68f3d8185e4808dc9e8a44d53ed5100d913 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:37:47.762Z] ---> job-cost.sh [2023-03-31T20:37:48.026Z] lf-activate-venv: SKIPPING [2023-03-31T20:37:48.026Z] INFO: No Stack... [2023-03-31T20:37:48.605Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-31T20:37:49.182Z] INFO: Archiving Costs [Pipeline] sh [2023-03-31T20:37:49.523Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-03-31T20:37:49.523Z] + cut -d, -f6 [Pipeline] lock [2023-03-31T20:37:49.573Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] [2023-03-31T20:37:49.578Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] did not exist. Created. [2023-03-31T20:37:49.578Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-31T20:37:49.997Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-31T20:37:50.186Z] Stashed 1 file(s) [Pipeline] } [2023-03-31T20:37:50.201Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4490-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-31T20:37:50.275Z] $ docker stop --time=1 b84bba889b4111ee7df2a244752bd68f3d8185e4808dc9e8a44d53ed5100d913 [2023-03-31T20:37:51.719Z] $ docker rm -f --volumes b84bba889b4111ee7df2a244752bd68f3d8185e4808dc9e8a44d53ed5100d913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-03-31T20:37:52.708Z] provisioning config files... [2023-03-31T20:37:52.718Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config18233004203793737647tmp [Pipeline] { [Pipeline] sh [2023-03-31T20:37:53.052Z] + set +x [2023-03-31T20:37:53.052Z] + + bash -s -- [2023-03-31T20:37:53.052Z] curl -s https://codecov.io/bash [2023-03-31T20:37:53.052Z] [2023-03-31T20:37:53.052Z] _____ _ [2023-03-31T20:37:53.052Z] / ____| | | [2023-03-31T20:37:53.052Z] | | ___ __| | ___ ___ _____ __ [2023-03-31T20:37:53.052Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-31T20:37:53.052Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-31T20:37:53.052Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-31T20:37:53.052Z] Bash-1.0.6 [2023-03-31T20:37:53.052Z] [2023-03-31T20:37:53.052Z] [2023-03-31T20:37:53.052Z] ==> git version 2.25.1 found [2023-03-31T20:37:53.052Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-03-31T20:37:53.052Z] Release-Date: 2020-01-08 [2023-03-31T20:37:53.052Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-31T20:37:53.052Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-31T20:37:53.052Z] ==> Jenkins CI detected. [2023-03-31T20:37:53.052Z] current dir:  /w/workspace/edgex-go/1 [2023-03-31T20:37:53.052Z] project root: . [2023-03-31T20:37:53.052Z] --> token set from env [2023-03-31T20:37:53.052Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-31T20:37:53.052Z] ==> Running gcov in . (disable via -X gcov) [2023-03-31T20:37:53.312Z] ==> Python coveragepy not found [2023-03-31T20:37:53.312Z] ==> Searching for coverage reports in: [2023-03-31T20:37:53.312Z] + . [2023-03-31T20:37:53.312Z] -> Found 1 reports [2023-03-31T20:37:53.312Z] ==> Detecting git/mercurial file structure [2023-03-31T20:37:53.312Z] ==> Reading reports [2023-03-31T20:37:53.312Z] + ./coverage.out bytes=447380 [2023-03-31T20:37:53.312Z] ==> Appending adjustments [2023-03-31T20:37:53.312Z] https://docs.codecov.io/docs/fixing-reports [2023-03-31T20:37:54.248Z] + Found adjustments [2023-03-31T20:37:54.248Z] ==> Gzipping contents [2023-03-31T20:37:54.248Z] 60K /tmp/codecov.2y5Ty6.gz [2023-03-31T20:37:54.248Z] ==> Uploading reports [2023-03-31T20:37:54.248Z] url: https://codecov.io [2023-03-31T20:37:54.248Z] query: branch=PR-4490&commit=9015bea025e8e5d13f701dcba08a12a936b09757&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4490%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4490&job=&cmd_args= [2023-03-31T20:37:54.248Z] -> Pinging Codecov [2023-03-31T20:37:54.248Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4490&commit=9015bea025e8e5d13f701dcba08a12a936b09757&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4490%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4490&job=&cmd_args= [2023-03-31T20:37:54.508Z] -> Uploading to [2023-03-31T20:37:54.508Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-31/00271124DB129430A58F1EEE437C3FCB/9015bea025e8e5d13f701dcba08a12a936b09757/1ade7a52-f3b0-444f-bef0-2483bad4f926.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230331T203754Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3df6116bb797e4ee0f7992dc28a02385da4b030b230bc7d194b0abebabf3ae77 [2023-03-31T20:37:54.508Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-31T20:37:54.508Z] Dload Upload Total Spent Left Speed [2023-03-31T20:37:54.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57512 0 0 100 57512 0 201k --:--:-- --:--:-- --:--:-- 201k [2023-03-31T20:37:54.768Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9015bea025e8e5d13f701dcba08a12a936b09757 [Pipeline] } [2023-03-31T20:37:54.796Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-03-31T20:37:56.099Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:37:56.432Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:37:57.329Z] ---> package-listing.sh [2023-03-31T20:37:57.329Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-31T20:37:57.329Z] ++ facter osfamily [2023-03-31T20:37:57.591Z] + OS_FAMILY=debian [2023-03-31T20:37:57.591Z] + workspace=/w/workspace/edgex-go/1 [2023-03-31T20:37:57.591Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-31T20:37:57.591Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-31T20:37:57.591Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-31T20:37:57.591Z] + PACKAGES=/tmp/packages_start.txt [2023-03-31T20:37:57.591Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-31T20:37:57.591Z] + PACKAGES=/tmp/packages_end.txt [2023-03-31T20:37:57.591Z] + case "${OS_FAMILY}" in [2023-03-31T20:37:57.591Z] + dpkg -l [2023-03-31T20:37:57.591Z] + grep '^ii' [2023-03-31T20:37:57.591Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-31T20:37:57.591Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-31T20:37:57.591Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-31T20:37:57.591Z] + '[' /w/workspace/edgex-go/1 ']' [2023-03-31T20:37:57.591Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-03-31T20:37:57.591Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-03-31T20:37:57.624Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-31T20:37:57.919Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:37:58.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-31T20:37:58.538Z] [2023-03-31T20:37:58.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-31T20:37:58.903Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-31T20:37:58.903Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-31T20:37:58.903Z] 5eb5b503b376: Pulling fs layer [2023-03-31T20:37:58.903Z] 5c69ac0246d0: Pulling fs layer [2023-03-31T20:37:58.903Z] ec43610c2a17: Pulling fs layer [2023-03-31T20:37:58.903Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-31T20:37:58.903Z] 33b1e0a273af: Pulling fs layer [2023-03-31T20:37:58.903Z] 5d3b04190fa2: Pulling fs layer [2023-03-31T20:37:58.903Z] 2f39f015ded8: Pulling fs layer [2023-03-31T20:37:58.903Z] 33b1e0a273af: Waiting [2023-03-31T20:37:58.903Z] 5d3b04190fa2: Waiting [2023-03-31T20:37:58.903Z] 2f39f015ded8: Waiting [2023-03-31T20:37:58.903Z] 3a2ae6a8a46f: Waiting [2023-03-31T20:37:58.903Z] 5c69ac0246d0: Download complete [2023-03-31T20:37:58.903Z] 3a2ae6a8a46f: Download complete [2023-03-31T20:37:59.163Z] 33b1e0a273af: Verifying Checksum [2023-03-31T20:37:59.163Z] 33b1e0a273af: Download complete [2023-03-31T20:37:59.163Z] 5d3b04190fa2: Verifying Checksum [2023-03-31T20:37:59.163Z] 5d3b04190fa2: Download complete [2023-03-31T20:37:59.163Z] ec43610c2a17: Verifying Checksum [2023-03-31T20:37:59.163Z] ec43610c2a17: Download complete [2023-03-31T20:37:59.163Z] 5eb5b503b376: Verifying Checksum [2023-03-31T20:37:59.163Z] 5eb5b503b376: Download complete [2023-03-31T20:38:00.099Z] 2f39f015ded8: Download complete [2023-03-31T20:38:00.667Z] 5eb5b503b376: Pull complete [2023-03-31T20:38:00.667Z] 5c69ac0246d0: Pull complete [2023-03-31T20:38:01.233Z] ec43610c2a17: Pull complete [2023-03-31T20:38:01.233Z] 3a2ae6a8a46f: Pull complete [2023-03-31T20:38:01.495Z] 33b1e0a273af: Pull complete [2023-03-31T20:38:01.495Z] 5d3b04190fa2: Pull complete [2023-03-31T20:38:05.680Z] 2f39f015ded8: Pull complete [2023-03-31T20:38:05.680Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-31T20:38:05.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-31T20:38:05.680Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-31T20:38:05.881Z] prd-ubuntu20.04-docker-8c-8g-6561 does not seem to be running inside a container [2023-03-31T20:38:05.906Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-31T20:38:13.147Z] $ docker top 25b8d05531a72f10ba202be7157fc155ec2746ddd4aa156876ba7db30fccc6e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-31T20:38:13.546Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-31T20:38:13.853Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-31T20:38:14.167Z] + ls /var/log/sa-host [2023-03-31T20:38:14.167Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-31T20:38:14.384Z] provisioning config files... [2023-03-31T20:38:14.394Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config17905617573987672938tmp [Pipeline] { [Pipeline] echo [2023-03-31T20:38:14.439Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:38:14.747Z] ---> create-netrc.sh [Pipeline] } [2023-03-31T20:38:14.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:38:15.157Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-31T20:38:15.188Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:38:15.498Z] ---> sudo-logs.sh [2023-03-31T20:38:15.498Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-31T20:38:15.581Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:38:15.884Z] ---> job-cost.sh [2023-03-31T20:38:15.884Z] lf-activate-venv: SKIPPING [2023-03-31T20:38:15.884Z] DEBUG: total: 0.10999999940395355 [2023-03-31T20:38:15.884Z] INFO: Retrieving Stack Cost... [2023-03-31T20:38:16.452Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-31T20:38:16.711Z] INFO: Archiving Costs [Pipeline] echo [2023-03-31T20:38:16.742Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-31T20:38:17.054Z] ---> logs-deploy.sh [2023-03-31T20:38:17.054Z] lf-activate-venv: SKIPPING [2023-03-31T20:38:17.054Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4490/1 [2023-03-31T20:38:17.054Z] INFO: archiving workspace using pattern(s): [2023-03-31T20:38:17.991Z] Archives upload complete. [2023-03-31T20:38:18.251Z] INFO: archiving logs to Nexus