Pull request #4218 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e3fd83b017e48ac562540e2794f14ff0097f9aa2+9e554929d717cf1151dbdc4a6532773c76b36b26 (7a71779aff88b34505f268e475c012c9d891599a) 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-ssh15270129239768266527.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-ssh10672336410445446632.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-4218/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-4218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14058959535782263031.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-4218/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3684311839220725682.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-ssh9435598570189399869.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-4218/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-4218/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11549839848738198755.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-116959 in /w/workspace/edgexfoundry_edgex-go_PR-4218 [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 > 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/4218/head:refs/remotes/origin/PR-4218 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit e3fd83b017e48ac562540e2794f14ff0097f9aa2 Merge succeeded, producing e3fd83b017e48ac562540e2794f14ff0097f9aa2 Checking out Revision e3fd83b017e48ac562540e2794f14ff0097f9aa2 (PR-4218) Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-25T19:10:04.951Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-25T19:10:05.109Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-25T19:10:05.197Z] ========================================================= [2022-10-25T19:10:05.197Z] EdgeX Global Pipelines Version Info [2022-10-25T19:10:05.197Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # 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 e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 [2022-10-25T19:10:05.955Z] ------------------- [2022-10-25T19:10:05.955Z] stable info: [2022-10-25T19:10:05.955Z] ------------------- [2022-10-25T19:10:05.955Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-25T19:10:05.955Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T19:10:05.955Z] Message: update stable to v1.0.243 [2022-10-25T19:10:06.527Z] ------------------- [2022-10-25T19:10:06.527Z] experimental info: [2022-10-25T19:10:06.527Z] ------------------- [2022-10-25T19:10:06.527Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-25T19:10:06.527Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T19:10:06.527Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-25T19:10:06.806Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-25T19:10:06.846Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-25T19:10:06.887Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-25T19:10:06.923Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-25T19:10:06.958Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-25T19:10:06.997Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-25T19:10:07.040Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-25T19:10:07.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-25T19:10:07.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-25T19:10:07.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-25T19:10:07.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-25T19:10:07.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-25T19:10:07.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-25T19:10:07.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-25T19:10:07.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-25T19:10:07.359Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T19:10:07.394Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T19:10:07.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-25T19:10:07.467Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-25T19:10:07.502Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-25T19:10:07.534Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-25T19:10:07.567Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-25T19:10:07.605Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-25T19:10:07.643Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4218 [Pipeline] echo [2022-10-25T19:10:07.682Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4218 [Pipeline] echo [2022-10-25T19:10:07.717Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4218 [Pipeline] echo [2022-10-25T19:10:07.754Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] echo [2022-10-25T19:10:07.791Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e3fd83b [Pipeline] echo [2022-10-25T19:10:07.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T19:10:07.929Z] provisioning config files... [2022-10-25T19:10:07.982Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7581181652333415206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:10:08.341Z] ---> docker-login.sh [2022-10-25T19:10:08.341Z] nexus3.edgexfoundry.org:10001 [2022-10-25T19:10:08.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:10:08.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:10:08.602Z] Configure a credential helper to remove this warning. See [2022-10-25T19:10:08.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:10:08.602Z] [2022-10-25T19:10:08.602Z] Login Succeeded [2022-10-25T19:10:08.602Z] nexus3.edgexfoundry.org:10002 [2022-10-25T19:10:08.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:10:08.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:10:08.602Z] Configure a credential helper to remove this warning. See [2022-10-25T19:10:08.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:10:08.602Z] [2022-10-25T19:10:08.602Z] Login Succeeded [2022-10-25T19:10:08.867Z] nexus3.edgexfoundry.org:10003 [2022-10-25T19:10:08.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:10:08.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:10:08.867Z] Configure a credential helper to remove this warning. See [2022-10-25T19:10:08.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:10:08.867Z] [2022-10-25T19:10:08.867Z] Login Succeeded [2022-10-25T19:10:08.867Z] nexus3.edgexfoundry.org:10004 [2022-10-25T19:10:08.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:10:08.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:10:08.867Z] Configure a credential helper to remove this warning. See [2022-10-25T19:10:08.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:10:08.867Z] [2022-10-25T19:10:08.867Z] Login Succeeded [2022-10-25T19:10:08.867Z] docker.io [2022-10-25T19:10:09.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:10:09.387Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:10:09.387Z] Configure a credential helper to remove this warning. See [2022-10-25T19:10:09.387Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:10:09.387Z] [2022-10-25T19:10:09.387Z] Login Succeeded [2022-10-25T19:10:09.387Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T19:10:09.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T19:10:09.831Z] + 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:10:09.831Z] + dirname cmd/core-command/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + dirname cmd/core-data/Dockerfile [2022-10-25T19:10:09.831Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/core-metadata/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/support-notifications/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-25T19:10:09.831Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-25T19:10:09.831Z] + cut -d/ -f2 [2022-10-25T19:10:09.831Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-25T19:10:09.884Z] 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:10:10.385Z] + git rev-list -1 --merges e3fd83b017e48ac562540e2794f14ff0097f9aa2~1..e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] echo [2022-10-25T19:10:10.413Z] -----------> git rev-list -1 --merges e3fd83b017e48ac562540e2794f14ff0097f9aa2~1..e3fd83b017e48ac562540e2794f14ff0097f9aa2 e3fd83b017e48ac562540e2794f14ff0097f9aa2 [false] [Pipeline] sh [2022-10-25T19:10:10.718Z] + git log --format=format:%s -1 e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] echo [2022-10-25T19:10:10.753Z] ========================================================= [2022-10-25T19:10:10.753Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-25T19:10:10.753Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-25T19:10:11.170Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-25T19:10:11.170Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-25T19:10:11.170Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-25T19:10:11.170Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-25T19:10:11.170Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-25T19:10:11.170Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-25T19:10:11.170Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:10:11.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:10:11.579Z] [2022-10-25T19:10:11.579Z] 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:10:11.959Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:10:11.959Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-25T19:10:11.959Z] b85a868b505f: Pulling fs layer [2022-10-25T19:10:11.959Z] e2be974225ed: Pulling fs layer [2022-10-25T19:10:11.959Z] 339a4e72a1f5: Pulling fs layer [2022-10-25T19:10:11.959Z] 988bab9f4d93: Pulling fs layer [2022-10-25T19:10:11.959Z] 1469e6f7b9e6: Pulling fs layer [2022-10-25T19:10:11.959Z] eaf3925da568: Pulling fs layer [2022-10-25T19:10:11.959Z] bab4dde63d76: Pulling fs layer [2022-10-25T19:10:11.959Z] bde34c3a00c8: Pulling fs layer [2022-10-25T19:10:11.959Z] b352a97aabf1: Pulling fs layer [2022-10-25T19:10:11.959Z] 4872d77fe225: Pulling fs layer [2022-10-25T19:10:11.959Z] 5851b861e8e6: Pulling fs layer [2022-10-25T19:10:11.959Z] b352a97aabf1: Waiting [2022-10-25T19:10:11.959Z] 4872d77fe225: Waiting [2022-10-25T19:10:11.959Z] eaf3925da568: Waiting [2022-10-25T19:10:11.959Z] 5851b861e8e6: Waiting [2022-10-25T19:10:11.959Z] bab4dde63d76: Waiting [2022-10-25T19:10:11.959Z] bde34c3a00c8: Waiting [2022-10-25T19:10:11.959Z] 1469e6f7b9e6: Waiting [2022-10-25T19:10:11.959Z] e2be974225ed: Verifying Checksum [2022-10-25T19:10:11.959Z] e2be974225ed: Download complete [2022-10-25T19:10:11.959Z] 988bab9f4d93: Verifying Checksum [2022-10-25T19:10:11.959Z] 988bab9f4d93: Download complete [2022-10-25T19:10:12.220Z] 1469e6f7b9e6: Verifying Checksum [2022-10-25T19:10:12.220Z] 1469e6f7b9e6: Download complete [2022-10-25T19:10:12.220Z] eaf3925da568: Verifying Checksum [2022-10-25T19:10:12.220Z] eaf3925da568: Download complete [2022-10-25T19:10:12.220Z] 339a4e72a1f5: Verifying Checksum [2022-10-25T19:10:12.220Z] 339a4e72a1f5: Download complete [2022-10-25T19:10:12.220Z] bde34c3a00c8: Verifying Checksum [2022-10-25T19:10:12.220Z] bde34c3a00c8: Download complete [2022-10-25T19:10:12.220Z] b352a97aabf1: Verifying Checksum [2022-10-25T19:10:12.220Z] b352a97aabf1: Download complete [2022-10-25T19:10:12.220Z] 4872d77fe225: Verifying Checksum [2022-10-25T19:10:12.220Z] 4872d77fe225: Download complete [2022-10-25T19:10:12.220Z] 5851b861e8e6: Verifying Checksum [2022-10-25T19:10:12.220Z] 5851b861e8e6: Download complete [2022-10-25T19:10:12.220Z] b85a868b505f: Verifying Checksum [2022-10-25T19:10:12.220Z] b85a868b505f: Download complete [2022-10-25T19:10:12.482Z] bab4dde63d76: Verifying Checksum [2022-10-25T19:10:12.482Z] bab4dde63d76: Download complete [2022-10-25T19:10:13.418Z] b85a868b505f: Pull complete [2022-10-25T19:10:13.678Z] e2be974225ed: Pull complete [2022-10-25T19:10:13.938Z] 339a4e72a1f5: Pull complete [2022-10-25T19:10:14.199Z] 988bab9f4d93: Pull complete [2022-10-25T19:10:14.458Z] 1469e6f7b9e6: Pull complete [2022-10-25T19:10:14.458Z] eaf3925da568: Pull complete [2022-10-25T19:10:16.369Z] bab4dde63d76: Pull complete [2022-10-25T19:10:16.369Z] bde34c3a00c8: Pull complete [2022-10-25T19:10:16.369Z] b352a97aabf1: Pull complete [2022-10-25T19:10:16.369Z] 4872d77fe225: Pull complete [2022-10-25T19:10:16.630Z] 5851b861e8e6: Pull complete [2022-10-25T19:10:16.630Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-25T19:10:16.630Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T19:10:16.630Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:10:16.852Z] prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container [2022-10-25T19:10:16.877Z] $ 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:10:18.405Z] $ docker top b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a -eo pid,comm [2022-10-25T19:10:18.484Z] 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:10:18.484Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-25T19:10:18.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T19:10:18.611Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T19:10:18.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T19:10:18.720Z] $ docker exec b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent [2022-10-25T19:10:18.830Z] SSH_AUTH_SOCK=/tmp/ssh-Mg9wY1EpYe5t/agent.32 [2022-10-25T19:10:18.830Z] SSH_AGENT_PID=38 [2022-10-25T19:10:18.836Z] Running ssh-add (command line suppressed) [2022-10-25T19:10:18.925Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_15746603567725171352.key (/w/workspace/edgex-go/1@tmp/private_key_15746603567725171352.key) [2022-10-25T19:10:18.946Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T19:10:19.271Z] + git tag --points-at HEAD [Pipeline] } [2022-10-25T19:10:19.289Z] $ docker exec --env ******** --env ******** b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent -k [2022-10-25T19:10:19.383Z] unset SSH_AUTH_SOCK; [2022-10-25T19:10:19.383Z] unset SSH_AGENT_PID; [2022-10-25T19:10:19.384Z] echo Agent pid 38 killed; [2022-10-25T19:10:19.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-25T19:10:19.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T19:10:19.474Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T19:10:19.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T19:10:19.588Z] $ docker exec b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent [2022-10-25T19:10:19.712Z] SSH_AUTH_SOCK=/tmp/ssh-VOPMgJj88tWK/agent.70 [2022-10-25T19:10:19.712Z] SSH_AGENT_PID=76 [2022-10-25T19:10:19.717Z] Running ssh-add (command line suppressed) [2022-10-25T19:10:19.816Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10615539065191535987.key (/w/workspace/edgex-go/1@tmp/private_key_10615539065191535987.key) [2022-10-25T19:10:19.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T19:10:20.170Z] + git semver init [2022-10-25T19:10:20.432Z] 2022-10-25 19:10:20,350 [run_init] DEBUG init version:0.0.0 force:False [2022-10-25T19:10:20.432Z] 2022-10-25 19:10:20,351 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-25T19:10:20.432Z] 2022-10-25 19:10:20,352 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-25T19:10:20.432Z] 2022-10-25 19:10:20,352 [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:10:25.773Z] 2022-10-25 19:10:24,920 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,921 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4218 with force:False [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,921 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4218 [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,925 [execute] INFO git cat-file --batch-check [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,926 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,933 [execute] INFO git cat-file --batch [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,933 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T19:10:25.773Z] 2022-10-25 19:10:24,938 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4218 [2022-10-25T19:10:25.773Z] 0.0.0 [Pipeline] } [2022-10-25T19:10:25.799Z] $ docker exec --env ******** --env ******** b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a ssh-agent -k [2022-10-25T19:10:25.905Z] unset SSH_AUTH_SOCK; [2022-10-25T19:10:25.905Z] unset SSH_AGENT_PID; [2022-10-25T19:10:25.905Z] echo Agent pid 76 killed; [2022-10-25T19:10:25.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T19:10:26.353Z] + git semver [Pipeline] } [2022-10-25T19:10:26.650Z] $ docker stop --time=1 b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a [2022-10-25T19:10:27.972Z] $ docker rm -f b2d369c8826ae32b52cae2c9475b7bd8c10b807069c123d230ce6a4ee25fea0a [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T19:10:28.390Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-25T19:10:28.736Z] Stashed 1 file(s) [Pipeline] echo [2022-10-25T19:10:28.753Z] [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:10:29.575Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T19:10:29.611Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:10:29.645Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:10:29.674Z] ========================================================= [2022-10-25T19:10:29.674Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-25T19:10:29.674Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:10:30.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:10:30.011Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-25T19:10:30.011Z] 213ec9aee27d: Pulling fs layer [2022-10-25T19:10:30.011Z] 4583459ba037: Pulling fs layer [2022-10-25T19:10:30.011Z] 93c1e223e6f2: Pulling fs layer [2022-10-25T19:10:30.011Z] 53926ce57604: Pulling fs layer [2022-10-25T19:10:30.011Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-25T19:10:30.011Z] 30f14e443154: Pulling fs layer [2022-10-25T19:10:30.011Z] 801331c1e519: Pulling fs layer [2022-10-25T19:10:30.011Z] 99cc6dd402b0: Pulling fs layer [2022-10-25T19:10:30.011Z] 7d9ed39f4882: Pulling fs layer [2022-10-25T19:10:30.011Z] 53926ce57604: Waiting [2022-10-25T19:10:30.011Z] 99cc6dd402b0: Waiting [2022-10-25T19:10:30.011Z] 21b2b0c7a3f4: Waiting [2022-10-25T19:10:30.011Z] 7d9ed39f4882: Waiting [2022-10-25T19:10:30.011Z] 30f14e443154: Waiting [2022-10-25T19:10:30.011Z] 801331c1e519: Waiting [2022-10-25T19:10:30.011Z] 93c1e223e6f2: Download complete [2022-10-25T19:10:30.011Z] 4583459ba037: Verifying Checksum [2022-10-25T19:10:30.011Z] 4583459ba037: Download complete [2022-10-25T19:10:30.011Z] 21b2b0c7a3f4: Download complete [2022-10-25T19:10:30.011Z] 30f14e443154: Verifying Checksum [2022-10-25T19:10:30.011Z] 30f14e443154: Download complete [2022-10-25T19:10:30.011Z] 213ec9aee27d: Verifying Checksum [2022-10-25T19:10:30.011Z] 213ec9aee27d: Download complete [2022-10-25T19:10:30.280Z] 801331c1e519: Download complete [2022-10-25T19:10:30.281Z] 213ec9aee27d: Pull complete [2022-10-25T19:10:30.577Z] 4583459ba037: Pull complete [2022-10-25T19:10:30.577Z] 93c1e223e6f2: Pull complete [2022-10-25T19:10:31.171Z] 99cc6dd402b0: Verifying Checksum [2022-10-25T19:10:31.171Z] 99cc6dd402b0: Download complete [2022-10-25T19:10:31.171Z] 7d9ed39f4882: Verifying Checksum [2022-10-25T19:10:31.171Z] 7d9ed39f4882: Download complete [2022-10-25T19:10:31.171Z] 53926ce57604: Verifying Checksum [2022-10-25T19:10:31.171Z] 53926ce57604: Download complete [2022-10-25T19:10:35.359Z] 53926ce57604: Pull complete [2022-10-25T19:10:35.359Z] 21b2b0c7a3f4: Pull complete [2022-10-25T19:10:35.359Z] 30f14e443154: Pull complete [2022-10-25T19:10:35.359Z] 801331c1e519: Pull complete [2022-10-25T19:10:37.258Z] 99cc6dd402b0: Pull complete [2022-10-25T19:10:37.832Z] 7d9ed39f4882: Pull complete [2022-10-25T19:10:37.832Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-25T19:10:37.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:10:37.832Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:10:38.182Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:10:38.182Z] WORKDIR /edgex [2022-10-25T19:10:38.182Z] COPY go.mod . [2022-10-25T19:10:38.182Z] RUN go mod download [2022-10-25T19:10:38.182Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-25T19:10:38.750Z] Sending build context to Docker daemon 169.8MB [2022-10-25T19:10:38.750Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T19:10:38.750Z] ---> 1dedd983c030 [2022-10-25T19:10:38.750Z] Step 2/4 : WORKDIR /edgex [2022-10-25T19:10:42.038Z] ---> Running in 89b3bd155e8b [2022-10-25T19:10:42.298Z] Removing intermediate container 89b3bd155e8b [2022-10-25T19:10:42.298Z] ---> b1ef8c17fbe5 [2022-10-25T19:10:42.298Z] Step 3/4 : COPY go.mod . [2022-10-25T19:10:42.558Z] ---> b572ad527af4 [2022-10-25T19:10:42.558Z] Step 4/4 : RUN go mod download [2022-10-25T19:10:42.558Z] ---> Running in 33e9c07a8249 [2022-10-25T19:10:44.097Z] Still waiting to schedule task [2022-10-25T19:10:44.098Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-116961’ is offline [2022-10-25T19:10:44.098Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-116962’ is offline [2022-10-25T19:10:44.098Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-116964’ is offline [2022-10-25T19:10:54.759Z] Removing intermediate container 33e9c07a8249 [2022-10-25T19:10:54.759Z] ---> 88f44d164324 [2022-10-25T19:10:54.759Z] Successfully built 88f44d164324 [2022-10-25T19:10:54.759Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:10:55.122Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T19:10:55.122Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:10:55.271Z] prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container [2022-10-25T19:10:55.311Z] $ 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:10:55.854Z] $ docker top 6ef38e970e72bbe7584c6d1fad1170937a9515bc27ff578049a4d0ee5b48a32e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:10:56.240Z] + go version [2022-10-25T19:10:56.240Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-25T19:10:56.278Z] $ docker stop --time=1 6ef38e970e72bbe7584c6d1fad1170937a9515bc27ff578049a4d0ee5b48a32e [2022-10-25T19:10:57.539Z] $ docker rm -f 6ef38e970e72bbe7584c6d1fad1170937a9515bc27ff578049a4d0ee5b48a32e [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:10:58.205Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T19:10:58.205Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:10:58.341Z] prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container [2022-10-25T19:10:58.376Z] $ 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:10:58.699Z] $ docker top 5f67e446e9b8f121a2251c89e6d154d4eec7e6d4d3fe7222f166c7fcde94d04a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T19:10:58.794Z] ========================================================= [2022-10-25T19:10:58.794Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T19:10:58.794Z] ========================================================= [Pipeline] sh [2022-10-25T19:10:59.079Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:10:59.426Z] + make test [2022-10-25T19:10:59.426Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T19:11:05.984Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T19:11:18.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T19:11:18.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements [2022-10-25T19:11:18.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T19:11:18.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T19:11:19.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.125s coverage: 98.5% of statements [2022-10-25T19:11:19.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.138s coverage: 43.0% of statements [2022-10-25T19:11:19.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T19:11:19.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T19:11:19.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.109s coverage: 54.2% of statements [2022-10-25T19:11:19.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T19:11:19.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.885s coverage: 89.2% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 2.2% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.462s coverage: 95.6% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.060s coverage: 72.2% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.068s coverage: 60.0% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.058s coverage: 29.6% of statements [2022-10-25T19:11:23.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements [2022-10-25T19:11:23.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2022-10-25T19:11:33.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements [2022-10-25T19:11:33.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2022-10-25T19:11:34.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 79.9% of statements [2022-10-25T19:11:34.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 65.1% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 58.8% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.0% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.2% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 64.7% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.325s coverage: 65.8% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.168s coverage: 41.8% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.074s coverage: 63.2% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T19:11:44.140Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T19:11:44.140Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T19:11:44.141Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-10-25T19:11:44.141Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2022-10-25T19:11:44.141Z] 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:12:02.201Z] 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:12:02.201Z] GO111MODULE=on go vet ./... [2022-10-25T19:12:04.733Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T19:12:04.733Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T19:12:04.992Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T19:12:05.028Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T19:12:05.337Z] + ls -al . [2022-10-25T19:12:05.337Z] total 768 [2022-10-25T19:12:05.337Z] drwxrwxr-x 11 1001 1001 4096 Oct 25 19:10 . [2022-10-25T19:12:05.337Z] drwxr-xr-x 4 root root 4096 Oct 25 19:10 .. [2022-10-25T19:12:05.337Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:10 .blubracket [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 19:10 .dockerignore [2022-10-25T19:12:05.337Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:11 .git [2022-10-25T19:12:05.337Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:10 .github [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:10 .gitignore [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 19:10 .golangci.yml [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 19:10 .hadolint.yml [2022-10-25T19:12:05.337Z] drwxr-xr-x 3 1001 1001 4096 Oct 25 19:10 .semver [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 19:10 .sonarcloud.properties [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:10 ADOPTERS.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:10 Attribution.txt [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:10 CHANGELOG.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:10 CONTRIBUTING.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 19:10 GOVERNANCE.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 19:10 Jenkinsfile [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:10 LICENSE [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:10 Makefile [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 19:10 OWNERS.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:10 README.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:10 SECURITY.md [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 19:10 VERSION [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:10 ZMQWindows.md [2022-10-25T19:12:05.337Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:10 bin [2022-10-25T19:12:05.337Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 19:10 cmd [2022-10-25T19:12:05.337Z] -rw-r--r-- 1 root root 501828 Oct 25 19:11 coverage.out [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 19:10 go.mod [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 45060 Oct 25 19:10 go.sum [2022-10-25T19:12:05.337Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:10 internal [2022-10-25T19:12:05.337Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:10 openapi [2022-10-25T19:12:05.337Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 19:10 snap [2022-10-25T19:12:05.337Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 19:10 version.go [Pipeline] sh [2022-10-25T19:12:05.646Z] + '[' -e coverage.out ] [2022-10-25T19:12:05.646Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T19:12:05.759Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T19:12:06.070Z] + make build [2022-10-25T19:12:06.070Z] 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:12:18.262Z] 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:12:28.220Z] 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:12:28.786Z] 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:12:35.342Z] 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:12:35.600Z] 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:12:36.972Z] 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:12:38.343Z] 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:12:38.911Z] 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:12:39.845Z] 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:12:40.781Z] 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:12:41.348Z] 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:12:43.248Z] 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:12:44.220Z] $ docker stop --time=1 5f67e446e9b8f121a2251c89e6d154d4eec7e6d4d3fe7222f166c7fcde94d04a [2022-10-25T19:12:46.692Z] $ docker rm -f 5f67e446e9b8f121a2251c89e6d154d4eec7e6d4d3fe7222f166c7fcde94d04a [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:12:47.755Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:12:47.755Z] [2022-10-25T19:12:47.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:12:48.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:12:49.059Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-25T19:12:49.059Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-25T19:12:49.059Z] ca9280d653b3: Pulling fs layer [2022-10-25T19:12:49.059Z] 7e9c9ca2126c: Pulling fs layer [2022-10-25T19:12:49.059Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-25T19:12:49.059Z] cbdbe7a5bc2a: Download complete [2022-10-25T19:12:49.059Z] ca9280d653b3: Verifying Checksum [2022-10-25T19:12:49.059Z] ca9280d653b3: Download complete [2022-10-25T19:12:49.059Z] cbdbe7a5bc2a: Pull complete [2022-10-25T19:12:49.626Z] 7e9c9ca2126c: Download complete [2022-10-25T19:12:49.626Z] ca9280d653b3: Pull complete [2022-10-25T19:12:52.906Z] 7e9c9ca2126c: Pull complete [2022-10-25T19:12:52.906Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-25T19:12:52.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:12:52.906Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:12:53.112Z] prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container [2022-10-25T19:12:53.149Z] $ 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:12:54.676Z] $ docker top de35076b862d34cc78e8977d22c889b4cc7170cdaea8f3feb3265ded171b8337 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:12:55.044Z] + docker-compose build --help [2022-10-25T19:12:55.044Z] + grep parallel [2022-10-25T19:12:55.613Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T19:12:55.655Z] $ docker stop --time=1 de35076b862d34cc78e8977d22c889b4cc7170cdaea8f3feb3265ded171b8337 [2022-10-25T19:12:56.962Z] $ docker rm -f de35076b862d34cc78e8977d22c889b4cc7170cdaea8f3feb3265ded171b8337 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:12:57.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T19:12:57.609Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:12:57.752Z] prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container [2022-10-25T19:12:57.791Z] $ 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:12:58.115Z] $ docker top b10cafd35e0f21b39d1129651cde5b85c8771aee66f0df9ef69e9d51a6944291 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:12:58.486Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T19:12:59.054Z] Building core-command ... [2022-10-25T19:12:59.054Z] Building core-data ... [2022-10-25T19:12:59.054Z] Building core-metadata ... [2022-10-25T19:12:59.054Z] Building security-bootstrapper ... [2022-10-25T19:12:59.054Z] Building security-proxy-setup ... [2022-10-25T19:12:59.054Z] Building security-secretstore-setup ... [2022-10-25T19:12:59.054Z] Building security-spiffe-token-provider ... [2022-10-25T19:12:59.054Z] Building security-spire-agent ... [2022-10-25T19:12:59.054Z] Building security-spire-config ... [2022-10-25T19:12:59.054Z] Building security-spire-server ... [2022-10-25T19:12:59.054Z] Building support-notifications ... [2022-10-25T19:12:59.054Z] Building support-scheduler ... [2022-10-25T19:12:59.054Z] Building sys-mgmt-agent ... [2022-10-25T19:12:59.054Z] Building security-secretstore-setup [2022-10-25T19:12:59.054Z] Building security-spire-server [2022-10-25T19:12:59.054Z] Building security-spiffe-token-provider [2022-10-25T19:12:59.054Z] Building security-bootstrapper [2022-10-25T19:12:59.054Z] Building security-spire-config [2022-10-25T19:13:11.254Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:13:11.254Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:13:11.254Z] ---> 88f44d164324 [2022-10-25T19:13:11.254Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:13:11.254Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:13:11.254Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:13:11.254Z] ---> 88f44d164324 [2022-10-25T19:13:11.254Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T19:13:11.254Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:13:11.254Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:13:11.254Z] ---> 88f44d164324 [2022-10-25T19:13:11.254Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:13:11.254Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:13:11.254Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:13:11.254Z] ---> 88f44d164324 [2022-10-25T19:13:11.254Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:13:11.254Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:13:11.254Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:13:11.254Z] ---> 88f44d164324 [2022-10-25T19:13:11.254Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T19:13:13.789Z] ---> Running in 0b4b6b5527fa [2022-10-25T19:13:13.789Z] ---> Running in 9cb8b9cd7617 [2022-10-25T19:13:13.789Z] ---> Running in c81d54749304 [2022-10-25T19:13:13.789Z] ---> Running in 26207c68f068 [2022-10-25T19:13:13.789Z] ---> Running in eea3d99509d1 [2022-10-25T19:13:13.789Z] Removing intermediate container eea3d99509d1 [2022-10-25T19:13:13.789Z] ---> f95bb77dd5ae [2022-10-25T19:13:13.789Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:13:13.789Z] Removing intermediate container c81d54749304 [2022-10-25T19:13:13.789Z] ---> 2e2fc5ab6907 [2022-10-25T19:13:13.789Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:13:13.789Z] Removing intermediate container 26207c68f068 [2022-10-25T19:13:13.789Z] ---> e4b4a0078513 [2022-10-25T19:13:13.789Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:13:13.789Z] Removing intermediate container 9cb8b9cd7617 [2022-10-25T19:13:13.789Z] ---> aaf5e833dddf [2022-10-25T19:13:13.789Z] Removing intermediate container 0b4b6b5527fa [2022-10-25T19:13:13.789Z] ---> f326430edec0 [2022-10-25T19:13:13.789Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:13:13.789Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T19:13:13.789Z] ---> Running in e0b7e88e6939 [2022-10-25T19:13:14.045Z] ---> Running in eb7b2348aea9 [2022-10-25T19:13:14.045Z] ---> Running in e7dd54bd352c [2022-10-25T19:13:14.045Z] ---> Running in 853a7d199851 [2022-10-25T19:13:14.045Z] ---> Running in d8bae55fa6b4 [2022-10-25T19:13:14.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:14.980Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:14.980Z] Removing intermediate container e0b7e88e6939 [2022-10-25T19:13:14.980Z] ---> 5c4f892eefaf [2022-10-25T19:13:14.980Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:13:14.980Z] Removing intermediate container eb7b2348aea9 [2022-10-25T19:13:14.980Z] ---> ee20a92b6ebe [2022-10-25T19:13:14.980Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T19:13:14.980Z] Removing intermediate container e7dd54bd352c [2022-10-25T19:13:14.980Z] ---> e1da22d090dc [2022-10-25T19:13:14.980Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T19:13:14.980Z] v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T19:13:14.980Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T19:13:14.980Z] OK: 17039 distinct packages available [2022-10-25T19:13:14.980Z] ---> Running in dcf42dcfea7a [2022-10-25T19:13:15.238Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:15.239Z] ---> Running in 12c9f2e7ceef [2022-10-25T19:13:15.239Z] ---> Running in 91fb50284f41 [2022-10-25T19:13:15.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:15.239Z] Removing intermediate container d8bae55fa6b4 [2022-10-25T19:13:15.239Z] ---> 0e853eb4e57c [2022-10-25T19:13:15.239Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:13:15.239Z] ---> Running in 2d17efb07657 [2022-10-25T19:13:15.497Z] OK: 211 MiB in 51 packages [2022-10-25T19:13:15.497Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:15.756Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:15.756Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:15.756Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:16.013Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:16.013Z] Removing intermediate container 853a7d199851 [2022-10-25T19:13:16.013Z] ---> db168b8e7e90 [2022-10-25T19:13:16.013Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T19:13:16.013Z] ---> 962651b689bf [2022-10-25T19:13:16.013Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:13:16.013Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:16.013Z] ---> Running in ab66a2273b6d [2022-10-25T19:13:16.273Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:16.273Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:16.537Z] OK: 211 MiB in 51 packages [2022-10-25T19:13:16.799Z] OK: 211 MiB in 51 packages [2022-10-25T19:13:16.799Z] OK: 211 MiB in 51 packages [2022-10-25T19:13:16.799Z] Removing intermediate container dcf42dcfea7a [2022-10-25T19:13:16.799Z] ---> bea8c80d2078 [2022-10-25T19:13:16.799Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:13:16.799Z] OK: 211 MiB in 51 packages [2022-10-25T19:13:17.056Z] ---> 6bd21d349a2d [2022-10-25T19:13:17.056Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:13:17.056Z] ---> Running in 8ac98a447074 [2022-10-25T19:13:17.316Z] Removing intermediate container 2d17efb07657 [2022-10-25T19:13:17.316Z] ---> f8de17b20de2 [2022-10-25T19:13:17.316Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:13:17.316Z] Removing intermediate container 91fb50284f41 [2022-10-25T19:13:17.316Z] ---> e8b7a930e852 [2022-10-25T19:13:17.316Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T19:13:17.316Z] Removing intermediate container 12c9f2e7ceef [2022-10-25T19:13:17.316Z] ---> a5fc2832a271 [2022-10-25T19:13:17.317Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:13:17.574Z] ---> eb82220a0023 [2022-10-25T19:13:17.574Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:13:17.831Z] ---> 3eaa8df6b2f3 [2022-10-25T19:13:17.831Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:13:18.088Z] ---> Running in 7fe6b6793167 [2022-10-25T19:13:18.088Z] ---> 31b092ea3464 [2022-10-25T19:13:18.088Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:13:18.352Z] ---> Running in 38018868d9c8 [2022-10-25T19:13:18.611Z] ---> Running in 59172f36d227 [2022-10-25T19:13:31.515Z] Removing intermediate container ab66a2273b6d [2022-10-25T19:13:31.515Z] ---> 3c708a012c50 [2022-10-25T19:13:31.515Z] Step 7/20 : COPY . . [2022-10-25T19:13:36.778Z] Removing intermediate container 8ac98a447074 [2022-10-25T19:13:36.778Z] ---> f82e0511bfc4 [2022-10-25T19:13:36.778Z] Step 8/26 : COPY . . [2022-10-25T19:13:37.710Z] ---> 3b0d9f6f10d8 [2022-10-25T19:13:37.710Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T19:13:38.279Z] ---> Running in 34d4b34cde57 [2022-10-25T19:13:38.279Z] Removing intermediate container 7fe6b6793167 [2022-10-25T19:13:38.279Z] Removing intermediate container 59172f36d227 [2022-10-25T19:13:38.279Z] ---> 37433280977a [2022-10-25T19:13:38.279Z] ---> 6df8257b16c4 [2022-10-25T19:13:38.279Z] Step 8/25 : COPY . .Step 8/25 : COPY . . [2022-10-25T19:13:38.279Z] [2022-10-25T19:13:38.279Z] Removing intermediate container 38018868d9c8 [2022-10-25T19:13:38.279Z] ---> 2f7184b5cdfb [2022-10-25T19:13:38.279Z] Step 8/33 : COPY . . [2022-10-25T19:13:38.536Z] 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:13:48.496Z] ---> 522de4a01309 [2022-10-25T19:13:48.496Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:13:48.496Z] ---> Running in 46c4e15b9e17 [2022-10-25T19:13:48.496Z] ---> e004443bc408 [2022-10-25T19:13:48.496Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:13:48.496Z] ---> 43062627f18e [2022-10-25T19:13:48.496Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T19:13:48.496Z] ---> 87febb4c9957 [2022-10-25T19:13:48.496Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T19:13:48.496Z] ---> Running in f10e89d8087a [2022-10-25T19:13:48.496Z] ---> Running in fe27c91a6032 [2022-10-25T19:13:48.496Z] ---> Running in efe7c1a08110 [2022-10-25T19:13:48.496Z] Removing intermediate container 46c4e15b9e17 [2022-10-25T19:13:48.496Z] ---> 754d9d96bf28 [2022-10-25T19:13:48.496Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:13:48.496Z] ---> Running in aece08cfa556 [2022-10-25T19:13:48.496Z] Removing intermediate container efe7c1a08110 [2022-10-25T19:13:48.496Z] ---> 1734a0b86636 [2022-10-25T19:13:48.496Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T19:13:48.496Z] ---> Running in 0f95760ed100 [2022-10-25T19:13:48.496Z] Removing intermediate container aece08cfa556 [2022-10-25T19:13:48.496Z] ---> 38b48c81ce4d [2022-10-25T19:13:48.496Z] 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:13:48.496Z] ---> Running in c5954065e469 [2022-10-25T19:13:48.496Z] Removing intermediate container 0f95760ed100 [2022-10-25T19:13:48.496Z] ---> d8e11d9f6945 [2022-10-25T19:13:48.496Z] 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:13:48.496Z] ---> Running in c9ab09f867cc [2022-10-25T19:13:48.754Z] 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:13:48.754Z] 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:13:50.142Z] Removing intermediate container c5954065e469 [2022-10-25T19:13:50.142Z] ---> 3495d58522b8 [2022-10-25T19:13:50.142Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:13:50.142Z] Removing intermediate container c9ab09f867cc [2022-10-25T19:13:50.142Z] ---> 44a1c0d6b2d3 [2022-10-25T19:13:50.142Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T19:13:50.142Z] ---> Running in 433ffbf9f48d [2022-10-25T19:13:50.400Z] ---> Running in 8f039a0a54ee [2022-10-25T19:13:50.657Z] Removing intermediate container 433ffbf9f48d [2022-10-25T19:13:50.657Z] ---> 600a9f4cd82a [2022-10-25T19:13:50.657Z] [2022-10-25T19:13:50.657Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:13:50.657Z] Removing intermediate container 8f039a0a54ee [2022-10-25T19:13:50.657Z] ---> 4d8bd4bdc5ec [2022-10-25T19:13:50.657Z] [2022-10-25T19:13:50.657Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T19:13:51.587Z] 3.15: Pulling from library/alpine [2022-10-25T19:13:51.587Z] 3.15: Pulling from library/alpine [2022-10-25T19:13:52.521Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:13:52.521Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:13:52.521Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:13:52.521Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:13:52.521Z] ---> c4fc93816858 [2022-10-25T19:13:52.521Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:13:52.521Z] ---> c4fc93816858 [2022-10-25T19:13:52.521Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:13:53.892Z] ---> Running in b5a44f5fea16 [2022-10-25T19:13:53.892Z] ---> Running in ff020fba36a4 [2022-10-25T19:13:54.149Z] Removing intermediate container ff020fba36a4 [2022-10-25T19:13:54.149Z] ---> 1445be955fad [2022-10-25T19:13:54.149Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:13:54.149Z] Removing intermediate container b5a44f5fea16 [2022-10-25T19:13:54.149Z] ---> 34cc9e17af2f [2022-10-25T19:13:54.149Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:13:54.149Z] ---> Running in badc7ec2f2d6 [2022-10-25T19:13:54.406Z] ---> Running in 22a0a465faba [2022-10-25T19:13:55.776Z] Removing intermediate container badc7ec2f2d6 [2022-10-25T19:13:55.776Z] ---> 9868dfe9d7a5 [2022-10-25T19:13:55.776Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:13:55.776Z] Removing intermediate container 22a0a465faba [2022-10-25T19:13:55.776Z] ---> bdcb4ce11b6d [2022-10-25T19:13:55.776Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T19:13:55.776Z] ---> Running in 95cbfbcb4e8c [2022-10-25T19:13:55.776Z] ---> Running in 0f40ef2bd3f4 [2022-10-25T19:13:56.341Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:56.600Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:56.857Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:57.115Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:57.679Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:13:57.679Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:13:57.679Z] OK: 15857 distinct packages available [2022-10-25T19:13:57.679Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:13:57.679Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:13:57.679Z] OK: 15857 distinct packages available [2022-10-25T19:13:57.679Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:57.679Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:58.243Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:58.244Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:13:58.808Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T19:13:58.808Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T19:13:59.385Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:13:59.385Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:13:59.643Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T19:13:59.643Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T19:13:59.899Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T19:13:59.899Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T19:14:00.157Z] Removing intermediate container 34d4b34cde57 [2022-10-25T19:14:00.157Z] ---> cd6de90d9781 [2022-10-25T19:14:00.157Z] [2022-10-25T19:14:00.157Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T19:14:00.157Z] ---> c4fc93816858 [2022-10-25T19:14:00.157Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:14:00.157Z] ---> Using cache [2022-10-25T19:14:00.157Z] ---> 34cc9e17af2f [2022-10-25T19:14:00.157Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:00.157Z] ---> Using cache [2022-10-25T19:14:00.157Z] ---> bdcb4ce11b6d [2022-10-25T19:14:00.157Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T19:14:00.157Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T19:14:00.157Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:14:00.157Z] OK: 6 MiB in 18 packages [2022-10-25T19:14:00.721Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:14:00.721Z] OK: 7 MiB in 19 packages [2022-10-25T19:14:02.092Z] ---> Running in eb8e37ba5b06 [2022-10-25T19:14:02.349Z] Removing intermediate container 95cbfbcb4e8c [2022-10-25T19:14:02.349Z] ---> 7a427ab0c465 [2022-10-25T19:14:02.349Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:14:02.708Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:03.276Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:03.276Z] Removing intermediate container 0f40ef2bd3f4 [2022-10-25T19:14:03.276Z] ---> c8f26359bcf3 [2022-10-25T19:14:03.276Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:14:03.840Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:14:03.840Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:14:03.840Z] OK: 15857 distinct packages available [2022-10-25T19:14:03.840Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:04.098Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:04.666Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T19:14:05.336Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T19:14:05.596Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T19:14:06.280Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T19:14:06.280Z] 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:14:06.280Z] ---> aaf8045f53c2 [2022-10-25T19:14:06.280Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:14:06.538Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T19:14:06.798Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T19:14:07.174Z] ---> daba6aa4568f [2022-10-25T19:14:07.174Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:14:07.174Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:14:07.434Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T19:14:07.723Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T19:14:07.723Z] ---> 077ed1139c6b [2022-10-25T19:14:07.723Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T19:14:07.982Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:14:07.982Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:14:07.982Z] OK: 8 MiB in 23 packages [2022-10-25T19:14:07.982Z] ---> 62e71e6a70c5 [2022-10-25T19:14:07.982Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T19:14:08.241Z] ---> Running in d73ae24849c4 [2022-10-25T19:14:08.241Z] ---> 70a74a095bae [2022-10-25T19:14:08.241Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T19:14:08.809Z] ---> 192074b0af70 [2022-10-25T19:14:08.809Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:14:09.067Z] Removing intermediate container d73ae24849c4 [2022-10-25T19:14:09.067Z] ---> 2526a1bf805c [2022-10-25T19:14:09.067Z] 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:14:09.067Z] Removing intermediate container eb8e37ba5b06 [2022-10-25T19:14:09.067Z] ---> e352cd1fd2e4 [2022-10-25T19:14:09.067Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:14:09.067Z] ---> Running in 7d1c02b78a0e [2022-10-25T19:14:09.378Z] ---> 3b8cfaf69921 [2022-10-25T19:14:09.378Z] Step 21/26 : WORKDIR / [2022-10-25T19:14:09.636Z] Removing intermediate container 7d1c02b78a0e [2022-10-25T19:14:09.636Z] ---> 274538551ca2 [2022-10-25T19:14:09.636Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:14:09.636Z] ---> ef81b46a2da2 [2022-10-25T19:14:09.636Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T19:14:09.636Z] ---> Running in 0af07590fed9 [2022-10-25T19:14:09.636Z] ---> Running in 9b8fbf409c30 [2022-10-25T19:14:09.895Z] Removing intermediate container fe27c91a6032 [2022-10-25T19:14:09.895Z] ---> 7b7e728b7183 [2022-10-25T19:14:09.895Z] [2022-10-25T19:14:09.895Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T19:14:10.153Z] Removing intermediate container 9b8fbf409c30 [2022-10-25T19:14:10.153Z] ---> c7011a1c089d [2022-10-25T19:14:10.153Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:14:10.153Z] Removing intermediate container 0af07590fed9 [2022-10-25T19:14:10.153Z] ---> b410935a80d9 [2022-10-25T19:14:10.153Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:14:10.153Z] 3.16: Pulling from library/alpine [2022-10-25T19:14:10.153Z] ---> Running in 3bd9d530bf5d [2022-10-25T19:14:10.153Z] Removing intermediate container f10e89d8087a [2022-10-25T19:14:10.153Z] ---> adb2a0016a3b [2022-10-25T19:14:10.153Z] [2022-10-25T19:14:10.153Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T19:14:10.153Z] ---> Running in 86a1e402f3a8 [2022-10-25T19:14:10.413Z] ---> 2392b68fd527 [2022-10-25T19:14:10.413Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T19:14:10.413Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:14:10.413Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T19:14:10.413Z] ---> 9c6f07244728 [2022-10-25T19:14:10.413Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:14:10.413Z] 3.16: Pulling from library/alpine [2022-10-25T19:14:10.413Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:14:10.413Z] Status: Image is up to date for alpine:3.16 [2022-10-25T19:14:10.413Z] ---> 9c6f07244728 [2022-10-25T19:14:10.413Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T19:14:10.413Z] Removing intermediate container 3bd9d530bf5d [2022-10-25T19:14:10.413Z] ---> 385932c5fd53 [2022-10-25T19:14:10.413Z] Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:14:10.413Z] ---> Running in 93d9ee28deca [2022-10-25T19:14:10.413Z] ---> Running in d813650e3d1e [2022-10-25T19:14:10.413Z] Removing intermediate container 86a1e402f3a8 [2022-10-25T19:14:10.413Z] ---> 99881a1b6265 [2022-10-25T19:14:10.413Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:14:10.413Z] ---> Running in 3e55b10f24d6 [2022-10-25T19:14:10.413Z] ---> bd20e62759f2 [2022-10-25T19:14:10.413Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T19:14:10.671Z] ---> Running in 9f10b12108d3 [2022-10-25T19:14:10.671Z] ---> Running in af45765f60c8 [2022-10-25T19:14:10.671Z] Removing intermediate container 93d9ee28deca [2022-10-25T19:14:10.671Z] ---> 709d0acb30d8 [2022-10-25T19:14:10.671Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T19:14:10.671Z] Removing intermediate container 3e55b10f24d6 [2022-10-25T19:14:10.671Z] ---> fafd7076dad8 [2022-10-25T19:14:10.671Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:14:10.671Z] ---> Running in 45e6b66f6df9 [2022-10-25T19:14:10.671Z] ---> Running in d04ce2906e1b [2022-10-25T19:14:10.671Z] Removing intermediate container 9f10b12108d3 [2022-10-25T19:14:10.671Z] ---> 021ebd48ae77 [2022-10-25T19:14:10.671Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T19:14:10.671Z] Removing intermediate container af45765f60c8 [2022-10-25T19:14:10.671Z] ---> 601f86f1fb39 [2022-10-25T19:14:10.671Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:14:10.671Z] ---> Running in 53665283010b [2022-10-25T19:14:10.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:10.984Z] ---> Running in a3f2d915d83f [2022-10-25T19:14:10.984Z] Removing intermediate container d04ce2906e1b [2022-10-25T19:14:10.984Z] ---> 1a5ec989b44d [2022-10-25T19:14:10.984Z] [2022-10-25T19:14:10.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:10.984Z] Removing intermediate container 53665283010b [2022-10-25T19:14:10.984Z] ---> 9e8c103ba6e6 [2022-10-25T19:14:10.984Z] Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:14:10.984Z] Successfully built 1a5ec989b44d [2022-10-25T19:14:10.984Z] Successfully tagged security-spire-server:latest [2022-10-25T19:14:10.984Z]  Building security-spire-server ... done Building sys-mgmt-agent [2022-10-25T19:14:10.984Z] Removing intermediate container a3f2d915d83f [2022-10-25T19:14:10.984Z] ---> 4894300b52c8 [2022-10-25T19:14:10.984Z] Step 18/20 : LABEL arch=x86_64 [2022-10-25T19:14:10.984Z] ---> Running in 9860e195b532 [2022-10-25T19:14:10.984Z] ---> Running in 8911a1c2c446 [2022-10-25T19:14:10.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:11.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:11.243Z] Removing intermediate container 9860e195b532 [2022-10-25T19:14:11.243Z] ---> a794864e6972 [2022-10-25T19:14:11.243Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:14:11.243Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T19:14:11.243Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T19:14:11.243Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T19:14:11.243Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:14:11.243Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:14:11.243Z] OK: 6 MiB in 17 packages [2022-10-25T19:14:11.243Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:14:11.243Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T19:14:11.243Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:14:11.243Z] OK: 6 MiB in 16 packages [2022-10-25T19:14:11.811Z] ---> Running in 1b4fd38b33d6 [2022-10-25T19:14:11.811Z] Removing intermediate container 8911a1c2c446 [2022-10-25T19:14:11.811Z] ---> d881bff533ab [2022-10-25T19:14:11.811Z] Step 19/20 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:14:12.386Z] ---> Running in 09f947611b6e [2022-10-25T19:14:12.386Z] Removing intermediate container 1b4fd38b33d6 [2022-10-25T19:14:12.386Z] ---> 4ee25d62cc89 [2022-10-25T19:14:12.386Z] [2022-10-25T19:14:12.644Z] Successfully built 4ee25d62cc89 [2022-10-25T19:14:12.644Z] Successfully tagged security-spire-config:latest [2022-10-25T19:14:12.644Z]  Building security-spire-config ... done Building core-metadata [2022-10-25T19:14:12.902Z] Removing intermediate container 09f947611b6e [2022-10-25T19:14:12.902Z] ---> 315b603526c5 [2022-10-25T19:14:12.902Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T19:14:13.837Z] Removing intermediate container 45e6b66f6df9 [2022-10-25T19:14:13.837Z] ---> e068292218bd [2022-10-25T19:14:13.837Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T19:14:14.095Z] Removing intermediate container d813650e3d1e [2022-10-25T19:14:14.095Z] ---> a57211a88d20 [2022-10-25T19:14:14.095Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:14:14.383Z] ---> Running in 671ea0a3db98 [2022-10-25T19:14:14.646Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:14:14.646Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:14:14.646Z] ---> 88f44d164324 [2022-10-25T19:14:14.646Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T19:14:14.646Z] ---> Using cache [2022-10-25T19:14:14.646Z] ---> f326430edec0 [2022-10-25T19:14:14.646Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:14.646Z] ---> Using cache [2022-10-25T19:14:14.646Z] ---> 0e853eb4e57c [2022-10-25T19:14:14.646Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T19:14:14.905Z] ---> Running in 8d1729e86e25 [2022-10-25T19:14:15.164Z] ---> Running in baa7338a45e4 [2022-10-25T19:14:15.164Z] ---> Running in 0cf74f7b2a9f [2022-10-25T19:14:15.443Z] Removing intermediate container 671ea0a3db98 [2022-10-25T19:14:15.443Z] ---> bc3925cb4858 [2022-10-25T19:14:15.443Z] [2022-10-25T19:14:15.443Z] Removing intermediate container 8d1729e86e25 [2022-10-25T19:14:15.443Z] ---> be31e4757115 [2022-10-25T19:14:15.443Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T19:14:15.701Z] Successfully built bc3925cb4858 [2022-10-25T19:14:15.701Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:14:15.701Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:14:15.701Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-25T19:14:15.701Z] ---> 88f44d164324 [2022-10-25T19:14:15.701Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:14:15.701Z] Building security-spire-agent [2022-10-25T19:14:15.701Z]  Building security-spiffe-token-provider ... done Removing intermediate container baa7338a45e4 [2022-10-25T19:14:15.701Z] ---> c3e06788009a [2022-10-25T19:14:15.701Z] Step 13/25 : WORKDIR / [2022-10-25T19:14:15.701Z] ---> Running in 2fa33d5d2574 [2022-10-25T19:14:15.701Z] ---> Running in ed413c2759b7 [2022-10-25T19:14:15.701Z] ---> Running in 357789acdc5c [2022-10-25T19:14:16.296Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:16.296Z] Removing intermediate container 2fa33d5d2574 [2022-10-25T19:14:16.296Z] ---> 4179bae74ef4 [2022-10-25T19:14:16.296Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T19:14:16.555Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:17.124Z] Removing intermediate container 357789acdc5c [2022-10-25T19:14:17.124Z] ---> 886c84dd79a9 [2022-10-25T19:14:17.124Z] 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:14:17.124Z] Removing intermediate container ed413c2759b7 [2022-10-25T19:14:17.124Z] ---> db540f392ebc [2022-10-25T19:14:17.124Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T19:14:17.124Z] OK: 211 MiB in 51 packages [2022-10-25T19:14:17.382Z] ---> Running in 21b27042ad09 [2022-10-25T19:14:17.950Z] ---> Running in 10dc2f5b719b [2022-10-25T19:14:17.950Z] ---> ac09865935b6 [2022-10-25T19:14:17.950Z] 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:14:18.514Z] Removing intermediate container 21b27042ad09 [2022-10-25T19:14:18.514Z] ---> 52f4bd5a4877 [2022-10-25T19:14:18.514Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T19:14:18.786Z] Removing intermediate container 10dc2f5b719b [2022-10-25T19:14:18.786Z] ---> eb66e869775f [2022-10-25T19:14:18.786Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:18.786Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:14:18.786Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:14:18.786Z] ---> 88f44d164324 [2022-10-25T19:14:18.786Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> f326430edec0 [2022-10-25T19:14:18.786Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> 0e853eb4e57c [2022-10-25T19:14:18.786Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> f8de17b20de2 [2022-10-25T19:14:18.786Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> eb82220a0023 [2022-10-25T19:14:18.786Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> 37433280977a [2022-10-25T19:14:18.786Z] Step 8/26 : COPY . . [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> e004443bc408 [2022-10-25T19:14:18.786Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> 1734a0b86636 [2022-10-25T19:14:18.786Z] Step 10/26 : WORKDIR /edgex-go/spire-build ---> Running in c9afef63848c [2022-10-25T19:14:18.786Z] [2022-10-25T19:14:18.786Z] ---> Using cache [2022-10-25T19:14:18.786Z] ---> d8e11d9f6945 [2022-10-25T19:14:18.786Z] 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:14:19.045Z] ---> b97a9a25f328 [2022-10-25T19:14:19.045Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T19:14:19.045Z] ---> Running in dd244584c9d4 [2022-10-25T19:14:19.045Z] Removing intermediate container 0cf74f7b2a9f [2022-10-25T19:14:19.045Z] ---> b46f284a1a6f [2022-10-25T19:14:19.045Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T19:14:19.045Z] ---> Running in 7e748695d5cf [2022-10-25T19:14:19.045Z] Removing intermediate container c9afef63848c [2022-10-25T19:14:19.045Z] ---> 4206e676c9a9 [2022-10-25T19:14:19.045Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T19:14:19.303Z] ---> 3938a6705f20 [2022-10-25T19:14:19.303Z] 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:14:19.303Z] ---> e9943554c919 [2022-10-25T19:14:19.303Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:14:19.303Z] ---> Running in 6609ee2fee2e [2022-10-25T19:14:19.303Z] ---> Running in 5d4b5829496b [2022-10-25T19:14:19.303Z] ---> 28acb923bf8b [2022-10-25T19:14:19.303Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T19:14:19.868Z] ---> ab2986295f61 [2022-10-25T19:14:19.868Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T19:14:20.125Z] Removing intermediate container dd244584c9d4 [2022-10-25T19:14:20.125Z] ---> 0451e209c47b [2022-10-25T19:14:20.125Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T19:14:20.125Z] ---> Running in b2998aa95be1 [2022-10-25T19:14:20.384Z] Removing intermediate container 7e748695d5cf [2022-10-25T19:14:20.384Z] ---> 85bd7b2a9ec9 [2022-10-25T19:14:20.384Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:14:20.384Z] Removing intermediate container 6609ee2fee2e [2022-10-25T19:14:20.384Z] ---> efb2b23f8dcc [2022-10-25T19:14:20.384Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T19:14:20.384Z] ---> Running in ff548d7d0437 [2022-10-25T19:14:20.384Z] ---> Running in 887f8f41fbd7 [2022-10-25T19:14:20.642Z] ---> f538e960ea2d [2022-10-25T19:14:20.642Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:14:20.642Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:20.642Z] Removing intermediate container ff548d7d0437 [2022-10-25T19:14:20.642Z] ---> 5eff2b4d7ef4 [2022-10-25T19:14:20.642Z] [2022-10-25T19:14:20.642Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:14:20.642Z] ---> c4fc93816858 [2022-10-25T19:14:20.642Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:14:20.642Z] ---> Using cache [2022-10-25T19:14:20.642Z] ---> 34cc9e17af2f [2022-10-25T19:14:20.642Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:20.642Z] ---> Using cache [2022-10-25T19:14:20.642Z] ---> bdcb4ce11b6d [2022-10-25T19:14:20.642Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:14:20.899Z] Removing intermediate container 887f8f41fbd7 [2022-10-25T19:14:20.899Z] ---> b6705e295f00 [2022-10-25T19:14:20.899Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T19:14:20.899Z] ---> Running in 9bb4c92dc684 [2022-10-25T19:14:20.899Z] ---> 896096d2588b [2022-10-25T19:14:20.899Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:14:20.899Z] ---> Running in 299dff85d1f1 [2022-10-25T19:14:20.899Z] ---> 0e57299698df [2022-10-25T19:14:20.899Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T19:14:20.899Z] ---> Running in 2fe7fbcc4e5c [2022-10-25T19:14:21.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:21.156Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:23.056Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:23.314Z] Removing intermediate container 299dff85d1f1 [2022-10-25T19:14:23.314Z] ---> 20a773ea8f26 [2022-10-25T19:14:23.314Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:14:23.314Z] Removing intermediate container 2fe7fbcc4e5c [2022-10-25T19:14:23.314Z] ---> 134ba9a6cc0c [2022-10-25T19:14:23.314Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:14:23.314Z] ---> Running in a4134a84f6d9 [2022-10-25T19:14:23.314Z] OK: 211 MiB in 51 packages [2022-10-25T19:14:23.571Z] Removing intermediate container a4134a84f6d9 [2022-10-25T19:14:23.571Z] ---> a05ad6d59784 [2022-10-25T19:14:23.571Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:14:23.571Z] ---> 69d852a11d35 [2022-10-25T19:14:23.571Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T19:14:23.571Z] ---> Running in 0a1e3f3296f5 [2022-10-25T19:14:23.840Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:14:23.840Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:14:23.840Z] OK: 15857 distinct packages available [2022-10-25T19:14:23.840Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:23.840Z] Removing intermediate container 0a1e3f3296f5 [2022-10-25T19:14:23.840Z] ---> 3e56311e8561 [2022-10-25T19:14:23.840Z] Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:14:24.098Z] ---> 9ddcf0c0ecee [2022-10-25T19:14:24.098Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T19:14:24.098Z] ---> Running in bc574a2095ff [2022-10-25T19:14:24.098Z] Removing intermediate container b2998aa95be1 [2022-10-25T19:14:24.098Z] ---> 2c490085cd23 [2022-10-25T19:14:24.098Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T19:14:24.098Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:24.356Z] Removing intermediate container bc574a2095ff [2022-10-25T19:14:24.356Z] ---> 415edeb22dcb [2022-10-25T19:14:24.356Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:14:24.356Z] ---> f76d819b026d [2022-10-25T19:14:24.356Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T19:14:24.356Z] ---> f9ee0c1cf108 [2022-10-25T19:14:24.356Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:14:24.356Z] ---> Running in 0a748d97ab86 [2022-10-25T19:14:24.356Z] ---> Running in bf19afaacd16 [2022-10-25T19:14:24.619Z] Removing intermediate container 0a748d97ab86 [2022-10-25T19:14:24.619Z] ---> cde607842b1f [2022-10-25T19:14:24.619Z] [2022-10-25T19:14:24.619Z] Successfully built cde607842b1f [2022-10-25T19:14:24.876Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T19:14:24.876Z] Successfully tagged security-secretstore-setup:latest [2022-10-25T19:14:24.876Z]  Building security-secretstore-setup ... done Building core-data [2022-10-25T19:14:24.876Z] ---> 5c709e13e779 [2022-10-25T19:14:24.876Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T19:14:25.134Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:14:25.392Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T19:14:25.649Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T19:14:25.906Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T19:14:26.163Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:14:26.164Z] OK: 7 MiB in 19 packages [2022-10-25T19:14:27.538Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:14:27.538Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:14:27.538Z] ---> 88f44d164324 [2022-10-25T19:14:27.538Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:14:27.538Z] ---> Using cache [2022-10-25T19:14:27.538Z] ---> db540f392ebc [2022-10-25T19:14:27.538Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:14:27.538Z] ---> Using cache [2022-10-25T19:14:27.538Z] ---> eb66e869775f [2022-10-25T19:14:27.538Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:27.538Z] ---> Using cache [2022-10-25T19:14:27.538Z] ---> 0451e209c47b [2022-10-25T19:14:27.538Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T19:14:30.829Z] ---> c8bbaa7a8653 [2022-10-25T19:14:30.829Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T19:14:30.829Z] ---> Running in 198740539ace [2022-10-25T19:14:31.098Z] Removing intermediate container 5d4b5829496b [2022-10-25T19:14:31.098Z] ---> c8b7629ba5b1 [2022-10-25T19:14:31.098Z] Step 8/23 : COPY . . [2022-10-25T19:14:31.396Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:31.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:14:32.587Z] Removing intermediate container 9bb4c92dc684 [2022-10-25T19:14:32.587Z] ---> 04364a9e8d2f [2022-10-25T19:14:32.587Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T19:14:32.587Z] OK: 211 MiB in 51 packages [2022-10-25T19:14:36.771Z] ---> 0c899f9a7cab [2022-10-25T19:14:36.771Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T19:14:36.771Z] ---> 69a210ab6efd [2022-10-25T19:14:36.771Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:14:36.771Z] ---> fbcfe9c12ddd [2022-10-25T19:14:36.771Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T19:14:36.771Z] ---> 847ef0329a7b [2022-10-25T19:14:36.771Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T19:14:36.771Z] Removing intermediate container 198740539ace [2022-10-25T19:14:36.771Z] ---> f7634c2a19a0 [2022-10-25T19:14:36.771Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:14:37.029Z] Removing intermediate container bf19afaacd16 [2022-10-25T19:14:37.029Z] ---> e74477cf7746 [2022-10-25T19:14:37.029Z] Step 9/25 : COPY . . [2022-10-25T19:14:37.029Z] ---> Running in 26873dbbfbae [2022-10-25T19:14:37.029Z] ---> Running in 7e8dc01c9e14 [2022-10-25T19:14:37.594Z] ---> 5090732bc505 [2022-10-25T19:14:37.594Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:14:39.489Z] ---> ec0683ba2269 [2022-10-25T19:14:39.489Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:14:39.489Z] ---> Running in 1c926abee035 [2022-10-25T19:14:39.745Z] 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:14:39.745Z] ---> e011f1fd91a9 [2022-10-25T19:14:39.745Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T19:14:40.312Z] ---> 362039f53117 [2022-10-25T19:14:40.312Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T19:14:40.312Z] Removing intermediate container 7e8dc01c9e14 [2022-10-25T19:14:40.312Z] ---> d0fc34b84ce6 [2022-10-25T19:14:40.312Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T19:14:40.569Z] ---> 95ef6cd3eaa5 [2022-10-25T19:14:40.569Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T19:14:40.569Z] ---> Running in cf076b9c814e [2022-10-25T19:14:40.569Z] ---> Running in 0efd0521247d [2022-10-25T19:14:40.569Z] ---> cfb25d699cc1 [2022-10-25T19:14:40.569Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:14:40.827Z] ---> Running in 71879d3e7ee8 [2022-10-25T19:14:40.827Z] Removing intermediate container cf076b9c814e [2022-10-25T19:14:40.827Z] ---> 2b00421ee531 [2022-10-25T19:14:40.827Z] Step 30/33 : CMD ["gate"] [2022-10-25T19:14:40.827Z] ---> Running in 724ae933c976 [2022-10-25T19:14:41.090Z] 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:14:41.090Z] Removing intermediate container 71879d3e7ee8 [2022-10-25T19:14:41.090Z] ---> 47b4b9cf4f8b [2022-10-25T19:14:41.090Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:14:41.090Z] ---> Running in df9cb2a9edd5 [2022-10-25T19:14:41.090Z] Removing intermediate container 724ae933c976 [2022-10-25T19:14:41.090Z] ---> 791d950d2fc1 [2022-10-25T19:14:41.090Z] Step 31/33 : LABEL arch=x86_64 [2022-10-25T19:14:41.351Z] ---> Running in b373e4476dd0 [2022-10-25T19:14:41.351Z] Removing intermediate container df9cb2a9edd5 [2022-10-25T19:14:41.351Z] ---> 62224d29c320 [2022-10-25T19:14:41.351Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T19:14:41.916Z] Removing intermediate container b373e4476dd0 [2022-10-25T19:14:41.916Z] ---> d1c0711e0c3e [2022-10-25T19:14:41.916Z] Step 32/33 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:14:42.173Z] ---> Running in 6c96e06c2304 [2022-10-25T19:14:43.111Z] ---> Running in 64859a23a4c2 [2022-10-25T19:14:43.678Z] Removing intermediate container 6c96e06c2304 [2022-10-25T19:14:43.678Z] ---> bb7717e647c4 [2022-10-25T19:14:43.678Z] Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:14:44.243Z] Removing intermediate container 64859a23a4c2 [2022-10-25T19:14:44.243Z] ---> 21fc3f180f46 [2022-10-25T19:14:44.243Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T19:14:44.500Z] ---> Running in 65973c1790df [2022-10-25T19:14:44.850Z] ---> Running in 3f29e62a2e12 [2022-10-25T19:14:45.433Z] Removing intermediate container 65973c1790df [2022-10-25T19:14:45.433Z] ---> 5d5af48c5c86 [2022-10-25T19:14:45.433Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:14:45.996Z] ---> Running in b1dd544dabd1 [2022-10-25T19:14:45.996Z] Removing intermediate container 3f29e62a2e12 [2022-10-25T19:14:45.996Z] ---> 89a66815e7f8 [2022-10-25T19:14:45.996Z] [2022-10-25T19:14:45.996Z] Successfully built 89a66815e7f8 [2022-10-25T19:14:45.996Z] Successfully tagged security-bootstrapper:latest [2022-10-25T19:14:45.996Z]  Building security-bootstrapper ... done Building support-scheduler [2022-10-25T19:14:50.179Z] Removing intermediate container b1dd544dabd1 [2022-10-25T19:14:50.179Z] ---> e527d04715fc [2022-10-25T19:14:50.179Z] [2022-10-25T19:14:50.179Z] Successfully built e527d04715fc [2022-10-25T19:14:50.179Z] Successfully tagged security-spire-agent:latest [2022-10-25T19:14:50.179Z]  Building security-spire-agent ... done Building core-command [2022-10-25T19:14:51.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:14:51.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:14:51.573Z] ---> 88f44d164324 [2022-10-25T19:14:51.573Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> db540f392ebc [2022-10-25T19:14:51.573Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> eb66e869775f [2022-10-25T19:14:51.573Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> 0451e209c47b [2022-10-25T19:14:51.573Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> 2c490085cd23 [2022-10-25T19:14:51.573Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> f9ee0c1cf108 [2022-10-25T19:14:51.573Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> e74477cf7746 [2022-10-25T19:14:51.573Z] Step 9/23 : COPY . . [2022-10-25T19:14:51.573Z] ---> Using cache [2022-10-25T19:14:51.573Z] ---> 95ef6cd3eaa5 [2022-10-25T19:14:51.573Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T19:14:53.476Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:14:53.476Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:14:53.476Z] ---> 88f44d164324 [2022-10-25T19:14:53.476Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> db540f392ebc [2022-10-25T19:14:53.476Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> eb66e869775f [2022-10-25T19:14:53.476Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> 0451e209c47b [2022-10-25T19:14:53.476Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> 2c490085cd23 [2022-10-25T19:14:53.476Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> f9ee0c1cf108 [2022-10-25T19:14:53.476Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> e74477cf7746 [2022-10-25T19:14:53.476Z] Step 9/24 : COPY . . [2022-10-25T19:14:53.476Z] ---> Using cache [2022-10-25T19:14:53.476Z] ---> 95ef6cd3eaa5 [2022-10-25T19:14:53.476Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T19:14:58.734Z] Removing intermediate container 1c926abee035 [2022-10-25T19:14:58.734Z] ---> 9b4b397dd948 [2022-10-25T19:14:58.734Z] Step 9/24 : COPY . . [2022-10-25T19:14:58.990Z] ---> Running in 0de60a25b2ad [2022-10-25T19:14:58.990Z] ---> Running in e9fb4ca798c5 [2022-10-25T19:15:01.518Z] 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:15:01.518Z] Removing intermediate container 26873dbbfbae [2022-10-25T19:15:01.518Z] ---> 437a958eec25 [2022-10-25T19:15:01.518Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T19:15:01.518Z] 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:15:01.518Z] ---> bc9d87f5ea8f [2022-10-25T19:15:01.518Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T19:15:01.518Z] ---> Running in 016fb5035adb [2022-10-25T19:15:01.777Z] ---> Running in d2360f939e3d [2022-10-25T19:15:02.346Z] 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:15:02.347Z] 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:15:05.642Z] Removing intermediate container 0efd0521247d [2022-10-25T19:15:05.642Z] ---> 2b308a98db5d [2022-10-25T19:15:05.642Z] [2022-10-25T19:15:05.642Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T19:15:05.642Z] ---> 9c6f07244728 [2022-10-25T19:15:05.642Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:15:06.208Z] Removing intermediate container 016fb5035adb [2022-10-25T19:15:06.208Z] ---> 6df99b460c9d [2022-10-25T19:15:06.208Z] [2022-10-25T19:15:06.208Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:15:06.208Z] ---> 9c6f07244728 [2022-10-25T19:15:06.208Z] 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:15:06.208Z] ---> Running in 76089c994806 [2022-10-25T19:15:06.208Z] ---> Running in 75ded13bcae8 [2022-10-25T19:15:06.466Z] Removing intermediate container 75ded13bcae8 [2022-10-25T19:15:06.466Z] ---> 9bb357efe160 [2022-10-25T19:15:06.466Z] 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:15:06.466Z] ---> Running in ddc11a65d415 [2022-10-25T19:15:07.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:07.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:07.039Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:07.297Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T19:15:07.297Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:15:07.297Z] OK: 6 MiB in 15 packages [2022-10-25T19:15:07.297Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:07.554Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T19:15:07.554Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T19:15:07.554Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T19:15:07.554Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T19:15:07.554Z] Executing bash-5.1.16-r2.post-install [2022-10-25T19:15:07.554Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T19:15:07.554Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:15:07.554Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:15:07.554Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T19:15:07.554Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T19:15:07.554Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T19:15:07.819Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T19:15:07.819Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T19:15:07.819Z] (13/33) Installing expat (2.5.0-r0) [2022-10-25T19:15:07.819Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T19:15:07.819Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T19:15:07.819Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T19:15:07.819Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:15:07.819Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:15:07.819Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T19:15:07.819Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T19:15:07.819Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T19:15:08.383Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T19:15:08.383Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T19:15:08.383Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T19:15:08.383Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T19:15:08.383Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T19:15:08.383Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T19:15:08.383Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T19:15:08.383Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T19:15:08.641Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T19:15:08.641Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T19:15:08.641Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T19:15:08.641Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T19:15:08.641Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:15:08.641Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:15:08.641Z] OK: 122 MiB in 47 packages [2022-10-25T19:15:10.011Z] Removing intermediate container 76089c994806 [2022-10-25T19:15:10.011Z] ---> 9f11629322d3 [2022-10-25T19:15:10.011Z] 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:15:10.269Z] ---> Running in cc81b6f6f040 [2022-10-25T19:15:10.538Z] Removing intermediate container cc81b6f6f040 [2022-10-25T19:15:10.538Z] ---> fbf892e20c1f [2022-10-25T19:15:10.538Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T19:15:10.796Z] ---> Running in 695c3127e7b1 [2022-10-25T19:15:11.359Z] Removing intermediate container 695c3127e7b1 [2022-10-25T19:15:11.359Z] ---> 3794507020a6 [2022-10-25T19:15:11.359Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T19:15:11.616Z] ---> Running in 499891cb5350 [2022-10-25T19:15:12.181Z] Removing intermediate container 499891cb5350 [2022-10-25T19:15:12.181Z] ---> c07f569f7ab0 [2022-10-25T19:15:12.181Z] Step 16/25 : WORKDIR / [2022-10-25T19:15:12.437Z] ---> Running in 45efae91562e [2022-10-25T19:15:12.694Z] Collecting docker-compose==1.23.2 [2022-10-25T19:15:12.694Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T19:15:12.695Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 30.0 MB/s eta 0:00:00 [2022-10-25T19:15:12.695Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T19:15:12.695Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T19:15:12.695Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T19:15:12.695Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T19:15:12.695Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T19:15:12.695Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T19:15:12.952Z] Preparing metadata (setup.py): started [2022-10-25T19:15:13.228Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:15:13.228Z] Removing intermediate container 45efae91562e [2022-10-25T19:15:13.228Z] ---> 595708601067 [2022-10-25T19:15:13.228Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:15:13.485Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T19:15:13.485Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T19:15:13.485Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 173.2 MB/s eta 0:00:00 [2022-10-25T19:15:13.485Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T19:15:13.485Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T19:15:13.485Z] Preparing metadata (setup.py): started [2022-10-25T19:15:13.743Z] ---> d9e29be3ec5c [2022-10-25T19:15:13.743Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T19:15:14.002Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:15:14.002Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T19:15:14.002Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T19:15:14.002Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 182.5 MB/s eta 0:00:00 [2022-10-25T19:15:14.002Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T19:15:14.002Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T19:15:14.002Z] Preparing metadata (setup.py): started [2022-10-25T19:15:14.259Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:15:14.259Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T19:15:14.259Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T19:15:14.259Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 171.4 MB/s eta 0:00:00 [2022-10-25T19:15:14.259Z] 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:15:14.727Z] Collecting PyYAML<4,>=3.10 [2022-10-25T19:15:14.727Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T19:15:14.727Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 211.4 MB/s eta 0:00:00 [2022-10-25T19:15:14.985Z] Preparing metadata (setup.py): started [2022-10-25T19:15:15.241Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:15:15.241Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T19:15:15.241Z] ---> 7f9b8058dfef [2022-10-25T19:15:15.241Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T19:15:15.241Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T19:15:15.498Z] Collecting idna<2.8,>=2.5 [2022-10-25T19:15:15.498Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T19:15:15.498Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 191.2 MB/s eta 0:00:00 [2022-10-25T19:15:15.498Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T19:15:15.498Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T19:15:15.498Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 199.9 MB/s eta 0:00:00 [2022-10-25T19:15:15.498Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T19:15:15.498Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T19:15:15.498Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 202.3 MB/s eta 0:00:00 [2022-10-25T19:15:15.498Z] Collecting certifi>=2017.4.17 [2022-10-25T19:15:15.498Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T19:15:15.498Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 128.3 MB/s eta 0:00:00 [2022-10-25T19:15:15.756Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T19:15:15.756Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T19:15:15.756Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T19:15:15.756Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T19:15:15.756Z] 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:15:15.756Z] Running setup.py install for texttable: started [2022-10-25T19:15:16.013Z] ---> 0b79631135b7 [2022-10-25T19:15:16.013Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T19:15:16.013Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T19:15:16.013Z] Running setup.py install for PyYAML: started [2022-10-25T19:15:16.578Z] ---> 4b94d2a6877f [2022-10-25T19:15:16.578Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T19:15:16.578Z] ---> Running in 8448627b8c7a [2022-10-25T19:15:16.578Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T19:15:16.899Z] Removing intermediate container 8448627b8c7a [2022-10-25T19:15:16.899Z] ---> e5b0d92b2f7a [2022-10-25T19:15:16.899Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:15:16.899Z] ---> Running in ecb2272d15c8 [2022-10-25T19:15:16.899Z] Running setup.py install for docopt: started [2022-10-25T19:15:17.157Z] Removing intermediate container ecb2272d15c8 [2022-10-25T19:15:17.157Z] ---> 36b28063fb4f [2022-10-25T19:15:17.157Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T19:15:17.157Z] ---> Running in a2bfd9c2cfe4 [2022-10-25T19:15:17.157Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T19:15:17.415Z] Removing intermediate container a2bfd9c2cfe4 [2022-10-25T19:15:17.415Z] ---> a6ff6797d815 [2022-10-25T19:15:17.415Z] Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:15:17.415Z] ---> Running in 6d704587388f [2022-10-25T19:15:17.701Z] Running setup.py install for dockerpty: started [2022-10-25T19:15:17.958Z] Removing intermediate container 6d704587388f [2022-10-25T19:15:17.958Z] ---> e04b22f60a96 [2022-10-25T19:15:17.958Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:15:17.958Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T19:15:17.958Z] ---> Running in 4eb185348056 [2022-10-25T19:15:18.215Z] Removing intermediate container 4eb185348056 [2022-10-25T19:15:18.215Z] ---> edf3aef7f4a0 [2022-10-25T19:15:18.215Z] [2022-10-25T19:15:18.215Z] Successfully built edf3aef7f4a0 [2022-10-25T19:15:18.472Z] Successfully tagged core-metadata:latest [2022-10-25T19:15:18.472Z] Building security-proxy-setup [2022-10-25T19:15:18.472Z]  Building core-metadata ... done 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:15:18.472Z] 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:15:20.995Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:15:20.995Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:15:20.995Z] ---> 88f44d164324 [2022-10-25T19:15:20.995Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T19:15:20.995Z] ---> Using cache [2022-10-25T19:15:20.995Z] ---> f326430edec0 [2022-10-25T19:15:20.995Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:15:20.995Z] ---> Using cache [2022-10-25T19:15:20.995Z] ---> 0e853eb4e57c [2022-10-25T19:15:20.995Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T19:15:22.891Z] ---> Running in af0b4c4b20fb [2022-10-25T19:15:23.455Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:24.023Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:24.589Z] OK: 211 MiB in 51 packages [2022-10-25T19:15:29.972Z] Removing intermediate container af0b4c4b20fb [2022-10-25T19:15:29.972Z] ---> b5420606057a [2022-10-25T19:15:29.972Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T19:15:29.972Z] Removing intermediate container ddc11a65d415 [2022-10-25T19:15:29.972Z] ---> e3376190f2af [2022-10-25T19:15:29.972Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T19:15:29.972Z] ---> a510244bdf8f [2022-10-25T19:15:29.972Z] ---> Running in 02b1e122baf6 [2022-10-25T19:15:29.972Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:15:29.972Z] ---> Running in 4ffc1fee5615 [2022-10-25T19:15:30.229Z] Removing intermediate container 02b1e122baf6 [2022-10-25T19:15:30.229Z] ---> f4600110b9eb [2022-10-25T19:15:30.229Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:15:31.208Z] ---> Running in 4c13a73be145 [2022-10-25T19:15:31.489Z] Removing intermediate container 4c13a73be145 [2022-10-25T19:15:31.489Z] ---> d6c428f972c3 [2022-10-25T19:15:31.489Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T19:15:31.489Z] Removing intermediate container 0de60a25b2ad [2022-10-25T19:15:31.489Z] ---> 14ec12e6d8f2 [2022-10-25T19:15:31.489Z] [2022-10-25T19:15:31.489Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:15:31.489Z] ---> 9c6f07244728 [2022-10-25T19:15:31.489Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:15:31.489Z] ---> Using cache [2022-10-25T19:15:31.489Z] ---> 9f11629322d3 [2022-10-25T19:15:31.489Z] 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:15:31.489Z] ---> Using cache [2022-10-25T19:15:31.489Z] ---> fbf892e20c1f [2022-10-25T19:15:31.489Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T19:15:32.421Z] ---> Running in 2b8b8d6f1846 [2022-10-25T19:15:32.421Z] Removing intermediate container d2360f939e3d [2022-10-25T19:15:32.421Z] ---> 5c486fcab3af [2022-10-25T19:15:32.421Z] [2022-10-25T19:15:32.421Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:15:32.421Z] ---> 9c6f07244728 [2022-10-25T19:15:32.421Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T19:15:32.421Z] ---> 4a1a6598e811 [2022-10-25T19:15:32.421Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T19:15:32.687Z] Removing intermediate container 2b8b8d6f1846 [2022-10-25T19:15:32.687Z] ---> 4a2950196078 [2022-10-25T19:15:32.687Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T19:15:32.687Z] ---> Running in dd12488eb2c8 [2022-10-25T19:15:32.687Z] ---> Running in d495962b3ad4 [2022-10-25T19:15:32.946Z] ---> f11474626241 [2022-10-25T19:15:32.946Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T19:15:32.946Z] Removing intermediate container dd12488eb2c8 [2022-10-25T19:15:32.946Z] ---> f6b9acbc45cf [2022-10-25T19:15:32.946Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T19:15:33.536Z] Removing intermediate container d495962b3ad4 [2022-10-25T19:15:33.536Z] ---> 5d714042f2b1 [2022-10-25T19:15:33.536Z] Step 16/24 : WORKDIR / [2022-10-25T19:15:33.536Z] ---> Running in a626d9847601 [2022-10-25T19:15:36.065Z] ---> 108af38b0d01 [2022-10-25T19:15:36.065Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T19:15:36.334Z] ---> Running in e53b19b23e6e [2022-10-25T19:15:36.334Z] Removing intermediate container a626d9847601 [2022-10-25T19:15:36.334Z] ---> a43005d84c06 [2022-10-25T19:15:36.334Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T19:15:36.594Z] ---> Running in d0258c42921d [2022-10-25T19:15:36.594Z] ---> Running in 25e723e415e5 [2022-10-25T19:15:36.962Z] Removing intermediate container e53b19b23e6e [2022-10-25T19:15:36.962Z] ---> 217d2654bcbd [2022-10-25T19:15:36.962Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:15:37.220Z] Removing intermediate container e9fb4ca798c5 [2022-10-25T19:15:37.220Z] ---> 40e3cac07c4c [2022-10-25T19:15:37.220Z] [2022-10-25T19:15:37.220Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:15:37.220Z] ---> 9c6f07244728 [2022-10-25T19:15:37.220Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:15:37.220Z] ---> Using cache [2022-10-25T19:15:37.220Z] ---> 9f11629322d3 [2022-10-25T19:15:37.220Z] 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:15:37.220Z] ---> Using cache [2022-10-25T19:15:37.220Z] ---> fbf892e20c1f [2022-10-25T19:15:37.220Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T19:15:37.478Z] Removing intermediate container d0258c42921d [2022-10-25T19:15:37.478Z] ---> 81d3a5848964 [2022-10-25T19:15:37.478Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:15:37.478Z] Removing intermediate container 25e723e415e5 [2022-10-25T19:15:37.478Z] ---> ea8cbe947a94 [2022-10-25T19:15:37.478Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:15:38.042Z] ---> Running in f4ec68bc43bb [2022-10-25T19:15:38.042Z] ---> 5ed437e6ffe7 [2022-10-25T19:15:38.042Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T19:15:38.042Z] ---> Running in 387aa5fb7d14 [2022-10-25T19:15:38.042Z] ---> Running in f5cbd3a9c01a [2022-10-25T19:15:38.607Z] Removing intermediate container f4ec68bc43bb [2022-10-25T19:15:38.607Z] ---> 0d2d2b2c9edf [2022-10-25T19:15:38.607Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:15:38.869Z] Removing intermediate container 387aa5fb7d14 [2022-10-25T19:15:38.869Z] ---> c5ba6c966f0c [2022-10-25T19:15:38.869Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:15:39.126Z] ---> dd8f853f9c51 [2022-10-25T19:15:39.126Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T19:15:39.126Z] ---> Running in 23f11c588d65 [2022-10-25T19:15:39.126Z] ---> Running in e1cee9bb5c31 [2022-10-25T19:15:39.391Z] Removing intermediate container 23f11c588d65 [2022-10-25T19:15:39.391Z] ---> 1b8f98767843 [2022-10-25T19:15:39.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:15:39.391Z] ---> c2419dce73a6 [2022-10-25T19:15:39.391Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T19:15:39.649Z] Removing intermediate container e1cee9bb5c31 [2022-10-25T19:15:39.649Z] ---> b6d45f96397f [2022-10-25T19:15:39.649Z] Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:15:39.649Z] ---> Running in 5ff59322eda9 [2022-10-25T19:15:39.649Z] ---> Running in d84789c3a28f [2022-10-25T19:15:39.649Z] ---> e233019bd4ed [2022-10-25T19:15:39.649Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T19:15:39.649Z] Removing intermediate container f5cbd3a9c01a [2022-10-25T19:15:39.649Z] ---> 578ccfdcc1e8 [2022-10-25T19:15:39.649Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T19:15:40.259Z] ---> Running in 67ea1a5aee87 [2022-10-25T19:15:40.259Z] Removing intermediate container 5ff59322eda9 [2022-10-25T19:15:40.259Z] ---> 0627bee42057 [2022-10-25T19:15:40.259Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:15:40.521Z] Removing intermediate container d84789c3a28f [2022-10-25T19:15:40.521Z] ---> c9e9e3192fa3 [2022-10-25T19:15:40.521Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:15:40.521Z] ---> Running in ac0cf5f7708f [2022-10-25T19:15:40.521Z] ---> 3fac00ecb414 [2022-10-25T19:15:40.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T19:15:40.521Z] ---> Running in 2354cb89b14d [2022-10-25T19:15:40.781Z] Removing intermediate container ac0cf5f7708f [2022-10-25T19:15:40.781Z] ---> 49498a023807 [2022-10-25T19:15:40.781Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T19:15:40.781Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:41.038Z] Removing intermediate container 2354cb89b14d [2022-10-25T19:15:41.038Z] ---> 15651fd44ad7 [2022-10-25T19:15:41.038Z] [2022-10-25T19:15:41.038Z] ---> b5fafa246740 [2022-10-25T19:15:41.038Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T19:15:41.038Z] ---> Running in e687fc77b793 [2022-10-25T19:15:41.038Z] ---> Running in 433780e91fd7 [2022-10-25T19:15:41.038Z] Successfully built 15651fd44ad7 [2022-10-25T19:15:41.038Z] Successfully tagged sys-mgmt-agent:latest [2022-10-25T19:15:41.038Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-10-25T19:15:41.297Z] Removing intermediate container e687fc77b793 [2022-10-25T19:15:41.297Z] ---> 2d035a10cda4 [2022-10-25T19:15:41.297Z] Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:15:41.297Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:41.897Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T19:15:42.464Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:15:42.722Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T19:15:42.980Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:15:43.238Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:15:43.238Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:15:43.238Z] ---> 88f44d164324 [2022-10-25T19:15:43.238Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:15:43.238Z] ---> Using cache [2022-10-25T19:15:43.238Z] ---> db540f392ebc [2022-10-25T19:15:43.238Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T19:15:43.238Z] ---> Using cache [2022-10-25T19:15:43.238Z] ---> eb66e869775f [2022-10-25T19:15:43.238Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:15:43.238Z] ---> Using cache [2022-10-25T19:15:43.238Z] ---> 0451e209c47b [2022-10-25T19:15:43.238Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T19:15:43.501Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T19:15:43.761Z] ---> Running in a0134329cd1c [2022-10-25T19:15:43.761Z] Removing intermediate container 433780e91fd7 [2022-10-25T19:15:43.761Z] ---> 4d23660d6e05 [2022-10-25T19:15:43.761Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:15:43.761Z] ---> Running in 65ff17d0af50 [2022-10-25T19:15:43.761Z] ---> Running in d0f5ffccf0e6 [2022-10-25T19:15:44.020Z] Removing intermediate container a0134329cd1c [2022-10-25T19:15:44.020Z] ---> e018d515c00c [2022-10-25T19:15:44.020Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:15:44.020Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T19:15:44.020Z] Removing intermediate container d0f5ffccf0e6 [2022-10-25T19:15:44.020Z] ---> f8f247307465 [2022-10-25T19:15:44.020Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:15:44.020Z] ---> Running in d2f2ac8b1f9e [2022-10-25T19:15:44.287Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:44.287Z] ---> Running in 8a143b478211 [2022-10-25T19:15:44.287Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:15:44.287Z] OK: 8 MiB in 20 packages [2022-10-25T19:15:44.287Z] Removing intermediate container d2f2ac8b1f9e [2022-10-25T19:15:44.287Z] ---> f0bfe0617b59 [2022-10-25T19:15:44.287Z] [2022-10-25T19:15:44.287Z] Successfully built f0bfe0617b59 [2022-10-25T19:15:44.287Z] Successfully tagged core-command:latest [2022-10-25T19:15:44.287Z]  Building core-command ... done Removing intermediate container 8a143b478211 [2022-10-25T19:15:44.287Z] ---> 26b39c86603e [2022-10-25T19:15:44.287Z] Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:15:44.546Z] ---> Running in 5f9c50164a0d [2022-10-25T19:15:44.546Z] Removing intermediate container 4ffc1fee5615 [2022-10-25T19:15:44.546Z] ---> a10b4d1cedb9 [2022-10-25T19:15:44.546Z] Step 8/22 : COPY . . [2022-10-25T19:15:44.546Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:15:44.546Z] Removing intermediate container 5f9c50164a0d [2022-10-25T19:15:44.546Z] ---> 95e5c080d7aa [2022-10-25T19:15:44.546Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:15:45.480Z] OK: 211 MiB in 51 packages [2022-10-25T19:15:46.046Z] ---> Running in ec2cb9c68394 [2022-10-25T19:15:46.610Z] Removing intermediate container 67ea1a5aee87 [2022-10-25T19:15:46.610Z] ---> e321b2651dfc [2022-10-25T19:15:46.610Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:15:47.175Z] Removing intermediate container ec2cb9c68394 [2022-10-25T19:15:47.175Z] ---> e29722bfa70b [2022-10-25T19:15:47.175Z] [2022-10-25T19:15:47.175Z] Successfully built e29722bfa70b [2022-10-25T19:15:47.433Z] Successfully tagged support-scheduler:latest [2022-10-25T19:15:47.433Z]  Building support-scheduler ... done  ---> f0ecf82979ae [2022-10-25T19:15:47.433Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T19:15:48.425Z] Removing intermediate container 65ff17d0af50 [2022-10-25T19:15:48.425Z] ---> 8bca4de6c157 [2022-10-25T19:15:48.425Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T19:15:48.425Z] ---> 3bb54d804500 [2022-10-25T19:15:48.425Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T19:15:48.684Z] ---> 2502475f678f [2022-10-25T19:15:48.684Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T19:15:48.684Z] ---> 65cb33823751 [2022-10-25T19:15:48.684Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:15:48.684Z] ---> Running in a8273373fc8f [2022-10-25T19:15:48.684Z] ---> Running in 1cc315a06913 [2022-10-25T19:15:48.684Z] ---> ce37be53f45a [2022-10-25T19:15:48.684Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T19:15:48.684Z] ---> Running in a7d59bfa913b [2022-10-25T19:15:48.943Z] Removing intermediate container a7d59bfa913b [2022-10-25T19:15:48.943Z] ---> f1ffb9c35940 [2022-10-25T19:15:48.943Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:15:48.943Z] ---> Running in 95eed9d18736 [2022-10-25T19:15:48.943Z] 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:15:49.201Z] Removing intermediate container 95eed9d18736 [2022-10-25T19:15:49.201Z] ---> 648633bb2aff [2022-10-25T19:15:49.201Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T19:15:49.201Z] ---> Running in b18cf8046ad4 [2022-10-25T19:15:49.201Z] Removing intermediate container b18cf8046ad4 [2022-10-25T19:15:49.201Z] ---> b3a8504a9a2a [2022-10-25T19:15:49.201Z] Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:15:49.468Z] ---> Running in 18719b9a8e4c [2022-10-25T19:15:49.468Z] Removing intermediate container 18719b9a8e4c [2022-10-25T19:15:49.468Z] ---> 8550f199654a [2022-10-25T19:15:49.468Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:15:49.726Z] ---> Running in d7c995070cfe [2022-10-25T19:15:49.985Z] Removing intermediate container d7c995070cfe [2022-10-25T19:15:49.985Z] ---> 643f58d163cd [2022-10-25T19:15:49.985Z] [2022-10-25T19:15:49.985Z] Successfully built 643f58d163cd [2022-10-25T19:15:49.985Z] Successfully tagged core-data:latest [2022-10-25T19:16:02.528Z]  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-25T19:16:02.529Z] Removing intermediate container 1cc315a06913 [2022-10-25T19:16:02.529Z] ---> a7b831797cc0 [2022-10-25T19:16:02.529Z] Step 9/23 : COPY . . [2022-10-25T19:16:04.441Z] ---> 799236b9d448 [2022-10-25T19:16:04.441Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T19:16:04.441Z] ---> Running in 6d675a36bf46 [2022-10-25T19:16:04.441Z] 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:16:05.815Z] Removing intermediate container a8273373fc8f [2022-10-25T19:16:05.815Z] ---> 822175162be0 [2022-10-25T19:16:05.815Z] [2022-10-25T19:16:05.815Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T19:16:05.815Z] ---> 9c6f07244728 [2022-10-25T19:16:05.815Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T19:16:06.073Z] ---> Running in b6c4d73449b4 [2022-10-25T19:16:06.333Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:16:06.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:16:06.590Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T19:16:06.590Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:16:06.590Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:16:06.590Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T19:16:06.851Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T19:16:06.851Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T19:16:06.851Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:16:06.851Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:16:06.851Z] OK: 8 MiB in 20 packages [2022-10-25T19:16:07.451Z] Removing intermediate container b6c4d73449b4 [2022-10-25T19:16:07.451Z] ---> 6d4da3950af4 [2022-10-25T19:16:07.451Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:16:07.715Z] ---> Running in 3ef6b3010df2 [2022-10-25T19:16:07.715Z] Removing intermediate container 3ef6b3010df2 [2022-10-25T19:16:07.715Z] ---> ab28f45a8339 [2022-10-25T19:16:07.715Z] Step 13/22 : WORKDIR /edgex [2022-10-25T19:16:07.973Z] ---> Running in cd9b76005533 [2022-10-25T19:16:08.234Z] Removing intermediate container cd9b76005533 [2022-10-25T19:16:08.234Z] ---> 10e733af4de3 [2022-10-25T19:16:08.234Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T19:16:08.492Z] ---> 413a13fe43a8 [2022-10-25T19:16:08.492Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T19:16:09.058Z] ---> 6255a78a6ea2 [2022-10-25T19:16:09.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T19:16:09.624Z] ---> c075da9a01b5 [2022-10-25T19:16:09.624Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:16:09.881Z] ---> ce3859b53768 [2022-10-25T19:16:09.881Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:16:09.881Z] ---> Running in b13566b50148 [2022-10-25T19:16:11.252Z] Removing intermediate container b13566b50148 [2022-10-25T19:16:11.252Z] ---> d113ac07f4e0 [2022-10-25T19:16:11.252Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:16:11.252Z] ---> Running in c94eedd6c254 [2022-10-25T19:16:11.252Z] Removing intermediate container c94eedd6c254 [2022-10-25T19:16:11.252Z] ---> f81c21056b24 [2022-10-25T19:16:11.252Z] Step 20/22 : LABEL arch=x86_64 [2022-10-25T19:16:11.252Z] ---> Running in 241f166ff34b [2022-10-25T19:16:11.511Z] Removing intermediate container 241f166ff34b [2022-10-25T19:16:11.511Z] ---> c8ba02f92778 [2022-10-25T19:16:11.511Z] Step 21/22 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:16:11.511Z] ---> Running in 49e6115ee04d [2022-10-25T19:16:12.075Z] Removing intermediate container 49e6115ee04d [2022-10-25T19:16:12.075Z] ---> b3d0e001c0d5 [2022-10-25T19:16:12.075Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T19:16:12.075Z] ---> Running in b9fb7f0611be [2022-10-25T19:16:12.333Z] Removing intermediate container b9fb7f0611be [2022-10-25T19:16:12.333Z] ---> 5b20fc065054 [2022-10-25T19:16:12.333Z] [2022-10-25T19:16:12.590Z] Successfully built 5b20fc065054 [2022-10-25T19:16:12.590Z] Successfully tagged security-proxy-setup:latest [2022-10-25T19:16:22.562Z]  Building security-proxy-setup ... done Removing intermediate container 6d675a36bf46 [2022-10-25T19:16:22.562Z] ---> 39c71b1764ea [2022-10-25T19:16:22.562Z] [2022-10-25T19:16:22.562Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:16:22.562Z] ---> 9c6f07244728 [2022-10-25T19:16:22.562Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T19:16:22.562Z] ---> Running in cacd0ec481f5 [2022-10-25T19:16:22.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T19:16:22.820Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T19:16:23.078Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T19:16:23.078Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:16:23.078Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:16:23.078Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:16:23.078Z] OK: 6 MiB in 16 packages [2022-10-25T19:16:23.691Z] Removing intermediate container cacd0ec481f5 [2022-10-25T19:16:23.691Z] ---> 81f7a4f43317 [2022-10-25T19:16:23.691Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T19:16:23.691Z] ---> Running in 84f338f4c3c3 [2022-10-25T19:16:23.949Z] Removing intermediate container 84f338f4c3c3 [2022-10-25T19:16:23.949Z] ---> 617cffb5bfb9 [2022-10-25T19:16:23.949Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T19:16:23.949Z] ---> Running in 7e29dcacaf3f [2022-10-25T19:16:23.949Z] Removing intermediate container 7e29dcacaf3f [2022-10-25T19:16:23.949Z] ---> a0b014e5ae0d [2022-10-25T19:16:23.949Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T19:16:24.207Z] ---> Running in 002138375d59 [2022-10-25T19:16:24.207Z] Removing intermediate container 002138375d59 [2022-10-25T19:16:24.207Z] ---> 3b23015b7a9e [2022-10-25T19:16:24.207Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:16:24.465Z] ---> b800e14974d3 [2022-10-25T19:16:24.465Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T19:16:25.033Z] ---> ffb38b5941f9 [2022-10-25T19:16:25.033Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T19:16:25.033Z] ---> 596fcf1a44c5 [2022-10-25T19:16:25.033Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T19:16:25.033Z] ---> Running in 55fae05a9522 [2022-10-25T19:16:25.033Z] Removing intermediate container 55fae05a9522 [2022-10-25T19:16:25.033Z] ---> 37271790ddbd [2022-10-25T19:16:25.033Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:16:25.291Z] ---> Running in 31cbc6789549 [2022-10-25T19:16:25.291Z] Removing intermediate container 31cbc6789549 [2022-10-25T19:16:25.291Z] ---> 09e36c152391 [2022-10-25T19:16:25.291Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T19:16:25.291Z] ---> Running in 1e2c883488ff [2022-10-25T19:16:25.291Z] Removing intermediate container 1e2c883488ff [2022-10-25T19:16:25.291Z] ---> fe90054341df [2022-10-25T19:16:25.291Z] Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:16:25.291Z] ---> Running in f98e7e11b2c8 [2022-10-25T19:16:25.564Z] Removing intermediate container f98e7e11b2c8 [2022-10-25T19:16:25.564Z] ---> 4eaf554b644e [2022-10-25T19:16:25.564Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T19:16:25.564Z] ---> Running in fe753c83e4f7 [2022-10-25T19:16:25.564Z] Removing intermediate container fe753c83e4f7 [2022-10-25T19:16:25.564Z] ---> 25e7319a012a [2022-10-25T19:16:25.564Z] [2022-10-25T19:16:25.564Z] Successfully built 25e7319a012a [2022-10-25T19:16:25.823Z] Successfully tagged support-notifications:latest [2022-10-25T19:16:25.829Z]  Building support-notifications ... done  [Pipeline] } [2022-10-25T19:16:25.863Z] $ docker stop --time=1 b10cafd35e0f21b39d1129651cde5b85c8771aee66f0df9ef69e9d51a6944291 [2022-10-25T19:16:27.223Z] $ docker rm -f b10cafd35e0f21b39d1129651cde5b85c8771aee66f0df9ef69e9d51a6944291 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T19:16:27.613Z] + docker images [2022-10-25T19:16:27.613Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T19:16:27.613Z] support-notifications latest 25e7319a012a 2 seconds ago 30.5MB [2022-10-25T19:16:27.613Z] 39c71b1764ea 6 seconds ago 1.67GB [2022-10-25T19:16:27.613Z] security-proxy-setup latest 5b20fc065054 15 seconds ago 27.6MB [2022-10-25T19:16:27.613Z] 822175162be0 22 seconds ago 1.6GB [2022-10-25T19:16:27.613Z] core-data latest 643f58d163cd 38 seconds ago 21.7MB [2022-10-25T19:16:27.613Z] support-scheduler latest e29722bfa70b 41 seconds ago 29.8MB [2022-10-25T19:16:27.613Z] core-command latest f0bfe0617b59 43 seconds ago 17.6MB [2022-10-25T19:16:27.613Z] sys-mgmt-agent latest 15651fd44ad7 47 seconds ago 136MB [2022-10-25T19:16:27.613Z] 40e3cac07c4c 51 seconds ago 1.67GB [2022-10-25T19:16:27.613Z] 5c486fcab3af 56 seconds ago 1.62GB [2022-10-25T19:16:27.613Z] 14ec12e6d8f2 57 seconds ago 1.61GB [2022-10-25T19:16:27.613Z] core-metadata latest edf3aef7f4a0 About a minute ago 18.5MB [2022-10-25T19:16:27.613Z] 6df99b460c9d About a minute ago 1.59GB [2022-10-25T19:16:27.613Z] 2b308a98db5d About a minute ago 1.62GB [2022-10-25T19:16:27.613Z] security-spire-agent latest e527d04715fc About a minute ago 125MB [2022-10-25T19:16:27.613Z] security-bootstrapper latest 89a66815e7f8 About a minute ago 20.2MB [2022-10-25T19:16:27.613Z] security-secretstore-setup latest cde607842b1f 2 minutes ago 29.7MB [2022-10-25T19:16:27.613Z] 5eff2b4d7ef4 2 minutes ago 1.48GB [2022-10-25T19:16:27.613Z] security-spiffe-token-provider latest bc3925cb4858 2 minutes ago 29.7MB [2022-10-25T19:16:27.613Z] security-spire-config latest 4ee25d62cc89 2 minutes ago 85.8MB [2022-10-25T19:16:27.613Z] security-spire-server latest 1a5ec989b44d 2 minutes ago 86.5MB [2022-10-25T19:16:27.613Z] 7b7e728b7183 2 minutes ago 1.6GB [2022-10-25T19:16:27.613Z] adb2a0016a3b 2 minutes ago 1.6GB [2022-10-25T19:16:27.613Z] cd6de90d9781 2 minutes ago 1.64GB [2022-10-25T19:16:27.613Z] 600a9f4cd82a 2 minutes ago 1.48GB [2022-10-25T19:16:27.613Z] 4d8bd4bdc5ec 2 minutes ago 1.48GB [2022-10-25T19:16:27.613Z] ci-base-image-x86_64 latest 88f44d164324 5 minutes ago 941MB [2022-10-25T19:16:27.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB [2022-10-25T19:16:27.613Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-25T19:16:27.613Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-25T19:16:27.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-25T19:16:27.613Z] 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:52.864Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-116972 in /w/workspace/edgexfoundry_edgex-go_PR-4218 [Pipeline] { [Pipeline] ws [2022-10-25T19:30:52.904Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-25T19:30:52.975Z] The recommended git tool is: git [2022-10-25T19:30:58.374Z] using credential edgex-jenkins-ssh [2022-10-25T19:30:58.389Z] Cloning the remote Git repository [2022-10-25T19:30:58.433Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:30:58.504Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-25T19:30:58.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:30:58.645Z] > git --version # timeout=10 [2022-10-25T19:30:58.670Z] > git --version # 'git version 2.25.1' [2022-10-25T19:30:58.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:30:58.721Z] Verifying host key using known hosts file [2022-10-25T19:30:58.926Z] 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:58.939Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T19:31:15.829Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T19:31:15.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T19:31:16.602Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T19:31:16.635Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T19:31:16.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:31:16.641Z] Verifying host key using known hosts file [2022-10-25T19:31:16.647Z] 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:16.660Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4218/head:refs/remotes/origin/PR-4218 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T19:31:17.351Z] Merging remotes/origin/main commit 9e554929d717cf1151dbdc4a6532773c76b36b26 into PR head commit e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:31:17.738Z] Merge succeeded, producing e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:31:17.738Z] Checking out Revision e3fd83b017e48ac562540e2794f14ff0097f9aa2 (PR-4218) [2022-10-25T19:31:18.349Z] Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" [2022-10-25T19:31:18.392Z] > git --version # timeout=10 [2022-10-25T19:31:18.408Z] > git --version # 'git version 2.25.1' [2022-10-25T19:31:18.427Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T19:31:17.364Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T19:31:17.379Z] > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 [2022-10-25T19:31:17.638Z] > git remote # timeout=10 [2022-10-25T19:31:17.656Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T19:31:17.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T19:31:17.682Z] Verifying host key using known hosts file [2022-10-25T19:31:17.685Z] 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.695Z] > git merge 9e554929d717cf1151dbdc4a6532773c76b36b26 # timeout=10 [2022-10-25T19:31:17.719Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T19:31:17.740Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T19:31:17.754Z] > git checkout -f e3fd83b017e48ac562540e2794f14ff0097f9aa2 # timeout=10 [2022-10-25T19:31:19.525Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T19:31:19.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T19:31:19.525Z] Dload Upload Total Spent Left Speed [2022-10-25T19:31:19.525Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 195k 0 --:--:-- --:--:-- --:--:-- 195k [Pipeline] sh [2022-10-25T19:31:20.097Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T19:31:20.441Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T19:31:20.441Z] + sudo tee /etc/docker/daemon.new [2022-10-25T19:31:20.441Z] { [2022-10-25T19:31:20.441Z] "registry-mirrors": [ [2022-10-25T19:31:20.441Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T19:31:20.441Z] ], [2022-10-25T19:31:20.441Z] "bip": "10.250.0.254/24", [2022-10-25T19:31:20.441Z] "hosts": [ [2022-10-25T19:31:20.441Z] "tcp://0.0.0.0:5555", [2022-10-25T19:31:20.441Z] "unix:///var/run/docker.sock" [2022-10-25T19:31:20.441Z] ], [2022-10-25T19:31:20.441Z] "mtu": 1458, [2022-10-25T19:31:20.441Z] "selinux-enabled": true, [2022-10-25T19:31:20.441Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T19:31:20.441Z] } [Pipeline] sh [2022-10-25T19:31:20.787Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T19:31:21.143Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T19:31:39.450Z] provisioning config files... [2022-10-25T19:31:39.478Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4010275539558529120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T19:31:39.863Z] ---> docker-login.sh [2022-10-25T19:31:39.863Z] nexus3.edgexfoundry.org:10001 [2022-10-25T19:31:40.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:40.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:40.451Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:40.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:40.451Z] [2022-10-25T19:31:40.451Z] Login Succeeded [2022-10-25T19:31:40.451Z] nexus3.edgexfoundry.org:10002 [2022-10-25T19:31:40.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:40.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:40.722Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:40.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:40.722Z] [2022-10-25T19:31:40.722Z] Login Succeeded [2022-10-25T19:31:40.722Z] nexus3.edgexfoundry.org:10003 [2022-10-25T19:31:40.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:41.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:41.269Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:41.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:41.269Z] [2022-10-25T19:31:41.269Z] Login Succeeded [2022-10-25T19:31:41.269Z] nexus3.edgexfoundry.org:10004 [2022-10-25T19:31:41.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:41.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:41.541Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:41.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:41.541Z] [2022-10-25T19:31:41.541Z] Login Succeeded [2022-10-25T19:31:41.541Z] docker.io [2022-10-25T19:31:41.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T19:31:42.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T19:31:42.397Z] Configure a credential helper to remove this warning. See [2022-10-25T19:31:42.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T19:31:42.397Z] [2022-10-25T19:31:42.397Z] Login Succeeded [2022-10-25T19:31:42.397Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T19:31:42.431Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-25T19:31:43.008Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T19:31:43.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:31:43.075Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T19:31:43.104Z] ========================================================= [2022-10-25T19:31:43.104Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T19:31:43.104Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:31:43.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:31:44.063Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T19:31:44.063Z] 9b18e9b68314: Pulling fs layer [2022-10-25T19:31:44.063Z] d32db5db7311: Pulling fs layer [2022-10-25T19:31:44.063Z] d0c4b47475fc: Pulling fs layer [2022-10-25T19:31:44.063Z] 5831b945b038: Pulling fs layer [2022-10-25T19:31:44.063Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T19:31:44.063Z] e10730c5d714: Pulling fs layer [2022-10-25T19:31:44.063Z] 5dd5c2283517: Pulling fs layer [2022-10-25T19:31:44.063Z] d5ac0230b979: Pulling fs layer [2022-10-25T19:31:44.063Z] 5831b945b038: Waiting [2022-10-25T19:31:44.063Z] 86bbec2aaacd: Waiting [2022-10-25T19:31:44.063Z] d5ac0230b979: Waiting [2022-10-25T19:31:44.063Z] e10730c5d714: Waiting [2022-10-25T19:31:44.063Z] 5dd5c2283517: Waiting [2022-10-25T19:31:44.063Z] d0c4b47475fc: Verifying Checksum [2022-10-25T19:31:44.063Z] d0c4b47475fc: Download complete [2022-10-25T19:31:44.063Z] d32db5db7311: Verifying Checksum [2022-10-25T19:31:44.063Z] d32db5db7311: Download complete [2022-10-25T19:31:44.341Z] 86bbec2aaacd: Download complete [2022-10-25T19:31:44.341Z] e10730c5d714: Verifying Checksum [2022-10-25T19:31:44.341Z] e10730c5d714: Download complete [2022-10-25T19:31:44.341Z] 9b18e9b68314: Verifying Checksum [2022-10-25T19:31:45.325Z] 9b18e9b68314: Pull complete [2022-10-25T19:31:45.325Z] d5ac0230b979: Verifying Checksum [2022-10-25T19:31:45.325Z] d5ac0230b979: Download complete [2022-10-25T19:31:45.608Z] d32db5db7311: Pull complete [2022-10-25T19:31:46.205Z] d0c4b47475fc: Pull complete [2022-10-25T19:31:46.477Z] 5dd5c2283517: Verifying Checksum [2022-10-25T19:31:46.477Z] 5dd5c2283517: Download complete [2022-10-25T19:31:47.538Z] 5831b945b038: Verifying Checksum [2022-10-25T19:31:47.538Z] 5831b945b038: Download complete [2022-10-25T19:31:59.924Z] 5831b945b038: Pull complete [2022-10-25T19:31:59.924Z] 86bbec2aaacd: Pull complete [2022-10-25T19:32:00.191Z] e10730c5d714: Pull complete [2022-10-25T19:32:06.877Z] 5dd5c2283517: Pull complete [2022-10-25T19:32:08.827Z] d5ac0230b979: Pull complete [2022-10-25T19:32:08.827Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T19:32:08.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:32:08.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:32:09.210Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-25T19:32:09.210Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:32:09.210Z] WORKDIR /edgex [2022-10-25T19:32:09.210Z] COPY go.mod . [2022-10-25T19:32:09.210Z] RUN go mod download [2022-10-25T19:32:09.801Z] Sending build context to Docker daemon 3.269MB [2022-10-25T19:32:09.801Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T19:32:09.801Z] ---> 59b3b1a385d4 [2022-10-25T19:32:09.801Z] Step 2/4 : WORKDIR /edgex [2022-10-25T19:32:12.407Z] ---> Running in 34604c1170cb [2022-10-25T19:32:12.678Z] Removing intermediate container 34604c1170cb [2022-10-25T19:32:12.678Z] ---> bd1153c70686 [2022-10-25T19:32:12.678Z] Step 3/4 : COPY go.mod . [2022-10-25T19:32:13.263Z] ---> 1220209e315a [2022-10-25T19:32:13.263Z] Step 4/4 : RUN go mod download [2022-10-25T19:32:13.263Z] ---> Running in 556a2c1453bf [2022-10-25T19:32:52.172Z] Removing intermediate container 556a2c1453bf [2022-10-25T19:32:52.172Z] ---> b05bb4f92e6d [2022-10-25T19:32:52.172Z] Successfully built b05bb4f92e6d [2022-10-25T19:32:52.172Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:32:52.585Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T19:32:52.585Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:32:52.868Z] prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container [2022-10-25T19:32:52.934Z] $ 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:54.240Z] $ docker top 56857547decf3ce8a5f45e24c28b771c066e04128e63c64436a1932980bf7c91 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:32:55.159Z] + go version [2022-10-25T19:32:55.159Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T19:32:55.187Z] $ docker stop --time=1 56857547decf3ce8a5f45e24c28b771c066e04128e63c64436a1932980bf7c91 [2022-10-25T19:32:56.841Z] $ docker rm -f 56857547decf3ce8a5f45e24c28b771c066e04128e63c64436a1932980bf7c91 [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:57.691Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T19:32:57.691Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:32:57.940Z] prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container [2022-10-25T19:32:58.017Z] $ 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:59.299Z] $ docker top 72123a2f7a6e7b430ec8b192ffbfd1792b9df901af391d16d23a663f3ba69494 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T19:32:59.578Z] ========================================================= [2022-10-25T19:32:59.578Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T19:32:59.578Z] ========================================================= [Pipeline] sh [2022-10-25T19:33:00.223Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T19:33:00.617Z] + make test [2022-10-25T19:33:00.890Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T19:33:39.776Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T19:36:01.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T19:36:01.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T19:36:01.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T19:36:01.507Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T19:36:04.118Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T19:36:04.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T19:36:04.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T19:36:04.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T19:36:04.713Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T19:36:10.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T19:36:10.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T19:36:10.090Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T19:36:10.090Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T19:36:10.090Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T19:36:10.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T19:36:36.835Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.298s coverage: 28.7% of statements [2022-10-25T19:36:36.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T19:36:36.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T19:36:37.804Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.565s coverage: 98.5% of statements [2022-10-25T19:36:39.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.550s coverage: 43.0% of statements [2022-10-25T19:36:39.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T19:36:39.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T19:36:40.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.554s coverage: 54.2% of statements [2022-10-25T19:36:40.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T19:36:40.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T19:37:07.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 21.031s coverage: 89.2% of statements [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T19:37:07.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.599s coverage: 2.2% of statements [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T19:37:07.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T19:37:10.096Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.077s coverage: 95.6% of statements [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T19:37:10.096Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.635s coverage: 72.2% of statements [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T19:37:10.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.581s coverage: 60.0% of statements [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T19:37:10.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.506s coverage: 0.9% of statements [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T19:37:10.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.314s coverage: 58.8% of statements [2022-10-25T19:37:10.096Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.274s coverage: 29.6% of statements [2022-10-25T19:37:10.096Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T19:37:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.328s coverage: 47.1% of statements [2022-10-25T19:37:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.370s coverage: 79.5% of statements [2022-10-25T19:37:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.267s coverage: 94.1% of statements [2022-10-25T19:37:13.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.319s coverage: 96.3% of statements [2022-10-25T19:37:19.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.280s coverage: 87.5% of statements [2022-10-25T19:37:26.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.330s coverage: 94.4% of statements [2022-10-25T19:37:26.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.288s coverage: 44.8% of statements [2022-10-25T19:37:38.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.783s coverage: 79.9% of statements [2022-10-25T19:37:38.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.339s coverage: 92.9% of statements [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.301s coverage: 86.9% of statements [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.271s coverage: 87.2% of statements [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.208s coverage: 100.0% of statements [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.383s coverage: 58.8% of statements [2022-10-25T19:37:41.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T19:37:41.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.337s coverage: 80.0% of statements [2022-10-25T19:37:42.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.280s coverage: 87.2% of statements [2022-10-25T19:37:43.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.522s coverage: 85.4% of statements [2022-10-25T19:37:45.042Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.049s coverage: 91.2% of statements [2022-10-25T19:37:45.042Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T19:37:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.166s coverage: 64.7% of statements [2022-10-25T19:37:55.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T19:37:55.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T19:37:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.282s coverage: 100.0% of statements [2022-10-25T19:37:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.216s coverage: 89.4% of statements [2022-10-25T19:37:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2022-10-25T19:37:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2022-10-25T19:37:55.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2022-10-25T19:38:01.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.773s coverage: 65.8% of statements [2022-10-25T19:38:01.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T19:38:01.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T19:38:01.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T19:38:04.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.151s coverage: 41.8% of statements [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T19:38:04.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.352s coverage: 89.5% of statements [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T19:38:04.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.321s coverage: 84.8% of statements [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T19:38:04.425Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T19:38:14.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.458s coverage: 17.7% of statements [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T19:38:14.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.926s coverage: 92.3% of statements [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T19:38:14.517Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.308s coverage: 63.2% of statements [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T19:38:14.517Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T19:38:14.786Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.519s coverage: 97.7% of statements [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T19:38:14.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.258s coverage: 28.9% of statements [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T19:38:14.786Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T19:38:14.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.354s coverage: 100.0% of statements [2022-10-25T19:38:14.786Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-10-25T19:38:15.893Z] 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:38:15.893Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T19:38:15.893Z] GO111MODULE=on go vet ./... [2022-10-25T19:40:22.677Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T19:40:22.677Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T19:40:22.677Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T19:40:22.712Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T19:40:23.365Z] + ls -al . [2022-10-25T19:40:23.365Z] total 764 [2022-10-25T19:40:23.365Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 19:33 . [2022-10-25T19:40:23.365Z] drwxr-xr-x 4 root root 4096 Oct 25 19:32 .. [2022-10-25T19:40:23.365Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 .blubracket [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 19:31 .dockerignore [2022-10-25T19:40:23.365Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 .git [2022-10-25T19:40:23.365Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 .github [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 19:31 .gitignore [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 19:31 .golangci.yml [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 19:31 .hadolint.yml [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 19:31 .sonarcloud.properties [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 19:31 ADOPTERS.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 19:31 Attribution.txt [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 19:31 CHANGELOG.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 19:31 CONTRIBUTING.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 19:31 GOVERNANCE.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 19:31 Jenkinsfile [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 19:31 LICENSE [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 19:31 Makefile [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 19:31 OWNERS.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 19:31 README.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 19:31 SECURITY.md [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 19:10 VERSION [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 19:31 ZMQWindows.md [2022-10-25T19:40:23.365Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 19:31 bin [2022-10-25T19:40:23.365Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 19:31 cmd [2022-10-25T19:40:23.365Z] -rw-r--r-- 1 root root 501828 Oct 25 19:38 coverage.out [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 19:31 go.mod [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 45060 Oct 25 19:31 go.sum [2022-10-25T19:40:23.365Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 19:31 internal [2022-10-25T19:40:23.365Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 19:31 openapi [2022-10-25T19:40:23.365Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 19:31 snap [2022-10-25T19:40:23.365Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 19:31 version.go [Pipeline] sh [2022-10-25T19:40:24.023Z] + '[' -e coverage.out ] [2022-10-25T19:40:24.023Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T19:40:24.057Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T19:40:24.867Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T19:40:25.532Z] + make build [2022-10-25T19:40:25.532Z] 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:42:02.182Z] 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:38.867Z] 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:38.867Z] 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:44:25.698Z] 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:44:25.698Z] 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:44:25.698Z] 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:33.958Z] 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:37.312Z] 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:42.655Z] 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:46.920Z] 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:50.271Z] 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:45:00.331Z] 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:45:05.678Z] $ docker stop --time=1 72123a2f7a6e7b430ec8b192ffbfd1792b9df901af391d16d23a663f3ba69494 [2022-10-25T19:45:07.553Z] $ docker rm -f 72123a2f7a6e7b430ec8b192ffbfd1792b9df901af391d16d23a663f3ba69494 [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:45:10.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:45:10.199Z] [2022-10-25T19:45:10.199Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:45:10.598Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:45:10.599Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-25T19:45:10.599Z] 29e5d40040c1: Pulling fs layer [2022-10-25T19:45:10.599Z] 1ce36da41761: Pulling fs layer [2022-10-25T19:45:10.599Z] 25b303627fd3: Pulling fs layer [2022-10-25T19:45:10.866Z] 29e5d40040c1: Verifying Checksum [2022-10-25T19:45:10.866Z] 29e5d40040c1: Download complete [2022-10-25T19:45:11.134Z] 1ce36da41761: Verifying Checksum [2022-10-25T19:45:11.134Z] 1ce36da41761: Download complete [2022-10-25T19:45:11.405Z] 29e5d40040c1: Pull complete [2022-10-25T19:45:12.360Z] 1ce36da41761: Pull complete [2022-10-25T19:45:12.624Z] 25b303627fd3: Verifying Checksum [2022-10-25T19:45:12.624Z] 25b303627fd3: Download complete [2022-10-25T19:45:22.687Z] 25b303627fd3: Pull complete [2022-10-25T19:45:22.687Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-25T19:45:22.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:45:22.687Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:45:23.021Z] prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container [2022-10-25T19:45:23.073Z] $ 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:45:25.422Z] $ docker top 8eab152551b3e025fa0791346111515c1ae2cb17e0f499f26e21f087aea92f48 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:45:26.313Z] + grep parallel [2022-10-25T19:45:26.313Z] + docker-compose build --help [2022-10-25T19:45:32.959Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T19:45:32.982Z] $ docker stop --time=1 8eab152551b3e025fa0791346111515c1ae2cb17e0f499f26e21f087aea92f48 [2022-10-25T19:45:34.606Z] $ docker rm -f 8eab152551b3e025fa0791346111515c1ae2cb17e0f499f26e21f087aea92f48 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T19:45:35.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T19:45:35.334Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T19:45:35.581Z] prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container [2022-10-25T19:45:35.631Z] $ 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:36.861Z] $ docker top 0d2e4e79f147d5c77624e87900197b6f0b0b465bbdff684763cbdd298c84e92e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T19:45:37.475Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T19:45:44.152Z] Building core-command ... [2022-10-25T19:45:44.152Z] Building core-data ... [2022-10-25T19:45:44.152Z] Building core-metadata ... [2022-10-25T19:45:44.152Z] Building security-bootstrapper ... [2022-10-25T19:45:44.152Z] Building security-proxy-setup ... [2022-10-25T19:45:44.152Z] Building security-secretstore-setup ... [2022-10-25T19:45:44.152Z] Building security-spiffe-token-provider ... [2022-10-25T19:45:44.152Z] Building security-spire-agent ... [2022-10-25T19:45:44.152Z] Building security-spire-config ... [2022-10-25T19:45:44.152Z] Building security-spire-server ... [2022-10-25T19:45:44.152Z] Building support-notifications ... [2022-10-25T19:45:44.152Z] Building support-scheduler ... [2022-10-25T19:45:44.152Z] Building sys-mgmt-agent ... [2022-10-25T19:45:44.152Z] Building security-spire-config [2022-10-25T19:45:44.152Z] Building security-spire-server [2022-10-25T19:45:44.152Z] Building security-spiffe-token-provider [2022-10-25T19:45:44.152Z] Building security-secretstore-setup [2022-10-25T19:45:44.152Z] Building security-bootstrapper [2022-10-25T19:46:40.554Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:40.554Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:40.554Z] ---> b05bb4f92e6d [2022-10-25T19:46:40.554Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:46:40.554Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:40.554Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:40.554Z] ---> b05bb4f92e6d [2022-10-25T19:46:40.554Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T19:46:40.554Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:40.554Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:40.554Z] ---> b05bb4f92e6d [2022-10-25T19:46:40.554Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T19:46:40.554Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:40.554Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:40.554Z] ---> b05bb4f92e6d [2022-10-25T19:46:40.554Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T19:46:40.554Z] ---> Running in e2ccd508d49a [2022-10-25T19:46:40.554Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:46:40.554Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:46:40.554Z] ---> b05bb4f92e6d [2022-10-25T19:46:40.554Z] ---> Running in f8ff280cb235 [2022-10-25T19:46:40.554Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T19:46:40.554Z] ---> Running in 7d7c93f3f14b [2022-10-25T19:46:40.554Z] ---> Running in b93f6610e769 [2022-10-25T19:46:40.554Z] ---> Running in 15b3ae660147 [2022-10-25T19:46:40.554Z] Removing intermediate container 15b3ae660147 [2022-10-25T19:46:40.554Z] ---> b68a3a312d46 [2022-10-25T19:46:40.554Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:40.554Z] Removing intermediate container f8ff280cb235 [2022-10-25T19:46:40.554Z] ---> 4680fb56cd69 [2022-10-25T19:46:40.554Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:40.554Z] Removing intermediate container e2ccd508d49a [2022-10-25T19:46:40.554Z] ---> 3d248d561618 [2022-10-25T19:46:40.554Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:40.555Z] Removing intermediate container 7d7c93f3f14b [2022-10-25T19:46:40.555Z] ---> 2f7f886009b0 [2022-10-25T19:46:40.555Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T19:46:40.555Z] ---> Running in 0231b035bdae [2022-10-25T19:46:40.555Z] Removing intermediate container b93f6610e769 [2022-10-25T19:46:40.555Z] ---> 275e3fd6959c [2022-10-25T19:46:40.555Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:46:40.555Z] ---> Running in 14dc361cf648 [2022-10-25T19:46:40.555Z] ---> Running in 28b07e82a4e9 [2022-10-25T19:46:40.555Z] ---> Running in 8e5b2690c830 [2022-10-25T19:46:40.555Z] ---> Running in dbc55de4487e [2022-10-25T19:46:40.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:40.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:40.555Z] Removing intermediate container 0231b035bdae [2022-10-25T19:46:40.555Z] ---> 2c0977c522ab [2022-10-25T19:46:40.555Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T19:46:40.555Z] ---> Running in 57ec9e53640f [2022-10-25T19:46:40.555Z] Removing intermediate container 14dc361cf648 [2022-10-25T19:46:40.555Z] ---> a4e535173647 [2022-10-25T19:46:40.555Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:46:40.555Z] v3.16.2-338-g66e9ed6d86 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T19:46:40.555Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T19:46:40.555Z] OK: 16896 distinct packages available [2022-10-25T19:46:40.555Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:40.555Z] ---> Running in 67e28bfb5e76 [2022-10-25T19:46:40.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:41.095Z] Removing intermediate container dbc55de4487e [2022-10-25T19:46:41.095Z] ---> 211076d3c4bc [2022-10-25T19:46:41.095Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T19:46:41.095Z] ---> Running in e5cba3750c26 [2022-10-25T19:46:41.367Z] Removing intermediate container 28b07e82a4e9 [2022-10-25T19:46:41.367Z] ---> 0bca37fedc6c [2022-10-25T19:46:41.367Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T19:46:41.645Z] ---> Running in 4e86d600a1e4 [2022-10-25T19:46:42.233Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:43.216Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:43.216Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:43.809Z] Removing intermediate container 8e5b2690c830 [2022-10-25T19:46:43.809Z] ---> 49e90a4f930e [2022-10-25T19:46:43.809Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T19:46:43.809Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:44.081Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:44.081Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:44.081Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:44.357Z] ---> 286e28eb0ec3 [2022-10-25T19:46:44.357Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:44.630Z] ---> Running in acdfa2b4e697 [2022-10-25T19:46:44.903Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:44.903Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:46:45.877Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:46.144Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:47.107Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:47.107Z] OK: 221 MiB in 51 packages [2022-10-25T19:46:47.688Z] Removing intermediate container 57ec9e53640f [2022-10-25T19:46:47.688Z] ---> 0f0d86489a8e [2022-10-25T19:46:47.688Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:46:47.964Z] Removing intermediate container 67e28bfb5e76 [2022-10-25T19:46:47.964Z] ---> eba7d9f2e3bc [2022-10-25T19:46:47.964Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T19:46:48.952Z] Removing intermediate container 4e86d600a1e4 [2022-10-25T19:46:48.952Z] ---> c6cdbce97e7e [2022-10-25T19:46:48.952Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T19:46:48.952Z] Removing intermediate container e5cba3750c26 [2022-10-25T19:46:48.952Z] ---> cdcb0de9ed5d [2022-10-25T19:46:48.952Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T19:46:48.952Z] ---> 5e89b5f95c51 [2022-10-25T19:46:48.952Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:48.952Z] ---> Running in 2dc4638d2c81 [2022-10-25T19:46:49.225Z] ---> b94b2389f999 [2022-10-25T19:46:49.225Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:49.503Z] ---> Running in 9d32418ed40f [2022-10-25T19:46:50.464Z] ---> 664873deef7f [2022-10-25T19:46:50.464Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:50.464Z] ---> 80228d695fcf [2022-10-25T19:46:50.464Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:46:50.732Z] ---> Running in fea34147438a [2022-10-25T19:46:51.003Z] ---> Running in 998b2fdd5148 [2022-10-25T19:48:12.621Z] Removing intermediate container acdfa2b4e697 [2022-10-25T19:48:12.621Z] ---> 0e14966bad9b [2022-10-25T19:48:12.621Z] Step 7/20 : COPY . . [2022-10-25T19:48:12.621Z] Removing intermediate container 9d32418ed40f [2022-10-25T19:48:12.621Z] ---> e44d6964817b [2022-10-25T19:48:12.621Z] Step 8/25 : COPY . . [2022-10-25T19:48:12.621Z] Removing intermediate container 2dc4638d2c81 [2022-10-25T19:48:12.621Z] ---> 3f5ebb69e982 [2022-10-25T19:48:12.621Z] Step 8/25 : COPY . . [2022-10-25T19:48:12.621Z] Removing intermediate container fea34147438a [2022-10-25T19:48:12.621Z] ---> 6b19fbaeec70 [2022-10-25T19:48:12.621Z] Step 8/26 : COPY . . [2022-10-25T19:48:12.621Z] Removing intermediate container 998b2fdd5148 [2022-10-25T19:48:12.621Z] ---> e214aa027d67 [2022-10-25T19:48:12.621Z] Step 8/33 : COPY . . [2022-10-25T19:48:20.813Z] ---> cedb945ad9e5 [2022-10-25T19:48:20.813Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T19:48:20.813Z] ---> Running in b433e19d8ca5 [2022-10-25T19:48:21.769Z] 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:25.108Z] ---> 9b17930eab89 [2022-10-25T19:48:25.108Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:48:25.108Z] ---> 93433bd65f8e [2022-10-25T19:48:25.108Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T19:48:25.382Z] ---> Running in 8eecb4e12963 [2022-10-25T19:48:25.382Z] ---> Running in 900c0330baf7 [2022-10-25T19:48:25.382Z] ---> fcc1b5869222 [2022-10-25T19:48:25.382Z] 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:25.656Z] ---> Running in 90ad4567eb99 [2022-10-25T19:48:26.237Z] Removing intermediate container 8eecb4e12963 [2022-10-25T19:48:26.237Z] ---> 429b745c1392 [2022-10-25T19:48:26.237Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T19:48:26.503Z] ---> bb4d300cb0fe [2022-10-25T19:48:26.503Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T19:48:26.771Z] Removing intermediate container 900c0330baf7 [2022-10-25T19:48:26.771Z] ---> 823a2fa06db3 [2022-10-25T19:48:26.771Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T19:48:26.771Z] ---> Running in c61de6d05577 [2022-10-25T19:48:26.771Z] ---> Running in 12b6098fac1d [2022-10-25T19:48:27.043Z] ---> Running in 87d990e48197 [2022-10-25T19:48:28.010Z] Removing intermediate container c61de6d05577 [2022-10-25T19:48:28.010Z] ---> 22765d86128a [2022-10-25T19:48:28.010Z] 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:28.276Z] Removing intermediate container 87d990e48197 [2022-10-25T19:48:28.276Z] ---> e6fa9757c257 [2022-10-25T19:48:28.276Z] 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:28.276Z] ---> Running in 34a3ccf2f63f [2022-10-25T19:48:28.542Z] ---> Running in 14ae72f1981d [2022-10-25T19:48:28.807Z] 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:29.766Z] 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:32.340Z] Removing intermediate container 34a3ccf2f63f [2022-10-25T19:48:32.340Z] ---> 816427c17b3b [2022-10-25T19:48:32.340Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T19:48:32.340Z] ---> Running in 0f58b86c8b9c [2022-10-25T19:48:32.606Z] Removing intermediate container 14ae72f1981d [2022-10-25T19:48:32.606Z] ---> e604246d27fe [2022-10-25T19:48:32.606Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T19:48:32.606Z] ---> Running in bbdd00ff9be1 [2022-10-25T19:48:32.873Z] Removing intermediate container 0f58b86c8b9c [2022-10-25T19:48:32.873Z] ---> 19c96f8dfa37 [2022-10-25T19:48:32.873Z] [2022-10-25T19:48:32.873Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T19:48:33.138Z] 3.15: Pulling from library/alpine [2022-10-25T19:48:33.406Z] Removing intermediate container bbdd00ff9be1 [2022-10-25T19:48:33.406Z] ---> b3a7c1748b1d [2022-10-25T19:48:33.406Z] [2022-10-25T19:48:33.406Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T19:48:33.406Z] 3.15: Pulling from library/alpine [2022-10-25T19:48:34.363Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:48:34.363Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T19:48:34.363Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:48:34.363Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T19:48:34.363Z] ---> 02e0d6fdf486 [2022-10-25T19:48:34.363Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:48:34.363Z] ---> 02e0d6fdf486 [2022-10-25T19:48:34.363Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:48:34.628Z] ---> Running in 77de2c39d51e [2022-10-25T19:48:34.628Z] ---> Running in 3e6f863ac334 [2022-10-25T19:48:35.209Z] Removing intermediate container 3e6f863ac334 [2022-10-25T19:48:35.209Z] ---> 40c9c88b45ee [2022-10-25T19:48:35.209Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:48:35.209Z] Removing intermediate container 77de2c39d51e [2022-10-25T19:48:35.209Z] ---> decb47dee8e6 [2022-10-25T19:48:35.209Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:48:35.209Z] ---> Running in a5ea84c66412 [2022-10-25T19:48:35.209Z] ---> Running in 220a2b2692f3 [2022-10-25T19:48:39.466Z] Removing intermediate container a5ea84c66412 [2022-10-25T19:48:39.466Z] ---> 245eec732e80 [2022-10-25T19:48:39.466Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T19:48:39.466Z] ---> Running in f964f8a4fb97 [2022-10-25T19:48:39.735Z] Removing intermediate container 220a2b2692f3 [2022-10-25T19:48:39.735Z] ---> f622d48fad64 [2022-10-25T19:48:39.735Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T19:48:39.735Z] ---> Running in 16639cca5df5 [2022-10-25T19:48:42.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:42.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:42.901Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:42.901Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:44.840Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:48:44.840Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:48:44.840Z] OK: 15734 distinct packages available [2022-10-25T19:48:44.840Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:44.840Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:48:44.840Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:48:44.840Z] OK: 15734 distinct packages available [2022-10-25T19:48:45.106Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:45.373Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:45.956Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:48:47.360Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T19:48:47.627Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T19:48:47.627Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:48:47.893Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:48:47.893Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T19:48:48.160Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T19:48:48.160Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T19:48:48.739Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T19:48:48.739Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T19:48:49.006Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:48:49.006Z] OK: 6 MiB in 18 packages [2022-10-25T19:48:49.006Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:48:49.006Z] OK: 6 MiB in 19 packages [2022-10-25T19:48:51.581Z] Removing intermediate container 16639cca5df5 [2022-10-25T19:48:51.581Z] ---> 0ddac791825b [2022-10-25T19:48:51.581Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:48:51.581Z] Removing intermediate container f964f8a4fb97 [2022-10-25T19:48:51.581Z] ---> e471d993f54f [2022-10-25T19:48:51.581Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T19:48:59.768Z] ---> d2b91005273b [2022-10-25T19:48:59.768Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:48:59.768Z] ---> 6756232e9cd7 [2022-10-25T19:48:59.768Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T19:49:00.354Z] ---> 0dbc01bcfe07 [2022-10-25T19:49:00.354Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T19:49:00.354Z] ---> c11927f50823 [2022-10-25T19:49:00.354Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T19:49:00.627Z] ---> Running in 0c7f645847f8 [2022-10-25T19:49:01.218Z] Removing intermediate container 0c7f645847f8 [2022-10-25T19:49:01.218Z] ---> 68da1c008880 [2022-10-25T19:49:01.218Z] 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:49:01.483Z] ---> c39b8d2c4431 [2022-10-25T19:49:01.483Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T19:49:02.468Z] ---> f811cc5084d8 [2022-10-25T19:49:02.468Z] Step 21/26 : WORKDIR / [2022-10-25T19:49:02.468Z] ---> Running in 0e0dcdd0b357 [2022-10-25T19:49:02.733Z] ---> 684dcbdba2ec [2022-10-25T19:49:02.733Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:49:02.733Z] ---> Running in dbf3d0ee27ed [2022-10-25T19:49:03.331Z] Removing intermediate container 0e0dcdd0b357 [2022-10-25T19:49:03.331Z] ---> 31beb3ec00f9 [2022-10-25T19:49:03.331Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T19:49:03.331Z] Removing intermediate container dbf3d0ee27ed [2022-10-25T19:49:03.331Z] ---> fe586421330c [2022-10-25T19:49:03.331Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:49:03.331Z] ---> Running in fb8cbb2d4593 [2022-10-25T19:49:03.331Z] ---> Running in dc683fd52e99 [2022-10-25T19:49:03.919Z] Removing intermediate container fb8cbb2d4593 [2022-10-25T19:49:03.919Z] ---> 254bb99eeb00 [2022-10-25T19:49:03.919Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T19:49:04.185Z] Removing intermediate container dc683fd52e99 [2022-10-25T19:49:04.185Z] ---> fe615ec64426 [2022-10-25T19:49:04.185Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T19:49:04.185Z] ---> Running in 5dfdd87cb4e3 [2022-10-25T19:49:04.185Z] ---> Running in e1c9ac3308be [2022-10-25T19:49:04.768Z] Removing intermediate container e1c9ac3308be [2022-10-25T19:49:04.768Z] ---> 9ed7763e45fd [2022-10-25T19:49:04.768Z] Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:49:04.768Z] Removing intermediate container 5dfdd87cb4e3 [2022-10-25T19:49:04.769Z] ---> 376783ff74eb [2022-10-25T19:49:04.769Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T19:49:04.769Z] ---> Running in 078b2d4b709a [2022-10-25T19:49:05.036Z] ---> Running in faf3516ee531 [2022-10-25T19:49:05.620Z] Removing intermediate container 078b2d4b709a [2022-10-25T19:49:05.620Z] ---> d0b52a0adef4 [2022-10-25T19:49:05.620Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:49:05.620Z] ---> Running in 3aa6b00ee6fe [2022-10-25T19:49:05.620Z] Removing intermediate container faf3516ee531 [2022-10-25T19:49:05.620Z] ---> 9698bb4943ca [2022-10-25T19:49:05.620Z] Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:49:05.888Z] ---> Running in c269e21327fb [2022-10-25T19:49:06.153Z] Removing intermediate container 3aa6b00ee6fe [2022-10-25T19:49:06.423Z] ---> e5afbe6c79d6 [2022-10-25T19:49:06.423Z] [2022-10-25T19:49:06.423Z] Removing intermediate container c269e21327fb [2022-10-25T19:49:06.423Z] ---> 452f470d5d9c [2022-10-25T19:49:06.423Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T19:49:06.689Z] ---> Running in 2e23cadedd83 [2022-10-25T19:49:06.689Z] Successfully built e5afbe6c79d6 [2022-10-25T19:49:06.957Z] Successfully tagged security-spire-server-arm64:latest [2022-10-25T19:49:06.957Z]  Building security-spire-server ... done Building core-command [2022-10-25T19:49:07.223Z] Removing intermediate container 2e23cadedd83 [2022-10-25T19:49:07.223Z] ---> 72e8edd2b71a [2022-10-25T19:49:07.223Z] [2022-10-25T19:49:07.488Z] Successfully built 72e8edd2b71a [2022-10-25T19:49:07.488Z] Successfully tagged security-spire-config-arm64:latest [2022-10-25T19:49:07.488Z]  Building security-spire-config ... done Building sys-mgmt-agent [2022-10-25T19:49:39.700Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:49:39.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:49:39.700Z] ---> b05bb4f92e6d [2022-10-25T19:49:39.700Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T19:49:39.700Z] ---> Using cache [2022-10-25T19:49:39.700Z] ---> 275e3fd6959c [2022-10-25T19:49:39.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:49:39.700Z] ---> Using cache [2022-10-25T19:49:39.700Z] ---> 211076d3c4bc [2022-10-25T19:49:39.700Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T19:49:39.700Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:49:39.700Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:49:39.700Z] ---> b05bb4f92e6d [2022-10-25T19:49:39.700Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:49:39.700Z] ---> Running in ba87fa9b3003 [2022-10-25T19:49:39.700Z] ---> Running in cd1f914aac23 [2022-10-25T19:49:39.700Z] Removing intermediate container ba87fa9b3003 [2022-10-25T19:49:39.700Z] ---> 0543e457f5fd [2022-10-25T19:49:39.700Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:49:39.700Z] ---> Running in 62209892371d [2022-10-25T19:49:39.700Z] Removing intermediate container 62209892371d [2022-10-25T19:49:39.700Z] ---> 663185e78a6e [2022-10-25T19:49:39.700Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:49:39.700Z] ---> Running in b9d417bb375d [2022-10-25T19:49:39.700Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:39.700Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:41.111Z] Removing intermediate container b9d417bb375d [2022-10-25T19:49:41.377Z] ---> 6f1a45791de6 [2022-10-25T19:49:41.377Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T19:49:41.377Z] ---> Running in 0590095a25e9 [2022-10-25T19:49:41.958Z] OK: 221 MiB in 51 packages [2022-10-25T19:49:43.897Z] Removing intermediate container cd1f914aac23 [2022-10-25T19:49:43.898Z] ---> ae9149cf90f2 [2022-10-25T19:49:43.898Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T19:49:43.898Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:44.483Z] ---> 893b27e15d58 [2022-10-25T19:49:44.484Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:49:44.753Z] ---> Running in 14832de7b42e [2022-10-25T19:49:45.024Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:49:46.969Z] OK: 221 MiB in 51 packages [2022-10-25T19:49:48.375Z] Removing intermediate container 0590095a25e9 [2022-10-25T19:49:48.375Z] ---> d511d777a3f9 [2022-10-25T19:49:48.643Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:49:49.230Z] ---> fdf22e65075a [2022-10-25T19:49:49.503Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:49:49.503Z] ---> Running in 306b25aa62b0 [2022-10-25T19:51:26.148Z] Removing intermediate container 14832de7b42e [2022-10-25T19:51:26.148Z] ---> 11345ff908f7 [2022-10-25T19:51:26.148Z] Step 8/23 : COPY . . [2022-10-25T19:51:26.148Z] Removing intermediate container 306b25aa62b0 [2022-10-25T19:51:26.148Z] ---> 4210bbdc3809 [2022-10-25T19:51:26.148Z] Step 9/24 : COPY . . [2022-10-25T19:51:32.791Z] ---> e63b23adcc91 [2022-10-25T19:51:32.791Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T19:51:32.791Z] ---> Running in c9c5ca0990ae [2022-10-25T19:51:34.737Z] 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:39.004Z] ---> f74b99b12e3e [2022-10-25T19:51:39.004Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T19:51:39.004Z] ---> Running in 4f8c832b1303 [2022-10-25T19:51:40.950Z] 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:54:48.147Z] 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:55:03.139Z] Removing intermediate container 90ad4567eb99 [2022-10-25T19:55:03.139Z] ---> d84aa199bfcf [2022-10-25T19:55:03.139Z] [2022-10-25T19:55:03.139Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T19:55:03.139Z] 3.16: Pulling from library/alpine [2022-10-25T19:55:03.139Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T19:55:03.139Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T19:55:03.139Z] ---> a6215f271958 [2022-10-25T19:55:03.139Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T19:55:03.139Z] ---> Running in 6e8b52301ae1 [2022-10-25T19:55:05.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:05.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:07.665Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T19:55:07.665Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T19:55:07.665Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T19:55:07.665Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:55:07.665Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:55:07.931Z] OK: 6 MiB in 17 packages [2022-10-25T19:55:11.281Z] Removing intermediate container 6e8b52301ae1 [2022-10-25T19:55:11.281Z] ---> 2fdba9d9d9cc [2022-10-25T19:55:11.281Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T19:55:11.281Z] ---> Running in 7a098233775a [2022-10-25T19:55:11.895Z] Removing intermediate container 7a098233775a [2022-10-25T19:55:11.895Z] ---> 2850a21cdcce [2022-10-25T19:55:11.895Z] Step 13/25 : WORKDIR / [2022-10-25T19:55:12.163Z] ---> Running in 24ba63dd3a8d [2022-10-25T19:55:13.138Z] Removing intermediate container 24ba63dd3a8d [2022-10-25T19:55:13.138Z] ---> 134d9fd3a355 [2022-10-25T19:55:13.138Z] 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:14.575Z] ---> d242f9a75bc3 [2022-10-25T19:55:14.575Z] 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:16.512Z] ---> 575dda2439b8 [2022-10-25T19:55:16.512Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T19:55:17.917Z] ---> 4ace89218a53 [2022-10-25T19:55:17.917Z] 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:19.324Z] ---> 068b72b88a28 [2022-10-25T19:55:19.324Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T19:55:19.620Z] Removing intermediate container 12b6098fac1d [2022-10-25T19:55:19.620Z] ---> 97d7f5aecc45 [2022-10-25T19:55:19.620Z] [2022-10-25T19:55:19.620Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T19:55:19.620Z] ---> a6215f271958 [2022-10-25T19:55:19.620Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:55:19.889Z] ---> Running in 79bd19f65861 [2022-10-25T19:55:20.473Z] Removing intermediate container 79bd19f65861 [2022-10-25T19:55:20.473Z] ---> 76da9ccd392d [2022-10-25T19:55:20.473Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T19:55:20.740Z] ---> Running in 0184ec5fe323 [2022-10-25T19:55:21.701Z] ---> 1af3e133e41f [2022-10-25T19:55:21.701Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T19:55:23.643Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:24.237Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:24.238Z] ---> 5a379794d569 [2022-10-25T19:55:24.238Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T19:55:25.645Z] ---> 52b0fd038658 [2022-10-25T19:55:25.646Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T19:55:25.646Z] ---> Running in a5ca61d13284 [2022-10-25T19:55:25.914Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T19:55:25.914Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T19:55:25.914Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:55:26.182Z] OK: 5 MiB in 16 packages [2022-10-25T19:55:28.133Z] Removing intermediate container 0184ec5fe323 [2022-10-25T19:55:28.133Z] ---> 24b8e07281ca [2022-10-25T19:55:28.133Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T19:55:28.133Z] ---> Running in 05cd1ee3903b [2022-10-25T19:55:29.100Z] Removing intermediate container 05cd1ee3903b [2022-10-25T19:55:29.100Z] ---> 150bb4c37cd2 [2022-10-25T19:55:29.100Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T19:55:29.367Z] ---> Running in 669a86ee88e4 [2022-10-25T19:55:29.968Z] Removing intermediate container 669a86ee88e4 [2022-10-25T19:55:29.968Z] ---> 2d883735ddaa [2022-10-25T19:55:29.968Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T19:55:29.968Z] Removing intermediate container a5ca61d13284 [2022-10-25T19:55:29.968Z] ---> de6f3cafcdfb [2022-10-25T19:55:29.968Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T19:55:30.241Z] ---> Running in 2b737014d3da [2022-10-25T19:55:30.241Z] ---> Running in 8e64fff85bf7 [2022-10-25T19:55:31.208Z] Removing intermediate container 2b737014d3da [2022-10-25T19:55:31.208Z] ---> a41b57259268 [2022-10-25T19:55:31.208Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T19:55:31.208Z] Removing intermediate container 8e64fff85bf7 [2022-10-25T19:55:31.208Z] ---> f8d616d521b2 [2022-10-25T19:55:31.208Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T19:55:31.480Z] ---> Running in 41c726eddec6 [2022-10-25T19:55:31.480Z] ---> Running in d32c74007163 [2022-10-25T19:55:32.073Z] Removing intermediate container d32c74007163 [2022-10-25T19:55:32.073Z] ---> ed3ac813e992 [2022-10-25T19:55:32.073Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T19:55:32.073Z] Removing intermediate container 41c726eddec6 [2022-10-25T19:55:32.073Z] ---> d0647e7cde8c [2022-10-25T19:55:32.073Z] Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:55:32.073Z] ---> Running in fa5559e53bf8 [2022-10-25T19:55:32.073Z] ---> Running in 4cc3afe3601d [2022-10-25T19:55:33.042Z] Removing intermediate container 4cc3afe3601d [2022-10-25T19:55:33.042Z] ---> d15eff20cea3 [2022-10-25T19:55:33.042Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T19:55:33.324Z] ---> Running in 561bef72a81a [2022-10-25T19:55:34.284Z] Removing intermediate container 561bef72a81a [2022-10-25T19:55:34.284Z] ---> 613a7a22050b [2022-10-25T19:55:34.284Z] [2022-10-25T19:55:34.554Z] Successfully built 613a7a22050b [2022-10-25T19:55:34.554Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-25T19:55:34.821Z] Building security-proxy-setup [2022-10-25T19:55:36.241Z]  Building security-secretstore-setup ... done Removing intermediate container fa5559e53bf8 [2022-10-25T19:55:36.241Z] ---> 8115f4d90fc6 [2022-10-25T19:55:36.241Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T19:55:36.241Z] ---> Running in 1b38673d5bd0 [2022-10-25T19:55:37.200Z] Removing intermediate container 1b38673d5bd0 [2022-10-25T19:55:37.200Z] ---> 0932ab6e0e56 [2022-10-25T19:55:37.200Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T19:55:38.158Z] ---> 4053e4be4542 [2022-10-25T19:55:38.158Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T19:55:38.424Z] ---> Running in ffeb7052cc4d [2022-10-25T19:55:42.671Z] Removing intermediate container ffeb7052cc4d [2022-10-25T19:55:42.671Z] ---> 493b05763e52 [2022-10-25T19:55:42.671Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:55:42.937Z] ---> 2291ac9d7116 [2022-10-25T19:55:42.937Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T19:55:45.515Z] ---> b6973e1807a7 [2022-10-25T19:55:45.515Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T19:55:46.925Z] ---> 479193a9c445 [2022-10-25T19:55:46.925Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T19:55:48.337Z] ---> f745c971c464 [2022-10-25T19:55:48.337Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T19:55:49.298Z] ---> a6c7a1359e2f [2022-10-25T19:55:49.298Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T19:55:50.710Z] ---> 16fe4cb91217 [2022-10-25T19:55:50.711Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T19:55:52.122Z] ---> 65a9d30ea347 [2022-10-25T19:55:52.122Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T19:55:52.389Z] ---> Running in 8d52084488b7 [2022-10-25T19:55:55.736Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:55:55.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:55:55.736Z] ---> b05bb4f92e6d [2022-10-25T19:55:55.736Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T19:55:55.736Z] ---> Using cache [2022-10-25T19:55:55.736Z] ---> 275e3fd6959c [2022-10-25T19:55:55.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:55:55.736Z] ---> Using cache [2022-10-25T19:55:55.736Z] ---> 211076d3c4bc [2022-10-25T19:55:55.736Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T19:55:55.736Z] ---> Running in 37ffa8aa269d [2022-10-25T19:55:56.697Z] Removing intermediate container 8d52084488b7 [2022-10-25T19:55:56.697Z] ---> 05c5c8227b2c [2022-10-25T19:55:56.697Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T19:55:56.697Z] ---> Running in ec3b48cd09c8 [2022-10-25T19:55:57.281Z] Removing intermediate container ec3b48cd09c8 [2022-10-25T19:55:57.281Z] ---> 044570782f24 [2022-10-25T19:55:57.281Z] Step 30/33 : CMD ["gate"] [2022-10-25T19:55:57.552Z] ---> Running in 0fccd5e3315e [2022-10-25T19:55:58.137Z] Removing intermediate container 0fccd5e3315e [2022-10-25T19:55:58.137Z] ---> 90787caedf83 [2022-10-25T19:55:58.137Z] Step 31/33 : LABEL arch=arm64 [2022-10-25T19:55:58.137Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:58.137Z] ---> Running in 6c730c5afad7 [2022-10-25T19:55:59.095Z] Removing intermediate container 6c730c5afad7 [2022-10-25T19:55:59.095Z] ---> dd2f8289289e [2022-10-25T19:55:59.095Z] Step 32/33 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:55:59.095Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:55:59.095Z] ---> Running in f5fbee67d38b [2022-10-25T19:55:59.684Z] Removing intermediate container f5fbee67d38b [2022-10-25T19:55:59.684Z] ---> ee739c90d9e7 [2022-10-25T19:55:59.684Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T19:55:59.950Z] ---> Running in be32f5816578 [2022-10-25T19:56:00.532Z] Removing intermediate container be32f5816578 [2022-10-25T19:56:00.532Z] ---> 033c2640478d [2022-10-25T19:56:00.532Z] [2022-10-25T19:56:00.799Z] Successfully built 033c2640478d [2022-10-25T19:56:01.074Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-25T19:56:01.074Z]  Building security-bootstrapper ... done Building core-metadata [2022-10-25T19:56:01.074Z] OK: 221 MiB in 51 packages [2022-10-25T19:56:03.020Z] Removing intermediate container 37ffa8aa269d [2022-10-25T19:56:03.020Z] ---> cf8b7088902b [2022-10-25T19:56:03.020Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T19:56:03.978Z] ---> 108d07e65b1c [2022-10-25T19:56:03.978Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:56:03.978Z] ---> Running in 1613ef3495de [2022-10-25T19:56:22.188Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:56:22.188Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:56:22.188Z] ---> b05bb4f92e6d [2022-10-25T19:56:22.188Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> 0543e457f5fd [2022-10-25T19:56:22.188Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> 663185e78a6e [2022-10-25T19:56:22.188Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> 6f1a45791de6 [2022-10-25T19:56:22.188Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> d511d777a3f9 [2022-10-25T19:56:22.188Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> fdf22e65075a [2022-10-25T19:56:22.188Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> 4210bbdc3809 [2022-10-25T19:56:22.188Z] Step 9/25 : COPY . . [2022-10-25T19:56:22.188Z] ---> Using cache [2022-10-25T19:56:22.188Z] ---> f74b99b12e3e [2022-10-25T19:56:22.188Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T19:56:22.188Z] ---> Running in 0a5989b4c378 [2022-10-25T19:56:22.459Z] 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:57:30.311Z] Removing intermediate container 1613ef3495de [2022-10-25T19:57:30.311Z] ---> 3bee16ac8e53 [2022-10-25T19:57:30.311Z] Step 8/22 : COPY . . [2022-10-25T19:57:36.950Z] Removing intermediate container b433e19d8ca5 [2022-10-25T19:57:36.950Z] ---> f09a4c614cd8 [2022-10-25T19:57:36.950Z] [2022-10-25T19:57:36.950Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T19:57:36.950Z] ---> 02e0d6fdf486 [2022-10-25T19:57:36.950Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T19:57:36.950Z] ---> Using cache [2022-10-25T19:57:36.950Z] ---> decb47dee8e6 [2022-10-25T19:57:36.950Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:57:36.950Z] ---> Using cache [2022-10-25T19:57:36.950Z] ---> f622d48fad64 [2022-10-25T19:57:36.950Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T19:57:36.950Z] ---> Running in ca8295548cd8 [2022-10-25T19:57:39.537Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:57:40.118Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:57:42.704Z] ---> 79cd0c64b009 [2022-10-25T19:57:42.705Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T19:57:42.705Z] ---> Running in d1826bd7e598 [2022-10-25T19:57:42.705Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T19:57:42.705Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T19:57:42.705Z] OK: 15734 distinct packages available [2022-10-25T19:57:42.972Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:57:43.934Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:57:44.518Z] 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:57:45.924Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T19:57:46.506Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T19:57:47.091Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T19:57:47.357Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T19:57:47.940Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T19:57:48.521Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T19:57:49.103Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T19:57:49.369Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T19:57:49.633Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T19:57:49.900Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T19:57:50.168Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:57:50.750Z] OK: 8 MiB in 23 packages [2022-10-25T19:57:53.329Z] Removing intermediate container ca8295548cd8 [2022-10-25T19:57:53.329Z] ---> f917f72e4aff [2022-10-25T19:57:53.329Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:57:53.918Z] ---> fdd89fd8df81 [2022-10-25T19:57:53.918Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T19:57:56.499Z] ---> 2628f9a63f2d [2022-10-25T19:57:56.499Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T19:57:57.229Z] ---> e7b7c5dec5ec [2022-10-25T19:57:57.229Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T19:57:57.548Z] ---> Running in 934bd29d3434 [2022-10-25T19:57:58.189Z] Removing intermediate container 934bd29d3434 [2022-10-25T19:57:58.189Z] ---> 6a4b395748cd [2022-10-25T19:57:58.189Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:57:58.189Z] ---> Running in c9de72a9ca96 [2022-10-25T19:57:58.850Z] Removing intermediate container c9de72a9ca96 [2022-10-25T19:57:58.850Z] ---> 63940da4ca03 [2022-10-25T19:57:58.850Z] Step 18/20 : LABEL arch=arm64 [2022-10-25T19:57:58.850Z] ---> Running in bd7d63fd5e14 [2022-10-25T19:57:59.513Z] Removing intermediate container bd7d63fd5e14 [2022-10-25T19:57:59.513Z] ---> 772ea99c2009 [2022-10-25T19:57:59.513Z] Step 19/20 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:57:59.809Z] ---> Running in 6aa7dfcd710a [2022-10-25T19:58:00.418Z] Removing intermediate container 6aa7dfcd710a [2022-10-25T19:58:00.418Z] ---> d668d6d15f87 [2022-10-25T19:58:00.418Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T19:58:00.418Z] ---> Running in 8a438881f67c [2022-10-25T19:58:01.023Z] Removing intermediate container 8a438881f67c [2022-10-25T19:58:01.023Z] ---> 9357cec033f3 [2022-10-25T19:58:01.023Z] [2022-10-25T19:58:01.288Z] Successfully built 9357cec033f3 [2022-10-25T19:58:01.288Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-25T19:58:01.288Z] Building core-data [2022-10-25T19:58:23.346Z]  Building security-spiffe-token-provider ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T19:58:23.346Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T19:58:23.346Z] ---> b05bb4f92e6d [2022-10-25T19:58:23.346Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T19:58:23.346Z] ---> Using cache [2022-10-25T19:58:23.346Z] ---> 0543e457f5fd [2022-10-25T19:58:23.346Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T19:58:23.346Z] ---> Using cache [2022-10-25T19:58:23.346Z] ---> 663185e78a6e [2022-10-25T19:58:23.346Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T19:58:23.346Z] ---> Using cache [2022-10-25T19:58:23.346Z] ---> 6f1a45791de6 [2022-10-25T19:58:23.346Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T19:58:23.346Z] ---> Running in eef2047106f2 [2022-10-25T19:58:23.346Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:23.929Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:26.506Z] OK: 221 MiB in 51 packages [2022-10-25T19:58:29.084Z] Removing intermediate container eef2047106f2 [2022-10-25T19:58:29.084Z] ---> 654df2f25b26 [2022-10-25T19:58:29.084Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T19:58:30.491Z] ---> 78e2e4b28c87 [2022-10-25T19:58:30.491Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T19:58:30.491Z] ---> Running in 63d121c1ef6c [2022-10-25T19:58:31.078Z] Removing intermediate container c9c5ca0990ae [2022-10-25T19:58:31.078Z] ---> 1e13a996d8b6 [2022-10-25T19:58:31.078Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T19:58:31.345Z] ---> Running in 3199fe39a4d6 [2022-10-25T19:58:33.937Z] 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:40.586Z] Removing intermediate container 3199fe39a4d6 [2022-10-25T19:58:40.586Z] ---> 0baefafcca03 [2022-10-25T19:58:40.586Z] [2022-10-25T19:58:40.586Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T19:58:40.586Z] ---> a6215f271958 [2022-10-25T19:58:40.586Z] 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:40.586Z] ---> Running in bef2871d64dd [2022-10-25T19:58:40.586Z] Removing intermediate container bef2871d64dd [2022-10-25T19:58:40.586Z] ---> 8692f534db40 [2022-10-25T19:58:40.586Z] 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:40.852Z] ---> Running in 024a173c5201 [2022-10-25T19:58:43.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:43.439Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:58:45.386Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T19:58:45.386Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T19:58:45.386Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T19:58:45.386Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T19:58:45.386Z] Executing bash-5.1.16-r2.post-install [2022-10-25T19:58:45.386Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T19:58:45.386Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T19:58:45.386Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T19:58:45.386Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T19:58:45.386Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T19:58:45.386Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T19:58:46.343Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T19:58:46.343Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T19:58:46.343Z] (13/33) Installing expat (2.5.0-r0) [2022-10-25T19:58:46.343Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T19:58:46.610Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T19:58:46.610Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T19:58:46.610Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T19:58:46.610Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T19:58:46.610Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T19:58:46.610Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T19:58:46.610Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T19:58:49.947Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T19:58:49.947Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T19:58:49.947Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T19:58:49.947Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T19:58:49.947Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T19:58:49.947Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T19:58:49.947Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T19:58:49.947Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T19:58:49.947Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T19:58:49.947Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T19:58:49.947Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T19:58:49.947Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T19:58:50.903Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:58:50.903Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T19:58:51.486Z] OK: 120 MiB in 47 packages [2022-10-25T19:59:13.536Z] Collecting docker-compose==1.23.2 [2022-10-25T19:59:13.536Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T19:59:13.536Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 7.9 MB/s eta 0:00:00 [2022-10-25T19:59:13.536Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T19:59:13.536Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T19:59:13.536Z] Preparing metadata (setup.py): started [2022-10-25T19:59:15.492Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:15.760Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T19:59:16.036Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T19:59:16.036Z] Preparing metadata (setup.py): started [2022-10-25T19:59:19.401Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:19.401Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T19:59:19.401Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T19:59:19.667Z] Preparing metadata (setup.py): started [2022-10-25T19:59:23.000Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:23.000Z] 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:23.266Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T19:59:23.531Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T19:59:23.532Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 14.1 MB/s eta 0:00:00 [2022-10-25T19:59:24.116Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T19:59:24.381Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T19:59:25.339Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T19:59:25.339Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T19:59:25.339Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 7.2 MB/s eta 0:00:00 [2022-10-25T19:59:25.607Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T19:59:25.607Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T19:59:27.011Z] Collecting PyYAML<4,>=3.10 [2022-10-25T19:59:27.011Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T19:59:27.011Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.5 MB/s eta 0:00:00 [2022-10-25T19:59:29.592Z] Preparing metadata (setup.py): started [2022-10-25T19:59:31.540Z] Removing intermediate container 4f8c832b1303 [2022-10-25T19:59:31.540Z] ---> 55afb3c2923b [2022-10-25T19:59:31.540Z] [2022-10-25T19:59:31.540Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T19:59:31.540Z] ---> a6215f271958 [2022-10-25T19:59:31.540Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T19:59:31.809Z] ---> Running in fe685399fb99 [2022-10-25T19:59:33.226Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T19:59:34.190Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T19:59:34.457Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T19:59:34.457Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.7 MB/s eta 0:00:00 [2022-10-25T19:59:34.457Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T19:59:34.724Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T19:59:35.317Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T19:59:35.317Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T19:59:36.732Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T19:59:36.732Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T19:59:36.732Z] OK: 5 MiB in 15 packages [2022-10-25T19:59:37.003Z] Collecting certifi>=2017.4.17 [2022-10-25T19:59:37.003Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T19:59:37.272Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 10.4 MB/s eta 0:00:00 [2022-10-25T19:59:37.539Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T19:59:37.539Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T19:59:37.817Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 7.5 MB/s eta 0:00:00 [2022-10-25T19:59:38.085Z] Collecting idna<2.8,>=2.5 [2022-10-25T19:59:38.085Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T19:59:38.085Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 14.8 MB/s eta 0:00:00 [2022-10-25T19:59:39.046Z] Removing intermediate container fe685399fb99 [2022-10-25T19:59:39.046Z] ---> 919bf60ee1b8 [2022-10-25T19:59:39.046Z] 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:59:39.312Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T19:59:39.312Z] ---> Running in 7ff669132398 [2022-10-25T19:59:39.312Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T19:59:39.312Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.1 MB/s eta 0:00:00 [2022-10-25T19:59:40.269Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T19:59:40.269Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T19:59:40.269Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T19:59:40.269Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T19:59:40.269Z] Removing intermediate container 7ff669132398 [2022-10-25T19:59:40.269Z] ---> 5230b9b0d89f [2022-10-25T19:59:40.269Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T19:59:40.535Z] ---> Running in e32150e237fd [2022-10-25T19:59:41.527Z] Removing intermediate container e32150e237fd [2022-10-25T19:59:41.527Z] ---> cd7b0f6f4dbe [2022-10-25T19:59:41.527Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T19:59:41.527Z] 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:41.793Z] Running setup.py install for texttable: started [2022-10-25T19:59:41.793Z] ---> Running in 4a4f33b15329 [2022-10-25T19:59:42.379Z] Removing intermediate container 4a4f33b15329 [2022-10-25T19:59:42.379Z] ---> b4016a863cb8 [2022-10-25T19:59:42.379Z] Step 16/24 : WORKDIR / [2022-10-25T19:59:42.651Z] ---> Running in e426da7c2b24 [2022-10-25T19:59:44.056Z] Removing intermediate container e426da7c2b24 [2022-10-25T19:59:44.056Z] ---> 166990935d4d [2022-10-25T19:59:44.056Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T19:59:45.462Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T19:59:45.462Z] Running setup.py install for PyYAML: started [2022-10-25T19:59:45.462Z] ---> e78848dbdaba [2022-10-25T19:59:45.462Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T19:59:48.802Z] ---> add1e4cb2634 [2022-10-25T19:59:48.802Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T19:59:49.761Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T19:59:50.348Z] ---> 7d05ec71ba9c [2022-10-25T19:59:50.348Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T19:59:50.620Z] ---> Running in 6de40d384dc2 [2022-10-25T19:59:52.041Z] Removing intermediate container 6de40d384dc2 [2022-10-25T19:59:52.041Z] ---> 6339892ad0a4 [2022-10-25T19:59:52.041Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T19:59:52.041Z] ---> Running in dd5552911a18 [2022-10-25T19:59:52.308Z] Running setup.py install for docopt: started [2022-10-25T19:59:52.893Z] Removing intermediate container dd5552911a18 [2022-10-25T19:59:52.893Z] ---> 91021aafc1a5 [2022-10-25T19:59:52.893Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T19:59:52.893Z] ---> Running in 06b06ba05180 [2022-10-25T19:59:53.865Z] Removing intermediate container 06b06ba05180 [2022-10-25T19:59:53.865Z] ---> adca72c52ac5 [2022-10-25T19:59:53.865Z] Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T19:59:54.152Z] ---> Running in ae329954d33f [2022-10-25T19:59:55.113Z] Removing intermediate container ae329954d33f [2022-10-25T19:59:55.113Z] ---> 6a955d7a4ea2 [2022-10-25T19:59:55.113Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T19:59:55.380Z] ---> Running in 7a144d191dfd [2022-10-25T19:59:55.648Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T19:59:56.235Z] Removing intermediate container 7a144d191dfd [2022-10-25T19:59:56.235Z] ---> 89f46e4aa329 [2022-10-25T19:59:56.235Z] [2022-10-25T19:59:56.503Z] Successfully built 89f46e4aa329 [2022-10-25T19:59:56.770Z] Successfully tagged core-command-arm64:latest [2022-10-25T19:59:56.770Z] Building support-scheduler [2022-10-25T20:00:00.160Z]  Building core-command ... done Removing intermediate container 63d121c1ef6c [2022-10-25T20:00:00.160Z] ---> 6c04a6e1e4a8 [2022-10-25T20:00:00.160Z] Step 9/24 : COPY . . [2022-10-25T20:00:00.160Z] Running setup.py install for dockerpty: started [2022-10-25T20:00:05.493Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T20:00:08.835Z] 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-25T20:00:08.835Z] 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:17.035Z]  ---> f125d641a337 [2022-10-25T20:00:17.035Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T20:00:17.035Z] ---> Running in b8aebbaad491 [2022-10-25T20:00:19.613Z] 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-25T20:00:21.554Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:00:21.554Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:00:21.554Z] ---> b05bb4f92e6d [2022-10-25T20:00:21.554Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> 0543e457f5fd [2022-10-25T20:00:21.554Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> 663185e78a6e [2022-10-25T20:00:21.554Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> 6f1a45791de6 [2022-10-25T20:00:21.554Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> d511d777a3f9 [2022-10-25T20:00:21.554Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> fdf22e65075a [2022-10-25T20:00:21.554Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> 4210bbdc3809 [2022-10-25T20:00:21.554Z] Step 9/23 : COPY . . [2022-10-25T20:00:21.554Z] ---> Using cache [2022-10-25T20:00:21.554Z] ---> f74b99b12e3e [2022-10-25T20:00:21.554Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T20:00:22.512Z] ---> Running in b56dc852ab5a [2022-10-25T20:00:25.116Z] 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-25T20:00:35.171Z] Removing intermediate container 024a173c5201 [2022-10-25T20:00:35.171Z] ---> d157098aef4d [2022-10-25T20:00:35.171Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T20:00:35.171Z] ---> Running in 6c8e2ee4791d [2022-10-25T20:00:35.171Z] Removing intermediate container 6c8e2ee4791d [2022-10-25T20:00:35.171Z] ---> 3ee022e6af50 [2022-10-25T20:00:35.171Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:00:35.171Z] ---> Running in 38ef7fd16cc7 [2022-10-25T20:00:35.171Z] Removing intermediate container 38ef7fd16cc7 [2022-10-25T20:00:35.171Z] ---> 99648bbe6dfb [2022-10-25T20:00:35.171Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T20:00:37.115Z] ---> c4da8733710c [2022-10-25T20:00:37.115Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T20:00:38.071Z] ---> 33e7b8189815 [2022-10-25T20:00:38.071Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T20:00:39.035Z] ---> 60732930c90f [2022-10-25T20:00:39.035Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T20:00:39.303Z] ---> Running in f82a20d364b4 [2022-10-25T20:00:39.884Z] Removing intermediate container f82a20d364b4 [2022-10-25T20:00:39.884Z] ---> 8c0fa8a62dc4 [2022-10-25T20:00:39.884Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:00:39.884Z] ---> Running in 20d4810acee9 [2022-10-25T20:00:40.465Z] Removing intermediate container 20d4810acee9 [2022-10-25T20:00:40.465Z] ---> d207f2300263 [2022-10-25T20:00:40.465Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:00:40.731Z] ---> Running in bd921915abb3 [2022-10-25T20:00:41.312Z] Removing intermediate container bd921915abb3 [2022-10-25T20:00:41.312Z] ---> 94dc131b3686 [2022-10-25T20:00:41.312Z] Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:00:41.312Z] ---> Running in 233589f6bceb [2022-10-25T20:00:41.891Z] Removing intermediate container 233589f6bceb [2022-10-25T20:00:41.891Z] ---> fdbced2d0774 [2022-10-25T20:00:41.891Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:00:41.891Z] ---> Running in 3d905676722d [2022-10-25T20:00:42.471Z] Removing intermediate container 3d905676722d [2022-10-25T20:00:42.471Z] ---> d5164b89833e [2022-10-25T20:00:42.471Z] [2022-10-25T20:00:42.736Z] Successfully built d5164b89833e [2022-10-25T20:00:42.736Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-25T20:00:42.736Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-10-25T20:01:05.175Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:01:05.175Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:01:05.175Z] ---> b05bb4f92e6d [2022-10-25T20:01:05.175Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T20:01:05.175Z] ---> Using cache [2022-10-25T20:01:05.175Z] ---> 0543e457f5fd [2022-10-25T20:01:05.175Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T20:01:05.175Z] ---> Using cache [2022-10-25T20:01:05.175Z] ---> 663185e78a6e [2022-10-25T20:01:05.175Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:01:05.175Z] ---> Using cache [2022-10-25T20:01:05.175Z] ---> 6f1a45791de6 [2022-10-25T20:01:05.175Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T20:01:05.175Z] ---> Running in 382ade4cca1b [2022-10-25T20:01:05.175Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:01:05.175Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:01:07.118Z] OK: 221 MiB in 51 packages [2022-10-25T20:01:08.521Z] Removing intermediate container 382ade4cca1b [2022-10-25T20:01:08.521Z] ---> dbe0001be47d [2022-10-25T20:01:08.521Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T20:01:09.477Z] ---> 0220081a7dbb [2022-10-25T20:01:09.477Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:01:09.477Z] ---> Running in 224a411b0b45 [2022-10-25T20:02:31.094Z] Removing intermediate container 224a411b0b45 [2022-10-25T20:02:31.094Z] ---> 4ad9f0f130f7 [2022-10-25T20:02:31.094Z] Step 9/23 : COPY . . [2022-10-25T20:02:36.429Z] ---> d68acf005ed7 [2022-10-25T20:02:36.429Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T20:02:36.429Z] ---> Running in add777491267 [2022-10-25T20:02:37.834Z] 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-25T20:04:29.464Z] 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:04:30.867Z] Removing intermediate container 0a5989b4c378 [2022-10-25T20:04:30.867Z] ---> 75fcbfad37d5 [2022-10-25T20:04:30.867Z] [2022-10-25T20:04:31.131Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T20:04:31.131Z] ---> a6215f271958 [2022-10-25T20:04:31.131Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:04:31.131Z] ---> Using cache [2022-10-25T20:04:31.131Z] ---> 919bf60ee1b8 [2022-10-25T20:04:31.131Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:04:31.131Z] ---> Using cache [2022-10-25T20:04:31.131Z] ---> 5230b9b0d89f [2022-10-25T20:04:31.131Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T20:04:31.131Z] ---> Running in cbe1bd985e0a [2022-10-25T20:04:31.718Z] Removing intermediate container cbe1bd985e0a [2022-10-25T20:04:31.718Z] ---> 4bb66f96b362 [2022-10-25T20:04:31.718Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T20:04:31.718Z] ---> Running in ac19c632ba07 [2022-10-25T20:04:32.300Z] Removing intermediate container ac19c632ba07 [2022-10-25T20:04:32.300Z] ---> 19a9c2e559cc [2022-10-25T20:04:32.300Z] Step 16/25 : WORKDIR / [2022-10-25T20:04:32.300Z] ---> Running in 532e8b8ee5bf [2022-10-25T20:04:32.881Z] Removing intermediate container 532e8b8ee5bf [2022-10-25T20:04:32.881Z] ---> 61c3ac5dea90 [2022-10-25T20:04:32.881Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:04:33.840Z] ---> 9915eabf1951 [2022-10-25T20:04:33.840Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T20:04:35.776Z] ---> c558c16cb5c3 [2022-10-25T20:04:35.776Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T20:04:39.108Z] ---> 06b662d5f51f [2022-10-25T20:04:39.108Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T20:04:40.075Z] ---> db49b5e2ac81 [2022-10-25T20:04:40.075Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T20:04:40.340Z] ---> Running in 4e0c6dbacb4c [2022-10-25T20:04:40.611Z] Removing intermediate container 4e0c6dbacb4c [2022-10-25T20:04:40.611Z] ---> 5e3c8262beca [2022-10-25T20:04:40.611Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:04:40.876Z] ---> Running in 6807722f7041 [2022-10-25T20:04:41.467Z] Removing intermediate container 6807722f7041 [2022-10-25T20:04:41.467Z] ---> ea42d6a72dc5 [2022-10-25T20:04:41.467Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T20:04:41.733Z] ---> Running in bb0002d325d3 [2022-10-25T20:04:42.699Z] Removing intermediate container bb0002d325d3 [2022-10-25T20:04:42.699Z] ---> fe2ad2b3bddd [2022-10-25T20:04:42.699Z] Step 24/25 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:04:42.699Z] ---> Running in 025578a211cc [2022-10-25T20:04:43.654Z] Removing intermediate container 025578a211cc [2022-10-25T20:04:43.654Z] ---> 0a2c1f9165d2 [2022-10-25T20:04:43.654Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T20:04:43.654Z] ---> Running in cfdc0d53c6b9 [2022-10-25T20:04:44.610Z] Removing intermediate container cfdc0d53c6b9 [2022-10-25T20:04:44.610Z] ---> b98ef7b9a50f [2022-10-25T20:04:44.610Z] [2022-10-25T20:04:45.188Z] Successfully built b98ef7b9a50f [2022-10-25T20:04:45.188Z] Successfully tagged core-metadata-arm64:latest [2022-10-25T20:04:45.452Z]  Building core-metadata ... done Building security-spire-agent [2022-10-25T20:04:52.113Z] Removing intermediate container d1826bd7e598 [2022-10-25T20:04:52.113Z] ---> 376b32e98b18 [2022-10-25T20:04:52.113Z] [2022-10-25T20:04:52.113Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T20:04:52.113Z] ---> a6215f271958 [2022-10-25T20:04:52.113Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T20:04:52.113Z] ---> Running in f409986db94f [2022-10-25T20:04:53.523Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:04:54.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:04:56.045Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T20:04:56.045Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T20:04:56.045Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T20:04:56.045Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T20:04:56.045Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T20:04:56.045Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T20:04:56.045Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:04:56.310Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:04:56.891Z] OK: 8 MiB in 20 packages [2022-10-25T20:05:00.248Z] Removing intermediate container f409986db94f [2022-10-25T20:05:00.248Z] ---> 7d0e8bd4217b [2022-10-25T20:05:00.248Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T20:05:00.248Z] ---> Running in 47bd8242b696 [2022-10-25T20:05:00.828Z] Removing intermediate container 47bd8242b696 [2022-10-25T20:05:00.828Z] ---> f781e17ce444 [2022-10-25T20:05:00.828Z] Step 13/22 : WORKDIR /edgex [2022-10-25T20:05:01.094Z] ---> Running in e57afb89889e [2022-10-25T20:05:02.051Z] Removing intermediate container e57afb89889e [2022-10-25T20:05:02.051Z] ---> f8065b31cd83 [2022-10-25T20:05:02.051Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T20:05:03.468Z] ---> bf5971bdc246 [2022-10-25T20:05:03.468Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T20:05:06.043Z] ---> 8d6ccb7416a9 [2022-10-25T20:05:06.043Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T20:05:06.043Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T20:05:06.043Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T20:05:06.043Z] ---> b05bb4f92e6d [2022-10-25T20:05:06.043Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> 275e3fd6959c [2022-10-25T20:05:06.043Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> 211076d3c4bc [2022-10-25T20:05:06.043Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> cdcb0de9ed5d [2022-10-25T20:05:06.043Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> 664873deef7f [2022-10-25T20:05:06.043Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> 6b19fbaeec70 [2022-10-25T20:05:06.043Z] Step 8/26 : COPY . . [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> 93433bd65f8e [2022-10-25T20:05:06.043Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> 823a2fa06db3 [2022-10-25T20:05:06.043Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> e6fa9757c257 [2022-10-25T20:05:06.043Z] 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-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> e604246d27fe [2022-10-25T20:05:06.043Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> b3a7c1748b1d [2022-10-25T20:05:06.043Z] [2022-10-25T20:05:06.043Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T20:05:06.043Z] ---> 02e0d6fdf486 [2022-10-25T20:05:06.043Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> decb47dee8e6 [2022-10-25T20:05:06.043Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T20:05:06.043Z] ---> Using cache [2022-10-25T20:05:06.043Z] ---> f622d48fad64 [2022-10-25T20:05:06.043Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T20:05:06.043Z] ---> Running in ee326364cf36 [2022-10-25T20:05:08.614Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:05:08.614Z] ---> 4ef8ee1273a5 [2022-10-25T20:05:08.614Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T20:05:08.881Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:05:09.148Z] ---> a0a0443260bc [2022-10-25T20:05:09.148Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T20:05:09.416Z] ---> Running in 4c7b30914787 [2022-10-25T20:05:11.364Z] v3.15.6-133-g52d935b0b0 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T20:05:11.364Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T20:05:11.364Z] OK: 15734 distinct packages available [2022-10-25T20:05:11.632Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:05:12.217Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:05:12.799Z] Removing intermediate container 4c7b30914787 [2022-10-25T20:05:12.799Z] ---> 7cfc1f58c6be [2022-10-25T20:05:12.799Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T20:05:12.799Z] ---> Running in a50113e3d406 [2022-10-25T20:05:13.380Z] Removing intermediate container a50113e3d406 [2022-10-25T20:05:13.380Z] ---> d5105b71f805 [2022-10-25T20:05:13.380Z] Step 20/22 : LABEL arch=arm64 [2022-10-25T20:05:13.646Z] ---> Running in 3ca3b34ea61d [2022-10-25T20:05:14.232Z] Removing intermediate container 3ca3b34ea61d [2022-10-25T20:05:14.232Z] ---> caab21b2dee9 [2022-10-25T20:05:14.232Z] Step 21/22 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:05:14.232Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T20:05:14.497Z] ---> Running in e714a2310e05 [2022-10-25T20:05:14.762Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T20:05:14.762Z] Removing intermediate container e714a2310e05 [2022-10-25T20:05:14.762Z] ---> d705508cfc05 [2022-10-25T20:05:14.762Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T20:05:15.028Z] ---> Running in 5b60135e6a91 [2022-10-25T20:05:15.294Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T20:05:15.559Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T20:05:15.559Z] Removing intermediate container 5b60135e6a91 [2022-10-25T20:05:15.559Z] ---> 153b963e3691 [2022-10-25T20:05:15.559Z] [2022-10-25T20:05:15.824Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T20:05:15.824Z] Successfully built 153b963e3691 [2022-10-25T20:05:15.824Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-25T20:05:16.404Z]  Building security-proxy-setup ... done Executing busybox-1.34.1-r7.trigger [2022-10-25T20:05:16.404Z] OK: 6 MiB in 19 packages [2022-10-25T20:05:18.347Z] Removing intermediate container ee326364cf36 [2022-10-25T20:05:18.347Z] ---> 5c374748539e [2022-10-25T20:05:18.347Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T20:05:21.681Z] ---> 0b6b9a1caf73 [2022-10-25T20:05:21.681Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T20:05:28.312Z] ---> 7ec7046a77fc [2022-10-25T20:05:28.312Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T20:05:28.577Z] ---> 8ebceb5719cb [2022-10-25T20:05:28.577Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T20:05:29.534Z] ---> 22a597c1d82b [2022-10-25T20:05:29.534Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T20:05:30.502Z] ---> 77ff434f564a [2022-10-25T20:05:30.502Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T20:05:30.502Z] ---> Running in 84a515b2d912 [2022-10-25T20:05:31.082Z] Removing intermediate container 84a515b2d912 [2022-10-25T20:05:31.082Z] ---> 2591b54fd5a2 [2022-10-25T20:05:31.082Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T20:05:31.082Z] ---> Running in 87975defe287 [2022-10-25T20:05:31.669Z] Removing intermediate container 87975defe287 [2022-10-25T20:05:31.669Z] ---> 510bdbfb703d [2022-10-25T20:05:31.669Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T20:05:31.669Z] ---> Running in fdec9208b782 [2022-10-25T20:05:32.267Z] Removing intermediate container fdec9208b782 [2022-10-25T20:05:32.267Z] ---> 23d228e82438 [2022-10-25T20:05:32.267Z] Step 25/26 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:05:32.538Z] ---> Running in e1aae2365fb5 [2022-10-25T20:05:33.119Z] Removing intermediate container e1aae2365fb5 [2022-10-25T20:05:33.119Z] ---> c9df0da4ccc7 [2022-10-25T20:05:33.119Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T20:05:33.119Z] ---> Running in 78d233897308 [2022-10-25T20:05:33.706Z] Removing intermediate container 78d233897308 [2022-10-25T20:05:33.706Z] ---> e6a37c958305 [2022-10-25T20:05:33.706Z] [2022-10-25T20:05:33.971Z] Successfully built e6a37c958305 [2022-10-25T20:05:33.971Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-25T20:07:40.606Z]  Building security-spire-agent ... done Removing intermediate container b8aebbaad491 [2022-10-25T20:07:40.606Z] ---> 80ea052a5cb5 [2022-10-25T20:07:40.606Z] [2022-10-25T20:07:40.606Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T20:07:40.606Z] ---> a6215f271958 [2022-10-25T20:07:40.606Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T20:07:40.606Z] ---> Running in f5d678b7d1d3 [2022-10-25T20:07:40.606Z] Removing intermediate container f5d678b7d1d3 [2022-10-25T20:07:40.606Z] ---> c9f40c3351a2 [2022-10-25T20:07:40.606Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T20:07:40.606Z] ---> Running in dd689da3a7ef [2022-10-25T20:07:40.606Z] Removing intermediate container dd689da3a7ef [2022-10-25T20:07:40.606Z] ---> ddba521aa780 [2022-10-25T20:07:40.606Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T20:07:40.606Z] ---> Running in 3362e9b4d703 [2022-10-25T20:07:40.606Z] Removing intermediate container 3362e9b4d703 [2022-10-25T20:07:40.606Z] ---> 672fcb696a61 [2022-10-25T20:07:40.606Z] 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.606Z] ---> Running in bec82e5021f5 [2022-10-25T20:07:40.606Z] Removing intermediate container bec82e5021f5 [2022-10-25T20:07:40.606Z] ---> 0e396d873410 [2022-10-25T20:07:40.606Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T20:07:40.606Z] ---> Running in a69c89cee623 [2022-10-25T20:07:42.013Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:42.594Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:07:44.533Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T20:07:44.799Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T20:07:45.065Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T20:07:45.645Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T20:07:46.229Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T20:07:46.809Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T20:07:47.074Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:07:47.074Z] OK: 8 MiB in 20 packages [2022-10-25T20:07:49.015Z] Removing intermediate container a69c89cee623 [2022-10-25T20:07:49.015Z] ---> 243e6d996f43 [2022-10-25T20:07:49.015Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:07:49.595Z] ---> a9935fd17ee6 [2022-10-25T20:07:49.595Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T20:07:52.169Z] ---> 385d431a22c7 [2022-10-25T20:07:52.169Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T20:07:52.760Z] ---> a35cc34b3ef2 [2022-10-25T20:07:52.760Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T20:07:52.760Z] ---> Running in a71d1c32de9d [2022-10-25T20:07:53.342Z] Removing intermediate container a71d1c32de9d [2022-10-25T20:07:53.342Z] ---> 8947266be376 [2022-10-25T20:07:53.342Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:07:53.607Z] ---> Running in 626d0ec6caa8 [2022-10-25T20:07:54.352Z] Removing intermediate container 626d0ec6caa8 [2022-10-25T20:07:54.352Z] ---> 60674adc3dda [2022-10-25T20:07:54.352Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T20:07:54.352Z] ---> Running in 921e59c995dd [2022-10-25T20:07:54.945Z] Removing intermediate container 921e59c995dd [2022-10-25T20:07:54.945Z] ---> 02dff2899732 [2022-10-25T20:07:54.945Z] Step 23/24 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:07:54.945Z] ---> Running in 144477debaa6 [2022-10-25T20:07:55.550Z] Removing intermediate container 144477debaa6 [2022-10-25T20:07:55.550Z] ---> 214025155957 [2022-10-25T20:07:55.550Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T20:07:55.550Z] ---> Running in 3ce81bb64c76 [2022-10-25T20:07:56.152Z] Removing intermediate container 3ce81bb64c76 [2022-10-25T20:07:56.152Z] ---> 7ea5bb4408d3 [2022-10-25T20:07:56.152Z] [2022-10-25T20:07:56.440Z] Successfully built 7ea5bb4408d3 [2022-10-25T20:07:56.440Z] Successfully tagged core-data-arm64:latest [2022-10-25T20:08:52.852Z]  Building core-data ... done Removing intermediate container b56dc852ab5a [2022-10-25T20:08:52.852Z] ---> 24fdfeec736e [2022-10-25T20:08:52.852Z] [2022-10-25T20:08:52.852Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:08:52.852Z] ---> a6215f271958 [2022-10-25T20:08:52.852Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T20:08:52.852Z] ---> Using cache [2022-10-25T20:08:52.852Z] ---> 919bf60ee1b8 [2022-10-25T20:08:52.852Z] 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:52.852Z] ---> Using cache [2022-10-25T20:08:52.852Z] ---> 5230b9b0d89f [2022-10-25T20:08:52.852Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T20:08:52.852Z] ---> Running in 023ae303a3df [2022-10-25T20:08:52.852Z] Removing intermediate container 023ae303a3df [2022-10-25T20:08:52.852Z] ---> 1c8630e9d45d [2022-10-25T20:08:52.852Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:08:52.852Z] ---> Running in 3314ffdab7eb [2022-10-25T20:08:52.852Z] Removing intermediate container 3314ffdab7eb [2022-10-25T20:08:52.852Z] ---> 97a545ca0476 [2022-10-25T20:08:52.852Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:08:52.852Z] ---> ba0d2e36452b [2022-10-25T20:08:52.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T20:08:52.852Z] ---> 2c3aab4364e7 [2022-10-25T20:08:52.852Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T20:08:52.852Z] ---> 88dc4bf60f3e [2022-10-25T20:08:52.852Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T20:08:52.852Z] ---> Running in a6be5fe0e66b [2022-10-25T20:08:52.852Z] Removing intermediate container a6be5fe0e66b [2022-10-25T20:08:52.852Z] ---> 98d27fe5d1e0 [2022-10-25T20:08:52.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:08:52.852Z] ---> Running in 9d208146314b [2022-10-25T20:08:52.852Z] Removing intermediate container 9d208146314b [2022-10-25T20:08:52.852Z] ---> 5b6618938aed [2022-10-25T20:08:52.852Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:08:52.852Z] ---> Running in 162b2773b874 [2022-10-25T20:08:52.852Z] Removing intermediate container 162b2773b874 [2022-10-25T20:08:52.852Z] ---> 4a2eea56c7ea [2022-10-25T20:08:52.852Z] Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:08:52.852Z] ---> Running in 6096b5e3429c [2022-10-25T20:08:52.852Z] Removing intermediate container 6096b5e3429c [2022-10-25T20:08:52.852Z] ---> a6ca347eadf3 [2022-10-25T20:08:52.852Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:08:52.852Z] ---> Running in 00c534dc5a9a [2022-10-25T20:08:52.852Z] Removing intermediate container 00c534dc5a9a [2022-10-25T20:08:52.852Z] ---> 822ff326f4f3 [2022-10-25T20:08:52.852Z] [2022-10-25T20:08:52.852Z] Successfully built 822ff326f4f3 [2022-10-25T20:08:52.852Z] Successfully tagged support-scheduler-arm64:latest [2022-10-25T20:09:05.155Z]  Building support-scheduler ... done Removing intermediate container add777491267 [2022-10-25T20:09:05.155Z] ---> 02df84087a72 [2022-10-25T20:09:05.155Z] [2022-10-25T20:09:05.155Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T20:09:05.155Z] ---> a6215f271958 [2022-10-25T20:09:05.155Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T20:09:05.155Z] ---> Running in 45b98e4b6f81 [2022-10-25T20:09:06.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:06.112Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T20:09:07.522Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T20:09:07.522Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T20:09:07.522Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T20:09:07.522Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T20:09:07.791Z] OK: 6 MiB in 16 packages [2022-10-25T20:09:09.206Z] Removing intermediate container 45b98e4b6f81 [2022-10-25T20:09:09.206Z] ---> 8459fbe9e7f3 [2022-10-25T20:09:09.206Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T20:09:09.206Z] ---> Running in 0363d806e6cf [2022-10-25T20:09:09.473Z] Removing intermediate container 0363d806e6cf [2022-10-25T20:09:09.473Z] ---> e413029363f0 [2022-10-25T20:09:09.473Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T20:09:09.473Z] ---> Running in b6b14a047588 [2022-10-25T20:09:09.740Z] Removing intermediate container b6b14a047588 [2022-10-25T20:09:09.740Z] ---> 0727f21634c7 [2022-10-25T20:09:09.740Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T20:09:09.740Z] ---> Running in 58fe00b7ee80 [2022-10-25T20:09:10.009Z] Removing intermediate container 58fe00b7ee80 [2022-10-25T20:09:10.009Z] ---> daa14c24270b [2022-10-25T20:09:10.009Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T20:09:10.593Z] ---> 3c0cb5431a33 [2022-10-25T20:09:10.593Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T20:09:12.537Z] ---> c54d59581981 [2022-10-25T20:09:12.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T20:09:12.803Z] ---> d9c5841afd5d [2022-10-25T20:09:12.803Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T20:09:12.803Z] ---> Running in 4dd5c08b45c6 [2022-10-25T20:09:13.071Z] Removing intermediate container 4dd5c08b45c6 [2022-10-25T20:09:13.071Z] ---> 80536df6312a [2022-10-25T20:09:13.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T20:09:13.071Z] ---> Running in 1325dd729729 [2022-10-25T20:09:13.346Z] Removing intermediate container 1325dd729729 [2022-10-25T20:09:13.346Z] ---> ab3dadb36791 [2022-10-25T20:09:13.346Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T20:09:13.616Z] ---> Running in a9a3965bd6fd [2022-10-25T20:09:13.883Z] Removing intermediate container a9a3965bd6fd [2022-10-25T20:09:13.883Z] ---> 77dcb0ad2f34 [2022-10-25T20:09:13.883Z] Step 22/23 : LABEL git_sha=e3fd83b017e48ac562540e2794f14ff0097f9aa2 [2022-10-25T20:09:13.883Z] ---> Running in 153529ab8ac0 [2022-10-25T20:09:14.150Z] Removing intermediate container 153529ab8ac0 [2022-10-25T20:09:14.150Z] ---> 8d4cb0099807 [2022-10-25T20:09:14.150Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T20:09:14.150Z] ---> Running in 5853f13492ce [2022-10-25T20:09:14.731Z] Removing intermediate container 5853f13492ce [2022-10-25T20:09:14.731Z] ---> bcec6f44e52b [2022-10-25T20:09:14.731Z] [2022-10-25T20:09:14.731Z] Successfully built bcec6f44e52b [2022-10-25T20:09:14.731Z] Successfully tagged support-notifications-arm64:latest [2022-10-25T20:09:15.328Z]  Building support-notifications ... done  [Pipeline] } [2022-10-25T20:09:15.331Z] $ docker stop --time=1 0d2e4e79f147d5c77624e87900197b6f0b0b465bbdff684763cbdd298c84e92e [2022-10-25T20:09:17.077Z] $ docker rm -f 0d2e4e79f147d5c77624e87900197b6f0b0b465bbdff684763cbdd298c84e92e [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T20:09:17.672Z] + docker images [2022-10-25T20:09:17.939Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T20:09:17.939Z] support-notifications-arm64 latest bcec6f44e52b 3 seconds ago 29.5MB [2022-10-25T20:09:17.939Z] 02df84087a72 14 seconds ago 1.5GB [2022-10-25T20:09:17.939Z] support-scheduler-arm64 latest 822ff326f4f3 27 seconds ago 28.8MB [2022-10-25T20:09:17.939Z] 24fdfeec736e 35 seconds ago 1.5GB [2022-10-25T20:09:17.939Z] core-data-arm64 latest 7ea5bb4408d3 About a minute ago 20.9MB [2022-10-25T20:09:17.939Z] 80ea052a5cb5 About a minute ago 1.45GB [2022-10-25T20:09:17.939Z] security-spire-agent-arm64 latest e6a37c958305 3 minutes ago 122MB [2022-10-25T20:09:17.939Z] security-proxy-setup-arm64 latest 153b963e3691 4 minutes ago 26.7MB [2022-10-25T20:09:17.939Z] 376b32e98b18 4 minutes ago 1.43GB [2022-10-25T20:09:17.939Z] core-metadata-arm64 latest b98ef7b9a50f 4 minutes ago 17.7MB [2022-10-25T20:09:17.939Z] 75fcbfad37d5 4 minutes ago 1.44GB [2022-10-25T20:09:17.939Z] sys-mgmt-agent-arm64 latest d5164b89833e 8 minutes ago 133MB [2022-10-25T20:09:17.939Z] core-command-arm64 latest 89f46e4aa329 9 minutes ago 17MB [2022-10-25T20:09:17.939Z] 55afb3c2923b 9 minutes ago 1.44GB [2022-10-25T20:09:17.939Z] 0baefafcca03 10 minutes ago 1.42GB [2022-10-25T20:09:17.939Z] security-spiffe-token-provider-arm64 latest 9357cec033f3 11 minutes ago 28.8MB [2022-10-25T20:09:17.939Z] f09a4c614cd8 11 minutes ago 1.47GB [2022-10-25T20:09:17.939Z] security-bootstrapper-arm64 latest 033c2640478d 13 minutes ago 19.4MB [2022-10-25T20:09:17.939Z] security-secretstore-setup-arm64 latest 613a7a22050b 13 minutes ago 28.6MB [2022-10-25T20:09:17.939Z] 97d7f5aecc45 13 minutes ago 1.43GB [2022-10-25T20:09:17.939Z] d84aa199bfcf 14 minutes ago 1.43GB [2022-10-25T20:09:17.939Z] security-spire-server-arm64 latest e5afbe6c79d6 20 minutes ago 84.3MB [2022-10-25T20:09:17.939Z] security-spire-config-arm64 latest 72e8edd2b71a 20 minutes ago 83.6MB [2022-10-25T20:09:17.939Z] b3a7c1748b1d 20 minutes ago 1.31GB [2022-10-25T20:09:17.939Z] 19c96f8dfa37 20 minutes ago 1.31GB [2022-10-25T20:09:17.939Z] ci-base-image-arm64 latest b05bb4f92e6d 36 minutes ago 943MB [2022-10-25T20:09:17.939Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB [2022-10-25T20:09:17.939Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-25T20:09:17.939Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-25T20:09:17.939Z] 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:18.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:09:18.717Z] [2022-10-25T20:09:18.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:09:19.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:09:19.395Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T20:09:19.395Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T20:09:19.395Z] 04944245beec: Pulling fs layer [2022-10-25T20:09:19.395Z] 699f458cf7ca: Pulling fs layer [2022-10-25T20:09:19.395Z] 765212b225bb: Pulling fs layer [2022-10-25T20:09:19.395Z] f23df028b6ca: Pulling fs layer [2022-10-25T20:09:19.395Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T20:09:19.395Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T20:09:19.395Z] 765212b225bb: Waiting [2022-10-25T20:09:19.395Z] f23df028b6ca: Waiting [2022-10-25T20:09:19.395Z] d65c8cfc05b1: Waiting [2022-10-25T20:09:19.395Z] 2437ff75d9bd: Waiting [2022-10-25T20:09:19.395Z] 04944245beec: Verifying Checksum [2022-10-25T20:09:19.395Z] 04944245beec: Download complete [2022-10-25T20:09:19.395Z] 765212b225bb: Verifying Checksum [2022-10-25T20:09:19.395Z] 765212b225bb: Download complete [2022-10-25T20:09:19.664Z] f23df028b6ca: Download complete [2022-10-25T20:09:19.664Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T20:09:19.664Z] d65c8cfc05b1: Download complete [2022-10-25T20:09:19.664Z] 699f458cf7ca: Verifying Checksum [2022-10-25T20:09:19.664Z] 699f458cf7ca: Download complete [2022-10-25T20:09:20.256Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T20:09:20.256Z] 8998bd30e6a1: Download complete [2022-10-25T20:09:22.838Z] 2437ff75d9bd: Verifying Checksum [2022-10-25T20:09:22.838Z] 2437ff75d9bd: Download complete [2022-10-25T20:09:24.244Z] 8998bd30e6a1: Pull complete [2022-10-25T20:09:24.827Z] 04944245beec: Pull complete [2022-10-25T20:09:26.238Z] 699f458cf7ca: Pull complete [2022-10-25T20:09:26.505Z] 765212b225bb: Pull complete [2022-10-25T20:09:27.086Z] f23df028b6ca: Pull complete [2022-10-25T20:09:27.353Z] d65c8cfc05b1: Pull complete [2022-10-25T20:09:42.335Z] 2437ff75d9bd: Pull complete [2022-10-25T20:09:42.335Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T20:09:42.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T20:09:42.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:09:42.657Z] prd-ubuntu20.04-docker-arm64-4c-16g-116972 does not seem to be running inside a container [2022-10-25T20:09:42.708Z] $ 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:45.919Z] $ docker top 135d7ee1e1f033edd420130c08c865d8978e2e7927905520eea61b8eb34a6e34 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:09:46.880Z] ---> job-cost.sh [2022-10-25T20:09:46.880Z] lf-activate-venv: SKIPPING [2022-10-25T20:09:46.880Z] INFO: No Stack... [2022-10-25T20:09:47.463Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T20:09:48.044Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T20:09:48.705Z] + cut -d, -f6 [2022-10-25T20:09:48.705Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-10-25T20:09:48.794Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] [2022-10-25T20:09:48.798Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] did not exist. Created. [2022-10-25T20:09:48.799Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T20:09:49.535Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T20:09:49.741Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T20:09:49.758Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4218-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T20:09:49.825Z] $ docker stop --time=1 135d7ee1e1f033edd420130c08c865d8978e2e7927905520eea61b8eb34a6e34 [2022-10-25T20:09:51.356Z] $ docker rm -f 135d7ee1e1f033edd420130c08c865d8978e2e7927905520eea61b8eb34a6e34 [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:52.296Z] provisioning config files... [2022-10-25T20:09:52.303Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3169295211982925108tmp [Pipeline] { [Pipeline] sh [2022-10-25T20:09:52.642Z] + set +x [2022-10-25T20:09:52.642Z] + curl -s https://codecov.io/bash [2022-10-25T20:09:52.642Z] + bash -s -- [2022-10-25T20:09:52.642Z] [2022-10-25T20:09:52.642Z] _____ _ [2022-10-25T20:09:52.642Z] / ____| | | [2022-10-25T20:09:52.642Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T20:09:52.642Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T20:09:52.642Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T20:09:52.642Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T20:09:52.642Z] Bash-1.0.6 [2022-10-25T20:09:52.642Z] [2022-10-25T20:09:52.642Z] [2022-10-25T20:09:52.642Z] ==> git version 2.25.1 found [2022-10-25T20:09:52.642Z] ==> 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:52.642Z] Release-Date: 2020-01-08 [2022-10-25T20:09:52.642Z] 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:52.642Z] 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:52.642Z] ==> Jenkins CI detected. [2022-10-25T20:09:52.642Z] current dir:  /w/workspace/edgex-go/1 [2022-10-25T20:09:52.642Z] project root: . [2022-10-25T20:09:52.642Z] --> token set from env [2022-10-25T20:09:52.642Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T20:09:52.642Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T20:09:52.642Z] ==> Python coveragepy not found [2022-10-25T20:09:52.642Z] ==> Searching for coverage reports in: [2022-10-25T20:09:52.642Z] + . [2022-10-25T20:09:52.642Z] -> Found 1 reports [2022-10-25T20:09:52.642Z] ==> Detecting git/mercurial file structure [2022-10-25T20:09:52.642Z] ==> Reading reports [2022-10-25T20:09:52.642Z] + ./coverage.out bytes=501828 [2022-10-25T20:09:52.642Z] ==> Appending adjustments [2022-10-25T20:09:52.642Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T20:09:54.015Z] + Found adjustments [2022-10-25T20:09:54.015Z] ==> Gzipping contents [2022-10-25T20:09:54.015Z] 64K /tmp/codecov.OWqXVY.gz [2022-10-25T20:09:54.015Z] ==> Uploading reports [2022-10-25T20:09:54.015Z] url: https://codecov.io [2022-10-25T20:09:54.015Z] query: branch=PR-4218&commit=e3fd83b017e48ac562540e2794f14ff0097f9aa2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4218&job=&cmd_args= [2022-10-25T20:09:54.015Z] -> Pinging Codecov [2022-10-25T20:09:54.015Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4218&commit=e3fd83b017e48ac562540e2794f14ff0097f9aa2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4218%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4218&job=&cmd_args= [2022-10-25T20:09:54.273Z] -> Uploading to [2022-10-25T20:09:54.273Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/e3fd83b017e48ac562540e2794f14ff0097f9aa2/8b430cc9-ba48-47e6-97da-87d5c392c64c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T200954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab85103fc420738972ee1ddb0f31a22b9d91ed1947868c5de64b00a78d58b070 [2022-10-25T20:09:54.273Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T20:09:54.273Z] Dload Upload Total Spent Left Speed [2022-10-25T20:09:54.838Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65402 0 0 100 65402 0 159k --:--:-- --:--:-- --:--:-- 158k 100 65402 0 0 100 65402 0 159k --:--:-- --:--:-- --:--:-- 158k [2022-10-25T20:09:54.838Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e3fd83b017e48ac562540e2794f14ff0097f9aa2 [Pipeline] } [2022-10-25T20:09:54.864Z] 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:56.109Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:09:56.432Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:09:57.322Z] ---> package-listing.sh [2022-10-25T20:09:57.322Z] ++ facter osfamily [2022-10-25T20:09:57.322Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T20:09:57.580Z] + OS_FAMILY=debian [2022-10-25T20:09:57.580Z] + workspace=/w/workspace/edgex-go/1 [2022-10-25T20:09:57.580Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T20:09:57.580Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T20:09:57.580Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T20:09:57.580Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T20:09:57.580Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T20:09:57.580Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T20:09:57.580Z] + case "${OS_FAMILY}" in [2022-10-25T20:09:57.580Z] + dpkg -l [2022-10-25T20:09:57.580Z] + grep '^ii' [2022-10-25T20:09:57.580Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T20:09:57.580Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T20:09:57.580Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T20:09:57.580Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T20:09:57.580Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-25T20:09:57.580Z] + 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:57.614Z] 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:57.906Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:09:58.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:09:58.526Z] [2022-10-25T20:09:58.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T20:09:58.901Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:09:58.901Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-25T20:09:58.901Z] 5eb5b503b376: Pulling fs layer [2022-10-25T20:09:58.901Z] 5c69ac0246d0: Pulling fs layer [2022-10-25T20:09:58.901Z] ec43610c2a17: Pulling fs layer [2022-10-25T20:09:58.901Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-25T20:09:58.901Z] 33b1e0a273af: Pulling fs layer [2022-10-25T20:09:58.901Z] 5d3b04190fa2: Pulling fs layer [2022-10-25T20:09:58.901Z] 2f39f015ded8: Pulling fs layer [2022-10-25T20:09:58.901Z] 3a2ae6a8a46f: Waiting [2022-10-25T20:09:58.901Z] 33b1e0a273af: Waiting [2022-10-25T20:09:58.901Z] 5d3b04190fa2: Waiting [2022-10-25T20:09:58.901Z] 2f39f015ded8: Waiting [2022-10-25T20:09:58.901Z] 5c69ac0246d0: Verifying Checksum [2022-10-25T20:09:58.901Z] 5c69ac0246d0: Download complete [2022-10-25T20:09:58.901Z] 3a2ae6a8a46f: Download complete [2022-10-25T20:09:58.901Z] 33b1e0a273af: Download complete [2022-10-25T20:09:59.159Z] ec43610c2a17: Verifying Checksum [2022-10-25T20:09:59.159Z] ec43610c2a17: Download complete [2022-10-25T20:09:59.159Z] 5d3b04190fa2: Download complete [2022-10-25T20:09:59.159Z] 5eb5b503b376: Verifying Checksum [2022-10-25T20:09:59.159Z] 5eb5b503b376: Download complete [2022-10-25T20:09:59.724Z] 2f39f015ded8: Download complete [2022-10-25T20:10:00.289Z] 5eb5b503b376: Pull complete [2022-10-25T20:10:00.289Z] 5c69ac0246d0: Pull complete [2022-10-25T20:10:00.856Z] ec43610c2a17: Pull complete [2022-10-25T20:10:00.856Z] 3a2ae6a8a46f: Pull complete [2022-10-25T20:10:01.113Z] 33b1e0a273af: Pull complete [2022-10-25T20:10:01.113Z] 5d3b04190fa2: Pull complete [2022-10-25T20:10:05.295Z] 2f39f015ded8: Pull complete [2022-10-25T20:10:05.295Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-25T20:10:05.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T20:10:05.295Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T20:10:05.506Z] prd-ubuntu20.04-docker-8c-8g-116959 does not seem to be running inside a container [2022-10-25T20:10:05.570Z] $ 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:10:07.284Z] $ docker top 3a349e4d095cccfc470eb387184107391ab3802cfe29401942c732853a77cef7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T20:10:07.626Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T20:10:07.934Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T20:10:08.243Z] + ls /var/log/sa-host [2022-10-25T20:10:08.243Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T20:10:08.389Z] provisioning config files... [2022-10-25T20:10:08.395Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10599840034168817145tmp [Pipeline] { [Pipeline] echo [2022-10-25T20:10:08.456Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:08.771Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T20:10:08.798Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:09.208Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T20:10:09.240Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:09.550Z] ---> sudo-logs.sh [2022-10-25T20:10:09.550Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T20:10:09.633Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:09.944Z] ---> job-cost.sh [2022-10-25T20:10:09.944Z] lf-activate-venv: SKIPPING [2022-10-25T20:10:09.944Z] DEBUG: total: 0.10999999940395355 [2022-10-25T20:10:09.944Z] INFO: Retrieving Stack Cost... [2022-10-25T20:10:10.203Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T20:10:10.771Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T20:10:10.808Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T20:10:11.120Z] ---> logs-deploy.sh [2022-10-25T20:10:11.121Z] lf-activate-venv: SKIPPING [2022-10-25T20:10:11.121Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4218/1 [2022-10-25T20:10:11.121Z] INFO: archiving workspace using pattern(s): [2022-10-25T20:10:12.059Z] Archives upload complete. [2022-10-25T20:10:12.059Z] INFO: archiving logs to Nexus