Pull request #4198 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b97225742986876752bd5478ed6b20094de16332+94de8279f1604c89df62fc83d002adc71586ac90 (ec4c705b7592f29b9322a1a73287e2a2e4a326a9) 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-ssh14505191104613368112.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-ssh11024690388603308532.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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-4198/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-4198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15545268707004003846.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-4198/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12924831346887268605.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 bd7468d5528128c83034753e4c3def8ef9af3f2d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f bd7468d5528128c83034753e4c3def8ef9af3f2d # timeout=10 Commit message: "Merge pull request #410 from ernestojeda/changes-for-dind-test" > 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-ssh14207970572537613185.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-4198/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-4198/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1583208104618864457.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 bd7468d5528128c83034753e4c3def8ef9af3f2d 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7767 in /w/workspace/edgexfoundry_edgex-go_PR-4198 [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/4198/head:refs/remotes/origin/PR-4198 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 94de8279f1604c89df62fc83d002adc71586ac90 into PR head commit b97225742986876752bd5478ed6b20094de16332 Merge succeeded, producing b97225742986876752bd5478ed6b20094de16332 Checking out Revision b97225742986876752bd5478ed6b20094de16332 (PR-4198) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-12T19:08:39.052Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-12T19:08:39.195Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-12T19:08:39.282Z] ========================================================= [2022-10-12T19:08:39.282Z] EdgeX Global Pipelines Version Info [2022-10-12T19:08:39.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f b97225742986876752bd5478ed6b20094de16332 # 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 94de8279f1604c89df62fc83d002adc71586ac90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b97225742986876752bd5478ed6b20094de16332 # timeout=10 [2022-10-12T19:08:40.021Z] ------------------- [2022-10-12T19:08:40.021Z] stable info: [2022-10-12T19:08:40.021Z] ------------------- [2022-10-12T19:08:40.021Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-12T19:08:40.021Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-12T19:08:40.021Z] Message: update stable to v1.0.239 [2022-10-12T19:08:40.592Z] ------------------- [2022-10-12T19:08:40.592Z] experimental info: [2022-10-12T19:08:40.592Z] ------------------- [2022-10-12T19:08:40.592Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-12T19:08:40.592Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-12T19:08:40.592Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-12T19:08:40.868Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-12T19:08:40.908Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-12T19:08:40.947Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-12T19:08:40.986Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-12T19:08:41.030Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-12T19:08:41.064Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-12T19:08:41.098Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-12T19:08:41.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-12T19:08:41.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-12T19:08:41.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-12T19:08:41.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-12T19:08:41.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-12T19:08:41.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-12T19:08:41.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-12T19:08:41.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-12T19:08:41.422Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-12T19:08:41.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-12T19:08:41.493Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-12T19:08:41.526Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-12T19:08:41.563Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-12T19:08:41.608Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-12T19:08:41.652Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-12T19:08:41.697Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-12T19:08:41.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4198 [Pipeline] echo [2022-10-12T19:08:41.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4198 [Pipeline] echo [2022-10-12T19:08:41.811Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4198 [Pipeline] echo [2022-10-12T19:08:41.847Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b97225742986876752bd5478ed6b20094de16332 [Pipeline] echo [2022-10-12T19:08:41.884Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b972257 [Pipeline] echo [2022-10-12T19:08:41.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T19:08:42.026Z] provisioning config files... [2022-10-12T19:08:42.042Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15704529371350651294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:08:42.380Z] ---> docker-login.sh [2022-10-12T19:08:42.381Z] nexus3.edgexfoundry.org:10001 [2022-10-12T19:08:42.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:08:42.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:08:42.642Z] Configure a credential helper to remove this warning. See [2022-10-12T19:08:42.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:08:42.642Z] [2022-10-12T19:08:42.642Z] Login Succeeded [2022-10-12T19:08:42.642Z] nexus3.edgexfoundry.org:10002 [2022-10-12T19:08:42.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:08:42.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:08:42.905Z] Configure a credential helper to remove this warning. See [2022-10-12T19:08:42.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:08:42.905Z] [2022-10-12T19:08:42.905Z] Login Succeeded [2022-10-12T19:08:42.905Z] nexus3.edgexfoundry.org:10003 [2022-10-12T19:08:42.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:08:42.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:08:42.905Z] Configure a credential helper to remove this warning. See [2022-10-12T19:08:42.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:08:42.905Z] [2022-10-12T19:08:42.905Z] Login Succeeded [2022-10-12T19:08:42.905Z] nexus3.edgexfoundry.org:10004 [2022-10-12T19:08:43.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:08:43.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:08:43.177Z] Configure a credential helper to remove this warning. See [2022-10-12T19:08:43.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:08:43.177Z] [2022-10-12T19:08:43.177Z] Login Succeeded [2022-10-12T19:08:43.177Z] docker.io [2022-10-12T19:08:43.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:08:43.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:08:43.437Z] Configure a credential helper to remove this warning. See [2022-10-12T19:08:43.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:08:43.437Z] [2022-10-12T19:08:43.437Z] Login Succeeded [2022-10-12T19:08:43.437Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T19:08:43.466Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-12T19:08:43.887Z] + 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-12T19:08:43.887Z] + dirname cmd/core-command/Dockerfile [2022-10-12T19:08:43.887Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/core-data/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/core-metadata/Dockerfile+ [2022-10-12T19:08:43.888Z] cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-12T19:08:43.888Z] + + dirname cmd/security-secretstore-setup/Dockerfilecut [2022-10-12T19:08:43.888Z] -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-12T19:08:43.888Z] + + dirname cmd/security-spire-config/Dockerfile [2022-10-12T19:08:43.888Z] cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-12T19:08:43.888Z] + dirname cmd/support-notifications/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-12T19:08:43.888Z] + + dirname cmd/support-scheduler/Dockerfile [2022-10-12T19:08:43.888Z] cut -d/ -f2 [2022-10-12T19:08:43.888Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-12T19:08:43.888Z] + cut -d/ -f2 [2022-10-12T19:08:43.888Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-12T19:08:43.888Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-12T19:08:43.940Z] 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-12T19:08:44.444Z] + git rev-list -1 --merges b97225742986876752bd5478ed6b20094de16332~1..b97225742986876752bd5478ed6b20094de16332 [Pipeline] echo [2022-10-12T19:08:44.475Z] -----------> git rev-list -1 --merges b97225742986876752bd5478ed6b20094de16332~1..b97225742986876752bd5478ed6b20094de16332 b97225742986876752bd5478ed6b20094de16332 [false] [Pipeline] sh [2022-10-12T19:08:44.787Z] + git log --format=format:%s -1 b97225742986876752bd5478ed6b20094de16332 [Pipeline] echo [2022-10-12T19:08:44.821Z] ========================================================= [2022-10-12T19:08:44.821Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-12T19:08:44.821Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-12T19:08:45.294Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-12T19:08:45.294Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-12T19:08:45.294Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-12T19:08:45.294Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-12T19:08:45.294Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-10-12T19:08:45.294Z] -a /etc/ssh/ssh_known_hosts [2022-10-12T19:08:45.294Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:08:45.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T19:08:45.791Z] [2022-10-12T19:08:45.791Z] 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-12T19:08:46.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T19:08:46.162Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-12T19:08:46.162Z] b85a868b505f: Pulling fs layer [2022-10-12T19:08:46.162Z] e2be974225ed: Pulling fs layer [2022-10-12T19:08:46.162Z] 339a4e72a1f5: Pulling fs layer [2022-10-12T19:08:46.162Z] 988bab9f4d93: Pulling fs layer [2022-10-12T19:08:46.162Z] 1469e6f7b9e6: Pulling fs layer [2022-10-12T19:08:46.162Z] eaf3925da568: Pulling fs layer [2022-10-12T19:08:46.162Z] bab4dde63d76: Pulling fs layer [2022-10-12T19:08:46.162Z] bde34c3a00c8: Pulling fs layer [2022-10-12T19:08:46.162Z] b352a97aabf1: Pulling fs layer [2022-10-12T19:08:46.162Z] 4872d77fe225: Pulling fs layer [2022-10-12T19:08:46.162Z] 5851b861e8e6: Pulling fs layer [2022-10-12T19:08:46.162Z] 988bab9f4d93: Waiting [2022-10-12T19:08:46.162Z] 1469e6f7b9e6: Waiting [2022-10-12T19:08:46.162Z] b352a97aabf1: Waiting [2022-10-12T19:08:46.162Z] eaf3925da568: Waiting [2022-10-12T19:08:46.162Z] bab4dde63d76: Waiting [2022-10-12T19:08:46.162Z] 4872d77fe225: Waiting [2022-10-12T19:08:46.162Z] bde34c3a00c8: Waiting [2022-10-12T19:08:46.162Z] 5851b861e8e6: Waiting [2022-10-12T19:08:46.162Z] e2be974225ed: Verifying Checksum [2022-10-12T19:08:46.162Z] e2be974225ed: Download complete [2022-10-12T19:08:46.162Z] 988bab9f4d93: Verifying Checksum [2022-10-12T19:08:46.162Z] 988bab9f4d93: Download complete [2022-10-12T19:08:46.422Z] 1469e6f7b9e6: Verifying Checksum [2022-10-12T19:08:46.422Z] 1469e6f7b9e6: Download complete [2022-10-12T19:08:46.422Z] eaf3925da568: Verifying Checksum [2022-10-12T19:08:46.422Z] eaf3925da568: Download complete [2022-10-12T19:08:46.422Z] 339a4e72a1f5: Verifying Checksum [2022-10-12T19:08:46.422Z] 339a4e72a1f5: Download complete [2022-10-12T19:08:46.422Z] bde34c3a00c8: Download complete [2022-10-12T19:08:46.422Z] b352a97aabf1: Download complete [2022-10-12T19:08:46.422Z] 4872d77fe225: Verifying Checksum [2022-10-12T19:08:46.422Z] 4872d77fe225: Download complete [2022-10-12T19:08:46.422Z] 5851b861e8e6: Verifying Checksum [2022-10-12T19:08:46.422Z] 5851b861e8e6: Download complete [2022-10-12T19:08:46.422Z] b85a868b505f: Download complete [2022-10-12T19:08:46.680Z] bab4dde63d76: Verifying Checksum [2022-10-12T19:08:46.680Z] bab4dde63d76: Download complete [2022-10-12T19:08:47.620Z] b85a868b505f: Pull complete [2022-10-12T19:08:47.879Z] e2be974225ed: Pull complete [2022-10-12T19:08:48.448Z] 339a4e72a1f5: Pull complete [2022-10-12T19:08:48.448Z] 988bab9f4d93: Pull complete [2022-10-12T19:08:48.708Z] 1469e6f7b9e6: Pull complete [2022-10-12T19:08:48.708Z] eaf3925da568: Pull complete [2022-10-12T19:08:50.610Z] bab4dde63d76: Pull complete [2022-10-12T19:08:50.610Z] bde34c3a00c8: Pull complete [2022-10-12T19:08:50.869Z] b352a97aabf1: Pull complete [2022-10-12T19:08:50.869Z] 4872d77fe225: Pull complete [2022-10-12T19:08:50.869Z] 5851b861e8e6: Pull complete [2022-10-12T19:08:51.128Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-12T19:08:51.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-12T19:08:51.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:08:51.334Z] prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container [2022-10-12T19:08:51.367Z] $ 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-12T19:08:52.977Z] $ docker top 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f -eo pid,comm [2022-10-12T19:08:53.036Z] 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-12T19:08:53.036Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-12T19:08:53.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-12T19:08:53.153Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-12T19:08:53.280Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-12T19:08:53.280Z] $ docker exec 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent [2022-10-12T19:08:53.386Z] SSH_AUTH_SOCK=/tmp/ssh-URNAf1C7Ns6N/agent.32 [2022-10-12T19:08:53.386Z] SSH_AGENT_PID=38 [2022-10-12T19:08:53.393Z] Running ssh-add (command line suppressed) [2022-10-12T19:08:53.507Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9171922561970205838.key (/w/workspace/edgex-go/1@tmp/private_key_9171922561970205838.key) [2022-10-12T19:08:53.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-12T19:08:53.858Z] + git tag --points-at HEAD [Pipeline] } [2022-10-12T19:08:53.882Z] $ docker exec --env ******** --env ******** 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent -k [2022-10-12T19:08:53.978Z] unset SSH_AUTH_SOCK; [2022-10-12T19:08:53.979Z] unset SSH_AGENT_PID; [2022-10-12T19:08:53.979Z] echo Agent pid 38 killed; [2022-10-12T19:08:53.991Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-12T19:08:54.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-12T19:08:54.076Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-12T19:08:54.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-12T19:08:54.197Z] $ docker exec 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent [2022-10-12T19:08:54.314Z] SSH_AUTH_SOCK=/tmp/ssh-VIRaJeXgLXJw/agent.70 [2022-10-12T19:08:54.314Z] SSH_AGENT_PID=76 [2022-10-12T19:08:54.319Z] Running ssh-add (command line suppressed) [2022-10-12T19:08:54.422Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10958869349906772113.key (/w/workspace/edgex-go/1@tmp/private_key_10958869349906772113.key) [2022-10-12T19:08:54.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-12T19:08:54.764Z] + git semver init [2022-10-12T19:08:55.024Z] 2022-10-12 19:08:54,947 [run_init] DEBUG init version:0.0.0 force:False [2022-10-12T19:08:55.024Z] 2022-10-12 19:08:54,948 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-12T19:08:55.024Z] 2022-10-12 19:08:54,948 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-12T19:08:55.025Z] 2022-10-12 19:08:54,949 [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-12T19:09:00.319Z] 2022-10-12 19:08:59,348 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,348 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4198 with force:False [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,348 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4198 [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,352 [execute] INFO git cat-file --batch-check [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,359 [execute] INFO git cat-file --batch [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,359 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-12T19:09:00.319Z] 2022-10-12 19:08:59,365 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4198 [2022-10-12T19:09:00.319Z] 0.0.0 [Pipeline] } [2022-10-12T19:09:00.344Z] $ docker exec --env ******** --env ******** 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f ssh-agent -k [2022-10-12T19:09:00.441Z] unset SSH_AUTH_SOCK; [2022-10-12T19:09:00.441Z] unset SSH_AGENT_PID; [2022-10-12T19:09:00.442Z] echo Agent pid 76 killed; [2022-10-12T19:09:00.453Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-12T19:09:00.873Z] + git semver [Pipeline] } [2022-10-12T19:09:01.158Z] $ docker stop --time=1 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f [2022-10-12T19:09:02.487Z] $ docker rm -f 49efde9ebe9fd38381ee922c190f9fab33e5bbc3233d4733b224fe71e15a5b7f [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T19:09:02.904Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-12T19:09:03.145Z] Stashed 1 file(s) [Pipeline] echo [2022-10-12T19:09:03.161Z] [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-12T19:09:03.931Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-12T19:09:03.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T19:09:04.004Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T19:09:04.034Z] ========================================================= [2022-10-12T19:09:04.034Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-12T19:09:04.034Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-12T19:09:04.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-12T19:09:04.376Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-12T19:09:04.376Z] 213ec9aee27d: Pulling fs layer [2022-10-12T19:09:04.376Z] 4583459ba037: Pulling fs layer [2022-10-12T19:09:04.376Z] 93c1e223e6f2: Pulling fs layer [2022-10-12T19:09:04.376Z] 53926ce57604: Pulling fs layer [2022-10-12T19:09:04.376Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-12T19:09:04.376Z] 30f14e443154: Pulling fs layer [2022-10-12T19:09:04.376Z] 801331c1e519: Pulling fs layer [2022-10-12T19:09:04.376Z] 99cc6dd402b0: Pulling fs layer [2022-10-12T19:09:04.376Z] 7d9ed39f4882: Pulling fs layer [2022-10-12T19:09:04.376Z] 21b2b0c7a3f4: Waiting [2022-10-12T19:09:04.376Z] 30f14e443154: Waiting [2022-10-12T19:09:04.376Z] 801331c1e519: Waiting [2022-10-12T19:09:04.376Z] 99cc6dd402b0: Waiting [2022-10-12T19:09:04.376Z] 7d9ed39f4882: Waiting [2022-10-12T19:09:04.376Z] 53926ce57604: Waiting [2022-10-12T19:09:04.376Z] 93c1e223e6f2: Verifying Checksum [2022-10-12T19:09:04.376Z] 93c1e223e6f2: Download complete [2022-10-12T19:09:04.376Z] 4583459ba037: Verifying Checksum [2022-10-12T19:09:04.376Z] 4583459ba037: Download complete [2022-10-12T19:09:04.376Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-12T19:09:04.376Z] 21b2b0c7a3f4: Download complete [2022-10-12T19:09:04.376Z] 30f14e443154: Download complete [2022-10-12T19:09:04.376Z] 213ec9aee27d: Verifying Checksum [2022-10-12T19:09:04.376Z] 213ec9aee27d: Download complete [2022-10-12T19:09:04.376Z] 801331c1e519: Download complete [2022-10-12T19:09:04.636Z] 213ec9aee27d: Pull complete [2022-10-12T19:09:04.636Z] 4583459ba037: Pull complete [2022-10-12T19:09:04.894Z] 93c1e223e6f2: Pull complete [2022-10-12T19:09:04.894Z] 7d9ed39f4882: Verifying Checksum [2022-10-12T19:09:04.894Z] 7d9ed39f4882: Download complete [2022-10-12T19:09:05.462Z] 53926ce57604: Verifying Checksum [2022-10-12T19:09:05.462Z] 53926ce57604: Download complete [2022-10-12T19:09:05.462Z] 99cc6dd402b0: Verifying Checksum [2022-10-12T19:09:05.462Z] 99cc6dd402b0: Download complete [2022-10-12T19:09:09.649Z] 53926ce57604: Pull complete [2022-10-12T19:09:09.649Z] 21b2b0c7a3f4: Pull complete [2022-10-12T19:09:09.649Z] 30f14e443154: Pull complete [2022-10-12T19:09:09.649Z] 801331c1e519: Pull complete [2022-10-12T19:09:11.551Z] 99cc6dd402b0: Pull complete [2022-10-12T19:09:12.118Z] 7d9ed39f4882: Pull complete [2022-10-12T19:09:12.118Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-12T19:09:12.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-12T19:09:12.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-12T19:09:12.473Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-12T19:09:12.473Z] WORKDIR /edgex [2022-10-12T19:09:12.473Z] COPY go.mod . [2022-10-12T19:09:12.473Z] RUN go mod download [2022-10-12T19:09:12.473Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-12T19:09:13.040Z] Sending build context to Docker daemon 169.6MB [2022-10-12T19:09:13.040Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-12T19:09:13.040Z] ---> 1dedd983c030 [2022-10-12T19:09:13.040Z] Step 2/4 : WORKDIR /edgex [2022-10-12T19:09:14.944Z] ---> Running in 44e2c97de308 [2022-10-12T19:09:15.207Z] Removing intermediate container 44e2c97de308 [2022-10-12T19:09:15.207Z] ---> 9c9d85b6ab2d [2022-10-12T19:09:15.207Z] Step 3/4 : COPY go.mod . [2022-10-12T19:09:15.207Z] ---> 696c61d3f741 [2022-10-12T19:09:15.207Z] Step 4/4 : RUN go mod download [2022-10-12T19:09:15.467Z] ---> Running in 421bc678100b [2022-10-12T19:09:18.470Z] Still waiting to schedule task [2022-10-12T19:09:18.470Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-12T19:09:27.692Z] Removing intermediate container 421bc678100b [2022-10-12T19:09:27.692Z] ---> 96de6d249a7d [2022-10-12T19:09:27.692Z] Successfully built 96de6d249a7d [2022-10-12T19:09:27.952Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:09:28.322Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-12T19:09:28.322Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:09:28.459Z] prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container [2022-10-12T19:09:28.492Z] $ 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-12T19:09:28.898Z] $ docker top c4eb1b1974949ee332bc0bb5c0d8e34f90c54ebe6478ab73acdd2f294facf5dd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T19:09:29.297Z] + go version [2022-10-12T19:09:29.298Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-12T19:09:29.334Z] $ docker stop --time=1 c4eb1b1974949ee332bc0bb5c0d8e34f90c54ebe6478ab73acdd2f294facf5dd [2022-10-12T19:09:30.649Z] $ docker rm -f c4eb1b1974949ee332bc0bb5c0d8e34f90c54ebe6478ab73acdd2f294facf5dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:09:31.374Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-12T19:09:31.374Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:09:31.502Z] prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container [2022-10-12T19:09:31.538Z] $ 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-12T19:09:31.938Z] $ docker top cefce89463c24efb00984c6c3967e11fbf75a67bee5d415cc356f38d4ad0400a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-12T19:09:32.051Z] ========================================================= [2022-10-12T19:09:32.051Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-12T19:09:32.051Z] ========================================================= [Pipeline] sh [2022-10-12T19:09:32.344Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-12T19:09:32.696Z] + make test [2022-10-12T19:09:32.696Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-12T19:09:39.266Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-12T19:09:54.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-12T19:09:55.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.074s coverage: 28.7% of statements [2022-10-12T19:09:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-12T19:09:55.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-12T19:09:55.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.142s coverage: 98.5% of statements [2022-10-12T19:09:55.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.092s coverage: 41.3% of statements [2022-10-12T19:09:55.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-12T19:09:55.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-12T19:09:55.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.106s coverage: 54.2% of statements [2022-10-12T19:09:55.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-12T19:09:55.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-12T19:09:59.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.670s coverage: 89.2% of statements [2022-10-12T19:09:59.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-12T19:09:59.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-12T19:09:59.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:09:59.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-12T19:09:59.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.091s coverage: 2.2% of statements [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.478s coverage: 95.6% of statements [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.076s coverage: 72.2% of statements [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.099s coverage: 60.0% of statements [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements [2022-10-12T19:09:59.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2022-10-12T19:09:59.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2022-10-12T19:10:07.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.073s coverage: 94.4% of statements [2022-10-12T19:10:07.904Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2022-10-12T19:10:11.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.235s coverage: 80.5% of statements [2022-10-12T19:10:11.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-12T19:10:19.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.102s coverage: 92.9% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 65.1% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.083s coverage: 86.9% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 58.8% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.0% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.2% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 64.7% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 89.4% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 65.8% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.192s coverage: 41.8% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.076s coverage: 89.5% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.172s coverage: 92.3% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 63.2% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.115s coverage: 97.7% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.063s coverage: 28.9% of statements [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-12T19:10:19.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2022-10-12T19:10:19.316Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 96.9% of statements [2022-10-12T19:10:19.316Z] 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-12T19:10:37.520Z] 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-12T19:10:37.520Z] GO111MODULE=on go vet ./... [2022-10-12T19:10:41.710Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-12T19:10:41.710Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-12T19:10:41.710Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-12T19:10:41.750Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-12T19:10:42.060Z] + ls -al . [2022-10-12T19:10:42.060Z] total 760 [2022-10-12T19:10:42.060Z] drwxrwxr-x 11 1001 1001 4096 Oct 12 19:09 . [2022-10-12T19:10:42.060Z] drwxr-xr-x 4 root root 4096 Oct 12 19:09 .. [2022-10-12T19:10:42.060Z] drwxrwxr-x 2 1001 1001 4096 Oct 12 19:08 .blubracket [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 16 Oct 12 19:08 .dockerignore [2022-10-12T19:10:42.060Z] drwxrwxr-x 8 1001 1001 4096 Oct 12 19:10 .git [2022-10-12T19:10:42.060Z] drwxrwxr-x 3 1001 1001 4096 Oct 12 19:08 .github [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 1030 Oct 12 19:08 .gitignore [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 42 Oct 12 19:08 .golangci.yml [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 87 Oct 12 19:08 .hadolint.yml [2022-10-12T19:10:42.060Z] drwxr-xr-x 3 1001 1001 4096 Oct 12 19:08 .semver [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 166 Oct 12 19:08 .sonarcloud.properties [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 1171 Oct 12 19:08 ADOPTERS.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 10722 Oct 12 19:08 Attribution.txt [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 63209 Oct 12 19:08 CHANGELOG.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 3804 Oct 12 19:08 CONTRIBUTING.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 677 Oct 12 19:08 GOVERNANCE.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 850 Oct 12 19:08 Jenkinsfile [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 10775 Oct 12 19:08 LICENSE [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 13857 Oct 12 19:08 Makefile [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 582 Oct 12 19:08 OWNERS.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 9799 Oct 12 19:08 README.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 6912 Oct 12 19:08 SECURITY.md [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 5 Oct 12 19:09 VERSION [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 4131 Oct 12 19:08 ZMQWindows.md [2022-10-12T19:10:42.060Z] drwxrwxr-x 2 1001 1001 4096 Oct 12 19:08 bin [2022-10-12T19:10:42.060Z] drwxrwxr-x 18 1001 1001 4096 Oct 12 19:08 cmd [2022-10-12T19:10:42.060Z] -rw-r--r-- 1 root root 502375 Oct 12 19:10 coverage.out [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 3458 Oct 12 19:08 go.mod [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 38041 Oct 12 19:08 go.sum [2022-10-12T19:10:42.060Z] drwxrwxr-x 8 1001 1001 4096 Oct 12 19:08 internal [2022-10-12T19:10:42.060Z] drwxrwxr-x 3 1001 1001 4096 Oct 12 19:08 openapi [2022-10-12T19:10:42.060Z] drwxrwxr-x 4 1001 1001 4096 Oct 12 19:08 snap [2022-10-12T19:10:42.060Z] -rw-rw-r-- 1 1001 1001 204 Oct 12 19:08 version.go [Pipeline] sh [2022-10-12T19:10:42.368Z] + '[' -e coverage.out ] [2022-10-12T19:10:42.368Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-12T19:10:42.490Z] Stashed 1 file(s) [Pipeline] sh [2022-10-12T19:10:42.783Z] + make build [2022-10-12T19:10:42.783Z] 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-12T19:10:46.044Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7768 in /w/workspace/edgexfoundry_edgex-go_PR-4198 [Pipeline] { [Pipeline] ws [2022-10-12T19:10:46.079Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-12T19:10:46.151Z] The recommended git tool is: git [2022-10-12T19:10:51.086Z] using credential edgex-jenkins-ssh [2022-10-12T19:10:51.101Z] Cloning the remote Git repository [2022-10-12T19:10:51.138Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-12T19:10:51.215Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-12T19:10:51.369Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-12T19:10:51.370Z] > git --version # timeout=10 [2022-10-12T19:10:51.392Z] > git --version # 'git version 2.25.1' [2022-10-12T19:10:51.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T19:10:51.439Z] Verifying host key using known hosts file [2022-10-12T19:10:51.632Z] 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-12T19:10:51.649Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-12T19:10:57.669Z] 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-12T19:11:07.640Z] 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-12T19:11:07.900Z] 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-12T19:11:09.970Z] Merging remotes/origin/main commit 94de8279f1604c89df62fc83d002adc71586ac90 into PR head commit b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:11:08.410Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-12T19:11:08.429Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-12T19:11:09.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-12T19:11:09.242Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-12T19:11:09.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T19:11:09.248Z] Verifying host key using known hosts file [2022-10-12T19:11:09.255Z] 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-12T19:11:09.266Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4198/head:refs/remotes/origin/PR-4198 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-12T19:11:09.986Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T19:11:10.001Z] > git checkout -f b97225742986876752bd5478ed6b20094de16332 # timeout=10 [2022-10-12T19:11:10.252Z] > git remote # timeout=10 [2022-10-12T19:11:10.269Z] > git config --get remote.origin.url # timeout=10 [2022-10-12T19:11:10.359Z] Merge succeeded, producing b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:11:10.360Z] Checking out Revision b97225742986876752bd5478ed6b20094de16332 (PR-4198) [2022-10-12T19:11:11.011Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-10-12T19:11:11.057Z] > git --version # timeout=10 [2022-10-12T19:11:11.070Z] > git --version # 'git version 2.25.1' [2022-10-12T19:11:11.093Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-12T19:11:12.172Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-12T19:11:12.172Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-12T19:11:12.172Z] Dload Upload Total Spent Left Speed [2022-10-12T19:11:12.172Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 77790 0 --:--:-- --:--:-- --:--:-- 78273 [2022-10-12T19:11:10.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-12T19:11:10.299Z] Verifying host key using known hosts file [2022-10-12T19:11:10.304Z] 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-12T19:11:10.316Z] > git merge 94de8279f1604c89df62fc83d002adc71586ac90 # timeout=10 [2022-10-12T19:11:10.339Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-12T19:11:10.364Z] > git config core.sparsecheckout # timeout=10 [2022-10-12T19:11:10.377Z] > git checkout -f b97225742986876752bd5478ed6b20094de16332 # timeout=10 [Pipeline] sh [2022-10-12T19:11:12.788Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-12T19:11:13.136Z] + sudo tee /etc/docker/daemon.new [2022-10-12T19:11:13.137Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-12T19:11:13.137Z] { [2022-10-12T19:11:13.137Z] "registry-mirrors": [ [2022-10-12T19:11:13.137Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-12T19:11:13.137Z] ], [2022-10-12T19:11:13.137Z] "bip": "10.250.0.254/24", [2022-10-12T19:11:13.137Z] "hosts": [ [2022-10-12T19:11:13.137Z] "tcp://0.0.0.0:5555", [2022-10-12T19:11:13.137Z] "unix:///var/run/docker.sock" [2022-10-12T19:11:13.137Z] ], [2022-10-12T19:11:13.137Z] "mtu": 1458, [2022-10-12T19:11:13.137Z] "selinux-enabled": true, [2022-10-12T19:11:13.137Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-12T19:11:13.137Z] } [Pipeline] sh [2022-10-12T19:11:13.480Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-12T19:11:13.824Z] + sudo service docker restart [2022-10-12T19:11:14.476Z] 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-12T19:11:14.735Z] 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-12T19:11:15.672Z] 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-12T19:11:17.052Z] 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-12T19:11:17.987Z] 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-12T19:11:18.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/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-10-12T19:11:19.854Z] 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-12T19:11:20.796Z] 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-12T19:11:22.173Z] 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-12T19:11:23.571Z] $ docker stop --time=1 cefce89463c24efb00984c6c3967e11fbf75a67bee5d415cc356f38d4ad0400a [2022-10-12T19:11:26.025Z] $ docker rm -f cefce89463c24efb00984c6c3967e11fbf75a67bee5d415cc356f38d4ad0400a [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-12T19:11:27.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-12T19:11:27.212Z] [2022-10-12T19:11:27.212Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:11:27.592Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-12T19:11:27.852Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-12T19:11:27.852Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-12T19:11:27.852Z] ca9280d653b3: Pulling fs layer [2022-10-12T19:11:27.852Z] 7e9c9ca2126c: Pulling fs layer [2022-10-12T19:11:27.852Z] cbdbe7a5bc2a: Download complete [2022-10-12T19:11:27.852Z] cbdbe7a5bc2a: Pull complete [2022-10-12T19:11:27.852Z] ca9280d653b3: Verifying Checksum [2022-10-12T19:11:27.852Z] ca9280d653b3: Download complete [2022-10-12T19:11:28.422Z] 7e9c9ca2126c: Download complete [2022-10-12T19:11:28.422Z] ca9280d653b3: Pull complete [2022-10-12T19:11:31.706Z] 7e9c9ca2126c: Pull complete [2022-10-12T19:11:31.706Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-12T19:11:31.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-12T19:11:31.706Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:11:31.935Z] prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container [2022-10-12T19:11:31.966Z] $ 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-12T19:11:33.492Z] $ docker top 69e1478211ba108dc735809aaaf1ea2ad73b341a34456f87b8e93cbac35046a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2022-10-12T19:11:33.677Z] provisioning config files... [2022-10-12T19:11:33.701Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15762242328565626694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:11:33.899Z] + docker-compose build --help [2022-10-12T19:11:33.899Z] + grep parallel [2022-10-12T19:11:34.077Z] ---> docker-login.sh [2022-10-12T19:11:34.077Z] nexus3.edgexfoundry.org:10001 [2022-10-12T19:11:34.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:11:34.467Z] --parallel Build images in parallel. [Pipeline] } [2022-10-12T19:11:34.503Z] $ docker stop --time=1 69e1478211ba108dc735809aaaf1ea2ad73b341a34456f87b8e93cbac35046a3 [2022-10-12T19:11:34.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:11:34.616Z] Configure a credential helper to remove this warning. See [2022-10-12T19:11:34.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:11:34.616Z] [2022-10-12T19:11:34.616Z] Login Succeeded [2022-10-12T19:11:34.616Z] nexus3.edgexfoundry.org:10002 [2022-10-12T19:11:34.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:11:34.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:11:34.887Z] Configure a credential helper to remove this warning. See [2022-10-12T19:11:34.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:11:34.887Z] [2022-10-12T19:11:34.887Z] Login Succeeded [2022-10-12T19:11:34.887Z] nexus3.edgexfoundry.org:10003 [2022-10-12T19:11:35.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:11:35.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:11:35.426Z] Configure a credential helper to remove this warning. See [2022-10-12T19:11:35.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:11:35.426Z] [2022-10-12T19:11:35.426Z] Login Succeeded [2022-10-12T19:11:35.426Z] nexus3.edgexfoundry.org:10004 [2022-10-12T19:11:35.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-12T19:11:35.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:11:35.700Z] Configure a credential helper to remove this warning. See [2022-10-12T19:11:35.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:11:35.700Z] [2022-10-12T19:11:35.700Z] Login Succeeded [2022-10-12T19:11:35.700Z] docker.io [2022-10-12T19:11:35.803Z] $ docker rm -f 69e1478211ba108dc735809aaaf1ea2ad73b341a34456f87b8e93cbac35046a3 [2022-10-12T19:11:35.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:11:36.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-12T19:11:36.238Z] Configure a credential helper to remove this warning. See [2022-10-12T19:11:36.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-12T19:11:36.238Z] [2022-10-12T19:11:36.238Z] Login Succeeded [2022-10-12T19:11:36.238Z] ---> docker-login.sh ends [Pipeline] } [2022-10-12T19:11:36.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-10-12T19:11:36.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-12T19:11:36.504Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:11:36.635Z] prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container [2022-10-12T19:11:36.669Z] $ 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-12T19:11:37.029Z] $ docker top 2945d4e6287f7d2755e01409c51d3c6354fedb8d2369cdd2e7f72ebf6272306f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-10-12T19:11:37.443Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [2022-10-12T19:11:37.474Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2022-10-12T19:11:37.480Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T19:11:37.534Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-12T19:11:37.564Z] ========================================================= [2022-10-12T19:11:37.564Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-12T19:11:37.564Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-12T19:11:37.940Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-12T19:11:37.940Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-12T19:11:37.940Z] 9b18e9b68314: Pulling fs layer [2022-10-12T19:11:37.940Z] d32db5db7311: Pulling fs layer [2022-10-12T19:11:37.940Z] d0c4b47475fc: Pulling fs layer [2022-10-12T19:11:37.940Z] 5831b945b038: Pulling fs layer [2022-10-12T19:11:37.940Z] 86bbec2aaacd: Pulling fs layer [2022-10-12T19:11:37.940Z] e10730c5d714: Pulling fs layer [2022-10-12T19:11:37.940Z] 5dd5c2283517: Pulling fs layer [2022-10-12T19:11:37.940Z] d5ac0230b979: Pulling fs layer [2022-10-12T19:11:37.940Z] 86bbec2aaacd: Waiting [2022-10-12T19:11:37.940Z] e10730c5d714: Waiting [2022-10-12T19:11:37.940Z] 5dd5c2283517: Waiting [2022-10-12T19:11:37.940Z] d5ac0230b979: Waiting [2022-10-12T19:11:37.940Z] 5831b945b038: Waiting [2022-10-12T19:11:37.940Z] d0c4b47475fc: Verifying Checksum [2022-10-12T19:11:37.940Z] d0c4b47475fc: Download complete [2022-10-12T19:11:37.940Z] d32db5db7311: Download complete [2022-10-12T19:11:38.043Z] Building core-command ... [2022-10-12T19:11:38.043Z] Building core-data ... [2022-10-12T19:11:38.043Z] Building core-metadata ... [2022-10-12T19:11:38.043Z] Building security-bootstrapper ... [2022-10-12T19:11:38.043Z] Building security-proxy-setup ... [2022-10-12T19:11:38.043Z] Building security-secretstore-setup ... [2022-10-12T19:11:38.043Z] Building security-spiffe-token-provider ... [2022-10-12T19:11:38.043Z] Building security-spire-agent ... [2022-10-12T19:11:38.043Z] Building security-spire-config ... [2022-10-12T19:11:38.043Z] Building security-spire-server ... [2022-10-12T19:11:38.043Z] Building support-notifications ... [2022-10-12T19:11:38.043Z] Building support-scheduler ... [2022-10-12T19:11:38.043Z] Building sys-mgmt-agent ... [2022-10-12T19:11:38.043Z] Building security-spire-config [2022-10-12T19:11:38.043Z] Building security-secretstore-setup [2022-10-12T19:11:38.043Z] Building security-spire-server [2022-10-12T19:11:38.043Z] Building core-data [2022-10-12T19:11:38.043Z] Building security-bootstrapper [2022-10-12T19:11:38.208Z] 86bbec2aaacd: Verifying Checksum [2022-10-12T19:11:38.208Z] 86bbec2aaacd: Download complete [2022-10-12T19:11:38.208Z] e10730c5d714: Verifying Checksum [2022-10-12T19:11:38.208Z] e10730c5d714: Download complete [2022-10-12T19:11:38.208Z] 9b18e9b68314: Verifying Checksum [2022-10-12T19:11:38.208Z] 9b18e9b68314: Download complete [2022-10-12T19:11:39.181Z] 9b18e9b68314: Pull complete [2022-10-12T19:11:39.181Z] d5ac0230b979: Verifying Checksum [2022-10-12T19:11:39.181Z] d5ac0230b979: Download complete [2022-10-12T19:11:39.451Z] d32db5db7311: Pull complete [2022-10-12T19:11:40.042Z] d0c4b47475fc: Pull complete [2022-10-12T19:11:40.308Z] 5dd5c2283517: Verifying Checksum [2022-10-12T19:11:40.308Z] 5dd5c2283517: Download complete [2022-10-12T19:11:40.901Z] 5831b945b038: Verifying Checksum [2022-10-12T19:11:40.901Z] 5831b945b038: Download complete [2022-10-12T19:11:48.014Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:11:48.014Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:11:48.014Z] ---> 96de6d249a7d [2022-10-12T19:11:48.014Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:11:48.583Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:11:48.583Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:11:48.583Z] ---> 96de6d249a7d [2022-10-12T19:11:48.583Z] Step 3/25 : WORKDIR /edgex-go [2022-10-12T19:11:48.583Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:11:48.583Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:11:48.583Z] ---> 96de6d249a7d [2022-10-12T19:11:48.583Z] Step 3/25 : WORKDIR /edgex-go [2022-10-12T19:11:48.583Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:11:48.583Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:11:48.583Z] ---> 96de6d249a7d [2022-10-12T19:11:48.583Z] Step 3/33 : WORKDIR /edgex-go [2022-10-12T19:11:48.583Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:11:48.583Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:11:48.583Z] ---> 96de6d249a7d [2022-10-12T19:11:48.583Z] Step 3/26 : WORKDIR /edgex-go [2022-10-12T19:11:51.888Z] ---> Running in a80f0fa02386 [2022-10-12T19:11:51.888Z] ---> Running in d210b74f7f6a [2022-10-12T19:11:51.888Z] ---> Running in 6e9e455b3238 [2022-10-12T19:11:51.888Z] ---> Running in 576ee096a3ae [2022-10-12T19:11:51.888Z] ---> Running in ca11d17b9f5c [2022-10-12T19:11:51.888Z] Removing intermediate container ca11d17b9f5c [2022-10-12T19:11:51.888Z] ---> 2728d5737af8 [2022-10-12T19:11:51.888Z] Step 4/24 : WORKDIR /edgex-go [2022-10-12T19:11:51.888Z] Removing intermediate container 6e9e455b3238 [2022-10-12T19:11:51.888Z] ---> 1a3a4a0642db [2022-10-12T19:11:51.888Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:11:51.888Z] Removing intermediate container 576ee096a3ae [2022-10-12T19:11:51.888Z] ---> 62e069505f71 [2022-10-12T19:11:51.888Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:11:51.888Z] Removing intermediate container d210b74f7f6a [2022-10-12T19:11:51.888Z] ---> bf1c70f42672 [2022-10-12T19:11:51.888Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:11:51.888Z] Removing intermediate container a80f0fa02386 [2022-10-12T19:11:51.888Z] ---> 072c18a33ced [2022-10-12T19:11:51.888Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:11:51.888Z] ---> Running in 5c1141a5f3ee [2022-10-12T19:11:51.888Z] ---> Running in 0910d7538617 [2022-10-12T19:11:51.888Z] ---> Running in 2540fbbd9bb7 [2022-10-12T19:11:51.888Z] ---> Running in 2262c28e0f57 [2022-10-12T19:11:51.888Z] ---> Running in 70a57d670847 [2022-10-12T19:11:51.888Z] Removing intermediate container 5c1141a5f3ee [2022-10-12T19:11:51.888Z] ---> 9127be5ed21c [2022-10-12T19:11:51.888Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:11:51.888Z] ---> Running in c2cd54f56b37 [2022-10-12T19:11:52.834Z] Removing intermediate container 0910d7538617 [2022-10-12T19:11:52.834Z] ---> 82b086bc32bc [2022-10-12T19:11:52.834Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-12T19:11:52.834Z] ---> Running in 5335e9632045 [2022-10-12T19:11:53.093Z] Removing intermediate container 2540fbbd9bb7 [2022-10-12T19:11:53.093Z] ---> 1dd79a4dd6fb [2022-10-12T19:11:53.093Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-12T19:11:53.093Z] ---> Running in 546475d4e9b5 [2022-10-12T19:11:53.093Z] Removing intermediate container 2262c28e0f57 [2022-10-12T19:11:53.093Z] ---> 1fa6bebd2eb2 [2022-10-12T19:11:53.093Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-12T19:11:53.291Z] 5831b945b038: Pull complete [2022-10-12T19:11:53.291Z] 86bbec2aaacd: Pull complete [2022-10-12T19:11:53.291Z] e10730c5d714: Pull complete [2022-10-12T19:11:53.351Z] ---> Running in 61babc74fc7e [2022-10-12T19:11:53.351Z] Removing intermediate container c2cd54f56b37 [2022-10-12T19:11:53.351Z] ---> 8d6a80ee9fa9 [2022-10-12T19:11:53.351Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-12T19:11:53.351Z] ---> Running in 89695bbeeda8 [2022-10-12T19:11:53.610Z] Removing intermediate container 70a57d670847 [2022-10-12T19:11:53.610Z] ---> e46dac74bdce [2022-10-12T19:11:53.610Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-12T19:11:53.610Z] ---> Running in e9fa8d6996d8 [2022-10-12T19:11:53.610Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:53.869Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:53.869Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.127Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.127Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.693Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.693Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.693Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.951Z] OK: 211 MiB in 51 packages [2022-10-12T19:11:54.951Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.951Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:11:54.951Z] OK: 211 MiB in 51 packages [2022-10-12T19:11:55.210Z] OK: 211 MiB in 51 packages [2022-10-12T19:11:55.471Z] OK: 211 MiB in 51 packages [2022-10-12T19:11:55.471Z] Removing intermediate container 5335e9632045 [2022-10-12T19:11:55.471Z] ---> dd40d37a4999 [2022-10-12T19:11:55.471Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-12T19:11:55.471Z] Removing intermediate container 546475d4e9b5 [2022-10-12T19:11:55.471Z] ---> 9a4075846334 [2022-10-12T19:11:55.471Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-12T19:11:55.471Z] ---> 7ccc0bc32870 [2022-10-12T19:11:55.471Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:11:55.730Z] OK: 211 MiB in 51 packages [2022-10-12T19:11:55.730Z] ---> Running in fe0fe9aea16c [2022-10-12T19:11:55.730Z] ---> ef8efce1c280 [2022-10-12T19:11:55.730Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:11:55.730Z] ---> Running in 8ba818714c0e [2022-10-12T19:11:55.730Z] Removing intermediate container 61babc74fc7e [2022-10-12T19:11:55.730Z] ---> cab3a12c8af3 [2022-10-12T19:11:55.730Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-12T19:11:55.730Z] Removing intermediate container e9fa8d6996d8 [2022-10-12T19:11:55.730Z] ---> 110e5a0ea411 [2022-10-12T19:11:55.730Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-12T19:11:55.991Z] ---> c143b3fca9ad [2022-10-12T19:11:55.991Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:11:55.991Z] ---> 927054f3ea09 [2022-10-12T19:11:55.991Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:11:55.991Z] ---> Running in 0554072ec85b [2022-10-12T19:11:55.991Z] ---> Running in 58c7f65674af [2022-10-12T19:11:55.991Z] Removing intermediate container 89695bbeeda8 [2022-10-12T19:11:55.991Z] ---> a6f4aba71512 [2022-10-12T19:11:55.991Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-12T19:11:56.252Z] ---> 4a61997a0ed2 [2022-10-12T19:11:56.252Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:11:56.252Z] ---> Running in 830dd8aa89ca [2022-10-12T19:11:58.643Z] 5dd5c2283517: Pull complete [2022-10-12T19:12:00.589Z] d5ac0230b979: Pull complete [2022-10-12T19:12:00.589Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-12T19:12:00.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-12T19:12:00.589Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-12T19:12:00.974Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-12T19:12:00.974Z] WORKDIR /edgex [2022-10-12T19:12:00.974Z] COPY go.mod . [2022-10-12T19:12:00.974Z] RUN go mod download [2022-10-12T19:12:00.974Z] docker build -t ci-base-image-arm64 -f - . [2022-10-12T19:12:01.563Z] Sending build context to Docker daemon 3.268MB [2022-10-12T19:12:01.563Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-12T19:12:01.563Z] ---> 59b3b1a385d4 [2022-10-12T19:12:01.563Z] Step 2/4 : WORKDIR /edgex [2022-10-12T19:12:03.501Z] ---> Running in bf2202b8a222 [2022-10-12T19:12:03.501Z] Removing intermediate container bf2202b8a222 [2022-10-12T19:12:03.501Z] ---> ca7c3b7aba59 [2022-10-12T19:12:03.501Z] Step 3/4 : COPY go.mod . [2022-10-12T19:12:04.087Z] ---> 32ba5f7de082 [2022-10-12T19:12:04.087Z] Step 4/4 : RUN go mod download [2022-10-12T19:12:04.087Z] ---> Running in 49fe78786f5a [2022-10-12T19:12:14.363Z] Removing intermediate container fe0fe9aea16c [2022-10-12T19:12:14.363Z] ---> a2b5d205763a [2022-10-12T19:12:14.363Z] Step 8/25 : COPY . . [2022-10-12T19:12:14.363Z] Removing intermediate container 0554072ec85b [2022-10-12T19:12:14.363Z] ---> 16e51f18ed2e [2022-10-12T19:12:14.363Z] Step 8/33 : COPY . . [2022-10-12T19:12:14.363Z] Removing intermediate container 8ba818714c0e [2022-10-12T19:12:14.363Z] ---> 678f1365f41c [2022-10-12T19:12:14.363Z] Step 8/25 : COPY . . [2022-10-12T19:12:14.363Z] Removing intermediate container 830dd8aa89ca [2022-10-12T19:12:14.363Z] ---> e84672c8fba4 [2022-10-12T19:12:14.363Z] Step 9/24 : COPY . . [2022-10-12T19:12:14.363Z] Removing intermediate container 58c7f65674af [2022-10-12T19:12:14.363Z] ---> 133ab6b758e5 [2022-10-12T19:12:14.363Z] Step 8/26 : COPY . . [2022-10-12T19:12:24.334Z] ---> 99f1ec08fd77 [2022-10-12T19:12:24.334Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-12T19:12:24.334Z] ---> 8fceed5049c8 [2022-10-12T19:12:24.334Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-12T19:12:24.334Z] ---> 38da8107ebd7 [2022-10-12T19:12:24.334Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-12T19:12:24.334Z] ---> 33ad84fa3d3b [2022-10-12T19:12:24.334Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-12T19:12:24.334Z] ---> 58d0bf0d254c [2022-10-12T19:12:24.334Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-12T19:12:24.334Z] ---> Running in a25f3b8dafaf [2022-10-12T19:12:24.334Z] ---> Running in 47886574a9c7 [2022-10-12T19:12:24.334Z] ---> Running in a78077af1a92 [2022-10-12T19:12:24.334Z] ---> Running in d216faa93b04 [2022-10-12T19:12:24.334Z] ---> Running in f1034e81f73b [2022-10-12T19:12:24.334Z] Removing intermediate container a78077af1a92 [2022-10-12T19:12:24.334Z] ---> 7b1536f5b6b1 [2022-10-12T19:12:24.334Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-12T19:12:24.334Z] Removing intermediate container d216faa93b04 [2022-10-12T19:12:24.334Z] ---> 6b110a8723a8 [2022-10-12T19:12:24.334Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-12T19:12:24.334Z] ---> Running in 4cee54ce3eed [2022-10-12T19:12:24.334Z] ---> Running in 70648689ae96 [2022-10-12T19:12:24.334Z] Removing intermediate container 70648689ae96 [2022-10-12T19:12:24.335Z] ---> 92afee8ab855 [2022-10-12T19:12:24.335Z] 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-12T19:12:24.335Z] Removing intermediate container 4cee54ce3eed [2022-10-12T19:12:24.335Z] ---> ac6ae5498911 [2022-10-12T19:12:24.335Z] 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-12T19:12:24.335Z] ---> Running in 6eb2b063f5a4 [2022-10-12T19:12:24.335Z] ---> Running in cd7487d787b0 [2022-10-12T19:12:24.335Z] 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-12T19:12:24.335Z] 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-12T19:12:24.335Z] 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-12T19:12:24.593Z] Removing intermediate container 6eb2b063f5a4 [2022-10-12T19:12:24.593Z] ---> 4ce3d03d224a [2022-10-12T19:12:24.593Z] Step 12/25 : WORKDIR /edgex-go [2022-10-12T19:12:24.593Z] ---> Running in 6b866b625eeb [2022-10-12T19:12:24.593Z] Removing intermediate container cd7487d787b0 [2022-10-12T19:12:24.593Z] ---> 117439d16d12 [2022-10-12T19:12:24.593Z] Step 12/26 : WORKDIR /edgex-go [2022-10-12T19:12:24.852Z] Removing intermediate container 6b866b625eeb [2022-10-12T19:12:24.852Z] ---> 8ea38aff5cb6 [2022-10-12T19:12:24.852Z] [2022-10-12T19:12:24.852Z] Step 13/25 : FROM alpine:3.15 [2022-10-12T19:12:24.852Z] ---> Running in 094107641fa9 [2022-10-12T19:12:24.852Z] Removing intermediate container 094107641fa9 [2022-10-12T19:12:24.852Z] ---> 4bfa2b545b11 [2022-10-12T19:12:24.852Z] [2022-10-12T19:12:24.852Z] Step 13/26 : FROM alpine:3.15 [2022-10-12T19:12:25.418Z] 3.15: Pulling from library/alpine [2022-10-12T19:12:25.418Z] 3.15: Pulling from library/alpine [2022-10-12T19:12:26.351Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-12T19:12:26.351Z] Status: Downloaded newer image for alpine:3.15 [2022-10-12T19:12:26.351Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-12T19:12:26.351Z] Status: Image is up to date for alpine:3.15 [2022-10-12T19:12:26.351Z] ---> c4fc93816858 [2022-10-12T19:12:26.351Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:12:26.351Z] ---> c4fc93816858 [2022-10-12T19:12:26.351Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:12:26.351Z] ---> Running in 110cb2ae23ed [2022-10-12T19:12:26.351Z] ---> Running in 02ecbc1c5e1c [2022-10-12T19:12:26.612Z] Removing intermediate container 02ecbc1c5e1c [2022-10-12T19:12:26.612Z] ---> a01c324e6fda [2022-10-12T19:12:26.612Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:12:26.612Z] Removing intermediate container 110cb2ae23ed [2022-10-12T19:12:26.612Z] ---> de4fd307b047 [2022-10-12T19:12:26.612Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:12:26.612Z] ---> Running in bd3794bbd821 [2022-10-12T19:12:26.869Z] ---> Running in 7ea64b476f88 [2022-10-12T19:12:28.806Z] Removing intermediate container bd3794bbd821 [2022-10-12T19:12:28.806Z] ---> 813f2c26afc5 [2022-10-12T19:12:28.806Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-12T19:12:28.806Z] Removing intermediate container 7ea64b476f88 [2022-10-12T19:12:28.806Z] ---> 8f306ab2855d [2022-10-12T19:12:28.806Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-12T19:12:28.806Z] ---> Running in 2378df7b7b0f [2022-10-12T19:12:28.806Z] ---> Running in be65d37800f5 [2022-10-12T19:12:29.371Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:29.629Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:30.194Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:30.452Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:30.708Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:12:30.708Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:12:30.708Z] OK: 15857 distinct packages available [2022-10-12T19:12:30.708Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:30.966Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:12:30.966Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:12:30.966Z] OK: 15857 distinct packages available [2022-10-12T19:12:30.966Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:31.529Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:31.788Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:31.788Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-12T19:12:31.788Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:12:32.046Z] (3/4) Installing libucontext (1.1-r0) [2022-10-12T19:12:32.046Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-12T19:12:32.046Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-12T19:12:32.046Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:12:32.046Z] OK: 6 MiB in 18 packages [2022-10-12T19:12:32.046Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:12:32.303Z] (3/5) Installing libucontext (1.1-r0) [2022-10-12T19:12:32.303Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-12T19:12:32.303Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-12T19:12:32.561Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:12:32.561Z] OK: 7 MiB in 19 packages [2022-10-12T19:12:33.932Z] Removing intermediate container 2378df7b7b0f [2022-10-12T19:12:33.932Z] ---> d0ca938b8d80 [2022-10-12T19:12:33.932Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-12T19:12:33.932Z] Removing intermediate container be65d37800f5 [2022-10-12T19:12:33.932Z] ---> 5ca86dc8e05e [2022-10-12T19:12:33.932Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-12T19:12:36.331Z] Removing intermediate container 49fe78786f5a [2022-10-12T19:12:36.331Z] ---> 9a3650170300 [2022-10-12T19:12:36.331Z] Successfully built 9a3650170300 [2022-10-12T19:12:36.331Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:12:36.728Z] + docker inspect -f . ci-base-image-arm64 [2022-10-12T19:12:36.728Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:12:36.974Z] prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container [2022-10-12T19:12:37.035Z] $ 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-12T19:12:38.255Z] $ docker top e56dcda88fdc4fc2fd62c83b3924ff47384d40e0158f8a66400e072ede6a37ad -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T19:12:39.130Z] + go version [2022-10-12T19:12:39.130Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-12T19:12:39.164Z] $ docker stop --time=1 e56dcda88fdc4fc2fd62c83b3924ff47384d40e0158f8a66400e072ede6a37ad [2022-10-12T19:12:40.502Z] ---> 33e036efd148 [2022-10-12T19:12:40.502Z] ---> add95f3d6959 [2022-10-12T19:12:40.502Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-12T19:12:40.502Z] [2022-10-12T19:12:40.502Z] ---> e5db17c9fe36 [2022-10-12T19:12:40.502Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-12T19:12:40.502Z] ---> 2f51a4fe03ba [2022-10-12T19:12:40.502Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-12T19:12:40.759Z] ---> Running in 3fc42c801c71 [2022-10-12T19:12:40.801Z] $ docker rm -f e56dcda88fdc4fc2fd62c83b3924ff47384d40e0158f8a66400e072ede6a37ad [2022-10-12T19:12:41.018Z] Removing intermediate container 3fc42c801c71 [2022-10-12T19:12:41.018Z] ---> 00a80259438c [2022-10-12T19:12:41.018Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-12T19:12:41.018Z] ---> f12cf0bd0578 [2022-10-12T19:12:41.018Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:12:41.613Z] ---> 0098653b0657 [2022-10-12T19:12:41.613Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-12T19:12:41.613Z] ---> 14b614c352a4 [2022-10-12T19:12:41.613Z] Step 21/26 : WORKDIR / [2022-10-12T19:12:41.613Z] ---> Running in 008e3fba7a4b [2022-10-12T19:12:41.613Z] ---> Running in da4b8b8566cc [2022-10-12T19:12:41.757Z] + docker inspect -f . ci-base-image-arm64 [2022-10-12T19:12:41.757Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:12:41.874Z] Removing intermediate container da4b8b8566cc [2022-10-12T19:12:41.874Z] Removing intermediate container 008e3fba7a4b [2022-10-12T19:12:41.874Z] ---> e7efbdff809f [2022-10-12T19:12:41.874Z] ---> b4b71a24c7cd [2022-10-12T19:12:41.874Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-12T19:12:41.874Z] [2022-10-12T19:12:41.874Z] ---> Running in f8dc854690b9 [2022-10-12T19:12:41.874Z] ---> Running in b4a9dcc9d4a5 [2022-10-12T19:12:42.001Z] prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container [2022-10-12T19:12:42.057Z] $ 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-12T19:12:42.441Z] Removing intermediate container f8dc854690b9 [2022-10-12T19:12:42.441Z] Removing intermediate container b4a9dcc9d4a5 [2022-10-12T19:12:42.441Z] ---> 0bb9453a5afc [2022-10-12T19:12:42.441Z] ---> 99e08a2d0c7e [2022-10-12T19:12:42.441Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ]Step 23/25 : LABEL arch=x86_64 [2022-10-12T19:12:42.441Z] [2022-10-12T19:12:42.441Z] ---> Running in 6a727ca58dc1 [2022-10-12T19:12:42.441Z] ---> Running in 03f0cfedfa66 [2022-10-12T19:12:42.699Z] Removing intermediate container 03f0cfedfa66 [2022-10-12T19:12:42.699Z] ---> d2381a20eb6d [2022-10-12T19:12:42.699Z] Step 24/26 : LABEL arch=x86_64 [2022-10-12T19:12:42.699Z] Removing intermediate container 6a727ca58dc1 [2022-10-12T19:12:42.699Z] ---> 77ef6e0f7057 [2022-10-12T19:12:42.699Z] Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:12:42.699Z] ---> Running in e1c2b491901a [2022-10-12T19:12:42.957Z] ---> Running in 9704d0254ff7 [2022-10-12T19:12:42.957Z] Removing intermediate container e1c2b491901a [2022-10-12T19:12:42.957Z] ---> 4a431713b01e [2022-10-12T19:12:42.957Z] Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:12:43.146Z] $ docker top 14cd2c917f6a2bcd625536079abc07abdd5967aa3703fae1d82eaeaa66a48195 -eo pid,comm [2022-10-12T19:12:43.255Z] Removing intermediate container 9704d0254ff7 [2022-10-12T19:12:43.255Z] ---> 39a64b580b35 [2022-10-12T19:12:43.255Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T19:12:43.255Z] ---> Running in 1a1992fc9fa1 [2022-10-12T19:12:43.255Z] ---> Running in 17fa9dea5c13 [Pipeline] { [Pipeline] echo [2022-10-12T19:12:43.477Z] ========================================================= [2022-10-12T19:12:43.477Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-12T19:12:43.477Z] ========================================================= [Pipeline] sh [2022-10-12T19:12:43.514Z] Removing intermediate container 1a1992fc9fa1 [2022-10-12T19:12:43.514Z] ---> e228dad285e1 [2022-10-12T19:12:43.514Z] Step 26/26 : LABEL version=0.0.0 [2022-10-12T19:12:43.514Z] Removing intermediate container 17fa9dea5c13 [2022-10-12T19:12:43.514Z] ---> 42dcf1ea9e06 [2022-10-12T19:12:43.514Z] [2022-10-12T19:12:43.514Z] ---> Running in 51ba33e63a3f [2022-10-12T19:12:43.514Z] Successfully built 42dcf1ea9e06 [2022-10-12T19:12:43.514Z] Successfully tagged security-spire-server:latest [2022-10-12T19:12:43.514Z] Building core-command [2022-10-12T19:12:43.773Z]  Building security-spire-server ... done Removing intermediate container 51ba33e63a3f [2022-10-12T19:12:43.773Z] ---> 250fc55a3b1c [2022-10-12T19:12:43.773Z] [2022-10-12T19:12:44.031Z] 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-12T19:12:44.031Z] Successfully built 250fc55a3b1c [2022-10-12T19:12:44.031Z] Successfully tagged security-spire-config:latest [2022-10-12T19:12:44.031Z] Building sys-mgmt-agent [2022-10-12T19:12:44.111Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-12T19:12:44.820Z] + make test [2022-10-12T19:12:44.820Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-12T19:12:47.317Z]  Building security-spire-config ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:12:47.317Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:12:47.317Z] ---> 96de6d249a7d [2022-10-12T19:12:47.317Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:12:47.317Z] ---> Using cache [2022-10-12T19:12:47.317Z] ---> 2728d5737af8 [2022-10-12T19:12:47.317Z] Step 4/24 : WORKDIR /edgex-go [2022-10-12T19:12:47.317Z] ---> Using cache [2022-10-12T19:12:47.317Z] ---> 9127be5ed21c [2022-10-12T19:12:47.317Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:12:47.317Z] ---> Using cache [2022-10-12T19:12:47.317Z] ---> 8d6a80ee9fa9 [2022-10-12T19:12:47.317Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-12T19:12:47.577Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:12:47.577Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:12:47.577Z] ---> 96de6d249a7d [2022-10-12T19:12:47.577Z] Step 3/23 : WORKDIR /edgex-go [2022-10-12T19:12:47.578Z] ---> Using cache [2022-10-12T19:12:47.578Z] ---> 072c18a33ced [2022-10-12T19:12:47.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:12:47.578Z] ---> Using cache [2022-10-12T19:12:47.578Z] ---> e46dac74bdce [2022-10-12T19:12:47.578Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-12T19:12:48.517Z] ---> Running in e23e1508b279 [2022-10-12T19:12:48.517Z] ---> Running in 0376dc455f09 [2022-10-12T19:12:48.517Z] Removing intermediate container f1034e81f73b [2022-10-12T19:12:48.517Z] ---> 2e38215358c1 [2022-10-12T19:12:48.517Z] [2022-10-12T19:12:48.517Z] Step 10/25 : FROM alpine:3.16 [2022-10-12T19:12:48.517Z] Removing intermediate container 47886574a9c7 [2022-10-12T19:12:48.517Z] ---> 477cd489de08 [2022-10-12T19:12:48.517Z] [2022-10-12T19:12:48.517Z] Step 10/33 : FROM alpine:3.16 [2022-10-12T19:12:48.517Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:48.775Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:49.340Z] 3.16: Pulling from library/alpine [2022-10-12T19:12:49.340Z] 3.16: Pulling from library/alpine [2022-10-12T19:12:49.340Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:49.599Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:50.165Z] OK: 211 MiB in 51 packages [2022-10-12T19:12:50.165Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-12T19:12:50.165Z] Status: Downloaded newer image for alpine:3.16 [2022-10-12T19:12:50.165Z] ---> 9c6f07244728 [2022-10-12T19:12:50.165Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-12T19:12:50.165Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-12T19:12:50.165Z] Status: Image is up to date for alpine:3.16 [2022-10-12T19:12:50.165Z] ---> 9c6f07244728 [2022-10-12T19:12:50.165Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:12:50.165Z] OK: 211 MiB in 51 packages [2022-10-12T19:12:50.165Z] ---> Running in 2d582776fe86 [2022-10-12T19:12:50.165Z] ---> Running in 0931cfd0047a [2022-10-12T19:12:50.165Z] Removing intermediate container a25f3b8dafaf [2022-10-12T19:12:50.165Z] ---> dd4e1569d538 [2022-10-12T19:12:50.165Z] [2022-10-12T19:12:50.165Z] Step 11/24 : FROM alpine:3.16 [2022-10-12T19:12:50.165Z] ---> 9c6f07244728 [2022-10-12T19:12:50.165Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-12T19:12:50.424Z] ---> Running in 28953a7c4bbc [2022-10-12T19:12:50.424Z] Removing intermediate container 2d582776fe86 [2022-10-12T19:12:50.424Z] ---> 98bfe9475fb7 [2022-10-12T19:12:50.424Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-12T19:12:50.424Z] ---> Running in 7f791b4098f0 [2022-10-12T19:12:50.424Z] Removing intermediate container 28953a7c4bbc [2022-10-12T19:12:50.424Z] ---> 5d8f28955aca [2022-10-12T19:12:50.424Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-12T19:12:50.424Z] ---> Running in c59d13f5ec6e [2022-10-12T19:12:50.424Z] Removing intermediate container e23e1508b279 [2022-10-12T19:12:50.424Z] ---> 9d1a56abab5a [2022-10-12T19:12:50.424Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-12T19:12:50.682Z] Removing intermediate container 0376dc455f09 [2022-10-12T19:12:50.682Z] Removing intermediate container c59d13f5ec6e [2022-10-12T19:12:50.682Z] ---> 156798f9357c [2022-10-12T19:12:50.682Z] ---> 1c9f50351553 [2022-10-12T19:12:50.682Z] Step 6/23 : COPY go.mod vendor* ./Step 14/24 : EXPOSE $APP_PORT [2022-10-12T19:12:50.682Z] [2022-10-12T19:12:50.682Z] ---> Running in fbb061d1fd76 [2022-10-12T19:12:50.682Z] ---> 62a0662eb464 [2022-10-12T19:12:50.682Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:12:50.682Z] ---> Running in 057aa3239dbb [2022-10-12T19:12:50.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:50.682Z] Removing intermediate container fbb061d1fd76 [2022-10-12T19:12:50.682Z] ---> 6c4758d99511 [2022-10-12T19:12:50.682Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:12:50.940Z] ---> Running in 9c9b701ed1b3 [2022-10-12T19:12:50.940Z] ---> 826990ae4e97 [2022-10-12T19:12:50.940Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:12:50.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:50.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:50.940Z] ---> Running in 58f747bdda0b [2022-10-12T19:12:50.940Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:51.199Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-12T19:12:51.199Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-12T19:12:51.199Z] (3/3) Installing su-exec (0.2-r1) [2022-10-12T19:12:51.199Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:12:51.199Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:12:51.199Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-12T19:12:51.199Z] (2/2) Installing su-exec (0.2-r1) [2022-10-12T19:12:51.199Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:12:51.199Z] OK: 6 MiB in 16 packages [2022-10-12T19:12:51.199Z] OK: 6 MiB in 17 packages [2022-10-12T19:12:51.766Z] Removing intermediate container 7f791b4098f0 [2022-10-12T19:12:51.766Z] ---> 0f32549ed0f4 [2022-10-12T19:12:51.766Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-12T19:12:52.023Z] ---> Running in 23fff3b7f5e7 [2022-10-12T19:12:52.023Z] Removing intermediate container 0931cfd0047a [2022-10-12T19:12:52.023Z] ---> d930ef33ce13 [2022-10-12T19:12:52.023Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-12T19:12:52.023Z] ---> Running in f7fd991cde6b [2022-10-12T19:12:52.023Z] Removing intermediate container 23fff3b7f5e7 [2022-10-12T19:12:52.023Z] ---> c00e60223f1a [2022-10-12T19:12:52.023Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-12T19:12:52.023Z] ---> Running in 91bec0490524 [2022-10-12T19:12:52.287Z] Removing intermediate container f7fd991cde6b [2022-10-12T19:12:52.287Z] ---> d7bc48ddf108 [2022-10-12T19:12:52.287Z] Step 13/25 : WORKDIR / [2022-10-12T19:12:52.287Z] ---> Running in f38c17c91983 [2022-10-12T19:12:52.287Z] Removing intermediate container 91bec0490524 [2022-10-12T19:12:52.287Z] ---> 84fd0712e952 [2022-10-12T19:12:52.287Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-12T19:12:52.546Z] ---> Running in 8237e49e9926 [2022-10-12T19:12:52.546Z] Removing intermediate container f38c17c91983 [2022-10-12T19:12:52.546Z] ---> 2c2d8950f0ab [2022-10-12T19:12:52.546Z] 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-12T19:12:52.546Z] Removing intermediate container 9c9b701ed1b3 [2022-10-12T19:12:52.546Z] ---> d87a186d6a21 [2022-10-12T19:12:52.546Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-12T19:12:52.805Z] Removing intermediate container 8237e49e9926 [2022-10-12T19:12:52.805Z] ---> 560201a42c12 [2022-10-12T19:12:52.805Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-12T19:12:52.805Z] ---> Running in 37145b0ef16c [2022-10-12T19:12:53.062Z] ---> Running in 568fd6181a0a [2022-10-12T19:12:53.062Z] ---> fa0f992ccbb7 [2022-10-12T19:12:53.062Z] 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-12T19:12:53.352Z] Removing intermediate container 568fd6181a0a [2022-10-12T19:12:53.352Z] ---> 65222acd3176 [2022-10-12T19:12:53.352Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-12T19:12:53.623Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:53.887Z] ---> Running in 59d86d870cf0 [2022-10-12T19:12:54.147Z] ---> ae3a8be752c4 [2022-10-12T19:12:54.147Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-12T19:12:54.404Z] ---> 6a2a9dcb36ef [2022-10-12T19:12:54.404Z] 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-12T19:12:54.404Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:12:54.663Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-12T19:12:54.922Z] ---> 60be683c09cb [2022-10-12T19:12:54.922Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-12T19:12:54.922Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-12T19:12:54.922Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-12T19:12:54.922Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-12T19:12:55.180Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-12T19:12:55.180Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-12T19:12:55.180Z] ---> 3317ecc5d33c [2022-10-12T19:12:55.180Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-12T19:12:55.483Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:12:55.483Z] Removing intermediate container 59d86d870cf0 [2022-10-12T19:12:55.483Z] ---> a4e526fbf115 [2022-10-12T19:12:55.483Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-12T19:12:55.483Z] OK: 8 MiB in 20 packages [2022-10-12T19:12:55.483Z] ---> Running in 8572970078ce [2022-10-12T19:12:55.741Z] Removing intermediate container 8572970078ce [2022-10-12T19:12:55.741Z] ---> 32168626bf19 [2022-10-12T19:12:55.741Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-12T19:12:55.741Z] ---> 241ad1fe8c23 [2022-10-12T19:12:55.741Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-12T19:12:55.999Z] ---> 887d7f297276 [2022-10-12T19:12:55.999Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-12T19:12:55.999Z] ---> Running in 2b016690e2ed [2022-10-12T19:12:55.999Z] Removing intermediate container 37145b0ef16c [2022-10-12T19:12:55.999Z] ---> c1d9480ef3fa [2022-10-12T19:12:55.999Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:12:56.257Z] ---> 38c3f6292190 [2022-10-12T19:12:56.257Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-12T19:12:56.257Z] ---> Running in a7f5cb474983 [2022-10-12T19:12:56.257Z] ---> f6c9c3f0429a [2022-10-12T19:12:56.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-12T19:12:57.192Z] ---> 21f4366808cd [2022-10-12T19:12:57.192Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-12T19:12:57.450Z] Removing intermediate container 2b016690e2ed [2022-10-12T19:12:57.450Z] ---> 4b3e369a4dfd [2022-10-12T19:12:57.450Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:12:57.450Z] ---> 586ba399ee0e [2022-10-12T19:12:57.450Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-12T19:12:57.708Z] Removing intermediate container a7f5cb474983 [2022-10-12T19:12:57.708Z] ---> 47ba49d805b2 [2022-10-12T19:12:57.708Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-12T19:12:57.708Z] ---> Running in 82a070313cad [2022-10-12T19:12:57.708Z] ---> 1623b8ba70f7 [2022-10-12T19:12:57.708Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-12T19:12:57.708Z] ---> Running in 52b5dfb99412 [2022-10-12T19:12:57.708Z] Removing intermediate container 82a070313cad [2022-10-12T19:12:57.708Z] ---> 83907c2a5a7d [2022-10-12T19:12:57.708Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:12:57.976Z] Removing intermediate container 52b5dfb99412 [2022-10-12T19:12:57.976Z] ---> 4483fac4a3be [2022-10-12T19:12:57.976Z] Step 23/25 : LABEL arch=x86_64 [2022-10-12T19:12:57.976Z] ---> Running in 719508c5860d [2022-10-12T19:12:57.976Z] ---> Running in aebadfb32ce8 [2022-10-12T19:12:58.234Z] Removing intermediate container 719508c5860d [2022-10-12T19:12:58.234Z] ---> fa88614c641b [2022-10-12T19:12:58.234Z] Step 22/24 : LABEL arch=x86_64 [2022-10-12T19:12:58.234Z] ---> 29fe0962b872 [2022-10-12T19:12:58.234Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-12T19:12:58.234Z] Removing intermediate container aebadfb32ce8 [2022-10-12T19:12:58.234Z] ---> bee9b8bf5dcb [2022-10-12T19:12:58.234Z] Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:12:58.234Z] ---> Running in 3516e46c046f [2022-10-12T19:12:58.495Z] ---> Running in 48f7aebe5cf4 [2022-10-12T19:12:58.495Z] Removing intermediate container 3516e46c046f [2022-10-12T19:12:58.495Z] ---> 956ac54725ff [2022-10-12T19:12:58.495Z] Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:12:58.495Z] ---> 62ebef2d5d45 [2022-10-12T19:12:58.495Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-12T19:12:58.756Z] ---> Running in 9406dd4867ba [2022-10-12T19:12:58.757Z] Removing intermediate container 48f7aebe5cf4 [2022-10-12T19:12:58.757Z] ---> ba7d66046b79 [2022-10-12T19:12:58.757Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T19:12:58.757Z] ---> Running in 4574a0395194 [2022-10-12T19:12:58.757Z] ---> a7be49db194e [2022-10-12T19:12:58.757Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-12T19:12:58.757Z] Removing intermediate container 9406dd4867ba [2022-10-12T19:12:58.757Z] ---> a89685f6c0fc [2022-10-12T19:12:58.757Z] Step 24/24 : LABEL version=0.0.0 [2022-10-12T19:12:59.014Z] Removing intermediate container 4574a0395194 [2022-10-12T19:12:59.014Z] ---> fc1b4575ec69 [2022-10-12T19:12:59.014Z] [2022-10-12T19:12:59.014Z] ---> Running in c2d8fed50d57 [2022-10-12T19:12:59.014Z] ---> c755016f0205 [2022-10-12T19:12:59.014Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-12T19:12:59.014Z] Successfully built fc1b4575ec69 [2022-10-12T19:12:59.014Z] Removing intermediate container c2d8fed50d57 [2022-10-12T19:12:59.014Z] ---> 98112df5dc91 [2022-10-12T19:12:59.014Z] [2022-10-12T19:12:59.014Z] Successfully tagged security-secretstore-setup:latest [2022-10-12T19:12:59.014Z]  Building security-secretstore-setup ... done Building security-spiffe-token-provider [2022-10-12T19:12:59.273Z] Removing intermediate container 057aa3239dbb [2022-10-12T19:12:59.273Z] ---> 51543cf10b73 [2022-10-12T19:12:59.273Z] Step 9/24 : COPY . . [2022-10-12T19:12:59.273Z] Successfully built 98112df5dc91 [2022-10-12T19:12:59.530Z] Successfully tagged core-data:latest [2022-10-12T19:12:59.530Z]  Building core-data ... done Building core-metadata [2022-10-12T19:13:00.906Z] ---> 0c716fb4d7f6 [2022-10-12T19:13:00.907Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-12T19:13:01.842Z] ---> 5f8134b9bbf3 [2022-10-12T19:13:01.842Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-12T19:13:01.842Z] ---> Running in bfc2682dd2b4 [2022-10-12T19:13:02.101Z] Removing intermediate container 58f747bdda0b [2022-10-12T19:13:02.101Z] ---> 201aebddc066 [2022-10-12T19:13:02.101Z] Step 8/23 : COPY . . [2022-10-12T19:13:02.668Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:13:02.668Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:13:02.668Z] ---> 96de6d249a7d [2022-10-12T19:13:02.668Z] Step 3/20 : WORKDIR /edgex-go [2022-10-12T19:13:02.668Z] ---> Using cache [2022-10-12T19:13:02.668Z] ---> 072c18a33ced [2022-10-12T19:13:02.668Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-12T19:13:03.602Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:13:03.602Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:13:03.602Z] ---> 96de6d249a7d [2022-10-12T19:13:03.602Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:13:03.602Z] ---> Using cache [2022-10-12T19:13:03.602Z] ---> 2728d5737af8 [2022-10-12T19:13:03.602Z] Step 4/25 : WORKDIR /edgex-go [2022-10-12T19:13:03.602Z] ---> Using cache [2022-10-12T19:13:03.602Z] ---> 9127be5ed21c [2022-10-12T19:13:03.602Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:13:03.602Z] ---> Using cache [2022-10-12T19:13:03.602Z] ---> 8d6a80ee9fa9 [2022-10-12T19:13:03.602Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-12T19:13:03.602Z] ---> Using cache [2022-10-12T19:13:03.602Z] ---> 9d1a56abab5a [2022-10-12T19:13:03.602Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-12T19:13:03.860Z] ---> Using cache [2022-10-12T19:13:03.860Z] ---> 62a0662eb464 [2022-10-12T19:13:03.860Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:13:03.860Z] ---> Using cache [2022-10-12T19:13:03.860Z] ---> 51543cf10b73 [2022-10-12T19:13:03.860Z] Step 9/25 : COPY . . [2022-10-12T19:13:03.860Z] ---> Using cache [2022-10-12T19:13:03.860Z] ---> f8e754609b99 [2022-10-12T19:13:03.860Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-12T19:13:04.118Z] ---> Running in d45f3ac3f751 [2022-10-12T19:13:04.118Z] ---> Running in 76aa5830a669 [2022-10-12T19:13:04.118Z] ---> f8e754609b99 [2022-10-12T19:13:04.118Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-12T19:13:04.376Z] ---> Running in 68d1b390ba4e [2022-10-12T19:13:04.376Z] Removing intermediate container bfc2682dd2b4 [2022-10-12T19:13:04.376Z] ---> 287b06cceabd [2022-10-12T19:13:04.376Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-12T19:13:04.376Z] ---> Running in 9e96d0b95f49 [2022-10-12T19:13:04.634Z] Removing intermediate container 9e96d0b95f49 [2022-10-12T19:13:04.634Z] ---> 50cbe722a9e9 [2022-10-12T19:13:04.634Z] Step 30/33 : CMD ["gate"] [2022-10-12T19:13:04.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:04.634Z] ---> Running in d87929d69c5d [2022-10-12T19:13:04.634Z] 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-12T19:13:04.912Z] 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-12T19:13:04.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:04.912Z] Removing intermediate container d87929d69c5d [2022-10-12T19:13:04.912Z] ---> f21719c8277e [2022-10-12T19:13:04.912Z] Step 31/33 : LABEL arch=x86_64 [2022-10-12T19:13:04.912Z] ---> Running in 974ca2656b90 [2022-10-12T19:13:04.912Z] v3.16.2-281-gb110f0d9eb [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-12T19:13:04.912Z] v3.16.2-280-gc8f18190c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-12T19:13:04.912Z] OK: 17036 distinct packages available [2022-10-12T19:13:05.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:05.174Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:05.174Z] Removing intermediate container 974ca2656b90 [2022-10-12T19:13:05.174Z] ---> 5c07f5d15104 [2022-10-12T19:13:05.174Z] Step 32/33 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:13:05.174Z] ---> Running in 1683e522d862 [2022-10-12T19:13:05.450Z] OK: 211 MiB in 51 packages [2022-10-12T19:13:05.450Z] Removing intermediate container 1683e522d862 [2022-10-12T19:13:05.450Z] ---> eef330c39179 [2022-10-12T19:13:05.450Z] Step 33/33 : LABEL version=0.0.0 [2022-10-12T19:13:05.707Z] ---> Running in 551060dfc9e7 [2022-10-12T19:13:05.975Z] Removing intermediate container 551060dfc9e7 [2022-10-12T19:13:05.975Z] ---> a4f63c482a47 [2022-10-12T19:13:05.975Z] [2022-10-12T19:13:05.975Z] Successfully built a4f63c482a47 [2022-10-12T19:13:05.975Z] Successfully tagged security-bootstrapper:latest [2022-10-12T19:13:05.975Z] Building support-scheduler [2022-10-12T19:13:05.975Z]  Building security-bootstrapper ... done Removing intermediate container d45f3ac3f751 [2022-10-12T19:13:05.975Z] ---> 71c6fb1806cd [2022-10-12T19:13:05.975Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-12T19:13:06.541Z] ---> 57620a7fed1f [2022-10-12T19:13:06.541Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:13:06.800Z] ---> Running in 1812bf90586a [2022-10-12T19:13:06.800Z] ---> 92d65e83fe55 [2022-10-12T19:13:06.800Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-12T19:13:07.059Z] ---> Running in b764321d4422 [2022-10-12T19:13:07.625Z] 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-12T19:13:10.148Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:13:10.148Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:13:10.148Z] ---> 96de6d249a7d [2022-10-12T19:13:10.148Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> 2728d5737af8 [2022-10-12T19:13:10.149Z] Step 4/23 : WORKDIR /edgex-go [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> 9127be5ed21c [2022-10-12T19:13:10.149Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> 8d6a80ee9fa9 [2022-10-12T19:13:10.149Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> 9d1a56abab5a [2022-10-12T19:13:10.149Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> 62a0662eb464 [2022-10-12T19:13:10.149Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> 51543cf10b73 [2022-10-12T19:13:10.149Z] Step 9/23 : COPY . . [2022-10-12T19:13:10.149Z] ---> Using cache [2022-10-12T19:13:10.149Z] ---> f8e754609b99 [2022-10-12T19:13:10.149Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-12T19:13:11.083Z] ---> Running in c771139cde15 [2022-10-12T19:13:11.652Z] 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-12T19:13:17.030Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-12T19:13:18.216Z] Removing intermediate container 1812bf90586a [2022-10-12T19:13:18.216Z] ---> 78a2f8f2f0d3 [2022-10-12T19:13:18.216Z] Step 7/20 : COPY . . [2022-10-12T19:13:24.778Z] ---> 333159ddfa9d [2022-10-12T19:13:24.778Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-12T19:13:24.778Z] ---> Running in 5421afe141bb [2022-10-12T19:13:25.344Z] 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-12T19:13:35.308Z] Removing intermediate container 68d1b390ba4e [2022-10-12T19:13:35.308Z] ---> f1c9b9f3d400 [2022-10-12T19:13:35.308Z] [2022-10-12T19:13:35.308Z] Step 11/24 : FROM alpine:3.16 [2022-10-12T19:13:35.308Z] ---> 9c6f07244728 [2022-10-12T19:13:35.308Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-12T19:13:35.308Z] ---> Running in 6fed5222323d [2022-10-12T19:13:35.308Z] Removing intermediate container 76aa5830a669 [2022-10-12T19:13:35.308Z] ---> 8d216576ab3d [2022-10-12T19:13:35.308Z] [2022-10-12T19:13:35.308Z] Step 11/25 : FROM alpine:3.16 [2022-10-12T19:13:35.308Z] ---> 9c6f07244728 [2022-10-12T19:13:35.308Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-12T19:13:35.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:35.308Z] ---> Running in 5940c247c60e [2022-10-12T19:13:35.308Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:35.569Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-12T19:13:35.569Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:13:35.569Z] OK: 6 MiB in 15 packages [2022-10-12T19:13:36.136Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:36.396Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:36.655Z] Removing intermediate container 6fed5222323d [2022-10-12T19:13:36.655Z] ---> 233d5f4505e1 [2022-10-12T19:13:36.655Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:13:36.655Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-12T19:13:36.655Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:13:36.655Z] OK: 6 MiB in 15 packages [2022-10-12T19:13:36.655Z] ---> Running in d97d3261c85d [2022-10-12T19:13:37.223Z] Removing intermediate container d97d3261c85d [2022-10-12T19:13:37.223Z] ---> 540fbb47e4a4 [2022-10-12T19:13:37.223Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-12T19:13:37.500Z] ---> Running in 0179a2b3abdf [2022-10-12T19:13:37.500Z] Removing intermediate container 5940c247c60e [2022-10-12T19:13:37.500Z] ---> b7605f07febe [2022-10-12T19:13:37.500Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:13:37.500Z] Removing intermediate container b764321d4422 [2022-10-12T19:13:37.500Z] ---> ed18d39739c1 [2022-10-12T19:13:37.500Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-12T19:13:37.500Z] ---> Running in fb8148b90dcf [2022-10-12T19:13:37.759Z] ---> Running in 98cea48dd3ca [2022-10-12T19:13:37.759Z] Removing intermediate container 0179a2b3abdf [2022-10-12T19:13:37.759Z] ---> a32dd0ba9f2c [2022-10-12T19:13:37.759Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-12T19:13:37.759Z] ---> Running in 43417e39ba67 [2022-10-12T19:13:37.759Z] Removing intermediate container fb8148b90dcf [2022-10-12T19:13:37.759Z] ---> af077fd1566c [2022-10-12T19:13:37.759Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-12T19:13:38.019Z] ---> Running in 89da867dc368 [2022-10-12T19:13:38.276Z] Removing intermediate container 43417e39ba67 [2022-10-12T19:13:38.276Z] ---> 2a5ac72c1059 [2022-10-12T19:13:38.276Z] Step 16/24 : WORKDIR / [2022-10-12T19:13:38.276Z] Removing intermediate container 89da867dc368 [2022-10-12T19:13:38.276Z] ---> 5cbdacd44918 [2022-10-12T19:13:38.276Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-12T19:13:38.276Z] ---> Running in 62214c783b50 [2022-10-12T19:13:38.276Z] ---> Running in 688ffe055bd2 [2022-10-12T19:13:38.535Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-10-12T19:13:38.535Z] Removing intermediate container 688ffe055bd2 [2022-10-12T19:13:38.535Z] ---> 68835e95756b [2022-10-12T19:13:38.535Z] Step 16/25 : WORKDIR / [2022-10-12T19:13:38.535Z] Removing intermediate container 62214c783b50 [2022-10-12T19:13:38.535Z] ---> a89a20379449 [2022-10-12T19:13:38.535Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:13:38.796Z] ---> Running in f6b03ec9d78c [2022-10-12T19:13:39.077Z] Removing intermediate container f6b03ec9d78c [2022-10-12T19:13:39.077Z] ---> 2ce1f385d117 [2022-10-12T19:13:39.077Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:13:39.335Z] ---> 4bd29fc3083f [2022-10-12T19:13:39.335Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-12T19:13:39.593Z] ---> 244cd4eea206 [2022-10-12T19:13:39.593Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-12T19:13:40.161Z] ---> f7e1f69e431c [2022-10-12T19:13:40.162Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-12T19:13:40.447Z] Removing intermediate container 98cea48dd3ca [2022-10-12T19:13:40.447Z] ---> d6bded3508fc [2022-10-12T19:13:40.447Z] [2022-10-12T19:13:40.447Z] Step 11/23 : FROM alpine:3.16 [2022-10-12T19:13:40.447Z] ---> 9c6f07244728 [2022-10-12T19:13:40.447Z] 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-12T19:13:40.447Z] ---> 4b05cfbc957b [2022-10-12T19:13:40.447Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-12T19:13:40.447Z] ---> Running in c704414c9a0e [2022-10-12T19:13:40.714Z] ---> 019bac01de6f [2022-10-12T19:13:40.714Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-12T19:13:40.714Z] ---> Running in f4db0a791635 [2022-10-12T19:13:40.714Z] Removing intermediate container c704414c9a0e [2022-10-12T19:13:40.714Z] ---> e0e5eae4c2d4 [2022-10-12T19:13:40.714Z] 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-12T19:13:40.714Z] ---> Running in 65fdc479e2d4 [2022-10-12T19:13:40.973Z] ---> 05b8234c915f [2022-10-12T19:13:40.973Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-12T19:13:40.973Z] Removing intermediate container f4db0a791635 [2022-10-12T19:13:40.973Z] ---> d4646c330e13 [2022-10-12T19:13:40.973Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:13:40.973Z] ---> Running in 336cda927edb [2022-10-12T19:13:41.231Z] ---> bac06dd58e35 [2022-10-12T19:13:41.231Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-12T19:13:41.489Z] ---> Running in 1afb4d09c59b [2022-10-12T19:13:41.489Z] Removing intermediate container 336cda927edb [2022-10-12T19:13:41.489Z] ---> 0a04d3bc3fb7 [2022-10-12T19:13:41.489Z] Step 22/24 : LABEL arch=x86_64 [2022-10-12T19:13:41.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:41.489Z] ---> Running in e2c80ad15802 [2022-10-12T19:13:41.748Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:41.748Z] Removing intermediate container 1afb4d09c59b [2022-10-12T19:13:41.748Z] ---> 940760df66a2 [2022-10-12T19:13:41.748Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:13:41.748Z] ---> Running in 5c93d173b720 [2022-10-12T19:13:41.748Z] Removing intermediate container e2c80ad15802 [2022-10-12T19:13:41.748Z] ---> 2782a1cfde0c [2022-10-12T19:13:41.748Z] Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:13:41.748Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-12T19:13:41.748Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-12T19:13:41.748Z] (3/33) Installing readline (8.1.2-r0) [2022-10-12T19:13:41.748Z] (4/33) Installing bash (5.1.16-r2) [2022-10-12T19:13:41.748Z] ---> Running in 1713e400ba3e [2022-10-12T19:13:41.748Z] Executing bash-5.1.16-r2.post-install [2022-10-12T19:13:42.027Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-12T19:13:42.027Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-12T19:13:42.027Z] Removing intermediate container 5c93d173b720 [2022-10-12T19:13:42.027Z] ---> be7bfa0aed95 [2022-10-12T19:13:42.027Z] Step 23/25 : LABEL arch=x86_64 [2022-10-12T19:13:42.027Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-12T19:13:42.027Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-12T19:13:42.027Z] (9/33) Installing curl (7.83.1-r3) [2022-10-12T19:13:42.027Z] (10/33) Installing docker-cli (20.10.18-r1) [2022-10-12T19:13:42.027Z] ---> Running in 6068c71ed931 [2022-10-12T19:13:42.027Z] Removing intermediate container 1713e400ba3e [2022-10-12T19:13:42.027Z] ---> 0d70203c3534 [2022-10-12T19:13:42.027Z] Step 24/24 : LABEL version=0.0.0 [2022-10-12T19:13:42.292Z] ---> Running in 79995ad3e302 [2022-10-12T19:13:42.292Z] Removing intermediate container 6068c71ed931 [2022-10-12T19:13:42.292Z] ---> e6642dc71c8b [2022-10-12T19:13:42.292Z] Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:13:42.292Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-12T19:13:42.292Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-12T19:13:42.292Z] ---> Running in 8448e62162e0 [2022-10-12T19:13:42.292Z] (13/33) Installing expat (2.4.9-r0) [2022-10-12T19:13:42.292Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-12T19:13:42.292Z] (15/33) Installing gdbm (1.23-r0) [2022-10-12T19:13:42.550Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-12T19:13:42.550Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-12T19:13:42.550Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-12T19:13:42.550Z] Removing intermediate container 79995ad3e302 [2022-10-12T19:13:42.550Z] ---> 9c02c81e2752 [2022-10-12T19:13:42.550Z] [2022-10-12T19:13:42.550Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-12T19:13:42.551Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-12T19:13:42.551Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-12T19:13:42.551Z] Successfully built 9c02c81e2752 [2022-10-12T19:13:42.551Z] Removing intermediate container 8448e62162e0 [2022-10-12T19:13:42.551Z] ---> fffe15f4685a [2022-10-12T19:13:42.551Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T19:13:42.551Z] Successfully tagged core-command:latest [2022-10-12T19:13:42.551Z]  Building core-command ... done Building security-proxy-setup [2022-10-12T19:13:42.551Z] ---> Running in 1ae71b5f9f92 [2022-10-12T19:13:43.117Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-12T19:13:43.117Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-12T19:13:43.117Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-12T19:13:43.117Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-12T19:13:43.117Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-12T19:13:43.117Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-12T19:13:43.117Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-12T19:13:43.117Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-12T19:13:43.117Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-12T19:13:43.117Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-12T19:13:43.117Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-12T19:13:43.117Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-12T19:13:43.117Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:13:43.117Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:13:43.117Z] OK: 122 MiB in 47 packages [2022-10-12T19:13:44.053Z] Removing intermediate container 1ae71b5f9f92 [2022-10-12T19:13:44.053Z] ---> 981621e7ab02 [2022-10-12T19:13:44.053Z] [2022-10-12T19:13:44.053Z] Successfully built 981621e7ab02 [2022-10-12T19:13:44.053Z] Successfully tagged core-metadata:latest [2022-10-12T19:13:44.053Z]  Building core-metadata ... done Building support-notifications [2022-10-12T19:13:45.438Z] Collecting docker-compose==1.23.2 [2022-10-12T19:13:45.700Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-12T19:13:45.700Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 19.2 MB/s eta 0:00:00 [2022-10-12T19:13:45.700Z] Collecting jsonschema<3,>=2.5.1 [2022-10-12T19:13:45.700Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-12T19:13:45.700Z] Collecting PyYAML<4,>=3.10 [2022-10-12T19:13:45.700Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-12T19:13:45.700Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 181.3 MB/s eta 0:00:00 [2022-10-12T19:13:45.961Z] Preparing metadata (setup.py): started [2022-10-12T19:13:46.220Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:13:46.220Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:13:46.220Z] ---> 96de6d249a7d [2022-10-12T19:13:46.220Z] Step 3/22 : WORKDIR /edgex-go [2022-10-12T19:13:46.220Z] ---> Using cache [2022-10-12T19:13:46.220Z] ---> 072c18a33ced [2022-10-12T19:13:46.220Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:13:46.220Z] ---> Using cache [2022-10-12T19:13:46.220Z] ---> e46dac74bdce [2022-10-12T19:13:46.220Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-12T19:13:46.220Z] ---> Using cache [2022-10-12T19:13:46.220Z] ---> 110e5a0ea411 [2022-10-12T19:13:46.220Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-12T19:13:46.220Z] ---> Using cache [2022-10-12T19:13:46.220Z] ---> c143b3fca9ad [2022-10-12T19:13:46.220Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:13:46.220Z] ---> Using cache [2022-10-12T19:13:46.220Z] ---> 16e51f18ed2e [2022-10-12T19:13:46.220Z] Step 8/22 : COPY . . [2022-10-12T19:13:46.220Z] ---> Using cache [2022-10-12T19:13:46.220Z] ---> 8fceed5049c8 [2022-10-12T19:13:46.220Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-12T19:13:46.220Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:13:46.480Z] Collecting docopt<0.7,>=0.6.1 [2022-10-12T19:13:46.480Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-12T19:13:46.480Z] Preparing metadata (setup.py): started [2022-10-12T19:13:46.738Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:13:46.738Z] Collecting cached-property<2,>=1.2.0 [2022-10-12T19:13:46.738Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-12T19:13:46.738Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-12T19:13:46.738Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-12T19:13:46.738Z] Preparing metadata (setup.py): started [2022-10-12T19:13:46.997Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:13:46.997Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-12T19:13:47.255Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-12T19:13:47.255Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 135.2 MB/s eta 0:00:00 [2022-10-12T19:13:47.255Z] 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-12T19:13:47.255Z] Collecting docker<4.0,>=3.6.0 [2022-10-12T19:13:47.255Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-12T19:13:47.255Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 125.9 MB/s eta 0:00:00 [2022-10-12T19:13:47.255Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-12T19:13:47.255Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-12T19:13:47.255Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 178.9 MB/s eta 0:00:00 [2022-10-12T19:13:47.255Z] Collecting texttable<0.10,>=0.9.0 [2022-10-12T19:13:47.255Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-12T19:13:47.255Z] Preparing metadata (setup.py): started [2022-10-12T19:13:47.517Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:13:47.517Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:13:47.517Z] ---> 96de6d249a7d [2022-10-12T19:13:47.517Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:13:47.517Z] ---> Using cache [2022-10-12T19:13:47.517Z] ---> 2728d5737af8 [2022-10-12T19:13:47.517Z] Step 4/23 : WORKDIR /edgex-go [2022-10-12T19:13:47.517Z] ---> Using cache [2022-10-12T19:13:47.517Z] ---> 9127be5ed21c [2022-10-12T19:13:47.517Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:13:47.517Z] ---> Using cache [2022-10-12T19:13:47.517Z] ---> 8d6a80ee9fa9 [2022-10-12T19:13:47.517Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-12T19:13:47.775Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:13:47.775Z] Collecting docker-pycreds>=0.4.0 [2022-10-12T19:13:47.775Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-12T19:13:47.775Z] Collecting certifi>=2017.4.17 [2022-10-12T19:13:47.775Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-12T19:13:47.775Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 171.6 MB/s eta 0:00:00 [2022-10-12T19:13:48.051Z] Collecting idna<2.8,>=2.5 [2022-10-12T19:13:48.051Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-12T19:13:48.051Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 97.2 MB/s eta 0:00:00 [2022-10-12T19:13:48.051Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-12T19:13:48.051Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-12T19:13:48.051Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 122.7 MB/s eta 0:00:00 [2022-10-12T19:13:48.051Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-12T19:13:48.051Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-12T19:13:48.051Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 175.6 MB/s eta 0:00:00 [2022-10-12T19:13:48.051Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-12T19:13:48.051Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-12T19:13:48.051Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-12T19:13:48.051Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-12T19:13:48.310Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-12T19:13:48.310Z] Running setup.py install for texttable: started [2022-10-12T19:13:48.310Z] ---> Running in 81453196e768 [2022-10-12T19:13:48.310Z] ---> Running in 0ce2c2bdb32c [2022-10-12T19:13:48.567Z] Running setup.py install for texttable: finished with status 'done' [2022-10-12T19:13:48.567Z] Running setup.py install for PyYAML: started [2022-10-12T19:13:48.826Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:48.826Z] 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-12T19:13:49.086Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-12T19:13:49.344Z] Running setup.py install for docopt: started [2022-10-12T19:13:49.606Z] Running setup.py install for docopt: finished with status 'done' [2022-10-12T19:13:49.606Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:50.173Z] OK: 211 MiB in 51 packages [2022-10-12T19:13:50.432Z] Running setup.py install for dockerpty: started [2022-10-12T19:13:50.702Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-12T19:13:50.960Z] Removing intermediate container c771139cde15 [2022-10-12T19:13:50.960Z] ---> cc384ad5b925 [2022-10-12T19:13:50.960Z] [2022-10-12T19:13:50.960Z] Step 11/23 : FROM alpine:3.16 [2022-10-12T19:13:50.960Z] ---> 9c6f07244728 [2022-10-12T19:13:50.960Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-12T19:13:50.960Z] ---> Using cache [2022-10-12T19:13:50.960Z] ---> b7605f07febe [2022-10-12T19:13:50.960Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:13:50.960Z] ---> Using cache [2022-10-12T19:13:50.960Z] ---> af077fd1566c [2022-10-12T19:13:50.960Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-12T19:13:50.960Z] Removing intermediate container 0ce2c2bdb32c [2022-10-12T19:13:50.960Z] ---> 996dcfe91472 [2022-10-12T19:13:50.960Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-12T19:13:51.239Z] ---> Running in 7cf70202fef6 [2022-10-12T19:13:51.239Z] 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-12T19:13:51.239Z] Removing intermediate container 7cf70202fef6 [2022-10-12T19:13:51.239Z] ---> ab12daf1c1da [2022-10-12T19:13:51.239Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-12T19:13:51.239Z] 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-12T19:13:51.497Z]  ---> 99c506bcff5d [2022-10-12T19:13:51.497Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:13:51.497Z] ---> Running in 946c3b8edefc [2022-10-12T19:13:51.497Z] ---> Running in 54e85ae9e8e3 [2022-10-12T19:13:51.759Z] Removing intermediate container 946c3b8edefc [2022-10-12T19:13:51.759Z] ---> e6aed4e28cd7 [2022-10-12T19:13:51.759Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:13:52.018Z] ---> e1472628c0c3 [2022-10-12T19:13:52.018Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-12T19:13:54.549Z] ---> 6c3c966763b1 [2022-10-12T19:13:54.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-12T19:13:54.549Z] Removing intermediate container 5421afe141bb [2022-10-12T19:13:54.549Z] ---> aa3184467200 [2022-10-12T19:13:54.549Z] [2022-10-12T19:13:54.549Z] Step 9/20 : FROM alpine:3.15 [2022-10-12T19:13:54.549Z] ---> c4fc93816858 [2022-10-12T19:13:54.549Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:13:54.549Z] ---> Using cache [2022-10-12T19:13:54.549Z] ---> de4fd307b047 [2022-10-12T19:13:54.549Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:13:54.549Z] ---> Using cache [2022-10-12T19:13:54.549Z] ---> 8f306ab2855d [2022-10-12T19:13:54.549Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-12T19:13:54.806Z] ---> Running in da17595c5e60 [2022-10-12T19:13:55.071Z] ---> fb2543c702b6 [2022-10-12T19:13:55.071Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-12T19:13:55.071Z] ---> Running in 7b358cf04ba6 [2022-10-12T19:13:55.071Z] Removing intermediate container 65fdc479e2d4 [2022-10-12T19:13:55.071Z] ---> 93bcdfe430e4 [2022-10-12T19:13:55.071Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-12T19:13:55.328Z] ---> Running in e4e6408d4bf5 [2022-10-12T19:13:55.328Z] Removing intermediate container 7b358cf04ba6 [2022-10-12T19:13:55.328Z] ---> 4614acca7375 [2022-10-12T19:13:55.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:13:55.328Z] ---> Running in 7bb7280abad3 [2022-10-12T19:13:55.586Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:55.586Z] Removing intermediate container e4e6408d4bf5 [2022-10-12T19:13:55.586Z] ---> 9431b2f526a3 [2022-10-12T19:13:55.586Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-12T19:13:55.843Z] Removing intermediate container 7bb7280abad3 [2022-10-12T19:13:55.843Z] ---> ee4cebded852 [2022-10-12T19:13:55.843Z] Step 21/23 : LABEL arch=x86_64 [2022-10-12T19:13:55.843Z] ---> Running in 0e714ea6724c [2022-10-12T19:13:55.843Z] ---> Running in 7fa9b7a9b53d [2022-10-12T19:13:55.843Z] Removing intermediate container 0e714ea6724c [2022-10-12T19:13:55.843Z] ---> 77657df4e8e9 [2022-10-12T19:13:55.843Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-12T19:13:56.102Z] Removing intermediate container 7fa9b7a9b53d [2022-10-12T19:13:56.102Z] ---> 81771bceaa78 [2022-10-12T19:13:56.102Z] Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:13:56.102Z] ---> Running in 24f1d45c5df3 [2022-10-12T19:13:56.360Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:56.617Z] Removing intermediate container 24f1d45c5df3 [2022-10-12T19:13:56.617Z] ---> 977823a2b0b3 [2022-10-12T19:13:56.617Z] Step 23/23 : LABEL version=0.0.0 [2022-10-12T19:13:56.617Z] ---> 4617c4eca25f [2022-10-12T19:13:56.617Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-12T19:13:56.617Z] ---> Running in bb616bcd041d [2022-10-12T19:13:56.877Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:13:56.877Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:13:56.877Z] OK: 15857 distinct packages available [2022-10-12T19:13:56.877Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:56.877Z] Removing intermediate container bb616bcd041d [2022-10-12T19:13:56.877Z] ---> 76dbc5c488b5 [2022-10-12T19:13:56.877Z] [2022-10-12T19:13:57.135Z] Successfully built 76dbc5c488b5 [2022-10-12T19:13:57.135Z] ---> 1eb4aef3cbaf [2022-10-12T19:13:57.135Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-12T19:13:57.135Z] Successfully tagged support-scheduler:latest [2022-10-12T19:13:57.135Z]  Building support-scheduler ... done Building security-spire-agent [2022-10-12T19:13:57.704Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:13:57.963Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-12T19:13:57.963Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-12T19:13:58.220Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-12T19:13:58.220Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-12T19:13:58.479Z] (5/9) Installing curl (7.80.0-r3) [2022-10-12T19:13:58.479Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-12T19:13:58.479Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:13:58.736Z] (8/9) Installing libucontext (1.1-r0) [2022-10-12T19:13:58.736Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-12T19:13:58.736Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:13:58.736Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:13:59.005Z] OK: 8 MiB in 23 packages [2022-10-12T19:13:59.005Z] ---> 03a51ce7cf66 [2022-10-12T19:13:59.005Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-12T19:13:59.005Z] ---> Running in cb977a775dfe [2022-10-12T19:13:59.263Z] Removing intermediate container cb977a775dfe [2022-10-12T19:13:59.263Z] ---> dcbc3187ea29 [2022-10-12T19:13:59.263Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:13:59.263Z] ---> Running in 20b4c73f3884 [2022-10-12T19:13:59.830Z] Removing intermediate container 20b4c73f3884 [2022-10-12T19:13:59.830Z] ---> bf12891069b0 [2022-10-12T19:13:59.830Z] Step 21/23 : LABEL arch=x86_64 [2022-10-12T19:13:59.830Z] ---> Running in 71f853976fff [2022-10-12T19:13:59.830Z] Removing intermediate container da17595c5e60 [2022-10-12T19:13:59.830Z] ---> 76013c85c969 [2022-10-12T19:13:59.830Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:14:00.087Z] Removing intermediate container 71f853976fff [2022-10-12T19:14:00.087Z] ---> 505dd9ad8092 [2022-10-12T19:14:00.087Z] Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:14:00.087Z] Removing intermediate container 54e85ae9e8e3 [2022-10-12T19:14:00.087Z] ---> bcf8591115d2 [2022-10-12T19:14:00.087Z] Step 9/23 : COPY . . [2022-10-12T19:14:00.345Z] ---> 1d049bbe51a8 [2022-10-12T19:14:00.345Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-12T19:14:00.345Z] ---> Running in e8ee0f02d13d [2022-10-12T19:14:00.909Z] Removing intermediate container e8ee0f02d13d [2022-10-12T19:14:00.909Z] ---> 47f12d553730 [2022-10-12T19:14:00.909Z] Step 23/23 : LABEL version=0.0.0 [2022-10-12T19:14:00.909Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:14:00.909Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:14:00.909Z] ---> 96de6d249a7d [2022-10-12T19:14:00.909Z] Step 3/26 : WORKDIR /edgex-go [2022-10-12T19:14:00.909Z] ---> Using cache [2022-10-12T19:14:00.909Z] ---> 072c18a33ced [2022-10-12T19:14:00.909Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:14:00.909Z] ---> Using cache [2022-10-12T19:14:00.909Z] ---> e46dac74bdce [2022-10-12T19:14:00.909Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-12T19:14:01.169Z] ---> Running in dd4e1d576f49 [2022-10-12T19:14:01.169Z] ---> Running in a3a3a0c0a570 [2022-10-12T19:14:01.430Z] Removing intermediate container dd4e1d576f49 [2022-10-12T19:14:01.430Z] ---> 144c4f93310a [2022-10-12T19:14:01.430Z] [2022-10-12T19:14:01.430Z] ---> d7b97fdebe24 [2022-10-12T19:14:01.430Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-12T19:14:01.687Z] Successfully built 144c4f93310a [2022-10-12T19:14:01.687Z] Successfully tagged sys-mgmt-agent:latest [2022-10-12T19:14:01.687Z]  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:14:02.257Z] ---> 3e80b4f837a7 [2022-10-12T19:14:02.257Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-12T19:14:02.257Z] ---> Running in 228464f846d0 [2022-10-12T19:14:02.257Z] Removing intermediate container 228464f846d0 [2022-10-12T19:14:02.257Z] ---> b06351929b46 [2022-10-12T19:14:02.257Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:14:02.521Z] ---> Running in 2c25c02d859c [2022-10-12T19:14:02.521Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:14:02.521Z] Removing intermediate container 2c25c02d859c [2022-10-12T19:14:02.521Z] ---> d81fff57c271 [2022-10-12T19:14:02.521Z] Step 18/20 : LABEL arch=x86_64 [2022-10-12T19:14:02.521Z] ---> Running in 6bf67e791dfc [2022-10-12T19:14:02.521Z] 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-12T19:14:02.778Z] Removing intermediate container 6bf67e791dfc [2022-10-12T19:14:02.778Z] ---> 298201163ce9 [2022-10-12T19:14:02.778Z] Step 19/20 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:14:02.778Z] OK: 211 MiB in 51 packages [2022-10-12T19:14:02.778Z] ---> Running in 8a5b6d5058fd [2022-10-12T19:14:03.041Z] Removing intermediate container 8a5b6d5058fd [2022-10-12T19:14:03.041Z] ---> be520a64388c [2022-10-12T19:14:03.041Z] Step 20/20 : LABEL version=0.0.0 [2022-10-12T19:14:03.299Z] ---> Running in c98ae354e848 [2022-10-12T19:14:03.299Z] Removing intermediate container a3a3a0c0a570 [2022-10-12T19:14:03.299Z] ---> 38076793bcc0 [2022-10-12T19:14:03.299Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-12T19:14:03.299Z] Removing intermediate container c98ae354e848 [2022-10-12T19:14:03.299Z] ---> 5e5600223c93 [2022-10-12T19:14:03.299Z] [2022-10-12T19:14:03.557Z] Successfully built 5e5600223c93 [2022-10-12T19:14:03.557Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-12T19:14:03.557Z]  Building security-spiffe-token-provider ... done  ---> ca64c8cec3f4 [2022-10-12T19:14:03.557Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:14:03.814Z] ---> Running in 5a60ae358135 [2022-10-12T19:14:04.746Z] ---> d4af24d12c85 [2022-10-12T19:14:04.746Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-12T19:14:05.004Z] ---> Running in d18ca36c4afa [2022-10-12T19:14:05.262Z] 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-12T19:14:06.197Z] Removing intermediate container 81453196e768 [2022-10-12T19:14:06.197Z] ---> ff584297ba0c [2022-10-12T19:14:06.197Z] [2022-10-12T19:14:06.197Z] Step 10/22 : FROM alpine:3.16 [2022-10-12T19:14:06.197Z] ---> 9c6f07244728 [2022-10-12T19:14:06.197Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-12T19:14:06.455Z] ---> Running in 8a9a4c39dd1e [2022-10-12T19:14:07.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:14:07.019Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:14:07.276Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-12T19:14:07.276Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-12T19:14:07.276Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-12T19:14:07.276Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-12T19:14:07.276Z] (5/6) Installing curl (7.83.1-r3) [2022-10-12T19:14:07.276Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-12T19:14:07.276Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:14:07.276Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:14:07.276Z] OK: 8 MiB in 20 packages [2022-10-12T19:14:08.683Z] Removing intermediate container 8a9a4c39dd1e [2022-10-12T19:14:08.683Z] ---> f7aa1ac09b3f [2022-10-12T19:14:08.683Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-12T19:14:08.683Z] ---> Running in c8225761858c [2022-10-12T19:14:08.683Z] Removing intermediate container c8225761858c [2022-10-12T19:14:08.683Z] ---> daef8ed40008 [2022-10-12T19:14:08.683Z] Step 13/22 : WORKDIR /edgex [2022-10-12T19:14:08.940Z] ---> Running in 8edfb7166f17 [2022-10-12T19:14:09.199Z] Removing intermediate container 8edfb7166f17 [2022-10-12T19:14:09.199Z] ---> 17329e1e2b49 [2022-10-12T19:14:09.199Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-12T19:14:09.765Z] ---> 99d7c7a2f382 [2022-10-12T19:14:09.765Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-12T19:14:10.030Z] ---> 6843e6f5c8fb [2022-10-12T19:14:10.030Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-12T19:14:10.289Z] Removing intermediate container 5a60ae358135 [2022-10-12T19:14:10.289Z] ---> 4d8521a88a41 [2022-10-12T19:14:10.289Z] Step 8/26 : COPY . . [2022-10-12T19:14:12.187Z] ---> 9ea7728e0d4f [2022-10-12T19:14:12.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-12T19:14:12.469Z] ---> 017a6d564137 [2022-10-12T19:14:12.469Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-12T19:14:12.727Z] ---> Running in bec83c4fc88e [2022-10-12T19:14:14.106Z] ---> 7cc48e842947 [2022-10-12T19:14:14.106Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-12T19:14:14.368Z] Removing intermediate container bec83c4fc88e [2022-10-12T19:14:14.368Z] ---> 38637b3c62e4 [2022-10-12T19:14:14.368Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-12T19:14:14.368Z] ---> Running in 294fafbf0dd1 [2022-10-12T19:14:14.368Z] ---> Running in 476c15b01c6b [2022-10-12T19:14:14.368Z] Removing intermediate container 294fafbf0dd1 [2022-10-12T19:14:14.368Z] ---> 5fec9bc57899 [2022-10-12T19:14:14.368Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-12T19:14:14.627Z] ---> Running in a1ee03a693af [2022-10-12T19:14:14.627Z] Removing intermediate container 476c15b01c6b [2022-10-12T19:14:14.627Z] ---> 8dc9e302ab76 [2022-10-12T19:14:14.627Z] Step 20/22 : LABEL arch=x86_64 [2022-10-12T19:14:14.627Z] ---> Running in 326d9f04fb86 [2022-10-12T19:14:14.627Z] Removing intermediate container a1ee03a693af [2022-10-12T19:14:14.627Z] ---> 85513e171a34 [2022-10-12T19:14:14.627Z] 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-12T19:14:14.889Z] ---> Running in cdb904833d50 [2022-10-12T19:14:14.889Z] Removing intermediate container 326d9f04fb86 [2022-10-12T19:14:14.889Z] ---> 14e97ef01632 [2022-10-12T19:14:14.889Z] Step 21/22 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:14:14.889Z] ---> Running in 669d6bbe79ea [2022-10-12T19:14:14.889Z] Removing intermediate container 669d6bbe79ea [2022-10-12T19:14:14.889Z] ---> 981faef6bd1d [2022-10-12T19:14:14.889Z] Step 22/22 : LABEL version=0.0.0 [2022-10-12T19:14:15.148Z] ---> Running in f0480e44c798 [2022-10-12T19:14:15.148Z] Removing intermediate container f0480e44c798 [2022-10-12T19:14:15.148Z] ---> aa2f17d0297a [2022-10-12T19:14:15.148Z] [2022-10-12T19:14:15.148Z] Successfully built aa2f17d0297a [2022-10-12T19:14:15.407Z] Successfully tagged security-proxy-setup:latest [2022-10-12T19:14:15.671Z]  Building security-proxy-setup ... done Removing intermediate container cdb904833d50 [2022-10-12T19:14:15.671Z] ---> 00fb9c0c96fe [2022-10-12T19:14:15.671Z] Step 12/26 : WORKDIR /edgex-go [2022-10-12T19:14:15.929Z] ---> Running in 21d52a46293b [2022-10-12T19:14:15.929Z] Removing intermediate container 21d52a46293b [2022-10-12T19:14:15.929Z] ---> dbb54e31d67d [2022-10-12T19:14:15.929Z] [2022-10-12T19:14:15.929Z] Step 13/26 : FROM alpine:3.15 [2022-10-12T19:14:15.929Z] ---> c4fc93816858 [2022-10-12T19:14:15.929Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:14:15.929Z] ---> Using cache [2022-10-12T19:14:15.929Z] ---> de4fd307b047 [2022-10-12T19:14:15.929Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:14:15.929Z] ---> Using cache [2022-10-12T19:14:15.929Z] ---> 8f306ab2855d [2022-10-12T19:14:15.929Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-12T19:14:15.929Z] ---> Using cache [2022-10-12T19:14:15.929Z] ---> 5ca86dc8e05e [2022-10-12T19:14:15.929Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-12T19:14:17.303Z] ---> 299ed71532fd [2022-10-12T19:14:17.303Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-12T19:14:18.691Z] ---> 3efd0fb384a0 [2022-10-12T19:14:18.691Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-12T19:14:18.691Z] ---> d86658db9085 [2022-10-12T19:14:18.691Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-12T19:14:18.950Z] ---> 637494a1674a [2022-10-12T19:14:18.950Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-12T19:14:19.208Z] ---> 852d0080b19a [2022-10-12T19:14:19.208Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-12T19:14:19.208Z] ---> Running in 636426f32553 [2022-10-12T19:14:19.209Z] Removing intermediate container 636426f32553 [2022-10-12T19:14:19.209Z] ---> de07aaef4bc9 [2022-10-12T19:14:19.209Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-12T19:14:19.209Z] ---> Running in bba16df15931 [2022-10-12T19:14:19.468Z] Removing intermediate container bba16df15931 [2022-10-12T19:14:19.468Z] ---> 32adbdb99bbb [2022-10-12T19:14:19.468Z] Step 24/26 : LABEL arch=x86_64 [2022-10-12T19:14:19.468Z] ---> Running in d3f1f2303a90 [2022-10-12T19:14:19.468Z] Removing intermediate container d3f1f2303a90 [2022-10-12T19:14:19.468Z] ---> 04cabe9570a9 [2022-10-12T19:14:19.468Z] Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:14:19.468Z] ---> Running in 7ce63e837e84 [2022-10-12T19:14:19.727Z] Removing intermediate container 7ce63e837e84 [2022-10-12T19:14:19.727Z] ---> bf387e3af49d [2022-10-12T19:14:19.727Z] Step 26/26 : LABEL version=0.0.0 [2022-10-12T19:14:19.727Z] ---> Running in 7c6e5a73bcc7 [2022-10-12T19:14:19.727Z] Removing intermediate container 7c6e5a73bcc7 [2022-10-12T19:14:19.727Z] ---> 94a82d956625 [2022-10-12T19:14:19.727Z] [2022-10-12T19:14:19.986Z] Successfully built 94a82d956625 [2022-10-12T19:14:19.986Z] Successfully tagged security-spire-agent:latest [2022-10-12T19:14:24.173Z]  Building security-spire-agent ... done Removing intermediate container d18ca36c4afa [2022-10-12T19:14:24.173Z] ---> 9b59bcebf863 [2022-10-12T19:14:24.173Z] [2022-10-12T19:14:24.173Z] Step 11/23 : FROM alpine:3.16 [2022-10-12T19:14:24.173Z] ---> 9c6f07244728 [2022-10-12T19:14:24.173Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-12T19:14:24.173Z] ---> Running in 8dfea0bc3d91 [2022-10-12T19:14:24.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-12T19:14:24.432Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-12T19:14:24.689Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-12T19:14:24.690Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-12T19:14:24.690Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:14:24.690Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:14:24.690Z] OK: 6 MiB in 16 packages [2022-10-12T19:14:25.257Z] Removing intermediate container 8dfea0bc3d91 [2022-10-12T19:14:25.257Z] ---> 084e84aebd90 [2022-10-12T19:14:25.257Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:14:25.257Z] ---> Running in ebffb7204808 [2022-10-12T19:14:25.257Z] Removing intermediate container ebffb7204808 [2022-10-12T19:14:25.257Z] ---> a2143f3bf903 [2022-10-12T19:14:25.257Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-12T19:14:25.257Z] ---> Running in ce872463deea [2022-10-12T19:14:25.517Z] Removing intermediate container ce872463deea [2022-10-12T19:14:25.517Z] ---> aed95df3e056 [2022-10-12T19:14:25.517Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-12T19:14:25.517Z] ---> Running in 76bdd10046d9 [2022-10-12T19:14:25.517Z] Removing intermediate container 76bdd10046d9 [2022-10-12T19:14:25.517Z] ---> 81a8822d3335 [2022-10-12T19:14:25.517Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:14:25.775Z] ---> 8261b7a8a5a0 [2022-10-12T19:14:25.775Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-12T19:14:26.036Z] ---> 717e779ff102 [2022-10-12T19:14:26.036Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-12T19:14:26.295Z] ---> 6f5a656c768e [2022-10-12T19:14:26.295Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-12T19:14:26.295Z] ---> Running in 4f823326df7c [2022-10-12T19:14:26.295Z] Removing intermediate container 4f823326df7c [2022-10-12T19:14:26.295Z] ---> 18665a1d5bf9 [2022-10-12T19:14:26.295Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:14:26.295Z] ---> Running in 4ebcfdf59e4b [2022-10-12T19:14:26.553Z] Removing intermediate container 4ebcfdf59e4b [2022-10-12T19:14:26.553Z] ---> b37c75354d21 [2022-10-12T19:14:26.553Z] Step 21/23 : LABEL arch=x86_64 [2022-10-12T19:14:26.553Z] ---> Running in 0d4f3d2a6888 [2022-10-12T19:14:26.553Z] Removing intermediate container 0d4f3d2a6888 [2022-10-12T19:14:26.553Z] ---> 3233333a1b19 [2022-10-12T19:14:26.553Z] Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:14:26.553Z] ---> Running in ad45b3e8d368 [2022-10-12T19:14:26.812Z] Removing intermediate container ad45b3e8d368 [2022-10-12T19:14:26.812Z] ---> 28c54bf5ff5f [2022-10-12T19:14:26.812Z] Step 23/23 : LABEL version=0.0.0 [2022-10-12T19:14:26.812Z] ---> Running in ee33133af421 [2022-10-12T19:14:26.812Z] Removing intermediate container ee33133af421 [2022-10-12T19:14:26.812Z] ---> dc518efd88cb [2022-10-12T19:14:26.812Z] [2022-10-12T19:14:26.812Z] Successfully built dc518efd88cb [2022-10-12T19:14:26.812Z] Successfully tagged support-notifications:latest [2022-10-12T19:14:27.077Z]  Building support-notifications ... done  [Pipeline] } [2022-10-12T19:14:27.095Z] $ docker stop --time=1 2945d4e6287f7d2755e01409c51d3c6354fedb8d2369cdd2e7f72ebf6272306f [2022-10-12T19:14:28.424Z] $ docker rm -f 2945d4e6287f7d2755e01409c51d3c6354fedb8d2369cdd2e7f72ebf6272306f [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T19:14:28.821Z] + docker images [2022-10-12T19:14:28.821Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-12T19:14:28.821Z] support-notifications latest dc518efd88cb 2 seconds ago 30.1MB [2022-10-12T19:14:28.821Z] 9b59bcebf863 5 seconds ago 1.64GB [2022-10-12T19:14:28.821Z] security-spire-agent latest 94a82d956625 9 seconds ago 125MB [2022-10-12T19:14:28.822Z] dbb54e31d67d 13 seconds ago 1.45GB [2022-10-12T19:14:28.822Z] security-proxy-setup latest aa2f17d0297a 13 seconds ago 27.4MB [2022-10-12T19:14:28.822Z] ff584297ba0c 23 seconds ago 1.57GB [2022-10-12T19:14:28.822Z] security-spiffe-token-provider latest 5e5600223c93 25 seconds ago 29.3MB [2022-10-12T19:14:28.822Z] sys-mgmt-agent latest 144c4f93310a 27 seconds ago 136MB [2022-10-12T19:14:28.822Z] support-scheduler latest 76dbc5c488b5 32 seconds ago 29.5MB [2022-10-12T19:14:28.822Z] aa3184467200 35 seconds ago 1.61GB [2022-10-12T19:14:28.822Z] cc384ad5b925 39 seconds ago 1.64GB [2022-10-12T19:14:28.822Z] core-metadata latest 981621e7ab02 46 seconds ago 18.3MB [2022-10-12T19:14:28.822Z] core-command latest 9c02c81e2752 46 seconds ago 17.5MB [2022-10-12T19:14:28.822Z] d6bded3508fc 48 seconds ago 1.56GB [2022-10-12T19:14:28.822Z] 8d216576ab3d 54 seconds ago 1.59GB [2022-10-12T19:14:28.822Z] f1c9b9f3d400 55 seconds ago 1.58GB [2022-10-12T19:14:28.822Z] security-bootstrapper latest a4f63c482a47 About a minute ago 19.9MB [2022-10-12T19:14:28.822Z] security-secretstore-setup latest fc1b4575ec69 About a minute ago 29.3MB [2022-10-12T19:14:28.822Z] core-data latest 98112df5dc91 About a minute ago 21.6MB [2022-10-12T19:14:28.822Z] dd4e1569d538 About a minute ago 1.59GB [2022-10-12T19:14:28.822Z] 477cd489de08 About a minute ago 1.57GB [2022-10-12T19:14:28.822Z] 2e38215358c1 About a minute ago 1.57GB [2022-10-12T19:14:28.822Z] security-spire-server latest 42dcf1ea9e06 About a minute ago 86.5MB [2022-10-12T19:14:28.822Z] security-spire-config latest 250fc55a3b1c About a minute ago 85.8MB [2022-10-12T19:14:28.822Z] 4bfa2b545b11 2 minutes ago 1.45GB [2022-10-12T19:14:28.822Z] 8ea38aff5cb6 2 minutes ago 1.45GB [2022-10-12T19:14:28.822Z] ci-base-image-x86_64 latest 96de6d249a7d 5 minutes ago 940MB [2022-10-12T19:14:28.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 days ago 677MB [2022-10-12T19:14:28.822Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-12T19:14:28.822Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-12T19:14:28.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-12T19:14:28.822Z] 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-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-12T19:15:08.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-12T19:15:27.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.548s coverage: 28.7% of statements [2022-10-12T19:15:27.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-12T19:15:27.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-12T19:15:31.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.554s coverage: 98.5% of statements [2022-10-12T19:15:37.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.876s coverage: 41.3% of statements [2022-10-12T19:15:37.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-12T19:15:37.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-12T19:15:37.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.495s coverage: 54.2% of statements [2022-10-12T19:15:37.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-12T19:15:37.959Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-12T19:16:04.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.599s coverage: 89.2% of statements [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-12T19:16:04.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.620s coverage: 2.2% of statements [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-12T19:16:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-12T19:16:06.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.914s coverage: 95.6% of statements [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-12T19:16:06.668Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.570s coverage: 72.2% of statements [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-12T19:16:06.668Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.679s coverage: 60.0% of statements [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-12T19:16:06.668Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.508s coverage: 0.9% of statements [2022-10-12T19:16:06.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-12T19:16:09.278Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.482s coverage: 58.8% of statements [2022-10-12T19:16:09.278Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.726s coverage: 29.6% of statements [2022-10-12T19:16:09.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-12T19:16:12.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.416s coverage: 47.1% of statements [2022-10-12T19:16:12.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.454s coverage: 79.5% of statements [2022-10-12T19:16:12.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.436s coverage: 94.1% of statements [2022-10-12T19:16:12.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.385s coverage: 96.3% of statements [2022-10-12T19:16:17.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.260s coverage: 87.5% of statements [2022-10-12T19:16:27.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.499s coverage: 94.4% of statements [2022-10-12T19:16:27.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.223s coverage: 44.8% of statements [2022-10-12T19:16:35.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.742s coverage: 80.5% of statements [2022-10-12T19:16:35.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.340s coverage: 92.9% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.247s coverage: 86.9% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.215s coverage: 87.2% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.289s coverage: 58.8% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.282s coverage: 80.0% of statements [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 85.4% of statements [2022-10-12T19:16:42.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.828s coverage: 91.2% of statements [2022-10-12T19:16:42.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-12T19:16:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.977s coverage: 64.7% of statements [2022-10-12T19:16:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-12T19:16:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-12T19:16:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.272s coverage: 100.0% of statements [2022-10-12T19:16:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 89.4% of statements [2022-10-12T19:16:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2022-10-12T19:16:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2022-10-12T19:16:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2022-10-12T19:16:55.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.371s coverage: 65.8% of statements [2022-10-12T19:16:55.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-12T19:16:55.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-12T19:16:55.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-12T19:16:59.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 2.032s coverage: 41.8% of statements [2022-10-12T19:16:59.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-12T19:16:59.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-12T19:16:59.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.330s coverage: 89.5% of statements [2022-10-12T19:16:59.627Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-12T19:16:59.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.256s coverage: 84.8% of statements [2022-10-12T19:16:59.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-12T19:16:59.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-12T19:16:59.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-12T19:16:59.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-12T19:17:06.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.365s coverage: 17.7% of statements [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-12T19:17:06.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.771s coverage: 92.3% of statements [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-12T19:17:06.265Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.295s coverage: 63.2% of statements [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-12T19:17:06.265Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-12T19:17:07.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.457s coverage: 97.7% of statements [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-12T19:17:07.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.229s coverage: 28.9% of statements [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-12T19:17:07.671Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-12T19:17:07.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.243s coverage: 100.0% of statements [2022-10-12T19:17:07.671Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements [2022-10-12T19:17:08.255Z] 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-12T19:17:08.255Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-12T19:17:08.255Z] GO111MODULE=on go vet ./... [2022-10-12T19:18:59.928Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-12T19:18:59.928Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-12T19:18:59.928Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-12T19:18:59.962Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-12T19:19:00.319Z] + ls -al . [2022-10-12T19:19:00.319Z] total 756 [2022-10-12T19:19:00.319Z] drwxrwxr-x 10 1001 1001 4096 Oct 12 19:12 . [2022-10-12T19:19:00.319Z] drwxr-xr-x 4 root root 4096 Oct 12 19:12 .. [2022-10-12T19:19:00.319Z] drwxrwxr-x 2 1001 1001 4096 Oct 12 19:11 .blubracket [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 16 Oct 12 19:11 .dockerignore [2022-10-12T19:19:00.319Z] drwxrwxr-x 8 1001 1001 4096 Oct 12 19:11 .git [2022-10-12T19:19:00.319Z] drwxrwxr-x 3 1001 1001 4096 Oct 12 19:11 .github [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 1030 Oct 12 19:11 .gitignore [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 42 Oct 12 19:11 .golangci.yml [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 87 Oct 12 19:11 .hadolint.yml [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 166 Oct 12 19:11 .sonarcloud.properties [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 1171 Oct 12 19:11 ADOPTERS.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 10722 Oct 12 19:11 Attribution.txt [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 63209 Oct 12 19:11 CHANGELOG.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 3804 Oct 12 19:11 CONTRIBUTING.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 677 Oct 12 19:11 GOVERNANCE.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 850 Oct 12 19:11 Jenkinsfile [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 10775 Oct 12 19:11 LICENSE [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 13857 Oct 12 19:11 Makefile [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 582 Oct 12 19:11 OWNERS.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 9799 Oct 12 19:11 README.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 6912 Oct 12 19:11 SECURITY.md [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 5 Oct 12 19:09 VERSION [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 4131 Oct 12 19:11 ZMQWindows.md [2022-10-12T19:19:00.319Z] drwxrwxr-x 2 1001 1001 4096 Oct 12 19:11 bin [2022-10-12T19:19:00.319Z] drwxrwxr-x 18 1001 1001 4096 Oct 12 19:11 cmd [2022-10-12T19:19:00.319Z] -rw-r--r-- 1 root root 502375 Oct 12 19:17 coverage.out [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 3458 Oct 12 19:11 go.mod [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 38041 Oct 12 19:11 go.sum [2022-10-12T19:19:00.319Z] drwxrwxr-x 8 1001 1001 4096 Oct 12 19:11 internal [2022-10-12T19:19:00.319Z] drwxrwxr-x 3 1001 1001 4096 Oct 12 19:11 openapi [2022-10-12T19:19:00.319Z] drwxrwxr-x 4 1001 1001 4096 Oct 12 19:11 snap [2022-10-12T19:19:00.319Z] -rw-rw-r-- 1 1001 1001 204 Oct 12 19:11 version.go [Pipeline] sh [2022-10-12T19:19:00.665Z] + '[' -e coverage.out ] [2022-10-12T19:19:00.665Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-12T19:19:00.712Z] Warning: overwriting stash ‘coverage-report’ [2022-10-12T19:19:01.487Z] Stashed 1 file(s) [Pipeline] sh [2022-10-12T19:19:02.136Z] + make build [2022-10-12T19:19:02.136Z] 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-12T19:20:38.752Z] 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-12T19:21:46.605Z] 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-12T19:21:46.606Z] 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-12T19:22:25.476Z] 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-12T19:22:25.476Z] 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-12T19:22:30.819Z] 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-12T19:22:37.457Z] 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-12T19:22:41.705Z] 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-12T19:22:47.041Z] 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-12T19:22:50.375Z] 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-12T19:22:53.713Z] 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-12T19:23:01.904Z] 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-12T19:23:07.255Z] $ docker stop --time=1 14cd2c917f6a2bcd625536079abc07abdd5967aa3703fae1d82eaeaa66a48195 [2022-10-12T19:23:09.173Z] $ docker rm -f 14cd2c917f6a2bcd625536079abc07abdd5967aa3703fae1d82eaeaa66a48195 [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-12T19:23:11.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-12T19:23:11.688Z] [2022-10-12T19:23:11.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:23:12.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-12T19:23:12.343Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-12T19:23:12.343Z] 29e5d40040c1: Pulling fs layer [2022-10-12T19:23:12.343Z] 1ce36da41761: Pulling fs layer [2022-10-12T19:23:12.343Z] 25b303627fd3: Pulling fs layer [2022-10-12T19:23:12.608Z] 29e5d40040c1: Verifying Checksum [2022-10-12T19:23:12.608Z] 29e5d40040c1: Download complete [2022-10-12T19:23:12.876Z] 1ce36da41761: Download complete [2022-10-12T19:23:13.159Z] 29e5d40040c1: Pull complete [2022-10-12T19:23:14.114Z] 1ce36da41761: Pull complete [2022-10-12T19:23:14.114Z] 25b303627fd3: Verifying Checksum [2022-10-12T19:23:14.114Z] 25b303627fd3: Download complete [2022-10-12T19:23:24.161Z] 25b303627fd3: Pull complete [2022-10-12T19:23:24.161Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-12T19:23:24.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-12T19:23:24.161Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:23:24.461Z] prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container [2022-10-12T19:23:24.518Z] $ 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-12T19:23:26.767Z] $ docker top bb09b66622d7a879740c840c5ed6192021c0e5065f473faeeebb4881abd20728 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T19:23:27.628Z] + grep parallel [2022-10-12T19:23:27.628Z] + docker-compose build --help [2022-10-12T19:23:31.872Z] --parallel Build images in parallel. [Pipeline] } [2022-10-12T19:23:31.898Z] $ docker stop --time=1 bb09b66622d7a879740c840c5ed6192021c0e5065f473faeeebb4881abd20728 [2022-10-12T19:23:33.515Z] $ docker rm -f bb09b66622d7a879740c840c5ed6192021c0e5065f473faeeebb4881abd20728 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:23:34.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-12T19:23:34.237Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:23:34.493Z] prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container [2022-10-12T19:23:34.554Z] $ 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-12T19:23:35.706Z] $ docker top 1e26c5feac0471a9639c44c1e8aa873e35e746725ab48a1df579dc8849b0172c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T19:23:36.257Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-12T19:23:41.596Z] Building core-command ... [2022-10-12T19:23:41.597Z] Building core-data ... [2022-10-12T19:23:41.597Z] Building core-metadata ... [2022-10-12T19:23:41.597Z] Building security-bootstrapper ... [2022-10-12T19:23:41.597Z] Building security-proxy-setup ... [2022-10-12T19:23:41.597Z] Building security-secretstore-setup ... [2022-10-12T19:23:41.597Z] Building security-spiffe-token-provider ... [2022-10-12T19:23:41.597Z] Building security-spire-agent ... [2022-10-12T19:23:41.597Z] Building security-spire-config ... [2022-10-12T19:23:41.597Z] Building security-spire-server ... [2022-10-12T19:23:41.597Z] Building support-notifications ... [2022-10-12T19:23:41.597Z] Building support-scheduler ... [2022-10-12T19:23:41.597Z] Building sys-mgmt-agent ... [2022-10-12T19:23:41.597Z] Building security-proxy-setup [2022-10-12T19:23:41.597Z] Building security-spire-agent [2022-10-12T19:23:41.597Z] Building security-spire-server [2022-10-12T19:23:41.597Z] Building security-spire-config [2022-10-12T19:23:41.597Z] Building core-data [2022-10-12T19:24:28.607Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:24:28.607Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:24:28.607Z] ---> 9a3650170300 [2022-10-12T19:24:28.607Z] Step 3/22 : WORKDIR /edgex-go [2022-10-12T19:24:28.607Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:24:28.607Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:24:28.607Z] ---> 9a3650170300 [2022-10-12T19:24:28.607Z] Step 3/26 : WORKDIR /edgex-go [2022-10-12T19:24:28.607Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:24:28.607Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:24:28.607Z] ---> 9a3650170300 [2022-10-12T19:24:28.607Z] Step 3/25 : WORKDIR /edgex-go [2022-10-12T19:24:28.873Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:24:28.874Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:24:28.874Z] ---> 9a3650170300 [2022-10-12T19:24:28.874Z] Step 3/26 : WORKDIR /edgex-go [2022-10-12T19:24:28.874Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:24:28.874Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:24:28.874Z] ---> 9a3650170300 [2022-10-12T19:24:28.874Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:24:29.457Z] ---> Running in e975736c50e7 [2022-10-12T19:24:29.457Z] ---> Running in 6294a305893b [2022-10-12T19:24:29.457Z] ---> Running in f23f39929ef7 [2022-10-12T19:24:29.457Z] ---> Running in 2b05186daaec [2022-10-12T19:24:29.457Z] ---> Running in 663df70921cf [2022-10-12T19:24:30.041Z] Removing intermediate container 6294a305893b [2022-10-12T19:24:30.042Z] ---> 1687192a175a [2022-10-12T19:24:30.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:24:30.042Z] Removing intermediate container 2b05186daaec [2022-10-12T19:24:30.042Z] ---> 1d95f54ef1a9 [2022-10-12T19:24:30.042Z] Step 4/24 : WORKDIR /edgex-go [2022-10-12T19:24:30.309Z] Removing intermediate container e975736c50e7 [2022-10-12T19:24:30.309Z] ---> b56d10736938 [2022-10-12T19:24:30.309Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:24:30.309Z] Removing intermediate container f23f39929ef7 [2022-10-12T19:24:30.309Z] ---> a5711e6c9fcf [2022-10-12T19:24:30.309Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:24:30.309Z] Removing intermediate container 663df70921cf [2022-10-12T19:24:30.309Z] ---> c2fa1d916a6e [2022-10-12T19:24:30.309Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:24:30.309Z] ---> Running in 7d4e05e6605f [2022-10-12T19:24:30.309Z] ---> Running in ed39c0d67a5a [2022-10-12T19:24:30.574Z] ---> Running in becd73687502 [2022-10-12T19:24:30.574Z] ---> Running in 5bb8beb7c4d4 [2022-10-12T19:24:30.574Z] ---> Running in ab6ccfd003ec [2022-10-12T19:24:31.162Z] Removing intermediate container becd73687502 [2022-10-12T19:24:31.162Z] ---> 2456f25efb28 [2022-10-12T19:24:31.162Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:24:31.162Z] ---> Running in a782c61dc1c0 [2022-10-12T19:24:34.511Z] Removing intermediate container 7d4e05e6605f [2022-10-12T19:24:34.511Z] ---> dcb7d49cf343 [2022-10-12T19:24:34.511Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-12T19:24:34.511Z] Removing intermediate container ab6ccfd003ec [2022-10-12T19:24:34.511Z] ---> cbfd4fba0217 [2022-10-12T19:24:34.511Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-12T19:24:34.511Z] ---> Running in 9b9dd17878ad [2022-10-12T19:24:34.511Z] ---> Running in 9b31b104bfec [2022-10-12T19:24:34.779Z] Removing intermediate container ed39c0d67a5a [2022-10-12T19:24:34.779Z] ---> b843192758dd [2022-10-12T19:24:34.779Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-12T19:24:34.779Z] ---> Running in 43967e42c761 [2022-10-12T19:24:34.779Z] Removing intermediate container 5bb8beb7c4d4 [2022-10-12T19:24:34.779Z] ---> 53439f7041df [2022-10-12T19:24:34.779Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-12T19:24:35.048Z] ---> Running in 810f07fa65ab [2022-10-12T19:24:35.048Z] Removing intermediate container a782c61dc1c0 [2022-10-12T19:24:35.048Z] ---> bffeda3cb3f8 [2022-10-12T19:24:35.048Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-12T19:24:35.317Z] ---> Running in a708f0093ccc [2022-10-12T19:24:36.725Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:36.993Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:37.261Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:37.261Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:37.261Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:37.850Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:37.850Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:38.119Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:38.393Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:38.979Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:24:38.979Z] OK: 221 MiB in 51 packages [2022-10-12T19:24:38.979Z] OK: 221 MiB in 51 packages [2022-10-12T19:24:39.568Z] OK: 221 MiB in 51 packages [2022-10-12T19:24:39.837Z] OK: 221 MiB in 51 packages [2022-10-12T19:24:40.419Z] OK: 221 MiB in 51 packages [2022-10-12T19:24:41.386Z] Removing intermediate container 9b9dd17878ad [2022-10-12T19:24:41.386Z] ---> fc3a55ee57c6 [2022-10-12T19:24:41.386Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-12T19:24:41.654Z] Removing intermediate container 9b31b104bfec [2022-10-12T19:24:41.654Z] ---> bdeed9be3f70 [2022-10-12T19:24:41.654Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-12T19:24:41.654Z] Removing intermediate container a708f0093ccc [2022-10-12T19:24:41.654Z] ---> 43d78816d91a [2022-10-12T19:24:41.654Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-12T19:24:41.922Z] Removing intermediate container 810f07fa65ab [2022-10-12T19:24:41.922Z] ---> 9bf3dfcb2a9d [2022-10-12T19:24:41.922Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-12T19:24:41.922Z] Removing intermediate container 43967e42c761 [2022-10-12T19:24:41.922Z] ---> da22a5ae8fcd [2022-10-12T19:24:41.922Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-12T19:24:42.505Z] ---> 0e8f3b389c8c [2022-10-12T19:24:42.505Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:24:42.776Z] ---> 55eb11db3cc2 [2022-10-12T19:24:42.776Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:24:42.776Z] ---> Running in 46d304d30d1c [2022-10-12T19:24:42.776Z] ---> f8cb5075696c [2022-10-12T19:24:42.776Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:24:43.044Z] ---> Running in f2417abaf1ce [2022-10-12T19:24:43.044Z] ---> Running in 59edd28ffaf2 [2022-10-12T19:24:43.044Z] ---> 89d2ac06ddeb [2022-10-12T19:24:43.044Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:24:43.312Z] ---> Running in 5708712ba3d4 [2022-10-12T19:24:43.312Z] ---> 0b58853ab5f4 [2022-10-12T19:24:43.312Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:24:43.580Z] ---> Running in 75e41e1dfe7d [2022-10-12T19:25:51.454Z] Removing intermediate container 46d304d30d1c [2022-10-12T19:25:51.454Z] ---> d17caa7522da [2022-10-12T19:25:51.454Z] Step 8/22 : COPY . . [2022-10-12T19:25:51.454Z] Removing intermediate container 59edd28ffaf2 [2022-10-12T19:25:51.454Z] ---> 2abcad189962 [2022-10-12T19:25:51.454Z] Step 8/26 : COPY . . [2022-10-12T19:25:51.454Z] Removing intermediate container 5708712ba3d4 [2022-10-12T19:25:51.454Z] ---> dd7c050c74e6 [2022-10-12T19:25:51.454Z] Step 8/26 : COPY . . [2022-10-12T19:25:51.454Z] Removing intermediate container 75e41e1dfe7d [2022-10-12T19:25:51.454Z] ---> 7716afce33bf [2022-10-12T19:25:51.454Z] Step 8/25 : COPY . . [2022-10-12T19:25:51.454Z] Removing intermediate container f2417abaf1ce [2022-10-12T19:25:51.454Z] ---> 30d65189e1bf [2022-10-12T19:25:51.454Z] Step 9/24 : COPY . . [2022-10-12T19:26:06.435Z] ---> 84bfddf2fa77 [2022-10-12T19:26:06.435Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-12T19:26:06.435Z] ---> 3ce71854675e [2022-10-12T19:26:06.435Z] ---> 812f94ddd661 [2022-10-12T19:26:06.435Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-12T19:26:06.435Z] [2022-10-12T19:26:06.435Z] ---> ecf8b661f0eb [2022-10-12T19:26:06.435Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-12T19:26:06.435Z] ---> Running in 616a425d38db [2022-10-12T19:26:06.435Z] ---> 72820d85b00b [2022-10-12T19:26:06.435Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-12T19:26:06.435Z] ---> Running in b05b29a5788f [2022-10-12T19:26:06.435Z] ---> Running in 9fcb65666c1b [2022-10-12T19:26:06.435Z] ---> Running in 5acc7be55ad7 [2022-10-12T19:26:06.435Z] ---> Running in d558014c9daa [2022-10-12T19:26:06.435Z] Removing intermediate container 9fcb65666c1b [2022-10-12T19:26:06.435Z] ---> b163dc31db13 [2022-10-12T19:26:06.435Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-12T19:26:06.435Z] Removing intermediate container 616a425d38db [2022-10-12T19:26:06.435Z] ---> 4b0ed4e304a2 [2022-10-12T19:26:06.435Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-12T19:26:06.435Z] Removing intermediate container 5acc7be55ad7 [2022-10-12T19:26:06.435Z] ---> 72f3ae701a34 [2022-10-12T19:26:06.435Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-12T19:26:06.701Z] ---> Running in 02a051c1dc17 [2022-10-12T19:26:06.701Z] ---> Running in 40837ca7dc37 [2022-10-12T19:26:06.701Z] ---> Running in f689bf6813b5 [2022-10-12T19:26:07.287Z] Removing intermediate container 40837ca7dc37 [2022-10-12T19:26:07.287Z] ---> 10e4b2737243 [2022-10-12T19:26:07.287Z] 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-12T19:26:07.287Z] Removing intermediate container f689bf6813b5 [2022-10-12T19:26:07.287Z] ---> 7db2df1ac3bc [2022-10-12T19:26:07.287Z] 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-12T19:26:07.287Z] Removing intermediate container 02a051c1dc17 [2022-10-12T19:26:07.287Z] ---> 90c588941585 [2022-10-12T19:26:07.287Z] 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-12T19:26:07.287Z] ---> Running in ae1e3a3f9d7d [2022-10-12T19:26:07.287Z] ---> Running in 295d54206014 [2022-10-12T19:26:07.552Z] ---> Running in ade273e7e27d [2022-10-12T19:26:07.552Z] 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-12T19:26:08.134Z] 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-12T19:26:12.387Z] Removing intermediate container 295d54206014 [2022-10-12T19:26:12.387Z] ---> 8d594bb7850b [2022-10-12T19:26:12.387Z] Step 12/25 : WORKDIR /edgex-go [2022-10-12T19:26:12.387Z] Removing intermediate container ae1e3a3f9d7d [2022-10-12T19:26:12.387Z] ---> ca04b15dc08e [2022-10-12T19:26:12.387Z] Step 12/26 : WORKDIR /edgex-go [2022-10-12T19:26:12.387Z] ---> Running in 3ed2ddeca100 [2022-10-12T19:26:12.387Z] Removing intermediate container ade273e7e27d [2022-10-12T19:26:12.387Z] ---> 568fe0b4a190 [2022-10-12T19:26:12.387Z] Step 12/26 : WORKDIR /edgex-go [2022-10-12T19:26:12.387Z] ---> Running in 0b23782ffb49 [2022-10-12T19:26:12.387Z] ---> Running in 8af999aa9d45 [2022-10-12T19:26:12.655Z] Removing intermediate container 0b23782ffb49 [2022-10-12T19:26:12.655Z] ---> 4be0de751eed [2022-10-12T19:26:12.655Z] [2022-10-12T19:26:12.655Z] Step 13/26 : FROM alpine:3.15 [2022-10-12T19:26:12.963Z] 3.15: Pulling from library/alpine [2022-10-12T19:26:12.963Z] Removing intermediate container 3ed2ddeca100 [2022-10-12T19:26:12.963Z] ---> 9acf1505f67b [2022-10-12T19:26:12.963Z] [2022-10-12T19:26:12.963Z] Step 13/25 : FROM alpine:3.15 [2022-10-12T19:26:12.963Z] Removing intermediate container 8af999aa9d45 [2022-10-12T19:26:12.963Z] ---> 55e1cd7fdf3c [2022-10-12T19:26:12.963Z] [2022-10-12T19:26:12.963Z] Step 13/26 : FROM alpine:3.15 [2022-10-12T19:26:13.231Z] 3.15: Pulling from library/alpine [2022-10-12T19:26:13.231Z] 3.15: Pulling from library/alpine [2022-10-12T19:26:15.171Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-12T19:26:15.171Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-12T19:26:15.171Z] Status: Downloaded newer image for alpine:3.15 [2022-10-12T19:26:15.171Z] Status: Image is up to date for alpine:3.15 [2022-10-12T19:26:15.171Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-12T19:26:15.171Z] Status: Image is up to date for alpine:3.15 [2022-10-12T19:26:15.171Z] ---> 02e0d6fdf486 [2022-10-12T19:26:15.171Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:26:15.171Z] ---> 02e0d6fdf486 [2022-10-12T19:26:15.171Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:26:15.171Z] ---> 02e0d6fdf486 [2022-10-12T19:26:15.171Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:26:15.171Z] ---> Running in 0aeb7a3d5351 [2022-10-12T19:26:15.437Z] ---> Running in b62f3100b97a [2022-10-12T19:26:15.437Z] ---> Running in 450131f15754 [2022-10-12T19:26:16.019Z] Removing intermediate container 0aeb7a3d5351 [2022-10-12T19:26:16.019Z] ---> f4480ea9a1a0 [2022-10-12T19:26:16.019Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:26:16.019Z] Removing intermediate container 450131f15754 [2022-10-12T19:26:16.019Z] ---> 8ccf0f5be823 [2022-10-12T19:26:16.019Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:26:16.284Z] ---> Running in 3c535c6127eb [2022-10-12T19:26:16.284Z] Removing intermediate container b62f3100b97a [2022-10-12T19:26:16.284Z] ---> 414a86b03471 [2022-10-12T19:26:16.284Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:26:16.555Z] ---> Running in 5491da8e59c3 [2022-10-12T19:26:16.555Z] ---> Running in 0f37cd20734a [2022-10-12T19:26:20.795Z] Removing intermediate container 3c535c6127eb [2022-10-12T19:26:20.795Z] ---> bc418413f649 [2022-10-12T19:26:20.795Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-12T19:26:20.795Z] ---> Running in b3f1447287cc [2022-10-12T19:26:21.074Z] Removing intermediate container 5491da8e59c3 [2022-10-12T19:26:21.074Z] ---> a58c614e7c46 [2022-10-12T19:26:21.074Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-12T19:26:21.074Z] ---> Running in cf0fc802c67e [2022-10-12T19:26:21.340Z] Removing intermediate container 0f37cd20734a [2022-10-12T19:26:21.340Z] ---> 88556f2f2149 [2022-10-12T19:26:21.340Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-12T19:26:21.615Z] ---> Running in 423515ac7721 [2022-10-12T19:26:23.561Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:23.561Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:23.561Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:24.145Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:24.410Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:24.674Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:25.253Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:26:25.253Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:26:25.253Z] OK: 15734 distinct packages available [2022-10-12T19:26:25.518Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:25.784Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:26:25.784Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:26:25.784Z] OK: 15734 distinct packages available [2022-10-12T19:26:26.049Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:26.049Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:26:26.049Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:26:26.049Z] OK: 15734 distinct packages available [2022-10-12T19:26:26.049Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:26.626Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:26.891Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:27.161Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:26:27.741Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-12T19:26:28.007Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:26:28.007Z] (3/5) Installing libucontext (1.1-r0) [2022-10-12T19:26:28.007Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-12T19:26:28.007Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-12T19:26:28.007Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:26:28.272Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-12T19:26:28.272Z] (3/5) Installing libucontext (1.1-r0) [2022-10-12T19:26:28.272Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:26:28.272Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-12T19:26:28.272Z] OK: 6 MiB in 19 packages [2022-10-12T19:26:28.272Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-12T19:26:28.272Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-12T19:26:28.537Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:26:28.537Z] (3/4) Installing libucontext (1.1-r0) [2022-10-12T19:26:28.537Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:26:28.537Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-12T19:26:28.537Z] OK: 6 MiB in 19 packages [2022-10-12T19:26:28.807Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:26:28.807Z] OK: 6 MiB in 18 packages [2022-10-12T19:26:30.771Z] Removing intermediate container b3f1447287cc [2022-10-12T19:26:30.771Z] ---> 43fb11b10ea4 [2022-10-12T19:26:30.771Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-12T19:26:31.352Z] Removing intermediate container 423515ac7721 [2022-10-12T19:26:31.352Z] ---> c4c791082a27 [2022-10-12T19:26:31.352Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-12T19:26:31.352Z] Removing intermediate container cf0fc802c67e [2022-10-12T19:26:31.352Z] ---> a30ddd89ff5f [2022-10-12T19:26:31.352Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-12T19:26:36.682Z] ---> e9592b36f86a [2022-10-12T19:26:36.682Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-12T19:26:42.024Z] ---> de6ea29978d0 [2022-10-12T19:26:42.024Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-12T19:26:42.024Z] ---> d4c3a98873c6 [2022-10-12T19:26:42.024Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-12T19:26:43.426Z] ---> bbfb11d81d6c [2022-10-12T19:26:43.426Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-12T19:26:43.426Z] ---> 1eefdaa770f1 [2022-10-12T19:26:43.426Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-12T19:26:43.691Z] ---> Running in de2426a03b33 [2022-10-12T19:26:44.646Z] Removing intermediate container de2426a03b33 [2022-10-12T19:26:44.646Z] ---> 3fb6438559ec [2022-10-12T19:26:44.646Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-12T19:26:45.225Z] ---> d665f5eaa51c [2022-10-12T19:26:45.225Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-12T19:26:46.181Z] ---> 3fe3732b41c2 [2022-10-12T19:26:46.181Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-12T19:26:46.449Z] ---> 8c138e977ede [2022-10-12T19:26:46.449Z] Step 21/26 : WORKDIR / [2022-10-12T19:26:46.449Z] ---> Running in 0ccbd8fb5a53 [2022-10-12T19:26:47.030Z] ---> 65237f934fcd [2022-10-12T19:26:47.030Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-12T19:26:47.030Z] ---> Running in 1265aa9c029d [2022-10-12T19:26:47.613Z] ---> 9e2b8df1c91e [2022-10-12T19:26:47.613Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-12T19:26:47.613Z] Removing intermediate container 0ccbd8fb5a53 [2022-10-12T19:26:47.613Z] ---> 264db2231e73 [2022-10-12T19:26:47.614Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-12T19:26:47.614Z] Removing intermediate container 1265aa9c029d [2022-10-12T19:26:47.614Z] ---> 36c0853baac8 [2022-10-12T19:26:47.614Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-12T19:26:47.879Z] ---> Running in b52f57ab910f [2022-10-12T19:26:47.879Z] ---> Running in 49aa17b6b6c7 [2022-10-12T19:26:48.835Z] Removing intermediate container b52f57ab910f [2022-10-12T19:26:48.835Z] ---> be73dc9b575f [2022-10-12T19:26:48.835Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-12T19:26:48.835Z] Removing intermediate container 49aa17b6b6c7 [2022-10-12T19:26:48.835Z] ---> bd494fddcc10 [2022-10-12T19:26:48.835Z] Step 23/25 : LABEL arch=arm64 [2022-10-12T19:26:48.835Z] ---> Running in 5f4b0118c853 [2022-10-12T19:26:49.799Z] ---> Running in 96bd46191a89 [2022-10-12T19:26:49.799Z] ---> cfce6d64b090 [2022-10-12T19:26:49.799Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-12T19:26:49.799Z] Removing intermediate container 5f4b0118c853 [2022-10-12T19:26:49.799Z] ---> 6dfe508f041a [2022-10-12T19:26:49.799Z] Step 24/26 : LABEL arch=arm64 [2022-10-12T19:26:50.066Z] ---> Running in 2e43ec8a2e64 [2022-10-12T19:26:50.340Z] Removing intermediate container 96bd46191a89 [2022-10-12T19:26:50.340Z] ---> daf74baf0806 [2022-10-12T19:26:50.340Z] Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:26:50.607Z] ---> Running in d5c5e5d78f33 [2022-10-12T19:26:50.873Z] Removing intermediate container 2e43ec8a2e64 [2022-10-12T19:26:50.873Z] ---> 4b308aabff55 [2022-10-12T19:26:50.873Z] Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:26:50.873Z] ---> Running in a4082deebfcc [2022-10-12T19:26:51.144Z] ---> 02562f088172 [2022-10-12T19:26:51.144Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-12T19:26:51.420Z] Removing intermediate container d5c5e5d78f33 [2022-10-12T19:26:51.420Z] ---> df140057baeb [2022-10-12T19:26:51.420Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T19:26:51.420Z] ---> Running in bd2e49f51d98 [2022-10-12T19:26:51.420Z] ---> Running in e4dd6f9d0f07 [2022-10-12T19:26:51.689Z] Removing intermediate container a4082deebfcc [2022-10-12T19:26:51.689Z] ---> 0ccd961146fb [2022-10-12T19:26:51.689Z] Step 26/26 : LABEL version=0.0.0 [2022-10-12T19:26:51.689Z] ---> Running in a43285474008 [2022-10-12T19:26:52.272Z] Removing intermediate container bd2e49f51d98 [2022-10-12T19:26:52.272Z] ---> a921652a448e [2022-10-12T19:26:52.272Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-12T19:26:52.539Z] Removing intermediate container e4dd6f9d0f07 [2022-10-12T19:26:52.539Z] ---> 373e5864682a [2022-10-12T19:26:52.539Z] [2022-10-12T19:26:52.539Z] ---> Running in f5f5dffdd252 [2022-10-12T19:26:52.805Z] Removing intermediate container a43285474008 [2022-10-12T19:26:52.805Z] ---> ea56ddbd7461 [2022-10-12T19:26:52.805Z] [2022-10-12T19:26:53.078Z] Removing intermediate container f5f5dffdd252 [2022-10-12T19:26:53.078Z] ---> ac62cb1abff3 [2022-10-12T19:26:53.078Z] Step 24/26 : LABEL arch=arm64 [2022-10-12T19:26:53.343Z] ---> Running in 5369507f6d00 [2022-10-12T19:26:53.343Z] Successfully built 373e5864682a [2022-10-12T19:26:53.343Z] Successfully tagged security-spire-server-arm64:latest [2022-10-12T19:26:53.343Z] Building sys-mgmt-agent [2022-10-12T19:26:53.343Z]  Building security-spire-server ... done Successfully built ea56ddbd7461 [2022-10-12T19:26:53.343Z] Successfully tagged security-spire-config-arm64:latest [2022-10-12T19:26:53.343Z]  Building security-spire-config ... done Building security-bootstrapper [2022-10-12T19:26:53.615Z] Removing intermediate container 5369507f6d00 [2022-10-12T19:26:53.615Z] ---> 6309ec8858c4 [2022-10-12T19:26:53.615Z] Step 25/26 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:26:53.883Z] ---> Running in 485200a3202d [2022-10-12T19:26:54.156Z] Removing intermediate container 485200a3202d [2022-10-12T19:26:54.156Z] ---> 3b4be4e4647f [2022-10-12T19:26:54.156Z] Step 26/26 : LABEL version=0.0.0 [2022-10-12T19:26:54.422Z] ---> Running in 6a9dadfa8f51 [2022-10-12T19:26:54.688Z] Removing intermediate container 6a9dadfa8f51 [2022-10-12T19:26:54.688Z] ---> a195c0b0f392 [2022-10-12T19:26:54.953Z] [2022-10-12T19:26:55.220Z] Successfully built a195c0b0f392 [2022-10-12T19:26:55.220Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-12T19:26:55.220Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2022-10-12T19:27:27.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:27:27.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:27:27.418Z] ---> 9a3650170300 [2022-10-12T19:27:27.418Z] Step 3/23 : WORKDIR /edgex-go [2022-10-12T19:27:27.418Z] ---> Using cache [2022-10-12T19:27:27.418Z] ---> c2fa1d916a6e [2022-10-12T19:27:27.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:27:27.418Z] ---> Using cache [2022-10-12T19:27:27.418Z] ---> cbfd4fba0217 [2022-10-12T19:27:27.418Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-12T19:27:27.418Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:27:27.418Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:27:27.418Z] ---> 9a3650170300 [2022-10-12T19:27:27.418Z] Step 3/20 : WORKDIR /edgex-go [2022-10-12T19:27:27.418Z] ---> Using cache [2022-10-12T19:27:27.418Z] ---> c2fa1d916a6e [2022-10-12T19:27:27.418Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-12T19:27:27.418Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:27:27.418Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:27:27.418Z] ---> 9a3650170300 [2022-10-12T19:27:27.418Z] Step 3/33 : WORKDIR /edgex-go [2022-10-12T19:27:27.418Z] ---> Using cache [2022-10-12T19:27:27.418Z] ---> c2fa1d916a6e [2022-10-12T19:27:27.418Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:27:27.418Z] ---> Using cache [2022-10-12T19:27:27.418Z] ---> cbfd4fba0217 [2022-10-12T19:27:27.418Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-12T19:27:27.683Z] ---> Running in d1a7e1817fcc [2022-10-12T19:27:27.683Z] ---> Running in 30726a3ddbbb [2022-10-12T19:27:27.683Z] ---> Running in 13bcb8e904c8 [2022-10-12T19:27:30.250Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:30.516Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:30.780Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:31.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:31.313Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:31.892Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:32.473Z] v3.16.2-281-gb110f0d9eb [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-12T19:27:32.473Z] v3.16.2-280-gc8f18190c7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-12T19:27:32.473Z] OK: 16892 distinct packages available [2022-10-12T19:27:32.739Z] OK: 221 MiB in 51 packages [2022-10-12T19:27:32.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:33.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:27:33.277Z] OK: 221 MiB in 51 packages [2022-10-12T19:27:34.240Z] OK: 221 MiB in 51 packages [2022-10-12T19:27:34.509Z] Removing intermediate container 30726a3ddbbb [2022-10-12T19:27:34.509Z] ---> a25e8e3bfd20 [2022-10-12T19:27:34.509Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-12T19:27:34.774Z] Removing intermediate container d1a7e1817fcc [2022-10-12T19:27:34.774Z] ---> 068527ca8dbf [2022-10-12T19:27:34.774Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-12T19:27:36.705Z] Removing intermediate container 13bcb8e904c8 [2022-10-12T19:27:36.705Z] ---> c1134b0daa0b [2022-10-12T19:27:36.705Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-12T19:27:36.705Z] ---> 5e53ff7e6fcf [2022-10-12T19:27:36.705Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:27:36.705Z] ---> 614d9e78835d [2022-10-12T19:27:36.705Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:27:36.970Z] ---> Running in b2e288ae991f [2022-10-12T19:27:36.970Z] ---> Running in 60c279709bac [2022-10-12T19:27:38.375Z] ---> f355a4cedf55 [2022-10-12T19:27:38.375Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:27:38.640Z] ---> Running in 9a2482ff935c [2022-10-12T19:29:15.261Z] Removing intermediate container 60c279709bac [2022-10-12T19:29:15.261Z] ---> 2535e8ffb246 [2022-10-12T19:29:15.261Z] Step 8/33 : COPY . . [2022-10-12T19:29:15.261Z] Removing intermediate container b2e288ae991f [2022-10-12T19:29:15.261Z] ---> e20c4819d231 [2022-10-12T19:29:15.261Z] Step 8/23 : COPY . . [2022-10-12T19:29:15.261Z] Removing intermediate container 9a2482ff935c [2022-10-12T19:29:15.261Z] ---> 430301dbe437 [2022-10-12T19:29:15.261Z] Step 7/20 : COPY . . [2022-10-12T19:29:27.570Z] ---> c45fb2bb0350 [2022-10-12T19:29:27.570Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-12T19:29:27.570Z] ---> 43e542822c35 [2022-10-12T19:29:27.570Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-12T19:29:27.570Z] ---> Running in c17b3bbefbd7 [2022-10-12T19:29:27.570Z] ---> Running in 5b418edfeb9a [2022-10-12T19:29:27.570Z] ---> 5dcb13f2adaa [2022-10-12T19:29:27.570Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-12T19:29:27.570Z] ---> Running in 359e0dc82e49 [2022-10-12T19:29:29.506Z] 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-12T19:29:29.770Z] 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-12T19:29:30.035Z] 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-12T19:29:56.856Z] 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-12T19:30:19.025Z] Removing intermediate container b05b29a5788f [2022-10-12T19:30:19.025Z] ---> cea9bcb050df [2022-10-12T19:30:19.025Z] [2022-10-12T19:30:19.025Z] Step 10/22 : FROM alpine:3.16 [2022-10-12T19:30:19.025Z] 3.16: Pulling from library/alpine [2022-10-12T19:30:19.025Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-12T19:30:19.025Z] Status: Downloaded newer image for alpine:3.16 [2022-10-12T19:30:19.025Z] ---> a6215f271958 [2022-10-12T19:30:19.025Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-12T19:30:19.025Z] ---> Running in 43b7b62ab630 [2022-10-12T19:30:19.025Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:30:19.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:30:21.003Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-12T19:30:21.003Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-12T19:30:21.003Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-12T19:30:21.003Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-12T19:30:21.003Z] (5/6) Installing curl (7.83.1-r3) [2022-10-12T19:30:21.267Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-12T19:30:21.267Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:30:21.267Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:30:21.535Z] OK: 8 MiB in 20 packages [2022-10-12T19:30:24.868Z] Removing intermediate container 43b7b62ab630 [2022-10-12T19:30:24.869Z] ---> d7358a88be53 [2022-10-12T19:30:24.869Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-12T19:30:24.869Z] ---> Running in 3c3f29d500cc [2022-10-12T19:30:25.137Z] Removing intermediate container 3c3f29d500cc [2022-10-12T19:30:25.137Z] ---> d54517f9afe8 [2022-10-12T19:30:25.403Z] Step 13/22 : WORKDIR /edgex [2022-10-12T19:30:25.403Z] ---> Running in a8205891ea6c [2022-10-12T19:30:25.982Z] Removing intermediate container a8205891ea6c [2022-10-12T19:30:25.982Z] ---> 1d0f6cc3e2a6 [2022-10-12T19:30:25.982Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-12T19:30:26.937Z] ---> 2cd743a8bb2f [2022-10-12T19:30:26.937Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-12T19:30:28.343Z] ---> d56f94b072e3 [2022-10-12T19:30:28.343Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-12T19:30:29.749Z] ---> f4a982845df3 [2022-10-12T19:30:29.749Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-12T19:30:30.704Z] ---> c1e8a80e874b [2022-10-12T19:30:30.704Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-12T19:30:30.704Z] ---> Running in 2acacbf80482 [2022-10-12T19:30:34.047Z] Removing intermediate container 2acacbf80482 [2022-10-12T19:30:34.047Z] ---> c22d295ac9d3 [2022-10-12T19:30:34.047Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-12T19:30:34.047Z] ---> Running in d6ad6cf5e249 [2022-10-12T19:30:34.314Z] Removing intermediate container d6ad6cf5e249 [2022-10-12T19:30:34.314Z] ---> fe83a258da9f [2022-10-12T19:30:34.314Z] Step 20/22 : LABEL arch=arm64 [2022-10-12T19:30:34.581Z] ---> Running in fba96808e548 [2022-10-12T19:30:35.162Z] Removing intermediate container fba96808e548 [2022-10-12T19:30:35.162Z] ---> 9692fb6c3f9d [2022-10-12T19:30:35.162Z] Step 21/22 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:30:35.162Z] ---> Running in f8fe5d9c95d3 [2022-10-12T19:30:35.754Z] Removing intermediate container f8fe5d9c95d3 [2022-10-12T19:30:35.754Z] ---> fb37951b875d [2022-10-12T19:30:35.754Z] Step 22/22 : LABEL version=0.0.0 [2022-10-12T19:30:35.754Z] ---> Running in 88c154055098 [2022-10-12T19:30:36.333Z] Removing intermediate container 88c154055098 [2022-10-12T19:30:36.333Z] ---> 86a90286e275 [2022-10-12T19:30:36.333Z] [2022-10-12T19:30:36.598Z] Successfully built 86a90286e275 [2022-10-12T19:30:36.598Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-12T19:30:36.598Z]  Building security-proxy-setup ... done Building core-metadata [2022-10-12T19:30:54.820Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:30:54.820Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:30:54.820Z] ---> 9a3650170300 [2022-10-12T19:30:54.820Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:30:54.820Z] ---> Using cache [2022-10-12T19:30:54.820Z] ---> 1d95f54ef1a9 [2022-10-12T19:30:54.820Z] Step 4/25 : WORKDIR /edgex-go [2022-10-12T19:30:54.820Z] ---> Using cache [2022-10-12T19:30:54.820Z] ---> 2456f25efb28 [2022-10-12T19:30:54.820Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:30:54.820Z] ---> Using cache [2022-10-12T19:30:54.820Z] ---> bffeda3cb3f8 [2022-10-12T19:30:54.820Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-12T19:30:54.820Z] ---> Running in 89ef7651e4ef [2022-10-12T19:30:54.820Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:30:55.402Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:30:57.338Z] OK: 221 MiB in 51 packages [2022-10-12T19:30:58.739Z] Removing intermediate container 89ef7651e4ef [2022-10-12T19:30:58.739Z] ---> f3e9d64e60f6 [2022-10-12T19:30:58.739Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-12T19:31:00.183Z] ---> 05c8303df0f6 [2022-10-12T19:31:00.183Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:31:00.183Z] ---> Running in d8db2fb41dff [2022-10-12T19:31:56.575Z] Removing intermediate container d558014c9daa [2022-10-12T19:31:56.575Z] ---> 5178a4359b7a [2022-10-12T19:31:56.575Z] [2022-10-12T19:31:56.575Z] Step 11/24 : FROM alpine:3.16 [2022-10-12T19:31:56.575Z] ---> a6215f271958 [2022-10-12T19:31:56.575Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-12T19:31:56.575Z] ---> Running in eb9ba5ace89a [2022-10-12T19:31:56.575Z] Removing intermediate container eb9ba5ace89a [2022-10-12T19:31:56.575Z] ---> 816bc480a182 [2022-10-12T19:31:56.575Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-12T19:31:56.575Z] ---> Running in 208abd0007c7 [2022-10-12T19:31:56.575Z] Removing intermediate container 208abd0007c7 [2022-10-12T19:31:56.575Z] ---> f626ec059573 [2022-10-12T19:31:56.575Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-12T19:31:56.575Z] ---> Running in 1b43a8a05fc7 [2022-10-12T19:31:56.575Z] Removing intermediate container 1b43a8a05fc7 [2022-10-12T19:31:56.575Z] ---> 0461fc780c7e [2022-10-12T19:31:56.575Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:31:56.576Z] ---> Running in a8aa6df17bc1 [2022-10-12T19:31:56.576Z] Removing intermediate container a8aa6df17bc1 [2022-10-12T19:31:56.576Z] ---> 6de0e323ee77 [2022-10-12T19:31:56.576Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-12T19:31:56.841Z] ---> Running in 06cda01f77ba [2022-10-12T19:31:59.415Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:32:00.374Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:32:01.779Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-12T19:32:01.779Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-12T19:32:02.047Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-12T19:32:02.047Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-12T19:32:02.313Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-12T19:32:02.577Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-12T19:32:02.577Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:32:02.577Z] OK: 8 MiB in 20 packages [2022-10-12T19:32:04.512Z] Removing intermediate container 06cda01f77ba [2022-10-12T19:32:04.512Z] ---> 29b7b250b91e [2022-10-12T19:32:04.512Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:32:05.911Z] ---> 2491657f809a [2022-10-12T19:32:05.911Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-12T19:32:07.841Z] Removing intermediate container d8db2fb41dff [2022-10-12T19:32:07.841Z] ---> af5c10a86800 [2022-10-12T19:32:07.841Z] Step 9/25 : COPY . . [2022-10-12T19:32:08.105Z] ---> 85e73e1e23fd [2022-10-12T19:32:08.105Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-12T19:32:10.050Z] ---> 0f34bee03952 [2022-10-12T19:32:10.050Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-12T19:32:10.316Z] ---> Running in 168de34c7ffa [2022-10-12T19:32:10.902Z] Removing intermediate container 168de34c7ffa [2022-10-12T19:32:10.902Z] ---> 28f1f45cda9f [2022-10-12T19:32:10.902Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:32:11.172Z] ---> Running in 21713dfffb56 [2022-10-12T19:32:11.754Z] Removing intermediate container 21713dfffb56 [2022-10-12T19:32:11.754Z] ---> a8805b1e1680 [2022-10-12T19:32:11.754Z] Step 22/24 : LABEL arch=arm64 [2022-10-12T19:32:12.023Z] ---> Running in a52c1013ae35 [2022-10-12T19:32:12.613Z] Removing intermediate container a52c1013ae35 [2022-10-12T19:32:12.613Z] ---> 0c8d4ba4531f [2022-10-12T19:32:12.613Z] Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:32:12.879Z] ---> Running in 75730f8b5e88 [2022-10-12T19:32:13.461Z] Removing intermediate container 75730f8b5e88 [2022-10-12T19:32:13.461Z] ---> a3335ba3d379 [2022-10-12T19:32:13.461Z] Step 24/24 : LABEL version=0.0.0 [2022-10-12T19:32:13.734Z] ---> Running in 695685eb8091 [2022-10-12T19:32:14.318Z] Removing intermediate container 695685eb8091 [2022-10-12T19:32:14.318Z] ---> 5f9c61991037 [2022-10-12T19:32:14.318Z] [2022-10-12T19:32:14.900Z] Successfully built 5f9c61991037 [2022-10-12T19:32:14.900Z] Successfully tagged core-data-arm64:latest [2022-10-12T19:32:14.900Z] Building security-secretstore-setup [2022-10-12T19:32:23.109Z]  Building core-data ... done  ---> 44b9503086b9 [2022-10-12T19:32:23.109Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-12T19:32:23.109Z] ---> Running in 7c5da6f77916 [2022-10-12T19:32:25.696Z] 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-12T19:32:32.384Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:32:32.384Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:32:32.384Z] ---> 9a3650170300 [2022-10-12T19:32:32.384Z] Step 3/25 : WORKDIR /edgex-go [2022-10-12T19:32:32.384Z] ---> Using cache [2022-10-12T19:32:32.384Z] ---> c2fa1d916a6e [2022-10-12T19:32:32.384Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:32:32.384Z] ---> Using cache [2022-10-12T19:32:32.384Z] ---> cbfd4fba0217 [2022-10-12T19:32:32.384Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-12T19:32:32.384Z] ---> Using cache [2022-10-12T19:32:32.384Z] ---> a25e8e3bfd20 [2022-10-12T19:32:32.384Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-12T19:32:32.384Z] ---> Using cache [2022-10-12T19:32:32.384Z] ---> 614d9e78835d [2022-10-12T19:32:32.384Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:32:32.384Z] ---> Using cache [2022-10-12T19:32:32.384Z] ---> 2535e8ffb246 [2022-10-12T19:32:32.384Z] Step 8/25 : COPY . . [2022-10-12T19:32:32.384Z] ---> Using cache [2022-10-12T19:32:32.384Z] ---> 43e542822c35 [2022-10-12T19:32:32.384Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-12T19:32:32.967Z] ---> Running in 3853da1750ac [2022-10-12T19:32:34.907Z] 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-12T19:34:56.576Z] Removing intermediate container 5b418edfeb9a [2022-10-12T19:34:56.576Z] ---> 8f78d4c55077 [2022-10-12T19:34:56.576Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-12T19:34:56.576Z] ---> Running in 454128ac53e5 [2022-10-12T19:34:56.576Z] 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-12T19:34:57.976Z] Removing intermediate container 454128ac53e5 [2022-10-12T19:34:57.976Z] ---> 475d568f5a11 [2022-10-12T19:34:57.976Z] [2022-10-12T19:34:57.976Z] Step 11/23 : FROM alpine:3.16 [2022-10-12T19:34:57.976Z] ---> a6215f271958 [2022-10-12T19:34:57.976Z] 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-12T19:34:57.976Z] ---> Running in f0b4a7309012 [2022-10-12T19:34:58.562Z] Removing intermediate container f0b4a7309012 [2022-10-12T19:34:58.562Z] ---> 6c89a7fdf740 [2022-10-12T19:34:58.562Z] 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-12T19:34:58.562Z] ---> Running in 84cb7a89e939 [2022-10-12T19:35:00.499Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:35:01.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:35:02.037Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-12T19:35:02.302Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-12T19:35:02.302Z] (3/33) Installing readline (8.1.2-r0) [2022-10-12T19:35:02.302Z] (4/33) Installing bash (5.1.16-r2) [2022-10-12T19:35:02.302Z] Executing bash-5.1.16-r2.post-install [2022-10-12T19:35:02.302Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-12T19:35:02.571Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-12T19:35:02.571Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-12T19:35:02.571Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-12T19:35:02.571Z] (9/33) Installing curl (7.83.1-r3) [2022-10-12T19:35:02.571Z] (10/33) Installing docker-cli (20.10.18-r1) [2022-10-12T19:35:03.527Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-12T19:35:03.527Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-12T19:35:03.527Z] (13/33) Installing expat (2.4.9-r0) [2022-10-12T19:35:03.527Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-12T19:35:03.527Z] (15/33) Installing gdbm (1.23-r0) [2022-10-12T19:35:03.527Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-12T19:35:03.528Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-12T19:35:03.528Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-12T19:35:03.793Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-12T19:35:03.793Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-12T19:35:03.793Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-12T19:35:07.128Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-12T19:35:07.128Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-12T19:35:07.128Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-12T19:35:07.128Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-12T19:35:07.128Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-12T19:35:07.128Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-12T19:35:07.128Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-12T19:35:07.128Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-12T19:35:07.128Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-12T19:35:07.128Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-12T19:35:07.128Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-12T19:35:07.393Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-12T19:35:08.799Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:35:08.799Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:35:09.067Z] OK: 120 MiB in 47 packages [2022-10-12T19:35:12.408Z] Removing intermediate container c17b3bbefbd7 [2022-10-12T19:35:12.408Z] ---> b9bf428333b3 [2022-10-12T19:35:12.408Z] [2022-10-12T19:35:12.408Z] Step 10/33 : FROM alpine:3.16 [2022-10-12T19:35:12.408Z] ---> a6215f271958 [2022-10-12T19:35:12.408Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:35:12.408Z] ---> Running in bb5a5e8eb698 [2022-10-12T19:35:12.993Z] Removing intermediate container bb5a5e8eb698 [2022-10-12T19:35:12.993Z] ---> db1e07282ed6 [2022-10-12T19:35:12.993Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-12T19:35:12.993Z] ---> Running in ecd87581a6d6 [2022-10-12T19:35:14.935Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:35:15.201Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:35:16.607Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-12T19:35:16.607Z] (2/2) Installing su-exec (0.2-r1) [2022-10-12T19:35:16.607Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:35:16.607Z] OK: 5 MiB in 16 packages [2022-10-12T19:35:18.011Z] Removing intermediate container ecd87581a6d6 [2022-10-12T19:35:18.276Z] ---> c1124fd761c7 [2022-10-12T19:35:18.276Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-12T19:35:18.276Z] ---> Running in fb46d267ba18 [2022-10-12T19:35:18.884Z] Removing intermediate container fb46d267ba18 [2022-10-12T19:35:18.884Z] ---> 8218aaa0f213 [2022-10-12T19:35:18.884Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-12T19:35:19.148Z] ---> Running in 2169dca88c56 [2022-10-12T19:35:19.415Z] Removing intermediate container 2169dca88c56 [2022-10-12T19:35:19.415Z] ---> 9168d7c25f67 [2022-10-12T19:35:19.415Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-12T19:35:19.679Z] ---> Running in e8ec9e5b7072 [2022-10-12T19:35:20.260Z] Removing intermediate container e8ec9e5b7072 [2022-10-12T19:35:20.260Z] ---> f0b75f3a0105 [2022-10-12T19:35:20.260Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-12T19:35:20.260Z] ---> Running in 705b6b99cd63 [2022-10-12T19:35:20.839Z] Removing intermediate container 705b6b99cd63 [2022-10-12T19:35:20.839Z] ---> 73ab9e023108 [2022-10-12T19:35:20.839Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-12T19:35:20.839Z] ---> Running in 7b42ff56e20f [2022-10-12T19:35:24.295Z] Removing intermediate container 7b42ff56e20f [2022-10-12T19:35:24.295Z] ---> 86f7a2270a36 [2022-10-12T19:35:24.295Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-12T19:35:24.295Z] ---> Running in ccbdfa87608a [2022-10-12T19:35:24.295Z] Removing intermediate container ccbdfa87608a [2022-10-12T19:35:24.295Z] ---> c6442cc16d69 [2022-10-12T19:35:24.295Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-12T19:35:25.318Z] ---> b2bdc43999eb [2022-10-12T19:35:25.318Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-12T19:35:25.318Z] ---> Running in 3044fbd8e404 [2022-10-12T19:35:28.025Z] Collecting docker-compose==1.23.2 [2022-10-12T19:35:28.025Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-12T19:35:28.289Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 6.8 MB/s eta 0:00:00 [2022-10-12T19:35:28.870Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-12T19:35:28.870Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-12T19:35:28.870Z] Preparing metadata (setup.py): started [2022-10-12T19:35:29.452Z] Removing intermediate container 3044fbd8e404 [2022-10-12T19:35:29.452Z] ---> b89f9361a329 [2022-10-12T19:35:29.452Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:35:30.414Z] ---> 0200efe45dac [2022-10-12T19:35:30.414Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-12T19:35:31.374Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:35:31.642Z] Collecting texttable<0.10,>=0.9.0 [2022-10-12T19:35:31.642Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-12T19:35:31.913Z] Preparing metadata (setup.py): started [2022-10-12T19:35:31.913Z] ---> cfbe38c312b2 [2022-10-12T19:35:31.913Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-12T19:35:32.871Z] ---> 2c11b40db926 [2022-10-12T19:35:32.871Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-12T19:35:33.831Z] ---> f96a990b9311 [2022-10-12T19:35:33.831Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-12T19:35:34.416Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:35:34.682Z] Collecting docopt<0.7,>=0.6.1 [2022-10-12T19:35:34.682Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-12T19:35:34.682Z] ---> bda5e592a0aa [2022-10-12T19:35:34.682Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-12T19:35:34.682Z] Preparing metadata (setup.py): started [2022-10-12T19:35:35.640Z] ---> 3749ab78f6fd [2022-10-12T19:35:35.640Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-12T19:35:36.599Z] ---> 0c2eeafb7c19 [2022-10-12T19:35:36.599Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-12T19:35:36.599Z] ---> Running in 0cc178a92e9b [2022-10-12T19:35:38.007Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:35:38.273Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-12T19:35:38.273Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-12T19:35:38.538Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 16.5 MB/s eta 0:00:00 [2022-10-12T19:35:38.538Z] 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-12T19:35:38.804Z] Collecting cached-property<2,>=1.2.0 [2022-10-12T19:35:38.804Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-12T19:35:39.391Z] Collecting docker<4.0,>=3.6.0 [2022-10-12T19:35:39.391Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-12T19:35:39.391Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.1 MB/s eta 0:00:00 [2022-10-12T19:35:39.666Z] Removing intermediate container 0cc178a92e9b [2022-10-12T19:35:39.666Z] ---> 90db8649a8ff [2022-10-12T19:35:39.666Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-12T19:35:39.666Z] ---> Running in 468e34a24a62 [2022-10-12T19:35:40.294Z] Removing intermediate container 468e34a24a62 [2022-10-12T19:35:40.294Z] ---> 1aa12ca793a6 [2022-10-12T19:35:40.294Z] Step 30/33 : CMD ["gate"] [2022-10-12T19:35:40.561Z] ---> Running in 9f6d81bc4351 [2022-10-12T19:35:40.561Z] Collecting PyYAML<4,>=3.10 [2022-10-12T19:35:40.561Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-12T19:35:40.826Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 9.8 MB/s eta 0:00:00 [2022-10-12T19:35:41.093Z] Removing intermediate container 9f6d81bc4351 [2022-10-12T19:35:41.093Z] ---> 9ea68b24f258 [2022-10-12T19:35:41.093Z] Step 31/33 : LABEL arch=arm64 [2022-10-12T19:35:41.093Z] ---> Running in 1ec93ff3360d [2022-10-12T19:35:41.675Z] Removing intermediate container 1ec93ff3360d [2022-10-12T19:35:41.675Z] ---> b208d9ec9f8d [2022-10-12T19:35:41.675Z] Step 32/33 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:35:41.675Z] ---> Running in e9a4eefef036 [2022-10-12T19:35:42.259Z] Removing intermediate container e9a4eefef036 [2022-10-12T19:35:42.259Z] ---> 5a2c45366c56 [2022-10-12T19:35:42.259Z] Step 33/33 : LABEL version=0.0.0 [2022-10-12T19:35:42.259Z] ---> Running in e7820314e046 [2022-10-12T19:35:42.838Z] Removing intermediate container e7820314e046 [2022-10-12T19:35:42.838Z] ---> 5b9bd6ca7650 [2022-10-12T19:35:42.838Z] [2022-10-12T19:35:43.109Z] Successfully built 5b9bd6ca7650 [2022-10-12T19:35:43.109Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-12T19:35:43.109Z]  Building security-bootstrapper ... done Building support-scheduler [2022-10-12T19:35:43.109Z] Preparing metadata (setup.py): started [2022-10-12T19:35:45.680Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-12T19:35:45.948Z] Collecting jsonschema<3,>=2.5.1 [2022-10-12T19:35:45.948Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-12T19:35:47.348Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-12T19:35:47.348Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-12T19:35:47.348Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 18.4 MB/s eta 0:00:00 [2022-10-12T19:35:47.612Z] Collecting docker-pycreds>=0.4.0 [2022-10-12T19:35:47.612Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-12T19:35:49.016Z] Collecting certifi>=2017.4.17 [2022-10-12T19:35:49.016Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-12T19:35:49.016Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 5.9 MB/s eta 0:00:00 [2022-10-12T19:35:49.285Z] Collecting idna<2.8,>=2.5 [2022-10-12T19:35:49.285Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-12T19:35:49.285Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.9 MB/s eta 0:00:00 [2022-10-12T19:35:50.242Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-12T19:35:50.242Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-12T19:35:50.509Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 17.9 MB/s eta 0:00:00 [2022-10-12T19:35:50.509Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-12T19:35:50.509Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-12T19:35:50.777Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 9.8 MB/s eta 0:00:00 [2022-10-12T19:35:51.359Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-12T19:35:51.359Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-12T19:35:51.359Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-12T19:35:51.359Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-12T19:35:52.765Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-12T19:35:52.765Z] Running setup.py install for texttable: started [2022-10-12T19:35:57.020Z] Running setup.py install for texttable: finished with status 'done' [2022-10-12T19:35:57.020Z] Running setup.py install for PyYAML: started [2022-10-12T19:35:58.979Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:35:58.979Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:35:58.979Z] ---> 9a3650170300 [2022-10-12T19:35:58.979Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> 1d95f54ef1a9 [2022-10-12T19:35:58.979Z] Step 4/23 : WORKDIR /edgex-go [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> 2456f25efb28 [2022-10-12T19:35:58.979Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> bffeda3cb3f8 [2022-10-12T19:35:58.979Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> f3e9d64e60f6 [2022-10-12T19:35:58.979Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> 05c8303df0f6 [2022-10-12T19:35:58.979Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> af5c10a86800 [2022-10-12T19:35:58.979Z] Step 9/23 : COPY . . [2022-10-12T19:35:58.979Z] ---> Using cache [2022-10-12T19:35:58.979Z] ---> 44b9503086b9 [2022-10-12T19:35:58.979Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-12T19:35:59.246Z] ---> Running in 808d41706d3a [2022-10-12T19:36:01.185Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-12T19:36:01.185Z] 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-12T19:36:02.585Z] Running setup.py install for docopt: started [2022-10-12T19:36:05.919Z] Running setup.py install for docopt: finished with status 'done' [2022-10-12T19:36:09.272Z] Running setup.py install for dockerpty: started [2022-10-12T19:36:11.848Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-12T19:36:15.180Z] 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-12T19:36:15.180Z] 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-12T19:36:30.151Z] Removing intermediate container 84cb7a89e939 [2022-10-12T19:36:30.151Z] ---> 92490b3046f5 [2022-10-12T19:36:30.151Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-12T19:36:30.151Z] ---> Running in 8fbb1b40b464 [2022-10-12T19:36:30.417Z] Removing intermediate container 8fbb1b40b464 [2022-10-12T19:36:30.417Z] ---> 0e4395390d6e [2022-10-12T19:36:30.417Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-12T19:36:30.417Z] ---> Running in 73adbc2964de [2022-10-12T19:36:31.000Z] Removing intermediate container 73adbc2964de [2022-10-12T19:36:31.000Z] ---> 0cfee54383b8 [2022-10-12T19:36:31.000Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-12T19:36:32.404Z] ---> 415b2f03e0cc [2022-10-12T19:36:32.404Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-12T19:36:33.360Z] ---> da682007dbbd [2022-10-12T19:36:33.360Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-12T19:36:34.323Z] ---> 92984d7de74f [2022-10-12T19:36:34.323Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-12T19:36:34.323Z] ---> Running in 7b8b0e9e0088 [2022-10-12T19:36:34.589Z] Removing intermediate container 7b8b0e9e0088 [2022-10-12T19:36:34.589Z] ---> 537b7a1b6394 [2022-10-12T19:36:34.589Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:36:34.855Z] ---> Running in 18a1be4e6181 [2022-10-12T19:36:35.446Z] Removing intermediate container 18a1be4e6181 [2022-10-12T19:36:35.446Z] ---> 658a2bffd7d1 [2022-10-12T19:36:35.446Z] Step 21/23 : LABEL arch=arm64 [2022-10-12T19:36:35.446Z] ---> Running in 662c015f9bf2 [2022-10-12T19:36:36.036Z] Removing intermediate container 662c015f9bf2 [2022-10-12T19:36:36.036Z] ---> 6f44f254c7bf [2022-10-12T19:36:36.036Z] Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:36:36.036Z] ---> Running in 505a801881d1 [2022-10-12T19:36:36.616Z] Removing intermediate container 505a801881d1 [2022-10-12T19:36:36.616Z] ---> f53c15425e8c [2022-10-12T19:36:36.616Z] Step 23/23 : LABEL version=0.0.0 [2022-10-12T19:36:36.616Z] ---> Running in f760068da28f [2022-10-12T19:36:37.200Z] Removing intermediate container f760068da28f [2022-10-12T19:36:37.200Z] ---> 6a5a7f6874b5 [2022-10-12T19:36:37.200Z] [2022-10-12T19:36:37.466Z] Successfully built 6a5a7f6874b5 [2022-10-12T19:36:37.466Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-12T19:36:37.466Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-10-12T19:36:55.651Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:36:55.652Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:36:55.652Z] ---> 9a3650170300 [2022-10-12T19:36:55.652Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:36:55.652Z] ---> Using cache [2022-10-12T19:36:55.652Z] ---> 1d95f54ef1a9 [2022-10-12T19:36:55.652Z] Step 4/23 : WORKDIR /edgex-go [2022-10-12T19:36:55.652Z] ---> Using cache [2022-10-12T19:36:55.652Z] ---> 2456f25efb28 [2022-10-12T19:36:55.652Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:36:55.652Z] ---> Using cache [2022-10-12T19:36:55.652Z] ---> bffeda3cb3f8 [2022-10-12T19:36:55.652Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-12T19:36:55.652Z] ---> Running in 608ba1bf4b43 [2022-10-12T19:36:56.232Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:36:57.187Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:36:58.588Z] OK: 221 MiB in 51 packages [2022-10-12T19:36:59.987Z] Removing intermediate container 608ba1bf4b43 [2022-10-12T19:36:59.987Z] ---> 4c18bb9f7630 [2022-10-12T19:36:59.987Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-12T19:37:00.568Z] ---> 604927f4ae56 [2022-10-12T19:37:00.568Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:37:00.833Z] ---> Running in 05469ab5c41a [2022-10-12T19:37:15.813Z] Removing intermediate container 359e0dc82e49 [2022-10-12T19:37:15.813Z] ---> ccb7810b9835 [2022-10-12T19:37:15.813Z] [2022-10-12T19:37:15.813Z] Step 9/20 : FROM alpine:3.15 [2022-10-12T19:37:15.813Z] ---> 02e0d6fdf486 [2022-10-12T19:37:15.813Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-12T19:37:15.813Z] ---> Using cache [2022-10-12T19:37:15.813Z] ---> 414a86b03471 [2022-10-12T19:37:15.813Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:37:15.813Z] ---> Using cache [2022-10-12T19:37:15.813Z] ---> 88556f2f2149 [2022-10-12T19:37:15.813Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-12T19:37:16.396Z] ---> Running in 6f669f9599be [2022-10-12T19:37:18.336Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:37:19.291Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:37:20.249Z] v3.15.6-110-gb44ebf1eab [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-12T19:37:20.249Z] v3.15.6-104-gf54a3a1ae0 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-12T19:37:20.249Z] OK: 15734 distinct packages available [2022-10-12T19:37:20.513Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:37:21.917Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:37:22.871Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-12T19:37:23.136Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-12T19:37:23.136Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-12T19:37:23.400Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-12T19:37:23.400Z] (5/9) Installing curl (7.80.0-r3) [2022-10-12T19:37:23.400Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-12T19:37:23.664Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-12T19:37:23.664Z] (8/9) Installing libucontext (1.1-r0) [2022-10-12T19:37:23.929Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-12T19:37:23.929Z] Executing busybox-1.34.1-r7.trigger [2022-10-12T19:37:23.929Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:37:24.509Z] OK: 8 MiB in 23 packages [2022-10-12T19:37:27.851Z] Removing intermediate container 6f669f9599be [2022-10-12T19:37:27.851Z] ---> 9c83df6ad977 [2022-10-12T19:37:27.851Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:37:28.807Z] ---> 69f704ddc66d [2022-10-12T19:37:28.807Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-12T19:37:31.381Z] ---> b980fb6b22f2 [2022-10-12T19:37:31.381Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-12T19:37:31.965Z] ---> 058ec4fc9f1b [2022-10-12T19:37:31.965Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-12T19:37:31.965Z] ---> Running in a92faba0cdc3 [2022-10-12T19:37:32.547Z] Removing intermediate container a92faba0cdc3 [2022-10-12T19:37:32.547Z] ---> 77d1087f83cd [2022-10-12T19:37:32.547Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:37:32.547Z] ---> Running in 4c838a4374a8 [2022-10-12T19:37:33.132Z] Removing intermediate container 4c838a4374a8 [2022-10-12T19:37:33.132Z] ---> 6452ce5d1cad [2022-10-12T19:37:33.132Z] Step 18/20 : LABEL arch=arm64 [2022-10-12T19:37:33.132Z] ---> Running in 6278907178e2 [2022-10-12T19:37:33.720Z] Removing intermediate container 6278907178e2 [2022-10-12T19:37:33.720Z] ---> 32d2a378c9e4 [2022-10-12T19:37:33.720Z] Step 19/20 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:37:33.720Z] ---> Running in 15ddfe5b6175 [2022-10-12T19:37:34.301Z] Removing intermediate container 15ddfe5b6175 [2022-10-12T19:37:34.301Z] ---> 57e21340a4c4 [2022-10-12T19:37:34.301Z] Step 20/20 : LABEL version=0.0.0 [2022-10-12T19:37:34.568Z] ---> Running in 50dc2d8439c6 [2022-10-12T19:37:34.834Z] Removing intermediate container 50dc2d8439c6 [2022-10-12T19:37:34.834Z] ---> a6b377ce5c5c [2022-10-12T19:37:34.834Z] [2022-10-12T19:37:35.099Z] Successfully built a6b377ce5c5c [2022-10-12T19:37:35.099Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-12T19:37:35.099Z]  Building security-spiffe-token-provider ... done Building core-command [2022-10-12T19:37:57.136Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-12T19:37:57.136Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-12T19:37:57.136Z] ---> 9a3650170300 [2022-10-12T19:37:57.136Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> 1d95f54ef1a9 [2022-10-12T19:37:57.136Z] Step 4/24 : WORKDIR /edgex-go [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> 2456f25efb28 [2022-10-12T19:37:57.136Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> bffeda3cb3f8 [2022-10-12T19:37:57.136Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> f3e9d64e60f6 [2022-10-12T19:37:57.136Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> 05c8303df0f6 [2022-10-12T19:37:57.136Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> af5c10a86800 [2022-10-12T19:37:57.136Z] Step 9/24 : COPY . . [2022-10-12T19:37:57.136Z] ---> Using cache [2022-10-12T19:37:57.136Z] ---> 44b9503086b9 [2022-10-12T19:37:57.136Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-12T19:37:57.136Z] ---> Running in 3fd03bec1741 [2022-10-12T19:37:57.717Z] 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-12T19:37:59.658Z] 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-12T19:38:03.002Z] Removing intermediate container 05469ab5c41a [2022-10-12T19:38:03.002Z] ---> 915ad58901b1 [2022-10-12T19:38:03.002Z] Step 9/23 : COPY . . [2022-10-12T19:38:15.300Z] ---> a23fcdb60c00 [2022-10-12T19:38:15.300Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-12T19:38:15.300Z] ---> Running in d6bce3afc19a [2022-10-12T19:38:17.603Z] 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-12T19:38:21.939Z] Removing intermediate container 3853da1750ac [2022-10-12T19:38:21.939Z] ---> b34d9c85e6c7 [2022-10-12T19:38:21.939Z] [2022-10-12T19:38:21.939Z] Step 10/25 : FROM alpine:3.16 [2022-10-12T19:38:21.939Z] ---> a6215f271958 [2022-10-12T19:38:21.939Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-12T19:38:21.939Z] ---> Running in 36a361df28f9 [2022-10-12T19:38:23.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:38:23.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:38:25.019Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-12T19:38:25.019Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-12T19:38:25.019Z] (3/3) Installing su-exec (0.2-r1) [2022-10-12T19:38:25.019Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:38:25.019Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:38:25.601Z] OK: 6 MiB in 17 packages [2022-10-12T19:38:27.540Z] Removing intermediate container 36a361df28f9 [2022-10-12T19:38:27.540Z] ---> 46022fdf8171 [2022-10-12T19:38:27.540Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-12T19:38:27.540Z] ---> Running in f2ee98965f62 [2022-10-12T19:38:28.121Z] Removing intermediate container f2ee98965f62 [2022-10-12T19:38:28.121Z] ---> 3cc9520ad8d7 [2022-10-12T19:38:28.121Z] Step 13/25 : WORKDIR / [2022-10-12T19:38:28.121Z] ---> Running in 68c3958a5029 [2022-10-12T19:38:28.704Z] Removing intermediate container 68c3958a5029 [2022-10-12T19:38:28.704Z] ---> c93a5e43e86e [2022-10-12T19:38:28.704Z] 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-12T19:38:29.661Z] ---> 54ec8aadaaaa [2022-10-12T19:38:29.661Z] 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-12T19:38:30.619Z] ---> 32ceaf12356a [2022-10-12T19:38:30.619Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-12T19:38:31.214Z] ---> da17c475d106 [2022-10-12T19:38:31.214Z] 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-12T19:38:32.179Z] ---> fab9357f66bd [2022-10-12T19:38:32.179Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-12T19:38:34.118Z] ---> 317df6f25305 [2022-10-12T19:38:34.118Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-12T19:38:35.521Z] ---> b1799ffab7b2 [2022-10-12T19:38:35.521Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-12T19:38:36.110Z] ---> 51892d8db0b6 [2022-10-12T19:38:36.110Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-12T19:38:36.376Z] ---> Running in 39ed139639cf [2022-10-12T19:38:39.731Z] Removing intermediate container 39ed139639cf [2022-10-12T19:38:39.731Z] ---> bf443be99f88 [2022-10-12T19:38:39.731Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-12T19:38:39.731Z] ---> Running in b73301f5b229 [2022-10-12T19:38:40.003Z] Removing intermediate container b73301f5b229 [2022-10-12T19:38:40.003Z] ---> 4d0e952ca6db [2022-10-12T19:38:40.003Z] Step 23/25 : LABEL arch=arm64 [2022-10-12T19:38:40.003Z] ---> Running in fa5070c10605 [2022-10-12T19:38:40.584Z] Removing intermediate container fa5070c10605 [2022-10-12T19:38:40.584Z] ---> 8a551957df83 [2022-10-12T19:38:40.584Z] Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:38:40.854Z] ---> Running in a26036c5ee61 [2022-10-12T19:38:41.119Z] Removing intermediate container a26036c5ee61 [2022-10-12T19:38:41.119Z] ---> cb9d62f0ccba [2022-10-12T19:38:41.119Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T19:38:41.384Z] ---> Running in 4541d013322f [2022-10-12T19:38:41.961Z] Removing intermediate container 4541d013322f [2022-10-12T19:38:41.961Z] ---> e4f61597222e [2022-10-12T19:38:41.961Z] [2022-10-12T19:38:42.225Z] Successfully built e4f61597222e [2022-10-12T19:38:42.225Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-12T19:39:00.412Z]  Building security-secretstore-setup ... done Removing intermediate container 7c5da6f77916 [2022-10-12T19:39:00.412Z] ---> 86096ed495bd [2022-10-12T19:39:00.412Z] [2022-10-12T19:39:00.412Z] Step 11/25 : FROM alpine:3.16 [2022-10-12T19:39:00.412Z] ---> a6215f271958 [2022-10-12T19:39:00.412Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-12T19:39:00.412Z] ---> Running in aaf457fafeb4 [2022-10-12T19:39:00.680Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:39:00.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:39:02.342Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-12T19:39:02.342Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:39:02.342Z] OK: 5 MiB in 15 packages [2022-10-12T19:39:03.741Z] Removing intermediate container aaf457fafeb4 [2022-10-12T19:39:03.741Z] ---> 6163c8844cb8 [2022-10-12T19:39:03.741Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:39:03.741Z] ---> Running in 0bd6ae864da0 [2022-10-12T19:39:04.321Z] Removing intermediate container 0bd6ae864da0 [2022-10-12T19:39:04.321Z] ---> 9751a46badb9 [2022-10-12T19:39:04.321Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-12T19:39:04.321Z] ---> Running in f726db3f4883 [2022-10-12T19:39:04.897Z] Removing intermediate container f726db3f4883 [2022-10-12T19:39:04.897Z] ---> 23990211fbab [2022-10-12T19:39:04.897Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-12T19:39:04.897Z] ---> Running in 6f581a2f52de [2022-10-12T19:39:05.474Z] Removing intermediate container 6f581a2f52de [2022-10-12T19:39:05.474Z] ---> 70fc03097aec [2022-10-12T19:39:05.474Z] Step 16/25 : WORKDIR / [2022-10-12T19:39:05.474Z] ---> Running in 2a1913ba028d [2022-10-12T19:39:06.060Z] Removing intermediate container 2a1913ba028d [2022-10-12T19:39:06.060Z] ---> 15d017d76e0a [2022-10-12T19:39:06.060Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:39:07.461Z] ---> 7b527201cebb [2022-10-12T19:39:07.461Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-12T19:39:08.865Z] ---> 7875ee732606 [2022-10-12T19:39:08.865Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-12T19:39:09.825Z] ---> 6b84fb0c58e4 [2022-10-12T19:39:09.825Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-12T19:39:10.797Z] ---> e09c29515e63 [2022-10-12T19:39:10.797Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-12T19:39:10.797Z] ---> Running in 5044ecfbc4f3 [2022-10-12T19:39:11.385Z] Removing intermediate container 5044ecfbc4f3 [2022-10-12T19:39:11.385Z] ---> c7d32928122c [2022-10-12T19:39:11.385Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:39:11.385Z] ---> Running in 205e015f99d2 [2022-10-12T19:39:11.966Z] Removing intermediate container 205e015f99d2 [2022-10-12T19:39:11.966Z] ---> aecc562bf20e [2022-10-12T19:39:11.966Z] Step 23/25 : LABEL arch=arm64 [2022-10-12T19:39:11.966Z] ---> Running in 4f0f31c3c1a1 [2022-10-12T19:39:12.232Z] Removing intermediate container 4f0f31c3c1a1 [2022-10-12T19:39:12.232Z] ---> 08380f96ee02 [2022-10-12T19:39:12.500Z] Step 24/25 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:39:12.500Z] ---> Running in 2c1b7e44afb7 [2022-10-12T19:39:13.101Z] Removing intermediate container 2c1b7e44afb7 [2022-10-12T19:39:13.101Z] ---> 165c179bff30 [2022-10-12T19:39:13.101Z] Step 25/25 : LABEL version=0.0.0 [2022-10-12T19:39:13.101Z] ---> Running in 9db2833d3f10 [2022-10-12T19:39:13.682Z] Removing intermediate container 9db2833d3f10 [2022-10-12T19:39:13.682Z] ---> 8255807dea35 [2022-10-12T19:39:13.682Z] [2022-10-12T19:39:13.947Z] Successfully built 8255807dea35 [2022-10-12T19:39:13.947Z] Successfully tagged core-metadata-arm64:latest [2022-10-12T19:42:05.603Z]  Building core-metadata ... done Removing intermediate container 3fd03bec1741 [2022-10-12T19:42:05.603Z] ---> aa8817c14211 [2022-10-12T19:42:05.603Z] [2022-10-12T19:42:05.603Z] Step 11/24 : FROM alpine:3.16 [2022-10-12T19:42:05.603Z] ---> a6215f271958 [2022-10-12T19:42:05.603Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-12T19:42:05.603Z] ---> Using cache [2022-10-12T19:42:05.603Z] ---> 6163c8844cb8 [2022-10-12T19:42:05.603Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:42:05.603Z] ---> Using cache [2022-10-12T19:42:05.603Z] ---> 9751a46badb9 [2022-10-12T19:42:05.603Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-12T19:42:05.603Z] ---> Running in a1ed347aa34e [2022-10-12T19:42:05.603Z] Removing intermediate container a1ed347aa34e [2022-10-12T19:42:05.603Z] ---> 4952d0d834f0 [2022-10-12T19:42:05.603Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-12T19:42:05.603Z] ---> Running in 2d849c1e7947 [2022-10-12T19:42:05.603Z] Removing intermediate container 2d849c1e7947 [2022-10-12T19:42:05.603Z] ---> fa573b749c20 [2022-10-12T19:42:05.603Z] Step 16/24 : WORKDIR / [2022-10-12T19:42:05.603Z] ---> Running in 295b1371bd72 [2022-10-12T19:42:05.603Z] Removing intermediate container 295b1371bd72 [2022-10-12T19:42:05.603Z] ---> ad87ee6ca8df [2022-10-12T19:42:05.603Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:42:05.603Z] ---> 6d5ece82a682 [2022-10-12T19:42:05.603Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-12T19:42:05.603Z] ---> 6293e12279b1 [2022-10-12T19:42:05.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-12T19:42:06.563Z] ---> 7f88a36ca846 [2022-10-12T19:42:06.563Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-12T19:42:06.831Z] ---> Running in ccecddf96582 [2022-10-12T19:42:07.096Z] Removing intermediate container ccecddf96582 [2022-10-12T19:42:07.096Z] ---> 0a2509e0495c [2022-10-12T19:42:07.096Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:42:07.360Z] ---> Running in 25bf8d8474d4 [2022-10-12T19:42:07.624Z] Removing intermediate container 25bf8d8474d4 [2022-10-12T19:42:07.624Z] ---> a9371be50165 [2022-10-12T19:42:07.624Z] Step 22/24 : LABEL arch=arm64 [2022-10-12T19:42:07.888Z] ---> Running in 817ec8800466 [2022-10-12T19:42:08.467Z] Removing intermediate container 817ec8800466 [2022-10-12T19:42:08.467Z] ---> d456bff247e1 [2022-10-12T19:42:08.467Z] Step 23/24 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:42:08.467Z] ---> Running in 524a7be7d484 [2022-10-12T19:42:09.047Z] Removing intermediate container 524a7be7d484 [2022-10-12T19:42:09.047Z] ---> fc400ac73d6e [2022-10-12T19:42:09.047Z] Step 24/24 : LABEL version=0.0.0 [2022-10-12T19:42:09.047Z] ---> Running in 26dc7d4e51c3 [2022-10-12T19:42:10.000Z] Removing intermediate container 26dc7d4e51c3 [2022-10-12T19:42:10.000Z] ---> e1d88185e091 [2022-10-12T19:42:10.000Z] [2022-10-12T19:42:10.000Z] Successfully built e1d88185e091 [2022-10-12T19:42:10.000Z] Successfully tagged core-command-arm64:latest [2022-10-12T19:42:32.036Z]  Building core-command ... done Removing intermediate container 808d41706d3a [2022-10-12T19:42:32.036Z] ---> 55f20ecfcc38 [2022-10-12T19:42:32.036Z] [2022-10-12T19:42:32.036Z] Step 11/23 : FROM alpine:3.16 [2022-10-12T19:42:32.036Z] ---> a6215f271958 [2022-10-12T19:42:32.036Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-12T19:42:32.036Z] ---> Using cache [2022-10-12T19:42:32.036Z] ---> 6163c8844cb8 [2022-10-12T19:42:32.036Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:42:32.036Z] ---> Using cache [2022-10-12T19:42:32.036Z] ---> 9751a46badb9 [2022-10-12T19:42:32.036Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-12T19:42:32.036Z] ---> Running in 771cf56e952b [2022-10-12T19:42:32.036Z] Removing intermediate container 771cf56e952b [2022-10-12T19:42:32.036Z] ---> 53bba523f062 [2022-10-12T19:42:32.036Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-12T19:42:32.036Z] ---> Running in ca9ffc10f07a [2022-10-12T19:42:32.626Z] Removing intermediate container ca9ffc10f07a [2022-10-12T19:42:32.626Z] ---> 31dcecdeeac4 [2022-10-12T19:42:32.626Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:42:34.035Z] ---> 7fcdddf79cf3 [2022-10-12T19:42:34.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-12T19:42:35.438Z] ---> 058c39f5dd6e [2022-10-12T19:42:35.438Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-12T19:42:36.393Z] ---> d9c7b58ecac4 [2022-10-12T19:42:36.393Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-12T19:42:36.393Z] ---> Running in 5ab530a5f77d [2022-10-12T19:42:36.980Z] Removing intermediate container 5ab530a5f77d [2022-10-12T19:42:36.980Z] ---> 1bc95907b12d [2022-10-12T19:42:36.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:42:36.980Z] ---> Running in cc7b161a5eec [2022-10-12T19:42:37.245Z] Removing intermediate container cc7b161a5eec [2022-10-12T19:42:37.245Z] ---> cda8e3d16677 [2022-10-12T19:42:37.245Z] Step 21/23 : LABEL arch=arm64 [2022-10-12T19:42:37.510Z] ---> Running in 0281b8151331 [2022-10-12T19:42:38.092Z] Removing intermediate container 0281b8151331 [2022-10-12T19:42:38.092Z] ---> 8d2051218f9c [2022-10-12T19:42:38.092Z] Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:42:38.092Z] ---> Running in 818f15910150 [2022-10-12T19:42:38.359Z] Removing intermediate container 818f15910150 [2022-10-12T19:42:38.359Z] ---> ce233b3192ed [2022-10-12T19:42:38.359Z] Step 23/23 : LABEL version=0.0.0 [2022-10-12T19:42:38.625Z] ---> Running in e73af6e7502b [2022-10-12T19:42:39.207Z] Removing intermediate container e73af6e7502b [2022-10-12T19:42:39.207Z] ---> b807a181d333 [2022-10-12T19:42:39.207Z] [2022-10-12T19:42:39.207Z] Successfully built b807a181d333 [2022-10-12T19:42:39.207Z] Successfully tagged support-scheduler-arm64:latest [2022-10-12T19:43:01.241Z]  Building support-scheduler ... done Removing intermediate container d6bce3afc19a [2022-10-12T19:43:01.241Z] ---> 8d230a3cc81f [2022-10-12T19:43:01.241Z] [2022-10-12T19:43:01.241Z] Step 11/23 : FROM alpine:3.16 [2022-10-12T19:43:01.241Z] ---> a6215f271958 [2022-10-12T19:43:01.241Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-12T19:43:01.241Z] ---> Running in 976591a341ee [2022-10-12T19:43:01.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-12T19:43:01.241Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-12T19:43:01.505Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-12T19:43:01.505Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-12T19:43:01.505Z] Executing busybox-1.35.0-r17.trigger [2022-10-12T19:43:01.505Z] Executing ca-certificates-20220614-r0.trigger [2022-10-12T19:43:01.770Z] OK: 6 MiB in 16 packages [2022-10-12T19:43:03.173Z] Removing intermediate container 976591a341ee [2022-10-12T19:43:03.173Z] ---> 868c7c527422 [2022-10-12T19:43:03.173Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-12T19:43:03.173Z] ---> Running in 5498121aec32 [2022-10-12T19:43:03.173Z] Removing intermediate container 5498121aec32 [2022-10-12T19:43:03.173Z] ---> 8e1627a5e3de [2022-10-12T19:43:03.173Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-12T19:43:03.439Z] ---> Running in 9844df2d9b52 [2022-10-12T19:43:03.707Z] Removing intermediate container 9844df2d9b52 [2022-10-12T19:43:03.707Z] ---> f04f1748f9dc [2022-10-12T19:43:03.707Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-12T19:43:03.707Z] ---> Running in d96e9c9a6968 [2022-10-12T19:43:03.973Z] Removing intermediate container d96e9c9a6968 [2022-10-12T19:43:03.973Z] ---> 88cdd189684b [2022-10-12T19:43:03.973Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-12T19:43:04.560Z] ---> b68ac39b387e [2022-10-12T19:43:04.560Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-12T19:43:05.964Z] ---> a254b6598bad [2022-10-12T19:43:05.964Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-12T19:43:06.231Z] ---> c60103e59b70 [2022-10-12T19:43:06.231Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-12T19:43:06.231Z] ---> Running in 17412dec5070 [2022-10-12T19:43:06.496Z] Removing intermediate container 17412dec5070 [2022-10-12T19:43:06.496Z] ---> 161e5fc9cd2b [2022-10-12T19:43:06.496Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-12T19:43:06.496Z] ---> Running in b032a2f54347 [2022-10-12T19:43:06.765Z] Removing intermediate container b032a2f54347 [2022-10-12T19:43:06.765Z] ---> e3cdc2158e80 [2022-10-12T19:43:06.765Z] Step 21/23 : LABEL arch=arm64 [2022-10-12T19:43:07.032Z] ---> Running in 6e76edab882d [2022-10-12T19:43:07.032Z] Removing intermediate container 6e76edab882d [2022-10-12T19:43:07.032Z] ---> f81d050b89af [2022-10-12T19:43:07.297Z] Step 22/23 : LABEL git_sha=b97225742986876752bd5478ed6b20094de16332 [2022-10-12T19:43:07.297Z] ---> Running in ecd39486b613 [2022-10-12T19:43:07.563Z] Removing intermediate container ecd39486b613 [2022-10-12T19:43:07.563Z] ---> 15549505d634 [2022-10-12T19:43:07.563Z] Step 23/23 : LABEL version=0.0.0 [2022-10-12T19:43:07.563Z] ---> Running in 5bf32f09d437 [2022-10-12T19:43:07.827Z] Removing intermediate container 5bf32f09d437 [2022-10-12T19:43:07.827Z] ---> 079b6048de19 [2022-10-12T19:43:07.827Z] [2022-10-12T19:43:08.092Z] Successfully built 079b6048de19 [2022-10-12T19:43:08.092Z] Successfully tagged support-notifications-arm64:latest [2022-10-12T19:43:08.365Z]  Building support-notifications ... done  [Pipeline] } [2022-10-12T19:43:08.369Z] $ docker stop --time=1 1e26c5feac0471a9639c44c1e8aa873e35e746725ab48a1df579dc8849b0172c [2022-10-12T19:43:10.032Z] $ docker rm -f 1e26c5feac0471a9639c44c1e8aa873e35e746725ab48a1df579dc8849b0172c [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-12T19:43:10.570Z] + docker images [2022-10-12T19:43:10.836Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-12T19:43:10.836Z] support-notifications-arm64 latest 079b6048de19 3 seconds ago 29.1MB [2022-10-12T19:43:10.836Z] 8d230a3cc81f 14 seconds ago 1.47GB [2022-10-12T19:43:10.836Z] support-scheduler-arm64 latest b807a181d333 32 seconds ago 28.5MB [2022-10-12T19:43:10.836Z] 55f20ecfcc38 40 seconds ago 1.47GB [2022-10-12T19:43:10.836Z] core-command-arm64 latest e1d88185e091 About a minute ago 16.8MB [2022-10-12T19:43:10.836Z] aa8817c14211 About a minute ago 1.41GB [2022-10-12T19:43:10.836Z] core-metadata-arm64 latest 8255807dea35 3 minutes ago 17.6MB [2022-10-12T19:43:10.836Z] 86096ed495bd 4 minutes ago 1.41GB [2022-10-12T19:43:10.836Z] security-secretstore-setup-arm64 latest e4f61597222e 4 minutes ago 28.2MB [2022-10-12T19:43:10.836Z] b34d9c85e6c7 4 minutes ago 1.4GB [2022-10-12T19:43:10.836Z] security-spiffe-token-provider-arm64 latest a6b377ce5c5c 5 minutes ago 28.4MB [2022-10-12T19:43:10.836Z] ccb7810b9835 5 minutes ago 1.44GB [2022-10-12T19:43:10.836Z] sys-mgmt-agent-arm64 latest 6a5a7f6874b5 6 minutes ago 133MB [2022-10-12T19:43:10.836Z] security-bootstrapper-arm64 latest 5b9bd6ca7650 7 minutes ago 19.1MB [2022-10-12T19:43:10.836Z] b9bf428333b3 8 minutes ago 1.4GB [2022-10-12T19:43:10.836Z] 475d568f5a11 8 minutes ago 1.39GB [2022-10-12T19:43:10.836Z] core-data-arm64 latest 5f9c61991037 10 minutes ago 20.7MB [2022-10-12T19:43:10.836Z] 5178a4359b7a 11 minutes ago 1.42GB [2022-10-12T19:43:10.836Z] security-proxy-setup-arm64 latest 86a90286e275 12 minutes ago 26.5MB [2022-10-12T19:43:10.836Z] cea9bcb050df 12 minutes ago 1.4GB [2022-10-12T19:43:10.836Z] security-spire-agent-arm64 latest a195c0b0f392 16 minutes ago 122MB [2022-10-12T19:43:10.836Z] security-spire-server-arm64 latest 373e5864682a 16 minutes ago 84.3MB [2022-10-12T19:43:10.836Z] security-spire-config-arm64 latest ea56ddbd7461 16 minutes ago 83.6MB [2022-10-12T19:43:10.836Z] 9acf1505f67b 16 minutes ago 1.28GB [2022-10-12T19:43:10.836Z] 55e1cd7fdf3c 16 minutes ago 1.28GB [2022-10-12T19:43:10.836Z] 4be0de751eed 16 minutes ago 1.28GB [2022-10-12T19:43:10.836Z] ci-base-image-arm64 latest 9a3650170300 30 minutes ago 942MB [2022-10-12T19:43:10.837Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 days ago 679MB [2022-10-12T19:43:10.837Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-12T19:43:10.837Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-12T19:43:10.837Z] 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-12T19:43:11.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T19:43:11.608Z] [2022-10-12T19:43:11.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:43:12.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T19:43:12.267Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-12T19:43:12.267Z] 8998bd30e6a1: Pulling fs layer [2022-10-12T19:43:12.267Z] 04944245beec: Pulling fs layer [2022-10-12T19:43:12.267Z] 699f458cf7ca: Pulling fs layer [2022-10-12T19:43:12.267Z] 765212b225bb: Pulling fs layer [2022-10-12T19:43:12.267Z] f23df028b6ca: Pulling fs layer [2022-10-12T19:43:12.267Z] d65c8cfc05b1: Pulling fs layer [2022-10-12T19:43:12.267Z] 2437ff75d9bd: Pulling fs layer [2022-10-12T19:43:12.267Z] f23df028b6ca: Waiting [2022-10-12T19:43:12.267Z] d65c8cfc05b1: Waiting [2022-10-12T19:43:12.267Z] 765212b225bb: Waiting [2022-10-12T19:43:12.267Z] 2437ff75d9bd: Waiting [2022-10-12T19:43:12.267Z] 04944245beec: Verifying Checksum [2022-10-12T19:43:12.267Z] 04944245beec: Download complete [2022-10-12T19:43:12.267Z] 765212b225bb: Verifying Checksum [2022-10-12T19:43:12.267Z] 765212b225bb: Download complete [2022-10-12T19:43:12.532Z] f23df028b6ca: Verifying Checksum [2022-10-12T19:43:12.532Z] f23df028b6ca: Download complete [2022-10-12T19:43:12.532Z] d65c8cfc05b1: Verifying Checksum [2022-10-12T19:43:12.532Z] d65c8cfc05b1: Download complete [2022-10-12T19:43:12.532Z] 699f458cf7ca: Verifying Checksum [2022-10-12T19:43:12.532Z] 699f458cf7ca: Download complete [2022-10-12T19:43:13.117Z] 8998bd30e6a1: Verifying Checksum [2022-10-12T19:43:13.117Z] 8998bd30e6a1: Download complete [2022-10-12T19:43:15.693Z] 2437ff75d9bd: Verifying Checksum [2022-10-12T19:43:15.693Z] 2437ff75d9bd: Download complete [2022-10-12T19:43:17.097Z] 8998bd30e6a1: Pull complete [2022-10-12T19:43:17.361Z] 04944245beec: Pull complete [2022-10-12T19:43:18.767Z] 699f458cf7ca: Pull complete [2022-10-12T19:43:19.033Z] 765212b225bb: Pull complete [2022-10-12T19:43:19.613Z] f23df028b6ca: Pull complete [2022-10-12T19:43:19.878Z] d65c8cfc05b1: Pull complete [2022-10-12T19:43:34.900Z] 2437ff75d9bd: Pull complete [2022-10-12T19:43:34.900Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-12T19:43:34.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-12T19:43:34.900Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:43:35.209Z] prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container [2022-10-12T19:43:35.267Z] $ 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-12T19:43:37.876Z] $ docker top bbeef0cce728716b9e744649f46417b7bf0e70435a638b3ad5454ce325ddb53c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:43:38.572Z] ---> job-cost.sh [2022-10-12T19:43:38.839Z] lf-activate-venv: SKIPPING [2022-10-12T19:43:38.839Z] INFO: No Stack... [2022-10-12T19:43:39.415Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-12T19:43:39.991Z] INFO: Archiving Costs [Pipeline] sh [2022-10-12T19:43:40.320Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-12T19:43:40.320Z] + cut -d, -f6 [Pipeline] lock [2022-10-12T19:43:40.396Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] [2022-10-12T19:43:40.401Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] did not exist. Created. [2022-10-12T19:43:40.401Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-12T19:43:40.811Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-12T19:43:40.988Z] Stashed 1 file(s) [Pipeline] } [2022-10-12T19:43:41.003Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4198-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-12T19:43:41.068Z] $ docker stop --time=1 bbeef0cce728716b9e744649f46417b7bf0e70435a638b3ad5454ce325ddb53c [2022-10-12T19:43:42.501Z] $ docker rm -f bbeef0cce728716b9e744649f46417b7bf0e70435a638b3ad5454ce325ddb53c [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-12T19:43:43.417Z] provisioning config files... [2022-10-12T19:43:43.424Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9669479381451941246tmp [Pipeline] { [Pipeline] sh [2022-10-12T19:43:43.761Z] + set +x [2022-10-12T19:43:43.762Z] + curl -s https://codecov.io/bash [2022-10-12T19:43:43.762Z] + bash -s -- [2022-10-12T19:43:43.762Z] [2022-10-12T19:43:43.762Z] _____ _ [2022-10-12T19:43:43.762Z] / ____| | | [2022-10-12T19:43:43.762Z] | | ___ __| | ___ ___ _____ __ [2022-10-12T19:43:43.762Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-12T19:43:43.762Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-12T19:43:43.762Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-12T19:43:43.762Z] Bash-1.0.6 [2022-10-12T19:43:43.762Z] [2022-10-12T19:43:43.762Z] [2022-10-12T19:43:43.762Z] ==> git version 2.25.1 found [2022-10-12T19:43:43.762Z] ==> 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-12T19:43:43.762Z] Release-Date: 2020-01-08 [2022-10-12T19:43:43.762Z] 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-12T19:43:43.762Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-12T19:43:43.762Z] ==> Jenkins CI detected. [2022-10-12T19:43:43.762Z] current dir:  /w/workspace/edgex-go/1 [2022-10-12T19:43:43.762Z] project root: . [2022-10-12T19:43:43.762Z] --> token set from env [2022-10-12T19:43:43.762Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-12T19:43:43.762Z] ==> Running gcov in . (disable via -X gcov) [2022-10-12T19:43:43.762Z] ==> Python coveragepy not found [2022-10-12T19:43:43.762Z] ==> Searching for coverage reports in: [2022-10-12T19:43:43.762Z] + . [2022-10-12T19:43:43.762Z] -> Found 1 reports [2022-10-12T19:43:43.762Z] ==> Detecting git/mercurial file structure [2022-10-12T19:43:44.021Z] ==> Reading reports [2022-10-12T19:43:44.021Z] + ./coverage.out bytes=502375 [2022-10-12T19:43:44.021Z] ==> Appending adjustments [2022-10-12T19:43:44.021Z] https://docs.codecov.io/docs/fixing-reports [2022-10-12T19:43:45.399Z] + Found adjustments [2022-10-12T19:43:45.399Z] ==> Gzipping contents [2022-10-12T19:43:45.399Z] 68K /tmp/codecov.E4x5Y2.gz [2022-10-12T19:43:45.399Z] ==> Uploading reports [2022-10-12T19:43:45.399Z] url: https://codecov.io [2022-10-12T19:43:45.400Z] query: branch=PR-4198&commit=b97225742986876752bd5478ed6b20094de16332&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4198&job=&cmd_args= [2022-10-12T19:43:45.400Z] -> Pinging Codecov [2022-10-12T19:43:45.400Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4198&commit=b97225742986876752bd5478ed6b20094de16332&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4198&job=&cmd_args= [2022-10-12T19:43:45.400Z] -> Uploading to [2022-10-12T19:43:45.400Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-12/00271124DB129430A58F1EEE437C3FCB/b97225742986876752bd5478ed6b20094de16332/f7ceef0b-2a2a-436e-8a76-703176b4d219.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221012%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221012T194345Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=47659035633cd281b30ca434d5b935e25bac96803ba1465c0a0284df21f08da9 [2022-10-12T19:43:45.400Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-12T19:43:45.400Z] Dload Upload Total Spent Left Speed [2022-10-12T19:43:45.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65564 0 0 100 65564 0 280k --:--:-- --:--:-- --:--:-- 280k 100 65564 0 0 100 65564 0 253k --:--:-- --:--:-- --:--:-- 252k [2022-10-12T19:43:45.754Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b97225742986876752bd5478ed6b20094de16332 [Pipeline] } [2022-10-12T19:43:45.800Z] 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-12T19:43:47.140Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:43:47.513Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:43:48.458Z] ---> package-listing.sh [2022-10-12T19:43:48.458Z] ++ facter osfamily [2022-10-12T19:43:48.458Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-12T19:43:48.458Z] + OS_FAMILY=debian [2022-10-12T19:43:48.458Z] + workspace=/w/workspace/edgex-go/1 [2022-10-12T19:43:48.458Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-12T19:43:48.458Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-12T19:43:48.458Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-12T19:43:48.458Z] + PACKAGES=/tmp/packages_start.txt [2022-10-12T19:43:48.458Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-12T19:43:48.458Z] + PACKAGES=/tmp/packages_end.txt [2022-10-12T19:43:48.458Z] + case "${OS_FAMILY}" in [2022-10-12T19:43:48.458Z] + dpkg -l [2022-10-12T19:43:48.458Z] + grep '^ii' [2022-10-12T19:43:48.734Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-12T19:43:48.734Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-12T19:43:48.734Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-12T19:43:48.734Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-12T19:43:48.734Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-12T19:43:48.734Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-12T19:43:48.769Z] 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-12T19:43:49.060Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:43:49.679Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T19:43:49.679Z] [2022-10-12T19:43:49.679Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-12T19:43:50.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T19:43:50.059Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-12T19:43:50.059Z] 5eb5b503b376: Pulling fs layer [2022-10-12T19:43:50.059Z] 5c69ac0246d0: Pulling fs layer [2022-10-12T19:43:50.059Z] ec43610c2a17: Pulling fs layer [2022-10-12T19:43:50.059Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-12T19:43:50.059Z] 33b1e0a273af: Pulling fs layer [2022-10-12T19:43:50.059Z] 5d3b04190fa2: Pulling fs layer [2022-10-12T19:43:50.059Z] 2f39f015ded8: Pulling fs layer [2022-10-12T19:43:50.059Z] 33b1e0a273af: Waiting [2022-10-12T19:43:50.059Z] 3a2ae6a8a46f: Waiting [2022-10-12T19:43:50.059Z] 2f39f015ded8: Waiting [2022-10-12T19:43:50.059Z] 5c69ac0246d0: Download complete [2022-10-12T19:43:50.059Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-12T19:43:50.059Z] 3a2ae6a8a46f: Download complete [2022-10-12T19:43:50.059Z] 33b1e0a273af: Verifying Checksum [2022-10-12T19:43:50.059Z] 33b1e0a273af: Download complete [2022-10-12T19:43:50.320Z] ec43610c2a17: Verifying Checksum [2022-10-12T19:43:50.320Z] ec43610c2a17: Download complete [2022-10-12T19:43:50.320Z] 5d3b04190fa2: Download complete [2022-10-12T19:43:50.320Z] 5eb5b503b376: Verifying Checksum [2022-10-12T19:43:50.320Z] 5eb5b503b376: Download complete [2022-10-12T19:43:50.884Z] 2f39f015ded8: Download complete [2022-10-12T19:43:51.450Z] 5eb5b503b376: Pull complete [2022-10-12T19:43:51.708Z] 5c69ac0246d0: Pull complete [2022-10-12T19:43:51.967Z] ec43610c2a17: Pull complete [2022-10-12T19:43:52.225Z] 3a2ae6a8a46f: Pull complete [2022-10-12T19:43:52.484Z] 33b1e0a273af: Pull complete [2022-10-12T19:43:52.484Z] 5d3b04190fa2: Pull complete [2022-10-12T19:43:56.671Z] 2f39f015ded8: Pull complete [2022-10-12T19:43:56.671Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-12T19:43:56.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-12T19:43:56.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-12T19:43:56.859Z] prd-ubuntu20.04-docker-8c-8g-7767 does not seem to be running inside a container [2022-10-12T19:43:56.895Z] $ 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-12T19:43:59.030Z] $ docker top 41e5e01fbb2eabea15614e6a6da37607f5549f3bada879a95ba93dbe82190974 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-12T19:43:59.421Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-12T19:43:59.728Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-12T19:44:00.033Z] + ls /var/log/sa-host [2022-10-12T19:44:00.033Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-12T19:44:00.278Z] provisioning config files... [2022-10-12T19:44:00.287Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12175762454222530290tmp [Pipeline] { [Pipeline] echo [2022-10-12T19:44:00.345Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:44:00.659Z] ---> create-netrc.sh [Pipeline] } [2022-10-12T19:44:00.690Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:44:01.122Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-12T19:44:01.154Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:44:01.463Z] ---> sudo-logs.sh [2022-10-12T19:44:01.463Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-12T19:44:01.536Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:44:01.845Z] ---> job-cost.sh [2022-10-12T19:44:01.845Z] lf-activate-venv: SKIPPING [2022-10-12T19:44:01.845Z] DEBUG: total: 0.10999999940395355 [2022-10-12T19:44:01.845Z] INFO: Retrieving Stack Cost... [2022-10-12T19:44:02.104Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-12T19:44:02.673Z] INFO: Archiving Costs [Pipeline] echo [2022-10-12T19:44:02.709Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-12T19:44:03.030Z] ---> logs-deploy.sh [2022-10-12T19:44:03.030Z] lf-activate-venv: SKIPPING [2022-10-12T19:44:03.031Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4198/1 [2022-10-12T19:44:03.031Z] INFO: archiving workspace using pattern(s): [2022-10-12T19:44:03.968Z] Archives upload complete. [2022-10-12T19:44:03.968Z] INFO: archiving logs to Nexus