Pull request #4219 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 682c501e66e771fa8a9110e3f6debe152e4b1e78+9e554929d717cf1151dbdc4a6532773c76b36b26 (db7a2ea4f182208e32365af746309726804b6320) 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-ssh18119801672014075214.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh9411076279111869972.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-4219/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-4219/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1827093263673973096.key Verifying host key using known hosts file > 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-4219/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15708626609671819224.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh7865162062697927490.key Verifying host key using known hosts file > 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-4219/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-4219/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5874974139454765160.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-116965 in /w/workspace/edgexfoundry_edgex-go_PR-4219 [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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 682c501e66e771fa8a9110e3f6debe152e4b1e78 Merge succeeded, producing 682c501e66e771fa8a9110e3f6debe152e4b1e78 Checking out Revision 682c501e66e771fa8a9110e3f6debe152e4b1e78 (PR-4219) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4219/head:refs/remotes/origin/PR-4219 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-25T19:19:55.310Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-25T19:19:55.465Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-25T19:19:55.554Z] ========================================================= [2022-10-25T19:19:55.554Z] EdgeX Global Pipelines Version Info [2022-10-25T19:19:55.554Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:19:56.275Z] ------------------- [2022-10-25T19:19:56.275Z] stable info: [2022-10-25T19:19:56.275Z] ------------------- [2022-10-25T19:19:56.275Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-25T19:19:56.275Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T19:19:56.275Z] Message: update stable to v1.0.243 [2022-10-25T19:19:57.214Z] ------------------- [2022-10-25T19:19:57.214Z] experimental info: [2022-10-25T19:19:57.214Z] ------------------- [2022-10-25T19:19:57.214Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-25T19:19:57.214Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T19:19:57.214Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-25T19:19:57.465Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-25T19:19:57.496Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-25T19:19:57.529Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-25T19:19:57.563Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-25T19:19:57.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-25T19:19:57.635Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-25T19:19:57.673Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-25T19:19:57.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-25T19:19:57.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-25T19:19:57.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-25T19:19:57.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-25T19:19:57.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-25T19:19:57.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-25T19:19:57.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-25T19:19:57.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-25T19:19:57.998Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T19:19:58.031Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T19:19:58.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-25T19:19:58.106Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-25T19:19:58.139Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-25T19:19:58.173Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-25T19:19:58.207Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-25T19:19:58.241Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-25T19:19:58.276Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4219 [Pipeline] echo [2022-10-25T19:19:58.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4219 [Pipeline] echo [2022-10-25T19:19:58.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4219 [Pipeline] echo [2022-10-25T19:19:58.383Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] echo [2022-10-25T19:19:58.419Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 682c501 [Pipeline] echo [2022-10-25T19:19:58.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T19:19:58.552Z] provisioning config files... [2022-10-25T19:19:58.585Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5922628446988188595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:19:58.915Z] ---> docker-login.sh [2022-10-25T19:19:58.915Z] nexus3.edgexfoundry.org:10001 [2022-10-25T19:19:59.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:19:59.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:19:59.174Z] Configure a credential helper to remove this warning. See [2022-10-25T19:19:59.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:19:59.174Z] [2022-10-25T19:19:59.174Z] Login Succeeded [2022-10-25T19:19:59.174Z] nexus3.edgexfoundry.org:10002 [2022-10-25T19:19:59.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:19:59.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:19:59.174Z] Configure a credential helper to remove this warning. See [2022-10-25T19:19:59.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:19:59.174Z] [2022-10-25T19:19:59.174Z] Login Succeeded [2022-10-25T19:19:59.174Z] nexus3.edgexfoundry.org:10003 [2022-10-25T19:19:59.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:19:59.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:19:59.435Z] Configure a credential helper to remove this warning. See [2022-10-25T19:19:59.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:19:59.435Z] [2022-10-25T19:19:59.435Z] Login Succeeded [2022-10-25T19:19:59.435Z] nexus3.edgexfoundry.org:10004 [2022-10-25T19:19:59.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:19:59.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:19:59.435Z] Configure a credential helper to remove this warning. See [2022-10-25T19:19:59.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:19:59.435Z] [2022-10-25T19:19:59.435Z] Login Succeeded [2022-10-25T19:19:59.435Z] docker.io [2022-10-25T19:19:59.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:20:00.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:20:00.004Z] Configure a credential helper to remove this warning. See [2022-10-25T19:20:00.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:20:00.004Z] [2022-10-25T19:20:00.004Z] Login Succeeded [2022-10-25T19:20:00.004Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T19:20:00.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T19:20:00.438Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + dirname cmd/core-command/Dockerfile [2022-10-25T19:20:00.438Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + dirname cmd/core-data/Dockerfile [2022-10-25T19:20:00.438Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/core-metadata/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/security-proxy-setup/Dockerfile+ [2022-10-25T19:20:00.438Z] cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-25T19:20:00.438Z] + + dirname cmd/security-spire-config/Dockerfile [2022-10-25T19:20:00.438Z] cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-25T19:20:00.438Z] + dirname+ cmd/security-spire-server/Dockerfile [2022-10-25T19:20:00.438Z] cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/support-notifications/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-25T19:20:00.438Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-25T19:20:00.438Z] + cut -d/ -f2 [2022-10-25T19:20:00.438Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-25T19:20:00.488Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-10-25T19:20:00.989Z] + git rev-list -1 --merges 682c501e66e771fa8a9110e3f6debe152e4b1e78~1..682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] echo [2022-10-25T19:20:01.017Z] -----------> git rev-list -1 --merges 682c501e66e771fa8a9110e3f6debe152e4b1e78~1..682c501e66e771fa8a9110e3f6debe152e4b1e78 682c501e66e771fa8a9110e3f6debe152e4b1e78 [false] [Pipeline] sh [2022-10-25T19:20:01.321Z] + git log --format=format:%s -1 682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] echo [2022-10-25T19:20:01.357Z] ========================================================= [2022-10-25T19:20:01.357Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-25T19:20:01.357Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-25T19:20:01.820Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-25T19:20:01.820Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-25T19:20:01.820Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-25T19:20:01.820Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-25T19:20:01.820Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-25T19:20:01.820Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-25T19:20:01.820Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:20:02.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:20:02.254Z] [2022-10-25T19:20:02.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:20:02.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:20:02.626Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-25T19:20:02.626Z] b85a868b505f: Pulling fs layer [2022-10-25T19:20:02.626Z] e2be974225ed: Pulling fs layer [2022-10-25T19:20:02.626Z] 339a4e72a1f5: Pulling fs layer [2022-10-25T19:20:02.626Z] 988bab9f4d93: Pulling fs layer [2022-10-25T19:20:02.626Z] 1469e6f7b9e6: Pulling fs layer [2022-10-25T19:20:02.626Z] eaf3925da568: Pulling fs layer [2022-10-25T19:20:02.626Z] bab4dde63d76: Pulling fs layer [2022-10-25T19:20:02.626Z] bde34c3a00c8: Pulling fs layer [2022-10-25T19:20:02.626Z] b352a97aabf1: Pulling fs layer [2022-10-25T19:20:02.626Z] 4872d77fe225: Pulling fs layer [2022-10-25T19:20:02.626Z] 5851b861e8e6: Pulling fs layer [2022-10-25T19:20:02.626Z] bab4dde63d76: Waiting [2022-10-25T19:20:02.626Z] bde34c3a00c8: Waiting [2022-10-25T19:20:02.626Z] 988bab9f4d93: Waiting [2022-10-25T19:20:02.626Z] 1469e6f7b9e6: Waiting [2022-10-25T19:20:02.626Z] eaf3925da568: Waiting [2022-10-25T19:20:02.626Z] 4872d77fe225: Waiting [2022-10-25T19:20:02.626Z] b352a97aabf1: Waiting [2022-10-25T19:20:02.626Z] 5851b861e8e6: Waiting [2022-10-25T19:20:02.626Z] e2be974225ed: Download complete [2022-10-25T19:20:02.626Z] 988bab9f4d93: Verifying Checksum [2022-10-25T19:20:02.626Z] 988bab9f4d93: Download complete [2022-10-25T19:20:02.885Z] 1469e6f7b9e6: Verifying Checksum [2022-10-25T19:20:02.885Z] 1469e6f7b9e6: Download complete [2022-10-25T19:20:02.885Z] 339a4e72a1f5: Verifying Checksum [2022-10-25T19:20:02.885Z] 339a4e72a1f5: Download complete [2022-10-25T19:20:02.885Z] eaf3925da568: Download complete [2022-10-25T19:20:02.885Z] bde34c3a00c8: Download complete [2022-10-25T19:20:02.885Z] b352a97aabf1: Verifying Checksum [2022-10-25T19:20:02.885Z] b352a97aabf1: Download complete [2022-10-25T19:20:02.885Z] 4872d77fe225: Verifying Checksum [2022-10-25T19:20:02.885Z] 4872d77fe225: Download complete [2022-10-25T19:20:02.885Z] 5851b861e8e6: Verifying Checksum [2022-10-25T19:20:02.885Z] 5851b861e8e6: Download complete [2022-10-25T19:20:02.885Z] b85a868b505f: Verifying Checksum [2022-10-25T19:20:02.885Z] b85a868b505f: Download complete [2022-10-25T19:20:03.144Z] bab4dde63d76: Verifying Checksum [2022-10-25T19:20:03.144Z] bab4dde63d76: Download complete [2022-10-25T19:20:04.077Z] b85a868b505f: Pull complete [2022-10-25T19:20:04.336Z] e2be974225ed: Pull complete [2022-10-25T19:20:04.594Z] 339a4e72a1f5: Pull complete [2022-10-25T19:20:04.866Z] 988bab9f4d93: Pull complete [2022-10-25T19:20:05.125Z] 1469e6f7b9e6: Pull complete [2022-10-25T19:20:05.125Z] eaf3925da568: Pull complete [2022-10-25T19:20:07.026Z] bab4dde63d76: Pull complete [2022-10-25T19:20:07.026Z] bde34c3a00c8: Pull complete [2022-10-25T19:20:07.026Z] b352a97aabf1: Pull complete [2022-10-25T19:20:07.026Z] 4872d77fe225: Pull complete [2022-10-25T19:20:07.026Z] 5851b861e8e6: Pull complete [2022-10-25T19:20:07.026Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-25T19:20:07.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:20:07.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:20:07.213Z] prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container [2022-10-25T19:20:07.248Z] $ 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 [2022-10-25T19:20:09.815Z] $ docker top 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea -eo pid,comm [2022-10-25T19:20:09.862Z] 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). [2022-10-25T19:20:09.862Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-25T19:20:09.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T19:20:09.983Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T19:20:10.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T19:20:10.113Z] $ docker exec 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent [2022-10-25T19:20:10.210Z] SSH_AUTH_SOCK=/tmp/ssh-CGsMAvLRfiPp/agent.33 [2022-10-25T19:20:10.210Z] SSH_AGENT_PID=39 [2022-10-25T19:20:10.216Z] Running ssh-add (command line suppressed) [2022-10-25T19:20:10.311Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_146335366147833311.key (/w/workspace/edgex-go/1@tmp/private_key_146335366147833311.key) [2022-10-25T19:20:10.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T19:20:10.651Z] + git tag --points-at HEAD [Pipeline] } [2022-10-25T19:20:10.680Z] $ docker exec --env ******** --env ******** 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent -k [2022-10-25T19:20:10.769Z] unset SSH_AUTH_SOCK; [2022-10-25T19:20:10.769Z] unset SSH_AGENT_PID; [2022-10-25T19:20:10.769Z] echo Agent pid 39 killed; [2022-10-25T19:20:10.777Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-25T19:20:10.854Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T19:20:10.854Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T19:20:10.978Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T19:20:10.983Z] $ docker exec 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent [2022-10-25T19:20:11.079Z] SSH_AUTH_SOCK=/tmp/ssh-YxtCcxXbqTXW/agent.71 [2022-10-25T19:20:11.079Z] SSH_AGENT_PID=77 [2022-10-25T19:20:11.083Z] Running ssh-add (command line suppressed) [2022-10-25T19:20:11.184Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13851217907691778543.key (/w/workspace/edgex-go/1@tmp/private_key_13851217907691778543.key) [2022-10-25T19:20:11.195Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T19:20:11.516Z] + git semver init [2022-10-25T19:20:11.776Z] 2022-10-25 19:20:11,694 [run_init] DEBUG init version:0.0.0 force:False [2022-10-25T19:20:11.776Z] 2022-10-25 19:20:11,695 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-25T19:20:11.776Z] 2022-10-25 19:20:11,695 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-25T19:20:11.776Z] 2022-10-25 19:20:11,696 [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) [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,763 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,764 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4219 with force:False [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,764 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4219 [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,768 [execute] INFO git cat-file --batch-check [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,769 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,775 [execute] INFO git cat-file --batch [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,775 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T19:20:17.090Z] 2022-10-25 19:20:16,779 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4219 [2022-10-25T19:20:17.090Z] 0.0.0 [Pipeline] } [2022-10-25T19:20:17.119Z] $ docker exec --env ******** --env ******** 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea ssh-agent -k [2022-10-25T19:20:17.226Z] unset SSH_AUTH_SOCK; [2022-10-25T19:20:17.227Z] unset SSH_AGENT_PID; [2022-10-25T19:20:17.227Z] echo Agent pid 77 killed; [2022-10-25T19:20:17.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T19:20:17.642Z] + git semver [Pipeline] } [2022-10-25T19:20:17.928Z] $ docker stop --time=1 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea [2022-10-25T19:20:19.239Z] $ docker rm -f 738cc1a4c0eb8679d57ae61dde25f7d7b2a8bc461e57b7ad8e49a6ee79d9bbea [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T19:20:19.630Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-25T19:20:19.854Z] Stashed 1 file(s) [Pipeline] echo [2022-10-25T19:20:19.870Z] [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 [2022-10-25T19:20:20.627Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T19:20:20.661Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:20:20.696Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:20:20.723Z] ========================================================= [2022-10-25T19:20:20.723Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-25T19:20:20.723Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:20:21.058Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:20:21.058Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-25T19:20:21.058Z] 213ec9aee27d: Pulling fs layer [2022-10-25T19:20:21.058Z] 4583459ba037: Pulling fs layer [2022-10-25T19:20:21.058Z] 93c1e223e6f2: Pulling fs layer [2022-10-25T19:20:21.058Z] 53926ce57604: Pulling fs layer [2022-10-25T19:20:21.058Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-25T19:20:21.058Z] 30f14e443154: Pulling fs layer [2022-10-25T19:20:21.058Z] 801331c1e519: Pulling fs layer [2022-10-25T19:20:21.058Z] 99cc6dd402b0: Pulling fs layer [2022-10-25T19:20:21.058Z] 7d9ed39f4882: Pulling fs layer [2022-10-25T19:20:21.058Z] 21b2b0c7a3f4: Waiting [2022-10-25T19:20:21.058Z] 30f14e443154: Waiting [2022-10-25T19:20:21.058Z] 801331c1e519: Waiting [2022-10-25T19:20:21.058Z] 99cc6dd402b0: Waiting [2022-10-25T19:20:21.058Z] 7d9ed39f4882: Waiting [2022-10-25T19:20:21.058Z] 53926ce57604: Waiting [2022-10-25T19:20:21.058Z] 93c1e223e6f2: Download complete [2022-10-25T19:20:21.058Z] 4583459ba037: Verifying Checksum [2022-10-25T19:20:21.058Z] 4583459ba037: Download complete [2022-10-25T19:20:21.058Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-25T19:20:21.058Z] 21b2b0c7a3f4: Download complete [2022-10-25T19:20:21.058Z] 30f14e443154: Verifying Checksum [2022-10-25T19:20:21.058Z] 30f14e443154: Download complete [2022-10-25T19:20:21.058Z] 213ec9aee27d: Download complete [2022-10-25T19:20:21.058Z] 801331c1e519: Download complete [2022-10-25T19:20:21.319Z] 213ec9aee27d: Pull complete [2022-10-25T19:20:21.319Z] 4583459ba037: Pull complete [2022-10-25T19:20:21.319Z] 93c1e223e6f2: Pull complete [2022-10-25T19:20:21.579Z] 7d9ed39f4882: Verifying Checksum [2022-10-25T19:20:21.579Z] 7d9ed39f4882: Download complete [2022-10-25T19:20:21.839Z] 99cc6dd402b0: Verifying Checksum [2022-10-25T19:20:21.839Z] 99cc6dd402b0: Download complete [2022-10-25T19:20:21.839Z] 53926ce57604: Verifying Checksum [2022-10-25T19:20:21.839Z] 53926ce57604: Download complete [2022-10-25T19:20:26.021Z] 53926ce57604: Pull complete [2022-10-25T19:20:26.021Z] 21b2b0c7a3f4: Pull complete [2022-10-25T19:20:26.021Z] 30f14e443154: Pull complete [2022-10-25T19:20:26.021Z] 801331c1e519: Pull complete [2022-10-25T19:20:27.913Z] 99cc6dd402b0: Pull complete [2022-10-25T19:20:28.478Z] 7d9ed39f4882: Pull complete [2022-10-25T19:20:28.478Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-25T19:20:28.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:20:28.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:20:28.826Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:20:28.826Z] WORKDIR /edgex [2022-10-25T19:20:28.826Z] COPY go.mod . [2022-10-25T19:20:28.826Z] RUN go mod download [2022-10-25T19:20:28.826Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-25T19:20:29.396Z] Sending build context to Docker daemon 169.8MB [2022-10-25T19:20:29.396Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:20:29.396Z] ---> 1dedd983c030 [2022-10-25T19:20:29.396Z] Step 2/4 : WORKDIR /edgex [2022-10-25T19:20:34.663Z] ---> Running in 5e76f600e429 [2022-10-25T19:20:34.663Z] Removing intermediate container 5e76f600e429 [2022-10-25T19:20:34.663Z] ---> 32ceda4b7a0a [2022-10-25T19:20:34.663Z] Step 3/4 : COPY go.mod . [2022-10-25T19:20:34.663Z] ---> 19793e59f297 [2022-10-25T19:20:34.663Z] Step 4/4 : RUN go mod download [2022-10-25T19:20:34.663Z] ---> Running in 57f946835c56 [2022-10-25T19:20:35.169Z] Still waiting to schedule task [2022-10-25T19:20:35.169Z] ‘prd-ubuntu20.04-docker-8c-8g-116950’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-10-25T19:20:35.169Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-116966’ is offline [2022-10-25T19:20:49.551Z] Removing intermediate container 57f946835c56 [2022-10-25T19:20:49.551Z] ---> 2a934ceee930 [2022-10-25T19:20:49.551Z] Successfully built 2a934ceee930 [2022-10-25T19:20:49.551Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:20:49.917Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T19:20:49.917Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:20:50.048Z] prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container [2022-10-25T19:20:50.076Z] $ 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 [2022-10-25T19:20:50.446Z] $ docker top d25ab82317f6724a841c2561f5f96e9b04a2f2d3b22fc0d7c7902e4dfedc0f74 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:20:50.833Z] + go version [2022-10-25T19:20:50.833Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-25T19:20:50.864Z] $ docker stop --time=1 d25ab82317f6724a841c2561f5f96e9b04a2f2d3b22fc0d7c7902e4dfedc0f74 [2022-10-25T19:20:52.148Z] $ docker rm -f d25ab82317f6724a841c2561f5f96e9b04a2f2d3b22fc0d7c7902e4dfedc0f74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:20:52.824Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T19:20:52.824Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:20:52.971Z] prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container [2022-10-25T19:20:53.002Z] $ 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 [2022-10-25T19:20:53.323Z] $ docker top d785e222cc2a34afcde7347381808839e8e0f6b8414b7dd61518666c782326f3 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T19:20:53.429Z] ========================================================= [2022-10-25T19:20:53.429Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T19:20:53.429Z] ========================================================= [Pipeline] sh [2022-10-25T19:20:53.719Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:20:54.076Z] + make test [2022-10-25T19:20:54.076Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T19:21:00.758Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T19:21:15.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.098s coverage: 28.7% of statements [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T19:21:15.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.107s coverage: 98.5% of statements [2022-10-25T19:21:15.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.123s coverage: 43.0% of statements [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T19:21:15.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T19:21:15.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.142s coverage: 54.2% of statements [2022-10-25T19:21:15.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T19:21:15.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.736s coverage: 89.2% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.071s coverage: 2.2% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.457s coverage: 95.6% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.058s coverage: 72.2% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.079s coverage: 0.9% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.072s coverage: 29.6% of statements [2022-10-25T19:21:19.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 79.5% of statements [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2022-10-25T19:21:19.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2022-10-25T19:21:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2022-10-25T19:21:29.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2022-10-25T19:21:30.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 79.9% of statements [2022-10-25T19:21:30.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.081s coverage: 86.9% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.0% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.050s coverage: 87.2% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 91.2% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.7% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 65.8% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 41.8% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.067s coverage: 89.5% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.093s coverage: 17.7% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.173s coverage: 92.3% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.086s coverage: 63.2% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.120s coverage: 97.7% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.065s coverage: 28.9% of statements [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T19:21:38.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-10-25T19:21:38.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-10-25T19:21:38.883Z] 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 [2022-10-25T19:22:00.857Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-10-25T19:22:00.857Z] GO111MODULE=on go vet ./... [2022-10-25T19:22:02.228Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T19:22:02.228Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T19:22:02.228Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T19:22:02.512Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T19:22:02.825Z] + ls -al . [2022-10-25T19:22:02.825Z] total 768 [2022-10-25T19:22:02.825Z] drwxrwxr-x 11 1001 1001 4096 Oct 25 19:20 . [2022-10-25T19:22:02.825Z] drwxr-xr-x 4 root root 4096 Oct 25 19:20 .. [2022-10-25T19:22:02.825Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:19 .blubracket [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 19:19 .dockerignore [2022-10-25T19:22:02.825Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:21 .git [2022-10-25T19:22:02.825Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:19 .github [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:19 .gitignore [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 19:19 .golangci.yml [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 19:19 .hadolint.yml [2022-10-25T19:22:02.825Z] drwxr-xr-x 3 1001 1001 4096 Oct 25 19:20 .semver [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 19:19 .sonarcloud.properties [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:19 ADOPTERS.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:19 Attribution.txt [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:19 CHANGELOG.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:19 CONTRIBUTING.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 19:19 GOVERNANCE.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 19:19 Jenkinsfile [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:19 LICENSE [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:19 Makefile [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 19:19 OWNERS.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:19 README.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:19 SECURITY.md [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 19:20 VERSION [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:19 ZMQWindows.md [2022-10-25T19:22:02.825Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:19 bin [2022-10-25T19:22:02.825Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 19:19 cmd [2022-10-25T19:22:02.825Z] -rw-r--r-- 1 root root 501828 Oct 25 19:21 coverage.out [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:19 go.mod [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:19 go.sum [2022-10-25T19:22:02.825Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:19 internal [2022-10-25T19:22:02.825Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:19 openapi [2022-10-25T19:22:02.825Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 19:19 snap [2022-10-25T19:22:02.825Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 19:19 version.go [Pipeline] sh [2022-10-25T19:22:03.187Z] + '[' -e coverage.out ] [2022-10-25T19:22:03.187Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T19:22:03.292Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T19:22:03.583Z] + make build [2022-10-25T19:22:03.583Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T19:22:18.456Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:22:28.414Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:22:28.981Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T19:22:37.088Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T19:22:37.088Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T19:22:37.656Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T19:22:39.559Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T19:22:40.126Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:22:41.502Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:22:42.072Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:22:43.007Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:22:44.906Z] CGO_ENABLED=0 GO111MODULE=on 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] } [2022-10-25T19:22:46.305Z] $ docker stop --time=1 d785e222cc2a34afcde7347381808839e8e0f6b8414b7dd61518666c782326f3 [2022-10-25T19:22:49.729Z] $ docker rm -f d785e222cc2a34afcde7347381808839e8e0f6b8414b7dd61518666c782326f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:22:50.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:22:50.820Z] [2022-10-25T19:22:50.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:22:51.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:22:51.448Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-25T19:22:51.448Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-25T19:22:51.448Z] ca9280d653b3: Pulling fs layer [2022-10-25T19:22:51.448Z] 7e9c9ca2126c: Pulling fs layer [2022-10-25T19:22:51.448Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-25T19:22:51.448Z] cbdbe7a5bc2a: Download complete [2022-10-25T19:22:51.705Z] ca9280d653b3: Verifying Checksum [2022-10-25T19:22:51.705Z] ca9280d653b3: Download complete [2022-10-25T19:22:51.705Z] cbdbe7a5bc2a: Pull complete [2022-10-25T19:22:51.962Z] 7e9c9ca2126c: Verifying Checksum [2022-10-25T19:22:51.962Z] 7e9c9ca2126c: Download complete [2022-10-25T19:22:51.962Z] ca9280d653b3: Pull complete [2022-10-25T19:22:55.248Z] 7e9c9ca2126c: Pull complete [2022-10-25T19:22:55.248Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-25T19:22:55.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:22:55.248Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:22:55.465Z] prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container [2022-10-25T19:22:55.510Z] $ 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 [2022-10-25T19:22:58.541Z] $ docker top b9ba783f704789a27563954ff8096eeee4a66d8c3da7757a8715cf5d87f53d3b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:22:58.931Z] + docker-compose build --help [2022-10-25T19:22:58.931Z] + grep parallel [2022-10-25T19:22:59.499Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T19:22:59.535Z] $ docker stop --time=1 b9ba783f704789a27563954ff8096eeee4a66d8c3da7757a8715cf5d87f53d3b [2022-10-25T19:23:00.782Z] $ docker rm -f b9ba783f704789a27563954ff8096eeee4a66d8c3da7757a8715cf5d87f53d3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:23:01.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:23:01.355Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:23:01.507Z] prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container [2022-10-25T19:23:01.538Z] $ 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 [2022-10-25T19:23:01.890Z] $ docker top 51120d4f6a227adc1644b7827a1a9c7620c5497ed268282b70939e83715a39bb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:23:02.270Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T19:23:02.836Z] Building core-command ... [2022-10-25T19:23:02.836Z] Building core-data ... [2022-10-25T19:23:02.836Z] Building core-metadata ... [2022-10-25T19:23:02.836Z] Building security-bootstrapper ... [2022-10-25T19:23:02.836Z] Building security-proxy-setup ... [2022-10-25T19:23:02.836Z] Building security-secretstore-setup ... [2022-10-25T19:23:02.836Z] Building security-spiffe-token-provider ... [2022-10-25T19:23:02.836Z] Building security-spire-agent ... [2022-10-25T19:23:02.836Z] Building security-spire-config ... [2022-10-25T19:23:02.836Z] Building security-spire-server ... [2022-10-25T19:23:02.836Z] Building support-notifications ... [2022-10-25T19:23:02.836Z] Building support-scheduler ... [2022-10-25T19:23:02.836Z] Building sys-mgmt-agent ... [2022-10-25T19:23:02.836Z] Building core-command [2022-10-25T19:23:02.836Z] Building security-spiffe-token-provider [2022-10-25T19:23:02.836Z] Building support-scheduler [2022-10-25T19:23:02.836Z] Building security-bootstrapper [2022-10-25T19:23:02.836Z] Building security-spire-config [2022-10-25T19:23:15.054Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:23:15.054Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:23:15.054Z] ---> 2a934ceee930 [2022-10-25T19:23:15.054Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:23:15.054Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:23:15.054Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:23:15.054Z] ---> 2a934ceee930 [2022-10-25T19:23:15.054Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T19:23:15.054Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:23:15.054Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:23:15.054Z] ---> 2a934ceee930 [2022-10-25T19:23:15.054Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:23:15.054Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:23:15.054Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:23:15.054Z] ---> 2a934ceee930 [2022-10-25T19:23:15.054Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T19:23:15.054Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:23:15.054Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:23:15.054Z] ---> 2a934ceee930 [2022-10-25T19:23:15.054Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:23:19.240Z] ---> Running in d3391fe36e52 [2022-10-25T19:23:19.240Z] ---> Running in 62ddf9336003 [2022-10-25T19:23:19.240Z] ---> Running in e6376321be04 [2022-10-25T19:23:19.240Z] ---> Running in 3c15c93e4ebb [2022-10-25T19:23:19.240Z] ---> Running in 6eca2d0b8292 [2022-10-25T19:23:19.240Z] Removing intermediate container 62ddf9336003 [2022-10-25T19:23:19.240Z] ---> 928ade602890 [2022-10-25T19:23:19.240Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:23:19.240Z] Removing intermediate container 6eca2d0b8292 [2022-10-25T19:23:19.240Z] ---> 66207ce6a567 [2022-10-25T19:23:19.240Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T19:23:19.240Z] Removing intermediate container d3391fe36e52 [2022-10-25T19:23:19.240Z] ---> 506c778869e6 [2022-10-25T19:23:19.240Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:23:19.240Z] Removing intermediate container e6376321be04 [2022-10-25T19:23:19.240Z] ---> f391910b0935 [2022-10-25T19:23:19.240Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:23:19.240Z] Removing intermediate container 3c15c93e4ebb [2022-10-25T19:23:19.240Z] ---> 2104dab4b28b [2022-10-25T19:23:19.240Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:23:19.240Z] ---> Running in 74d812f76efc [2022-10-25T19:23:19.240Z] ---> Running in 5f51e0e19647 [2022-10-25T19:23:19.240Z] ---> Running in e210d8481b75 [2022-10-25T19:23:19.240Z] ---> Running in 8741ede2aa51 [2022-10-25T19:23:19.240Z] ---> Running in 7fe2496103ae [2022-10-25T19:23:19.240Z] Removing intermediate container 74d812f76efc [2022-10-25T19:23:19.240Z] ---> ac4e88472c51 [2022-10-25T19:23:19.240Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:23:19.240Z] ---> Running in ee6a9608f34d [2022-10-25T19:23:19.240Z] Removing intermediate container 8741ede2aa51 [2022-10-25T19:23:19.240Z] ---> 41e062203de8 [2022-10-25T19:23:19.240Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:23:19.240Z] ---> Running in f5e132f5f4b3 [2022-10-25T19:23:19.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:19.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:20.090Z] v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T19:23:20.090Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T19:23:20.090Z] OK: 17039 distinct packages available [2022-10-25T19:23:20.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:20.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:20.349Z] Removing intermediate container e210d8481b75 [2022-10-25T19:23:20.349Z] ---> 6433c2302854 [2022-10-25T19:23:20.349Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T19:23:20.349Z] OK: 211 MiB in 51 packages [2022-10-25T19:23:20.349Z] ---> Running in 156c1e279f95 [2022-10-25T19:23:20.349Z] Removing intermediate container 7fe2496103ae [2022-10-25T19:23:20.349Z] ---> 484918ad52a1 [2022-10-25T19:23:20.349Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:23:20.349Z] ---> Running in e53f4141d134 [2022-10-25T19:23:20.349Z] Removing intermediate container f5e132f5f4b3 [2022-10-25T19:23:20.349Z] ---> 127121fb9567 [2022-10-25T19:23:20.349Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T19:23:20.349Z] ---> Running in 5e20b50c928a [2022-10-25T19:23:20.349Z] Removing intermediate container ee6a9608f34d [2022-10-25T19:23:20.349Z] ---> a99cd912cbb6 [2022-10-25T19:23:20.349Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T19:23:20.349Z] ---> Running in 4934bfb9588c [2022-10-25T19:23:20.665Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:20.665Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:20.923Z] Removing intermediate container 5f51e0e19647 [2022-10-25T19:23:20.923Z] ---> 2adfb2e01c38 [2022-10-25T19:23:20.923Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T19:23:20.923Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:20.923Z] ---> 5b26e3e7f06d [2022-10-25T19:23:20.923Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:23:20.923Z] ---> Running in 18b6765ab844 [2022-10-25T19:23:21.180Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:21.180Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:21.180Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:21.437Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:21.437Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:23:21.697Z] OK: 211 MiB in 51 packages [2022-10-25T19:23:22.004Z] OK: 211 MiB in 51 packages [2022-10-25T19:23:22.004Z] OK: 211 MiB in 51 packages [2022-10-25T19:23:22.278Z] OK: 211 MiB in 51 packages [2022-10-25T19:23:25.609Z] Removing intermediate container 5e20b50c928a [2022-10-25T19:23:25.609Z] ---> 99c09b25a19d [2022-10-25T19:23:25.609Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:23:25.609Z] Removing intermediate container 156c1e279f95 [2022-10-25T19:23:25.609Z] ---> af56cefc54f8 [2022-10-25T19:23:25.609Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T19:23:25.609Z] Removing intermediate container e53f4141d134 [2022-10-25T19:23:25.609Z] ---> 372b9d6a4316 [2022-10-25T19:23:25.610Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:23:25.610Z] Removing intermediate container 4934bfb9588c [2022-10-25T19:23:25.610Z] ---> f37dcabd6da7 [2022-10-25T19:23:25.610Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:23:25.610Z] ---> bfcf824e58f9 [2022-10-25T19:23:25.610Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:23:25.610Z] ---> Running in f50b9a16b02d [2022-10-25T19:23:25.610Z] ---> 3ed920477136 [2022-10-25T19:23:25.610Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:23:25.610Z] ---> f9a59ff6225f [2022-10-25T19:23:25.610Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:23:25.610Z] ---> Running in 53e33875311c [2022-10-25T19:23:25.610Z] ---> Running in cc949cb108af [2022-10-25T19:23:25.610Z] ---> bf9d0ded6ffe [2022-10-25T19:23:25.610Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:23:25.610Z] ---> Running in d0c3437262fd [2022-10-25T19:23:40.588Z] Removing intermediate container 18b6765ab844 [2022-10-25T19:23:40.588Z] ---> e7f830674d30 [2022-10-25T19:23:40.588Z] Step 7/20 : COPY . . [2022-10-25T19:23:55.462Z] ---> 97ca9c82462b [2022-10-25T19:23:55.462Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T19:23:55.462Z] ---> Running in a97a7e81f98c [2022-10-25T19:23:55.462Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:23:55.462Z] Removing intermediate container 53e33875311c [2022-10-25T19:23:55.462Z] ---> 08cdd0e10732 [2022-10-25T19:23:55.462Z] Step 8/26 : COPY . . [2022-10-25T19:23:55.462Z] Removing intermediate container d0c3437262fd [2022-10-25T19:23:55.462Z] ---> a921f6df4597 [2022-10-25T19:23:55.462Z] Step 9/23 : COPY . . [2022-10-25T19:23:55.462Z] Removing intermediate container cc949cb108af [2022-10-25T19:23:55.462Z] ---> 042814b9732b [2022-10-25T19:23:55.462Z] Step 8/33 : COPY . . [2022-10-25T19:23:55.462Z] Removing intermediate container f50b9a16b02d [2022-10-25T19:23:55.462Z] ---> aeb060691574 [2022-10-25T19:23:55.462Z] Step 9/24 : COPY . . [2022-10-25T19:24:17.421Z] ---> f172173ae9fb [2022-10-25T19:24:17.421Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:24:17.421Z] ---> 0f1d30b2d697 [2022-10-25T19:24:17.421Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T19:24:17.421Z] ---> dc245e9c3b48 [2022-10-25T19:24:17.421Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T19:24:17.421Z] ---> 23988405ab3c [2022-10-25T19:24:17.421Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T19:24:17.421Z] ---> Running in ebd41808ab60 [2022-10-25T19:24:17.421Z] ---> Running in 29d6eaedcedd [2022-10-25T19:24:17.421Z] ---> Running in ade31c08449f [2022-10-25T19:24:17.421Z] ---> Running in 8f507b4b106a [2022-10-25T19:24:17.421Z] Removing intermediate container ebd41808ab60 [2022-10-25T19:24:17.421Z] ---> 3dee33880693 [2022-10-25T19:24:17.421Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:24:17.421Z] ---> Running in 1caef75da055 [2022-10-25T19:24:17.421Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:24:17.421Z] Removing intermediate container 1caef75da055 [2022-10-25T19:24:17.421Z] ---> 375929f80581 [2022-10-25T19:24:17.421Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T19:24:17.421Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T19:24:17.421Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:24:17.421Z] ---> Running in 1dbad4fc6e15 [2022-10-25T19:24:17.421Z] Removing intermediate container a97a7e81f98c [2022-10-25T19:24:17.421Z] ---> 36c2e352683a [2022-10-25T19:24:17.421Z] [2022-10-25T19:24:17.421Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T19:24:17.683Z] Removing intermediate container 1dbad4fc6e15 [2022-10-25T19:24:17.683Z] ---> ce1117f2cf3a [2022-10-25T19:24:17.683Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:24:17.683Z] 3.15: Pulling from library/alpine [2022-10-25T19:24:17.683Z] ---> Running in d698c913c4e6 [2022-10-25T19:24:17.943Z] Removing intermediate container d698c913c4e6 [2022-10-25T19:24:17.943Z] ---> 453620416c71 [2022-10-25T19:24:17.943Z] [2022-10-25T19:24:17.943Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:24:18.234Z] 3.15: Pulling from library/alpine [2022-10-25T19:24:18.234Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:24:18.234Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:24:18.234Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:24:18.234Z] ---> c4fc93816858 [2022-10-25T19:24:18.234Z] Status: Image is up to date for alpine:3.15 [2022-10-25T19:24:18.234Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:24:18.234Z] ---> c4fc93816858 [2022-10-25T19:24:18.234Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:24:18.497Z] ---> Running in e1481dd0f9b8 [2022-10-25T19:24:18.497Z] ---> Running in 45d4d0f9c9a1 [2022-10-25T19:24:18.497Z] Removing intermediate container 45d4d0f9c9a1 [2022-10-25T19:24:18.497Z] ---> 9abffe0277fc [2022-10-25T19:24:18.497Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:24:18.497Z] Removing intermediate container e1481dd0f9b8 [2022-10-25T19:24:18.497Z] ---> 7c6f342f36af [2022-10-25T19:24:18.497Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:24:18.497Z] ---> Running in 0cda0695e054 [2022-10-25T19:24:18.497Z] ---> Running in 7d35b2700253 [2022-10-25T19:24:21.118Z] Removing intermediate container 7d35b2700253 [2022-10-25T19:24:21.118Z] ---> ca28805ea996 [2022-10-25T19:24:21.118Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T19:24:21.118Z] Removing intermediate container 0cda0695e054 [2022-10-25T19:24:21.118Z] ---> 30f1d588dcc4 [2022-10-25T19:24:21.118Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T19:24:21.118Z] ---> Running in b697c10ac141 [2022-10-25T19:24:21.118Z] ---> Running in 51bc01a1b3f4 [2022-10-25T19:24:22.062Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:22.063Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:22.323Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:22.584Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:23.155Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:24:23.155Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:24:23.155Z] OK: 15857 distinct packages available [2022-10-25T19:24:23.156Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:24:23.156Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:24:23.156Z] OK: 15857 distinct packages available [2022-10-25T19:24:23.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:23.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:23.728Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:23.728Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:24.298Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T19:24:24.298Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T19:24:24.558Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:24:24.817Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T19:24:24.817Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T19:24:25.078Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T19:24:25.078Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T19:24:25.339Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:24:25.339Z] OK: 6 MiB in 18 packages [2022-10-25T19:24:25.339Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T19:24:25.911Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T19:24:26.179Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T19:24:26.438Z] Removing intermediate container 51bc01a1b3f4 [2022-10-25T19:24:26.438Z] ---> 205d412a4b52 [2022-10-25T19:24:26.438Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:24:26.438Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:24:26.701Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T19:24:26.963Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T19:24:27.222Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:24:27.222Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:24:27.222Z] OK: 8 MiB in 23 packages [2022-10-25T19:24:29.820Z] ---> 63c8a723af74 [2022-10-25T19:24:29.820Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:24:30.402Z] Removing intermediate container b697c10ac141 [2022-10-25T19:24:30.402Z] ---> d3b9965f8df3 [2022-10-25T19:24:30.402Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:24:31.370Z] ---> 0bc58f0b7f56 [2022-10-25T19:24:31.370Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T19:24:31.370Z] ---> 999b359f9b29 [2022-10-25T19:24:31.370Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T19:24:31.370Z] ---> Running in ce854ec38090 [2022-10-25T19:24:32.323Z] Removing intermediate container ce854ec38090 [2022-10-25T19:24:32.323Z] ---> eb4267eacf56 [2022-10-25T19:24:32.323Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T19:24:33.272Z] ---> d08aee252a1d [2022-10-25T19:24:33.272Z] Step 21/26 : WORKDIR / [2022-10-25T19:24:33.272Z] ---> Running in 2b60090c847c [2022-10-25T19:24:33.272Z] ---> dae56698706a [2022-10-25T19:24:33.272Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T19:24:33.533Z] Removing intermediate container 2b60090c847c [2022-10-25T19:24:33.533Z] ---> 05032c1903d3 [2022-10-25T19:24:33.533Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:24:33.533Z] ---> Running in 5aed2a79da8d [2022-10-25T19:24:33.794Z] Removing intermediate container 5aed2a79da8d [2022-10-25T19:24:33.794Z] ---> 2496c0b636c8 [2022-10-25T19:24:33.794Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:24:33.794Z] ---> 4db5a74b0269 [2022-10-25T19:24:33.794Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T19:24:33.794Z] ---> Running in 999ffba85da3 [2022-10-25T19:24:33.794Z] ---> Running in de733f0e4773 [2022-10-25T19:24:34.375Z] Removing intermediate container 999ffba85da3 [2022-10-25T19:24:34.375Z] ---> 1dca29a984b9 [2022-10-25T19:24:34.375Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T19:24:34.375Z] Removing intermediate container de733f0e4773 [2022-10-25T19:24:34.375Z] ---> 8650c6669ed6 [2022-10-25T19:24:34.375Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:24:34.375Z] ---> Running in f7fbbb31ea16 [2022-10-25T19:24:34.375Z] ---> Running in 48d77ba5f55b [2022-10-25T19:24:34.659Z] Removing intermediate container 48d77ba5f55b [2022-10-25T19:24:34.659Z] ---> 768e4c8b7dcb [2022-10-25T19:24:34.659Z] Step 18/20 : LABEL arch=x86_64 [2022-10-25T19:24:34.917Z] Removing intermediate container f7fbbb31ea16 [2022-10-25T19:24:34.917Z] ---> 7303dcc8d302 [2022-10-25T19:24:34.917Z] Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:24:34.917Z] ---> Running in c2070f5747bb [2022-10-25T19:24:34.917Z] ---> Running in 198e3d385482 [2022-10-25T19:24:35.484Z] Removing intermediate container 198e3d385482 [2022-10-25T19:24:35.484Z] ---> 59de36646276 [2022-10-25T19:24:35.484Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:24:35.484Z] Removing intermediate container c2070f5747bb [2022-10-25T19:24:35.484Z] ---> e0e02aa4d946 [2022-10-25T19:24:35.484Z] Step 19/20 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:24:35.484Z] ---> Running in a57ea765428c [2022-10-25T19:24:35.828Z] ---> Running in 6cdf5a6c7716 [2022-10-25T19:24:36.087Z] Removing intermediate container a57ea765428c [2022-10-25T19:24:36.087Z] ---> eaee691edb66 [2022-10-25T19:24:36.087Z] [2022-10-25T19:24:36.087Z] Removing intermediate container 6cdf5a6c7716 [2022-10-25T19:24:36.087Z] ---> b72f6e39d0dc [2022-10-25T19:24:36.087Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T19:24:36.087Z] ---> Running in 89501115b09e [2022-10-25T19:24:36.087Z] Successfully built eaee691edb66 [2022-10-25T19:24:36.087Z] Successfully tagged security-spire-config:latest [2022-10-25T19:24:36.087Z]  Building security-spire-config ... done Building support-notifications [2022-10-25T19:24:38.655Z] Removing intermediate container 89501115b09e [2022-10-25T19:24:38.655Z] ---> f6281c15b553 [2022-10-25T19:24:38.655Z] [2022-10-25T19:24:38.655Z] Successfully built f6281c15b553 [2022-10-25T19:24:38.655Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-25T19:24:38.655Z]  Building security-spiffe-token-provider ... done Building security-spire-agent [2022-10-25T19:24:41.208Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:24:41.208Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:24:41.208Z] ---> 2a934ceee930 [2022-10-25T19:24:41.208Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:24:41.208Z] ---> Using cache [2022-10-25T19:24:41.208Z] ---> 506c778869e6 [2022-10-25T19:24:41.208Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:24:41.208Z] ---> Using cache [2022-10-25T19:24:41.208Z] ---> 41e062203de8 [2022-10-25T19:24:41.208Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:24:41.208Z] ---> Using cache [2022-10-25T19:24:41.208Z] ---> 127121fb9567 [2022-10-25T19:24:41.208Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T19:24:45.476Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:24:45.476Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:24:45.476Z] ---> 2a934ceee930 [2022-10-25T19:24:45.476Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:24:45.476Z] ---> Using cache [2022-10-25T19:24:45.476Z] ---> f391910b0935 [2022-10-25T19:24:45.476Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:24:45.476Z] ---> Using cache [2022-10-25T19:24:45.476Z] ---> 6433c2302854 [2022-10-25T19:24:45.476Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:24:49.703Z] ---> Running in 0cadc7e37cb8 [2022-10-25T19:24:49.703Z] ---> Running in 6572ff6933a8 [2022-10-25T19:24:49.703Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:49.704Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:49.961Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:50.218Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:50.784Z] OK: 211 MiB in 51 packages [2022-10-25T19:24:50.784Z] OK: 211 MiB in 51 packages [2022-10-25T19:24:54.101Z] Removing intermediate container 6572ff6933a8 [2022-10-25T19:24:54.101Z] ---> 9025af5b2ff1 [2022-10-25T19:24:54.101Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:24:54.101Z] Removing intermediate container 0cadc7e37cb8 [2022-10-25T19:24:54.101Z] ---> cafcee22b3de [2022-10-25T19:24:54.101Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:24:54.101Z] Removing intermediate container 29d6eaedcedd [2022-10-25T19:24:54.101Z] ---> df7dfef052f9 [2022-10-25T19:24:54.101Z] [2022-10-25T19:24:54.101Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:24:54.101Z] Removing intermediate container 8f507b4b106a [2022-10-25T19:24:54.101Z] ---> e56d1c3b5906 [2022-10-25T19:24:54.101Z] [2022-10-25T19:24:54.101Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T19:24:54.101Z] 3.16: Pulling from library/alpine [2022-10-25T19:24:54.101Z] ---> c2e360c2121f [2022-10-25T19:24:54.101Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:24:54.101Z] 3.16: Pulling from library/alpine [2022-10-25T19:24:54.101Z] Removing intermediate container ade31c08449f [2022-10-25T19:24:54.101Z] ---> 73c483e87a5a [2022-10-25T19:24:54.101Z] [2022-10-25T19:24:54.101Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:24:54.101Z] ---> Running in 942a7f1bb2ab [2022-10-25T19:24:54.101Z] ---> bd79931fa173 [2022-10-25T19:24:54.101Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:24:54.101Z] ---> Running in c3b1aab72620 [2022-10-25T19:24:54.358Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:24:54.358Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T19:24:54.358Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:24:54.358Z] Status: Image is up to date for alpine:3.16 [2022-10-25T19:24:54.358Z] ---> 9c6f07244728 [2022-10-25T19:24:54.358Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:24:54.358Z] ---> 9c6f07244728 [2022-10-25T19:24:54.358Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:24:54.358Z] 3.16: Pulling from library/alpine [2022-10-25T19:24:54.358Z] ---> Running in 3c220967d227 [2022-10-25T19:24:54.358Z] ---> Running in 13bf2c674da5 [2022-10-25T19:24:54.358Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:24:54.358Z] Status: Image is up to date for alpine:3.16 [2022-10-25T19:24:54.358Z] ---> 9c6f07244728 [2022-10-25T19:24:54.358Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:24:54.617Z] ---> Running in 97d4d4c70b5e [2022-10-25T19:24:54.617Z] Removing intermediate container 13bf2c674da5 [2022-10-25T19:24:54.617Z] ---> 99df636e19a7 [2022-10-25T19:24:54.617Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T19:24:54.617Z] ---> Running in 11fd7a921ec4 [2022-10-25T19:24:54.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:54.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:54.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:54.875Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:55.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:55.133Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:24:55.133Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T19:24:55.133Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T19:24:55.133Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:24:55.133Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:24:55.133Z] OK: 6 MiB in 15 packages [2022-10-25T19:24:55.133Z] OK: 6 MiB in 15 packages [2022-10-25T19:24:55.392Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:24:55.393Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T19:24:55.393Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:24:55.393Z] OK: 6 MiB in 16 packages [2022-10-25T19:24:55.651Z] Removing intermediate container 3c220967d227 [2022-10-25T19:24:55.651Z] ---> 7353993b3a5c [2022-10-25T19:24:55.651Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:24:55.651Z] ---> Running in 1d1fe6522e40 [2022-10-25T19:24:55.651Z] Removing intermediate container 97d4d4c70b5e [2022-10-25T19:24:55.651Z] ---> 490a761343ca [2022-10-25T19:24:55.651Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:24:55.651Z] ---> Running in 6ebb1fc89df5 [2022-10-25T19:24:55.909Z] Removing intermediate container 1d1fe6522e40 [2022-10-25T19:24:55.909Z] ---> c33467f67aca [2022-10-25T19:24:55.909Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T19:24:55.909Z] ---> Running in 0862ef0aa86a [2022-10-25T19:24:55.909Z] Removing intermediate container 6ebb1fc89df5 [2022-10-25T19:24:55.909Z] ---> 406431ea72cb [2022-10-25T19:24:55.909Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T19:24:55.909Z] ---> Running in c93c22d50ba3 [2022-10-25T19:24:55.909Z] Removing intermediate container 0862ef0aa86a [2022-10-25T19:24:55.909Z] ---> f89af6b569b7 [2022-10-25T19:24:55.909Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T19:24:55.909Z] Removing intermediate container 11fd7a921ec4 [2022-10-25T19:24:55.909Z] ---> ac618b377169 [2022-10-25T19:24:55.909Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T19:24:55.909Z] ---> Running in 2d89e464650b [2022-10-25T19:24:55.909Z] ---> Running in 998460af7011 [2022-10-25T19:24:55.909Z] Removing intermediate container c93c22d50ba3 [2022-10-25T19:24:55.909Z] ---> 6e770105237e [2022-10-25T19:24:55.909Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:24:55.909Z] ---> Running in 2a6cfa43bf09 [2022-10-25T19:24:56.169Z] Removing intermediate container 2d89e464650b [2022-10-25T19:24:56.169Z] ---> d17bab863511 [2022-10-25T19:24:56.169Z] Step 16/24 : WORKDIR / [2022-10-25T19:24:56.169Z] Removing intermediate container 998460af7011 [2022-10-25T19:24:56.169Z] ---> 1f0fabe7a600 [2022-10-25T19:24:56.169Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T19:24:56.169Z] ---> Running in 1bdf136a91ef [2022-10-25T19:24:56.169Z] ---> Running in bce44e0e4924 [2022-10-25T19:24:56.169Z] Removing intermediate container 2a6cfa43bf09 [2022-10-25T19:24:56.169Z] ---> 3fc3dfce141b [2022-10-25T19:24:56.169Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:24:57.105Z] Removing intermediate container 1bdf136a91ef [2022-10-25T19:24:57.105Z] Removing intermediate container bce44e0e4924 [2022-10-25T19:24:57.105Z] ---> 004f3fdba366 [2022-10-25T19:24:57.105Z] ---> 6b4142251e4c [2022-10-25T19:24:57.105Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt /Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T19:24:57.105Z] [2022-10-25T19:25:00.452Z] ---> 89df1d9650cf [2022-10-25T19:25:00.452Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T19:25:00.452Z] ---> ddd27ea75116 [2022-10-25T19:25:00.452Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T19:25:00.452Z] ---> Running in 79218011d5fb [2022-10-25T19:25:00.452Z] Removing intermediate container 79218011d5fb [2022-10-25T19:25:00.452Z] ---> efc81f1980eb [2022-10-25T19:25:00.452Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T19:25:01.401Z] ---> Running in 6411f0411072 [2022-10-25T19:25:02.773Z] ---> 37dd93bd52d6 [2022-10-25T19:25:02.773Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T19:25:03.030Z] ---> 464395af5ab8 [2022-10-25T19:25:03.030Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T19:25:03.030Z] Removing intermediate container 6411f0411072 [2022-10-25T19:25:03.030Z] ---> c692083f9d27 [2022-10-25T19:25:03.030Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T19:25:03.649Z] ---> 76511cd5f97f [2022-10-25T19:25:03.649Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T19:25:03.942Z] ---> Running in 16809b5fb172 [2022-10-25T19:25:03.942Z] ---> 78dfcc8c035f [2022-10-25T19:25:03.942Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T19:25:03.942Z] ---> Running in 929332fdb2ed [2022-10-25T19:25:04.201Z] ---> Running in d81214423dd8 [2022-10-25T19:25:04.201Z] Removing intermediate container 929332fdb2ed [2022-10-25T19:25:04.201Z] ---> 578f368b18b2 [2022-10-25T19:25:04.201Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:25:04.201Z] ---> Running in c549077787bf [2022-10-25T19:25:04.460Z] Removing intermediate container d81214423dd8 [2022-10-25T19:25:04.460Z] ---> 596846d8bde9 [2022-10-25T19:25:04.460Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:25:04.460Z] Removing intermediate container c549077787bf [2022-10-25T19:25:04.460Z] ---> 422959617cb7 [2022-10-25T19:25:04.460Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T19:25:04.460Z] ---> Running in b4b89ebe65fe [2022-10-25T19:25:04.460Z] ---> Running in 391517f24e8b [2022-10-25T19:25:04.717Z] Removing intermediate container b4b89ebe65fe [2022-10-25T19:25:04.717Z] ---> dcbbdda19b8b [2022-10-25T19:25:04.717Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:25:04.717Z] ---> Running in 5dfd7c854f11 [2022-10-25T19:25:04.974Z] Removing intermediate container 391517f24e8b [2022-10-25T19:25:04.974Z] ---> 71827fb4f943 [2022-10-25T19:25:04.974Z] Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:25:04.974Z] ---> Running in 3ed68f72f983 [2022-10-25T19:25:04.974Z] Removing intermediate container 16809b5fb172 [2022-10-25T19:25:04.974Z] ---> 9af4605583b2 [2022-10-25T19:25:04.974Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T19:25:05.233Z] Removing intermediate container 5dfd7c854f11 [2022-10-25T19:25:05.233Z] ---> c7c8f2b776b9 [2022-10-25T19:25:05.233Z] Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:25:05.233Z] ---> Running in 5feb61a77169 [2022-10-25T19:25:05.233Z] ---> Running in d6f620551ede [2022-10-25T19:25:05.233Z] Removing intermediate container 3ed68f72f983 [2022-10-25T19:25:05.233Z] ---> e6e7ff240b94 [2022-10-25T19:25:05.233Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:25:05.233Z] ---> Running in 49cf70879c23 [2022-10-25T19:25:05.233Z] Removing intermediate container 5feb61a77169 [2022-10-25T19:25:05.233Z] ---> 61ff47c9ec18 [2022-10-25T19:25:05.233Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T19:25:05.233Z] Removing intermediate container d6f620551ede [2022-10-25T19:25:05.233Z] ---> 82147bd2a942 [2022-10-25T19:25:05.233Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:25:05.532Z] ---> Running in ebe4f1e16958 [2022-10-25T19:25:05.532Z] Removing intermediate container 49cf70879c23 [2022-10-25T19:25:05.532Z] ---> 396c32cca865 [2022-10-25T19:25:05.532Z] [2022-10-25T19:25:05.532Z] Successfully built 396c32cca865 [2022-10-25T19:25:05.532Z] Successfully tagged core-command:latest [2022-10-25T19:25:05.532Z] Building core-data [2022-10-25T19:25:05.790Z]  Building core-command ... done  ---> 000f1d6f7aa7 [2022-10-25T19:25:05.790Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T19:25:05.790Z] Removing intermediate container ebe4f1e16958 [2022-10-25T19:25:05.790Z] ---> 5094e4bf3ce4 [2022-10-25T19:25:05.790Z] [2022-10-25T19:25:05.790Z] Successfully built 5094e4bf3ce4 [2022-10-25T19:25:06.049Z] Successfully tagged support-scheduler:latest [2022-10-25T19:25:06.049Z] Building core-metadata [2022-10-25T19:25:06.049Z] ---> Running in 920708e5ab37 [2022-10-25T19:25:10.255Z]  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:25:10.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:25:10.255Z] ---> 2a934ceee930 [2022-10-25T19:25:10.255Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:25:10.255Z] ---> Using cache [2022-10-25T19:25:10.255Z] ---> 506c778869e6 [2022-10-25T19:25:10.255Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:25:10.255Z] ---> Using cache [2022-10-25T19:25:10.255Z] ---> 41e062203de8 [2022-10-25T19:25:10.255Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:25:10.255Z] ---> Using cache [2022-10-25T19:25:10.255Z] ---> 127121fb9567 [2022-10-25T19:25:10.255Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T19:25:10.841Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:25:10.841Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:25:12.405Z] ---> 2a934ceee930 [2022-10-25T19:25:12.405Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> 506c778869e6 [2022-10-25T19:25:12.405Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> 41e062203de8 [2022-10-25T19:25:12.405Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> 127121fb9567 [2022-10-25T19:25:12.405Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> 99c09b25a19d [2022-10-25T19:25:12.405Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> bfcf824e58f9 [2022-10-25T19:25:12.405Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> aeb060691574 [2022-10-25T19:25:12.405Z] Step 9/25 : COPY . . [2022-10-25T19:25:12.405Z] ---> Using cache [2022-10-25T19:25:12.405Z] ---> dc245e9c3b48 [2022-10-25T19:25:12.405Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T19:25:12.973Z] ---> Running in 404a8d2b256c [2022-10-25T19:25:12.973Z] ---> Running in 4e10ebf4306b [2022-10-25T19:25:13.230Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:25:13.230Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:13.488Z] Removing intermediate container 920708e5ab37 [2022-10-25T19:25:13.488Z] ---> 152f5b01bdbe [2022-10-25T19:25:13.488Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:25:13.488Z] Removing intermediate container 942a7f1bb2ab [2022-10-25T19:25:13.488Z] ---> 87e5500d356a [2022-10-25T19:25:13.488Z] Step 9/23 : COPY . . [2022-10-25T19:25:13.488Z] Removing intermediate container c3b1aab72620 [2022-10-25T19:25:13.488Z] ---> 1d73f19e9a4a [2022-10-25T19:25:13.488Z] Step 8/26 : COPY . . [2022-10-25T19:25:13.746Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:14.813Z] OK: 211 MiB in 51 packages [2022-10-25T19:25:24.850Z] ---> 5c93b3a9eafd [2022-10-25T19:25:24.850Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T19:25:24.850Z] ---> d2c614a96da5 [2022-10-25T19:25:24.850Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:25:24.850Z] ---> Running in 367d9c1b268e [2022-10-25T19:25:24.850Z] ---> 0033035d7f6c [2022-10-25T19:25:24.850Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T19:25:24.850Z] ---> Running in 3a60d634dd16 [2022-10-25T19:25:24.850Z] Removing intermediate container 404a8d2b256c [2022-10-25T19:25:24.850Z] ---> 399b71e8fa03 [2022-10-25T19:25:24.850Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:25:24.850Z] Removing intermediate container 367d9c1b268e [2022-10-25T19:25:24.850Z] ---> 89aca2dcaaf3 [2022-10-25T19:25:24.850Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:25:24.850Z] ---> Running in b22c687018c1 [2022-10-25T19:25:24.850Z] ---> 22d08b54c968 [2022-10-25T19:25:24.850Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T19:25:24.850Z] ---> cf7e529044b7 [2022-10-25T19:25:24.850Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:25:24.850Z] ---> Running in d6de0d8ba125 [2022-10-25T19:25:24.850Z] Removing intermediate container b22c687018c1 [2022-10-25T19:25:24.850Z] ---> a9ded1633a2a [2022-10-25T19:25:24.850Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T19:25:24.850Z] ---> b03da5513c8e [2022-10-25T19:25:24.850Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T19:25:24.850Z] ---> Running in c3dfd60f9933 [2022-10-25T19:25:24.850Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T19:25:24.850Z] ---> 71436ce6c730 [2022-10-25T19:25:24.850Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T19:25:25.107Z] ---> b2a8f5d2d126 [2022-10-25T19:25:25.107Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T19:25:25.697Z] ---> cf33e70ed4f4 [2022-10-25T19:25:25.697Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T19:25:25.697Z] Removing intermediate container c3dfd60f9933 [2022-10-25T19:25:25.697Z] ---> ba8afdba24d2 [2022-10-25T19:25:25.697Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:25:25.697Z] ---> Running in 1e6400b0e95d [2022-10-25T19:25:25.955Z] ---> cc1edc495eb2 [2022-10-25T19:25:25.955Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T19:25:25.955Z] Removing intermediate container 1e6400b0e95d [2022-10-25T19:25:25.955Z] ---> 0e5ca2a43cba [2022-10-25T19:25:25.955Z] [2022-10-25T19:25:25.955Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:25:25.955Z] ---> c4fc93816858 [2022-10-25T19:25:25.955Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:25:25.955Z] ---> Using cache [2022-10-25T19:25:25.955Z] ---> 7c6f342f36af [2022-10-25T19:25:25.955Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 5aead92a832e [2022-10-25T19:25:25.955Z] [2022-10-25T19:25:25.955Z] ---> Using cache [2022-10-25T19:25:25.955Z] ---> 30f1d588dcc4 [2022-10-25T19:25:25.955Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:25:25.955Z] ---> Running in 32c307725349 [2022-10-25T19:25:26.521Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:27.085Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:28.072Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:25:28.072Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:25:28.072Z] OK: 15857 distinct packages available [2022-10-25T19:25:28.072Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:28.329Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:28.894Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T19:25:29.150Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:25:29.407Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T19:25:29.664Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T19:25:30.272Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T19:25:30.272Z] Removing intermediate container 5aead92a832e [2022-10-25T19:25:30.272Z] ---> a548066a1633 [2022-10-25T19:25:30.272Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T19:25:30.530Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:25:30.530Z] OK: 7 MiB in 19 packages [2022-10-25T19:25:30.897Z] ---> Running in 078a04bb292e [2022-10-25T19:25:31.154Z] Removing intermediate container 078a04bb292e [2022-10-25T19:25:31.154Z] ---> 56a588b611cd [2022-10-25T19:25:31.154Z] Step 30/33 : CMD ["gate"] [2022-10-25T19:25:31.474Z] ---> Running in 56a80fdc2697 [2022-10-25T19:25:31.732Z] Removing intermediate container 56a80fdc2697 [2022-10-25T19:25:31.732Z] ---> 9e5fcbccf7bc [2022-10-25T19:25:31.732Z] Step 31/33 : LABEL arch=x86_64 [2022-10-25T19:25:32.296Z] Removing intermediate container 32c307725349 [2022-10-25T19:25:32.296Z] ---> 1f769c5af1f2 [2022-10-25T19:25:32.296Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T19:25:32.296Z] ---> Running in 2da4602b74fd [2022-10-25T19:25:34.207Z] Removing intermediate container 2da4602b74fd [2022-10-25T19:25:34.207Z] ---> 78645e325895 [2022-10-25T19:25:34.207Z] Step 32/33 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:25:37.513Z] ---> ec853de6aa93 [2022-10-25T19:25:37.513Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:25:37.513Z] ---> Running in 5bd69efbe2a5 [2022-10-25T19:25:37.513Z] Removing intermediate container 4e10ebf4306b [2022-10-25T19:25:37.513Z] ---> dc77b5738e36 [2022-10-25T19:25:37.513Z] [2022-10-25T19:25:37.513Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T19:25:37.513Z] ---> 9c6f07244728 [2022-10-25T19:25:37.513Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:25:37.513Z] ---> Using cache [2022-10-25T19:25:37.513Z] ---> 490a761343ca [2022-10-25T19:25:37.513Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:25:37.513Z] ---> Using cache [2022-10-25T19:25:37.513Z] ---> 406431ea72cb [2022-10-25T19:25:37.513Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T19:25:37.513Z] ---> Running in 65c53d0e9ea7 [2022-10-25T19:25:37.513Z] Removing intermediate container 5bd69efbe2a5 [2022-10-25T19:25:37.513Z] ---> 8802239ec244 [2022-10-25T19:25:37.513Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T19:25:37.513Z] ---> Running in b8aec15a0fff [2022-10-25T19:25:37.817Z] Removing intermediate container 65c53d0e9ea7 [2022-10-25T19:25:37.817Z] ---> 83a989b16af8 [2022-10-25T19:25:37.817Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T19:25:38.233Z] Removing intermediate container d6de0d8ba125 [2022-10-25T19:25:38.233Z] ---> 31a22d5332ae [2022-10-25T19:25:38.233Z] Step 9/24 : COPY . . [2022-10-25T19:25:38.490Z] Removing intermediate container b8aec15a0fff [2022-10-25T19:25:38.490Z] ---> d76fef457da7 [2022-10-25T19:25:38.490Z] [2022-10-25T19:25:38.490Z] ---> Running in 3dfe8a9804d2 [2022-10-25T19:25:38.756Z] Successfully built d76fef457da7 [2022-10-25T19:25:38.756Z] Successfully tagged security-bootstrapper:latest [2022-10-25T19:25:38.756Z]  Building security-bootstrapper ... done Building security-spire-server [2022-10-25T19:25:42.972Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:25:42.972Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:25:42.972Z] ---> 2a934ceee930 [2022-10-25T19:25:42.972Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> f391910b0935 [2022-10-25T19:25:42.972Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> 6433c2302854 [2022-10-25T19:25:42.972Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> cafcee22b3de [2022-10-25T19:25:42.972Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> bd79931fa173 [2022-10-25T19:25:42.972Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> 1d73f19e9a4a [2022-10-25T19:25:42.972Z] Step 8/25 : COPY . . [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> d2c614a96da5 [2022-10-25T19:25:42.972Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> 89aca2dcaaf3 [2022-10-25T19:25:42.972Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T19:25:42.972Z] ---> Using cache [2022-10-25T19:25:42.972Z] ---> a9ded1633a2a [2022-10-25T19:25:42.973Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T19:25:48.503Z] Removing intermediate container 3dfe8a9804d2 [2022-10-25T19:25:48.503Z] ---> a98b8af51e53 [2022-10-25T19:25:48.503Z] Step 16/25 : WORKDIR / [2022-10-25T19:25:50.497Z] ---> 2311ca91981e [2022-10-25T19:25:50.497Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:25:50.497Z] ---> Running in 42c53b726cb4 [2022-10-25T19:25:50.497Z] ---> Running in 362b2ae6242e [2022-10-25T19:25:50.497Z] ---> fbb757c92d96 [2022-10-25T19:25:50.497Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T19:25:50.497Z] ---> Running in 5db4403b4f61 [2022-10-25T19:25:50.497Z] Removing intermediate container 42c53b726cb4 [2022-10-25T19:25:50.497Z] ---> 84c6cb35aa28 [2022-10-25T19:25:50.497Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:25:50.497Z] ---> a479c68a1daa [2022-10-25T19:25:50.497Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T19:25:50.756Z] ---> f1d30a5ce2df [2022-10-25T19:25:50.756Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T19:25:50.756Z] ---> b7ed7dd94c72 [2022-10-25T19:25:50.756Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T19:25:52.133Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T19:25:53.088Z] ---> da40a91c9669 [2022-10-25T19:25:53.088Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:25:53.088Z] ---> 6366beffbd79 [2022-10-25T19:25:53.088Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T19:25:53.088Z] ---> Running in b3e5bc273be3 [2022-10-25T19:25:53.349Z] Removing intermediate container b3e5bc273be3 [2022-10-25T19:25:53.349Z] ---> 685983fe7135 [2022-10-25T19:25:53.349Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:25:53.349Z] ---> Running in 9eee3f9272b2 [2022-10-25T19:25:53.349Z] Removing intermediate container 362b2ae6242e [2022-10-25T19:25:53.349Z] ---> 38f9be69fb3c [2022-10-25T19:25:53.349Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T19:25:53.349Z] ---> c98702fa287f [2022-10-25T19:25:53.349Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T19:25:53.349Z] Removing intermediate container 3a60d634dd16 [2022-10-25T19:25:53.349Z] ---> b4e361f9fa55 [2022-10-25T19:25:53.349Z] [2022-10-25T19:25:53.349Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:25:53.349Z] ---> 9c6f07244728 [2022-10-25T19:25:53.349Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T19:25:53.608Z] ---> Running in ad300888b9ed [2022-10-25T19:25:53.608Z] ---> Running in d93f93de9a6b [2022-10-25T19:25:53.608Z] Removing intermediate container 9eee3f9272b2 [2022-10-25T19:25:53.608Z] ---> 2a4ea16b4571 [2022-10-25T19:25:53.608Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T19:25:53.608Z] ---> 2b47702d57bd [2022-10-25T19:25:53.608Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T19:25:53.608Z] ---> Running in 0150a51cd014 [2022-10-25T19:25:53.608Z] Removing intermediate container ad300888b9ed [2022-10-25T19:25:53.608Z] ---> b2680b9df926 [2022-10-25T19:25:53.608Z] [2022-10-25T19:25:53.608Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T19:25:53.608Z] ---> c4fc93816858 [2022-10-25T19:25:53.608Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:25:53.608Z] ---> Using cache [2022-10-25T19:25:53.608Z] ---> 7c6f342f36af [2022-10-25T19:25:53.608Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:25:53.608Z] ---> Using cache [2022-10-25T19:25:53.608Z] ---> 30f1d588dcc4 [2022-10-25T19:25:53.608Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:25:53.608Z] ---> Using cache [2022-10-25T19:25:53.608Z] ---> 1f769c5af1f2 [2022-10-25T19:25:53.608Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:25:53.608Z] ---> Running in 753131537aae [2022-10-25T19:25:53.608Z] Removing intermediate container 0150a51cd014 [2022-10-25T19:25:53.608Z] ---> e689c6718f2a [2022-10-25T19:25:53.608Z] Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:25:53.867Z] ---> Running in b304f5e442ee [2022-10-25T19:25:53.867Z] Removing intermediate container 753131537aae [2022-10-25T19:25:53.867Z] ---> 1cc016f5938f [2022-10-25T19:25:53.867Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:25:53.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:53.867Z] ---> Running in f28d77bcde93 [2022-10-25T19:25:53.867Z] Removing intermediate container b304f5e442ee [2022-10-25T19:25:53.867Z] ---> 46107225c469 [2022-10-25T19:25:53.867Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:25:53.867Z] ---> Running in c1bd1be6dcef [2022-10-25T19:25:53.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:25:53.867Z] Removing intermediate container f28d77bcde93 [2022-10-25T19:25:53.867Z] ---> 3dd892093d60 [2022-10-25T19:25:53.867Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:25:54.128Z] ---> Running in f8a3f0180569 [2022-10-25T19:25:54.128Z] Removing intermediate container c1bd1be6dcef [2022-10-25T19:25:54.128Z] ---> fef8ed463fde [2022-10-25T19:25:54.128Z] [2022-10-25T19:25:54.128Z] Successfully built fef8ed463fde [2022-10-25T19:25:54.128Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T19:25:54.128Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:25:54.128Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:25:54.128Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:25:54.403Z] OK: 6 MiB in 16 packages [2022-10-25T19:25:54.663Z] Successfully tagged security-spire-agent:latest [2022-10-25T19:25:54.663Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-10-25T19:25:54.663Z] Removing intermediate container f8a3f0180569 [2022-10-25T19:25:54.663Z] ---> 014382ec916f [2022-10-25T19:25:54.663Z] Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:25:57.962Z] ---> Running in 096e17e55f53 [2022-10-25T19:25:58.532Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:25:58.532Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:25:58.532Z] ---> 2a934ceee930 [2022-10-25T19:25:58.532Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T19:25:58.532Z] ---> Using cache [2022-10-25T19:25:58.532Z] ---> f391910b0935 [2022-10-25T19:25:58.532Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:25:58.532Z] ---> Using cache [2022-10-25T19:25:58.532Z] ---> 6433c2302854 [2022-10-25T19:25:58.532Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T19:25:58.532Z] ---> Using cache [2022-10-25T19:25:58.532Z] ---> af56cefc54f8 [2022-10-25T19:25:58.532Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T19:25:58.532Z] ---> Using cache [2022-10-25T19:25:58.532Z] ---> f9a59ff6225f [2022-10-25T19:25:58.532Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:25:58.532Z] ---> Using cache [2022-10-25T19:25:58.532Z] ---> 042814b9732b [2022-10-25T19:25:58.532Z] Step 8/22 : COPY . . [2022-10-25T19:25:58.532Z] ---> Using cache [2022-10-25T19:25:58.532Z] ---> 0f1d30b2d697 [2022-10-25T19:25:58.532Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T19:26:01.072Z] ---> 77b0b80cc388 [2022-10-25T19:26:01.072Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:26:01.072Z] Removing intermediate container 096e17e55f53 [2022-10-25T19:26:01.072Z] ---> 41e4b53074b9 [2022-10-25T19:26:01.072Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:26:01.072Z] ---> Running in 7f32587e9687 [2022-10-25T19:26:01.072Z] ---> Running in 6c85ae8b8085 [2022-10-25T19:26:01.072Z] Removing intermediate container d93f93de9a6b [2022-10-25T19:26:01.072Z] ---> 4b9b3834d2b5 [2022-10-25T19:26:01.072Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:26:01.072Z] ---> Running in ed574c4ef833 [2022-10-25T19:26:01.072Z] ---> be7c6a2e5c67 [2022-10-25T19:26:01.072Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T19:26:01.072Z] Removing intermediate container 6c85ae8b8085 [2022-10-25T19:26:01.072Z] ---> 7b81172861cb [2022-10-25T19:26:01.072Z] [2022-10-25T19:26:01.072Z] Removing intermediate container ed574c4ef833 [2022-10-25T19:26:01.072Z] ---> 1e821dfcfb0e [2022-10-25T19:26:01.072Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T19:26:01.072Z] Successfully built 7b81172861cb [2022-10-25T19:26:01.072Z] Successfully tagged core-metadata:latest [2022-10-25T19:26:01.072Z] ---> Running in bef89460b5d2 [2022-10-25T19:26:01.072Z]  Building core-metadata ... done Building security-secretstore-setup [2022-10-25T19:26:01.072Z] ---> fd745a9c7fd9 [2022-10-25T19:26:01.072Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T19:26:01.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T19:26:01.333Z] Removing intermediate container bef89460b5d2 [2022-10-25T19:26:01.333Z] ---> 170592d4ef24 [2022-10-25T19:26:01.333Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:26:04.643Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:26:04.643Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:26:04.643Z] ---> 2a934ceee930 [2022-10-25T19:26:04.643Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:26:04.643Z] ---> Using cache [2022-10-25T19:26:04.643Z] ---> f391910b0935 [2022-10-25T19:26:04.643Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:26:04.643Z] ---> Using cache [2022-10-25T19:26:04.643Z] ---> 6433c2302854 [2022-10-25T19:26:04.643Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T19:26:04.643Z] ---> Using cache [2022-10-25T19:26:04.643Z] ---> af56cefc54f8 [2022-10-25T19:26:04.643Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:26:04.643Z] ---> Using cache [2022-10-25T19:26:04.643Z] ---> f9a59ff6225f [2022-10-25T19:26:04.643Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:26:04.643Z] ---> Using cache [2022-10-25T19:26:04.643Z] ---> 042814b9732b [2022-10-25T19:26:04.643Z] Step 8/25 : COPY . . [2022-10-25T19:26:04.643Z] ---> Using cache [2022-10-25T19:26:04.644Z] ---> 0f1d30b2d697 [2022-10-25T19:26:04.644Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T19:26:06.575Z] ---> ddf85bbd5a4e [2022-10-25T19:26:06.575Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:26:06.575Z] ---> Running in 98d6ff5d81b1 [2022-10-25T19:26:06.575Z] ---> Running in 2382d390e13c [2022-10-25T19:26:06.575Z] ---> Running in 478ea94e7250 [2022-10-25T19:26:06.575Z] Removing intermediate container 98d6ff5d81b1 [2022-10-25T19:26:06.575Z] ---> 11c41b36dec0 [2022-10-25T19:26:06.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:26:06.575Z] Removing intermediate container 478ea94e7250 [2022-10-25T19:26:06.575Z] ---> 052f93236b0a [2022-10-25T19:26:06.575Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:26:06.833Z] ---> Running in e710dae3e889 [2022-10-25T19:26:06.833Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:26:06.833Z] ---> 4e1f81b559ff [2022-10-25T19:26:06.833Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T19:26:06.833Z] Removing intermediate container e710dae3e889 [2022-10-25T19:26:06.833Z] ---> facd1b087536 [2022-10-25T19:26:06.833Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:26:06.833Z] ---> Running in c3e5fab8fe98 [2022-10-25T19:26:07.396Z] Removing intermediate container c3e5fab8fe98 [2022-10-25T19:26:07.396Z] ---> d16b3a8355cc [2022-10-25T19:26:07.396Z] Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:26:07.665Z] ---> Running in 9992f3a8c3aa [2022-10-25T19:26:07.922Z] ---> 25e4555e2d96 [2022-10-25T19:26:07.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T19:26:07.922Z] Removing intermediate container 9992f3a8c3aa [2022-10-25T19:26:07.922Z] ---> f61484db7343 [2022-10-25T19:26:07.922Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:26:07.922Z] ---> Running in a982d05474f6 [2022-10-25T19:26:08.185Z] Removing intermediate container a982d05474f6 [2022-10-25T19:26:08.185Z] ---> d1229a6bd760 [2022-10-25T19:26:08.185Z] [2022-10-25T19:26:08.185Z] Successfully built d1229a6bd760 [2022-10-25T19:26:08.443Z] ---> 32153c7daa44 [2022-10-25T19:26:08.443Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T19:26:08.443Z] Successfully tagged security-spire-server:latest [2022-10-25T19:26:08.443Z]  Building security-spire-server ... done Building sys-mgmt-agent [2022-10-25T19:26:08.443Z] ---> Running in 9f83800d5c9e [2022-10-25T19:26:10.972Z] Removing intermediate container 9f83800d5c9e [2022-10-25T19:26:10.972Z] ---> 23eb9d36e23e [2022-10-25T19:26:10.972Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:26:11.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:26:11.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:26:11.237Z] ---> 2a934ceee930 [2022-10-25T19:26:11.237Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T19:26:11.237Z] ---> Using cache [2022-10-25T19:26:11.237Z] ---> f391910b0935 [2022-10-25T19:26:11.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:26:11.237Z] ---> Using cache [2022-10-25T19:26:11.237Z] ---> 6433c2302854 [2022-10-25T19:26:11.237Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T19:26:15.420Z] ---> Running in ef1213ca7a42 [2022-10-25T19:26:15.420Z] ---> Running in c8d10b7fdd9d [2022-10-25T19:26:15.984Z] Removing intermediate container ef1213ca7a42 [2022-10-25T19:26:15.984Z] ---> 27de15a6932e [2022-10-25T19:26:15.984Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:26:15.984Z] ---> Running in 5f9e6601e071 [2022-10-25T19:26:15.984Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:15.984Z] Removing intermediate container 5f9e6601e071 [2022-10-25T19:26:15.984Z] ---> e972f965fcaa [2022-10-25T19:26:15.984Z] Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:26:16.244Z] ---> Running in 454e42997184 [2022-10-25T19:26:16.811Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:16.811Z] Removing intermediate container 454e42997184 [2022-10-25T19:26:16.811Z] ---> 06569842b591 [2022-10-25T19:26:16.811Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:26:17.069Z] ---> Running in c984988786b1 [2022-10-25T19:26:17.326Z] OK: 211 MiB in 51 packages [2022-10-25T19:26:17.584Z] Removing intermediate container c984988786b1 [2022-10-25T19:26:17.584Z] ---> 61237bdaa543 [2022-10-25T19:26:17.584Z] [2022-10-25T19:26:17.843Z] Successfully built 61237bdaa543 [2022-10-25T19:26:17.843Z] Successfully tagged support-notifications:latest [2022-10-25T19:26:18.775Z]  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:26:19.033Z] Removing intermediate container c8d10b7fdd9d [2022-10-25T19:26:19.033Z] ---> 06578a30de08 [2022-10-25T19:26:19.033Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T19:26:19.966Z] ---> 16ecff10bb3e [2022-10-25T19:26:19.966Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:26:19.966Z] ---> Running in ec8f0b95eefa [2022-10-25T19:26:23.243Z] Removing intermediate container 5db4403b4f61 [2022-10-25T19:26:23.243Z] ---> b187bff59802 [2022-10-25T19:26:23.243Z] [2022-10-25T19:26:23.243Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:26:23.243Z] ---> 9c6f07244728 [2022-10-25T19:26:23.243Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T19:26:24.647Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:26:27.950Z] ---> Running in 934c41552dde [2022-10-25T19:26:27.950Z] Removing intermediate container 7f32587e9687 [2022-10-25T19:26:27.950Z] ---> 7b4a039aaabf [2022-10-25T19:26:27.950Z] [2022-10-25T19:26:27.950Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T19:26:27.950Z] ---> 9c6f07244728 [2022-10-25T19:26:27.950Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T19:26:27.950Z] ---> Running in b7f0a5cef560 [2022-10-25T19:26:27.950Z] Removing intermediate container 934c41552dde [2022-10-25T19:26:27.950Z] ---> 2563e31b40fd [2022-10-25T19:26:27.950Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T19:26:27.950Z] ---> Running in 43e3a28cbfd7 [2022-10-25T19:26:28.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:28.543Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:28.803Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T19:26:28.803Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:26:28.803Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:26:28.803Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T19:26:28.803Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T19:26:28.803Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T19:26:28.803Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:26:28.803Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:26:28.803Z] Removing intermediate container 43e3a28cbfd7 [2022-10-25T19:26:28.803Z] ---> 99048bb58589 [2022-10-25T19:26:28.803Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T19:26:28.803Z] OK: 8 MiB in 20 packages [2022-10-25T19:26:30.716Z] ---> Running in d782913678f8 [2022-10-25T19:26:30.976Z] Removing intermediate container 2382d390e13c [2022-10-25T19:26:30.976Z] ---> d94e1fb7240c [2022-10-25T19:26:30.976Z] [2022-10-25T19:26:30.976Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T19:26:30.976Z] ---> 9c6f07244728 [2022-10-25T19:26:30.976Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T19:26:31.545Z] ---> Running in 390581b927c2 [2022-10-25T19:26:31.545Z] Removing intermediate container d782913678f8 [2022-10-25T19:26:31.545Z] ---> f95cc3282013 [2022-10-25T19:26:31.545Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:26:31.545Z] ---> Running in 7e7529e60e44 [2022-10-25T19:26:31.545Z] Removing intermediate container b7f0a5cef560 [2022-10-25T19:26:31.545Z] ---> 9778c719e427 [2022-10-25T19:26:31.545Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:26:31.545Z] ---> Running in 46576ba611d6 [2022-10-25T19:26:31.805Z] Removing intermediate container 46576ba611d6 [2022-10-25T19:26:31.805Z] ---> 8ce8238fc4fe [2022-10-25T19:26:31.805Z] Step 13/22 : WORKDIR /edgex [2022-10-25T19:26:31.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:31.805Z] ---> Running in 35272ffb5585 [2022-10-25T19:26:31.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:32.065Z] Removing intermediate container 35272ffb5585 [2022-10-25T19:26:32.065Z] ---> 6c648d128431 [2022-10-25T19:26:32.065Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T19:26:32.065Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T19:26:32.065Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T19:26:32.065Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T19:26:32.065Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:26:32.065Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:26:32.323Z] OK: 6 MiB in 17 packages [2022-10-25T19:26:32.582Z] Removing intermediate container 7e7529e60e44 [2022-10-25T19:26:32.582Z] ---> 2ba37184e6cb [2022-10-25T19:26:32.582Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T19:26:32.582Z] ---> a1e330beba0a [2022-10-25T19:26:32.582Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T19:26:32.582Z] ---> Running in 4e2296a9f0af [2022-10-25T19:26:33.149Z] ---> b4a6e3761d02 [2022-10-25T19:26:33.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T19:26:33.149Z] Removing intermediate container 390581b927c2 [2022-10-25T19:26:33.149Z] ---> 30c309c24bf3 [2022-10-25T19:26:33.149Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:26:33.149Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:33.149Z] ---> Running in 0cee0a0b82ca [2022-10-25T19:26:33.411Z] Removing intermediate container 0cee0a0b82ca [2022-10-25T19:26:33.411Z] ---> 9ddec0b6c507 [2022-10-25T19:26:33.411Z] Step 13/25 : WORKDIR / [2022-10-25T19:26:33.712Z] ---> 9de6a75fae55 [2022-10-25T19:26:33.712Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:26:33.712Z] ---> Running in 449ac8bd90d3 [2022-10-25T19:26:33.712Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:33.712Z] Removing intermediate container ec8f0b95eefa [2022-10-25T19:26:33.712Z] ---> c1e6ca4d8169 [2022-10-25T19:26:33.712Z] Step 8/23 : COPY . . [2022-10-25T19:26:33.972Z] Removing intermediate container 449ac8bd90d3 [2022-10-25T19:26:33.972Z] ---> 707ed0d60c62 [2022-10-25T19:26:33.972Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-25T19:26:34.233Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T19:26:35.251Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:26:35.510Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T19:26:35.771Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:26:36.070Z] ---> b4be44c401e8 [2022-10-25T19:26:36.070Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:26:36.331Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T19:26:36.331Z] ---> 006e9ef4d8a8 [2022-10-25T19:26:36.331Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-25T19:26:36.331Z] ---> Running in b73cd1651085 [2022-10-25T19:26:36.590Z] ---> 2198f75bc2b9 [2022-10-25T19:26:36.590Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T19:26:36.590Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T19:26:36.850Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:26:36.850Z] OK: 8 MiB in 20 packages [2022-10-25T19:26:37.109Z] ---> 3c9c90093031 [2022-10-25T19:26:37.109Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-25T19:26:37.368Z] ---> fff9c82f126c [2022-10-25T19:26:37.368Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T19:26:37.368Z] Removing intermediate container b73cd1651085 [2022-10-25T19:26:37.368Z] ---> 9406b7824b4c [2022-10-25T19:26:37.368Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:26:37.628Z] ---> Running in 89cafa97eef1 [2022-10-25T19:26:37.628Z] Removing intermediate container 4e2296a9f0af [2022-10-25T19:26:37.628Z] ---> a1d3c0de30f5 [2022-10-25T19:26:37.628Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:26:37.628Z] Removing intermediate container 89cafa97eef1 [2022-10-25T19:26:37.628Z] ---> e514f6e23656 [2022-10-25T19:26:37.628Z] Step 20/22 : LABEL arch=x86_64 [2022-10-25T19:26:37.887Z] ---> Running in 5f318f9bbc0a [2022-10-25T19:26:38.148Z] ---> 24cd2a36abfe [2022-10-25T19:26:38.148Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T19:26:38.148Z] ---> fa07cb184584 [2022-10-25T19:26:38.148Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T19:26:38.148Z] Removing intermediate container 5f318f9bbc0a [2022-10-25T19:26:38.148Z] ---> 545343feb7d6 [2022-10-25T19:26:38.148Z] Step 21/22 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:26:38.409Z] ---> Running in ac056f4a7ccb [2022-10-25T19:26:38.669Z] Removing intermediate container ac056f4a7ccb [2022-10-25T19:26:38.669Z] ---> 460e4574a804 [2022-10-25T19:26:38.669Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T19:26:38.669Z] ---> 96d444c97ad7 [2022-10-25T19:26:38.669Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:26:38.669Z] ---> 3c79752429bc [2022-10-25T19:26:38.669Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T19:26:38.669Z] ---> Running in 1493bad3d7a8 [2022-10-25T19:26:38.669Z] ---> 530ae138a96f [2022-10-25T19:26:38.669Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T19:26:38.669Z] Removing intermediate container 1493bad3d7a8 [2022-10-25T19:26:38.669Z] ---> dba2fc3209ab [2022-10-25T19:26:38.669Z] [2022-10-25T19:26:38.669Z] ---> Running in 4b2bb918266b [2022-10-25T19:26:38.929Z] ---> ab05af7c7911 [2022-10-25T19:26:38.929Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T19:26:38.929Z] ---> 68804a49e12b [2022-10-25T19:26:38.929Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:26:38.929Z] Successfully built dba2fc3209ab [2022-10-25T19:26:38.929Z] Successfully tagged security-proxy-setup:latest [2022-10-25T19:26:38.929Z]  Building security-proxy-setup ... done  ---> Running in d65263d08a05 [2022-10-25T19:26:38.929Z] ---> Running in b4e75313151b [2022-10-25T19:26:38.929Z] Removing intermediate container d65263d08a05 [2022-10-25T19:26:38.929Z] ---> 81a479ce6d1b [2022-10-25T19:26:38.929Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:26:38.929Z] ---> Running in aedfd3ad9984 [2022-10-25T19:26:39.189Z] Removing intermediate container aedfd3ad9984 [2022-10-25T19:26:39.189Z] ---> 730974649a25 [2022-10-25T19:26:39.189Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T19:26:39.189Z] ---> Running in 110ba43cf551 [2022-10-25T19:26:39.189Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T19:26:39.189Z] Removing intermediate container 110ba43cf551 [2022-10-25T19:26:39.189Z] ---> 6d233bfb35c7 [2022-10-25T19:26:39.189Z] Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:26:39.189Z] ---> Running in faf4af2bd8f2 [2022-10-25T19:26:39.189Z] Removing intermediate container faf4af2bd8f2 [2022-10-25T19:26:39.189Z] ---> 40567d44fa43 [2022-10-25T19:26:39.189Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:26:39.463Z] ---> Running in 96987fc532d4 [2022-10-25T19:26:39.463Z] Removing intermediate container 96987fc532d4 [2022-10-25T19:26:39.463Z] ---> 5b7fb601801b [2022-10-25T19:26:39.463Z] [2022-10-25T19:26:39.463Z] Successfully built 5b7fb601801b [2022-10-25T19:26:39.724Z] Successfully tagged core-data:latest [2022-10-25T19:26:39.724Z]  Building core-data ... done Removing intermediate container b4e75313151b [2022-10-25T19:26:39.724Z] ---> 854591b58e85 [2022-10-25T19:26:39.725Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:26:39.725Z] ---> Running in a7b0b8f56462 [2022-10-25T19:26:39.725Z] Removing intermediate container a7b0b8f56462 [2022-10-25T19:26:39.725Z] ---> afe9c2b41086 [2022-10-25T19:26:39.725Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:26:39.985Z] ---> Running in 7eefa922a8a5 [2022-10-25T19:26:39.985Z] Removing intermediate container 7eefa922a8a5 [2022-10-25T19:26:39.985Z] ---> 4a808a1b49c1 [2022-10-25T19:26:39.985Z] Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:26:39.985Z] ---> Running in 532fff9ef0b9 [2022-10-25T19:26:39.985Z] Removing intermediate container 532fff9ef0b9 [2022-10-25T19:26:39.985Z] ---> f9e824855299 [2022-10-25T19:26:39.985Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:26:39.985Z] ---> Running in 1e9cad2362e4 [2022-10-25T19:26:40.244Z] Removing intermediate container 1e9cad2362e4 [2022-10-25T19:26:40.244Z] ---> d5c56727f28e [2022-10-25T19:26:40.244Z] [2022-10-25T19:26:40.244Z] Successfully built d5c56727f28e [2022-10-25T19:26:40.244Z] Successfully tagged security-secretstore-setup:latest [2022-10-25T19:26:55.144Z]  Building security-secretstore-setup ... done Removing intermediate container 4b2bb918266b [2022-10-25T19:26:55.144Z] ---> 62afb0516ca3 [2022-10-25T19:26:55.144Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T19:26:55.144Z] ---> Running in 8ec43cb7ae25 [2022-10-25T19:26:55.144Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T19:26:55.144Z] Removing intermediate container 8ec43cb7ae25 [2022-10-25T19:26:55.144Z] ---> bba7a495f8bb [2022-10-25T19:26:55.144Z] [2022-10-25T19:26:55.144Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:26:55.144Z] ---> 9c6f07244728 [2022-10-25T19:26:55.144Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:26:55.144Z] ---> Running in 310697b1412a [2022-10-25T19:26:55.144Z] Removing intermediate container 310697b1412a [2022-10-25T19:26:55.144Z] ---> 4f826cb0e699 [2022-10-25T19:26:55.144Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-10-25T19:26:55.406Z] ---> Running in 5a8104b321ef [2022-10-25T19:26:55.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:55.666Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:26:55.927Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T19:26:55.927Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T19:26:55.927Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T19:26:55.927Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T19:26:55.927Z] Executing bash-5.1.16-r2.post-install [2022-10-25T19:26:55.927Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T19:26:55.927Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:26:55.927Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:26:55.927Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T19:26:55.927Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T19:26:55.927Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T19:26:56.189Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T19:26:56.189Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T19:26:56.189Z] (13/33) Installing expat (2.5.0-r0) [2022-10-25T19:26:56.189Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T19:26:56.189Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T19:26:56.189Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T19:26:56.189Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:26:56.189Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:26:56.189Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T19:26:56.189Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T19:26:56.189Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T19:26:56.449Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T19:26:56.449Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T19:26:56.449Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T19:26:56.449Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T19:26:56.449Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T19:26:56.449Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T19:26:56.710Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T19:26:56.710Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T19:26:56.710Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T19:26:56.710Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T19:26:56.710Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T19:26:56.710Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T19:26:56.710Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:26:56.710Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:26:56.710Z] OK: 122 MiB in 47 packages [2022-10-25T19:26:58.635Z] Collecting docker-compose==1.23.2 [2022-10-25T19:26:58.635Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T19:26:58.635Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 30.4 MB/s eta 0:00:00 [2022-10-25T19:26:58.635Z] Collecting PyYAML<4,>=3.10 [2022-10-25T19:26:58.635Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T19:26:58.635Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 44.2 MB/s eta 0:00:00 [2022-10-25T19:26:58.896Z] Preparing metadata (setup.py): started [2022-10-25T19:26:59.157Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:26:59.157Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T19:26:59.157Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T19:26:59.157Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 149.7 MB/s eta 0:00:00 [2022-10-25T19:26:59.157Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T19:26:59.419Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T19:26:59.419Z] Preparing metadata (setup.py): started [2022-10-25T19:26:59.419Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:26:59.679Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T19:26:59.679Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T19:26:59.679Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T19:26:59.679Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T19:26:59.679Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T19:26:59.679Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T19:26:59.679Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 69.4 MB/s eta 0:00:00 [2022-10-25T19:26:59.679Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T19:26:59.679Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T19:26:59.679Z] Preparing metadata (setup.py): started [2022-10-25T19:26:59.939Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:26:59.939Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T19:26:59.939Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T19:26:59.939Z] Preparing metadata (setup.py): started [2022-10-25T19:27:00.199Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:27:00.199Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-10-25T19:27:00.460Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T19:27:00.460Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T19:27:00.460Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 114.4 MB/s eta 0:00:00 [2022-10-25T19:27:00.460Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T19:27:00.460Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T19:27:00.460Z] Collecting idna<2.8,>=2.5 [2022-10-25T19:27:00.460Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T19:27:00.460Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 135.7 MB/s eta 0:00:00 [2022-10-25T19:27:00.460Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T19:27:00.460Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T19:27:00.460Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 139.3 MB/s eta 0:00:00 [2022-10-25T19:27:00.722Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T19:27:00.722Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T19:27:00.722Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 145.3 MB/s eta 0:00:00 [2022-10-25T19:27:00.722Z] Collecting certifi>=2017.4.17 [2022-10-25T19:27:00.722Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T19:27:00.722Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 89.6 MB/s eta 0:00:00 [2022-10-25T19:27:00.722Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T19:27:00.722Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T19:27:00.722Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T19:27:00.722Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T19:27:00.983Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T19:27:00.983Z] Running setup.py install for texttable: started [2022-10-25T19:27:01.244Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T19:27:01.244Z] Running setup.py install for PyYAML: started [2022-10-25T19:27:01.507Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T19:27:01.769Z] Running setup.py install for docopt: started [2022-10-25T19:27:02.092Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T19:27:02.382Z] Running setup.py install for dockerpty: started [2022-10-25T19:27:02.985Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T19:27:03.281Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-10-25T19:27:03.282Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-10-25T19:27:07.668Z] Removing intermediate container 5a8104b321ef [2022-10-25T19:27:07.668Z] ---> bf6d9b42d9b9 [2022-10-25T19:27:07.668Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T19:27:07.926Z] ---> Running in 519edbf7c4c7 [2022-10-25T19:27:07.926Z] Removing intermediate container 519edbf7c4c7 [2022-10-25T19:27:07.926Z] ---> 0d336c3adbab [2022-10-25T19:27:07.926Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:27:07.926Z] ---> Running in c710467a98e1 [2022-10-25T19:27:07.926Z] Removing intermediate container c710467a98e1 [2022-10-25T19:27:07.926Z] ---> c5f4d78c28c2 [2022-10-25T19:27:07.926Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T19:27:08.522Z] ---> a31a25aa9e9c [2022-10-25T19:27:08.522Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T19:27:08.522Z] ---> a2733a417c13 [2022-10-25T19:27:08.522Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T19:27:08.782Z] ---> 14bdbec43ffe [2022-10-25T19:27:08.782Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T19:27:08.782Z] ---> Running in 9afd641d733a [2022-10-25T19:27:09.041Z] Removing intermediate container 9afd641d733a [2022-10-25T19:27:09.041Z] ---> f5b37c9709f6 [2022-10-25T19:27:09.041Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:27:09.041Z] ---> Running in 58812d202acb [2022-10-25T19:27:09.041Z] Removing intermediate container 58812d202acb [2022-10-25T19:27:09.041Z] ---> 36a6a054b410 [2022-10-25T19:27:09.041Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:27:09.041Z] ---> Running in 43bf62322914 [2022-10-25T19:27:09.041Z] Removing intermediate container 43bf62322914 [2022-10-25T19:27:09.041Z] ---> 7ba1ef26d723 [2022-10-25T19:27:09.041Z] Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:27:09.041Z] ---> Running in db634dc255b6 [2022-10-25T19:27:09.301Z] Removing intermediate container db634dc255b6 [2022-10-25T19:27:09.301Z] ---> 5ea4680b8298 [2022-10-25T19:27:09.301Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:27:09.301Z] ---> Running in 8a8444aea9e6 [2022-10-25T19:27:09.301Z] Removing intermediate container 8a8444aea9e6 [2022-10-25T19:27:09.301Z] ---> ce367dde999e [2022-10-25T19:27:09.301Z] [2022-10-25T19:27:09.301Z] Successfully built ce367dde999e [2022-10-25T19:27:09.301Z] Successfully tagged sys-mgmt-agent:latest [2022-10-25T19:27:09.306Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-10-25T19:27:09.334Z] $ docker stop --time=1 51120d4f6a227adc1644b7827a1a9c7620c5497ed268282b70939e83715a39bb [2022-10-25T19:27:10.619Z] $ docker rm -f 51120d4f6a227adc1644b7827a1a9c7620c5497ed268282b70939e83715a39bb [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T19:27:11.016Z] + docker images [2022-10-25T19:27:11.016Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T19:27:11.016Z] sys-mgmt-agent latest ce367dde999e 1 second ago 136MB [2022-10-25T19:27:11.016Z] bba7a495f8bb 16 seconds ago 1.59GB [2022-10-25T19:27:11.016Z] security-secretstore-setup latest d5c56727f28e 30 seconds ago 29.7MB [2022-10-25T19:27:11.016Z] core-data latest 5b7fb601801b 31 seconds ago 21.7MB [2022-10-25T19:27:11.016Z] security-proxy-setup latest dba2fc3209ab 32 seconds ago 27.6MB [2022-10-25T19:27:11.016Z] d94e1fb7240c 40 seconds ago 1.6GB [2022-10-25T19:27:11.016Z] 7b4a039aaabf 46 seconds ago 1.6GB [2022-10-25T19:27:11.016Z] b187bff59802 48 seconds ago 1.62GB [2022-10-25T19:27:11.016Z] support-notifications latest 61237bdaa543 54 seconds ago 30.4MB [2022-10-25T19:27:11.016Z] security-spire-server latest d1229a6bd760 About a minute ago 86.5MB [2022-10-25T19:27:11.016Z] core-metadata latest 7b81172861cb About a minute ago 18.5MB [2022-10-25T19:27:11.016Z] b2680b9df926 About a minute ago 1.48GB [2022-10-25T19:27:11.016Z] b4e361f9fa55 About a minute ago 1.67GB [2022-10-25T19:27:11.016Z] security-spire-agent latest fef8ed463fde About a minute ago 125MB [2022-10-25T19:27:11.016Z] security-bootstrapper latest d76fef457da7 About a minute ago 20.2MB [2022-10-25T19:27:11.016Z] dc77b5738e36 About a minute ago 1.61GB [2022-10-25T19:27:11.016Z] 0e5ca2a43cba About a minute ago 1.48GB [2022-10-25T19:27:11.016Z] core-command latest 396c32cca865 2 minutes ago 17.6MB [2022-10-25T19:27:11.016Z] support-scheduler latest 5094e4bf3ce4 2 minutes ago 29.8MB [2022-10-25T19:27:11.016Z] e56d1c3b5906 2 minutes ago 1.6GB [2022-10-25T19:27:11.016Z] df7dfef052f9 2 minutes ago 1.61GB [2022-10-25T19:27:11.016Z] 73c483e87a5a 2 minutes ago 1.67GB [2022-10-25T19:27:11.016Z] security-spiffe-token-provider latest f6281c15b553 2 minutes ago 29.7MB [2022-10-25T19:27:11.016Z] security-spire-config latest eaee691edb66 2 minutes ago 85.8MB [2022-10-25T19:27:11.016Z] 36c2e352683a 2 minutes ago 1.64GB [2022-10-25T19:27:11.016Z] 453620416c71 2 minutes ago 1.48GB [2022-10-25T19:27:11.016Z] ci-base-image-x86_64 latest 2a934ceee930 6 minutes ago 941MB [2022-10-25T19:27:11.016Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB [2022-10-25T19:27:11.016Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-25T19:27:11.016Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-25T19:27:11.016Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-25T19:27:11.016Z] 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] } [2022-10-25T19:30:51.958Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-116971 in /w/workspace/edgexfoundry_edgex-go_PR-4219 [Pipeline] { [Pipeline] ws [2022-10-25T19:30:52.000Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-25T19:30:52.076Z] The recommended git tool is: git [2022-10-25T19:30:58.458Z] using credential edgex-jenkins-ssh [2022-10-25T19:30:58.477Z] Cloning the remote Git repository [2022-10-25T19:30:58.541Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:30:58.638Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-25T19:30:58.808Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:30:58.809Z] > git --version # timeout=10 [2022-10-25T19:30:58.832Z] > git --version # 'git version 2.25.1' [2022-10-25T19:30:58.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:30:58.889Z] Verifying host key using known hosts file [2022-10-25T19:30:59.134Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T19:30:59.147Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T19:31:16.974Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T19:31:16.993Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T19:31:17.894Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T19:31:17.939Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:31:17.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:31:17.946Z] Verifying host key using known hosts file [2022-10-25T19:31:17.954Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T19:31:17.966Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4219/head:refs/remotes/origin/PR-4219 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T19:31:18.676Z] Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit 682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:31:19.078Z] Merge succeeded, producing 682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:31:19.078Z] Checking out Revision 682c501e66e771fa8a9110e3f6debe152e4b1e78 (PR-4219) [2022-10-25T19:31:19.819Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2022-10-25T19:31:19.874Z] > git --version # timeout=10 [2022-10-25T19:31:19.887Z] > git --version # 'git version 2.25.1' [2022-10-25T19:31:19.921Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T19:31:18.697Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T19:31:18.715Z] > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 [2022-10-25T19:31:18.966Z] > git remote # timeout=10 [2022-10-25T19:31:18.987Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T19:31:19.013Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:31:19.018Z] Verifying host key using known hosts file [2022-10-25T19:31:19.022Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-25T19:31:19.031Z] > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 [2022-10-25T19:31:19.057Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T19:31:19.086Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T19:31:19.105Z] > git checkout -f 682c501e66e771fa8a9110e3f6debe152e4b1e78 # timeout=10 [2022-10-25T19:31:21.045Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T19:31:21.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T19:31:21.045Z] Dload Upload Total Spent Left Speed [2022-10-25T19:31:21.045Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 201k 0 --:--:-- --:--:-- --:--:-- 201k [Pipeline] sh [2022-10-25T19:31:21.777Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T19:31:22.126Z] + sudo tee /etc/docker/daemon.new [2022-10-25T19:31:22.126Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T19:31:22.126Z] { [2022-10-25T19:31:22.126Z] "registry-mirrors": [ [2022-10-25T19:31:22.126Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T19:31:22.126Z] ], [2022-10-25T19:31:22.126Z] "bip": "10.250.0.254/24", [2022-10-25T19:31:22.126Z] "hosts": [ [2022-10-25T19:31:22.126Z] "tcp://0.0.0.0:5555", [2022-10-25T19:31:22.126Z] "unix:///var/run/docker.sock" [2022-10-25T19:31:22.126Z] ], [2022-10-25T19:31:22.126Z] "mtu": 1458, [2022-10-25T19:31:22.126Z] "selinux-enabled": true, [2022-10-25T19:31:22.126Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T19:31:22.126Z] } [Pipeline] sh [2022-10-25T19:31:22.473Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T19:31:22.825Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T19:31:41.158Z] provisioning config files... [2022-10-25T19:31:41.187Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1340085654718219946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:31:41.581Z] ---> docker-login.sh [2022-10-25T19:31:41.581Z] nexus3.edgexfoundry.org:10001 [2022-10-25T19:31:41.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:42.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:42.121Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:42.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:42.121Z] [2022-10-25T19:31:42.121Z] Login Succeeded [2022-10-25T19:31:42.121Z] nexus3.edgexfoundry.org:10002 [2022-10-25T19:31:42.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:42.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:42.388Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:42.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:42.388Z] [2022-10-25T19:31:42.389Z] Login Succeeded [2022-10-25T19:31:42.665Z] nexus3.edgexfoundry.org:10003 [2022-10-25T19:31:42.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:42.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:42.935Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:42.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:42.935Z] [2022-10-25T19:31:42.935Z] Login Succeeded [2022-10-25T19:31:42.935Z] nexus3.edgexfoundry.org:10004 [2022-10-25T19:31:43.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:43.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:43.205Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:43.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:43.205Z] [2022-10-25T19:31:43.205Z] Login Succeeded [2022-10-25T19:31:43.205Z] docker.io [2022-10-25T19:31:43.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:43.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:43.743Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:43.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:43.743Z] [2022-10-25T19:31:43.743Z] Login Succeeded [2022-10-25T19:31:43.743Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T19:31:43.770Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-25T19:31:44.368Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T19:31:44.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:31:44.440Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:31:44.471Z] ========================================================= [2022-10-25T19:31:44.471Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T19:31:44.471Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:31:44.852Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:31:44.852Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T19:31:44.852Z] 9b18e9b68314: Pulling fs layer [2022-10-25T19:31:44.852Z] d32db5db7311: Pulling fs layer [2022-10-25T19:31:44.852Z] d0c4b47475fc: Pulling fs layer [2022-10-25T19:31:44.852Z] 5831b945b038: Pulling fs layer [2022-10-25T19:31:44.852Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T19:31:44.852Z] e10730c5d714: Pulling fs layer [2022-10-25T19:31:44.852Z] 5dd5c2283517: Pulling fs layer [2022-10-25T19:31:44.852Z] d5ac0230b979: Pulling fs layer [2022-10-25T19:31:44.852Z] 5831b945b038: Waiting [2022-10-25T19:31:44.852Z] 86bbec2aaacd: Waiting [2022-10-25T19:31:44.852Z] e10730c5d714: Waiting [2022-10-25T19:31:44.852Z] 5dd5c2283517: Waiting [2022-10-25T19:31:44.852Z] d5ac0230b979: Waiting [2022-10-25T19:31:45.125Z] d0c4b47475fc: Verifying Checksum [2022-10-25T19:31:45.125Z] d0c4b47475fc: Download complete [2022-10-25T19:31:45.125Z] d32db5db7311: Verifying Checksum [2022-10-25T19:31:45.125Z] d32db5db7311: Download complete [2022-10-25T19:31:45.125Z] 86bbec2aaacd: Verifying Checksum [2022-10-25T19:31:45.125Z] 86bbec2aaacd: Download complete [2022-10-25T19:31:45.125Z] e10730c5d714: Verifying Checksum [2022-10-25T19:31:45.125Z] e10730c5d714: Download complete [2022-10-25T19:31:45.125Z] 9b18e9b68314: Verifying Checksum [2022-10-25T19:31:45.125Z] 9b18e9b68314: Download complete [2022-10-25T19:31:46.122Z] 9b18e9b68314: Pull complete [2022-10-25T19:31:46.122Z] d5ac0230b979: Verifying Checksum [2022-10-25T19:31:46.122Z] d5ac0230b979: Download complete [2022-10-25T19:31:46.393Z] d32db5db7311: Pull complete [2022-10-25T19:31:46.743Z] d0c4b47475fc: Pull complete [2022-10-25T19:31:47.729Z] 5dd5c2283517: Verifying Checksum [2022-10-25T19:31:47.729Z] 5dd5c2283517: Download complete [2022-10-25T19:31:48.315Z] 5831b945b038: Verifying Checksum [2022-10-25T19:31:48.315Z] 5831b945b038: Download complete [2022-10-25T19:32:00.656Z] 5831b945b038: Pull complete [2022-10-25T19:32:00.656Z] 86bbec2aaacd: Pull complete [2022-10-25T19:32:00.656Z] e10730c5d714: Pull complete [2022-10-25T19:32:07.316Z] 5dd5c2283517: Pull complete [2022-10-25T19:32:08.282Z] d5ac0230b979: Pull complete [2022-10-25T19:32:08.282Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T19:32:08.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:32:08.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:32:08.674Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:32:08.674Z] WORKDIR /edgex [2022-10-25T19:32:08.674Z] COPY go.mod . [2022-10-25T19:32:08.674Z] RUN go mod download [2022-10-25T19:32:08.674Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-25T19:32:09.269Z] Sending build context to Docker daemon 3.269MB [2022-10-25T19:32:09.269Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:32:09.269Z] ---> 59b3b1a385d4 [2022-10-25T19:32:09.269Z] Step 2/4 : WORKDIR /edgex [2022-10-25T19:32:12.640Z] ---> Running in 69c6a504afea [2022-10-25T19:32:12.640Z] Removing intermediate container 69c6a504afea [2022-10-25T19:32:12.640Z] ---> a3e7d74dbb8d [2022-10-25T19:32:12.640Z] Step 3/4 : COPY go.mod . [2022-10-25T19:32:12.913Z] ---> 9400f760d236 [2022-10-25T19:32:12.913Z] Step 4/4 : RUN go mod download [2022-10-25T19:32:12.913Z] ---> Running in 598b92cc19cd [2022-10-25T19:32:45.172Z] Removing intermediate container 598b92cc19cd [2022-10-25T19:32:45.172Z] ---> f25098721c46 [2022-10-25T19:32:45.172Z] Successfully built f25098721c46 [2022-10-25T19:32:45.172Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:32:45.579Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T19:32:45.579Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:32:45.845Z] prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container [2022-10-25T19:32:45.919Z] $ 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 [2022-10-25T19:32:47.229Z] $ docker top b12daa417e7c369fd881d855de1d292d50320edf2bcc87e4dd8e5fabcb513c1f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:32:48.124Z] + go version [2022-10-25T19:32:48.124Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T19:32:48.156Z] $ docker stop --time=1 b12daa417e7c369fd881d855de1d292d50320edf2bcc87e4dd8e5fabcb513c1f [2022-10-25T19:32:49.771Z] $ docker rm -f b12daa417e7c369fd881d855de1d292d50320edf2bcc87e4dd8e5fabcb513c1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:32:50.597Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T19:32:50.597Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:32:50.841Z] prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container [2022-10-25T19:32:50.906Z] $ 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 [2022-10-25T19:32:52.077Z] $ docker top b9b985f19275b2961561399d5a9ea8fd8c448d44d03c8259de91ba1b43674c10 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T19:32:52.320Z] ========================================================= [2022-10-25T19:32:52.320Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T19:32:52.320Z] ========================================================= [Pipeline] sh [2022-10-25T19:32:52.645Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:32:53.369Z] + make test [2022-10-25T19:32:53.369Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T19:33:32.330Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T19:35:39.025Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T19:35:39.025Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T19:35:39.295Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T19:35:39.296Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T19:35:45.948Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T19:35:46.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T19:35:46.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T19:35:46.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T19:35:46.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T19:35:50.483Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T19:35:50.483Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T19:35:50.483Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T19:35:50.483Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T19:35:50.483Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T19:35:50.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T19:36:17.225Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.406s coverage: 28.7% of statements [2022-10-25T19:36:17.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T19:36:17.225Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T19:36:20.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.727s coverage: 98.5% of statements [2022-10-25T19:36:23.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.743s coverage: 43.0% of statements [2022-10-25T19:36:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T19:36:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T19:36:23.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.539s coverage: 54.2% of statements [2022-10-25T19:36:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T19:36:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T19:36:50.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.810s coverage: 89.2% of statements [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T19:36:50.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.434s coverage: 2.2% of statements [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T19:36:50.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T19:36:53.265Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.134s coverage: 95.6% of statements [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T19:36:53.265Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.402s coverage: 72.2% of statements [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T19:36:53.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.453s coverage: 60.0% of statements [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T19:36:53.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.898s coverage: 0.9% of statements [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T19:36:53.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.340s coverage: 58.8% of statements [2022-10-25T19:36:53.265Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.303s coverage: 29.6% of statements [2022-10-25T19:36:53.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T19:36:55.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.471s coverage: 47.1% of statements [2022-10-25T19:36:55.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.315s coverage: 79.5% of statements [2022-10-25T19:36:55.867Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.305s coverage: 94.1% of statements [2022-10-25T19:36:56.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.330s coverage: 96.3% of statements [2022-10-25T19:37:01.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.274s coverage: 87.5% of statements [2022-10-25T19:37:09.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.380s coverage: 94.4% of statements [2022-10-25T19:37:09.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.228s coverage: 44.8% of statements [2022-10-25T19:37:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.804s coverage: 79.9% of statements [2022-10-25T19:37:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T19:37:25.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.316s coverage: 92.9% of statements [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T19:37:25.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T19:37:25.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T19:37:25.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.344s coverage: 86.9% of statements [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T19:37:25.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.252s coverage: 87.2% of statements [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T19:37:25.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.239s coverage: 100.0% of statements [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T19:37:25.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.443s coverage: 58.8% of statements [2022-10-25T19:37:25.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T19:37:25.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.329s coverage: 80.0% of statements [2022-10-25T19:37:25.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.274s coverage: 87.2% of statements [2022-10-25T19:37:26.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.400s coverage: 85.4% of statements [2022-10-25T19:37:28.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.093s coverage: 91.2% of statements [2022-10-25T19:37:28.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T19:37:36.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.904s coverage: 64.7% of statements [2022-10-25T19:37:36.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T19:37:36.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T19:37:36.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.334s coverage: 100.0% of statements [2022-10-25T19:37:36.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 89.4% of statements [2022-10-25T19:37:36.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements [2022-10-25T19:37:36.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.106s coverage: 73.7% of statements [2022-10-25T19:37:36.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2022-10-25T19:37:42.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.456s coverage: 65.8% of statements [2022-10-25T19:37:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T19:37:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T19:37:42.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T19:37:45.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.969s coverage: 41.8% of statements [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T19:37:45.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.318s coverage: 89.5% of statements [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T19:37:45.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.315s coverage: 84.8% of statements [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T19:37:45.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.408s coverage: 17.7% of statements [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.040s coverage: 92.3% of statements [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.390s coverage: 63.2% of statements [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.519s coverage: 97.7% of statements [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.255s coverage: 28.9% of statements [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T19:37:55.641Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.229s coverage: 100.0% of statements [2022-10-25T19:37:55.641Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements [2022-10-25T19:37:56.600Z] 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 [2022-10-25T19:37:56.600Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T19:37:56.600Z] GO111MODULE=on go vet ./... [2022-10-25T19:40:03.479Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T19:40:03.479Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T19:40:03.479Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T19:40:03.516Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T19:40:04.171Z] + ls -al . [2022-10-25T19:40:04.171Z] total 764 [2022-10-25T19:40:04.171Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 19:32 . [2022-10-25T19:40:04.171Z] drwxr-xr-x 4 root root 4096 Oct 25 19:32 .. [2022-10-25T19:40:04.171Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 .blubracket [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 19:31 .dockerignore [2022-10-25T19:40:04.171Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 .git [2022-10-25T19:40:04.171Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 .github [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:31 .gitignore [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 19:31 .golangci.yml [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 19:31 .hadolint.yml [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 19:31 .sonarcloud.properties [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:31 ADOPTERS.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:31 Attribution.txt [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:31 CHANGELOG.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:31 CONTRIBUTING.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 19:31 GOVERNANCE.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 19:31 Jenkinsfile [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:31 LICENSE [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:31 Makefile [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 19:31 OWNERS.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:31 README.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:31 SECURITY.md [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 19:20 VERSION [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:31 ZMQWindows.md [2022-10-25T19:40:04.171Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 bin [2022-10-25T19:40:04.171Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 19:31 cmd [2022-10-25T19:40:04.171Z] -rw-r--r-- 1 root root 501828 Oct 25 19:37 coverage.out [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 3447 Oct 25 19:31 go.mod [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 45062 Oct 25 19:31 go.sum [2022-10-25T19:40:04.171Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 internal [2022-10-25T19:40:04.171Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 openapi [2022-10-25T19:40:04.171Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 19:31 snap [2022-10-25T19:40:04.171Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 19:31 version.go [Pipeline] sh [2022-10-25T19:40:04.829Z] + '[' -e coverage.out ] [2022-10-25T19:40:04.829Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T19:40:04.861Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T19:40:05.665Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T19:40:05.995Z] + make build [2022-10-25T19:40:06.265Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T19:41:42.903Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:43:04.510Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:43:05.923Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T19:43:52.778Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T19:43:52.778Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T19:43:58.120Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T19:44:06.328Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T19:44:09.676Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:44:16.334Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:44:19.687Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:44:23.946Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:44:34.021Z] CGO_ENABLED=0 GO111MODULE=on 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] } [2022-10-25T19:44:39.392Z] $ docker stop --time=1 b9b985f19275b2961561399d5a9ea8fd8c448d44d03c8259de91ba1b43674c10 [2022-10-25T19:44:41.456Z] $ docker rm -f b9b985f19275b2961561399d5a9ea8fd8c448d44d03c8259de91ba1b43674c10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:44:44.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:44:44.211Z] [2022-10-25T19:44:44.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:44:44.609Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:44:45.197Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-25T19:44:45.197Z] 29e5d40040c1: Pulling fs layer [2022-10-25T19:44:45.197Z] 1ce36da41761: Pulling fs layer [2022-10-25T19:44:45.197Z] 25b303627fd3: Pulling fs layer [2022-10-25T19:44:45.197Z] 29e5d40040c1: Verifying Checksum [2022-10-25T19:44:45.197Z] 29e5d40040c1: Download complete [2022-10-25T19:44:45.473Z] 1ce36da41761: Verifying Checksum [2022-10-25T19:44:45.473Z] 1ce36da41761: Download complete [2022-10-25T19:44:45.741Z] 29e5d40040c1: Pull complete [2022-10-25T19:44:47.154Z] 1ce36da41761: Pull complete [2022-10-25T19:44:47.155Z] 25b303627fd3: Verifying Checksum [2022-10-25T19:44:47.155Z] 25b303627fd3: Download complete [2022-10-25T19:44:57.252Z] 25b303627fd3: Pull complete [2022-10-25T19:44:57.252Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-25T19:44:57.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:44:57.252Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:44:57.577Z] prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container [2022-10-25T19:44:57.650Z] $ 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 [2022-10-25T19:44:59.972Z] $ docker top 38c5e2b7f4291a623482e83c0b754ea0a7987660e3b5a9b58df842c45bb74f4d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:45:00.878Z] + docker-compose build --help [2022-10-25T19:45:00.878Z] + grep parallel [2022-10-25T19:45:06.225Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T19:45:06.252Z] $ docker stop --time=1 38c5e2b7f4291a623482e83c0b754ea0a7987660e3b5a9b58df842c45bb74f4d [2022-10-25T19:45:07.901Z] $ docker rm -f 38c5e2b7f4291a623482e83c0b754ea0a7987660e3b5a9b58df842c45bb74f4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:45:08.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:45:08.641Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:45:08.892Z] prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container [2022-10-25T19:45:09.004Z] $ 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 [2022-10-25T19:45:10.204Z] $ docker top 026cb035c6b82e0d55bda323d4273152ab338426541ac72ed39102083512bb2c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:45:11.135Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T19:45:17.817Z] Building core-command ... [2022-10-25T19:45:17.817Z] Building core-data ... [2022-10-25T19:45:17.817Z] Building core-metadata ... [2022-10-25T19:45:17.817Z] Building security-bootstrapper ... [2022-10-25T19:45:17.817Z] Building security-proxy-setup ... [2022-10-25T19:45:17.817Z] Building security-secretstore-setup ... [2022-10-25T19:45:17.817Z] Building security-spiffe-token-provider ... [2022-10-25T19:45:17.817Z] Building security-spire-agent ... [2022-10-25T19:45:17.817Z] Building security-spire-config ... [2022-10-25T19:45:17.817Z] Building security-spire-server ... [2022-10-25T19:45:17.817Z] Building support-notifications ... [2022-10-25T19:45:17.817Z] Building support-scheduler ... [2022-10-25T19:45:17.817Z] Building sys-mgmt-agent ... [2022-10-25T19:45:17.817Z] Building security-secretstore-setup [2022-10-25T19:45:17.817Z] Building security-spiffe-token-provider [2022-10-25T19:45:17.817Z] Building security-spire-server [2022-10-25T19:45:17.817Z] Building security-bootstrapper [2022-10-25T19:45:17.817Z] Building security-spire-config [2022-10-25T19:46:14.223Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:14.223Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:14.223Z] ---> f25098721c46 [2022-10-25T19:46:14.223Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:46:14.223Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:14.223Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:14.223Z] ---> f25098721c46 [2022-10-25T19:46:14.223Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:46:14.223Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:14.223Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:14.223Z] ---> f25098721c46 [2022-10-25T19:46:14.223Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T19:46:14.223Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:14.223Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:14.223Z] ---> f25098721c46 [2022-10-25T19:46:14.223Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T19:46:14.223Z] ---> Running in 555bda2b27ad [2022-10-25T19:46:14.223Z] ---> Running in ae43e5a6a61e [2022-10-25T19:46:14.223Z] ---> Running in 9d519708af1f [2022-10-25T19:46:14.223Z] ---> Running in 1f77887cef96 [2022-10-25T19:46:14.223Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:14.223Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:14.223Z] ---> f25098721c46 [2022-10-25T19:46:14.223Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:46:14.223Z] ---> Running in 4b5fdb5d2397 [2022-10-25T19:46:14.223Z] Removing intermediate container 555bda2b27ad [2022-10-25T19:46:14.223Z] ---> 7b57d9a599fc [2022-10-25T19:46:14.223Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:14.223Z] Removing intermediate container ae43e5a6a61e [2022-10-25T19:46:14.223Z] ---> 8e1190c34bbc [2022-10-25T19:46:14.223Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:14.223Z] Removing intermediate container 9d519708af1f [2022-10-25T19:46:14.223Z] ---> 3b2cb0b72674 [2022-10-25T19:46:14.223Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T19:46:14.223Z] Removing intermediate container 1f77887cef96 [2022-10-25T19:46:14.223Z] ---> aae9ec183392 [2022-10-25T19:46:14.223Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:14.223Z] Removing intermediate container 4b5fdb5d2397 [2022-10-25T19:46:14.223Z] ---> 43fd00eb5c94 [2022-10-25T19:46:14.223Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:14.223Z] ---> Running in 523f11adc88d [2022-10-25T19:46:14.223Z] ---> Running in 32efc4768b16 [2022-10-25T19:46:14.223Z] ---> Running in e6d88c3b5daf [2022-10-25T19:46:14.223Z] ---> Running in 9e35f8e08739 [2022-10-25T19:46:14.223Z] ---> Running in 4944b1779bb7 [2022-10-25T19:46:14.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:14.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:14.223Z] Removing intermediate container 523f11adc88d [2022-10-25T19:46:14.223Z] ---> e54a22783ea1 [2022-10-25T19:46:14.223Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:46:14.223Z] ---> Running in 4cf5953dcd73 [2022-10-25T19:46:14.223Z] Removing intermediate container 4944b1779bb7 [2022-10-25T19:46:14.223Z] ---> fb8425d5f5f9 [2022-10-25T19:46:14.223Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:46:14.223Z] ---> Running in 6ad9e152ef8e [2022-10-25T19:46:14.223Z] v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T19:46:14.223Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T19:46:14.223Z] OK: 16896 distinct packages available [2022-10-25T19:46:14.223Z] Removing intermediate container 32efc4768b16 [2022-10-25T19:46:14.223Z] ---> bd10ce8d3ecc [2022-10-25T19:46:14.223Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T19:46:14.223Z] Removing intermediate container e6d88c3b5daf [2022-10-25T19:46:14.223Z] ---> 1710bbc0ec97 [2022-10-25T19:46:14.223Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T19:46:14.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:14.223Z] ---> Running in 32772be736fd [2022-10-25T19:46:14.223Z] ---> Running in 863b234d85a4 [2022-10-25T19:46:14.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:15.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:15.723Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:15.723Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:16.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:16.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:16.311Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:16.578Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:16.846Z] Removing intermediate container 9e35f8e08739 [2022-10-25T19:46:16.846Z] ---> 8a29d9de05c4 [2022-10-25T19:46:16.846Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T19:46:17.112Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:17.112Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:17.702Z] ---> fbf4d1246ee6 [2022-10-25T19:46:17.702Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:17.702Z] ---> Running in 04d04e5ebc23 [2022-10-25T19:46:17.973Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:18.239Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:19.200Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:19.200Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:20.621Z] Removing intermediate container 4cf5953dcd73 [2022-10-25T19:46:20.621Z] ---> dd4cd5a3b77d [2022-10-25T19:46:20.621Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:46:20.621Z] Removing intermediate container 6ad9e152ef8e [2022-10-25T19:46:20.621Z] ---> c3e36001e49d [2022-10-25T19:46:20.621Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:46:20.888Z] Removing intermediate container 32772be736fd [2022-10-25T19:46:20.888Z] ---> 3a5e63020fa1 [2022-10-25T19:46:20.888Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:46:21.161Z] Removing intermediate container 863b234d85a4 [2022-10-25T19:46:21.161Z] ---> 2e3aa9a12597 [2022-10-25T19:46:21.161Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T19:46:21.750Z] ---> 8e83e6f3edbc [2022-10-25T19:46:21.750Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:21.750Z] ---> Running in eccef3934df8 [2022-10-25T19:46:21.750Z] ---> 632ab57ec136 [2022-10-25T19:46:21.750Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:22.017Z] ---> Running in ac4aaae6661e [2022-10-25T19:46:22.602Z] ---> c758d70b96bc [2022-10-25T19:46:22.602Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:22.871Z] ---> d8b5c88c1b49 [2022-10-25T19:46:22.871Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:22.871Z] ---> Running in a4cce66fb48f [2022-10-25T19:46:23.141Z] ---> Running in 0062987a9c44 [2022-10-25T19:47:44.765Z] Removing intermediate container a4cce66fb48f [2022-10-25T19:47:44.765Z] ---> cbbe85f668c6 [2022-10-25T19:47:44.765Z] Step 8/33 : COPY . . [2022-10-25T19:47:44.765Z] Removing intermediate container 0062987a9c44 [2022-10-25T19:47:44.765Z] ---> 679b0c891a3e [2022-10-25T19:47:44.765Z] Step 8/25 : COPY . . [2022-10-25T19:47:44.765Z] Removing intermediate container 04d04e5ebc23 [2022-10-25T19:47:44.765Z] ---> a60a61966df8 [2022-10-25T19:47:44.765Z] Step 7/20 : COPY . . [2022-10-25T19:47:44.765Z] Removing intermediate container ac4aaae6661e [2022-10-25T19:47:44.765Z] ---> 6cee3fc86b74 [2022-10-25T19:47:44.765Z] Step 8/25 : COPY . . [2022-10-25T19:47:44.765Z] Removing intermediate container eccef3934df8 [2022-10-25T19:47:44.765Z] ---> 61a9b3cc72ee [2022-10-25T19:47:44.765Z] Step 8/26 : COPY . . [2022-10-25T19:48:02.977Z] ---> d9b211fc1387 [2022-10-25T19:48:02.977Z] ---> 2b67e8781bc2 [2022-10-25T19:48:02.977Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:48:02.977Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T19:48:02.977Z] ---> 38fc9bb31040 [2022-10-25T19:48:02.977Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T19:48:02.977Z] ---> 958a626bc9ce [2022-10-25T19:48:03.249Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:48:03.249Z] ---> Running in 7684f10ecba1 [2022-10-25T19:48:03.249Z] ---> Running in 85ed29347858 [2022-10-25T19:48:03.249Z] ---> Running in 1260a3019faf [2022-10-25T19:48:03.249Z] ---> 8cf1a383a4ce [2022-10-25T19:48:03.249Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T19:48:03.518Z] ---> Running in 636f9a2f039b [2022-10-25T19:48:03.518Z] ---> Running in ade8ceee1d58 [2022-10-25T19:48:04.134Z] Removing intermediate container 85ed29347858 [2022-10-25T19:48:04.134Z] ---> eb3db60b867f [2022-10-25T19:48:04.134Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T19:48:04.404Z] ---> Running in 6bc8588d51bc [2022-10-25T19:48:04.404Z] Removing intermediate container 636f9a2f039b [2022-10-25T19:48:04.404Z] ---> 43f913d44d4d [2022-10-25T19:48:04.404Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:48:04.675Z] ---> Running in 388c5d48dacf [2022-10-25T19:48:05.266Z] Removing intermediate container 6bc8588d51bc [2022-10-25T19:48:05.266Z] ---> 5a349ff25a0b [2022-10-25T19:48:05.266Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T19:48:05.266Z] ---> Running in de9343e91c08 [2022-10-25T19:48:05.535Z] Removing intermediate container 388c5d48dacf [2022-10-25T19:48:05.535Z] ---> d98e7b38f59c [2022-10-25T19:48:05.535Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T19:48:05.535Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:48:05.805Z] ---> Running in 1bf2dbe5994f [2022-10-25T19:48:06.072Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:48:06.072Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:48:09.434Z] Removing intermediate container de9343e91c08 [2022-10-25T19:48:09.434Z] ---> 2999b5a0711f [2022-10-25T19:48:09.434Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T19:48:09.434Z] ---> Running in 70046f4e31fb [2022-10-25T19:48:10.033Z] Removing intermediate container 1bf2dbe5994f [2022-10-25T19:48:10.033Z] ---> a381d45fc560 [2022-10-25T19:48:10.033Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:48:10.301Z] ---> Running in 105f2eef4bbc [2022-10-25T19:48:10.301Z] Removing intermediate container 70046f4e31fb [2022-10-25T19:48:10.301Z] ---> b6d913994023 [2022-10-25T19:48:10.301Z] [2022-10-25T19:48:10.301Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T19:48:10.568Z] 3.15: Pulling from library/alpine [2022-10-25T19:48:10.838Z] Removing intermediate container 105f2eef4bbc [2022-10-25T19:48:10.838Z] ---> 7a65aa189302 [2022-10-25T19:48:10.838Z] [2022-10-25T19:48:10.838Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:48:11.110Z] 3.15: Pulling from library/alpine [2022-10-25T19:48:12.081Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:48:12.081Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:48:12.081Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:48:12.081Z] Status: Image is up to date for alpine:3.15 [2022-10-25T19:48:12.081Z] ---> 02e0d6fdf486 [2022-10-25T19:48:12.081Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:48:12.081Z] ---> 02e0d6fdf486 [2022-10-25T19:48:12.081Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:48:12.368Z] ---> Running in d049dd8cf46f [2022-10-25T19:48:12.368Z] ---> Running in c1c9946d79b9 [2022-10-25T19:48:12.959Z] Removing intermediate container d049dd8cf46f [2022-10-25T19:48:12.959Z] ---> 75e85110ecdf [2022-10-25T19:48:12.959Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:48:12.959Z] Removing intermediate container c1c9946d79b9 [2022-10-25T19:48:12.959Z] ---> d2e7174c7cdc [2022-10-25T19:48:12.959Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:48:13.232Z] ---> Running in 47abe1ce8016 [2022-10-25T19:48:13.232Z] ---> Running in ad1649c0cb9c [2022-10-25T19:48:18.627Z] Removing intermediate container 47abe1ce8016 [2022-10-25T19:48:18.627Z] ---> 484a2da1e64b [2022-10-25T19:48:18.627Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T19:48:18.956Z] Removing intermediate container ad1649c0cb9c [2022-10-25T19:48:18.956Z] ---> 838044aedb73 [2022-10-25T19:48:18.956Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:48:18.956Z] ---> Running in 8f9026659736 [2022-10-25T19:48:19.557Z] ---> Running in 67bfa3524c6d [2022-10-25T19:48:21.501Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:21.767Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:22.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:22.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:24.298Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:48:24.298Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:48:24.298Z] OK: 15734 distinct packages available [2022-10-25T19:48:24.298Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:48:24.298Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:48:24.298Z] OK: 15734 distinct packages available [2022-10-25T19:48:24.298Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:24.564Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:25.148Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:25.148Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:26.557Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T19:48:27.140Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T19:48:27.140Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:48:27.407Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:48:27.407Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T19:48:27.673Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T19:48:27.673Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T19:48:27.939Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T19:48:28.206Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:48:28.206Z] OK: 6 MiB in 18 packages [2022-10-25T19:48:28.473Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T19:48:29.060Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:48:29.060Z] OK: 6 MiB in 19 packages [2022-10-25T19:48:30.022Z] Removing intermediate container 8f9026659736 [2022-10-25T19:48:30.022Z] ---> 9dda91823d1f [2022-10-25T19:48:30.022Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:48:30.990Z] Removing intermediate container 67bfa3524c6d [2022-10-25T19:48:30.990Z] ---> 66f691336782 [2022-10-25T19:48:30.990Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:48:39.213Z] ---> 43aeeae656dd [2022-10-25T19:48:39.213Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:48:39.799Z] ---> 0cbc2ce10dcf [2022-10-25T19:48:39.799Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:48:40.069Z] ---> 81d16728cbe5 [2022-10-25T19:48:40.069Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T19:48:40.069Z] ---> Running in e1236fc05c14 [2022-10-25T19:48:41.031Z] Removing intermediate container e1236fc05c14 [2022-10-25T19:48:41.031Z] ---> 96f15ed5d538 [2022-10-25T19:48:41.031Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T19:48:41.031Z] ---> 121f92a71e6b [2022-10-25T19:48:41.031Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T19:48:42.449Z] ---> 468ace916d7e [2022-10-25T19:48:42.449Z] Step 21/26 : WORKDIR / [2022-10-25T19:48:42.449Z] ---> 46911cc9c51e [2022-10-25T19:48:42.449Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T19:48:42.449Z] ---> Running in ac18a781a712 [2022-10-25T19:48:43.033Z] Removing intermediate container ac18a781a712 [2022-10-25T19:48:43.033Z] ---> 95a81491dd08 [2022-10-25T19:48:43.033Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:48:43.033Z] ---> Running in c3d8bb105ba9 [2022-10-25T19:48:43.996Z] ---> cf39ccefafd0 [2022-10-25T19:48:43.996Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:48:43.996Z] Removing intermediate container c3d8bb105ba9 [2022-10-25T19:48:43.996Z] ---> 26d0ddf96725 [2022-10-25T19:48:43.996Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:48:43.996Z] ---> Running in 633e13429af6 [2022-10-25T19:48:43.996Z] ---> Running in a9c12fa99bc5 [2022-10-25T19:48:44.581Z] Removing intermediate container 633e13429af6 [2022-10-25T19:48:44.581Z] ---> 78420040cb66 [2022-10-25T19:48:44.581Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:48:44.581Z] Removing intermediate container a9c12fa99bc5 [2022-10-25T19:48:44.581Z] ---> 02be3a149201 [2022-10-25T19:48:44.581Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T19:48:44.581Z] ---> Running in f017be00a210 [2022-10-25T19:48:44.856Z] ---> Running in dafbaabfd9e8 [2022-10-25T19:48:45.450Z] Removing intermediate container f017be00a210 [2022-10-25T19:48:45.450Z] ---> ddb3438ae1b8 [2022-10-25T19:48:45.450Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T19:48:45.450Z] Removing intermediate container dafbaabfd9e8 [2022-10-25T19:48:45.450Z] ---> dce1fdf15e70 [2022-10-25T19:48:45.450Z] Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:48:45.726Z] ---> Running in 06d851cb9d4d [2022-10-25T19:48:45.726Z] ---> Running in d24cdadbb0cc [2022-10-25T19:48:46.309Z] Removing intermediate container 06d851cb9d4d [2022-10-25T19:48:46.309Z] ---> 7a450cf650f5 [2022-10-25T19:48:46.309Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:48:46.309Z] Removing intermediate container d24cdadbb0cc [2022-10-25T19:48:46.309Z] ---> b2da6f00bb98 [2022-10-25T19:48:46.309Z] Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:48:46.577Z] ---> Running in 090a34f20873 [2022-10-25T19:48:46.577Z] ---> Running in 971b01b447e3 [2022-10-25T19:48:47.176Z] Removing intermediate container 971b01b447e3 [2022-10-25T19:48:47.176Z] ---> dc7a5dcf4f3b [2022-10-25T19:48:47.176Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:48:47.176Z] Removing intermediate container 090a34f20873 [2022-10-25T19:48:47.176Z] ---> 96b12243fb03 [2022-10-25T19:48:47.176Z] [2022-10-25T19:48:47.448Z] ---> Running in 4a8d9af83403 [2022-10-25T19:48:48.035Z] Successfully built 96b12243fb03 [2022-10-25T19:48:48.035Z] Successfully tagged security-spire-config-arm64:latest [2022-10-25T19:48:48.035Z]  Building security-spire-config ... done Building sys-mgmt-agent [2022-10-25T19:48:48.035Z] Removing intermediate container 4a8d9af83403 [2022-10-25T19:48:48.035Z] ---> 6e1cd6740479 [2022-10-25T19:48:48.035Z] [2022-10-25T19:48:48.304Z] Successfully built 6e1cd6740479 [2022-10-25T19:48:48.304Z] Successfully tagged security-spire-server-arm64:latest [2022-10-25T19:48:48.304Z]  Building security-spire-server ... done Building core-metadata [2022-10-25T19:49:20.542Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:49:20.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:49:20.542Z] ---> f25098721c46 [2022-10-25T19:49:20.542Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T19:49:20.542Z] ---> Using cache [2022-10-25T19:49:20.542Z] ---> 43fd00eb5c94 [2022-10-25T19:49:20.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:49:20.542Z] ---> Using cache [2022-10-25T19:49:20.542Z] ---> fb8425d5f5f9 [2022-10-25T19:49:20.542Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T19:49:20.542Z] ---> Running in 7d32e9aa3b76 [2022-10-25T19:49:20.542Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:20.542Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:49:20.542Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:49:20.542Z] ---> f25098721c46 [2022-10-25T19:49:20.542Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:49:20.542Z] ---> Running in 2cbc503d810a [2022-10-25T19:49:20.542Z] Removing intermediate container 2cbc503d810a [2022-10-25T19:49:20.542Z] ---> 016aa0ca9709 [2022-10-25T19:49:20.542Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T19:49:20.542Z] ---> Running in 30e370ac9873 [2022-10-25T19:49:20.542Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:20.542Z] Removing intermediate container 30e370ac9873 [2022-10-25T19:49:20.542Z] ---> 66bca37bd03c [2022-10-25T19:49:20.542Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:49:20.542Z] ---> Running in b361e7a3a6e5 [2022-10-25T19:49:22.486Z] OK: 221 MiB in 51 packages [2022-10-25T19:49:24.440Z] Removing intermediate container 7d32e9aa3b76 [2022-10-25T19:49:24.440Z] ---> d1fa8176b156 [2022-10-25T19:49:24.440Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T19:49:24.733Z] Removing intermediate container b361e7a3a6e5 [2022-10-25T19:49:24.733Z] ---> 1b88595f617a [2022-10-25T19:49:24.733Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T19:49:25.015Z] ---> Running in 3f67241e50dd [2022-10-25T19:49:25.989Z] ---> a37cf62753e7 [2022-10-25T19:49:25.989Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:49:25.989Z] ---> Running in e0260196c967 [2022-10-25T19:49:27.940Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:28.526Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:30.472Z] OK: 221 MiB in 51 packages [2022-10-25T19:49:31.884Z] Removing intermediate container 3f67241e50dd [2022-10-25T19:49:31.884Z] ---> 667b79939235 [2022-10-25T19:49:31.884Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T19:49:32.852Z] ---> f91776e87635 [2022-10-25T19:49:32.852Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:49:33.127Z] ---> Running in 3f89ed32ebcf [2022-10-25T19:51:09.826Z] Removing intermediate container e0260196c967 [2022-10-25T19:51:09.826Z] ---> 120b812b21c9 [2022-10-25T19:51:09.826Z] Step 8/23 : COPY . . [2022-10-25T19:51:09.826Z] Removing intermediate container 3f89ed32ebcf [2022-10-25T19:51:09.826Z] ---> ac434fdb5b85 [2022-10-25T19:51:09.826Z] Step 9/25 : COPY . . [2022-10-25T19:51:12.442Z] ---> 1b4eb1f1c52e [2022-10-25T19:51:12.442Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T19:51:12.713Z] ---> Running in 8e71abc8f698 [2022-10-25T19:51:15.313Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-25T19:51:20.664Z] ---> d09c133838c4 [2022-10-25T19:51:20.664Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T19:51:20.664Z] ---> Running in ae6fb2f8ccb8 [2022-10-25T19:51:22.611Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:54:29.946Z] CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T19:54:52.023Z] Removing intermediate container 7684f10ecba1 [2022-10-25T19:54:52.023Z] ---> 8b8848a21971 [2022-10-25T19:54:52.023Z] [2022-10-25T19:54:52.023Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T19:54:52.023Z] 3.16: Pulling from library/alpine [2022-10-25T19:54:52.023Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:54:52.023Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T19:54:52.023Z] ---> a6215f271958 [2022-10-25T19:54:52.023Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T19:54:52.023Z] ---> Running in 0765b75c2ddf [2022-10-25T19:54:52.023Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:54:52.610Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:54:54.562Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T19:54:54.831Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T19:54:54.831Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T19:54:54.831Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:54:54.831Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:54:55.417Z] OK: 6 MiB in 17 packages [2022-10-25T19:54:59.696Z] Removing intermediate container 0765b75c2ddf [2022-10-25T19:54:59.696Z] ---> 561127f1b528 [2022-10-25T19:54:59.696Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:54:59.696Z] ---> Running in 090175c7c968 [2022-10-25T19:55:00.289Z] Removing intermediate container 090175c7c968 [2022-10-25T19:55:00.289Z] ---> 06a9473b55c6 [2022-10-25T19:55:00.289Z] Step 13/25 : WORKDIR / [2022-10-25T19:55:00.566Z] ---> Running in 452713431dec [2022-10-25T19:55:01.547Z] Removing intermediate container 452713431dec [2022-10-25T19:55:01.547Z] ---> 1f2e89138bdd [2022-10-25T19:55:01.547Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-10-25T19:55:02.964Z] ---> 45b0b89f6a18 [2022-10-25T19:55:02.964Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-10-25T19:55:03.240Z] Removing intermediate container ade8ceee1d58 [2022-10-25T19:55:03.240Z] ---> 2edac997bb20 [2022-10-25T19:55:03.240Z] [2022-10-25T19:55:03.240Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T19:55:03.240Z] ---> a6215f271958 [2022-10-25T19:55:03.240Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:55:03.517Z] ---> Running in b1e2cf5df4ac [2022-10-25T19:55:04.107Z] Removing intermediate container b1e2cf5df4ac [2022-10-25T19:55:04.107Z] ---> 64184e7de2e4 [2022-10-25T19:55:04.107Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T19:55:04.391Z] ---> 98b690e7a46b [2022-10-25T19:55:04.391Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T19:55:04.391Z] ---> Running in 4a419e2faf52 [2022-10-25T19:55:05.800Z] ---> b2ec4694efa5 [2022-10-25T19:55:05.800Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-10-25T19:55:07.213Z] ---> ada9cddef6f9 [2022-10-25T19:55:07.213Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T19:55:07.213Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:07.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:08.766Z] ---> 9ae913185e73 [2022-10-25T19:55:08.766Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T19:55:09.730Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:55:09.730Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T19:55:09.730Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:55:09.730Z] OK: 5 MiB in 16 packages [2022-10-25T19:55:11.144Z] ---> c04bbcb010b3 [2022-10-25T19:55:11.144Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:55:11.750Z] Removing intermediate container 4a419e2faf52 [2022-10-25T19:55:11.750Z] ---> 6039ab30d1cd [2022-10-25T19:55:11.750Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T19:55:12.022Z] ---> Running in 835b6f56bf31 [2022-10-25T19:55:12.986Z] ---> 3db9aeb38c6f [2022-10-25T19:55:12.986Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:55:12.986Z] Removing intermediate container 835b6f56bf31 [2022-10-25T19:55:12.986Z] ---> 265e12fa3d1e [2022-10-25T19:55:12.986Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T19:55:12.986Z] ---> Running in 3c4818964aff [2022-10-25T19:55:13.252Z] ---> Running in c84409dc5aea [2022-10-25T19:55:14.214Z] Removing intermediate container c84409dc5aea [2022-10-25T19:55:14.214Z] ---> 472c410fa69a [2022-10-25T19:55:14.214Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T19:55:14.214Z] ---> Running in 7ca46b0fec4d [2022-10-25T19:55:15.175Z] Removing intermediate container 7ca46b0fec4d [2022-10-25T19:55:15.175Z] ---> 98fa440458dc [2022-10-25T19:55:15.175Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T19:55:15.175Z] ---> Running in c31e2507bcd1 [2022-10-25T19:55:16.146Z] Removing intermediate container c31e2507bcd1 [2022-10-25T19:55:16.146Z] ---> 0b56d2bf3dc7 [2022-10-25T19:55:16.146Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T19:55:16.146Z] ---> Running in 49be0332b327 [2022-10-25T19:55:17.571Z] Removing intermediate container 3c4818964aff [2022-10-25T19:55:17.571Z] ---> ab8d2b3e9e68 [2022-10-25T19:55:17.571Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:55:17.571Z] ---> Running in 020d0ce634c0 [2022-10-25T19:55:18.533Z] Removing intermediate container 020d0ce634c0 [2022-10-25T19:55:18.533Z] ---> fe4e8022d55c [2022-10-25T19:55:18.533Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T19:55:18.533Z] ---> Running in 6dcbe9fe7bc0 [2022-10-25T19:55:19.123Z] Removing intermediate container 6dcbe9fe7bc0 [2022-10-25T19:55:19.123Z] ---> a6032d98a1e7 [2022-10-25T19:55:19.123Z] Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:55:19.391Z] ---> Running in f673b660f4e8 [2022-10-25T19:55:20.356Z] Removing intermediate container f673b660f4e8 [2022-10-25T19:55:20.356Z] ---> 799da06a006a [2022-10-25T19:55:20.356Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:55:20.623Z] ---> Running in 99c2e4999b2a [2022-10-25T19:55:20.623Z] Removing intermediate container 49be0332b327 [2022-10-25T19:55:20.623Z] ---> e8c6ad34f5de [2022-10-25T19:55:20.623Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T19:55:20.623Z] ---> Running in 84c1e67c1c3d [2022-10-25T19:55:21.207Z] Removing intermediate container 99c2e4999b2a [2022-10-25T19:55:21.207Z] ---> 662c37c760ac [2022-10-25T19:55:21.207Z] [2022-10-25T19:55:21.794Z] Removing intermediate container 84c1e67c1c3d [2022-10-25T19:55:21.794Z] ---> f7802cf0ce7f [2022-10-25T19:55:21.794Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T19:55:22.063Z] Successfully built 662c37c760ac [2022-10-25T19:55:22.063Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-25T19:55:22.063Z] Building security-spire-agent [2022-10-25T19:55:22.651Z]  Building security-secretstore-setup ... done  ---> ea571dbbf7a0 [2022-10-25T19:55:22.651Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T19:55:22.651Z] ---> Running in d5425cb59a81 [2022-10-25T19:55:26.919Z] Removing intermediate container d5425cb59a81 [2022-10-25T19:55:26.919Z] ---> dd88de5bf3fb [2022-10-25T19:55:26.919Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:55:27.510Z] ---> efafc67d4c60 [2022-10-25T19:55:27.510Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T19:55:29.468Z] ---> 151175c24cfe [2022-10-25T19:55:29.468Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T19:55:30.894Z] ---> 9458ff224eee [2022-10-25T19:55:30.894Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T19:55:31.865Z] ---> eb8a8dfefa3e [2022-10-25T19:55:31.865Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T19:55:32.844Z] ---> ae31e8d56d25 [2022-10-25T19:55:32.844Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T19:55:34.804Z] ---> 6b23709321ff [2022-10-25T19:55:34.804Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T19:55:36.224Z] ---> 87d8f010c65f [2022-10-25T19:55:36.224Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T19:55:36.224Z] ---> Running in c3e45277adec [2022-10-25T19:55:41.581Z] Removing intermediate container c3e45277adec [2022-10-25T19:55:41.581Z] ---> 9a95090d1cfb [2022-10-25T19:55:41.581Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T19:55:41.581Z] ---> Running in 0fd3217bda29 [2022-10-25T19:55:41.581Z] Removing intermediate container 0fd3217bda29 [2022-10-25T19:55:41.581Z] ---> e9b043ab14f0 [2022-10-25T19:55:41.581Z] Step 30/33 : CMD ["gate"] [2022-10-25T19:55:41.848Z] ---> Running in 17daa7e1be99 [2022-10-25T19:55:42.435Z] Removing intermediate container 17daa7e1be99 [2022-10-25T19:55:42.435Z] ---> 98c33f41954d [2022-10-25T19:55:42.435Z] Step 31/33 : LABEL arch=arm64 [2022-10-25T19:55:42.435Z] ---> Running in 1d3cd9e2228d [2022-10-25T19:55:43.021Z] Removing intermediate container 1d3cd9e2228d [2022-10-25T19:55:43.021Z] ---> a05e68a7ebe7 [2022-10-25T19:55:43.021Z] Step 32/33 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:55:43.290Z] ---> Running in b99fd5717ab2 [2022-10-25T19:55:44.250Z] Removing intermediate container b99fd5717ab2 [2022-10-25T19:55:44.250Z] ---> 951482d7cf56 [2022-10-25T19:55:44.250Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T19:55:44.250Z] ---> Running in 0c786343bd45 [2022-10-25T19:55:45.216Z] Removing intermediate container 0c786343bd45 [2022-10-25T19:55:45.216Z] ---> 8c33cdaf6e29 [2022-10-25T19:55:45.216Z] [2022-10-25T19:55:45.216Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:55:45.216Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:55:45.216Z] ---> f25098721c46 [2022-10-25T19:55:45.216Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 43fd00eb5c94 [2022-10-25T19:55:45.216Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> fb8425d5f5f9 [2022-10-25T19:55:45.216Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> c3e36001e49d [2022-10-25T19:55:45.216Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 8e83e6f3edbc [2022-10-25T19:55:45.216Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 61a9b3cc72ee [2022-10-25T19:55:45.216Z] Step 8/26 : COPY . . [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 958a626bc9ce [2022-10-25T19:55:45.216Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 43f913d44d4d [2022-10-25T19:55:45.216Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> d98e7b38f59c [2022-10-25T19:55:45.216Z] 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..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> a381d45fc560 [2022-10-25T19:55:45.216Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 7a65aa189302 [2022-10-25T19:55:45.216Z] [2022-10-25T19:55:45.216Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:55:45.216Z] ---> 02e0d6fdf486 [2022-10-25T19:55:45.216Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 75e85110ecdf [2022-10-25T19:55:45.216Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 838044aedb73 [2022-10-25T19:55:45.216Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:55:45.216Z] ---> Using cache [2022-10-25T19:55:45.216Z] ---> 66f691336782 [2022-10-25T19:55:45.216Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T19:55:45.483Z] Successfully built 8c33cdaf6e29 [2022-10-25T19:55:45.483Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-25T19:55:45.483Z]  Building security-bootstrapper ... done Building support-notifications [2022-10-25T19:55:49.748Z] ---> c10535481869 [2022-10-25T19:55:49.748Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:55:55.108Z] ---> 10faacb06cff [2022-10-25T19:55:55.108Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:55:55.697Z] ---> ee1020d2db5d [2022-10-25T19:55:55.697Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T19:55:57.645Z] ---> 244c6568c9c2 [2022-10-25T19:55:57.645Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T19:55:58.607Z] ---> 787a6af946aa [2022-10-25T19:55:58.607Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:55:58.607Z] ---> Running in 452a0889ede5 [2022-10-25T19:55:59.570Z] Removing intermediate container 452a0889ede5 [2022-10-25T19:55:59.570Z] ---> f92460a52143 [2022-10-25T19:55:59.570Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:55:59.570Z] ---> Running in 0920b574c572 [2022-10-25T19:56:00.528Z] Removing intermediate container 0920b574c572 [2022-10-25T19:56:00.528Z] ---> 7e5187c124d8 [2022-10-25T19:56:00.528Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T19:56:00.528Z] ---> Running in 877e1f5fbcfd [2022-10-25T19:56:01.125Z] Removing intermediate container 877e1f5fbcfd [2022-10-25T19:56:01.125Z] ---> 8ade242e6688 [2022-10-25T19:56:01.125Z] Step 25/26 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:56:01.392Z] ---> Running in 35c1b8e10f1c [2022-10-25T19:56:02.357Z] Removing intermediate container 35c1b8e10f1c [2022-10-25T19:56:02.357Z] ---> 7c2f87387ce6 [2022-10-25T19:56:02.357Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:56:02.357Z] ---> Running in 3755dd5d997b [2022-10-25T19:56:03.316Z] Removing intermediate container 3755dd5d997b [2022-10-25T19:56:03.316Z] ---> b8f2db1e3b8d [2022-10-25T19:56:03.316Z] [2022-10-25T19:56:03.583Z] Successfully built b8f2db1e3b8d [2022-10-25T19:56:03.583Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-25T19:56:03.583Z]  Building security-spire-agent ... done Building core-data [2022-10-25T19:56:08.948Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:56:08.948Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:56:08.948Z] ---> f25098721c46 [2022-10-25T19:56:08.948Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:56:08.948Z] ---> Using cache [2022-10-25T19:56:08.948Z] ---> 016aa0ca9709 [2022-10-25T19:56:08.948Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:56:08.948Z] ---> Using cache [2022-10-25T19:56:08.948Z] ---> 66bca37bd03c [2022-10-25T19:56:08.948Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:56:08.948Z] ---> Using cache [2022-10-25T19:56:08.948Z] ---> 1b88595f617a [2022-10-25T19:56:08.948Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T19:56:08.949Z] ---> Running in 130d6a49d4d6 [2022-10-25T19:56:10.368Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:56:11.340Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:56:13.308Z] OK: 221 MiB in 51 packages [2022-10-25T19:56:15.914Z] Removing intermediate container 130d6a49d4d6 [2022-10-25T19:56:15.914Z] ---> f02d7373ea97 [2022-10-25T19:56:15.914Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:56:17.336Z] ---> 96aa86ddccd4 [2022-10-25T19:56:17.336Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:56:17.336Z] ---> Running in caa49ebace68 [2022-10-25T19:56:25.550Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:56:25.550Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:56:25.550Z] ---> f25098721c46 [2022-10-25T19:56:25.550Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:56:25.550Z] ---> Using cache [2022-10-25T19:56:25.550Z] ---> 016aa0ca9709 [2022-10-25T19:56:25.550Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:56:25.550Z] ---> Using cache [2022-10-25T19:56:25.550Z] ---> 66bca37bd03c [2022-10-25T19:56:25.550Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:56:25.550Z] ---> Using cache [2022-10-25T19:56:25.550Z] ---> 1b88595f617a [2022-10-25T19:56:25.550Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T19:56:25.550Z] ---> Running in bc82a17dedb4 [2022-10-25T19:56:26.965Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:56:27.929Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:56:29.882Z] OK: 221 MiB in 51 packages [2022-10-25T19:56:31.856Z] Removing intermediate container bc82a17dedb4 [2022-10-25T19:56:31.856Z] ---> e6ec3169bacf [2022-10-25T19:56:31.856Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:56:32.449Z] ---> 0ad7354fc0cd [2022-10-25T19:56:32.449Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:56:33.091Z] ---> Running in 608dd5c7caf0 [2022-10-25T19:57:55.014Z] Removing intermediate container caa49ebace68 [2022-10-25T19:57:55.014Z] ---> 5126ea5894a3 [2022-10-25T19:57:55.014Z] Step 9/23 : COPY . . [2022-10-25T19:57:56.969Z] Removing intermediate container 1260a3019faf [2022-10-25T19:57:56.969Z] ---> 0af08cdef60f [2022-10-25T19:57:56.969Z] [2022-10-25T19:57:56.969Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T19:57:56.969Z] ---> 02e0d6fdf486 [2022-10-25T19:57:56.969Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:57:56.969Z] ---> Using cache [2022-10-25T19:57:56.969Z] ---> 75e85110ecdf [2022-10-25T19:57:56.969Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:57:56.969Z] ---> Using cache [2022-10-25T19:57:56.969Z] ---> 838044aedb73 [2022-10-25T19:57:56.969Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T19:57:56.969Z] ---> Running in d9cd84455c89 [2022-10-25T19:58:00.322Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:01.291Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:02.705Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:58:02.705Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:58:02.705Z] OK: 15734 distinct packages available [2022-10-25T19:58:02.974Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:03.940Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:05.896Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T19:58:06.168Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T19:58:06.755Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T19:58:07.021Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T19:58:07.605Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T19:58:08.191Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T19:58:08.458Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:58:08.726Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T19:58:08.994Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T19:58:09.581Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:58:09.581Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:58:09.853Z] OK: 8 MiB in 23 packages [2022-10-25T19:58:15.230Z] Removing intermediate container d9cd84455c89 [2022-10-25T19:58:15.230Z] ---> 71b1181025af [2022-10-25T19:58:15.230Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:58:17.202Z] Removing intermediate container 8e71abc8f698 [2022-10-25T19:58:17.202Z] ---> 19746e559633 [2022-10-25T19:58:17.202Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T19:58:17.475Z] ---> d97329375d0d [2022-10-25T19:58:17.475Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T19:58:17.475Z] ---> Running in 17689b060216 [2022-10-25T19:58:20.836Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-25T19:58:21.104Z] Removing intermediate container 608dd5c7caf0 [2022-10-25T19:58:21.104Z] ---> 3cd9259847ee [2022-10-25T19:58:21.104Z] Step 9/24 : COPY . . [2022-10-25T19:58:23.726Z] ---> ad255ca115f9 [2022-10-25T19:58:23.726Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T19:58:23.726Z] ---> 107936f4294f [2022-10-25T19:58:23.726Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T19:58:23.995Z] ---> Running in 86c44dcd3272 [2022-10-25T19:58:25.953Z] ---> 11d9d9efd711 [2022-10-25T19:58:25.953Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T19:58:25.953Z] ---> Running in ba733d15f78f [2022-10-25T19:58:26.550Z] Removing intermediate container 17689b060216 [2022-10-25T19:58:26.550Z] ---> c4f642587e80 [2022-10-25T19:58:26.550Z] [2022-10-25T19:58:26.550Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:58:26.550Z] ---> a6215f271958 [2022-10-25T19:58:26.550Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:58:26.819Z] ---> Running in 85803609ba1a [2022-10-25T19:58:27.089Z] Removing intermediate container ba733d15f78f [2022-10-25T19:58:27.089Z] ---> f18615653798 [2022-10-25T19:58:27.089Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:58:27.358Z] ---> Running in 9ce54f754bd3 [2022-10-25T19:58:27.358Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-25T19:58:27.944Z] Removing intermediate container 85803609ba1a [2022-10-25T19:58:27.944Z] ---> 3559f11dfa36 [2022-10-25T19:58:27.944Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl docker-cli && pip install --no-cache-dir docker-compose==1.23.2 [2022-10-25T19:58:28.224Z] ---> Running in 60393f65e778 [2022-10-25T19:58:28.811Z] Removing intermediate container 9ce54f754bd3 [2022-10-25T19:58:28.811Z] ---> aa9e5fb5ebeb [2022-10-25T19:58:28.811Z] Step 18/20 : LABEL arch=arm64 [2022-10-25T19:58:28.811Z] ---> Running in 5ec0ef7bc076 [2022-10-25T19:58:29.776Z] Removing intermediate container 5ec0ef7bc076 [2022-10-25T19:58:29.776Z] ---> e1815a8453d2 [2022-10-25T19:58:29.776Z] Step 19/20 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:58:30.052Z] ---> Running in 381401c98df1 [2022-10-25T19:58:31.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:31.297Z] Removing intermediate container 381401c98df1 [2022-10-25T19:58:31.297Z] ---> b2f9e8a43153 [2022-10-25T19:58:31.297Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T19:58:31.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:31.297Z] ---> Running in dcde2a1b0f17 [2022-10-25T19:58:32.275Z] Removing intermediate container dcde2a1b0f17 [2022-10-25T19:58:32.275Z] ---> fd8cea73ab0b [2022-10-25T19:58:32.275Z] [2022-10-25T19:58:32.863Z] Successfully built fd8cea73ab0b [2022-10-25T19:58:32.863Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-25T19:58:32.863Z] Building support-scheduler [2022-10-25T19:58:32.863Z]  Building security-spiffe-token-provider ... done (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T19:58:32.863Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T19:58:32.863Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T19:58:32.863Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T19:58:33.130Z] Executing bash-5.1.16-r2.post-install [2022-10-25T19:58:33.130Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T19:58:33.398Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:58:33.398Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:58:33.398Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T19:58:33.398Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T19:58:33.398Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T19:58:34.380Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T19:58:34.381Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T19:58:34.381Z] (13/33) Installing expat (2.5.0-r0) [2022-10-25T19:58:34.381Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T19:58:34.381Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T19:58:34.381Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T19:58:34.381Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:58:34.381Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:58:34.381Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T19:58:34.650Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T19:58:34.650Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T19:58:37.240Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T19:58:37.240Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T19:58:37.240Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T19:58:37.240Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T19:58:37.240Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T19:58:37.240Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T19:58:37.240Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T19:58:37.507Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T19:58:37.507Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T19:58:37.507Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T19:58:37.507Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T19:58:37.777Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T19:58:38.743Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:58:38.743Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:58:39.330Z] OK: 120 MiB in 47 packages [2022-10-25T19:58:43.601Z] ---> 26c5423f4937 [2022-10-25T19:58:43.601Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T19:58:43.601Z] ---> Running in 2c27c0533853 [2022-10-25T19:58:46.186Z] CGO_ENABLED=1 GO111MODULE=on go build -tags " non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-10-25T19:58:56.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:58:56.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:58:56.284Z] ---> f25098721c46 [2022-10-25T19:58:56.284Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> 016aa0ca9709 [2022-10-25T19:58:56.284Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> 66bca37bd03c [2022-10-25T19:58:56.284Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> 1b88595f617a [2022-10-25T19:58:56.284Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> 667b79939235 [2022-10-25T19:58:56.284Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> f91776e87635 [2022-10-25T19:58:56.284Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> ac434fdb5b85 [2022-10-25T19:58:56.284Z] Step 9/23 : COPY . . [2022-10-25T19:58:56.284Z] ---> Using cache [2022-10-25T19:58:56.284Z] ---> d09c133838c4 [2022-10-25T19:58:56.284Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T19:58:56.284Z] ---> Running in 39d84107d6cc [2022-10-25T19:58:56.284Z] Removing intermediate container ae6fb2f8ccb8 [2022-10-25T19:58:56.284Z] ---> d8b247f8a9db [2022-10-25T19:58:56.284Z] [2022-10-25T19:58:56.285Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T19:58:56.285Z] ---> a6215f271958 [2022-10-25T19:58:56.285Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:58:56.285Z] ---> Running in 3588d31b37d6 [2022-10-25T19:58:58.234Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T19:58:58.818Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:59.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:59:00.813Z] Collecting docker-compose==1.23.2 [2022-10-25T19:59:00.813Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T19:59:00.813Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 6.1 MB/s eta 0:00:00 [2022-10-25T19:59:01.082Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T19:59:01.082Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:59:01.082Z] OK: 5 MiB in 15 packages [2022-10-25T19:59:02.487Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T19:59:02.487Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T19:59:02.487Z] Removing intermediate container 3588d31b37d6 [2022-10-25T19:59:02.487Z] ---> a37d5ae9a8ed [2022-10-25T19:59:02.487Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:59:02.754Z] ---> Running in 03917319c38e [2022-10-25T19:59:03.021Z] Removing intermediate container 03917319c38e [2022-10-25T19:59:03.021Z] ---> ab929771a50e [2022-10-25T19:59:03.021Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T19:59:03.301Z] ---> Running in 05fe5142f355 [2022-10-25T19:59:03.301Z] Collecting PyYAML<4,>=3.10 [2022-10-25T19:59:03.301Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T19:59:03.567Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 4.2 MB/s eta 0:00:00 [2022-10-25T19:59:03.567Z] Removing intermediate container 05fe5142f355 [2022-10-25T19:59:03.567Z] ---> 18feefc3eb32 [2022-10-25T19:59:03.567Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T19:59:03.834Z] ---> Running in f3ee34a87ba7 [2022-10-25T19:59:04.102Z] Removing intermediate container f3ee34a87ba7 [2022-10-25T19:59:04.102Z] ---> a3fa6ced0cbe [2022-10-25T19:59:04.369Z] Step 16/25 : WORKDIR / [2022-10-25T19:59:04.369Z] ---> Running in 8f556d963497 [2022-10-25T19:59:04.951Z] Removing intermediate container 8f556d963497 [2022-10-25T19:59:04.951Z] ---> f2210564453c [2022-10-25T19:59:04.951Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:59:05.909Z] ---> 392d5475fe85 [2022-10-25T19:59:05.909Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T19:59:06.178Z] Preparing metadata (setup.py): started [2022-10-25T19:59:08.127Z] ---> 9a8a2a353195 [2022-10-25T19:59:08.127Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T19:59:08.711Z] ---> fff1ef68c860 [2022-10-25T19:59:08.711Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T19:59:09.686Z] ---> c3ada0387e1f [2022-10-25T19:59:09.686Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T19:59:09.686Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:09.953Z] ---> Running in e3cf33d6cd61 [2022-10-25T19:59:10.230Z] Removing intermediate container e3cf33d6cd61 [2022-10-25T19:59:10.230Z] ---> 81db7c29e0cb [2022-10-25T19:59:10.230Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:59:10.498Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T19:59:10.498Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T19:59:10.498Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.6 MB/s eta 0:00:00 ---> Running in 68d155178617 [2022-10-25T19:59:10.498Z] [2022-10-25T19:59:10.781Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T19:59:10.781Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T19:59:10.781Z] Preparing metadata (setup.py): started [2022-10-25T19:59:11.049Z] Removing intermediate container 68d155178617 [2022-10-25T19:59:11.049Z] ---> c2f626b6f70d [2022-10-25T19:59:11.049Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T19:59:11.049Z] ---> Running in b57e64700487 [2022-10-25T19:59:11.657Z] Removing intermediate container b57e64700487 [2022-10-25T19:59:11.657Z] ---> fa9def592d9a [2022-10-25T19:59:11.657Z] Step 24/25 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T19:59:11.927Z] ---> Running in cac1ad6e0ac9 [2022-10-25T19:59:12.517Z] Removing intermediate container cac1ad6e0ac9 [2022-10-25T19:59:12.517Z] ---> fc98cce9b07f [2022-10-25T19:59:12.517Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:59:12.517Z] ---> Running in f9cbc2b87459 [2022-10-25T19:59:13.107Z] Removing intermediate container f9cbc2b87459 [2022-10-25T19:59:13.107Z] ---> 37b43a86dc93 [2022-10-25T19:59:13.107Z] [2022-10-25T19:59:13.378Z] Successfully built 37b43a86dc93 [2022-10-25T19:59:13.378Z] Successfully tagged core-metadata-arm64:latest [2022-10-25T19:59:13.378Z] Building core-command [2022-10-25T19:59:14.343Z]  Building core-metadata ... done  Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:14.613Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T19:59:14.614Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T19:59:14.614Z] Preparing metadata (setup.py): started [2022-10-25T19:59:17.963Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:17.963Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T19:59:17.963Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T19:59:17.963Z] Preparing metadata (setup.py): started [2022-10-25T19:59:20.550Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:23.129Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T19:59:23.129Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T19:59:23.129Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 6.7 MB/s eta 0:00:00 [2022-10-25T19:59:23.129Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T19:59:23.129Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T19:59:23.129Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.10/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-10-25T19:59:24.539Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T19:59:24.539Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T19:59:24.539Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 3.4 MB/s eta 0:00:00 [2022-10-25T19:59:25.495Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T19:59:25.496Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T19:59:27.437Z] Collecting certifi>=2017.4.17 [2022-10-25T19:59:27.437Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T19:59:27.437Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 12.5 MB/s eta 0:00:00 [2022-10-25T19:59:27.437Z] Collecting idna<2.8,>=2.5 [2022-10-25T19:59:27.437Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T19:59:27.703Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 13.6 MB/s eta 0:00:00 [2022-10-25T19:59:27.703Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T19:59:27.970Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T19:59:27.970Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 10.5 MB/s eta 0:00:00 [2022-10-25T19:59:29.383Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T19:59:29.383Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T19:59:29.384Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 8.5 MB/s eta 0:00:00 [2022-10-25T19:59:30.345Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T19:59:30.345Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T19:59:30.345Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T19:59:30.345Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T19:59:32.299Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:59:32.299Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:59:32.299Z] ---> f25098721c46 [2022-10-25T19:59:32.299Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> 016aa0ca9709 [2022-10-25T19:59:32.299Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> 66bca37bd03c [2022-10-25T19:59:32.299Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> 1b88595f617a [2022-10-25T19:59:32.299Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> 667b79939235 [2022-10-25T19:59:32.299Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> f91776e87635 [2022-10-25T19:59:32.299Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> ac434fdb5b85 [2022-10-25T19:59:32.299Z] Step 9/24 : COPY . . [2022-10-25T19:59:32.299Z] ---> Using cache [2022-10-25T19:59:32.299Z] ---> d09c133838c4 [2022-10-25T19:59:32.299Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T19:59:32.299Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T19:59:32.299Z] Running setup.py install for texttable: started [2022-10-25T19:59:32.568Z] ---> Running in b66aef7e0467 [2022-10-25T19:59:34.520Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq 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 [2022-10-25T19:59:35.933Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T19:59:35.933Z] Running setup.py install for PyYAML: started [2022-10-25T19:59:40.195Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T19:59:42.786Z] Running setup.py install for docopt: started [2022-10-25T19:59:46.130Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T19:59:50.379Z] Running setup.py install for dockerpty: started [2022-10-25T19:59:53.718Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T19:59:57.958Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.9.24 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-10-25T19:59:57.958Z] WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [2022-10-25T20:00:20.500Z] Removing intermediate container 60393f65e778 [2022-10-25T20:00:20.500Z] ---> 7273f0541602 [2022-10-25T20:00:20.500Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T20:00:20.500Z] ---> Running in 4a23b2dc878a [2022-10-25T20:00:20.500Z] Removing intermediate container 4a23b2dc878a [2022-10-25T20:00:20.500Z] ---> 6781dcf05be1 [2022-10-25T20:00:20.500Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:00:20.500Z] ---> Running in 2995d0a187c2 [2022-10-25T20:00:20.500Z] Removing intermediate container 2995d0a187c2 [2022-10-25T20:00:20.500Z] ---> 81ba0f8745e7 [2022-10-25T20:00:20.500Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T20:00:20.500Z] ---> 124594cd2875 [2022-10-25T20:00:20.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T20:00:20.772Z] ---> 82cb50f01967 [2022-10-25T20:00:20.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T20:00:22.191Z] ---> a4b2003fb385 [2022-10-25T20:00:22.191Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T20:00:22.191Z] ---> Running in ecba0f716bca [2022-10-25T20:00:22.779Z] Removing intermediate container ecba0f716bca [2022-10-25T20:00:22.779Z] ---> d07ab6b532e3 [2022-10-25T20:00:22.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:00:22.779Z] ---> Running in ca8769159b23 [2022-10-25T20:00:23.371Z] Removing intermediate container ca8769159b23 [2022-10-25T20:00:23.371Z] ---> 649dfcc1270e [2022-10-25T20:00:23.371Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:00:23.642Z] ---> Running in 355c1f74e6a2 [2022-10-25T20:00:24.251Z] Removing intermediate container 355c1f74e6a2 [2022-10-25T20:00:24.251Z] ---> 9bbe78aabeee [2022-10-25T20:00:24.251Z] Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T20:00:24.251Z] ---> Running in 63c6c2639198 [2022-10-25T20:00:24.854Z] Removing intermediate container 63c6c2639198 [2022-10-25T20:00:24.854Z] ---> 49acbc7076f3 [2022-10-25T20:00:24.854Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:00:24.854Z] ---> Running in 74d2c90a91fd [2022-10-25T20:00:25.443Z] Removing intermediate container 74d2c90a91fd [2022-10-25T20:00:25.443Z] ---> 828cd5053ed5 [2022-10-25T20:00:25.443Z] [2022-10-25T20:00:25.712Z] Successfully built 828cd5053ed5 [2022-10-25T20:00:25.712Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-25T20:00:25.712Z]  Building sys-mgmt-agent ... done Building security-proxy-setup [2022-10-25T20:00:43.994Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:00:43.994Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:00:43.994Z] ---> f25098721c46 [2022-10-25T20:00:43.994Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T20:00:43.994Z] ---> Using cache [2022-10-25T20:00:43.994Z] ---> 43fd00eb5c94 [2022-10-25T20:00:43.994Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:00:43.994Z] ---> Using cache [2022-10-25T20:00:43.994Z] ---> fb8425d5f5f9 [2022-10-25T20:00:43.994Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T20:00:43.994Z] ---> Running in c3c284cc6906 [2022-10-25T20:00:45.950Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:00:46.222Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:00:48.816Z] OK: 221 MiB in 51 packages [2022-10-25T20:00:50.224Z] Removing intermediate container c3c284cc6906 [2022-10-25T20:00:50.224Z] ---> cdfdf2107c38 [2022-10-25T20:00:50.224Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T20:00:51.186Z] ---> f35d7a2ef9cd [2022-10-25T20:00:51.186Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:00:51.186Z] ---> Running in 827ddfbd9fef [2022-10-25T20:02:12.803Z] Removing intermediate container 827ddfbd9fef [2022-10-25T20:02:12.803Z] ---> 218afe441d82 [2022-10-25T20:02:12.803Z] Step 8/22 : COPY . . [2022-10-25T20:02:16.186Z] ---> 07347bcb0798 [2022-10-25T20:02:16.186Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T20:02:16.186Z] ---> Running in 0d7ee460293b [2022-10-25T20:02:18.142Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-25T20:07:10.144Z] Removing intermediate container b66aef7e0467 [2022-10-25T20:07:10.144Z] ---> 8ddef1dad597 [2022-10-25T20:07:10.144Z] [2022-10-25T20:07:10.144Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T20:07:10.144Z] ---> a6215f271958 [2022-10-25T20:07:10.144Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:07:10.144Z] ---> Using cache [2022-10-25T20:07:10.144Z] ---> a37d5ae9a8ed [2022-10-25T20:07:10.144Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:07:10.144Z] ---> Using cache [2022-10-25T20:07:10.144Z] ---> ab929771a50e [2022-10-25T20:07:10.144Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T20:07:10.144Z] ---> Running in d05851334313 [2022-10-25T20:07:10.144Z] Removing intermediate container d05851334313 [2022-10-25T20:07:10.144Z] ---> bbf837efff09 [2022-10-25T20:07:10.144Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T20:07:10.144Z] ---> Running in c843eefcfd53 [2022-10-25T20:07:10.144Z] Removing intermediate container c843eefcfd53 [2022-10-25T20:07:10.144Z] ---> 091e704f47f7 [2022-10-25T20:07:10.144Z] Step 16/24 : WORKDIR / [2022-10-25T20:07:10.144Z] ---> Running in 950dacd8ddd3 [2022-10-25T20:07:10.144Z] Removing intermediate container 950dacd8ddd3 [2022-10-25T20:07:10.144Z] ---> 026a129447ea [2022-10-25T20:07:10.144Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:07:10.144Z] ---> 9f6c64d2b3f5 [2022-10-25T20:07:10.144Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T20:07:12.085Z] ---> 73cc6c72a7ee [2022-10-25T20:07:12.085Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T20:07:12.667Z] ---> 4c31f21db071 [2022-10-25T20:07:12.667Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T20:07:12.934Z] ---> Running in deae79024d46 [2022-10-25T20:07:13.201Z] Removing intermediate container deae79024d46 [2022-10-25T20:07:13.201Z] ---> 6a3dbde1f9f3 [2022-10-25T20:07:13.467Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:07:13.467Z] ---> Running in 16c9b8afc1f1 [2022-10-25T20:07:14.056Z] Removing intermediate container 16c9b8afc1f1 [2022-10-25T20:07:14.056Z] ---> ba3090930e2e [2022-10-25T20:07:14.056Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T20:07:14.056Z] ---> Running in 19697af7d2da [2022-10-25T20:07:14.650Z] Removing intermediate container 19697af7d2da [2022-10-25T20:07:14.650Z] ---> 43c19acfd346 [2022-10-25T20:07:14.650Z] Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T20:07:14.921Z] ---> Running in 06191080dd8d [2022-10-25T20:07:17.498Z] Removing intermediate container 06191080dd8d [2022-10-25T20:07:17.499Z] ---> ecc0531dd5ad [2022-10-25T20:07:17.499Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T20:07:17.499Z] ---> Running in 9599e9e6a9a9 [2022-10-25T20:07:18.082Z] Removing intermediate container 9599e9e6a9a9 [2022-10-25T20:07:18.082Z] ---> 545d6fb575dc [2022-10-25T20:07:18.082Z] [2022-10-25T20:07:18.348Z] Successfully built 545d6fb575dc [2022-10-25T20:07:18.348Z] Successfully tagged core-command-arm64:latest [2022-10-25T20:07:40.411Z]  Building core-command ... done Removing intermediate container 2c27c0533853 [2022-10-25T20:07:40.411Z] ---> 5301938557a8 [2022-10-25T20:07:40.411Z] [2022-10-25T20:07:40.411Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T20:07:40.411Z] ---> a6215f271958 [2022-10-25T20:07:40.411Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T20:07:40.411Z] ---> Running in 2b572c510f6b [2022-10-25T20:07:40.411Z] Removing intermediate container 2b572c510f6b [2022-10-25T20:07:40.411Z] ---> 13f5301efd7c [2022-10-25T20:07:40.411Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T20:07:40.411Z] ---> Running in bffe9434bd95 [2022-10-25T20:07:40.411Z] Removing intermediate container bffe9434bd95 [2022-10-25T20:07:40.411Z] ---> 4fdab907f9ed [2022-10-25T20:07:40.411Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T20:07:40.411Z] ---> Running in f54d59c1f0e5 [2022-10-25T20:07:40.411Z] Removing intermediate container f54d59c1f0e5 [2022-10-25T20:07:40.411Z] ---> 25c5edb23bdc [2022-10-25T20:07:40.411Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:07:40.411Z] ---> Running in 8b7ae4577c9e [2022-10-25T20:07:42.986Z] Removing intermediate container 8b7ae4577c9e [2022-10-25T20:07:42.986Z] ---> aca1b7255df4 [2022-10-25T20:07:42.986Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T20:07:42.986Z] ---> Running in a02e857a5d9d [2022-10-25T20:07:44.927Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:45.881Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:47.290Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T20:07:47.874Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T20:07:48.142Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T20:07:48.727Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T20:07:49.308Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T20:07:49.575Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T20:07:49.842Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:07:50.110Z] OK: 8 MiB in 20 packages [2022-10-25T20:07:52.064Z] Removing intermediate container a02e857a5d9d [2022-10-25T20:07:52.064Z] ---> 89732800c563 [2022-10-25T20:07:52.064Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:07:53.044Z] ---> a40da06a6e12 [2022-10-25T20:07:53.044Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T20:07:54.989Z] ---> 28f3ca682546 [2022-10-25T20:07:54.989Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T20:07:55.574Z] ---> 6db3a71731ad [2022-10-25T20:07:55.574Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T20:07:55.845Z] ---> Running in 5a5b697fc06b [2022-10-25T20:07:56.439Z] Removing intermediate container 5a5b697fc06b [2022-10-25T20:07:56.439Z] ---> dcf2f129c541 [2022-10-25T20:07:56.439Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:07:56.439Z] ---> Running in cd2c0409284a [2022-10-25T20:07:57.028Z] Removing intermediate container cd2c0409284a [2022-10-25T20:07:57.028Z] ---> 5db4b97628f7 [2022-10-25T20:07:57.028Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T20:07:57.294Z] ---> Running in 5beb0c21db42 [2022-10-25T20:07:57.562Z] Removing intermediate container 5beb0c21db42 [2022-10-25T20:07:57.562Z] ---> 26114cb6390c [2022-10-25T20:07:57.562Z] Step 23/24 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T20:07:57.828Z] ---> Running in 365df4e8d357 [2022-10-25T20:07:58.415Z] Removing intermediate container 365df4e8d357 [2022-10-25T20:07:58.415Z] ---> 48099530733d [2022-10-25T20:07:58.415Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T20:07:58.415Z] ---> Running in 975e50ee411c [2022-10-25T20:07:58.997Z] Removing intermediate container 975e50ee411c [2022-10-25T20:07:58.997Z] ---> b9e575b4d4b4 [2022-10-25T20:07:58.997Z] [2022-10-25T20:07:59.264Z] Successfully built b9e575b4d4b4 [2022-10-25T20:07:59.264Z] Successfully tagged core-data-arm64:latest [2022-10-25T20:08:14.237Z]  Building core-data ... done CGO_ENABLED=0 GO111MODULE=on 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 [2022-10-25T20:08:32.473Z] Removing intermediate container 0d7ee460293b [2022-10-25T20:08:32.473Z] ---> 49a9ad948c39 [2022-10-25T20:08:32.473Z] [2022-10-25T20:08:32.473Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T20:08:32.473Z] ---> a6215f271958 [2022-10-25T20:08:32.473Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T20:08:32.473Z] ---> Running in 3e06603e1e7d [2022-10-25T20:08:32.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:08:32.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:08:33.876Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T20:08:33.876Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T20:08:33.876Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T20:08:33.876Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T20:08:33.876Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T20:08:33.876Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T20:08:33.876Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:08:33.876Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:08:34.150Z] OK: 8 MiB in 20 packages [2022-10-25T20:08:36.093Z] Removing intermediate container 3e06603e1e7d [2022-10-25T20:08:36.093Z] ---> d6cc1c1082d3 [2022-10-25T20:08:36.093Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T20:08:36.361Z] ---> Running in 1e69bae7a9a3 [2022-10-25T20:08:36.954Z] Removing intermediate container 1e69bae7a9a3 [2022-10-25T20:08:36.954Z] ---> ee838c93c297 [2022-10-25T20:08:36.954Z] Step 13/22 : WORKDIR /edgex [2022-10-25T20:08:36.954Z] ---> Running in 77b0bb6920fe [2022-10-25T20:08:37.537Z] Removing intermediate container 77b0bb6920fe [2022-10-25T20:08:37.537Z] ---> ca2d231e129a [2022-10-25T20:08:37.537Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T20:08:38.946Z] ---> 6b24be7d670b [2022-10-25T20:08:38.946Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T20:08:40.898Z] ---> 9a896267cec3 [2022-10-25T20:08:40.898Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T20:08:43.489Z] ---> 23a9140499d6 [2022-10-25T20:08:43.489Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T20:08:44.079Z] ---> aa9cd9d10e8f [2022-10-25T20:08:44.079Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T20:08:44.347Z] ---> Running in 6f95be1f1186 [2022-10-25T20:08:47.695Z] Removing intermediate container 6f95be1f1186 [2022-10-25T20:08:47.695Z] ---> d9e27277fbcd [2022-10-25T20:08:47.695Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T20:08:47.695Z] ---> Running in ed01b1a71eb6 [2022-10-25T20:08:48.281Z] Removing intermediate container ed01b1a71eb6 [2022-10-25T20:08:48.281Z] ---> d7f9c6d134a1 [2022-10-25T20:08:48.281Z] Step 20/22 : LABEL arch=arm64 [2022-10-25T20:08:48.549Z] ---> Running in f3928b9834f9 [2022-10-25T20:08:48.826Z] Removing intermediate container f3928b9834f9 [2022-10-25T20:08:48.826Z] ---> a05b90d5e5ff [2022-10-25T20:08:48.826Z] Step 21/22 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T20:08:49.115Z] ---> Running in eabaf09aac24 [2022-10-25T20:08:49.116Z] Removing intermediate container 86c44dcd3272 [2022-10-25T20:08:49.116Z] ---> af6f899a0b15 [2022-10-25T20:08:49.116Z] [2022-10-25T20:08:49.116Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:08:49.116Z] ---> a6215f271958 [2022-10-25T20:08:49.116Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T20:08:49.401Z] ---> Running in 7e696c8e6c91 [2022-10-25T20:08:49.667Z] Removing intermediate container eabaf09aac24 [2022-10-25T20:08:49.667Z] ---> d89dcd5d6d9a [2022-10-25T20:08:49.667Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T20:08:49.937Z] ---> Running in 4e18741312a8 [2022-10-25T20:08:50.521Z] Removing intermediate container 4e18741312a8 [2022-10-25T20:08:50.521Z] ---> 09d008ec1a49 [2022-10-25T20:08:50.521Z] [2022-10-25T20:08:50.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:08:50.788Z] Successfully built 09d008ec1a49 [2022-10-25T20:08:50.788Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-25T20:08:51.058Z]  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:08:52.222Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T20:08:52.222Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T20:08:52.222Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:08:52.222Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:08:52.498Z] OK: 6 MiB in 16 packages [2022-10-25T20:08:55.204Z] Removing intermediate container 7e696c8e6c91 [2022-10-25T20:08:55.204Z] ---> 5ed7c67c9289 [2022-10-25T20:08:55.204Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:08:55.204Z] ---> Running in b8a137d4d8fd [2022-10-25T20:08:55.480Z] Removing intermediate container b8a137d4d8fd [2022-10-25T20:08:55.480Z] ---> d229621eb12e [2022-10-25T20:08:55.480Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T20:08:55.480Z] ---> Running in c2fd029dce08 [2022-10-25T20:08:56.089Z] Removing intermediate container c2fd029dce08 [2022-10-25T20:08:56.089Z] ---> 3c52dc28fccb [2022-10-25T20:08:56.089Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:08:56.089Z] ---> Running in 3626bb942b3f [2022-10-25T20:08:56.367Z] Removing intermediate container 39d84107d6cc [2022-10-25T20:08:56.367Z] ---> 1294cf60f6de [2022-10-25T20:08:56.367Z] [2022-10-25T20:08:56.367Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:08:56.367Z] ---> a6215f271958 [2022-10-25T20:08:56.367Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:08:56.367Z] ---> Using cache [2022-10-25T20:08:56.367Z] ---> a37d5ae9a8ed [2022-10-25T20:08:56.367Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:08:56.367Z] ---> Using cache [2022-10-25T20:08:56.367Z] ---> ab929771a50e [2022-10-25T20:08:56.367Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T20:08:56.367Z] ---> Running in 7a6c15bea2e1 [2022-10-25T20:08:56.367Z] Removing intermediate container 3626bb942b3f [2022-10-25T20:08:56.367Z] ---> 74849908a5d8 [2022-10-25T20:08:56.639Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:08:56.907Z] Removing intermediate container 7a6c15bea2e1 [2022-10-25T20:08:56.907Z] ---> f168c9dfcbe1 [2022-10-25T20:08:56.907Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:08:56.907Z] ---> Running in 7c933d23b96a [2022-10-25T20:08:57.185Z] ---> d58304a4d41c [2022-10-25T20:08:57.185Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T20:08:57.186Z] Removing intermediate container 7c933d23b96a [2022-10-25T20:08:57.186Z] ---> 31987c3237e7 [2022-10-25T20:08:57.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:08:58.148Z] ---> 8ccf7c83b2d7 [2022-10-25T20:08:58.149Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T20:08:59.112Z] ---> a3a4fb76b811 [2022-10-25T20:08:59.112Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T20:08:59.698Z] ---> eba57c83574c [2022-10-25T20:08:59.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T20:08:59.698Z] ---> c71216544ea4 [2022-10-25T20:08:59.698Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T20:08:59.698Z] ---> Running in 653212f90699 [2022-10-25T20:09:00.296Z] Removing intermediate container 653212f90699 [2022-10-25T20:09:00.296Z] ---> 62731452b838 [2022-10-25T20:09:00.296Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:09:00.296Z] ---> b6ba9f2a245d [2022-10-25T20:09:00.296Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T20:09:00.296Z] ---> Running in 593a81f89be7 [2022-10-25T20:09:00.296Z] ---> Running in ccc55aeea065 [2022-10-25T20:09:00.881Z] Removing intermediate container 593a81f89be7 [2022-10-25T20:09:00.881Z] ---> 5163fc713146 [2022-10-25T20:09:00.881Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:09:00.881Z] Removing intermediate container ccc55aeea065 [2022-10-25T20:09:00.881Z] ---> 746e1470ec49 [2022-10-25T20:09:00.881Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:09:00.881Z] ---> Running in 988d96e19cd6 [2022-10-25T20:09:00.881Z] ---> Running in a46093db3269 [2022-10-25T20:09:01.156Z] Removing intermediate container 988d96e19cd6 [2022-10-25T20:09:01.156Z] ---> aa463be52074 [2022-10-25T20:09:01.156Z] Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T20:09:01.425Z] ---> Running in 7268e354848b [2022-10-25T20:09:01.425Z] Removing intermediate container a46093db3269 [2022-10-25T20:09:01.425Z] ---> 658568886c11 [2022-10-25T20:09:01.425Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:09:01.425Z] ---> Running in 2546629b18e6 [2022-10-25T20:09:01.693Z] Removing intermediate container 7268e354848b [2022-10-25T20:09:01.693Z] ---> d99ff1c53f6a [2022-10-25T20:09:01.693Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:09:01.961Z] Removing intermediate container 2546629b18e6 [2022-10-25T20:09:01.961Z] ---> 2d8b5cb3b3ff [2022-10-25T20:09:01.961Z] Step 22/23 : LABEL git_sha=682c501e66e771fa8a9110e3f6debe152e4b1e78 [2022-10-25T20:09:01.961Z] ---> Running in 8cb36536b078 [2022-10-25T20:09:01.961Z] ---> Running in d77c96557187 [2022-10-25T20:09:02.229Z] Removing intermediate container 8cb36536b078 [2022-10-25T20:09:02.229Z] ---> ce2378cd585a [2022-10-25T20:09:02.229Z] [2022-10-25T20:09:02.229Z] Removing intermediate container d77c96557187 [2022-10-25T20:09:02.229Z] ---> b92eaabb1851 [2022-10-25T20:09:02.229Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:09:02.497Z] ---> Running in ac0049812d40 [2022-10-25T20:09:02.765Z] Successfully built ce2378cd585a [2022-10-25T20:09:02.765Z] Successfully tagged support-notifications-arm64:latest [2022-10-25T20:09:02.765Z]  Building support-notifications ... done Removing intermediate container ac0049812d40 [2022-10-25T20:09:02.765Z] ---> 91e55fff9cdd [2022-10-25T20:09:02.765Z] [2022-10-25T20:09:03.030Z] Successfully built 91e55fff9cdd [2022-10-25T20:09:03.030Z] Successfully tagged support-scheduler-arm64:latest [2022-10-25T20:09:03.627Z]  Building support-scheduler ... done  [Pipeline] } [2022-10-25T20:09:03.640Z] $ docker stop --time=1 026cb035c6b82e0d55bda323d4273152ab338426541ac72ed39102083512bb2c [2022-10-25T20:09:05.415Z] $ docker rm -f 026cb035c6b82e0d55bda323d4273152ab338426541ac72ed39102083512bb2c [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T20:09:06.005Z] + docker images [2022-10-25T20:09:06.273Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T20:09:06.273Z] support-notifications-arm64 latest ce2378cd585a 4 seconds ago 29.5MB [2022-10-25T20:09:06.273Z] support-scheduler-arm64 latest 91e55fff9cdd 4 seconds ago 28.8MB [2022-10-25T20:09:06.273Z] 1294cf60f6de 11 seconds ago 1.5GB [2022-10-25T20:09:06.273Z] security-proxy-setup-arm64 latest 09d008ec1a49 16 seconds ago 26.7MB [2022-10-25T20:09:06.273Z] af6f899a0b15 19 seconds ago 1.5GB [2022-10-25T20:09:06.273Z] 49a9ad948c39 37 seconds ago 1.43GB [2022-10-25T20:09:06.273Z] core-data-arm64 latest b9e575b4d4b4 About a minute ago 20.8MB [2022-10-25T20:09:06.273Z] 5301938557a8 About a minute ago 1.44GB [2022-10-25T20:09:06.273Z] core-command-arm64 latest 545d6fb575dc About a minute ago 16.9MB [2022-10-25T20:09:06.273Z] 8ddef1dad597 2 minutes ago 1.44GB [2022-10-25T20:09:06.273Z] sys-mgmt-agent-arm64 latest 828cd5053ed5 8 minutes ago 133MB [2022-10-25T20:09:06.273Z] core-metadata-arm64 latest 37b43a86dc93 9 minutes ago 17.7MB [2022-10-25T20:09:06.273Z] d8b247f8a9db 10 minutes ago 1.44GB [2022-10-25T20:09:06.273Z] security-spiffe-token-provider-arm64 latest fd8cea73ab0b 10 minutes ago 28.8MB [2022-10-25T20:09:06.273Z] c4f642587e80 10 minutes ago 1.42GB [2022-10-25T20:09:06.273Z] 0af08cdef60f 11 minutes ago 1.47GB [2022-10-25T20:09:06.273Z] security-spire-agent-arm64 latest b8f2db1e3b8d 13 minutes ago 122MB [2022-10-25T20:09:06.273Z] security-bootstrapper-arm64 latest 8c33cdaf6e29 13 minutes ago 19.4MB [2022-10-25T20:09:06.273Z] security-secretstore-setup-arm64 latest 662c37c760ac 13 minutes ago 28.6MB [2022-10-25T20:09:06.273Z] 2edac997bb20 14 minutes ago 1.43GB [2022-10-25T20:09:06.273Z] 8b8848a21971 14 minutes ago 1.43GB [2022-10-25T20:09:06.273Z] security-spire-config-arm64 latest 96b12243fb03 20 minutes ago 83.6MB [2022-10-25T20:09:06.273Z] security-spire-server-arm64 latest 6e1cd6740479 20 minutes ago 84.3MB [2022-10-25T20:09:06.273Z] b6d913994023 20 minutes ago 1.31GB [2022-10-25T20:09:06.273Z] 7a65aa189302 20 minutes ago 1.31GB [2022-10-25T20:09:06.273Z] ci-base-image-arm64 latest f25098721c46 36 minutes ago 943MB [2022-10-25T20:09:06.273Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB [2022-10-25T20:09:06.273Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-25T20:09:06.273Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-25T20:09:06.273Z] 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 [2022-10-25T20:09:07.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:09:07.038Z] [2022-10-25T20:09:07.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:09:07.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:09:07.713Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T20:09:07.713Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T20:09:07.713Z] 04944245beec: Pulling fs layer [2022-10-25T20:09:07.713Z] 699f458cf7ca: Pulling fs layer [2022-10-25T20:09:07.713Z] 765212b225bb: Pulling fs layer [2022-10-25T20:09:07.713Z] f23df028b6ca: Pulling fs layer [2022-10-25T20:09:07.713Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T20:09:07.713Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T20:09:07.713Z] 765212b225bb: Waiting [2022-10-25T20:09:07.713Z] d65c8cfc05b1: Waiting [2022-10-25T20:09:07.713Z] f23df028b6ca: Waiting [2022-10-25T20:09:07.713Z] 04944245beec: Verifying Checksum [2022-10-25T20:09:07.713Z] 04944245beec: Download complete [2022-10-25T20:09:07.713Z] 765212b225bb: Verifying Checksum [2022-10-25T20:09:07.713Z] 765212b225bb: Download complete [2022-10-25T20:09:07.713Z] f23df028b6ca: Verifying Checksum [2022-10-25T20:09:07.713Z] f23df028b6ca: Download complete [2022-10-25T20:09:07.981Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T20:09:07.981Z] d65c8cfc05b1: Download complete [2022-10-25T20:09:07.981Z] 699f458cf7ca: Verifying Checksum [2022-10-25T20:09:07.981Z] 699f458cf7ca: Download complete [2022-10-25T20:09:08.248Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T20:09:08.248Z] 8998bd30e6a1: Download complete [2022-10-25T20:09:10.828Z] 2437ff75d9bd: Download complete [2022-10-25T20:09:12.235Z] 8998bd30e6a1: Pull complete [2022-10-25T20:09:12.821Z] 04944245beec: Pull complete [2022-10-25T20:09:14.232Z] 699f458cf7ca: Pull complete [2022-10-25T20:09:14.233Z] 765212b225bb: Pull complete [2022-10-25T20:09:15.190Z] f23df028b6ca: Pull complete [2022-10-25T20:09:15.458Z] d65c8cfc05b1: Pull complete [2022-10-25T20:09:30.465Z] 2437ff75d9bd: Pull complete [2022-10-25T20:09:30.465Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T20:09:30.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:09:30.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:09:30.794Z] prd-ubuntu20.04-docker-arm64-4c-16g-116971 does not seem to be running inside a container [2022-10-25T20:09:30.854Z] $ 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 [2022-10-25T20:09:34.744Z] $ docker top 81abd1cf851ed8d6fe75371d5eec250c58cab95f2a0aab1f73dc4ee3b8c0caf8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:09:35.718Z] ---> job-cost.sh [2022-10-25T20:09:35.718Z] lf-activate-venv: SKIPPING [2022-10-25T20:09:35.718Z] INFO: No Stack... [2022-10-25T20:09:36.299Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T20:09:37.257Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T20:09:37.912Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-25T20:09:37.912Z] + cut -d, -f6 [Pipeline] lock [2022-10-25T20:09:38.012Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] [2022-10-25T20:09:38.017Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] did not exist. Created. [2022-10-25T20:09:38.017Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T20:09:38.755Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T20:09:38.974Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T20:09:38.990Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4219-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T20:09:39.063Z] $ docker stop --time=1 81abd1cf851ed8d6fe75371d5eec250c58cab95f2a0aab1f73dc4ee3b8c0caf8 [2022-10-25T20:09:40.605Z] $ docker rm -f 81abd1cf851ed8d6fe75371d5eec250c58cab95f2a0aab1f73dc4ee3b8c0caf8 [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 [2022-10-25T20:09:41.551Z] provisioning config files... [2022-10-25T20:09:41.557Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4608471101252070737tmp [Pipeline] { [Pipeline] sh [2022-10-25T20:09:41.907Z] + set +x [2022-10-25T20:09:41.907Z] + curl -s https://codecov.io/bash [2022-10-25T20:09:41.907Z] + bash -s -- [2022-10-25T20:09:41.907Z] [2022-10-25T20:09:41.907Z] _____ _ [2022-10-25T20:09:41.907Z] / ____| | | [2022-10-25T20:09:41.907Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T20:09:41.907Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T20:09:41.907Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T20:09:41.907Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T20:09:41.907Z] Bash-1.0.6 [2022-10-25T20:09:41.907Z] [2022-10-25T20:09:41.907Z] [2022-10-25T20:09:41.907Z] ==> git version 2.25.1 found [2022-10-25T20:09:41.907Z] ==> 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 [2022-10-25T20:09:41.907Z] Release-Date: 2020-01-08 [2022-10-25T20:09:41.907Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-10-25T20:09:41.907Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-25T20:09:41.907Z] ==> Jenkins CI detected. [2022-10-25T20:09:41.907Z] current dir:  /w/workspace/edgex-go/1 [2022-10-25T20:09:41.907Z] project root: . [2022-10-25T20:09:41.907Z] --> token set from env [2022-10-25T20:09:41.907Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T20:09:42.165Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T20:09:42.165Z] ==> Python coveragepy not found [2022-10-25T20:09:42.165Z] ==> Searching for coverage reports in: [2022-10-25T20:09:42.165Z] + . [2022-10-25T20:09:42.165Z] -> Found 1 reports [2022-10-25T20:09:42.165Z] ==> Detecting git/mercurial file structure [2022-10-25T20:09:42.165Z] ==> Reading reports [2022-10-25T20:09:42.165Z] + ./coverage.out bytes=501828 [2022-10-25T20:09:42.165Z] ==> Appending adjustments [2022-10-25T20:09:42.165Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T20:09:43.541Z] + Found adjustments [2022-10-25T20:09:43.541Z] ==> Gzipping contents [2022-10-25T20:09:43.541Z] 64K /tmp/codecov.kWmZyZ.gz [2022-10-25T20:09:43.541Z] ==> Uploading reports [2022-10-25T20:09:43.541Z] url: https://codecov.io [2022-10-25T20:09:43.541Z] query: branch=PR-4219&commit=682c501e66e771fa8a9110e3f6debe152e4b1e78&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4219%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4219&job=&cmd_args= [2022-10-25T20:09:43.541Z] -> Pinging Codecov [2022-10-25T20:09:43.541Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4219&commit=682c501e66e771fa8a9110e3f6debe152e4b1e78&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4219%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4219&job=&cmd_args= [2022-10-25T20:09:43.800Z] -> Uploading to [2022-10-25T20:09:43.800Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/682c501e66e771fa8a9110e3f6debe152e4b1e78/5b2f8ad3-6aa0-4599-a45d-aebca0bef7c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T200943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=56661bac12a8494e5aa3ec033902a09f7eb40510ede10f680fa055a6222bc53e [2022-10-25T20:09:43.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T20:09:43.800Z] Dload Upload Total Spent Left Speed [2022-10-25T20:09:44.369Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65420 0 0 100 65420 0 209k --:--:-- --:--:-- --:--:-- 208k 100 65420 0 0 100 65420 0 209k --:--:-- --:--:-- --:--:-- 208k [2022-10-25T20:09:44.369Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/682c501e66e771fa8a9110e3f6debe152e4b1e78 [Pipeline] } [2022-10-25T20:09:44.394Z] 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 [2022-10-25T20:09:45.688Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:09:46.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:09:46.903Z] ---> package-listing.sh [2022-10-25T20:09:46.903Z] ++ facter osfamily [2022-10-25T20:09:46.903Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T20:09:47.161Z] + OS_FAMILY=debian [2022-10-25T20:09:47.161Z] + workspace=/w/workspace/edgex-go/1 [2022-10-25T20:09:47.161Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T20:09:47.161Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T20:09:47.161Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T20:09:47.161Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T20:09:47.161Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T20:09:47.161Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T20:09:47.161Z] + case "${OS_FAMILY}" in [2022-10-25T20:09:47.161Z] + dpkg -l [2022-10-25T20:09:47.161Z] + grep '^ii' [2022-10-25T20:09:47.161Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T20:09:47.161Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T20:09:47.161Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T20:09:47.161Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T20:09:47.161Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-25T20:09:47.161Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-25T20:09:47.199Z] 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 [2022-10-25T20:09:47.490Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:09:48.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:09:48.106Z] [2022-10-25T20:09:48.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:09:48.483Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:09:48.483Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-25T20:09:48.483Z] 5eb5b503b376: Pulling fs layer [2022-10-25T20:09:48.483Z] 5c69ac0246d0: Pulling fs layer [2022-10-25T20:09:48.483Z] ec43610c2a17: Pulling fs layer [2022-10-25T20:09:48.483Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-25T20:09:48.483Z] 33b1e0a273af: Pulling fs layer [2022-10-25T20:09:48.483Z] 5d3b04190fa2: Pulling fs layer [2022-10-25T20:09:48.483Z] 2f39f015ded8: Pulling fs layer [2022-10-25T20:09:48.483Z] 33b1e0a273af: Waiting [2022-10-25T20:09:48.483Z] 5d3b04190fa2: Waiting [2022-10-25T20:09:48.483Z] 2f39f015ded8: Waiting [2022-10-25T20:09:48.483Z] 5c69ac0246d0: Verifying Checksum [2022-10-25T20:09:48.483Z] 5c69ac0246d0: Download complete [2022-10-25T20:09:48.483Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-25T20:09:48.483Z] 3a2ae6a8a46f: Download complete [2022-10-25T20:09:48.483Z] 33b1e0a273af: Verifying Checksum [2022-10-25T20:09:48.483Z] 33b1e0a273af: Download complete [2022-10-25T20:09:48.483Z] 5d3b04190fa2: Verifying Checksum [2022-10-25T20:09:48.483Z] 5d3b04190fa2: Download complete [2022-10-25T20:09:48.741Z] ec43610c2a17: Verifying Checksum [2022-10-25T20:09:48.741Z] ec43610c2a17: Download complete [2022-10-25T20:09:48.741Z] 5eb5b503b376: Download complete [2022-10-25T20:09:50.112Z] 5eb5b503b376: Pull complete [2022-10-25T20:09:50.112Z] 5c69ac0246d0: Pull complete [2022-10-25T20:09:50.681Z] ec43610c2a17: Pull complete [2022-10-25T20:09:50.681Z] 3a2ae6a8a46f: Pull complete [2022-10-25T20:09:50.939Z] 33b1e0a273af: Pull complete [2022-10-25T20:09:51.196Z] 5d3b04190fa2: Pull complete [2022-10-25T20:09:55.380Z] 2f39f015ded8: Pull complete [2022-10-25T20:09:55.380Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-25T20:09:55.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:09:55.380Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:09:55.590Z] prd-ubuntu20.04-docker-8c-8g-116965 does not seem to be running inside a container [2022-10-25T20:09:55.614Z] $ 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 [2022-10-25T20:09:59.553Z] $ docker top 537d0ac1fa6031e885a71574d9cb18d017c19beb5e779c453acf06789440b236 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T20:09:59.946Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T20:10:00.254Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T20:10:00.565Z] + ls /var/log/sa-host [2022-10-25T20:10:00.565Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T20:10:00.690Z] provisioning config files... [2022-10-25T20:10:00.698Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config14072915898871961525tmp [Pipeline] { [Pipeline] echo [2022-10-25T20:10:00.741Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:01.052Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T20:10:01.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:01.466Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T20:10:01.503Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:01.809Z] ---> sudo-logs.sh [2022-10-25T20:10:01.809Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T20:10:01.886Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:02.200Z] ---> job-cost.sh [2022-10-25T20:10:02.200Z] lf-activate-venv: SKIPPING [2022-10-25T20:10:02.200Z] DEBUG: total: 0.10999999940395355 [2022-10-25T20:10:02.200Z] INFO: Retrieving Stack Cost... [2022-10-25T20:10:02.458Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T20:10:03.026Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T20:10:03.061Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:03.374Z] ---> logs-deploy.sh [2022-10-25T20:10:03.374Z] lf-activate-venv: SKIPPING [2022-10-25T20:10:03.374Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4219/1 [2022-10-25T20:10:03.374Z] INFO: archiving workspace using pattern(s): [2022-10-25T20:10:04.312Z] Archives upload complete. [2022-10-25T20:10:04.572Z] INFO: archiving logs to Nexus