Pull request #4178 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b66a86bc849a43047d0b1c09735ef80d635252f8+1845739d37df45141b994dacdf8b95897574fdab (b11d1fde751846a7406f25bee9a02e706c0aa6a5) 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-ssh15165091585884759276.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-ssh6743545166817217937.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-4178/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-4178/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11762638141017458434.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-4178/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10107336033785734533.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-ssh2994026389883740814.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-4178/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-4178/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16457990610034945372.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-6928 in /w/workspace/edgexfoundry_edgex-go_PR-4178 [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 Merging remotes/origin/main commit 1845739d37df45141b994dacdf8b95897574fdab into PR head commit b66a86bc849a43047d0b1c09735ef80d635252f8 Merge succeeded, producing b66a86bc849a43047d0b1c09735ef80d635252f8 Checking out Revision b66a86bc849a43047d0b1c09735ef80d635252f8 (PR-4178) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/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] { 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/4178/head:refs/remotes/origin/PR-4178 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # 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 1845739d37df45141b994dacdf8b95897574fdab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-03T19:06:25.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-03T19:06:26.036Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-03T19:06:26.125Z] ========================================================= [2022-10-03T19:06:26.125Z] EdgeX Global Pipelines Version Info [2022-10-03T19:06:26.125Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:06:26.856Z] ------------------- [2022-10-03T19:06:26.856Z] stable info: [2022-10-03T19:06:26.856Z] ------------------- [2022-10-03T19:06:26.856Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-03T19:06:26.856Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T19:06:26.857Z] Message: update stable to v1.0.239 [2022-10-03T19:06:27.427Z] ------------------- [2022-10-03T19:06:27.427Z] experimental info: [2022-10-03T19:06:27.427Z] ------------------- [2022-10-03T19:06:27.427Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-03T19:06:27.427Z] Commit SHA: bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T19:06:27.427Z] Message: update experimental to v1.0.239 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-03T19:06:27.691Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-03T19:06:27.733Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-03T19:06:27.768Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-03T19:06:27.803Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-03T19:06:27.840Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-03T19:06:27.879Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-03T19:06:27.916Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-03T19:06:27.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-03T19:06:27.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-03T19:06:28.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-03T19:06:28.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-03T19:06:28.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-03T19:06:28.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-03T19:06:28.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-03T19:06:28.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-03T19:06:28.262Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-03T19:06:28.301Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-03T19:06:28.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-03T19:06:28.376Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-03T19:06:28.416Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-03T19:06:28.453Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-03T19:06:28.496Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-03T19:06:28.533Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-03T19:06:28.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4178 [Pipeline] echo [2022-10-03T19:06:28.603Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4178 [Pipeline] echo [2022-10-03T19:06:28.636Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4178 [Pipeline] echo [2022-10-03T19:06:28.674Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] echo [2022-10-03T19:06:28.710Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b66a86b [Pipeline] echo [2022-10-03T19:06:28.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T19:06:28.852Z] provisioning config files... [2022-10-03T19:06:28.865Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6652951604741616236tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:06:29.201Z] ---> docker-login.sh [2022-10-03T19:06:29.201Z] nexus3.edgexfoundry.org:10001 [2022-10-03T19:06:29.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:06:29.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:06:29.463Z] Configure a credential helper to remove this warning. See [2022-10-03T19:06:29.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:06:29.463Z] [2022-10-03T19:06:29.463Z] Login Succeeded [2022-10-03T19:06:29.463Z] nexus3.edgexfoundry.org:10002 [2022-10-03T19:06:29.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:06:29.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:06:29.723Z] Configure a credential helper to remove this warning. See [2022-10-03T19:06:29.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:06:29.723Z] [2022-10-03T19:06:29.723Z] Login Succeeded [2022-10-03T19:06:29.723Z] nexus3.edgexfoundry.org:10003 [2022-10-03T19:06:29.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:06:29.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:06:29.723Z] Configure a credential helper to remove this warning. See [2022-10-03T19:06:29.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:06:29.723Z] [2022-10-03T19:06:29.723Z] Login Succeeded [2022-10-03T19:06:29.723Z] nexus3.edgexfoundry.org:10004 [2022-10-03T19:06:29.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:06:29.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:06:29.983Z] Configure a credential helper to remove this warning. See [2022-10-03T19:06:29.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:06:29.983Z] [2022-10-03T19:06:29.983Z] Login Succeeded [2022-10-03T19:06:29.983Z] docker.io [2022-10-03T19:06:29.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:06:30.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:06:30.244Z] Configure a credential helper to remove this warning. See [2022-10-03T19:06:30.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:06:30.244Z] [2022-10-03T19:06:30.244Z] Login Succeeded [2022-10-03T19:06:30.244Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T19:06:30.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-03T19:06:30.670Z] + 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-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + dirname cmd/core-command/Dockerfile [2022-10-03T19:06:30.670Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + dirname cmd/core-data/Dockerfile [2022-10-03T19:06:30.670Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/core-metadata/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-03T19:06:30.670Z] + + cut -d/ -f2dirname [2022-10-03T19:06:30.670Z] cmd/security-spiffe-token-provider/Dockerfile [2022-10-03T19:06:30.670Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-03T19:06:30.670Z] + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 [2022-10-03T19:06:30.670Z] [2022-10-03T19:06:30.670Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/support-notifications/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-03T19:06:30.670Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-03T19:06:30.670Z] + cut -d/ -f2 [2022-10-03T19:06:30.670Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-03T19:06:30.721Z] 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-03T19:06:31.213Z] + git rev-list -1 --merges b66a86bc849a43047d0b1c09735ef80d635252f8~1..b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] echo [2022-10-03T19:06:31.243Z] -----------> git rev-list -1 --merges b66a86bc849a43047d0b1c09735ef80d635252f8~1..b66a86bc849a43047d0b1c09735ef80d635252f8 b66a86bc849a43047d0b1c09735ef80d635252f8 [false] [Pipeline] sh [2022-10-03T19:06:31.550Z] + git log --format=format:%s -1 b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] echo [2022-10-03T19:06:31.587Z] ========================================================= [2022-10-03T19:06:31.587Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-03T19:06:31.587Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-03T19:06:32.073Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-03T19:06:32.073Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-03T19:06:32.073Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-03T19:06:32.073Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-03T19:06:32.074Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2022-10-03T19:06:32.074Z] -a /etc/ssh/ssh_known_hosts [2022-10-03T19:06:32.074Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:06:32.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T19:06:32.557Z] [2022-10-03T19:06:32.557Z] 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-03T19:06:32.939Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T19:06:32.939Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-03T19:06:32.939Z] b85a868b505f: Pulling fs layer [2022-10-03T19:06:32.939Z] e2be974225ed: Pulling fs layer [2022-10-03T19:06:32.939Z] 339a4e72a1f5: Pulling fs layer [2022-10-03T19:06:32.939Z] 988bab9f4d93: Pulling fs layer [2022-10-03T19:06:32.939Z] 1469e6f7b9e6: Pulling fs layer [2022-10-03T19:06:32.939Z] eaf3925da568: Pulling fs layer [2022-10-03T19:06:32.939Z] bab4dde63d76: Pulling fs layer [2022-10-03T19:06:32.939Z] bde34c3a00c8: Pulling fs layer [2022-10-03T19:06:32.939Z] b352a97aabf1: Pulling fs layer [2022-10-03T19:06:32.939Z] 4872d77fe225: Pulling fs layer [2022-10-03T19:06:32.939Z] 5851b861e8e6: Pulling fs layer [2022-10-03T19:06:32.939Z] eaf3925da568: Waiting [2022-10-03T19:06:32.939Z] bab4dde63d76: Waiting [2022-10-03T19:06:32.939Z] b352a97aabf1: Waiting [2022-10-03T19:06:32.939Z] bde34c3a00c8: Waiting [2022-10-03T19:06:32.939Z] 1469e6f7b9e6: Waiting [2022-10-03T19:06:32.939Z] 4872d77fe225: Waiting [2022-10-03T19:06:32.939Z] 988bab9f4d93: Waiting [2022-10-03T19:06:32.939Z] e2be974225ed: Download complete [2022-10-03T19:06:32.939Z] 988bab9f4d93: Verifying Checksum [2022-10-03T19:06:32.939Z] 988bab9f4d93: Download complete [2022-10-03T19:06:33.199Z] 1469e6f7b9e6: Verifying Checksum [2022-10-03T19:06:33.199Z] 1469e6f7b9e6: Download complete [2022-10-03T19:06:33.199Z] eaf3925da568: Verifying Checksum [2022-10-03T19:06:33.199Z] eaf3925da568: Download complete [2022-10-03T19:06:33.199Z] 339a4e72a1f5: Verifying Checksum [2022-10-03T19:06:33.199Z] 339a4e72a1f5: Download complete [2022-10-03T19:06:33.199Z] bde34c3a00c8: Download complete [2022-10-03T19:06:33.199Z] b352a97aabf1: Download complete [2022-10-03T19:06:33.199Z] 4872d77fe225: Verifying Checksum [2022-10-03T19:06:33.199Z] 4872d77fe225: Download complete [2022-10-03T19:06:33.199Z] 5851b861e8e6: Download complete [2022-10-03T19:06:33.199Z] b85a868b505f: Verifying Checksum [2022-10-03T19:06:33.199Z] b85a868b505f: Download complete [2022-10-03T19:06:33.460Z] bab4dde63d76: Verifying Checksum [2022-10-03T19:06:33.460Z] bab4dde63d76: Download complete [2022-10-03T19:06:34.399Z] b85a868b505f: Pull complete [2022-10-03T19:06:34.399Z] e2be974225ed: Pull complete [2022-10-03T19:06:34.985Z] 339a4e72a1f5: Pull complete [2022-10-03T19:06:34.985Z] 988bab9f4d93: Pull complete [2022-10-03T19:06:35.245Z] 1469e6f7b9e6: Pull complete [2022-10-03T19:06:35.245Z] eaf3925da568: Pull complete [2022-10-03T19:06:37.147Z] bab4dde63d76: Pull complete [2022-10-03T19:06:37.147Z] bde34c3a00c8: Pull complete [2022-10-03T19:06:37.147Z] b352a97aabf1: Pull complete [2022-10-03T19:06:37.147Z] 4872d77fe225: Pull complete [2022-10-03T19:06:37.147Z] 5851b861e8e6: Pull complete [2022-10-03T19:06:37.147Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-03T19:06:37.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-03T19:06:37.147Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:06:37.369Z] prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container [2022-10-03T19:06:37.403Z] $ 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-03T19:06:39.520Z] $ docker top e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 -eo pid,comm [2022-10-03T19:06:39.570Z] 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-03T19:06:39.570Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-03T19:06:39.695Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-03T19:06:39.695Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-03T19:06:39.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-03T19:06:39.811Z] $ docker exec e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent [2022-10-03T19:06:39.907Z] SSH_AUTH_SOCK=/tmp/ssh-B5fkTzqSGxsR/agent.31 [2022-10-03T19:06:39.907Z] SSH_AGENT_PID=37 [2022-10-03T19:06:39.914Z] Running ssh-add (command line suppressed) [2022-10-03T19:06:40.021Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2568447808970331350.key (/w/workspace/edgex-go/1@tmp/private_key_2568447808970331350.key) [2022-10-03T19:06:40.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-03T19:06:40.363Z] + git tag --points-at HEAD [Pipeline] } [2022-10-03T19:06:40.390Z] $ docker exec --env ******** --env ******** e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent -k [2022-10-03T19:06:40.484Z] unset SSH_AUTH_SOCK; [2022-10-03T19:06:40.484Z] unset SSH_AGENT_PID; [2022-10-03T19:06:40.484Z] echo Agent pid 37 killed; [2022-10-03T19:06:40.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-03T19:06:40.585Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-03T19:06:40.585Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-03T19:06:40.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-03T19:06:40.716Z] $ docker exec e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent [2022-10-03T19:06:40.824Z] SSH_AUTH_SOCK=/tmp/ssh-CiJ7P7fv3oFt/agent.69 [2022-10-03T19:06:40.824Z] SSH_AGENT_PID=75 [2022-10-03T19:06:40.830Z] Running ssh-add (command line suppressed) [2022-10-03T19:06:40.929Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_9704196724122309108.key (/w/workspace/edgex-go/1@tmp/private_key_9704196724122309108.key) [2022-10-03T19:06:40.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-03T19:06:41.265Z] + git semver init [2022-10-03T19:06:41.524Z] 2022-10-03 19:06:41,431 [run_init] DEBUG init version:0.0.0 force:False [2022-10-03T19:06:41.524Z] 2022-10-03 19:06:41,432 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-03T19:06:41.524Z] 2022-10-03 19:06:41,432 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-03T19:06:41.524Z] 2022-10-03 19:06:41,432 [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-03T19:06:46.823Z] 2022-10-03 19:06:46,093 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,093 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4178 with force:False [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,093 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4178 [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,097 [execute] INFO git cat-file --batch-check [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,098 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,104 [execute] INFO git cat-file --batch [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,104 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-03T19:06:46.823Z] 2022-10-03 19:06:46,108 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4178 [2022-10-03T19:06:46.823Z] 0.0.0 [Pipeline] } [2022-10-03T19:06:46.855Z] $ docker exec --env ******** --env ******** e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 ssh-agent -k [2022-10-03T19:06:46.951Z] unset SSH_AUTH_SOCK; [2022-10-03T19:06:46.951Z] unset SSH_AGENT_PID; [2022-10-03T19:06:46.952Z] echo Agent pid 75 killed; [2022-10-03T19:06:46.958Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-03T19:06:47.378Z] + git semver [Pipeline] } [2022-10-03T19:06:47.670Z] $ docker stop --time=1 e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 [2022-10-03T19:06:48.937Z] $ docker rm -f e3d76336160ff7a5cfc61a62dc6981ddeda1419193fe8d4ce23c2c284cdfbc64 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T19:06:49.336Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-03T19:06:49.558Z] Stashed 1 file(s) [Pipeline] echo [2022-10-03T19:06:49.573Z] [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-03T19:06:50.339Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-03T19:06:50.376Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T19:06:50.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T19:06:50.440Z] ========================================================= [2022-10-03T19:06:50.440Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-03T19:06:50.440Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-03T19:06:50.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-03T19:06:50.774Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-03T19:06:50.774Z] 2408cc74d12b: Pulling fs layer [2022-10-03T19:06:50.774Z] ea60b727a1ce: Pulling fs layer [2022-10-03T19:06:50.774Z] 30c4a7721957: Pulling fs layer [2022-10-03T19:06:50.774Z] 370296b7ddb6: Pulling fs layer [2022-10-03T19:06:50.774Z] 7c6cee850709: Pulling fs layer [2022-10-03T19:06:50.774Z] aa9baa53a306: Pulling fs layer [2022-10-03T19:06:50.774Z] 8b309c321861: Pulling fs layer [2022-10-03T19:06:50.774Z] d8d76fd02f46: Pulling fs layer [2022-10-03T19:06:50.774Z] fa31f396de31: Pulling fs layer [2022-10-03T19:06:50.774Z] aa9baa53a306: Waiting [2022-10-03T19:06:50.774Z] d8d76fd02f46: Waiting [2022-10-03T19:06:50.774Z] fa31f396de31: Waiting [2022-10-03T19:06:50.774Z] 370296b7ddb6: Waiting [2022-10-03T19:06:50.775Z] 7c6cee850709: Waiting [2022-10-03T19:06:50.775Z] 8b309c321861: Waiting [2022-10-03T19:06:50.775Z] 30c4a7721957: Download complete [2022-10-03T19:06:50.775Z] ea60b727a1ce: Verifying Checksum [2022-10-03T19:06:50.775Z] ea60b727a1ce: Download complete [2022-10-03T19:06:50.775Z] 7c6cee850709: Verifying Checksum [2022-10-03T19:06:50.775Z] 7c6cee850709: Download complete [2022-10-03T19:06:50.775Z] aa9baa53a306: Verifying Checksum [2022-10-03T19:06:50.775Z] aa9baa53a306: Download complete [2022-10-03T19:06:50.775Z] 2408cc74d12b: Verifying Checksum [2022-10-03T19:06:50.775Z] 8b309c321861: Download complete [2022-10-03T19:06:51.039Z] 2408cc74d12b: Pull complete [2022-10-03T19:06:51.039Z] ea60b727a1ce: Pull complete [2022-10-03T19:06:51.311Z] 30c4a7721957: Pull complete [2022-10-03T19:06:51.582Z] fa31f396de31: Download complete [2022-10-03T19:06:51.843Z] 370296b7ddb6: Verifying Checksum [2022-10-03T19:06:51.843Z] 370296b7ddb6: Download complete [2022-10-03T19:06:51.843Z] d8d76fd02f46: Verifying Checksum [2022-10-03T19:06:51.843Z] d8d76fd02f46: Download complete [2022-10-03T19:06:55.126Z] 370296b7ddb6: Pull complete [2022-10-03T19:06:55.126Z] 7c6cee850709: Pull complete [2022-10-03T19:06:55.126Z] aa9baa53a306: Pull complete [2022-10-03T19:06:55.383Z] 8b309c321861: Pull complete [2022-10-03T19:06:57.281Z] d8d76fd02f46: Pull complete [2022-10-03T19:06:57.846Z] fa31f396de31: Pull complete [2022-10-03T19:06:57.846Z] Digest: sha256:2371a9c145f0d593c9024d3814659be550d63e8930698ddb4de3d51b9130800a [2022-10-03T19:06:57.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-03T19:06:57.846Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-03T19:06:58.208Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-03T19:06:58.208Z] WORKDIR /edgex [2022-10-03T19:06:58.208Z] COPY go.mod . [2022-10-03T19:06:58.208Z] RUN go mod download [2022-10-03T19:06:58.208Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-03T19:06:58.773Z] Sending build context to Docker daemon 169.6MB [2022-10-03T19:06:58.773Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-03T19:06:58.773Z] ---> cef68f9685f8 [2022-10-03T19:06:58.773Z] Step 2/4 : WORKDIR /edgex [2022-10-03T19:07:03.083Z] ---> Running in 222aa0ac3f0c [2022-10-03T19:07:03.083Z] Removing intermediate container 222aa0ac3f0c [2022-10-03T19:07:03.083Z] ---> 7c0a909ddb2f [2022-10-03T19:07:03.083Z] Step 3/4 : COPY go.mod . [2022-10-03T19:07:03.083Z] ---> 3a7a06bfd59e [2022-10-03T19:07:03.083Z] Step 4/4 : RUN go mod download [2022-10-03T19:07:03.083Z] ---> Running in 6f7407c9e853 [2022-10-03T19:07:04.881Z] Still waiting to schedule task [2022-10-03T19:07:04.882Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-03T19:07:15.293Z] Removing intermediate container 6f7407c9e853 [2022-10-03T19:07:15.293Z] ---> a6083f8f87d4 [2022-10-03T19:07:15.293Z] Successfully built a6083f8f87d4 [2022-10-03T19:07:15.293Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:07:15.666Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-03T19:07:15.666Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:07:15.807Z] prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container [2022-10-03T19:07:15.836Z] $ 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-03T19:07:16.250Z] $ docker top b0da8105a7c5eef364ee903a5e5b017f4aaf6969840c846ebc29307b6643fb59 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:07:16.629Z] + go version [2022-10-03T19:07:16.629Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-10-03T19:07:16.662Z] $ docker stop --time=1 b0da8105a7c5eef364ee903a5e5b017f4aaf6969840c846ebc29307b6643fb59 [2022-10-03T19:07:17.939Z] $ docker rm -f b0da8105a7c5eef364ee903a5e5b017f4aaf6969840c846ebc29307b6643fb59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:07:18.653Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-03T19:07:18.653Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:07:18.797Z] prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container [2022-10-03T19:07:18.831Z] $ 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-03T19:07:19.159Z] $ docker top bc054c375c101d6fcc3a2a9746552707f2fb4176ac31e26c161d0f5eb8acaa75 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-03T19:07:19.266Z] ========================================================= [2022-10-03T19:07:19.266Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-03T19:07:19.266Z] ========================================================= [Pipeline] sh [2022-10-03T19:07:19.557Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-03T19:07:19.910Z] + make test [2022-10-03T19:07:19.910Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-03T19:07:26.480Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-03T19:07:38.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.050s coverage: 28.7% of statements [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-03T19:07:38.679Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-03T19:07:38.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.138s coverage: 98.5% of statements [2022-10-03T19:07:38.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.133s coverage: 56.1% of statements [2022-10-03T19:07:38.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-03T19:07:38.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-03T19:07:39.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.119s coverage: 54.2% of statements [2022-10-03T19:07:39.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-03T19:07:39.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-03T19:07:42.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.294s coverage: 89.2% of statements [2022-10-03T19:07:42.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-03T19:07:42.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-03T19:07:42.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:07:42.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.098s coverage: 2.0% of statements [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.491s coverage: 95.6% of statements [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.059s coverage: 72.2% of statements [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.104s coverage: 60.0% of statements [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.062s coverage: 0.9% of statements [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements [2022-10-03T19:07:42.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2022-10-03T19:07:42.776Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2022-10-03T19:07:52.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2022-10-03T19:07:52.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2022-10-03T19:07:54.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.220s coverage: 80.5% of statements [2022-10-03T19:07:54.147Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.064s coverage: 87.2% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 58.8% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.0% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.2% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 64.7% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.286s coverage: 65.8% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 41.8% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.161s coverage: 92.3% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 63.2% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 97.7% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-03T19:08:02.350Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-03T19:08:02.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2022-10-03T19:08:02.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-10-03T19:08:02.351Z] 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-03T19:08:20.509Z] 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-03T19:08:20.509Z] GO111MODULE=on go vet ./... [2022-10-03T19:08:22.409Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-03T19:08:22.409Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-03T19:08:22.666Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-03T19:08:22.703Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-03T19:08:23.007Z] + ls -al . [2022-10-03T19:08:23.008Z] total 756 [2022-10-03T19:08:23.008Z] drwxrwxr-x 11 1001 1001 4096 Oct 3 19:07 . [2022-10-03T19:08:23.008Z] drwxr-xr-x 4 root root 4096 Oct 3 19:07 .. [2022-10-03T19:08:23.008Z] drwxrwxr-x 2 1001 1001 4096 Oct 3 19:06 .blubracket [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 16 Oct 3 19:06 .dockerignore [2022-10-03T19:08:23.008Z] drwxrwxr-x 8 1001 1001 4096 Oct 3 19:08 .git [2022-10-03T19:08:23.008Z] drwxrwxr-x 3 1001 1001 4096 Oct 3 19:06 .github [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 1030 Oct 3 19:06 .gitignore [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 42 Oct 3 19:06 .golangci.yml [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 87 Oct 3 19:06 .hadolint.yml [2022-10-03T19:08:23.008Z] drwxr-xr-x 3 1001 1001 4096 Oct 3 19:06 .semver [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 166 Oct 3 19:06 .sonarcloud.properties [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 1171 Oct 3 19:06 ADOPTERS.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 10722 Oct 3 19:06 Attribution.txt [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 63209 Oct 3 19:06 CHANGELOG.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 3804 Oct 3 19:06 CONTRIBUTING.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 677 Oct 3 19:06 GOVERNANCE.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 850 Oct 3 19:06 Jenkinsfile [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 10775 Oct 3 19:06 LICENSE [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 13724 Oct 3 19:06 Makefile [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 582 Oct 3 19:06 OWNERS.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 9799 Oct 3 19:06 README.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 6912 Oct 3 19:06 SECURITY.md [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 5 Oct 3 19:06 VERSION [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 4131 Oct 3 19:06 ZMQWindows.md [2022-10-03T19:08:23.008Z] drwxrwxr-x 2 1001 1001 4096 Oct 3 19:06 bin [2022-10-03T19:08:23.008Z] drwxrwxr-x 18 1001 1001 4096 Oct 3 19:06 cmd [2022-10-03T19:08:23.008Z] -rw-r--r-- 1 root root 497979 Oct 3 19:08 coverage.out [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 3458 Oct 3 19:06 go.mod [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 38041 Oct 3 19:06 go.sum [2022-10-03T19:08:23.008Z] drwxrwxr-x 8 1001 1001 4096 Oct 3 19:06 internal [2022-10-03T19:08:23.008Z] drwxrwxr-x 3 1001 1001 4096 Oct 3 19:06 openapi [2022-10-03T19:08:23.008Z] drwxrwxr-x 4 1001 1001 4096 Oct 3 19:06 snap [2022-10-03T19:08:23.008Z] -rw-rw-r-- 1 1001 1001 204 Oct 3 19:06 version.go [Pipeline] sh [2022-10-03T19:08:23.321Z] + '[' -e coverage.out ] [2022-10-03T19:08:23.321Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-03T19:08:23.441Z] Stashed 1 file(s) [Pipeline] sh [2022-10-03T19:08:23.735Z] + make build [2022-10-03T19:08:23.735Z] 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-03T19:08:35.927Z] 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-03T19:08:37.461Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6929 in /w/workspace/edgexfoundry_edgex-go_PR-4178 [Pipeline] { [Pipeline] ws [2022-10-03T19:08:37.500Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-03T19:08:37.563Z] The recommended git tool is: git [2022-10-03T19:08:42.208Z] using credential edgex-jenkins-ssh [2022-10-03T19:08:42.224Z] Cloning the remote Git repository [2022-10-03T19:08:42.260Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-03T19:08:42.330Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-03T19:08:42.461Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-03T19:08:42.462Z] > git --version # timeout=10 [2022-10-03T19:08:42.478Z] > git --version # 'git version 2.25.1' [2022-10-03T19:08:42.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T19:08:42.518Z] Verifying host key using known hosts file [2022-10-03T19:08:42.685Z] You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. [2022-10-03T19:08:42.696Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-03T19:08:45.890Z] 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-03T19:08:45.890Z] 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-03T19:08:52.449Z] 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-03T19:08:52.449Z] 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-03T19:08:53.382Z] 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-03T19:08:54.756Z] 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-03T19:08:55.691Z] 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-03T19:08:56.653Z] 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-03T19:08:57.585Z] 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-03T19:08:58.151Z] 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-03T19:09:00.051Z] 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-03T19:09:01.013Z] $ docker stop --time=1 bc054c375c101d6fcc3a2a9746552707f2fb4176ac31e26c161d0f5eb8acaa75 [2022-10-03T19:09:00.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-03T19:09:00.124Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-03T19:09:00.942Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-03T19:09:00.977Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-03T19:09:00.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T19:09:00.983Z] Verifying host key using known hosts file [2022-10-03T19:09:00.989Z] 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-03T19:09:01.002Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4178/head:refs/remotes/origin/PR-4178 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-03T19:09:01.834Z] Merging remotes/origin/main commit 1845739d37df45141b994dacdf8b95897574fdab into PR head commit b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:09:02.223Z] Merge succeeded, producing b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:09:02.224Z] Checking out Revision b66a86bc849a43047d0b1c09735ef80d635252f8 (PR-4178) [2022-10-03T19:09:02.729Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-10-03T19:09:02.770Z] > git --version # timeout=10 [2022-10-03T19:09:02.780Z] > git --version # 'git version 2.25.1' [2022-10-03T19:09:02.803Z] fatal: bad object bd7468d5528128c83034753e4c3def8ef9af3f2d [2022-10-03T19:09:01.852Z] > git config core.sparsecheckout # timeout=10 [2022-10-03T19:09:01.870Z] > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # timeout=10 [2022-10-03T19:09:02.112Z] > git remote # timeout=10 [2022-10-03T19:09:02.130Z] > git config --get remote.origin.url # timeout=10 [2022-10-03T19:09:02.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-03T19:09:02.167Z] Verifying host key using known hosts file [2022-10-03T19:09:02.171Z] 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-03T19:09:02.179Z] > git merge 1845739d37df45141b994dacdf8b95897574fdab # timeout=10 [2022-10-03T19:09:02.206Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-03T19:09:02.228Z] > git config core.sparsecheckout # timeout=10 [2022-10-03T19:09:02.244Z] > git checkout -f b66a86bc849a43047d0b1c09735ef80d635252f8 # timeout=10 [2022-10-03T19:09:04.464Z] $ docker rm -f bc054c375c101d6fcc3a2a9746552707f2fb4176ac31e26c161d0f5eb8acaa75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-03T19:09:05.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-03T19:09:05.593Z] [2022-10-03T19:09:05.593Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:09:05.877Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-03T19:09:05.877Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T19:09:05.877Z] Dload Upload Total Spent Left Speed [2022-10-03T19:09:05.877Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 74568 0 --:--:-- --:--:-- --:--:-- 74568 [2022-10-03T19:09:05.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-03T19:09:05.975Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-03T19:09:05.975Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-03T19:09:05.975Z] ca9280d653b3: Pulling fs layer [2022-10-03T19:09:05.975Z] 7e9c9ca2126c: Pulling fs layer [2022-10-03T19:09:05.975Z] cbdbe7a5bc2a: Download complete [Pipeline] sh [2022-10-03T19:09:06.234Z] ca9280d653b3: Verifying Checksum [2022-10-03T19:09:06.234Z] ca9280d653b3: Download complete [2022-10-03T19:09:06.234Z] cbdbe7a5bc2a: Pull complete [2022-10-03T19:09:06.456Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-03T19:09:06.493Z] 7e9c9ca2126c: Verifying Checksum [2022-10-03T19:09:06.493Z] 7e9c9ca2126c: Download complete [2022-10-03T19:09:06.750Z] ca9280d653b3: Pull complete [2022-10-03T19:09:06.797Z] + sudo tee /etc/docker/daemon.new [2022-10-03T19:09:06.797Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-03T19:09:06.797Z] { [2022-10-03T19:09:06.797Z] "registry-mirrors": [ [2022-10-03T19:09:06.797Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-03T19:09:06.797Z] ], [2022-10-03T19:09:06.797Z] "bip": "10.250.0.254/24", [2022-10-03T19:09:06.797Z] "hosts": [ [2022-10-03T19:09:06.797Z] "tcp://0.0.0.0:5555", [2022-10-03T19:09:06.797Z] "unix:///var/run/docker.sock" [2022-10-03T19:09:06.797Z] ], [2022-10-03T19:09:06.797Z] "mtu": 1458, [2022-10-03T19:09:06.797Z] "selinux-enabled": true, [2022-10-03T19:09:06.797Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-03T19:09:06.797Z] } [Pipeline] sh [2022-10-03T19:09:07.137Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-03T19:09:07.492Z] + sudo service docker restart [2022-10-03T19:09:10.032Z] 7e9c9ca2126c: Pull complete [2022-10-03T19:09:10.032Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-03T19:09:10.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-03T19:09:10.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:09:10.250Z] prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container [2022-10-03T19:09:10.294Z] $ 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-03T19:09:12.091Z] $ docker top 352c4e017f954fa80abf1fb7bd682172809a4f1efe85b04830b72caf2ac7690c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:09:12.483Z] + docker-compose build --help [2022-10-03T19:09:12.483Z] + grep parallel [2022-10-03T19:09:13.054Z] --parallel Build images in parallel. [Pipeline] } [2022-10-03T19:09:13.096Z] $ docker stop --time=1 352c4e017f954fa80abf1fb7bd682172809a4f1efe85b04830b72caf2ac7690c [2022-10-03T19:09:14.517Z] $ docker rm -f 352c4e017f954fa80abf1fb7bd682172809a4f1efe85b04830b72caf2ac7690c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:09:15.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-03T19:09:15.106Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:09:15.259Z] prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container [2022-10-03T19:09:15.287Z] $ 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-03T19:09:15.606Z] $ docker top c350e35a7f193b9209a98ecc19ba3cce9230993b06b270152448c09eb26f0fd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:09:15.987Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-03T19:09:16.556Z] Building core-command ... [2022-10-03T19:09:16.556Z] Building core-data ... [2022-10-03T19:09:16.556Z] Building core-metadata ... [2022-10-03T19:09:16.556Z] Building security-bootstrapper ... [2022-10-03T19:09:16.556Z] Building security-proxy-setup ... [2022-10-03T19:09:16.556Z] Building security-secretstore-setup ... [2022-10-03T19:09:16.556Z] Building security-spiffe-token-provider ... [2022-10-03T19:09:16.556Z] Building security-spire-agent ... [2022-10-03T19:09:16.556Z] Building security-spire-config ... [2022-10-03T19:09:16.556Z] Building security-spire-server ... [2022-10-03T19:09:16.556Z] Building support-notifications ... [2022-10-03T19:09:16.556Z] Building support-scheduler ... [2022-10-03T19:09:16.556Z] Building sys-mgmt-agent ... [2022-10-03T19:09:16.556Z] Building support-notifications [2022-10-03T19:09:16.556Z] Building security-spire-server [2022-10-03T19:09:16.556Z] Building security-bootstrapper [2022-10-03T19:09:16.556Z] Building security-secretstore-setup [2022-10-03T19:09:16.556Z] Building security-spire-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T19:09:25.807Z] provisioning config files... [2022-10-03T19:09:25.836Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config14042910707705313550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:09:26.216Z] ---> docker-login.sh [2022-10-03T19:09:26.217Z] nexus3.edgexfoundry.org:10001 [2022-10-03T19:09:26.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:09:26.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:09:26.759Z] Configure a credential helper to remove this warning. See [2022-10-03T19:09:26.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:09:26.759Z] [2022-10-03T19:09:26.759Z] Login Succeeded [2022-10-03T19:09:26.759Z] nexus3.edgexfoundry.org:10002 [2022-10-03T19:09:27.028Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:09:27.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:09:27.029Z] Configure a credential helper to remove this warning. See [2022-10-03T19:09:27.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:09:27.029Z] [2022-10-03T19:09:27.029Z] Login Succeeded [2022-10-03T19:09:27.299Z] nexus3.edgexfoundry.org:10003 [2022-10-03T19:09:27.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:09:27.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:09:27.568Z] Configure a credential helper to remove this warning. See [2022-10-03T19:09:27.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:09:27.568Z] [2022-10-03T19:09:27.568Z] Login Succeeded [2022-10-03T19:09:27.568Z] nexus3.edgexfoundry.org:10004 [2022-10-03T19:09:27.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:09:27.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:09:27.838Z] Configure a credential helper to remove this warning. See [2022-10-03T19:09:27.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:09:27.838Z] [2022-10-03T19:09:27.838Z] Login Succeeded [2022-10-03T19:09:27.838Z] docker.io [2022-10-03T19:09:28.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-03T19:09:28.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-03T19:09:28.690Z] Configure a credential helper to remove this warning. See [2022-10-03T19:09:28.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-03T19:09:28.690Z] [2022-10-03T19:09:28.690Z] Login Succeeded [2022-10-03T19:09:28.690Z] ---> docker-login.sh ends [Pipeline] } [2022-10-03T19:09:28.720Z] Deleting 1 temporary files [2022-10-03T19:09:28.747Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:09:28.747Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:09:28.747Z] ---> a6083f8f87d4 [2022-10-03T19:09:28.747Z] Step 3/25 : WORKDIR /edgex-go [2022-10-03T19:09:28.747Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:09:28.747Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:09:28.747Z] ---> a6083f8f87d4 [2022-10-03T19:09:28.747Z] Step 3/33 : WORKDIR /edgex-go [2022-10-03T19:09:28.747Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:09:28.747Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:09:28.747Z] ---> a6083f8f87d4 [2022-10-03T19:09:28.747Z] Step 3/25 : WORKDIR /edgex-go [2022-10-03T19:09:28.747Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:09:28.747Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:09:28.747Z] ---> a6083f8f87d4 [2022-10-03T19:09:28.747Z] Step 3/26 : WORKDIR /edgex-go [2022-10-03T19:09:28.747Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:09:28.747Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:09:28.747Z] ---> a6083f8f87d4 [2022-10-03T19:09:28.747Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-03T19:09:29.326Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-03T19:09:29.363Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T19:09:29.393Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-03T19:09:29.424Z] ========================================================= [2022-10-03T19:09:29.424Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-03T19:09:29.424Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-03T19:09:29.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-03T19:09:29.792Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-03T19:09:29.792Z] b3c136eddcbf: Pulling fs layer [2022-10-03T19:09:29.792Z] c0a3192eca97: Pulling fs layer [2022-10-03T19:09:29.792Z] a050256f5b6f: Pulling fs layer [2022-10-03T19:09:29.792Z] 656be50a0ddc: Pulling fs layer [2022-10-03T19:09:29.792Z] 2bbca73fdf42: Pulling fs layer [2022-10-03T19:09:29.792Z] f607e4fc86c3: Pulling fs layer [2022-10-03T19:09:29.792Z] 4d572c569a2c: Pulling fs layer [2022-10-03T19:09:29.792Z] fcf976331f73: Pulling fs layer [2022-10-03T19:09:29.792Z] f607e4fc86c3: Waiting [2022-10-03T19:09:29.792Z] 4d572c569a2c: Waiting [2022-10-03T19:09:29.792Z] fcf976331f73: Waiting [2022-10-03T19:09:29.792Z] 656be50a0ddc: Waiting [2022-10-03T19:09:29.792Z] 2bbca73fdf42: Waiting [2022-10-03T19:09:30.064Z] a050256f5b6f: Verifying Checksum [2022-10-03T19:09:30.064Z] a050256f5b6f: Download complete [2022-10-03T19:09:30.064Z] c0a3192eca97: Download complete [2022-10-03T19:09:30.064Z] 2bbca73fdf42: Verifying Checksum [2022-10-03T19:09:30.064Z] 2bbca73fdf42: Download complete [2022-10-03T19:09:30.064Z] f607e4fc86c3: Verifying Checksum [2022-10-03T19:09:30.064Z] f607e4fc86c3: Download complete [2022-10-03T19:09:30.064Z] b3c136eddcbf: Verifying Checksum [2022-10-03T19:09:31.056Z] b3c136eddcbf: Pull complete [2022-10-03T19:09:31.056Z] fcf976331f73: Verifying Checksum [2022-10-03T19:09:31.056Z] fcf976331f73: Download complete [2022-10-03T19:09:31.649Z] c0a3192eca97: Pull complete [2022-10-03T19:09:31.920Z] a050256f5b6f: Pull complete [2022-10-03T19:09:32.033Z] ---> Running in 7034712199ea [2022-10-03T19:09:32.033Z] ---> Running in 5c7be6423780 [2022-10-03T19:09:32.033Z] ---> Running in 545f045ec837 [2022-10-03T19:09:32.033Z] ---> Running in d137899a2615 [2022-10-03T19:09:32.033Z] ---> Running in a7dfe13252dd [2022-10-03T19:09:32.190Z] 4d572c569a2c: Verifying Checksum [2022-10-03T19:09:32.190Z] 4d572c569a2c: Download complete [2022-10-03T19:09:32.291Z] Removing intermediate container 5c7be6423780 [2022-10-03T19:09:32.291Z] ---> 62a8d36ccd5d [2022-10-03T19:09:32.291Z] Step 4/23 : WORKDIR /edgex-go [2022-10-03T19:09:32.291Z] Removing intermediate container 7034712199ea [2022-10-03T19:09:32.291Z] ---> 879d9b1d8a8a [2022-10-03T19:09:32.291Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:09:32.291Z] Removing intermediate container a7dfe13252dd [2022-10-03T19:09:32.291Z] ---> 11b2fcd5af1d [2022-10-03T19:09:32.291Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:09:32.291Z] Removing intermediate container 545f045ec837 [2022-10-03T19:09:32.291Z] ---> 644fa0f6980e [2022-10-03T19:09:32.291Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:09:32.291Z] ---> Running in bdc33462a142 [2022-10-03T19:09:32.291Z] Removing intermediate container d137899a2615 [2022-10-03T19:09:32.291Z] ---> ba49d73cd4ac [2022-10-03T19:09:32.291Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:09:32.291Z] ---> Running in 9a2b0169e19a [2022-10-03T19:09:32.291Z] ---> Running in 97b8b79e9374 [2022-10-03T19:09:32.291Z] ---> Running in 64037ee220e4 [2022-10-03T19:09:32.291Z] ---> Running in 3c89b6b5427e [2022-10-03T19:09:32.291Z] Removing intermediate container bdc33462a142 [2022-10-03T19:09:32.291Z] ---> eda1a0be050b [2022-10-03T19:09:32.291Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:09:32.291Z] ---> Running in 49fef8fe0fd7 [2022-10-03T19:09:32.774Z] 656be50a0ddc: Verifying Checksum [2022-10-03T19:09:32.774Z] 656be50a0ddc: Download complete [2022-10-03T19:09:33.225Z] Removing intermediate container 9a2b0169e19a [2022-10-03T19:09:33.225Z] ---> e51e814cb1a0 [2022-10-03T19:09:33.225Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-03T19:09:33.226Z] ---> Running in f0e1faf96342 [2022-10-03T19:09:33.484Z] Removing intermediate container 64037ee220e4 [2022-10-03T19:09:33.485Z] ---> 00f54689f1c4 [2022-10-03T19:09:33.485Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-03T19:09:33.485Z] ---> Running in c0377661efd9 [2022-10-03T19:09:33.743Z] Removing intermediate container 3c89b6b5427e [2022-10-03T19:09:33.743Z] ---> 55205ab6fb37 [2022-10-03T19:09:33.743Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-03T19:09:33.743Z] ---> Running in 930f55dc7664 [2022-10-03T19:09:33.743Z] Removing intermediate container 97b8b79e9374 [2022-10-03T19:09:33.743Z] ---> 640e17a4f0c7 [2022-10-03T19:09:33.743Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-03T19:09:33.743Z] ---> Running in 48ed43d9904f [2022-10-03T19:09:33.743Z] Removing intermediate container 49fef8fe0fd7 [2022-10-03T19:09:33.743Z] ---> fd3e8a3cf2a8 [2022-10-03T19:09:33.743Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-03T19:09:33.743Z] ---> Running in ccc09373e3ed [2022-10-03T19:09:33.743Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:34.310Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:34.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:34.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:34.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:34.826Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:35.085Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:35.085Z] OK: 211 MiB in 51 packages [2022-10-03T19:09:35.344Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:35.344Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:35.344Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:09:35.344Z] Removing intermediate container f0e1faf96342 [2022-10-03T19:09:35.344Z] ---> 1fe8790a358e [2022-10-03T19:09:35.344Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-03T19:09:35.602Z] OK: 211 MiB in 51 packages [2022-10-03T19:09:35.602Z] ---> dc16cdc8baa8 [2022-10-03T19:09:35.602Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:09:35.602Z] ---> Running in a58a5860165a [2022-10-03T19:09:35.602Z] OK: 211 MiB in 51 packages [2022-10-03T19:09:35.860Z] Removing intermediate container c0377661efd9 [2022-10-03T19:09:35.860Z] ---> 0c1eba3ce8d7 [2022-10-03T19:09:35.860Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-03T19:09:35.860Z] OK: 211 MiB in 51 packages [2022-10-03T19:09:35.860Z] OK: 211 MiB in 51 packages [2022-10-03T19:09:36.120Z] ---> 68d11a7637ef [2022-10-03T19:09:36.120Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:09:36.120Z] ---> Running in c39f3ad6b0d5 [2022-10-03T19:09:36.120Z] Removing intermediate container 48ed43d9904f [2022-10-03T19:09:36.120Z] ---> b5daefa28b8d [2022-10-03T19:09:36.120Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-03T19:09:36.377Z] ---> 5ce34a3997bc [2022-10-03T19:09:36.377Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:09:36.377Z] ---> Running in 49fd88472678 [2022-10-03T19:09:36.377Z] Removing intermediate container ccc09373e3ed [2022-10-03T19:09:36.377Z] ---> 4a39b2f3faf1 [2022-10-03T19:09:36.377Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-03T19:09:36.377Z] Removing intermediate container 930f55dc7664 [2022-10-03T19:09:36.377Z] ---> b0108c15dd17 [2022-10-03T19:09:36.377Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-03T19:09:36.636Z] ---> cddfdd52d209 [2022-10-03T19:09:36.636Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:09:36.636Z] ---> Running in fa39dfb38a79 [2022-10-03T19:09:36.636Z] ---> 38eda92812e8 [2022-10-03T19:09:36.636Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:09:36.636Z] ---> Running in 0f456b3f489e [2022-10-03T19:09:45.233Z] 656be50a0ddc: Pull complete [2022-10-03T19:09:45.233Z] 2bbca73fdf42: Pull complete [2022-10-03T19:09:45.233Z] f607e4fc86c3: Pull complete [2022-10-03T19:09:50.580Z] 4d572c569a2c: Pull complete [2022-10-03T19:09:52.548Z] fcf976331f73: Pull complete [2022-10-03T19:09:52.548Z] Digest: sha256:42df807b16ab3f1597034bcf0018cb26f012c54ed771f2ecbf0eeaf3e7d2e189 [2022-10-03T19:09:52.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-03T19:09:52.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-03T19:09:53.209Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-03T19:09:53.209Z] WORKDIR /edgex [2022-10-03T19:09:53.209Z] COPY go.mod . [2022-10-03T19:09:53.209Z] RUN go mod download [2022-10-03T19:09:53.209Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-03T19:09:53.798Z] Sending build context to Docker daemon 3.252MB [2022-10-03T19:09:53.798Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-03T19:09:53.798Z] ---> 3970a7415f9e [2022-10-03T19:09:53.798Z] Step 2/4 : WORKDIR /edgex [2022-10-03T19:09:55.747Z] ---> Running in 0c3392efbe6e [2022-10-03T19:09:55.747Z] Removing intermediate container 0c3392efbe6e [2022-10-03T19:09:55.747Z] ---> 2da96f576e2d [2022-10-03T19:09:55.747Z] Step 3/4 : COPY go.mod . [2022-10-03T19:09:56.344Z] ---> c3b4431bc6fe [2022-10-03T19:09:56.344Z] Step 4/4 : RUN go mod download [2022-10-03T19:09:56.344Z] ---> Running in 5c960e87e2a1 [2022-10-03T19:09:58.625Z] Removing intermediate container 0f456b3f489e [2022-10-03T19:09:58.625Z] ---> 87f69f82f8b8 [2022-10-03T19:09:58.625Z] Step 8/25 : COPY . . [2022-10-03T19:09:58.625Z] Removing intermediate container 49fd88472678 [2022-10-03T19:09:58.625Z] ---> c826e45a799e [2022-10-03T19:09:58.625Z] Step 8/25 : COPY . . [2022-10-03T19:09:58.625Z] Removing intermediate container fa39dfb38a79 [2022-10-03T19:09:58.625Z] ---> b97e8942e415 [2022-10-03T19:09:58.625Z] Step 9/23 : COPY . . [2022-10-03T19:09:58.625Z] Removing intermediate container a58a5860165a [2022-10-03T19:09:58.625Z] ---> 0a77d8fa5594 [2022-10-03T19:09:58.625Z] Step 8/33 : COPY . . [2022-10-03T19:09:58.625Z] Removing intermediate container c39f3ad6b0d5 [2022-10-03T19:09:58.625Z] ---> 3c4edeef9953 [2022-10-03T19:09:58.625Z] Step 8/26 : COPY . . [2022-10-03T19:10:13.534Z] ---> 807d95a5092a [2022-10-03T19:10:13.534Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-03T19:10:13.534Z] ---> 9ce433838bc4 [2022-10-03T19:10:13.534Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-03T19:10:13.534Z] ---> 564633d1478a [2022-10-03T19:10:13.534Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-03T19:10:13.534Z] ---> Running in 9188dcc82e36 [2022-10-03T19:10:13.534Z] ---> Running in 692a6cb60b36 [2022-10-03T19:10:13.534Z] ---> Running in 2bdcfac291d9 [2022-10-03T19:10:13.534Z] ---> 70a8ef6107cb [2022-10-03T19:10:13.534Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-03T19:10:13.534Z] ---> ec2583d595c6 [2022-10-03T19:10:13.534Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-03T19:10:13.534Z] ---> Running in 9eeefe9ca202 [2022-10-03T19:10:13.534Z] ---> Running in 99a27ee27f2b [2022-10-03T19:10:13.534Z] Removing intermediate container 2bdcfac291d9 [2022-10-03T19:10:13.534Z] ---> c5b19608277d [2022-10-03T19:10:13.534Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-03T19:10:13.534Z] ---> Running in 28b572e11ec2 [2022-10-03T19:10:13.534Z] Removing intermediate container 9188dcc82e36 [2022-10-03T19:10:13.534Z] ---> 090ba2253b08 [2022-10-03T19:10:13.534Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-03T19:10:13.534Z] ---> Running in 7a478485b2bf [2022-10-03T19:10:13.534Z] Removing intermediate container 28b572e11ec2 [2022-10-03T19:10:13.534Z] ---> 5b670b382a42 [2022-10-03T19:10:13.534Z] 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-03T19:10:13.534Z] ---> Running in 1ee94f0e28c5 [2022-10-03T19:10:13.534Z] Removing intermediate container 7a478485b2bf [2022-10-03T19:10:13.534Z] ---> ce59a0826ee1 [2022-10-03T19:10:13.534Z] 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-03T19:10:13.798Z] ---> Running in dd61fef0e151 [2022-10-03T19:10:13.798Z] 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-03T19:10:13.798Z] 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-03T19:10:13.798Z] 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-03T19:10:15.178Z] Removing intermediate container dd61fef0e151 [2022-10-03T19:10:15.178Z] ---> 48f5ddcfa9ff [2022-10-03T19:10:15.178Z] Step 12/25 : WORKDIR /edgex-go [2022-10-03T19:10:15.178Z] Removing intermediate container 1ee94f0e28c5 [2022-10-03T19:10:15.178Z] ---> 233372584ee9 [2022-10-03T19:10:15.178Z] Step 12/26 : WORKDIR /edgex-go [2022-10-03T19:10:15.178Z] ---> Running in ec4828759644 [2022-10-03T19:10:15.178Z] ---> Running in 5e95c109607c [2022-10-03T19:10:15.178Z] Removing intermediate container 5e95c109607c [2022-10-03T19:10:15.178Z] ---> 0352507c637e [2022-10-03T19:10:15.178Z] [2022-10-03T19:10:15.178Z] Step 13/26 : FROM alpine:3.15 [2022-10-03T19:10:15.178Z] Removing intermediate container ec4828759644 [2022-10-03T19:10:15.178Z] ---> 79d2fcf7a0c7 [2022-10-03T19:10:15.178Z] [2022-10-03T19:10:15.178Z] Step 13/25 : FROM alpine:3.15 [2022-10-03T19:10:15.743Z] 3.15: Pulling from library/alpine [2022-10-03T19:10:15.743Z] 3.15: Pulling from library/alpine [2022-10-03T19:10:16.709Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-03T19:10:16.709Z] Status: Downloaded newer image for alpine:3.15 [2022-10-03T19:10:16.709Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-03T19:10:16.709Z] Status: Image is up to date for alpine:3.15 [2022-10-03T19:10:16.709Z] ---> c4fc93816858 [2022-10-03T19:10:16.709Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:10:16.709Z] ---> c4fc93816858 [2022-10-03T19:10:16.709Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:10:16.973Z] ---> Running in f3565661cd0a [2022-10-03T19:10:16.973Z] ---> Running in 6f40430d653e [2022-10-03T19:10:17.231Z] Removing intermediate container f3565661cd0a [2022-10-03T19:10:17.231Z] ---> c4655e371852 [2022-10-03T19:10:17.231Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:10:17.231Z] Removing intermediate container 6f40430d653e [2022-10-03T19:10:17.231Z] ---> c9b4da57c64b [2022-10-03T19:10:17.231Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:10:17.231Z] ---> Running in 33b90f0de6bd [2022-10-03T19:10:17.231Z] ---> Running in a29cc0bd9da9 [2022-10-03T19:10:19.140Z] Removing intermediate container a29cc0bd9da9 [2022-10-03T19:10:19.140Z] ---> 2a97cf4590a7 [2022-10-03T19:10:19.140Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-03T19:10:19.140Z] Removing intermediate container 33b90f0de6bd [2022-10-03T19:10:19.140Z] ---> f296f0049d8c [2022-10-03T19:10:19.140Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-03T19:10:19.140Z] ---> Running in 48f8c541971f [2022-10-03T19:10:19.140Z] ---> Running in 6c04663676a3 [2022-10-03T19:10:19.704Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:19.962Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:20.526Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:20.526Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:20.783Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:10:20.783Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:10:20.783Z] OK: 15857 distinct packages available [2022-10-03T19:10:20.783Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:21.041Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:10:21.041Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:10:21.041Z] OK: 15857 distinct packages available [2022-10-03T19:10:21.041Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:21.606Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:21.864Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:22.122Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-03T19:10:22.122Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:10:22.122Z] (3/4) Installing libucontext (1.1-r0) [2022-10-03T19:10:22.122Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-03T19:10:22.379Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-03T19:10:22.379Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:10:22.379Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:10:22.379Z] OK: 6 MiB in 18 packages [2022-10-03T19:10:22.379Z] (3/5) Installing libucontext (1.1-r0) [2022-10-03T19:10:22.379Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-03T19:10:22.638Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-03T19:10:22.638Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:10:22.638Z] OK: 7 MiB in 19 packages [2022-10-03T19:10:24.629Z] Removing intermediate container 48f8c541971f [2022-10-03T19:10:24.629Z] ---> 17c6ba1e5a8c [2022-10-03T19:10:24.629Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-03T19:10:25.194Z] Removing intermediate container 6c04663676a3 [2022-10-03T19:10:25.194Z] ---> 1ff8f8a963ab [2022-10-03T19:10:25.194Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-03T19:10:28.611Z] Removing intermediate container 5c960e87e2a1 [2022-10-03T19:10:28.611Z] ---> 3b8f7b6cc88f [2022-10-03T19:10:28.611Z] Successfully built 3b8f7b6cc88f [2022-10-03T19:10:28.611Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:10:29.011Z] + docker inspect -f . ci-base-image-arm64 [2022-10-03T19:10:29.011Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:10:29.261Z] prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container [2022-10-03T19:10:29.323Z] $ 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-03T19:10:30.450Z] ---> b608962217a3 [2022-10-03T19:10:30.450Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-03T19:10:30.450Z] ---> 336d4cd5c585 [2022-10-03T19:10:30.450Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-03T19:10:30.450Z] ---> f9f5dceb91bb [2022-10-03T19:10:30.450Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-03T19:10:30.450Z] ---> 08dbb0ec50c4 [2022-10-03T19:10:30.450Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-03T19:10:30.450Z] ---> Running in e54400c63237 [2022-10-03T19:10:30.449Z] $ docker top 279ec38895607e083692d6d15a5d638a151636fe6468f3f8aff2064a9d1bf608 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:10:30.708Z] ---> c3411c2d2c23 [2022-10-03T19:10:30.708Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-03T19:10:30.970Z] Removing intermediate container e54400c63237 [2022-10-03T19:10:30.970Z] ---> 7cf4e7245299 [2022-10-03T19:10:30.970Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-03T19:10:31.315Z] + go version [2022-10-03T19:10:31.315Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-10-03T19:10:31.346Z] $ docker stop --time=1 279ec38895607e083692d6d15a5d638a151636fe6468f3f8aff2064a9d1bf608 [2022-10-03T19:10:31.533Z] ---> 52e43b4db3f7 [2022-10-03T19:10:31.534Z] ---> aa114fe20369 [2022-10-03T19:10:31.534Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ]Step 21/26 : WORKDIR / [2022-10-03T19:10:31.534Z] [2022-10-03T19:10:31.534Z] ---> Running in 017f5b24fb4c [2022-10-03T19:10:31.534Z] ---> Running in 7baa0b84b97f [2022-10-03T19:10:31.790Z] Removing intermediate container 017f5b24fb4c [2022-10-03T19:10:31.790Z] ---> 16934807d65d [2022-10-03T19:10:31.790Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-03T19:10:31.790Z] Removing intermediate container 7baa0b84b97f [2022-10-03T19:10:31.790Z] ---> 8bcbbc649bd3 [2022-10-03T19:10:31.790Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-03T19:10:31.790Z] ---> Running in fa22dc60c960 [2022-10-03T19:10:31.790Z] ---> Running in 2ee5ed693559 [2022-10-03T19:10:32.353Z] Removing intermediate container fa22dc60c960 [2022-10-03T19:10:32.353Z] ---> 2ed2c99602f1 [2022-10-03T19:10:32.353Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-03T19:10:32.353Z] Removing intermediate container 2ee5ed693559 [2022-10-03T19:10:32.353Z] ---> 1b0a2d3ea3e3 [2022-10-03T19:10:32.353Z] Step 23/25 : LABEL arch=x86_64 [2022-10-03T19:10:32.353Z] ---> Running in db1d27f437a5 [2022-10-03T19:10:32.353Z] ---> Running in a19b1fadbffd [2022-10-03T19:10:32.353Z] Removing intermediate container db1d27f437a5 [2022-10-03T19:10:32.353Z] ---> f3a1f52af6c4 [2022-10-03T19:10:32.353Z] Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:10:32.353Z] ---> Running in a122e39d571d [2022-10-03T19:10:32.353Z] Removing intermediate container a19b1fadbffd [2022-10-03T19:10:32.353Z] ---> c0eba48452c6 [2022-10-03T19:10:32.353Z] Step 24/26 : LABEL arch=x86_64 [2022-10-03T19:10:32.610Z] ---> Running in 18d892a56bd5 [2022-10-03T19:10:32.867Z] Removing intermediate container a122e39d571d [2022-10-03T19:10:32.867Z] ---> e111f06e5432 [2022-10-03T19:10:32.867Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T19:10:32.867Z] Removing intermediate container 18d892a56bd5 [2022-10-03T19:10:32.867Z] ---> 97f413f03a6e [2022-10-03T19:10:32.867Z] Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:10:32.867Z] ---> Running in 24bffbbfa7fc [2022-10-03T19:10:32.867Z] ---> Running in defc72806a21 [2022-10-03T19:10:32.892Z] $ docker rm -f 279ec38895607e083692d6d15a5d638a151636fe6468f3f8aff2064a9d1bf608 [2022-10-03T19:10:33.124Z] Removing intermediate container 24bffbbfa7fc [2022-10-03T19:10:33.124Z] ---> acd2da5d2c35 [2022-10-03T19:10:33.124Z] [2022-10-03T19:10:33.124Z] Removing intermediate container defc72806a21 [2022-10-03T19:10:33.124Z] ---> 9148216a7aa4 [2022-10-03T19:10:33.124Z] Step 26/26 : LABEL version=0.0.0 [2022-10-03T19:10:33.124Z] Successfully built acd2da5d2c35 [2022-10-03T19:10:33.124Z] Successfully tagged security-spire-server:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2022-10-03T19:10:33.399Z] Building security-proxy-setup [2022-10-03T19:10:33.399Z]  Building security-spire-server ... done  ---> Running in 8993f7dc0dff [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:10:33.854Z] + docker inspect -f . ci-base-image-arm64 [2022-10-03T19:10:33.854Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:10:34.089Z] prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container [2022-10-03T19:10:34.150Z] $ 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-03T19:10:35.180Z] $ docker top aa39042d12dd01570c929b5d9534462a317b294859fb7f882c615e1f8323fb15 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-03T19:10:35.407Z] ========================================================= [2022-10-03T19:10:35.407Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-03T19:10:35.407Z] ========================================================= [Pipeline] sh [2022-10-03T19:10:35.722Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-03T19:10:35.960Z] Removing intermediate container 8993f7dc0dff [2022-10-03T19:10:35.960Z] ---> b9f490dc904b [2022-10-03T19:10:35.960Z] [2022-10-03T19:10:35.960Z] Successfully built b9f490dc904b [2022-10-03T19:10:35.960Z] Successfully tagged security-spire-config:latest [2022-10-03T19:10:35.960Z] Building core-data [2022-10-03T19:10:35.960Z]  Building security-spire-config ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-10-03T19:10:36.116Z] + make test [2022-10-03T19:10:36.116Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-03T19:10:36.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:10:36.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:10:36.223Z] ---> a6083f8f87d4 [2022-10-03T19:10:36.223Z] Step 3/22 : WORKDIR /edgex-go [2022-10-03T19:10:36.223Z] ---> Using cache [2022-10-03T19:10:36.223Z] ---> ba49d73cd4ac [2022-10-03T19:10:36.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:10:36.224Z] ---> Using cache [2022-10-03T19:10:36.224Z] ---> 55205ab6fb37 [2022-10-03T19:10:36.224Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-03T19:10:36.224Z] ---> Using cache [2022-10-03T19:10:36.224Z] ---> b0108c15dd17 [2022-10-03T19:10:36.224Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-03T19:10:36.224Z] ---> Using cache [2022-10-03T19:10:36.224Z] ---> 38eda92812e8 [2022-10-03T19:10:36.224Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:10:36.224Z] ---> Using cache [2022-10-03T19:10:36.224Z] ---> 87f69f82f8b8 [2022-10-03T19:10:36.224Z] Step 8/22 : COPY . . [2022-10-03T19:10:36.224Z] ---> Using cache [2022-10-03T19:10:36.224Z] ---> 70a8ef6107cb [2022-10-03T19:10:36.224Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-03T19:10:40.521Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:10:40.521Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:10:40.521Z] ---> a6083f8f87d4 [2022-10-03T19:10:40.521Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:10:40.521Z] ---> Using cache [2022-10-03T19:10:40.521Z] ---> 62a8d36ccd5d [2022-10-03T19:10:40.521Z] Step 4/24 : WORKDIR /edgex-go [2022-10-03T19:10:40.521Z] ---> Using cache [2022-10-03T19:10:40.521Z] ---> eda1a0be050b [2022-10-03T19:10:40.521Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:10:40.521Z] ---> Using cache [2022-10-03T19:10:40.521Z] ---> fd3e8a3cf2a8 [2022-10-03T19:10:40.521Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-03T19:10:42.450Z] ---> Running in e61e87fd1e2f [2022-10-03T19:10:42.450Z] ---> Running in 8a3b1e6e11fc [2022-10-03T19:10:43.027Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:43.027Z] 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-03T19:10:43.989Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:44.248Z] OK: 211 MiB in 51 packages [2022-10-03T19:10:46.829Z] Removing intermediate container 692a6cb60b36 [2022-10-03T19:10:46.829Z] ---> 640fb76ced45 [2022-10-03T19:10:46.829Z] [2022-10-03T19:10:46.829Z] Step 10/33 : FROM alpine:3.16 [2022-10-03T19:10:47.089Z] Removing intermediate container 9eeefe9ca202 [2022-10-03T19:10:47.089Z] ---> 9682a685cbf7 [2022-10-03T19:10:47.089Z] [2022-10-03T19:10:47.089Z] Step 10/25 : FROM alpine:3.16 [2022-10-03T19:10:47.089Z] 3.16: Pulling from library/alpine [2022-10-03T19:10:47.391Z] Removing intermediate container 99a27ee27f2b [2022-10-03T19:10:47.391Z] ---> 4c0d15954da4 [2022-10-03T19:10:47.391Z] [2022-10-03T19:10:47.391Z] Step 11/23 : FROM alpine:3.16 [2022-10-03T19:10:47.391Z] 3.16: Pulling from library/alpine [2022-10-03T19:10:47.391Z] Removing intermediate container e61e87fd1e2f [2022-10-03T19:10:47.391Z] ---> 4c18dd622fae [2022-10-03T19:10:47.391Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-03T19:10:47.391Z] 3.16: Pulling from library/alpine [2022-10-03T19:10:47.652Z] ---> c66ace87b076 [2022-10-03T19:10:47.652Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:10:47.652Z] ---> Running in df3c075e8a61 [2022-10-03T19:10:47.652Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-03T19:10:47.652Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-03T19:10:47.652Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-03T19:10:47.652Z] Status: Image is up to date for alpine:3.16 [2022-10-03T19:10:47.652Z] Status: Image is up to date for alpine:3.16 [2022-10-03T19:10:47.652Z] Status: Downloaded newer image for alpine:3.16 [2022-10-03T19:10:47.652Z] ---> 9c6f07244728 [2022-10-03T19:10:47.652Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:10:47.652Z] ---> 9c6f07244728 [2022-10-03T19:10:47.652Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-03T19:10:47.652Z] ---> 9c6f07244728 [2022-10-03T19:10:47.652Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-03T19:10:47.652Z] ---> Running in 6f8ee4c287f4 [2022-10-03T19:10:47.652Z] ---> Running in 87fcea3d0032 [2022-10-03T19:10:47.652Z] ---> Running in 222aeca4f983 [2022-10-03T19:10:47.913Z] Removing intermediate container 6f8ee4c287f4 [2022-10-03T19:10:47.913Z] ---> fb314490c2bd [2022-10-03T19:10:47.913Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-03T19:10:47.913Z] ---> Running in ff9a310bcd2d [2022-10-03T19:10:48.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:48.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:48.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:48.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:48.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:48.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:10:48.613Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-03T19:10:48.613Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-03T19:10:48.875Z] (2/2) Installing su-exec (0.2-r1) [2022-10-03T19:10:48.875Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:10:48.875Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-03T19:10:48.875Z] OK: 6 MiB in 16 packages [2022-10-03T19:10:48.875Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:10:48.875Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:10:48.875Z] OK: 6 MiB in 16 packages [2022-10-03T19:10:48.875Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-03T19:10:48.875Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-03T19:10:48.875Z] (3/3) Installing su-exec (0.2-r1) [2022-10-03T19:10:48.875Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:10:48.875Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:10:49.229Z] OK: 6 MiB in 17 packages [2022-10-03T19:10:50.668Z] Removing intermediate container ff9a310bcd2d [2022-10-03T19:10:50.668Z] ---> 503ee7b7e456 [2022-10-03T19:10:50.668Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-03T19:10:52.057Z] ---> Running in 365df9002ef6 [2022-10-03T19:10:52.057Z] Removing intermediate container 222aeca4f983 [2022-10-03T19:10:52.057Z] ---> 568896eca792 [2022-10-03T19:10:52.057Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-03T19:10:52.057Z] Removing intermediate container 87fcea3d0032 [2022-10-03T19:10:52.057Z] ---> cdc002818c71 [2022-10-03T19:10:52.057Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:10:52.057Z] ---> Running in 91dec49a3ee7 [2022-10-03T19:10:52.057Z] ---> Running in c1be267be0bf [2022-10-03T19:10:52.317Z] Removing intermediate container 91dec49a3ee7 [2022-10-03T19:10:52.317Z] ---> 3218ef5b0c3d [2022-10-03T19:10:52.317Z] Step 13/25 : WORKDIR / [2022-10-03T19:10:52.577Z] Removing intermediate container 365df9002ef6 [2022-10-03T19:10:52.577Z] ---> 4857f333596b [2022-10-03T19:10:52.577Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-03T19:10:52.837Z] Removing intermediate container c1be267be0bf [2022-10-03T19:10:52.837Z] ---> e1308e6b480e [2022-10-03T19:10:52.837Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-03T19:10:52.837Z] ---> Running in 93c2f99052b9 [2022-10-03T19:10:52.837Z] ---> Running in 5d20782cb2e3 [2022-10-03T19:10:53.099Z] ---> Running in df996190a584 [2022-10-03T19:10:53.377Z] Removing intermediate container 5d20782cb2e3 [2022-10-03T19:10:53.377Z] ---> c033625fc473 [2022-10-03T19:10:53.377Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-03T19:10:53.377Z] Removing intermediate container 93c2f99052b9 [2022-10-03T19:10:53.377Z] ---> 97a68616766a [2022-10-03T19:10:53.377Z] 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-03T19:10:53.377Z] ---> Running in 8bac521f42fe [2022-10-03T19:10:53.377Z] Removing intermediate container df996190a584 [2022-10-03T19:10:53.377Z] ---> d0a1f7954942 [2022-10-03T19:10:53.377Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-03T19:10:53.377Z] ---> Running in 003c4f2c7178 [2022-10-03T19:10:53.638Z] Removing intermediate container 8bac521f42fe [2022-10-03T19:10:53.638Z] ---> ba0205fc0b39 [2022-10-03T19:10:53.638Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-03T19:10:53.638Z] ---> Running in d3468e0efb2a [2022-10-03T19:10:53.638Z] Removing intermediate container 003c4f2c7178 [2022-10-03T19:10:53.638Z] ---> 1fbdf37ecaff [2022-10-03T19:10:53.638Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:10:53.638Z] ---> e11d257c0c20 [2022-10-03T19:10:53.638Z] 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-03T19:10:53.898Z] Removing intermediate container d3468e0efb2a [2022-10-03T19:10:53.898Z] ---> e6ca2e4ff69f [2022-10-03T19:10:53.898Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-03T19:10:54.158Z] ---> f6da0a3b130d [2022-10-03T19:10:54.158Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-03T19:10:54.158Z] ---> 3fb94adfc60b [2022-10-03T19:10:54.158Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-03T19:10:54.158Z] ---> Running in 7d902a47c5e4 [2022-10-03T19:10:54.733Z] ---> e7d72d2a03d1 [2022-10-03T19:10:54.733Z] 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-03T19:10:55.306Z] ---> d4289fbb69da [2022-10-03T19:10:55.306Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-03T19:10:55.569Z] ---> 8de4a2ed4555 [2022-10-03T19:10:55.569Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-03T19:10:55.569Z] Removing intermediate container 7d902a47c5e4 [2022-10-03T19:10:55.569Z] ---> 05e372a89152 [2022-10-03T19:10:55.569Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-03T19:10:55.569Z] ---> Running in 1e1e6241394f [2022-10-03T19:10:56.512Z] Removing intermediate container 1e1e6241394f [2022-10-03T19:10:56.512Z] ---> c4da5a1c4c33 [2022-10-03T19:10:56.512Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-03T19:10:56.774Z] ---> ff5b2d84b9de [2022-10-03T19:10:56.774Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-03T19:10:56.774Z] ---> f6755459f898 [2022-10-03T19:10:56.774Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-03T19:10:56.774Z] ---> Running in d6742d5dedb9 [2022-10-03T19:10:57.036Z] ---> 7b24695a5c37 [2022-10-03T19:10:57.036Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-03T19:10:57.036Z] Removing intermediate container d6742d5dedb9 [2022-10-03T19:10:57.036Z] ---> 84bb51678fef [2022-10-03T19:10:57.036Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:10:57.296Z] ---> Running in f316f141f152 [2022-10-03T19:10:57.296Z] ---> Running in afe407aa022f [2022-10-03T19:10:57.296Z] ---> cd4b3ec98c4f [2022-10-03T19:10:57.296Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-03T19:10:57.296Z] Removing intermediate container afe407aa022f [2022-10-03T19:10:57.297Z] ---> 656dae12cfa0 [2022-10-03T19:10:57.297Z] Step 21/23 : LABEL arch=x86_64 [2022-10-03T19:10:57.297Z] ---> Running in da9a9dcd9ea5 [2022-10-03T19:10:57.559Z] ---> 20459695fbd4 [2022-10-03T19:10:57.559Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-03T19:10:57.559Z] Removing intermediate container da9a9dcd9ea5 [2022-10-03T19:10:57.559Z] ---> 7e4abfb2c45d [2022-10-03T19:10:57.559Z] Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:10:57.559Z] ---> Running in 7ce3fdbd41c3 [2022-10-03T19:10:57.559Z] ---> Running in ba779b222f92 [2022-10-03T19:10:57.559Z] Removing intermediate container df3c075e8a61 [2022-10-03T19:10:57.559Z] ---> 211d5f856bee [2022-10-03T19:10:57.559Z] Step 9/24 : COPY . . [2022-10-03T19:10:57.559Z] Removing intermediate container ba779b222f92 [2022-10-03T19:10:57.559Z] ---> 48f2c36be97c [2022-10-03T19:10:57.559Z] Step 23/23 : LABEL version=0.0.0 [2022-10-03T19:10:57.822Z] 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-03T19:10:58.082Z] ---> Running in 32c1e534bb75 [2022-10-03T19:11:00.052Z] Removing intermediate container 32c1e534bb75 [2022-10-03T19:11:00.052Z] ---> ae4b78d0d383 [2022-10-03T19:11:00.052Z] [2022-10-03T19:11:00.052Z] Successfully built ae4b78d0d383 [2022-10-03T19:11:00.052Z] Successfully tagged support-notifications:latest [2022-10-03T19:11:00.052Z] Building sys-mgmt-agent [2022-10-03T19:11:00.052Z]  Building support-notifications ... done Removing intermediate container f316f141f152 [2022-10-03T19:11:00.052Z] ---> e7349b631183 [2022-10-03T19:11:00.052Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:11:00.052Z] Removing intermediate container 7ce3fdbd41c3 [2022-10-03T19:11:00.052Z] ---> d32c8b1d9ab8 [2022-10-03T19:11:00.052Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-03T19:11:03.702Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:11:03.702Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:11:03.702Z] ---> a6083f8f87d4 [2022-10-03T19:11:03.702Z] Step 3/23 : WORKDIR /edgex-go [2022-10-03T19:11:03.702Z] ---> Using cache [2022-10-03T19:11:03.702Z] ---> ba49d73cd4ac [2022-10-03T19:11:03.702Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:11:03.702Z] ---> Using cache [2022-10-03T19:11:03.702Z] ---> 55205ab6fb37 [2022-10-03T19:11:03.702Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-03T19:11:03.702Z] ---> Running in 5dd2d8f269a9 [2022-10-03T19:11:03.702Z] ---> 24c0178676a1 [2022-10-03T19:11:03.702Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-03T19:11:03.702Z] ---> Running in 9c1dd520ce39 [2022-10-03T19:11:03.702Z] Removing intermediate container 5dd2d8f269a9 [2022-10-03T19:11:03.702Z] ---> dede5658c05d [2022-10-03T19:11:03.702Z] Step 23/25 : LABEL arch=x86_64 [2022-10-03T19:11:03.702Z] ---> Running in 0bab5b2779a2 [2022-10-03T19:11:03.702Z] ---> 08972ccff143 [2022-10-03T19:11:03.702Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-03T19:11:03.702Z] Removing intermediate container 8a3b1e6e11fc [2022-10-03T19:11:03.702Z] ---> 65d86ffdb788 [2022-10-03T19:11:03.702Z] [2022-10-03T19:11:03.702Z] Step 10/22 : FROM alpine:3.16 [2022-10-03T19:11:03.702Z] ---> 9c6f07244728 [2022-10-03T19:11:03.702Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-03T19:11:03.702Z] ---> Running in 8744b9000626 [2022-10-03T19:11:03.702Z] ---> Running in 99350b21f697 [2022-10-03T19:11:03.702Z] Removing intermediate container 0bab5b2779a2 [2022-10-03T19:11:03.702Z] ---> ca4a691d2ba4 [2022-10-03T19:11:03.702Z] Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:11:03.702Z] ---> Running in c359bc7aa201 [2022-10-03T19:11:03.964Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:03.964Z] Removing intermediate container c359bc7aa201 [2022-10-03T19:11:03.964Z] ---> ad6f68585fae [2022-10-03T19:11:03.964Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T19:11:03.964Z] ---> 80a12220faea [2022-10-03T19:11:03.964Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-03T19:11:03.964Z] ---> Running in 75b58987d065 [2022-10-03T19:11:04.227Z] Removing intermediate container 75b58987d065 [2022-10-03T19:11:04.227Z] ---> fddbae8b138f [2022-10-03T19:11:04.227Z] [2022-10-03T19:11:04.227Z] ---> 1b7be7b49eed [2022-10-03T19:11:04.227Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-03T19:11:04.227Z] Successfully built fddbae8b138f [2022-10-03T19:11:04.227Z] Successfully tagged security-secretstore-setup:latest [2022-10-03T19:11:04.227Z]  Building security-secretstore-setup ... done Building security-spire-agent [2022-10-03T19:11:04.498Z] ---> b07607385380 [2022-10-03T19:11:04.498Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-03T19:11:04.498Z] 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-03T19:11:04.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:04.498Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:04.766Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:04.766Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-03T19:11:04.766Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-03T19:11:04.766Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-03T19:11:04.766Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-03T19:11:04.766Z] (5/6) Installing curl (7.83.1-r3) [2022-10-03T19:11:04.766Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-03T19:11:04.766Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:11:04.766Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:11:05.026Z] OK: 8 MiB in 20 packages [2022-10-03T19:11:05.026Z] OK: 211 MiB in 51 packages [2022-10-03T19:11:07.645Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:11:07.646Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:11:07.646Z] ---> a6083f8f87d4 [2022-10-03T19:11:07.646Z] Step 3/26 : WORKDIR /edgex-go [2022-10-03T19:11:07.646Z] ---> Using cache [2022-10-03T19:11:07.646Z] ---> ba49d73cd4ac [2022-10-03T19:11:07.646Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:11:07.646Z] ---> Using cache [2022-10-03T19:11:07.646Z] ---> 55205ab6fb37 [2022-10-03T19:11:07.646Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-03T19:11:07.646Z] ---> 3caa9c394165 [2022-10-03T19:11:07.646Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-03T19:11:07.646Z] ---> Running in 94f92d39c108 [2022-10-03T19:11:07.646Z] Removing intermediate container 9c1dd520ce39 [2022-10-03T19:11:07.646Z] ---> 1398c9228fc0 [2022-10-03T19:11:07.646Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-03T19:11:07.646Z] ---> 0775d1dff461 [2022-10-03T19:11:07.646Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-03T19:11:07.646Z] Removing intermediate container 99350b21f697 [2022-10-03T19:11:07.646Z] ---> 54dd2a54b547 [2022-10-03T19:11:07.646Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-03T19:11:07.905Z] ---> Running in 8b3d7f8c72de [2022-10-03T19:11:07.905Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:07.905Z] ---> cd7ca42a3f39 [2022-10-03T19:11:07.905Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:11:07.905Z] ---> Running in f506a1205b8b [2022-10-03T19:11:07.905Z] Removing intermediate container 8b3d7f8c72de [2022-10-03T19:11:07.905Z] ---> b737305ce8a9 [2022-10-03T19:11:07.905Z] Step 13/22 : WORKDIR /edgex [2022-10-03T19:11:07.905Z] ---> 09fa586e0484 [2022-10-03T19:11:07.905Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-03T19:11:07.905Z] ---> Running in 18efafbec4d2 [2022-10-03T19:11:07.905Z] ---> Running in c1ae81aed7b7 [2022-10-03T19:11:08.164Z] Removing intermediate container 18efafbec4d2 [2022-10-03T19:11:08.164Z] ---> 1c4465bf25ba [2022-10-03T19:11:08.164Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-03T19:11:08.329Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-03T19:11:08.776Z] ---> d544b9d41c53 [2022-10-03T19:11:08.776Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-03T19:11:08.776Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:09.062Z] OK: 211 MiB in 51 packages [2022-10-03T19:11:09.319Z] Removing intermediate container c1ae81aed7b7 [2022-10-03T19:11:09.319Z] ---> c92e7d85ae5f [2022-10-03T19:11:09.319Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-03T19:11:09.319Z] ---> Running in f337c9c97742 [2022-10-03T19:11:09.577Z] ---> df604111e139 [2022-10-03T19:11:09.577Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-03T19:11:09.577Z] Removing intermediate container f337c9c97742 [2022-10-03T19:11:09.577Z] ---> 01ff13e714df [2022-10-03T19:11:09.577Z] Step 30/33 : CMD ["gate"] [2022-10-03T19:11:09.577Z] ---> Running in 34ad5b839f8b [2022-10-03T19:11:09.577Z] Removing intermediate container 94f92d39c108 [2022-10-03T19:11:09.577Z] ---> 6a1be6d8781f [2022-10-03T19:11:09.578Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-03T19:11:09.861Z] Removing intermediate container 34ad5b839f8b [2022-10-03T19:11:09.861Z] ---> 850d538b2cde [2022-10-03T19:11:09.861Z] Step 31/33 : LABEL arch=x86_64 [2022-10-03T19:11:10.124Z] ---> Running in 360be55c3dae [2022-10-03T19:11:10.124Z] ---> b833be55489c [2022-10-03T19:11:10.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-03T19:11:10.384Z] ---> 463fdbed5809 [2022-10-03T19:11:10.384Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:11:10.384Z] ---> Running in 704edb769c05 [2022-10-03T19:11:10.384Z] Removing intermediate container 360be55c3dae [2022-10-03T19:11:10.384Z] ---> a6accb1a760c [2022-10-03T19:11:10.384Z] Step 32/33 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:11:10.650Z] ---> Running in 53c206b87c7f [2022-10-03T19:11:10.936Z] ---> b422c9756d8d [2022-10-03T19:11:10.936Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-03T19:11:11.898Z] Removing intermediate container 53c206b87c7f [2022-10-03T19:11:11.898Z] ---> f935fa43f27b [2022-10-03T19:11:11.898Z] Step 33/33 : LABEL version=0.0.0 [2022-10-03T19:11:11.898Z] ---> Running in e7b5d3480934 [2022-10-03T19:11:11.898Z] ---> Running in 11de42c83ffd [2022-10-03T19:11:12.465Z] Removing intermediate container 11de42c83ffd [2022-10-03T19:11:12.465Z] ---> 078641888a46 [2022-10-03T19:11:12.465Z] [2022-10-03T19:11:12.465Z] Successfully built 078641888a46 [2022-10-03T19:11:12.755Z] Successfully tagged security-bootstrapper:latest [2022-10-03T19:11:12.755Z]  Building security-bootstrapper ... done Building core-command [2022-10-03T19:11:18.195Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:11:18.195Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:11:18.195Z] ---> a6083f8f87d4 [2022-10-03T19:11:18.195Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:11:18.195Z] ---> Using cache [2022-10-03T19:11:18.195Z] ---> 62a8d36ccd5d [2022-10-03T19:11:18.195Z] Step 4/24 : WORKDIR /edgex-go [2022-10-03T19:11:18.195Z] ---> Using cache [2022-10-03T19:11:18.195Z] ---> eda1a0be050b [2022-10-03T19:11:18.195Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:11:18.195Z] ---> Using cache [2022-10-03T19:11:18.195Z] ---> fd3e8a3cf2a8 [2022-10-03T19:11:18.195Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-03T19:11:19.137Z] Removing intermediate container e7b5d3480934 [2022-10-03T19:11:19.137Z] ---> d48591d51246 [2022-10-03T19:11:19.137Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-03T19:11:20.563Z] ---> Running in 75ae25f07d5b [2022-10-03T19:11:20.563Z] ---> Running in cfcc3baa09e5 [2022-10-03T19:11:20.835Z] Removing intermediate container 75ae25f07d5b [2022-10-03T19:11:20.835Z] ---> 45e8fdf1f068 [2022-10-03T19:11:20.835Z] Step 20/22 : LABEL arch=x86_64 [2022-10-03T19:11:20.835Z] Removing intermediate container f506a1205b8b [2022-10-03T19:11:20.835Z] ---> 984a9eb174f0 [2022-10-03T19:11:20.835Z] Step 8/23 : COPY . . [2022-10-03T19:11:21.142Z] ---> Running in 3b1b4008dafd [2022-10-03T19:11:21.142Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:21.745Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:22.007Z] Removing intermediate container 3b1b4008dafd [2022-10-03T19:11:22.007Z] ---> 5c30727d3c04 [2022-10-03T19:11:22.007Z] Step 21/22 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:11:22.276Z] OK: 211 MiB in 51 packages [2022-10-03T19:11:24.822Z] ---> Running in b160e001f5ec [2022-10-03T19:11:25.788Z] Removing intermediate container b160e001f5ec [2022-10-03T19:11:25.788Z] ---> f18e8edacccf [2022-10-03T19:11:25.788Z] Step 22/22 : LABEL version=0.0.0 [2022-10-03T19:11:25.788Z] Removing intermediate container cfcc3baa09e5 [2022-10-03T19:11:25.788Z] ---> cd1d05ce8a7a [2022-10-03T19:11:25.788Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-03T19:11:25.788Z] ---> Running in 8a2231d451f3 [2022-10-03T19:11:26.050Z] Removing intermediate container 8a2231d451f3 [2022-10-03T19:11:26.050Z] ---> 197885ac7029 [2022-10-03T19:11:26.050Z] [2022-10-03T19:11:26.050Z] ---> 37b9a3d5760e [2022-10-03T19:11:26.050Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:11:26.310Z] ---> Running in 19f3a7ace741 [2022-10-03T19:11:26.310Z] Removing intermediate container 704edb769c05 [2022-10-03T19:11:26.310Z] ---> 37587891e6f4 [2022-10-03T19:11:26.310Z] Step 8/26 : COPY . . [2022-10-03T19:11:26.310Z] ---> bd4a10904842 [2022-10-03T19:11:26.310Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-03T19:11:26.310Z] Successfully built 197885ac7029 [2022-10-03T19:11:26.310Z] ---> Running in 96e4eb5c8270 [2022-10-03T19:11:26.310Z] Successfully tagged security-proxy-setup:latest [2022-10-03T19:11:26.310Z] Building security-spiffe-token-provider [2022-10-03T19:11:26.892Z]  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-03T19:11:31.178Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:11:31.178Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:11:31.178Z] ---> a6083f8f87d4 [2022-10-03T19:11:31.178Z] Step 3/20 : WORKDIR /edgex-go [2022-10-03T19:11:31.178Z] ---> Using cache [2022-10-03T19:11:31.178Z] ---> ba49d73cd4ac [2022-10-03T19:11:31.178Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-03T19:11:36.456Z] ---> Running in 14bcae0641b9 [2022-10-03T19:11:36.456Z] ---> bb1ef33fd3ac [2022-10-03T19:11:36.456Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-03T19:11:36.456Z] ---> Running in d14f8287d7a8 [2022-10-03T19:11:36.456Z] Removing intermediate container d14f8287d7a8 [2022-10-03T19:11:36.456Z] ---> 3a04a625f8dc [2022-10-03T19:11:36.456Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-03T19:11:36.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:36.456Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:36.724Z] v3.16.2-221-ge7097e0782 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-03T19:11:36.724Z] v3.16.2-229-g1f881aca9b [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-03T19:11:36.724Z] OK: 17040 distinct packages available [2022-10-03T19:11:36.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:36.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:37.352Z] OK: 211 MiB in 51 packages [2022-10-03T19:11:37.612Z] ---> Running in e1ed487a0bf5 [2022-10-03T19:11:38.183Z] Removing intermediate container 8744b9000626 [2022-10-03T19:11:38.183Z] ---> e4b23e6c6299 [2022-10-03T19:11:38.183Z] [2022-10-03T19:11:38.183Z] Step 11/24 : FROM alpine:3.16 [2022-10-03T19:11:38.183Z] ---> 9c6f07244728 [2022-10-03T19:11:38.183Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-03T19:11:38.183Z] Removing intermediate container e1ed487a0bf5 [2022-10-03T19:11:38.183Z] ---> dc28d45fa00f [2022-10-03T19:11:38.183Z] 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-03T19:11:38.183Z] ---> Running in e43a21f8db06 [2022-10-03T19:11:38.183Z] Removing intermediate container 14bcae0641b9 [2022-10-03T19:11:38.183Z] ---> b09f2c74ea8d [2022-10-03T19:11:38.183Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-03T19:11:38.183Z] ---> Running in 22a6fc05be31 [2022-10-03T19:11:38.443Z] Removing intermediate container e43a21f8db06 [2022-10-03T19:11:38.443Z] ---> 5f8da9c44235 [2022-10-03T19:11:38.443Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-03T19:11:38.721Z] ---> 6d65bb9f6573 [2022-10-03T19:11:38.721Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:11:38.721Z] ---> Running in b6ed57bdce13 [2022-10-03T19:11:38.721Z] ---> Running in d57850274096 [2022-10-03T19:11:38.983Z] Removing intermediate container b6ed57bdce13 [2022-10-03T19:11:38.983Z] ---> 3e286e42d02e [2022-10-03T19:11:38.983Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-03T19:11:38.983Z] ---> Running in 0720a91edb60 [2022-10-03T19:11:39.257Z] Removing intermediate container 0720a91edb60 [2022-10-03T19:11:39.257Z] ---> 9d8e0e736ea8 [2022-10-03T19:11:39.257Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:11:39.555Z] ---> Running in c74140d0004f [2022-10-03T19:11:39.555Z] Removing intermediate container 22a6fc05be31 [2022-10-03T19:11:39.555Z] ---> 793d707c1fce [2022-10-03T19:11:39.555Z] Step 12/26 : WORKDIR /edgex-go [2022-10-03T19:11:39.818Z] ---> Running in a4712077c65c [2022-10-03T19:11:40.405Z] Removing intermediate container a4712077c65c [2022-10-03T19:11:40.405Z] ---> 1c7b22914b3c [2022-10-03T19:11:40.405Z] [2022-10-03T19:11:40.405Z] Step 13/26 : FROM alpine:3.15 [2022-10-03T19:11:40.405Z] ---> c4fc93816858 [2022-10-03T19:11:40.405Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:11:40.405Z] ---> Using cache [2022-10-03T19:11:40.405Z] ---> c9b4da57c64b [2022-10-03T19:11:40.405Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:11:40.405Z] ---> Using cache [2022-10-03T19:11:40.405Z] ---> 2a97cf4590a7 [2022-10-03T19:11:40.405Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-03T19:11:40.405Z] ---> Running in e8c4588e53a1 [2022-10-03T19:11:41.353Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:41.353Z] Removing intermediate container c74140d0004f [2022-10-03T19:11:41.353Z] ---> fe74b2cb2386 [2022-10-03T19:11:41.353Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-03T19:11:41.353Z] ---> Running in d6c93893826d [2022-10-03T19:11:41.615Z] Removing intermediate container 19f3a7ace741 [2022-10-03T19:11:41.615Z] ---> 6ecc34b65acd [2022-10-03T19:11:41.615Z] Step 9/24 : COPY . . [2022-10-03T19:11:41.877Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:42.138Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:42.711Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:11:42.711Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:11:42.711Z] OK: 15857 distinct packages available [2022-10-03T19:11:42.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:42.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:43.016Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-03T19:11:43.016Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-03T19:11:43.276Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-03T19:11:43.276Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-03T19:11:43.537Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-03T19:11:43.538Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:43.538Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-03T19:11:43.538Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:11:43.538Z] OK: 8 MiB in 20 packages [2022-10-03T19:11:43.799Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-03T19:11:44.084Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:11:44.084Z] (3/5) Installing libucontext (1.1-r0) [2022-10-03T19:11:44.084Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-03T19:11:44.344Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-03T19:11:44.344Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:11:44.344Z] OK: 7 MiB in 19 packages [2022-10-03T19:11:46.898Z] ---> c0fba64bd894 [2022-10-03T19:11:46.898Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-03T19:11:46.898Z] Removing intermediate container d6c93893826d [2022-10-03T19:11:46.898Z] ---> 81e0beddbccd [2022-10-03T19:11:46.898Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:11:46.898Z] ---> Running in db66127f0d34 [2022-10-03T19:11:46.898Z] Removing intermediate container e8c4588e53a1 [2022-10-03T19:11:46.898Z] ---> 196db7bda632 [2022-10-03T19:11:46.898Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-03T19:11:47.159Z] ---> 046512d02009 [2022-10-03T19:11:47.159Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-03T19:11:47.422Z] 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-03T19:11:48.848Z] ---> 0b4cac8c4c11 [2022-10-03T19:11:48.848Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-03T19:11:48.848Z] ---> ee61ad2ef1a5 [2022-10-03T19:11:48.848Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-03T19:11:48.848Z] Removing intermediate container 96e4eb5c8270 [2022-10-03T19:11:48.848Z] ---> 8933d9c8d12c [2022-10-03T19:11:48.848Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-03T19:11:49.109Z] ---> Running in 1b5200f0635c [2022-10-03T19:11:49.109Z] ---> 4fc3baf5a202 [2022-10-03T19:11:49.109Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-03T19:11:49.109Z] ---> Running in 25dd6e9363c9 [2022-10-03T19:11:49.368Z] Removing intermediate container 25dd6e9363c9 [2022-10-03T19:11:49.368Z] ---> 80f0df2cdcb9 [2022-10-03T19:11:49.368Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:11:49.652Z] 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-03T19:11:50.225Z] ---> Running in 3fc867e76cd5 [2022-10-03T19:11:50.798Z] ---> 62ae1f2522e8 [2022-10-03T19:11:50.798Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-03T19:11:50.798Z] Removing intermediate container 3fc867e76cd5 [2022-10-03T19:11:50.798Z] ---> 04e916b631ef [2022-10-03T19:11:50.798Z] Step 22/24 : LABEL arch=x86_64 [2022-10-03T19:11:50.798Z] ---> Running in d2072126801a [2022-10-03T19:11:51.058Z] Removing intermediate container d2072126801a [2022-10-03T19:11:51.058Z] ---> b59ea7637523 [2022-10-03T19:11:51.058Z] Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:11:51.058Z] ---> 3e3a9661e93c [2022-10-03T19:11:51.058Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-03T19:11:51.320Z] Removing intermediate container 1b5200f0635c [2022-10-03T19:11:51.320Z] ---> 25ca1fca0d56 [2022-10-03T19:11:51.320Z] [2022-10-03T19:11:51.320Z] Step 11/23 : FROM alpine:3.16 [2022-10-03T19:11:51.320Z] ---> 9c6f07244728 [2022-10-03T19:11:51.321Z] 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-03T19:11:51.321Z] ---> Running in 66a210a69013 [2022-10-03T19:11:51.321Z] Removing intermediate container d57850274096 [2022-10-03T19:11:51.321Z] ---> 8f88b95c4404 [2022-10-03T19:11:51.321Z] Step 7/20 : COPY . . [2022-10-03T19:11:51.321Z] ---> Running in 01f464f35222 [2022-10-03T19:11:51.321Z] ---> 9d9edd1dd222 [2022-10-03T19:11:51.321Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-03T19:11:51.581Z] Removing intermediate container 01f464f35222 [2022-10-03T19:11:51.581Z] ---> f0bae02a9328 [2022-10-03T19:11:51.581Z] 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-03T19:11:51.581Z] Removing intermediate container 66a210a69013 [2022-10-03T19:11:51.581Z] ---> 303a5c0e2341 [2022-10-03T19:11:51.581Z] Step 24/24 : LABEL version=0.0.0 [2022-10-03T19:11:51.995Z] ---> Running in 44557d1f5033 [2022-10-03T19:11:53.387Z] ---> Running in bf8ec0159cbc [2022-10-03T19:11:54.344Z] ---> cd844c27248a [2022-10-03T19:11:54.344Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-03T19:11:54.344Z] Removing intermediate container bf8ec0159cbc [2022-10-03T19:11:54.344Z] ---> 23889f40ee42 [2022-10-03T19:11:54.344Z] [2022-10-03T19:11:54.344Z] ---> Running in 5253dbc291ce [2022-10-03T19:11:54.344Z] Successfully built 23889f40ee42 [2022-10-03T19:11:54.344Z] Successfully tagged core-data:latest [2022-10-03T19:11:54.344Z]  Building core-data ... done Building support-scheduler [2022-10-03T19:11:55.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:55.286Z] Removing intermediate container 5253dbc291ce [2022-10-03T19:11:55.286Z] ---> b5e962f68481 [2022-10-03T19:11:55.286Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-03T19:11:55.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:11:55.545Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-03T19:11:55.545Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-03T19:11:55.545Z] (3/33) Installing readline (8.1.2-r0) [2022-10-03T19:11:55.545Z] (4/33) Installing bash (5.1.16-r2) [2022-10-03T19:11:55.545Z] Executing bash-5.1.16-r2.post-install [2022-10-03T19:11:55.545Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-03T19:11:55.545Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-03T19:11:55.545Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-03T19:11:55.545Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-03T19:11:55.545Z] (9/33) Installing curl (7.83.1-r3) [2022-10-03T19:11:55.545Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-10-03T19:11:55.804Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-03T19:11:55.804Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-03T19:11:55.804Z] (13/33) Installing expat (2.4.9-r0) [2022-10-03T19:11:55.804Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-03T19:11:55.804Z] (15/33) Installing gdbm (1.23-r0) [2022-10-03T19:11:55.804Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-03T19:11:55.804Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-03T19:11:55.804Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-03T19:11:55.804Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-03T19:11:55.804Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-03T19:11:55.804Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-03T19:11:56.371Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-03T19:11:56.371Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-03T19:11:56.749Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-03T19:11:56.749Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-03T19:11:56.749Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-03T19:11:56.749Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-03T19:11:56.749Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-03T19:11:56.749Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-03T19:11:56.749Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-03T19:11:56.749Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-03T19:11:56.749Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-03T19:11:56.749Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-03T19:11:57.011Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:11:57.011Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:11:57.011Z] OK: 122 MiB in 47 packages [2022-10-03T19:11:57.579Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:11:57.579Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:11:57.579Z] ---> a6083f8f87d4 [2022-10-03T19:11:57.579Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> 62a8d36ccd5d [2022-10-03T19:11:57.579Z] Step 4/23 : WORKDIR /edgex-go [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> eda1a0be050b [2022-10-03T19:11:57.579Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> fd3e8a3cf2a8 [2022-10-03T19:11:57.579Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> cd1d05ce8a7a [2022-10-03T19:11:57.579Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> 37b9a3d5760e [2022-10-03T19:11:57.579Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> 6ecc34b65acd [2022-10-03T19:11:57.579Z] Step 9/23 : COPY . . [2022-10-03T19:11:57.579Z] ---> Using cache [2022-10-03T19:11:57.579Z] ---> c0fba64bd894 [2022-10-03T19:11:57.579Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-03T19:12:00.111Z] ---> Running in 5d8e6cc80043 [2022-10-03T19:12:00.111Z] ---> Running in dd2f5daf26b6 [2022-10-03T19:12:00.111Z] ---> 35462d06b1ae [2022-10-03T19:12:00.111Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-03T19:12:00.111Z] ---> Running in fa3ffaa8b83c [2022-10-03T19:12:00.111Z] Removing intermediate container 5d8e6cc80043 [2022-10-03T19:12:00.111Z] ---> cbb2110eeb46 [2022-10-03T19:12:00.111Z] Step 24/26 : LABEL arch=x86_64 [2022-10-03T19:12:00.111Z] ---> Running in 1d48ec6c6f8b [2022-10-03T19:12:00.417Z] 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-03T19:12:00.417Z] Removing intermediate container 1d48ec6c6f8b [2022-10-03T19:12:00.417Z] ---> bfe716ae3912 [2022-10-03T19:12:00.418Z] Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:12:00.742Z] ---> Running in 4229c0956bc7 [2022-10-03T19:12:00.743Z] 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-03T19:12:01.001Z] Removing intermediate container 4229c0956bc7 [2022-10-03T19:12:01.001Z] ---> 11ff0e1640f8 [2022-10-03T19:12:01.001Z] Step 26/26 : LABEL version=0.0.0 [2022-10-03T19:12:01.001Z] ---> Running in 23406adffca2 [2022-10-03T19:12:01.569Z] Removing intermediate container 23406adffca2 [2022-10-03T19:12:01.569Z] ---> 97594d720091 [2022-10-03T19:12:01.569Z] [2022-10-03T19:12:01.569Z] Successfully built 97594d720091 [2022-10-03T19:12:01.569Z] Successfully tagged security-spire-agent:latest [2022-10-03T19:12:01.569Z] Building core-metadata [2022-10-03T19:12:02.134Z]  Building security-spire-agent ... done Collecting docker-compose==1.23.2 [2022-10-03T19:12:02.134Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-03T19:12:02.134Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 17.3 MB/s eta 0:00:00 [2022-10-03T19:12:02.393Z] Collecting docopt<0.7,>=0.6.1 [2022-10-03T19:12:02.393Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-03T19:12:02.393Z] Preparing metadata (setup.py): started [2022-10-03T19:12:02.652Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:12:02.652Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-03T19:12:02.652Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-03T19:12:02.652Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 111.3 MB/s eta 0:00:00 [2022-10-03T19:12:02.910Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-03T19:12:02.910Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-03T19:12:02.910Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 97.7 MB/s eta 0:00:00 [2022-10-03T19:12:02.910Z] Collecting jsonschema<3,>=2.5.1 [2022-10-03T19:12:02.910Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-03T19:12:02.910Z] Collecting texttable<0.10,>=0.9.0 [2022-10-03T19:12:02.910Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-03T19:12:02.910Z] Preparing metadata (setup.py): started [2022-10-03T19:12:03.168Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:12:03.426Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-03T19:12:03.426Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-03T19:12:03.426Z] Preparing metadata (setup.py): started [2022-10-03T19:12:03.685Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:12:03.685Z] 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-03T19:12:03.685Z] Collecting PyYAML<4,>=3.10 [2022-10-03T19:12:03.685Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-03T19:12:03.685Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 33.1 MB/s eta 0:00:00 [2022-10-03T19:12:03.943Z] Preparing metadata (setup.py): started [2022-10-03T19:12:04.202Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:12:04.202Z] Collecting docker<4.0,>=3.6.0 [2022-10-03T19:12:04.202Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-03T19:12:04.202Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 43.3 MB/s eta 0:00:00 [2022-10-03T19:12:04.202Z] Collecting cached-property<2,>=1.2.0 [2022-10-03T19:12:04.202Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-03T19:12:04.202Z] Collecting docker-pycreds>=0.4.0 [2022-10-03T19:12:04.202Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-03T19:12:04.460Z] Collecting certifi>=2017.4.17 [2022-10-03T19:12:04.460Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-03T19:12:04.460Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 51.6 MB/s eta 0:00:00 [2022-10-03T19:12:04.460Z] Collecting idna<2.8,>=2.5 [2022-10-03T19:12:04.460Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-03T19:12:04.460Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 181.4 MB/s eta 0:00:00 [2022-10-03T19:12:04.460Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-03T19:12:04.460Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-03T19:12:04.460Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 57.8 MB/s eta 0:00:00 [2022-10-03T19:12:04.717Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-03T19:12:04.717Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-03T19:12:04.717Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 39.1 MB/s eta 0:00:00 [2022-10-03T19:12:04.717Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-03T19:12:04.717Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-03T19:12:04.717Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-03T19:12:04.717Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-03T19:12:04.717Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-03T19:12:04.717Z] Running setup.py install for texttable: started [2022-10-03T19:12:05.285Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:12:05.285Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:12:05.285Z] ---> a6083f8f87d4 [2022-10-03T19:12:05.285Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> 62a8d36ccd5d [2022-10-03T19:12:05.285Z] Step 4/25 : WORKDIR /edgex-go [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> eda1a0be050b [2022-10-03T19:12:05.285Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> fd3e8a3cf2a8 [2022-10-03T19:12:05.285Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> cd1d05ce8a7a [2022-10-03T19:12:05.285Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> 37b9a3d5760e [2022-10-03T19:12:05.285Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> 6ecc34b65acd [2022-10-03T19:12:05.285Z] Step 9/25 : COPY . . [2022-10-03T19:12:05.285Z] ---> Using cache [2022-10-03T19:12:05.285Z] ---> c0fba64bd894 [2022-10-03T19:12:05.285Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-03T19:12:05.285Z] Running setup.py install for texttable: finished with status 'done' [2022-10-03T19:12:05.285Z] Running setup.py install for PyYAML: started [2022-10-03T19:12:05.561Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-03T19:12:07.464Z] Running setup.py install for docopt: started [2022-10-03T19:12:07.464Z] ---> Running in bfa0548acb4a [2022-10-03T19:12:07.464Z] Running setup.py install for docopt: finished with status 'done' [2022-10-03T19:12:08.032Z] 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-03T19:12:08.032Z] Running setup.py install for dockerpty: started [2022-10-03T19:12:08.599Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-03T19:12:09.534Z] 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-03T19:12:09.534Z] 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-03T19:12:10.479Z] Removing intermediate container db66127f0d34 [2022-10-03T19:12:10.479Z] ---> 6724563c1788 [2022-10-03T19:12:10.479Z] [2022-10-03T19:12:10.479Z] Step 11/24 : FROM alpine:3.16 [2022-10-03T19:12:10.479Z] ---> 9c6f07244728 [2022-10-03T19:12:10.479Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-03T19:12:10.737Z] ---> Running in f8dd2bfff7a5 [2022-10-03T19:12:11.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:12:11.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:12:11.931Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-03T19:12:11.931Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:12:11.931Z] OK: 6 MiB in 15 packages [2022-10-03T19:12:14.488Z] Removing intermediate container f8dd2bfff7a5 [2022-10-03T19:12:14.488Z] ---> 7220fe830159 [2022-10-03T19:12:14.488Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:12:14.488Z] ---> Running in 7b0a924e8aa6 [2022-10-03T19:12:14.754Z] Removing intermediate container 44557d1f5033 [2022-10-03T19:12:14.754Z] ---> 9ad9a8146e4f [2022-10-03T19:12:14.754Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-03T19:12:15.013Z] ---> Running in bd1200084714 [2022-10-03T19:12:15.013Z] Removing intermediate container 7b0a924e8aa6 [2022-10-03T19:12:15.013Z] ---> 7df74d35912d [2022-10-03T19:12:15.013Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-03T19:12:15.013Z] ---> Running in 1fd6b5edddfe [2022-10-03T19:12:15.271Z] Removing intermediate container bd1200084714 [2022-10-03T19:12:15.271Z] ---> fed9d72ec5df [2022-10-03T19:12:15.271Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-03T19:12:15.271Z] ---> Running in 93ff869f7c07 [2022-10-03T19:12:15.528Z] Removing intermediate container 1fd6b5edddfe [2022-10-03T19:12:15.528Z] ---> cb22c11e94dc [2022-10-03T19:12:15.528Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-03T19:12:15.528Z] ---> Running in c44ddd5fe468 [2022-10-03T19:12:15.785Z] Removing intermediate container 93ff869f7c07 [2022-10-03T19:12:15.785Z] ---> 61febc268c06 [2022-10-03T19:12:15.785Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-03T19:12:15.785Z] Removing intermediate container c44ddd5fe468 [2022-10-03T19:12:15.785Z] ---> 20706af75526 [2022-10-03T19:12:15.785Z] Step 16/24 : WORKDIR / [2022-10-03T19:12:16.042Z] ---> Running in 2c0b98f0cfc2 [2022-10-03T19:12:16.984Z] Removing intermediate container 2c0b98f0cfc2 [2022-10-03T19:12:16.984Z] ---> 7caf58ccf050 [2022-10-03T19:12:16.984Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:12:16.984Z] ---> 76560864682f [2022-10-03T19:12:16.984Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-03T19:12:17.549Z] ---> cfea89571fef [2022-10-03T19:12:17.549Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-03T19:12:17.549Z] ---> 6c8ae110518a [2022-10-03T19:12:17.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-03T19:12:18.936Z] ---> 9946851710dd [2022-10-03T19:12:18.936Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-03T19:12:18.936Z] ---> 86774f719f34 [2022-10-03T19:12:18.936Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-03T19:12:19.198Z] ---> Running in c4aa544dfe74 [2022-10-03T19:12:19.456Z] Removing intermediate container c4aa544dfe74 [2022-10-03T19:12:19.456Z] ---> e9ba4450e278 [2022-10-03T19:12:19.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:12:19.456Z] ---> Running in 122dda3897c8 [2022-10-03T19:12:19.456Z] ---> dd871118011c [2022-10-03T19:12:19.456Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-03T19:12:19.738Z] ---> Running in e400892cd78a [2022-10-03T19:12:19.738Z] Removing intermediate container 122dda3897c8 [2022-10-03T19:12:19.738Z] ---> 758679dbb79d [2022-10-03T19:12:19.738Z] Step 21/23 : LABEL arch=x86_64 [2022-10-03T19:12:19.738Z] ---> Running in 864e19ee33ab [2022-10-03T19:12:19.996Z] Removing intermediate container e400892cd78a [2022-10-03T19:12:19.996Z] ---> 77d39453923a [2022-10-03T19:12:19.996Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:12:19.996Z] Removing intermediate container 864e19ee33ab [2022-10-03T19:12:19.996Z] ---> 663088a36c2d [2022-10-03T19:12:19.996Z] Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:12:19.996Z] ---> Running in f8e04d1c9560 [2022-10-03T19:12:19.996Z] ---> Running in 36bcbbf7367f [2022-10-03T19:12:20.256Z] Removing intermediate container f8e04d1c9560 [2022-10-03T19:12:20.256Z] ---> 952585cdffa2 [2022-10-03T19:12:20.256Z] Step 22/24 : LABEL arch=x86_64 [2022-10-03T19:12:20.256Z] Removing intermediate container 36bcbbf7367f [2022-10-03T19:12:20.256Z] ---> 770a63f27f2d [2022-10-03T19:12:20.256Z] Step 23/23 : LABEL version=0.0.0 [2022-10-03T19:12:20.256Z] ---> Running in 99414aa6c964 [2022-10-03T19:12:20.256Z] ---> Running in 4ff042ac2c7e [2022-10-03T19:12:20.845Z] Removing intermediate container 99414aa6c964 [2022-10-03T19:12:20.845Z] ---> 0b3ed679a917 [2022-10-03T19:12:20.845Z] Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:12:20.845Z] Removing intermediate container 4ff042ac2c7e [2022-10-03T19:12:20.845Z] ---> af7bf3b938b2 [2022-10-03T19:12:20.845Z] [2022-10-03T19:12:20.845Z] ---> Running in 78cbe170ede8 [2022-10-03T19:12:20.845Z] Successfully built af7bf3b938b2 [2022-10-03T19:12:20.845Z] Successfully tagged sys-mgmt-agent:latest [2022-10-03T19:12:21.411Z]  Building sys-mgmt-agent ... done Removing intermediate container 78cbe170ede8 [2022-10-03T19:12:21.411Z] ---> 322294d80b28 [2022-10-03T19:12:21.411Z] Step 24/24 : LABEL version=0.0.0 [2022-10-03T19:12:21.411Z] ---> Running in 6026092b2c68 [2022-10-03T19:12:21.670Z] Removing intermediate container 6026092b2c68 [2022-10-03T19:12:21.670Z] ---> 98510bda65a3 [2022-10-03T19:12:21.670Z] [2022-10-03T19:12:21.670Z] Successfully built 98510bda65a3 [2022-10-03T19:12:21.670Z] Successfully tagged core-command:latest [2022-10-03T19:12:43.596Z]  Building core-command ... done Removing intermediate container bfa0548acb4a [2022-10-03T19:12:43.596Z] ---> 59635171d838 [2022-10-03T19:12:43.596Z] [2022-10-03T19:12:43.596Z] Step 11/25 : FROM alpine:3.16 [2022-10-03T19:12:43.596Z] ---> 9c6f07244728 [2022-10-03T19:12:43.596Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-03T19:12:43.596Z] ---> Using cache [2022-10-03T19:12:43.596Z] ---> 7220fe830159 [2022-10-03T19:12:43.596Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:12:43.596Z] ---> Using cache [2022-10-03T19:12:43.596Z] ---> 7df74d35912d [2022-10-03T19:12:43.596Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-03T19:12:43.596Z] Removing intermediate container fa3ffaa8b83c [2022-10-03T19:12:43.596Z] ---> 44659e9e6e1b [2022-10-03T19:12:43.596Z] [2022-10-03T19:12:43.596Z] Step 9/20 : FROM alpine:3.15 [2022-10-03T19:12:43.596Z] ---> c4fc93816858 [2022-10-03T19:12:43.596Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:12:43.596Z] ---> Using cache [2022-10-03T19:12:43.596Z] ---> c9b4da57c64b [2022-10-03T19:12:43.596Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:12:43.596Z] ---> Using cache [2022-10-03T19:12:43.596Z] ---> 2a97cf4590a7 [2022-10-03T19:12:43.596Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-03T19:12:43.596Z] Removing intermediate container dd2f5daf26b6 [2022-10-03T19:12:43.596Z] ---> af09fef59513 [2022-10-03T19:12:43.596Z] [2022-10-03T19:12:43.596Z] Step 11/23 : FROM alpine:3.16 [2022-10-03T19:12:43.596Z] ---> 9c6f07244728 [2022-10-03T19:12:43.596Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-03T19:12:43.596Z] ---> Using cache [2022-10-03T19:12:43.596Z] ---> 7220fe830159 [2022-10-03T19:12:43.596Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:12:43.596Z] ---> Using cache [2022-10-03T19:12:43.596Z] ---> 7df74d35912d [2022-10-03T19:12:43.596Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-03T19:12:43.596Z] ---> Running in 030e70a9aed6 [2022-10-03T19:12:43.596Z] ---> Running in 3e166718b8df [2022-10-03T19:12:43.596Z] ---> Running in be37edfd03cc [2022-10-03T19:12:43.596Z] Removing intermediate container 030e70a9aed6 [2022-10-03T19:12:43.596Z] ---> eb92c503f421 [2022-10-03T19:12:43.596Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-03T19:12:43.596Z] Removing intermediate container be37edfd03cc [2022-10-03T19:12:43.596Z] ---> a0b3ac799fb6 [2022-10-03T19:12:43.596Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-03T19:12:43.596Z] ---> Running in 8f2a0644f203 [2022-10-03T19:12:43.596Z] ---> Running in e8ed21d921aa [2022-10-03T19:12:43.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:12:43.596Z] Removing intermediate container 8f2a0644f203 [2022-10-03T19:12:43.596Z] ---> 78f022e1baf5 [2022-10-03T19:12:43.596Z] Step 16/25 : WORKDIR / [2022-10-03T19:12:43.596Z] ---> Running in 584445b3b6cf [2022-10-03T19:12:43.596Z] Removing intermediate container e8ed21d921aa [2022-10-03T19:12:43.596Z] ---> 629589ba80cf [2022-10-03T19:12:43.596Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:12:43.596Z] Removing intermediate container 584445b3b6cf [2022-10-03T19:12:43.596Z] ---> ba85031fe5cc [2022-10-03T19:12:43.596Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:12:43.596Z] ---> 8d964b1ced97 [2022-10-03T19:12:43.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-03T19:12:43.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:12:43.596Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:12:43.596Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:12:43.596Z] OK: 15857 distinct packages available [2022-10-03T19:12:43.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-03T19:12:43.596Z] ---> fd2dffc62273 [2022-10-03T19:12:43.596Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-03T19:12:43.596Z] ---> 12de85ec0a93 [2022-10-03T19:12:43.596Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-03T19:12:43.596Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-03T19:12:43.596Z] ---> ff33a25821a6 [2022-10-03T19:12:43.596Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-03T19:12:43.596Z] ---> 7262193692fe [2022-10-03T19:12:43.596Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-03T19:12:43.596Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-03T19:12:43.596Z] ---> Running in 62afd58544dd [2022-10-03T19:12:43.596Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-03T19:12:43.596Z] ---> 06e3841edd05 [2022-10-03T19:12:43.596Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-03T19:12:43.596Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-03T19:12:43.855Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-03T19:12:43.855Z] (5/9) Installing curl (7.80.0-r3) [2022-10-03T19:12:43.855Z] Removing intermediate container 62afd58544dd [2022-10-03T19:12:43.855Z] ---> d884767bff49 [2022-10-03T19:12:43.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:12:43.855Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-03T19:12:43.855Z] ---> 6754a8e0622a [2022-10-03T19:12:43.855Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-03T19:12:44.114Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:12:44.114Z] ---> Running in fab5beda5fd4 [2022-10-03T19:12:44.114Z] ---> Running in 6789b297341f [2022-10-03T19:12:44.114Z] (8/9) Installing libucontext (1.1-r0) [2022-10-03T19:12:44.114Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-03T19:12:44.372Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:12:44.372Z] Removing intermediate container fab5beda5fd4 [2022-10-03T19:12:44.372Z] ---> 35bece71768d [2022-10-03T19:12:44.372Z] Step 21/23 : LABEL arch=x86_64 [2022-10-03T19:12:44.372Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:12:44.373Z] Removing intermediate container 6789b297341f [2022-10-03T19:12:44.373Z] ---> e0972f6f4c5e [2022-10-03T19:12:44.373Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:12:44.373Z] OK: 8 MiB in 23 packages [2022-10-03T19:12:44.373Z] ---> Running in 85387c8d12f0 [2022-10-03T19:12:44.373Z] ---> Running in 6ad63ad6815f [2022-10-03T19:12:44.633Z] Removing intermediate container 85387c8d12f0 [2022-10-03T19:12:44.633Z] ---> 80e2783ae6cd [2022-10-03T19:12:44.633Z] Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:12:44.633Z] Removing intermediate container 6ad63ad6815f [2022-10-03T19:12:44.633Z] ---> a3d50f79d287 [2022-10-03T19:12:44.633Z] Step 23/25 : LABEL arch=x86_64 [2022-10-03T19:12:44.633Z] ---> Running in 97faea66a80b [2022-10-03T19:12:44.633Z] ---> Running in 0b85a9edf9a4 [2022-10-03T19:12:44.633Z] Removing intermediate container 97faea66a80b [2022-10-03T19:12:44.633Z] ---> 754fe3d67b72 [2022-10-03T19:12:44.633Z] Step 23/23 : LABEL version=0.0.0 [2022-10-03T19:12:44.633Z] Removing intermediate container 0b85a9edf9a4 [2022-10-03T19:12:44.633Z] ---> 674ed3ee50c3 [2022-10-03T19:12:44.633Z] Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:12:44.633Z] ---> Running in 5acf36bbfac6 [2022-10-03T19:12:44.633Z] ---> Running in 8ae46d61e234 [2022-10-03T19:12:44.892Z] Removing intermediate container 5acf36bbfac6 [2022-10-03T19:12:44.892Z] ---> a6f4621788ff [2022-10-03T19:12:44.892Z] [2022-10-03T19:12:44.892Z] Removing intermediate container 8ae46d61e234 [2022-10-03T19:12:44.892Z] ---> 99df63e56190 [2022-10-03T19:12:44.892Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T19:12:44.892Z] ---> Running in a4ed7420e1b1 [2022-10-03T19:12:44.892Z] Successfully built a6f4621788ff [2022-10-03T19:12:44.892Z] Successfully tagged support-scheduler:latest [2022-10-03T19:12:44.892Z]  Building support-scheduler ... done Removing intermediate container 3e166718b8df [2022-10-03T19:12:44.892Z] ---> 904814ab93aa [2022-10-03T19:12:44.892Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:12:45.150Z] Removing intermediate container a4ed7420e1b1 [2022-10-03T19:12:45.150Z] ---> 44a2a1dae3c3 [2022-10-03T19:12:45.150Z] [2022-10-03T19:12:45.150Z] Successfully built 44a2a1dae3c3 [2022-10-03T19:12:45.150Z] Successfully tagged core-metadata:latest [2022-10-03T19:12:45.150Z]  Building core-metadata ... done  ---> 93d629ce071c [2022-10-03T19:12:45.150Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-03T19:12:45.717Z] ---> 59d1cba8f691 [2022-10-03T19:12:45.717Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-03T19:12:45.995Z] ---> 2c6b45a1f878 [2022-10-03T19:12:45.995Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-03T19:12:46.253Z] ---> Running in 1660e3dd26c9 [2022-10-03T19:12:46.253Z] Removing intermediate container 1660e3dd26c9 [2022-10-03T19:12:46.253Z] ---> e76532a705c7 [2022-10-03T19:12:46.253Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:12:46.253Z] ---> Running in cd0992e42fe4 [2022-10-03T19:12:46.253Z] Removing intermediate container cd0992e42fe4 [2022-10-03T19:12:46.253Z] ---> 2ef80d55d77e [2022-10-03T19:12:46.253Z] Step 18/20 : LABEL arch=x86_64 [2022-10-03T19:12:46.524Z] ---> Running in c9ed67b250f4 [2022-10-03T19:12:46.524Z] Removing intermediate container c9ed67b250f4 [2022-10-03T19:12:46.524Z] ---> de0a124a6863 [2022-10-03T19:12:46.524Z] Step 19/20 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:12:46.524Z] ---> Running in fa9c569b4675 [2022-10-03T19:12:46.524Z] Removing intermediate container fa9c569b4675 [2022-10-03T19:12:46.524Z] ---> 39d85fc9514f [2022-10-03T19:12:46.524Z] Step 20/20 : LABEL version=0.0.0 [2022-10-03T19:12:46.785Z] ---> Running in 1f8c73d2a099 [2022-10-03T19:12:47.046Z] Removing intermediate container 1f8c73d2a099 [2022-10-03T19:12:47.046Z] ---> c0af45bbafb4 [2022-10-03T19:12:47.046Z] [2022-10-03T19:12:47.046Z] Successfully built c0af45bbafb4 [2022-10-03T19:12:47.046Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-03T19:12:47.054Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-10-03T19:12:47.081Z] $ docker stop --time=1 c350e35a7f193b9209a98ecc19ba3cce9230993b06b270152448c09eb26f0fd0 [2022-10-03T19:12:48.524Z] $ docker rm -f c350e35a7f193b9209a98ecc19ba3cce9230993b06b270152448c09eb26f0fd0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T19:12:48.987Z] + docker images [2022-10-03T19:12:48.987Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-03T19:12:48.987Z] security-spiffe-token-provider latest c0af45bbafb4 2 seconds ago 29.3MB [2022-10-03T19:12:48.987Z] core-metadata latest 44a2a1dae3c3 4 seconds ago 18.3MB [2022-10-03T19:12:48.987Z] support-scheduler latest a6f4621788ff 4 seconds ago 26.7MB [2022-10-03T19:12:48.987Z] 44659e9e6e1b 11 seconds ago 1.61GB [2022-10-03T19:12:48.987Z] af09fef59513 11 seconds ago 1.63GB [2022-10-03T19:12:48.987Z] 59635171d838 13 seconds ago 1.58GB [2022-10-03T19:12:48.987Z] core-command latest 98510bda65a3 27 seconds ago 17.4MB [2022-10-03T19:12:48.987Z] sys-mgmt-agent latest af7bf3b938b2 28 seconds ago 136MB [2022-10-03T19:12:48.987Z] 6724563c1788 40 seconds ago 1.57GB [2022-10-03T19:12:48.987Z] security-spire-agent latest 97594d720091 47 seconds ago 125MB [2022-10-03T19:12:48.987Z] core-data latest 23889f40ee42 55 seconds ago 21.6MB [2022-10-03T19:12:48.987Z] 25ca1fca0d56 57 seconds ago 1.55GB [2022-10-03T19:12:48.987Z] 1c7b22914b3c About a minute ago 1.45GB [2022-10-03T19:12:48.987Z] e4b23e6c6299 About a minute ago 1.58GB [2022-10-03T19:12:48.987Z] security-proxy-setup latest 197885ac7029 About a minute ago 27.4MB [2022-10-03T19:12:48.987Z] security-bootstrapper latest 078641888a46 About a minute ago 19.9MB [2022-10-03T19:12:48.987Z] security-secretstore-setup latest fddbae8b138f About a minute ago 29.2MB [2022-10-03T19:12:48.987Z] 65d86ffdb788 About a minute ago 1.56GB [2022-10-03T19:12:48.987Z] support-notifications latest ae4b78d0d383 About a minute ago 27.3MB [2022-10-03T19:12:48.987Z] 9682a685cbf7 2 minutes ago 1.57GB [2022-10-03T19:12:48.987Z] 4c0d15954da4 2 minutes ago 1.63GB [2022-10-03T19:12:48.987Z] 640fb76ced45 2 minutes ago 1.56GB [2022-10-03T19:12:48.987Z] security-spire-config latest b9f490dc904b 2 minutes ago 85.8MB [2022-10-03T19:12:48.987Z] security-spire-server latest acd2da5d2c35 2 minutes ago 86.5MB [2022-10-03T19:12:48.987Z] 0352507c637e 2 minutes ago 1.45GB [2022-10-03T19:12:48.987Z] 79d2fcf7a0c7 2 minutes ago 1.45GB [2022-10-03T19:12:48.987Z] ci-base-image-x86_64 latest a6083f8f87d4 5 minutes ago 940MB [2022-10-03T19:12:48.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine cef68f9685f8 3 days ago 677MB [2022-10-03T19:12:48.987Z] alpine 3.15 c4fc93816858 7 weeks ago 5.59MB [2022-10-03T19:12:48.987Z] alpine 3.16 9c6f07244728 7 weeks ago 5.54MB [2022-10-03T19:12:48.987Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 months ago 253MB [2022-10-03T19:12:48.987Z] 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-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-03T19:13:00.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-03T19:13:22.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.261s coverage: 28.7% of statements [2022-10-03T19:13:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-03T19:13:22.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-03T19:13:23.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.509s coverage: 98.5% of statements [2022-10-03T19:13:28.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.622s coverage: 56.1% of statements [2022-10-03T19:13:28.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-03T19:13:28.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-03T19:13:28.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.762s coverage: 54.2% of statements [2022-10-03T19:13:28.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-03T19:13:28.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-03T19:13:55.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.388s coverage: 89.2% of statements [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-03T19:13:55.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.856s coverage: 2.0% of statements [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-03T19:13:55.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-03T19:13:57.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.941s coverage: 95.6% of statements [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-03T19:13:57.678Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.405s coverage: 72.2% of statements [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-03T19:13:57.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.644s coverage: 60.0% of statements [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-03T19:13:57.678Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.007s coverage: 0.9% of statements [2022-10-03T19:13:57.678Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-03T19:13:59.623Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.504s coverage: 58.8% of statements [2022-10-03T19:13:59.624Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.754s coverage: 29.6% of statements [2022-10-03T19:13:59.624Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-03T19:14:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.294s coverage: 47.1% of statements [2022-10-03T19:14:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.489s coverage: 79.5% of statements [2022-10-03T19:14:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.312s coverage: 94.1% of statements [2022-10-03T19:14:06.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.415s coverage: 96.3% of statements [2022-10-03T19:14:08.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.244s coverage: 87.5% of statements [2022-10-03T19:14:15.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.293s coverage: 94.4% of statements [2022-10-03T19:14:15.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.266s coverage: 44.8% of statements [2022-10-03T19:14:27.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.723s coverage: 80.5% of statements [2022-10-03T19:14:27.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.294s coverage: 92.9% of statements [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.126s coverage: 65.1% of statements [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.243s coverage: 86.9% of statements [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.273s coverage: 58.8% of statements [2022-10-03T19:14:32.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.336s coverage: 80.0% of statements [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.241s coverage: 87.2% of statements [2022-10-03T19:14:32.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.272s coverage: 85.4% of statements [2022-10-03T19:14:33.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.983s coverage: 91.2% of statements [2022-10-03T19:14:33.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-03T19:14:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.062s coverage: 64.7% of statements [2022-10-03T19:14:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-03T19:14:41.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-03T19:14:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.270s coverage: 100.0% of statements [2022-10-03T19:14:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.136s coverage: 89.4% of statements [2022-10-03T19:14:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2022-10-03T19:14:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2022-10-03T19:14:41.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements [2022-10-03T19:14:47.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.408s coverage: 65.8% of statements [2022-10-03T19:14:47.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-03T19:14:47.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-03T19:14:47.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-03T19:14:50.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.023s coverage: 41.8% of statements [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-03T19:14:50.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.278s coverage: 89.5% of statements [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-03T19:14:50.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.257s coverage: 84.8% of statements [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-03T19:14:50.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-03T19:14:58.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.405s coverage: 17.7% of statements [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-03T19:14:58.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.801s coverage: 92.3% of statements [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-03T19:14:58.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.284s coverage: 63.2% of statements [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-03T19:14:58.666Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.467s coverage: 97.7% of statements [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-03T19:14:58.666Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.214s coverage: 28.9% of statements [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-03T19:14:58.666Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-03T19:14:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-03T19:14:58.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.217s coverage: 100.0% of statements [2022-10-03T19:14:58.667Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 96.9% of statements [2022-10-03T19:14:59.624Z] 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-03T19:14:59.624Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-03T19:14:59.624Z] GO111MODULE=on go vet ./... [2022-10-03T19:16:51.296Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-03T19:16:51.296Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-03T19:16:51.296Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-03T19:16:51.336Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-03T19:16:51.671Z] + ls -al . [2022-10-03T19:16:51.671Z] total 752 [2022-10-03T19:16:51.671Z] drwxrwxr-x 10 1001 1001 4096 Oct 3 19:10 . [2022-10-03T19:16:51.671Z] drwxr-xr-x 4 root root 4096 Oct 3 19:10 .. [2022-10-03T19:16:51.671Z] drwxrwxr-x 2 1001 1001 4096 Oct 3 19:09 .blubracket [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 16 Oct 3 19:09 .dockerignore [2022-10-03T19:16:51.671Z] drwxrwxr-x 8 1001 1001 4096 Oct 3 19:09 .git [2022-10-03T19:16:51.671Z] drwxrwxr-x 3 1001 1001 4096 Oct 3 19:09 .github [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 1030 Oct 3 19:09 .gitignore [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 42 Oct 3 19:09 .golangci.yml [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 87 Oct 3 19:09 .hadolint.yml [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 166 Oct 3 19:09 .sonarcloud.properties [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 1171 Oct 3 19:09 ADOPTERS.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 10722 Oct 3 19:09 Attribution.txt [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 63209 Oct 3 19:09 CHANGELOG.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 3804 Oct 3 19:09 CONTRIBUTING.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 677 Oct 3 19:09 GOVERNANCE.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 850 Oct 3 19:09 Jenkinsfile [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 10775 Oct 3 19:09 LICENSE [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 13724 Oct 3 19:09 Makefile [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 582 Oct 3 19:09 OWNERS.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 9799 Oct 3 19:09 README.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 6912 Oct 3 19:09 SECURITY.md [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 5 Oct 3 19:06 VERSION [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 4131 Oct 3 19:09 ZMQWindows.md [2022-10-03T19:16:51.671Z] drwxrwxr-x 2 1001 1001 4096 Oct 3 19:09 bin [2022-10-03T19:16:51.671Z] drwxrwxr-x 18 1001 1001 4096 Oct 3 19:09 cmd [2022-10-03T19:16:51.671Z] -rw-r--r-- 1 root root 497979 Oct 3 19:14 coverage.out [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 3458 Oct 3 19:09 go.mod [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 38041 Oct 3 19:09 go.sum [2022-10-03T19:16:51.671Z] drwxrwxr-x 8 1001 1001 4096 Oct 3 19:09 internal [2022-10-03T19:16:51.671Z] drwxrwxr-x 3 1001 1001 4096 Oct 3 19:09 openapi [2022-10-03T19:16:51.671Z] drwxrwxr-x 4 1001 1001 4096 Oct 3 19:09 snap [2022-10-03T19:16:51.671Z] -rw-rw-r-- 1 1001 1001 204 Oct 3 19:09 version.go [Pipeline] sh [2022-10-03T19:16:52.005Z] + '[' -e coverage.out ] [2022-10-03T19:16:52.006Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-03T19:16:52.299Z] Warning: overwriting stash ‘coverage-report’ [2022-10-03T19:16:53.062Z] Stashed 1 file(s) [Pipeline] sh [2022-10-03T19:16:53.427Z] + make build [2022-10-03T19:16:53.701Z] 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-03T19:18:30.474Z] 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-03T19:19:38.318Z] 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-03T19:19:38.318Z] 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-03T19:20:17.178Z] 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-03T19:20:17.178Z] 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-03T19:20:21.427Z] 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-03T19:20:28.070Z] 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-03T19:20:31.411Z] 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-03T19:20:36.747Z] 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-03T19:20:40.083Z] 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-03T19:20:44.337Z] 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-03T19:20:52.541Z] 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-03T19:20:57.900Z] $ docker stop --time=1 aa39042d12dd01570c929b5d9534462a317b294859fb7f882c615e1f8323fb15 [2022-10-03T19:20:59.862Z] $ docker rm -f aa39042d12dd01570c929b5d9534462a317b294859fb7f882c615e1f8323fb15 [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-03T19:21:02.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-03T19:21:02.582Z] [2022-10-03T19:21:02.582Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:21:02.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-03T19:21:03.260Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-03T19:21:03.260Z] 29e5d40040c1: Pulling fs layer [2022-10-03T19:21:03.260Z] 1ce36da41761: Pulling fs layer [2022-10-03T19:21:03.260Z] 25b303627fd3: Pulling fs layer [2022-10-03T19:21:03.531Z] 29e5d40040c1: Verifying Checksum [2022-10-03T19:21:03.531Z] 29e5d40040c1: Download complete [2022-10-03T19:21:03.801Z] 1ce36da41761: Verifying Checksum [2022-10-03T19:21:03.801Z] 1ce36da41761: Download complete [2022-10-03T19:21:04.072Z] 29e5d40040c1: Pull complete [2022-10-03T19:21:05.482Z] 25b303627fd3: Verifying Checksum [2022-10-03T19:21:05.482Z] 25b303627fd3: Download complete [2022-10-03T19:21:05.482Z] 1ce36da41761: Pull complete [2022-10-03T19:21:15.554Z] 25b303627fd3: Pull complete [2022-10-03T19:21:15.554Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-03T19:21:15.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-03T19:21:15.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:21:15.856Z] prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container [2022-10-03T19:21:15.912Z] $ 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-03T19:21:18.050Z] $ docker top f6e0311f8b0c3558dae907751b6b58b35708fed8195b40664a97979aa13c9429 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:21:18.913Z] + grep parallel [2022-10-03T19:21:18.913Z] + docker-compose build --help [2022-10-03T19:21:23.155Z] --parallel Build images in parallel. [Pipeline] } [2022-10-03T19:21:23.187Z] $ docker stop --time=1 f6e0311f8b0c3558dae907751b6b58b35708fed8195b40664a97979aa13c9429 [2022-10-03T19:21:24.793Z] $ docker rm -f f6e0311f8b0c3558dae907751b6b58b35708fed8195b40664a97979aa13c9429 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:21:25.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-03T19:21:25.524Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:21:25.766Z] prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container [2022-10-03T19:21:25.821Z] $ 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-03T19:21:27.009Z] $ docker top 0cef370d976279313583820400d87aebb222797a6eb31b292e87ad51e05865a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:21:27.871Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-03T19:21:32.113Z] Building core-command ... [2022-10-03T19:21:32.113Z] Building core-data ... [2022-10-03T19:21:32.113Z] Building core-metadata ... [2022-10-03T19:21:32.113Z] Building security-bootstrapper ... [2022-10-03T19:21:32.113Z] Building security-proxy-setup ... [2022-10-03T19:21:32.113Z] Building security-secretstore-setup ... [2022-10-03T19:21:32.113Z] Building security-spiffe-token-provider ... [2022-10-03T19:21:32.113Z] Building security-spire-agent ... [2022-10-03T19:21:32.113Z] Building security-spire-config ... [2022-10-03T19:21:32.113Z] Building security-spire-server ... [2022-10-03T19:21:32.113Z] Building support-notifications ... [2022-10-03T19:21:32.113Z] Building support-scheduler ... [2022-10-03T19:21:32.113Z] Building sys-mgmt-agent ... [2022-10-03T19:21:32.113Z] Building security-spire-server [2022-10-03T19:21:32.113Z] Building core-data [2022-10-03T19:21:32.113Z] Building security-bootstrapper [2022-10-03T19:21:32.113Z] Building security-spire-config [2022-10-03T19:21:32.113Z] Building sys-mgmt-agent [2022-10-03T19:22:19.035Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:22:19.035Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:22:19.035Z] ---> 3b8f7b6cc88f [2022-10-03T19:22:19.035Z] Step 3/26 : WORKDIR /edgex-go [2022-10-03T19:22:19.035Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:22:19.035Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:22:19.035Z] ---> 3b8f7b6cc88f [2022-10-03T19:22:19.035Z] Step 3/23 : WORKDIR /edgex-go [2022-10-03T19:22:19.035Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:22:19.035Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:22:19.035Z] ---> 3b8f7b6cc88f [2022-10-03T19:22:19.035Z] Step 3/25 : WORKDIR /edgex-go [2022-10-03T19:22:19.035Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:22:19.035Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:22:19.035Z] ---> 3b8f7b6cc88f [2022-10-03T19:22:19.035Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:22:19.035Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:22:19.035Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:22:19.035Z] ---> 3b8f7b6cc88f [2022-10-03T19:22:19.035Z] Step 3/33 : WORKDIR /edgex-go [2022-10-03T19:22:19.312Z] ---> Running in 8d43f3eb655e [2022-10-03T19:22:19.312Z] ---> Running in e1719fb82c84 [2022-10-03T19:22:19.312Z] ---> Running in 4cae084cb3c5 [2022-10-03T19:22:19.312Z] ---> Running in 01872d649a17 [2022-10-03T19:22:19.312Z] ---> Running in fa11ec1598f8 [2022-10-03T19:22:19.923Z] Removing intermediate container 8d43f3eb655e [2022-10-03T19:22:19.923Z] ---> 746483e7b43d [2022-10-03T19:22:19.923Z] Removing intermediate container 4cae084cb3c5 [2022-10-03T19:22:19.923Z] ---> ad261083255f [2022-10-03T19:22:19.923Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:22:19.923Z] Step 4/24 : WORKDIR /edgex-go [2022-10-03T19:22:19.923Z] Removing intermediate container e1719fb82c84 [2022-10-03T19:22:19.923Z] ---> 5a740f22ad14 [2022-10-03T19:22:19.923Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:22:20.194Z] ---> Running in a2802da5d627 [2022-10-03T19:22:20.194Z] ---> Running in 4b0eadeb45fc [2022-10-03T19:22:20.194Z] ---> Running in b83feecd6adf [2022-10-03T19:22:20.194Z] Removing intermediate container fa11ec1598f8 [2022-10-03T19:22:20.194Z] ---> 75dc7618738a [2022-10-03T19:22:20.194Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:22:20.194Z] Removing intermediate container 01872d649a17 [2022-10-03T19:22:20.194Z] ---> dcfa71a88e41 [2022-10-03T19:22:20.194Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:22:20.459Z] ---> Running in 4abb3e5c106c [2022-10-03T19:22:20.459Z] ---> Running in 72467cdd7af3 [2022-10-03T19:22:21.046Z] Removing intermediate container 4b0eadeb45fc [2022-10-03T19:22:21.046Z] ---> 6683ea8ac457 [2022-10-03T19:22:21.046Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:22:21.046Z] ---> Running in ca1a9f1b8d6a [2022-10-03T19:22:24.403Z] Removing intermediate container b83feecd6adf [2022-10-03T19:22:24.403Z] ---> c6f118ef6fe6 [2022-10-03T19:22:24.403Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-03T19:22:24.403Z] ---> Running in 336411b4d741 [2022-10-03T19:22:24.403Z] Removing intermediate container a2802da5d627 [2022-10-03T19:22:24.403Z] ---> 4e22031ca963 [2022-10-03T19:22:24.403Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-03T19:22:24.403Z] ---> Running in 84a580ee0960 [2022-10-03T19:22:24.673Z] Removing intermediate container 72467cdd7af3 [2022-10-03T19:22:24.673Z] ---> b091af3d392c [2022-10-03T19:22:24.673Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-03T19:22:24.673Z] Removing intermediate container 4abb3e5c106c [2022-10-03T19:22:24.673Z] ---> 69242b99f65f [2022-10-03T19:22:24.673Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-03T19:22:24.956Z] ---> Running in 3ebfe1a1fe37 [2022-10-03T19:22:24.956Z] ---> Running in 914fe7c8789e [2022-10-03T19:22:25.231Z] Removing intermediate container ca1a9f1b8d6a [2022-10-03T19:22:25.231Z] ---> 6dc8dcd3cc94 [2022-10-03T19:22:25.231Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-03T19:22:25.231Z] ---> Running in 69434ca2fa4e [2022-10-03T19:22:26.641Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:26.908Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:27.173Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:27.173Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:27.173Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:27.768Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:27.768Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:28.034Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:28.301Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:28.301Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:22:28.884Z] OK: 221 MiB in 51 packages [2022-10-03T19:22:28.884Z] OK: 221 MiB in 51 packages [2022-10-03T19:22:29.481Z] OK: 221 MiB in 51 packages [2022-10-03T19:22:29.749Z] OK: 221 MiB in 51 packages [2022-10-03T19:22:29.749Z] OK: 221 MiB in 51 packages [2022-10-03T19:22:30.712Z] Removing intermediate container 336411b4d741 [2022-10-03T19:22:30.712Z] ---> c14e1e1045cd [2022-10-03T19:22:30.712Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-03T19:22:30.712Z] Removing intermediate container 84a580ee0960 [2022-10-03T19:22:30.712Z] ---> 753d88c33d0a [2022-10-03T19:22:30.712Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-03T19:22:31.672Z] ---> 4ba6eba1d872 [2022-10-03T19:22:31.672Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:22:31.672Z] Removing intermediate container 69434ca2fa4e [2022-10-03T19:22:31.672Z] ---> dc8a53303c11 [2022-10-03T19:22:31.672Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-03T19:22:31.672Z] Removing intermediate container 3ebfe1a1fe37 [2022-10-03T19:22:31.672Z] ---> Running in 3fab1f9e9353 [2022-10-03T19:22:31.672Z] ---> 4b8d04cb6cfe [2022-10-03T19:22:31.672Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-03T19:22:31.672Z] Removing intermediate container 914fe7c8789e [2022-10-03T19:22:31.672Z] ---> 4f9422348fc3 [2022-10-03T19:22:31.672Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-03T19:22:31.954Z] ---> 5b21f7594af2 [2022-10-03T19:22:31.954Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:22:31.954Z] ---> Running in ec24f195578e [2022-10-03T19:22:33.360Z] ---> c786285601f6 [2022-10-03T19:22:33.360Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:22:33.360Z] ---> dc02a92c1013 [2022-10-03T19:22:33.360Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:22:33.360Z] ---> 037a964e4655 [2022-10-03T19:22:33.360Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:22:33.360Z] ---> Running in 4377596dd420 [2022-10-03T19:22:33.360Z] ---> Running in 3ee8be041772 [2022-10-03T19:22:33.360Z] ---> Running in a71064c19c27 [2022-10-03T19:23:41.201Z] Removing intermediate container 3fab1f9e9353 [2022-10-03T19:23:41.201Z] ---> 336303516c7e [2022-10-03T19:23:41.201Z] Step 8/33 : COPY . . [2022-10-03T19:23:41.201Z] Removing intermediate container 4377596dd420 [2022-10-03T19:23:41.201Z] ---> fdababdc7353 [2022-10-03T19:23:41.201Z] Step 9/24 : COPY . . [2022-10-03T19:23:41.201Z] Removing intermediate container ec24f195578e [2022-10-03T19:23:41.201Z] ---> ccfab5f92a84 [2022-10-03T19:23:41.201Z] Step 8/26 : COPY . . [2022-10-03T19:23:41.201Z] Removing intermediate container a71064c19c27 [2022-10-03T19:23:41.201Z] ---> 06aa5062dc83 [2022-10-03T19:23:41.201Z] Step 8/23 : COPY . . [2022-10-03T19:23:41.201Z] Removing intermediate container 3ee8be041772 [2022-10-03T19:23:41.201Z] ---> 2d7cbecfc6d3 [2022-10-03T19:23:41.201Z] Step 8/25 : COPY . . [2022-10-03T19:23:59.441Z] ---> f6620e73b940 [2022-10-03T19:23:59.441Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-03T19:23:59.441Z] ---> 1afcf4d12c19 [2022-10-03T19:23:59.441Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-03T19:23:59.441Z] ---> Running in f97818a34ace [2022-10-03T19:23:59.441Z] ---> 9cb759cca0a6 [2022-10-03T19:23:59.441Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-03T19:23:59.441Z] ---> c59b9a541045 [2022-10-03T19:23:59.441Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-03T19:23:59.441Z] ---> Running in 3d7f5790affd [2022-10-03T19:23:59.441Z] ---> bdc9848d2642 [2022-10-03T19:23:59.441Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-03T19:23:59.441Z] ---> Running in 4218870e01a5 [2022-10-03T19:23:59.441Z] ---> Running in 01d8ef5b3c35 [2022-10-03T19:23:59.441Z] ---> Running in f1001933774a [2022-10-03T19:23:59.441Z] Removing intermediate container f97818a34ace [2022-10-03T19:23:59.441Z] ---> feb931aa635e [2022-10-03T19:23:59.441Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-03T19:23:59.441Z] Removing intermediate container 3d7f5790affd [2022-10-03T19:23:59.441Z] ---> 9e8e3af80c99 [2022-10-03T19:23:59.441Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-03T19:23:59.441Z] ---> Running in 0f8056e886d4 [2022-10-03T19:23:59.441Z] ---> Running in 5d6923b20c92 [2022-10-03T19:23:59.441Z] Removing intermediate container 5d6923b20c92 [2022-10-03T19:23:59.441Z] ---> 89c0935211d2 [2022-10-03T19:23:59.441Z] 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-03T19:23:59.441Z] Removing intermediate container 0f8056e886d4 [2022-10-03T19:23:59.441Z] ---> 6c0d2e91fb35 [2022-10-03T19:23:59.441Z] 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-03T19:23:59.441Z] ---> Running in 94874bc5f9dc [2022-10-03T19:23:59.441Z] ---> Running in 4bb329d4662a [2022-10-03T19:23:59.441Z] 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-03T19:23:59.441Z] 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-03T19:23:59.441Z] 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-03T19:24:02.774Z] Removing intermediate container 94874bc5f9dc [2022-10-03T19:24:02.774Z] ---> 4ead1a1fbcd5 [2022-10-03T19:24:02.774Z] Step 12/26 : WORKDIR /edgex-go [2022-10-03T19:24:02.774Z] ---> Running in f7a228490549 [2022-10-03T19:24:02.774Z] Removing intermediate container 4bb329d4662a [2022-10-03T19:24:02.774Z] ---> c616cc41c75a [2022-10-03T19:24:02.774Z] Step 12/25 : WORKDIR /edgex-go [2022-10-03T19:24:03.042Z] ---> Running in 752d8965d75d [2022-10-03T19:24:03.042Z] Removing intermediate container f7a228490549 [2022-10-03T19:24:03.042Z] ---> c938d19c8fc0 [2022-10-03T19:24:03.042Z] [2022-10-03T19:24:03.042Z] Step 13/26 : FROM alpine:3.15 [2022-10-03T19:24:03.308Z] 3.15: Pulling from library/alpine [2022-10-03T19:24:03.575Z] Removing intermediate container 752d8965d75d [2022-10-03T19:24:03.575Z] ---> d69e3485dd5b [2022-10-03T19:24:03.575Z] [2022-10-03T19:24:03.575Z] Step 13/25 : FROM alpine:3.15 [2022-10-03T19:24:03.840Z] 3.15: Pulling from library/alpine [2022-10-03T19:24:04.808Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-03T19:24:04.808Z] Status: Downloaded newer image for alpine:3.15 [2022-10-03T19:24:04.808Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-03T19:24:04.808Z] Status: Image is up to date for alpine:3.15 [2022-10-03T19:24:04.808Z] ---> 02e0d6fdf486 [2022-10-03T19:24:04.808Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:24:04.808Z] ---> 02e0d6fdf486 [2022-10-03T19:24:04.808Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:24:05.074Z] ---> Running in 3fe9f91ca7fc [2022-10-03T19:24:05.074Z] ---> Running in d3e6936e0101 [2022-10-03T19:24:05.656Z] Removing intermediate container 3fe9f91ca7fc [2022-10-03T19:24:05.656Z] ---> c0831a1db000 [2022-10-03T19:24:05.656Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:24:05.921Z] ---> Running in 7048b545c13f [2022-10-03T19:24:05.921Z] Removing intermediate container d3e6936e0101 [2022-10-03T19:24:05.921Z] ---> 3d7c0df73801 [2022-10-03T19:24:05.921Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:24:06.189Z] ---> Running in c51748c2cd9f [2022-10-03T19:24:10.456Z] Removing intermediate container c51748c2cd9f [2022-10-03T19:24:10.456Z] ---> b4153bd24f70 [2022-10-03T19:24:10.456Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-03T19:24:10.456Z] ---> Running in 956f6dda925e [2022-10-03T19:24:10.456Z] Removing intermediate container 7048b545c13f [2022-10-03T19:24:10.456Z] ---> 785d939af41e [2022-10-03T19:24:10.456Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-03T19:24:10.456Z] ---> Running in 0c0f988ca3ca [2022-10-03T19:24:12.401Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:12.401Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:13.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:13.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:14.770Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:24:14.770Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:24:14.770Z] OK: 15734 distinct packages available [2022-10-03T19:24:14.770Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:24:14.770Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:24:14.770Z] OK: 15734 distinct packages available [2022-10-03T19:24:15.036Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:15.036Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:15.989Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:15.989Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:24:16.940Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-03T19:24:16.940Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-03T19:24:17.207Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:24:17.207Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:24:17.207Z] (3/5) Installing libucontext (1.1-r0) [2022-10-03T19:24:17.207Z] (3/4) Installing libucontext (1.1-r0) [2022-10-03T19:24:17.474Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-03T19:24:17.474Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-03T19:24:17.474Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:24:17.474Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-03T19:24:17.474Z] OK: 6 MiB in 18 packages [2022-10-03T19:24:17.741Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:24:17.741Z] OK: 6 MiB in 19 packages [2022-10-03T19:24:19.677Z] Removing intermediate container 956f6dda925e [2022-10-03T19:24:19.677Z] ---> 7d2565de2f07 [2022-10-03T19:24:19.677Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-03T19:24:19.677Z] Removing intermediate container 0c0f988ca3ca [2022-10-03T19:24:19.677Z] ---> e3f28df12d97 [2022-10-03T19:24:19.677Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-03T19:24:27.864Z] ---> e4e1c616ac23 [2022-10-03T19:24:27.864Z] ---> 4b6780fe8db9 [2022-10-03T19:24:27.864Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-03T19:24:27.864Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-03T19:24:28.825Z] ---> 5a5f49847bb8 [2022-10-03T19:24:28.825Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-03T19:24:29.091Z] ---> aa32ff266661 [2022-10-03T19:24:29.091Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-03T19:24:29.091Z] ---> Running in 1e76d6979b44 [2022-10-03T19:24:29.689Z] Removing intermediate container 1e76d6979b44 [2022-10-03T19:24:29.689Z] ---> f2abe2d1ce8f [2022-10-03T19:24:29.689Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-03T19:24:29.955Z] ---> ef55df31f119 [2022-10-03T19:24:29.955Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-03T19:24:30.913Z] ---> b1ccdbf8cc01 [2022-10-03T19:24:30.913Z] Step 21/26 : WORKDIR / [2022-10-03T19:24:30.913Z] ---> Running in 0a20d437c92a [2022-10-03T19:24:31.182Z] ---> d950f4c7836b [2022-10-03T19:24:31.182Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-03T19:24:31.447Z] ---> Running in ae04a07383bb [2022-10-03T19:24:31.713Z] Removing intermediate container 0a20d437c92a [2022-10-03T19:24:31.713Z] ---> ea94d50b461f [2022-10-03T19:24:31.713Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-03T19:24:31.713Z] ---> Running in 908bd30f45ca [2022-10-03T19:24:32.304Z] Removing intermediate container ae04a07383bb [2022-10-03T19:24:32.304Z] ---> 45d0587cb88f [2022-10-03T19:24:32.304Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-03T19:24:32.304Z] ---> Running in 172ecd642279 [2022-10-03T19:24:32.304Z] Removing intermediate container 908bd30f45ca [2022-10-03T19:24:32.304Z] ---> 28fe047ddf2f [2022-10-03T19:24:32.304Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-03T19:24:32.569Z] ---> Running in 6eaaa5e7572c [2022-10-03T19:24:33.154Z] Removing intermediate container 172ecd642279 [2022-10-03T19:24:33.154Z] ---> e4c3a6982f04 [2022-10-03T19:24:33.154Z] Step 23/25 : LABEL arch=arm64 [2022-10-03T19:24:33.154Z] ---> Running in 093d247b9f34 [2022-10-03T19:24:33.154Z] Removing intermediate container 6eaaa5e7572c [2022-10-03T19:24:33.154Z] ---> 3c9122f3cbb1 [2022-10-03T19:24:33.154Z] Step 24/26 : LABEL arch=arm64 [2022-10-03T19:24:33.423Z] ---> Running in 61b9057b4ff2 [2022-10-03T19:24:33.690Z] Removing intermediate container 093d247b9f34 [2022-10-03T19:24:33.690Z] ---> 393d233a581d [2022-10-03T19:24:33.690Z] Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:24:33.969Z] ---> Running in 97c5d7454f59 [2022-10-03T19:24:33.969Z] Removing intermediate container 61b9057b4ff2 [2022-10-03T19:24:33.969Z] ---> ed2f6cdc9d91 [2022-10-03T19:24:33.969Z] Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:24:34.240Z] ---> Running in 554d28cd9610 [2022-10-03T19:24:34.506Z] Removing intermediate container 97c5d7454f59 [2022-10-03T19:24:34.506Z] ---> 4b418df176e7 [2022-10-03T19:24:34.506Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T19:24:34.776Z] ---> Running in a8c33d2dcef8 [2022-10-03T19:24:34.776Z] Removing intermediate container 554d28cd9610 [2022-10-03T19:24:34.776Z] ---> b41380275166 [2022-10-03T19:24:34.776Z] Step 26/26 : LABEL version=0.0.0 [2022-10-03T19:24:35.059Z] ---> Running in 01a1af5405c7 [2022-10-03T19:24:35.326Z] Removing intermediate container a8c33d2dcef8 [2022-10-03T19:24:35.326Z] ---> 7ae5fa95980d [2022-10-03T19:24:35.326Z] [2022-10-03T19:24:35.591Z] Removing intermediate container 01a1af5405c7 [2022-10-03T19:24:35.591Z] ---> 2dace4b2cdfb [2022-10-03T19:24:35.591Z] [2022-10-03T19:24:35.860Z] Successfully built 7ae5fa95980d [2022-10-03T19:24:35.860Z] Successfully tagged security-spire-server-arm64:latest [2022-10-03T19:24:35.860Z] Building security-spire-agent [2022-10-03T19:24:35.861Z]  Building security-spire-server ... done Successfully built 2dace4b2cdfb [2022-10-03T19:24:35.861Z] Successfully tagged security-spire-config-arm64:latest [2022-10-03T19:24:35.861Z] Building core-metadata [2022-10-03T19:25:02.516Z]  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:25:02.516Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:25:02.516Z] ---> 3b8f7b6cc88f [2022-10-03T19:25:02.516Z] Step 3/26 : WORKDIR /edgex-go [2022-10-03T19:25:02.516Z] ---> Using cache [2022-10-03T19:25:02.516Z] ---> dcfa71a88e41 [2022-10-03T19:25:02.516Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:25:02.516Z] ---> Using cache [2022-10-03T19:25:02.516Z] ---> b091af3d392c [2022-10-03T19:25:02.516Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-03T19:25:02.516Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:25:02.516Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:25:02.516Z] ---> 3b8f7b6cc88f [2022-10-03T19:25:02.516Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:25:02.516Z] ---> Using cache [2022-10-03T19:25:02.516Z] ---> 746483e7b43d [2022-10-03T19:25:02.516Z] Step 4/25 : WORKDIR /edgex-go [2022-10-03T19:25:02.516Z] ---> Using cache [2022-10-03T19:25:02.516Z] ---> 6683ea8ac457 [2022-10-03T19:25:02.516Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:25:02.516Z] ---> Using cache [2022-10-03T19:25:02.516Z] ---> 6dc8dcd3cc94 [2022-10-03T19:25:02.516Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-03T19:25:02.516Z] ---> Running in cb56bc5dfbf9 [2022-10-03T19:25:02.516Z] ---> Running in cadeab0beb2a [2022-10-03T19:25:03.099Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:25:03.365Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:25:03.948Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:25:04.215Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:25:05.623Z] OK: 221 MiB in 51 packages [2022-10-03T19:25:05.891Z] OK: 221 MiB in 51 packages [2022-10-03T19:25:07.302Z] Removing intermediate container cadeab0beb2a [2022-10-03T19:25:07.302Z] ---> 38000394e64a [2022-10-03T19:25:07.302Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-03T19:25:07.573Z] Removing intermediate container cb56bc5dfbf9 [2022-10-03T19:25:07.573Z] ---> dcafe3fd1a63 [2022-10-03T19:25:07.573Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-03T19:25:08.528Z] ---> 3a695a161c28 [2022-10-03T19:25:08.528Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:25:08.528Z] ---> Running in 84664d20e4aa [2022-10-03T19:25:08.793Z] ---> 5bb8adcf41ab [2022-10-03T19:25:08.793Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:25:09.058Z] ---> Running in becbaabcd757 [2022-10-03T19:26:30.653Z] Removing intermediate container 84664d20e4aa [2022-10-03T19:26:30.653Z] ---> 785cabe2f97c [2022-10-03T19:26:30.653Z] Step 8/26 : COPY . . [2022-10-03T19:26:30.653Z] Removing intermediate container becbaabcd757 [2022-10-03T19:26:30.653Z] ---> ff4a390d93a2 [2022-10-03T19:26:30.653Z] Step 9/25 : COPY . . [2022-10-03T19:26:37.281Z] ---> ec80ece88302 [2022-10-03T19:26:37.281Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-03T19:26:37.281Z] ---> Running in 57782e739dd8 [2022-10-03T19:26:37.281Z] ---> c09f5fe6baca [2022-10-03T19:26:37.281Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-03T19:26:37.281Z] ---> Running in 79b3efa860f6 [2022-10-03T19:26:37.281Z] Removing intermediate container 57782e739dd8 [2022-10-03T19:26:37.281Z] ---> b07d950e089d [2022-10-03T19:26:37.547Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-03T19:26:37.547Z] ---> Running in ce0eb2f7002d [2022-10-03T19:26:38.128Z] Removing intermediate container ce0eb2f7002d [2022-10-03T19:26:38.128Z] ---> 17ab4f0cd781 [2022-10-03T19:26:38.128Z] 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-03T19:26:38.394Z] ---> Running in a16a837f1252 [2022-10-03T19:26:38.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-03T19:26:41.236Z] Removing intermediate container a16a837f1252 [2022-10-03T19:26:41.236Z] ---> a74a62679ba8 [2022-10-03T19:26:41.236Z] Step 12/26 : WORKDIR /edgex-go [2022-10-03T19:26:41.500Z] ---> Running in 1ca5196b55a6 [2022-10-03T19:26:42.079Z] Removing intermediate container 1ca5196b55a6 [2022-10-03T19:26:42.079Z] ---> 53abc7689311 [2022-10-03T19:26:42.079Z] [2022-10-03T19:26:42.079Z] Step 13/26 : FROM alpine:3.15 [2022-10-03T19:26:42.079Z] ---> 02e0d6fdf486 [2022-10-03T19:26:42.079Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:26:42.079Z] ---> Using cache [2022-10-03T19:26:42.079Z] ---> 3d7c0df73801 [2022-10-03T19:26:42.079Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:26:42.079Z] ---> Using cache [2022-10-03T19:26:42.079Z] ---> b4153bd24f70 [2022-10-03T19:26:42.079Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-03T19:26:42.079Z] ---> Running in a68dcc059103 [2022-10-03T19:26:44.009Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:26:44.977Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:26:46.382Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:26:46.382Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:26:46.382Z] OK: 15734 distinct packages available [2022-10-03T19:26:46.382Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:26:47.338Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:26:48.737Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-03T19:26:48.737Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:26:48.737Z] (3/5) Installing libucontext (1.1-r0) [2022-10-03T19:26:49.001Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-03T19:26:49.001Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-03T19:26:49.267Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:26:49.267Z] OK: 6 MiB in 19 packages [2022-10-03T19:26:51.201Z] Removing intermediate container a68dcc059103 [2022-10-03T19:26:51.201Z] ---> c7ed8d9fd7a6 [2022-10-03T19:26:51.201Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-03T19:26:54.532Z] ---> e183f4c356ca [2022-10-03T19:26:54.532Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-03T19:26:59.862Z] ---> 0f870fd0ad2e [2022-10-03T19:26:59.862Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-03T19:27:00.444Z] ---> 44e91117e6be [2022-10-03T19:27:00.444Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-03T19:27:01.396Z] ---> b921ff906173 [2022-10-03T19:27:01.396Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-03T19:27:02.356Z] ---> 64076f2441f1 [2022-10-03T19:27:02.356Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-03T19:27:02.356Z] ---> Running in c6c7b7ac2c38 [2022-10-03T19:27:02.623Z] Removing intermediate container c6c7b7ac2c38 [2022-10-03T19:27:02.623Z] ---> a7658b716c52 [2022-10-03T19:27:02.623Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-03T19:27:02.891Z] ---> Running in 0cf3ea922506 [2022-10-03T19:27:03.159Z] Removing intermediate container 0cf3ea922506 [2022-10-03T19:27:03.159Z] ---> 323194b3fa2b [2022-10-03T19:27:03.159Z] Step 24/26 : LABEL arch=arm64 [2022-10-03T19:27:03.159Z] ---> Running in f1abb8654b02 [2022-10-03T19:27:03.742Z] Removing intermediate container f1abb8654b02 [2022-10-03T19:27:03.742Z] ---> 40d0c3dbee7c [2022-10-03T19:27:03.743Z] Step 25/26 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:27:03.743Z] ---> Running in 43b9f6d46200 [2022-10-03T19:27:04.010Z] Removing intermediate container 43b9f6d46200 [2022-10-03T19:27:04.010Z] ---> 99c2f3bc2e83 [2022-10-03T19:27:04.010Z] Step 26/26 : LABEL version=0.0.0 [2022-10-03T19:27:04.275Z] ---> Running in 9f17e5e1b499 [2022-10-03T19:27:04.544Z] Removing intermediate container 9f17e5e1b499 [2022-10-03T19:27:04.544Z] ---> f338ea18bfc3 [2022-10-03T19:27:04.544Z] [2022-10-03T19:27:04.823Z] Successfully built f338ea18bfc3 [2022-10-03T19:27:04.823Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-03T19:27:04.823Z] Building security-spiffe-token-provider [2022-10-03T19:27:23.017Z]  Building security-spire-agent ... done Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:27:23.017Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:27:23.017Z] ---> 3b8f7b6cc88f [2022-10-03T19:27:23.017Z] Step 3/20 : WORKDIR /edgex-go [2022-10-03T19:27:23.017Z] ---> Using cache [2022-10-03T19:27:23.017Z] ---> dcfa71a88e41 [2022-10-03T19:27:23.017Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-03T19:27:23.017Z] ---> Running in fe51ecff1fff [2022-10-03T19:27:24.519Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:27:24.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:27:25.798Z] v3.16.2-221-ge7097e0782 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-03T19:27:25.798Z] v3.16.2-229-g1f881aca9b [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-03T19:27:25.798Z] OK: 16896 distinct packages available [2022-10-03T19:27:26.398Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:27:26.682Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:27:28.110Z] OK: 221 MiB in 51 packages [2022-10-03T19:27:29.509Z] Removing intermediate container fe51ecff1fff [2022-10-03T19:27:29.510Z] ---> 82fd15df3950 [2022-10-03T19:27:29.510Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-03T19:27:30.464Z] ---> bd7a7a4d1ad5 [2022-10-03T19:27:30.464Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:27:30.464Z] ---> Running in 616a183c9c3d [2022-10-03T19:28:26.825Z] Removing intermediate container 616a183c9c3d [2022-10-03T19:28:26.825Z] ---> 6ccf94cede8b [2022-10-03T19:28:26.825Z] Step 7/20 : COPY . . [2022-10-03T19:28:36.888Z] ---> 4ff8a13d1c43 [2022-10-03T19:28:36.888Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-03T19:28:36.888Z] ---> Running in ec8a32de367e [2022-10-03T19:28:37.467Z] 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-03T19:29:16.304Z] Removing intermediate container f1001933774a [2022-10-03T19:29:16.304Z] ---> dc818c05b791 [2022-10-03T19:29:16.304Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-03T19:29:16.304Z] ---> Running in 7137d51771f6 [2022-10-03T19:29:16.304Z] 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-03T19:29:21.633Z] Removing intermediate container 7137d51771f6 [2022-10-03T19:29:21.633Z] ---> 0ed941b90d4d [2022-10-03T19:29:21.633Z] [2022-10-03T19:29:21.633Z] Step 11/23 : FROM alpine:3.16 [2022-10-03T19:29:21.899Z] 3.16: Pulling from library/alpine [2022-10-03T19:29:23.302Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-03T19:29:23.302Z] Status: Downloaded newer image for alpine:3.16 [2022-10-03T19:29:23.302Z] ---> a6215f271958 [2022-10-03T19:29:23.302Z] 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-03T19:29:23.302Z] ---> Running in 2e5a093bab16 [2022-10-03T19:29:23.568Z] Removing intermediate container 2e5a093bab16 [2022-10-03T19:29:23.568Z] ---> 225d2878a8e5 [2022-10-03T19:29:23.568Z] 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-03T19:29:23.835Z] ---> Running in a0a4f919345e [2022-10-03T19:29:25.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:29:25.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:29:26.780Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-03T19:29:26.780Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-03T19:29:27.047Z] (3/33) Installing readline (8.1.2-r0) [2022-10-03T19:29:27.047Z] (4/33) Installing bash (5.1.16-r2) [2022-10-03T19:29:27.047Z] Executing bash-5.1.16-r2.post-install [2022-10-03T19:29:27.047Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-03T19:29:27.047Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-03T19:29:27.312Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-03T19:29:27.312Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-03T19:29:27.312Z] (9/33) Installing curl (7.83.1-r3) [2022-10-03T19:29:27.312Z] (10/33) Installing docker-cli (20.10.18-r0) [2022-10-03T19:29:28.268Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-03T19:29:28.268Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-03T19:29:28.268Z] (13/33) Installing expat (2.4.9-r0) [2022-10-03T19:29:28.268Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-03T19:29:28.268Z] (15/33) Installing gdbm (1.23-r0) [2022-10-03T19:29:28.268Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-03T19:29:28.268Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-03T19:29:28.268Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-03T19:29:28.268Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-03T19:29:28.532Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-03T19:29:28.532Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-03T19:29:31.098Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-03T19:29:31.098Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-03T19:29:31.098Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-03T19:29:31.098Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-03T19:29:31.363Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-03T19:29:31.363Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-03T19:29:31.363Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-03T19:29:31.363Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-03T19:29:31.363Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-03T19:29:31.363Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-03T19:29:31.363Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-03T19:29:31.628Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-03T19:29:33.031Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:29:33.031Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:29:33.612Z] OK: 120 MiB in 47 packages [2022-10-03T19:29:38.960Z] Removing intermediate container 4218870e01a5 [2022-10-03T19:29:38.960Z] ---> cac1372be95b [2022-10-03T19:29:38.960Z] [2022-10-03T19:29:38.960Z] Step 10/33 : FROM alpine:3.16 [2022-10-03T19:29:38.960Z] ---> a6215f271958 [2022-10-03T19:29:38.960Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:29:38.960Z] ---> Running in 21001871403a [2022-10-03T19:29:38.960Z] Removing intermediate container 21001871403a [2022-10-03T19:29:38.960Z] ---> 93b3119524a7 [2022-10-03T19:29:38.960Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-03T19:29:38.960Z] ---> Running in c4d6e476e231 [2022-10-03T19:29:40.904Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:29:41.485Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:29:42.891Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-03T19:29:42.891Z] (2/2) Installing su-exec (0.2-r1) [2022-10-03T19:29:42.891Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:29:42.891Z] OK: 5 MiB in 16 packages [2022-10-03T19:29:44.315Z] Removing intermediate container c4d6e476e231 [2022-10-03T19:29:44.315Z] ---> 87981691f9a2 [2022-10-03T19:29:44.315Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-03T19:29:44.583Z] ---> Running in a2ce2d4db7c8 [2022-10-03T19:29:45.163Z] Removing intermediate container a2ce2d4db7c8 [2022-10-03T19:29:45.163Z] ---> d884f6c67e20 [2022-10-03T19:29:45.163Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-03T19:29:45.163Z] ---> Running in e0ecf47addf0 [2022-10-03T19:29:45.746Z] Removing intermediate container e0ecf47addf0 [2022-10-03T19:29:45.746Z] ---> 7a9c1d200cc8 [2022-10-03T19:29:45.746Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-03T19:29:45.746Z] ---> Running in dc163fa25be7 [2022-10-03T19:29:46.336Z] Removing intermediate container dc163fa25be7 [2022-10-03T19:29:46.336Z] ---> 26eb4e7d8279 [2022-10-03T19:29:46.336Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-03T19:29:46.336Z] ---> Running in f49f903cff68 [2022-10-03T19:29:46.921Z] Removing intermediate container f49f903cff68 [2022-10-03T19:29:46.921Z] ---> 461741ff71dd [2022-10-03T19:29:46.921Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-03T19:29:46.921Z] ---> Running in 7770bc23c8e8 [2022-10-03T19:29:50.261Z] Removing intermediate container 7770bc23c8e8 [2022-10-03T19:29:50.261Z] ---> 9149ce24d9c7 [2022-10-03T19:29:50.261Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-03T19:29:50.261Z] ---> Running in 7a5b14c8d49c [2022-10-03T19:29:50.528Z] Collecting docker-compose==1.23.2 [2022-10-03T19:29:50.528Z] Removing intermediate container 7a5b14c8d49c [2022-10-03T19:29:50.528Z] ---> afedcc220478 [2022-10-03T19:29:50.528Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-03T19:29:50.795Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-03T19:29:50.795Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 9.7 MB/s eta 0:00:00 [2022-10-03T19:29:51.061Z] 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-03T19:29:51.326Z] Collecting cached-property<2,>=1.2.0 [2022-10-03T19:29:51.326Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-03T19:29:51.593Z] ---> a87cc9e2c743 [2022-10-03T19:29:51.593Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-03T19:29:51.593Z] ---> Running in b8f5c6148db2 [2022-10-03T19:29:51.860Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-03T19:29:51.860Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-03T19:29:51.860Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 7.4 MB/s eta 0:00:00 [2022-10-03T19:29:52.126Z] Collecting docopt<0.7,>=0.6.1 [2022-10-03T19:29:52.126Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-03T19:29:52.400Z] Preparing metadata (setup.py): started [2022-10-03T19:29:54.969Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:29:55.234Z] Collecting texttable<0.10,>=0.9.0 [2022-10-03T19:29:55.234Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-03T19:29:55.234Z] Preparing metadata (setup.py): started [2022-10-03T19:29:55.500Z] Removing intermediate container b8f5c6148db2 [2022-10-03T19:29:55.500Z] ---> 4dec2f19300e [2022-10-03T19:29:55.500Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:29:56.456Z] ---> d8fc6e80a251 [2022-10-03T19:29:56.456Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-03T19:29:57.415Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:29:58.017Z] ---> b7a605b5ad45 [2022-10-03T19:29:58.017Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-03T19:29:58.976Z] ---> 6fa7e6662254 [2022-10-03T19:29:58.976Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-03T19:29:58.976Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-03T19:29:58.976Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-03T19:29:58.976Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 16.6 MB/s eta 0:00:00 [2022-10-03T19:29:59.561Z] Collecting jsonschema<3,>=2.5.1 [2022-10-03T19:29:59.561Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-03T19:29:59.829Z] ---> c1afe5d73084 [2022-10-03T19:29:59.829Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-03T19:30:00.410Z] Collecting docker<4.0,>=3.6.0 [2022-10-03T19:30:00.410Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-03T19:30:00.410Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 17.0 MB/s eta 0:00:00 [2022-10-03T19:30:00.676Z] ---> 23bc91c08817 [2022-10-03T19:30:00.676Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-03T19:30:01.259Z] Collecting PyYAML<4,>=3.10 [2022-10-03T19:30:01.259Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-03T19:30:01.259Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 16.3 MB/s eta 0:00:00 [2022-10-03T19:30:01.525Z] ---> bd53b5b7b1ca [2022-10-03T19:30:01.525Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-03T19:30:02.940Z] ---> 1734f9400cc6 [2022-10-03T19:30:02.940Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-03T19:30:02.940Z] ---> Running in db1a48b30b4d [2022-10-03T19:30:03.205Z] Preparing metadata (setup.py): started [2022-10-03T19:30:05.786Z] Removing intermediate container db1a48b30b4d [2022-10-03T19:30:05.786Z] ---> ffeef6d64491 [2022-10-03T19:30:05.786Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-03T19:30:05.786Z] ---> Running in 3f851ea3cfad [2022-10-03T19:30:06.057Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:30:06.335Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-03T19:30:06.335Z] Removing intermediate container 3f851ea3cfad [2022-10-03T19:30:06.335Z] ---> 6e45ae62c5ca [2022-10-03T19:30:06.335Z] Step 30/33 : CMD ["gate"] [2022-10-03T19:30:06.335Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-03T19:30:06.601Z] ---> Running in 18006eebf497 [2022-10-03T19:30:06.601Z] Preparing metadata (setup.py): started [2022-10-03T19:30:07.180Z] Removing intermediate container 18006eebf497 [2022-10-03T19:30:07.180Z] ---> 91273df30e83 [2022-10-03T19:30:07.180Z] Step 31/33 : LABEL arch=arm64 [2022-10-03T19:30:07.180Z] ---> Running in 149acaffcb13 [2022-10-03T19:30:07.445Z] Removing intermediate container 149acaffcb13 [2022-10-03T19:30:07.445Z] ---> fb2969f596d5 [2022-10-03T19:30:07.445Z] Step 32/33 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:30:07.712Z] ---> Running in ffa98e876249 [2022-10-03T19:30:07.977Z] Removing intermediate container ffa98e876249 [2022-10-03T19:30:07.977Z] ---> 41c9d7d0a2c8 [2022-10-03T19:30:07.977Z] Step 33/33 : LABEL version=0.0.0 [2022-10-03T19:30:08.242Z] ---> Running in 4935827f2f78 [2022-10-03T19:30:08.509Z] Removing intermediate container 4935827f2f78 [2022-10-03T19:30:08.509Z] ---> 5e52d62d4435 [2022-10-03T19:30:08.509Z] [2022-10-03T19:30:08.775Z] Successfully built 5e52d62d4435 [2022-10-03T19:30:08.775Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-03T19:30:08.775Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-10-03T19:30:09.041Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-03T19:30:09.306Z] Collecting docker-pycreds>=0.4.0 [2022-10-03T19:30:09.306Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-03T19:30:10.708Z] Collecting certifi>=2017.4.17 [2022-10-03T19:30:10.708Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-03T19:30:10.708Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 12.6 MB/s eta 0:00:00 [2022-10-03T19:30:11.661Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-03T19:30:11.661Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-03T19:30:11.661Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.6 MB/s eta 0:00:00 [2022-10-03T19:30:11.661Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-03T19:30:11.661Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-03T19:30:11.927Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.0 MB/s eta 0:00:00 [2022-10-03T19:30:11.927Z] Collecting idna<2.8,>=2.5 [2022-10-03T19:30:11.927Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-03T19:30:12.194Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 18.1 MB/s eta 0:00:00 [2022-10-03T19:30:12.462Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-03T19:30:12.462Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-03T19:30:12.462Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-03T19:30:12.462Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-03T19:30:13.862Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-03T19:30:13.862Z] Running setup.py install for texttable: started [2022-10-03T19:30:16.430Z] Running setup.py install for texttable: finished with status 'done' [2022-10-03T19:30:16.430Z] Running setup.py install for PyYAML: started [2022-10-03T19:30:19.752Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-03T19:30:21.154Z] Running setup.py install for docopt: started [2022-10-03T19:30:25.393Z] Running setup.py install for docopt: finished with status 'done' [2022-10-03T19:30:26.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:30:26.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:30:26.795Z] ---> 3b8f7b6cc88f [2022-10-03T19:30:26.795Z] Step 3/22 : WORKDIR /edgex-go [2022-10-03T19:30:26.795Z] ---> Using cache [2022-10-03T19:30:26.795Z] ---> dcfa71a88e41 [2022-10-03T19:30:26.795Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:30:26.795Z] ---> Using cache [2022-10-03T19:30:26.795Z] ---> b091af3d392c [2022-10-03T19:30:26.795Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-03T19:30:27.061Z] ---> Running in 2c26dd8a5b45 [2022-10-03T19:30:28.997Z] Running setup.py install for dockerpty: started [2022-10-03T19:30:28.997Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:30:29.949Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:30:31.350Z] OK: 221 MiB in 51 packages [2022-10-03T19:30:31.350Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-03T19:30:32.749Z] Removing intermediate container 2c26dd8a5b45 [2022-10-03T19:30:32.749Z] ---> 6237c76e6382 [2022-10-03T19:30:32.749Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-03T19:30:33.702Z] ---> d8793b09071e [2022-10-03T19:30:33.702Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:30:33.702Z] ---> Running in 13460b35fd82 [2022-10-03T19:30:35.638Z] 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-03T19:30:35.638Z] 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-03T19:30:53.811Z] Removing intermediate container a0a4f919345e [2022-10-03T19:30:53.811Z] ---> 53f1e929d4c2 [2022-10-03T19:30:53.811Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-03T19:30:53.811Z] ---> Running in 8e986d05cedb [2022-10-03T19:30:53.811Z] Removing intermediate container 8e986d05cedb [2022-10-03T19:30:53.811Z] ---> 9ba906cc9f73 [2022-10-03T19:30:53.811Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-03T19:30:53.811Z] ---> Running in d092839e38bd [2022-10-03T19:30:53.811Z] Removing intermediate container d092839e38bd [2022-10-03T19:30:53.811Z] ---> 21c8fe628225 [2022-10-03T19:30:53.811Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-03T19:30:54.077Z] ---> fb3bedb5ff9b [2022-10-03T19:30:54.077Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-03T19:30:55.034Z] ---> 6467ca7c4593 [2022-10-03T19:30:55.034Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-03T19:30:55.992Z] ---> f65947f2b093 [2022-10-03T19:30:55.992Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-03T19:30:56.258Z] ---> Running in 9f99d17bf040 [2022-10-03T19:30:56.839Z] Removing intermediate container 9f99d17bf040 [2022-10-03T19:30:56.839Z] ---> 207a14a34840 [2022-10-03T19:30:56.839Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:30:56.839Z] ---> Running in 0a2ad2e484eb [2022-10-03T19:30:57.419Z] Removing intermediate container 0a2ad2e484eb [2022-10-03T19:30:57.419Z] ---> 3a1e5590993b [2022-10-03T19:30:57.419Z] Step 21/23 : LABEL arch=arm64 [2022-10-03T19:30:57.685Z] ---> Running in 6e43ad72a0ce [2022-10-03T19:30:57.968Z] Removing intermediate container 6e43ad72a0ce [2022-10-03T19:30:57.968Z] ---> fed371f6c91e [2022-10-03T19:30:57.968Z] Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:30:58.234Z] ---> Running in c3db5255214a [2022-10-03T19:30:58.831Z] Removing intermediate container c3db5255214a [2022-10-03T19:30:58.831Z] ---> 8f8f818856c8 [2022-10-03T19:30:58.831Z] Step 23/23 : LABEL version=0.0.0 [2022-10-03T19:30:59.097Z] ---> Running in e865104309fe [2022-10-03T19:30:59.826Z] Removing intermediate container e865104309fe [2022-10-03T19:30:59.826Z] ---> c9445d4a412c [2022-10-03T19:30:59.826Z] [2022-10-03T19:31:00.433Z] Successfully built c9445d4a412c [2022-10-03T19:31:00.433Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-03T19:31:00.433Z] Building support-scheduler [2022-10-03T19:31:08.756Z]  Building sys-mgmt-agent ... done Removing intermediate container 01d8ef5b3c35 [2022-10-03T19:31:08.756Z] ---> 1251edb723ac [2022-10-03T19:31:08.756Z] [2022-10-03T19:31:08.756Z] Step 11/24 : FROM alpine:3.16 [2022-10-03T19:31:08.756Z] ---> a6215f271958 [2022-10-03T19:31:08.756Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-03T19:31:08.756Z] ---> Running in e647506a5539 [2022-10-03T19:31:09.336Z] Removing intermediate container e647506a5539 [2022-10-03T19:31:09.336Z] ---> 60d0b975d1d7 [2022-10-03T19:31:09.336Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-03T19:31:09.601Z] ---> Running in 839570c126fe [2022-10-03T19:31:10.191Z] Removing intermediate container 839570c126fe [2022-10-03T19:31:10.191Z] ---> ecb66681f704 [2022-10-03T19:31:10.191Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-03T19:31:10.457Z] ---> Running in 550d26adedee [2022-10-03T19:31:11.037Z] Removing intermediate container 550d26adedee [2022-10-03T19:31:11.037Z] ---> 4b6df3f186a9 [2022-10-03T19:31:11.037Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:31:11.037Z] ---> Running in d4523d5a8f16 [2022-10-03T19:31:15.279Z] Removing intermediate container d4523d5a8f16 [2022-10-03T19:31:15.279Z] ---> 3f0358957245 [2022-10-03T19:31:15.279Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-03T19:31:15.544Z] ---> Running in 53f6fbdb9509 [2022-10-03T19:31:18.121Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:31:19.073Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:31:20.471Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:31:20.471Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:31:20.471Z] ---> 3b8f7b6cc88f [2022-10-03T19:31:20.471Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> 746483e7b43d [2022-10-03T19:31:20.471Z] Step 4/23 : WORKDIR /edgex-go [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> 6683ea8ac457 [2022-10-03T19:31:20.471Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> 6dc8dcd3cc94 [2022-10-03T19:31:20.471Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> dcafe3fd1a63 [2022-10-03T19:31:20.471Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> 5bb8adcf41ab [2022-10-03T19:31:20.471Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> ff4a390d93a2 [2022-10-03T19:31:20.471Z] Step 9/23 : COPY . . [2022-10-03T19:31:20.471Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-03T19:31:20.471Z] ---> Using cache [2022-10-03T19:31:20.471Z] ---> c09f5fe6baca [2022-10-03T19:31:20.471Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-03T19:31:20.471Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-03T19:31:20.471Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-03T19:31:20.471Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-03T19:31:20.736Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-03T19:31:21.002Z] ---> Running in 4ad2c3c63463 [2022-10-03T19:31:21.002Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-03T19:31:21.002Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:31:21.002Z] OK: 8 MiB in 20 packages [2022-10-03T19:31:23.594Z] Removing intermediate container 53f6fbdb9509 [2022-10-03T19:31:23.594Z] ---> b37b99a7b629 [2022-10-03T19:31:23.594Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:31:23.860Z] 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-03T19:31:25.274Z] ---> ac76bbc4fc01 [2022-10-03T19:31:25.274Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-03T19:31:27.843Z] ---> e0be0e26ae1e [2022-10-03T19:31:27.844Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-03T19:31:29.272Z] ---> a128693dfa0e [2022-10-03T19:31:29.272Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-03T19:31:29.272Z] ---> Running in 52767f9c1305 [2022-10-03T19:31:30.234Z] Removing intermediate container 52767f9c1305 [2022-10-03T19:31:30.234Z] ---> 93de6e223684 [2022-10-03T19:31:30.234Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:31:30.234Z] ---> Running in d65b516b7339 [2022-10-03T19:31:31.207Z] Removing intermediate container d65b516b7339 [2022-10-03T19:31:31.207Z] ---> 5ba72d07e5eb [2022-10-03T19:31:31.207Z] Step 22/24 : LABEL arch=arm64 [2022-10-03T19:31:31.486Z] ---> Running in f2e5d403cc80 [2022-10-03T19:31:32.445Z] Removing intermediate container f2e5d403cc80 [2022-10-03T19:31:32.445Z] ---> c6b3b5319c96 [2022-10-03T19:31:32.445Z] Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:31:32.445Z] ---> Running in 527c0f658867 [2022-10-03T19:31:33.405Z] Removing intermediate container 527c0f658867 [2022-10-03T19:31:33.405Z] ---> e77a2b4d5ff4 [2022-10-03T19:31:33.405Z] Step 24/24 : LABEL version=0.0.0 [2022-10-03T19:31:33.669Z] ---> Running in b03b7e7d35b7 [2022-10-03T19:31:34.624Z] Removing intermediate container b03b7e7d35b7 [2022-10-03T19:31:34.624Z] ---> 3ea5f21f4dd8 [2022-10-03T19:31:34.624Z] [2022-10-03T19:31:35.204Z] Successfully built 3ea5f21f4dd8 [2022-10-03T19:31:35.204Z] Successfully tagged core-data-arm64:latest [2022-10-03T19:31:35.204Z]  Building core-data ... done Building core-command [2022-10-03T19:31:47.502Z] Removing intermediate container 13460b35fd82 [2022-10-03T19:31:47.502Z] ---> 2acd08e7030d [2022-10-03T19:31:47.502Z] Step 8/22 : COPY . . [2022-10-03T19:31:52.840Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:31:52.840Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:31:52.840Z] ---> 3b8f7b6cc88f [2022-10-03T19:31:52.840Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> 746483e7b43d [2022-10-03T19:31:52.840Z] Step 4/24 : WORKDIR /edgex-go [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> 6683ea8ac457 [2022-10-03T19:31:52.840Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> 6dc8dcd3cc94 [2022-10-03T19:31:52.840Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> dcafe3fd1a63 [2022-10-03T19:31:52.840Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> 5bb8adcf41ab [2022-10-03T19:31:52.840Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> ff4a390d93a2 [2022-10-03T19:31:52.840Z] Step 9/24 : COPY . . [2022-10-03T19:31:52.840Z] ---> Using cache [2022-10-03T19:31:52.840Z] ---> c09f5fe6baca [2022-10-03T19:31:52.840Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-03T19:31:53.422Z] ---> Running in 957b41028c4c [2022-10-03T19:31:55.987Z] 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-03T19:32:01.303Z] ---> 77c92faa1165 [2022-10-03T19:32:01.303Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-03T19:32:01.303Z] ---> Running in e696a3071c19 [2022-10-03T19:32:02.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-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-10-03T19:33:24.470Z] Removing intermediate container 79b3efa860f6 [2022-10-03T19:33:24.470Z] ---> e248a463875e [2022-10-03T19:33:24.470Z] [2022-10-03T19:33:24.470Z] Step 11/25 : FROM alpine:3.16 [2022-10-03T19:33:24.470Z] ---> a6215f271958 [2022-10-03T19:33:24.470Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-03T19:33:24.470Z] ---> Running in 5c52957fc67c [2022-10-03T19:33:24.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:33:24.470Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:33:24.470Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-03T19:33:24.470Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:33:24.470Z] OK: 5 MiB in 15 packages [2022-10-03T19:33:24.470Z] Removing intermediate container 5c52957fc67c [2022-10-03T19:33:24.470Z] ---> a666f0e8e4fc [2022-10-03T19:33:24.470Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:33:24.470Z] ---> Running in c4a387954deb [2022-10-03T19:33:24.470Z] Removing intermediate container c4a387954deb [2022-10-03T19:33:24.470Z] ---> f6a87b6947c7 [2022-10-03T19:33:24.470Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-03T19:33:24.470Z] ---> Running in ce2f743d7965 [2022-10-03T19:33:24.470Z] Removing intermediate container ce2f743d7965 [2022-10-03T19:33:24.470Z] ---> abb581a03beb [2022-10-03T19:33:24.470Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-03T19:33:24.470Z] ---> Running in 8e9d1c4b8b0e [2022-10-03T19:33:24.470Z] Removing intermediate container 8e9d1c4b8b0e [2022-10-03T19:33:24.470Z] ---> 44e1681c2799 [2022-10-03T19:33:24.470Z] Step 16/25 : WORKDIR / [2022-10-03T19:33:24.470Z] ---> Running in 8f8f4f1a3b74 [2022-10-03T19:33:24.470Z] Removing intermediate container 8f8f4f1a3b74 [2022-10-03T19:33:24.470Z] ---> 55c462bfc521 [2022-10-03T19:33:24.470Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:33:25.435Z] ---> 701fcd798ee6 [2022-10-03T19:33:25.435Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-03T19:33:27.390Z] ---> d6964ebb862c [2022-10-03T19:33:27.390Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-03T19:33:28.365Z] ---> 2bc2bac764fa [2022-10-03T19:33:28.365Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-03T19:33:28.996Z] ---> 720ed0deb6d8 [2022-10-03T19:33:28.996Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-03T19:33:29.266Z] ---> Running in 2ee81550e8e1 [2022-10-03T19:33:29.855Z] Removing intermediate container 2ee81550e8e1 [2022-10-03T19:33:29.855Z] ---> 9520cb8c08b8 [2022-10-03T19:33:29.855Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:33:29.855Z] ---> Running in a666303af7bc [2022-10-03T19:33:30.442Z] Removing intermediate container a666303af7bc [2022-10-03T19:33:30.442Z] ---> 330297fb0f45 [2022-10-03T19:33:30.442Z] Step 23/25 : LABEL arch=arm64 [2022-10-03T19:33:30.442Z] ---> Running in 735601e427ed [2022-10-03T19:33:31.033Z] Removing intermediate container 735601e427ed [2022-10-03T19:33:31.033Z] ---> 526b8a02e943 [2022-10-03T19:33:31.033Z] Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:33:31.303Z] ---> Running in 9e6eac28ce8d [2022-10-03T19:33:31.889Z] Removing intermediate container 9e6eac28ce8d [2022-10-03T19:33:31.889Z] ---> 6064e6a495ca [2022-10-03T19:33:31.889Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T19:33:31.889Z] ---> Running in 289b4228668e [2022-10-03T19:33:32.475Z] Removing intermediate container 289b4228668e [2022-10-03T19:33:32.475Z] ---> 1090304d53da [2022-10-03T19:33:32.475Z] [2022-10-03T19:33:32.743Z] Successfully built 1090304d53da [2022-10-03T19:33:32.743Z] Successfully tagged core-metadata-arm64:latest [2022-10-03T19:33:32.743Z] Building security-secretstore-setup [2022-10-03T19:33:50.985Z]  Building core-metadata ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:33:50.985Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:33:50.985Z] ---> 3b8f7b6cc88f [2022-10-03T19:33:50.985Z] Step 3/25 : WORKDIR /edgex-go [2022-10-03T19:33:50.985Z] ---> Using cache [2022-10-03T19:33:50.985Z] ---> dcfa71a88e41 [2022-10-03T19:33:50.985Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:33:50.985Z] ---> Using cache [2022-10-03T19:33:50.985Z] ---> b091af3d392c [2022-10-03T19:33:50.985Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-03T19:33:50.985Z] ---> Using cache [2022-10-03T19:33:50.985Z] ---> 6237c76e6382 [2022-10-03T19:33:50.985Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-03T19:33:50.985Z] ---> Using cache [2022-10-03T19:33:50.985Z] ---> d8793b09071e [2022-10-03T19:33:50.985Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:33:50.985Z] ---> Using cache [2022-10-03T19:33:50.985Z] ---> 2acd08e7030d [2022-10-03T19:33:50.985Z] Step 8/25 : COPY . . [2022-10-03T19:33:50.985Z] ---> Using cache [2022-10-03T19:33:50.985Z] ---> 77c92faa1165 [2022-10-03T19:33:50.985Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-03T19:33:51.579Z] ---> Running in c19144133fce [2022-10-03T19:33:53.533Z] 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-03T19:36:15.264Z] Removing intermediate container ec8a32de367e [2022-10-03T19:36:15.264Z] ---> d95d21c9258b [2022-10-03T19:36:15.264Z] [2022-10-03T19:36:15.264Z] Step 9/20 : FROM alpine:3.15 [2022-10-03T19:36:15.264Z] ---> 02e0d6fdf486 [2022-10-03T19:36:15.264Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-03T19:36:15.264Z] ---> Using cache [2022-10-03T19:36:15.264Z] ---> 3d7c0df73801 [2022-10-03T19:36:15.264Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:36:15.264Z] ---> Using cache [2022-10-03T19:36:15.264Z] ---> b4153bd24f70 [2022-10-03T19:36:15.264Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-03T19:36:15.264Z] ---> Running in 0ba5ce7f3767 [2022-10-03T19:36:16.226Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:36:17.189Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:36:18.596Z] v3.15.6-93-ge08ee36d88 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-03T19:36:18.596Z] v3.15.6-94-gbcf1bd4598 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-03T19:36:18.596Z] OK: 15734 distinct packages available [2022-10-03T19:36:18.863Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:36:19.823Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:36:21.235Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-03T19:36:21.235Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-03T19:36:21.235Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-03T19:36:21.500Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-03T19:36:21.500Z] (5/9) Installing curl (7.80.0-r3) [2022-10-03T19:36:21.500Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-03T19:36:21.767Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-03T19:36:21.767Z] (8/9) Installing libucontext (1.1-r0) [2022-10-03T19:36:21.767Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-03T19:36:22.035Z] Executing busybox-1.34.1-r7.trigger [2022-10-03T19:36:22.035Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:36:22.305Z] OK: 8 MiB in 23 packages [2022-10-03T19:36:24.890Z] Removing intermediate container 0ba5ce7f3767 [2022-10-03T19:36:24.891Z] ---> d82b9a090b69 [2022-10-03T19:36:24.891Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:36:25.158Z] ---> 4977a6fde90e [2022-10-03T19:36:25.158Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-03T19:36:27.752Z] ---> dcd8780e751b [2022-10-03T19:36:27.752Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-03T19:36:28.337Z] ---> a6ddee92b2a0 [2022-10-03T19:36:28.337Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-03T19:36:28.337Z] ---> Running in e8c464f8cd95 [2022-10-03T19:36:28.922Z] Removing intermediate container e8c464f8cd95 [2022-10-03T19:36:28.922Z] ---> 14d2c75182d2 [2022-10-03T19:36:28.922Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:36:28.922Z] ---> Running in 8216112b1c47 [2022-10-03T19:36:31.512Z] Removing intermediate container 8216112b1c47 [2022-10-03T19:36:31.512Z] ---> 1417653fcb90 [2022-10-03T19:36:31.512Z] Step 18/20 : LABEL arch=arm64 [2022-10-03T19:36:31.512Z] ---> Running in e01c9542ee2c [2022-10-03T19:36:31.780Z] Removing intermediate container e01c9542ee2c [2022-10-03T19:36:31.780Z] ---> 427a9825b226 [2022-10-03T19:36:31.780Z] Step 19/20 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:36:31.780Z] ---> Running in 9300450c14d6 [2022-10-03T19:36:32.367Z] Removing intermediate container 9300450c14d6 [2022-10-03T19:36:32.367Z] ---> a52a7eae7fe2 [2022-10-03T19:36:32.367Z] Step 20/20 : LABEL version=0.0.0 [2022-10-03T19:36:32.367Z] ---> Running in a3ecd2f1a910 [2022-10-03T19:36:32.962Z] Removing intermediate container a3ecd2f1a910 [2022-10-03T19:36:32.962Z] ---> 2c52b96bb0f8 [2022-10-03T19:36:32.962Z] [2022-10-03T19:36:33.229Z] Successfully built 2c52b96bb0f8 [2022-10-03T19:36:33.229Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-03T19:36:33.229Z]  Building security-spiffe-token-provider ... done Building support-notifications [2022-10-03T19:36:51.411Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-03T19:36:51.411Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-03T19:36:51.411Z] ---> 3b8f7b6cc88f [2022-10-03T19:36:51.411Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-03T19:36:51.411Z] ---> Using cache [2022-10-03T19:36:51.411Z] ---> 746483e7b43d [2022-10-03T19:36:51.411Z] Step 4/23 : WORKDIR /edgex-go [2022-10-03T19:36:51.411Z] ---> Using cache [2022-10-03T19:36:51.411Z] ---> 6683ea8ac457 [2022-10-03T19:36:51.411Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-03T19:36:51.411Z] ---> Using cache [2022-10-03T19:36:51.411Z] ---> 6dc8dcd3cc94 [2022-10-03T19:36:51.411Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-03T19:36:51.411Z] ---> Running in 2529119af0f7 [2022-10-03T19:36:51.411Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:36:52.364Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:36:53.770Z] OK: 221 MiB in 51 packages [2022-10-03T19:36:55.179Z] Removing intermediate container 2529119af0f7 [2022-10-03T19:36:55.179Z] ---> f8aa5286065c [2022-10-03T19:36:55.179Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-03T19:36:56.142Z] ---> d0641e7594b3 [2022-10-03T19:36:56.142Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-03T19:36:56.142Z] ---> Running in e4d799ec53d6 [2022-10-03T19:37:14.328Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-10-03T19:37:46.774Z] Removing intermediate container e696a3071c19 [2022-10-03T19:37:46.774Z] ---> a88806c9fa09 [2022-10-03T19:37:46.774Z] [2022-10-03T19:37:46.774Z] Step 10/22 : FROM alpine:3.16 [2022-10-03T19:37:46.774Z] ---> a6215f271958 [2022-10-03T19:37:46.774Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-03T19:37:46.774Z] ---> Running in 9cc811f87885 [2022-10-03T19:37:46.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:37:46.774Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:37:46.774Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-03T19:37:47.055Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-03T19:37:47.055Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-03T19:37:47.055Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-03T19:37:47.326Z] (5/6) Installing curl (7.83.1-r3) [2022-10-03T19:37:47.326Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-03T19:37:47.326Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:37:47.326Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:37:47.944Z] OK: 8 MiB in 20 packages [2022-10-03T19:37:51.296Z] Removing intermediate container 9cc811f87885 [2022-10-03T19:37:51.296Z] ---> 2b58be0978af [2022-10-03T19:37:51.296Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-03T19:37:51.562Z] ---> Running in 9fadddbbb5e8 [2022-10-03T19:37:52.516Z] Removing intermediate container 9fadddbbb5e8 [2022-10-03T19:37:52.516Z] ---> 799baa3633b0 [2022-10-03T19:37:52.516Z] Step 13/22 : WORKDIR /edgex [2022-10-03T19:37:52.781Z] ---> Running in 451dd526ee32 [2022-10-03T19:37:54.230Z] Removing intermediate container 451dd526ee32 [2022-10-03T19:37:54.230Z] ---> 379f82433c69 [2022-10-03T19:37:54.230Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-03T19:37:56.184Z] ---> 0b1fcd38f486 [2022-10-03T19:37:56.184Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-03T19:38:00.458Z] ---> 0aa214279dc3 [2022-10-03T19:38:00.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-03T19:38:03.067Z] ---> 16005546848e [2022-10-03T19:38:03.067Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-03T19:38:05.018Z] ---> 9046eb1652d8 [2022-10-03T19:38:05.018Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-03T19:38:05.018Z] ---> Running in 28fdd702573f [2022-10-03T19:38:06.441Z] Removing intermediate container 957b41028c4c [2022-10-03T19:38:06.441Z] ---> 069a3233d9aa [2022-10-03T19:38:06.441Z] [2022-10-03T19:38:06.441Z] Step 11/24 : FROM alpine:3.16 [2022-10-03T19:38:06.441Z] ---> a6215f271958 [2022-10-03T19:38:06.441Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-03T19:38:06.441Z] ---> Using cache [2022-10-03T19:38:06.441Z] ---> a666f0e8e4fc [2022-10-03T19:38:06.441Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:38:06.441Z] ---> Using cache [2022-10-03T19:38:06.441Z] ---> f6a87b6947c7 [2022-10-03T19:38:06.441Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-03T19:38:06.441Z] ---> Running in 3819e3d902ff [2022-10-03T19:38:07.411Z] Removing intermediate container 3819e3d902ff [2022-10-03T19:38:07.411Z] ---> 8cf8f57db6ef [2022-10-03T19:38:07.411Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-03T19:38:07.411Z] Removing intermediate container e4d799ec53d6 [2022-10-03T19:38:07.411Z] ---> ebb455841256 [2022-10-03T19:38:07.411Z] Step 9/23 : COPY . . [2022-10-03T19:38:07.411Z] ---> Running in 47a955bd5c08 [2022-10-03T19:38:08.825Z] Removing intermediate container 47a955bd5c08 [2022-10-03T19:38:08.825Z] ---> 6616f2bbc4ec [2022-10-03T19:38:08.825Z] Step 16/24 : WORKDIR / [2022-10-03T19:38:08.825Z] Removing intermediate container 28fdd702573f [2022-10-03T19:38:08.825Z] ---> 71ceb1a339ca [2022-10-03T19:38:08.825Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-03T19:38:08.825Z] ---> Running in 17a15aaf183e [2022-10-03T19:38:09.093Z] ---> Running in 7eaf5bb5a21d [2022-10-03T19:38:10.056Z] Removing intermediate container 7eaf5bb5a21d [2022-10-03T19:38:10.056Z] ---> b17304d961a4 [2022-10-03T19:38:10.056Z] Removing intermediate container 17a15aaf183e [2022-10-03T19:38:10.056Z] ---> ccf139f44850 [2022-10-03T19:38:10.056Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:38:10.056Z] Step 20/22 : LABEL arch=arm64 [2022-10-03T19:38:10.056Z] ---> Running in 743bb5f57bc6 [2022-10-03T19:38:11.025Z] Removing intermediate container 743bb5f57bc6 [2022-10-03T19:38:11.025Z] ---> 1742f4045824 [2022-10-03T19:38:11.025Z] Step 21/22 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:38:11.025Z] ---> Running in f91f548e75c0 [2022-10-03T19:38:11.612Z] ---> d9daddbe43be [2022-10-03T19:38:11.612Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-03T19:38:11.880Z] Removing intermediate container f91f548e75c0 [2022-10-03T19:38:11.880Z] ---> 866c18a2c179 [2022-10-03T19:38:11.880Z] Step 22/22 : LABEL version=0.0.0 [2022-10-03T19:38:12.149Z] ---> Running in 809e44f89d3b [2022-10-03T19:38:13.114Z] Removing intermediate container 809e44f89d3b [2022-10-03T19:38:13.114Z] ---> efc3acbcff5a [2022-10-03T19:38:13.114Z] [2022-10-03T19:38:13.701Z] Successfully built efc3acbcff5a [2022-10-03T19:38:13.701Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-03T19:38:15.114Z]  Building security-proxy-setup ... done  ---> 64beefa7d63a [2022-10-03T19:38:15.114Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-03T19:38:16.530Z] ---> 9166dcb3185b [2022-10-03T19:38:16.530Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-03T19:38:16.530Z] ---> Running in b9af8b485b91 [2022-10-03T19:38:17.115Z] Removing intermediate container b9af8b485b91 [2022-10-03T19:38:17.115Z] ---> c03a3e0c59a8 [2022-10-03T19:38:17.115Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:38:17.383Z] ---> Running in 2162c2edbac2 [2022-10-03T19:38:17.967Z] Removing intermediate container 2162c2edbac2 [2022-10-03T19:38:17.967Z] ---> dfe96e4c0c46 [2022-10-03T19:38:17.967Z] Step 22/24 : LABEL arch=arm64 [2022-10-03T19:38:18.236Z] ---> Running in af0af4e1ff05 [2022-10-03T19:38:19.228Z] Removing intermediate container af0af4e1ff05 [2022-10-03T19:38:19.228Z] ---> 9d98dc1d6a23 [2022-10-03T19:38:19.228Z] Step 23/24 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:38:19.499Z] ---> Running in f97897178588 [2022-10-03T19:38:20.088Z] Removing intermediate container f97897178588 [2022-10-03T19:38:20.088Z] ---> caa35dc3571e [2022-10-03T19:38:20.088Z] Step 24/24 : LABEL version=0.0.0 [2022-10-03T19:38:20.359Z] ---> Running in 5b1d5d2b12ff [2022-10-03T19:38:21.320Z] Removing intermediate container 5b1d5d2b12ff [2022-10-03T19:38:21.320Z] ---> 111131b0814e [2022-10-03T19:38:21.320Z] [2022-10-03T19:38:21.587Z] Successfully built 111131b0814e [2022-10-03T19:38:21.587Z] Successfully tagged core-command-arm64:latest [2022-10-03T19:38:24.940Z]  Building core-command ... done  ---> 35083b0b5360 [2022-10-03T19:38:24.941Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-03T19:38:24.941Z] ---> Running in 2556eb4cc950 [2022-10-03T19:38:26.354Z] 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-03T19:38:41.350Z] 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-03T19:38:56.319Z] Removing intermediate container c19144133fce [2022-10-03T19:38:56.319Z] ---> 3a0275c28f26 [2022-10-03T19:38:56.319Z] [2022-10-03T19:38:56.319Z] Step 10/25 : FROM alpine:3.16 [2022-10-03T19:38:56.319Z] ---> a6215f271958 [2022-10-03T19:38:56.319Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-03T19:38:56.319Z] ---> Running in 57a4cd4f8d19 [2022-10-03T19:38:56.591Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:38:56.857Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:38:57.812Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-03T19:38:57.812Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-03T19:38:57.812Z] (3/3) Installing su-exec (0.2-r1) [2022-10-03T19:38:57.812Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:38:58.078Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:38:58.344Z] OK: 6 MiB in 17 packages [2022-10-03T19:39:00.280Z] Removing intermediate container 57a4cd4f8d19 [2022-10-03T19:39:00.281Z] ---> 109ad113aaaf [2022-10-03T19:39:00.281Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-03T19:39:00.281Z] ---> Running in 0b893a689548 [2022-10-03T19:39:00.547Z] Removing intermediate container 0b893a689548 [2022-10-03T19:39:00.547Z] ---> 3d4e40636c95 [2022-10-03T19:39:00.547Z] Step 13/25 : WORKDIR / [2022-10-03T19:39:00.814Z] ---> Running in 742296c33bed [2022-10-03T19:39:01.771Z] Removing intermediate container 742296c33bed [2022-10-03T19:39:01.771Z] ---> 3e54ebe240d4 [2022-10-03T19:39:01.771Z] 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-03T19:39:02.732Z] ---> 2cd6dd050de2 [2022-10-03T19:39:02.732Z] 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-03T19:39:03.687Z] ---> 9325e5450aaa [2022-10-03T19:39:03.687Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-03T19:39:04.270Z] ---> a4ed68467340 [2022-10-03T19:39:04.270Z] 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-03T19:39:05.236Z] ---> 135381612a7b [2022-10-03T19:39:05.236Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-03T19:39:06.647Z] ---> 34f02c70b311 [2022-10-03T19:39:06.647Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-03T19:39:08.576Z] ---> f6e77ad8508d [2022-10-03T19:39:08.576Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-03T19:39:09.154Z] ---> 4f13231f9cb3 [2022-10-03T19:39:09.154Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-03T19:39:09.154Z] ---> Running in 80d53c744fff [2022-10-03T19:39:12.482Z] Removing intermediate container 80d53c744fff [2022-10-03T19:39:12.482Z] ---> 685962396386 [2022-10-03T19:39:12.482Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-03T19:39:12.482Z] ---> Running in 7f2d7aaf547b [2022-10-03T19:39:13.440Z] Removing intermediate container 7f2d7aaf547b [2022-10-03T19:39:13.440Z] ---> 68b999bc93b7 [2022-10-03T19:39:13.440Z] Step 23/25 : LABEL arch=arm64 [2022-10-03T19:39:13.440Z] ---> Running in 6003dd0aea28 [2022-10-03T19:39:14.391Z] Removing intermediate container 6003dd0aea28 [2022-10-03T19:39:14.391Z] ---> 5e5527202b1b [2022-10-03T19:39:14.391Z] Step 24/25 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:39:14.391Z] ---> Running in 09f7edac7221 [2022-10-03T19:39:15.345Z] Removing intermediate container 09f7edac7221 [2022-10-03T19:39:15.345Z] ---> 808530b93ca1 [2022-10-03T19:39:15.345Z] Step 25/25 : LABEL version=0.0.0 [2022-10-03T19:39:15.345Z] ---> Running in e5938210da0a [2022-10-03T19:39:16.301Z] Removing intermediate container e5938210da0a [2022-10-03T19:39:16.301Z] ---> 7c0842b42729 [2022-10-03T19:39:16.301Z] [2022-10-03T19:39:16.882Z] Successfully built 7c0842b42729 [2022-10-03T19:39:16.882Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-03T19:39:23.649Z]  Building security-secretstore-setup ... done Removing intermediate container 4ad2c3c63463 [2022-10-03T19:39:23.649Z] ---> 78bd11a5d502 [2022-10-03T19:39:23.649Z] [2022-10-03T19:39:23.649Z] Step 11/23 : FROM alpine:3.16 [2022-10-03T19:39:23.649Z] ---> a6215f271958 [2022-10-03T19:39:23.649Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-03T19:39:23.649Z] ---> Using cache [2022-10-03T19:39:23.649Z] ---> a666f0e8e4fc [2022-10-03T19:39:23.649Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:39:23.649Z] ---> Using cache [2022-10-03T19:39:23.649Z] ---> f6a87b6947c7 [2022-10-03T19:39:23.649Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-03T19:39:23.649Z] ---> Running in e9bcd5a267df [2022-10-03T19:39:23.649Z] Removing intermediate container e9bcd5a267df [2022-10-03T19:39:23.649Z] ---> 402c1547463c [2022-10-03T19:39:23.649Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-03T19:39:23.650Z] ---> Running in 020de8dbf8fb [2022-10-03T19:39:24.613Z] Removing intermediate container 020de8dbf8fb [2022-10-03T19:39:24.613Z] ---> 579dd787f1e1 [2022-10-03T19:39:24.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:39:25.576Z] ---> 119e2781b01e [2022-10-03T19:39:25.576Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-03T19:39:27.537Z] ---> b8a63d118f9d [2022-10-03T19:39:27.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-03T19:39:28.510Z] ---> 39763ea5e5b1 [2022-10-03T19:39:28.510Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-03T19:39:28.510Z] ---> Running in 3a4fff84ce31 [2022-10-03T19:39:29.095Z] Removing intermediate container 3a4fff84ce31 [2022-10-03T19:39:29.095Z] ---> d6fc90e672f8 [2022-10-03T19:39:29.095Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:39:29.095Z] ---> Running in f3de6a821231 [2022-10-03T19:39:29.403Z] Removing intermediate container f3de6a821231 [2022-10-03T19:39:29.403Z] ---> bba82532e576 [2022-10-03T19:39:29.403Z] Step 21/23 : LABEL arch=arm64 [2022-10-03T19:39:29.403Z] ---> Running in bb55c168fa26 [2022-10-03T19:39:29.993Z] Removing intermediate container bb55c168fa26 [2022-10-03T19:39:29.993Z] ---> 582b5a873b6d [2022-10-03T19:39:29.993Z] Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:39:29.993Z] ---> Running in c1e06ddaff93 [2022-10-03T19:39:30.582Z] Removing intermediate container c1e06ddaff93 [2022-10-03T19:39:30.582Z] ---> 6c106eb3ba9d [2022-10-03T19:39:30.582Z] Step 23/23 : LABEL version=0.0.0 [2022-10-03T19:39:30.582Z] ---> Running in 12911a02c9f4 [2022-10-03T19:39:31.184Z] Removing intermediate container 12911a02c9f4 [2022-10-03T19:39:31.184Z] ---> 58d55e2c0233 [2022-10-03T19:39:31.184Z] [2022-10-03T19:39:31.184Z] Successfully built 58d55e2c0233 [2022-10-03T19:39:31.184Z] Successfully tagged support-scheduler-arm64:latest [2022-10-03T19:40:52.815Z]  Building support-scheduler ... done Removing intermediate container 2556eb4cc950 [2022-10-03T19:40:52.815Z] ---> 4d499e993bff [2022-10-03T19:40:52.815Z] [2022-10-03T19:40:52.815Z] Step 11/23 : FROM alpine:3.16 [2022-10-03T19:40:52.815Z] ---> a6215f271958 [2022-10-03T19:40:52.815Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-03T19:40:52.815Z] ---> Running in af167e2937d3 [2022-10-03T19:40:52.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-03T19:40:52.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-03T19:40:52.815Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-03T19:40:52.815Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-03T19:40:52.815Z] Executing busybox-1.35.0-r17.trigger [2022-10-03T19:40:52.815Z] Executing ca-certificates-20220614-r0.trigger [2022-10-03T19:40:52.815Z] OK: 6 MiB in 16 packages [2022-10-03T19:40:53.084Z] Removing intermediate container af167e2937d3 [2022-10-03T19:40:53.084Z] ---> 8657174a455f [2022-10-03T19:40:53.084Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-03T19:40:53.084Z] ---> Running in 902bbbb2d637 [2022-10-03T19:40:53.352Z] Removing intermediate container 902bbbb2d637 [2022-10-03T19:40:53.352Z] ---> 468413dd03b4 [2022-10-03T19:40:53.352Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-03T19:40:53.620Z] ---> Running in 6c7653a57f7e [2022-10-03T19:40:53.888Z] Removing intermediate container 6c7653a57f7e [2022-10-03T19:40:53.888Z] ---> b5823112b168 [2022-10-03T19:40:53.888Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-03T19:40:53.888Z] ---> Running in 074df0508715 [2022-10-03T19:40:54.155Z] Removing intermediate container 074df0508715 [2022-10-03T19:40:54.155Z] ---> f0cffb56b3a0 [2022-10-03T19:40:54.155Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-03T19:40:54.737Z] ---> 7e3d4794cf22 [2022-10-03T19:40:54.737Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-03T19:40:55.701Z] ---> bad9cbc48f0b [2022-10-03T19:40:55.701Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-03T19:40:56.289Z] ---> 89ab99c63280 [2022-10-03T19:40:56.289Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-03T19:40:56.289Z] ---> Running in d047ce79a3ed [2022-10-03T19:40:56.559Z] Removing intermediate container d047ce79a3ed [2022-10-03T19:40:56.559Z] ---> c33f2455de2b [2022-10-03T19:40:56.559Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-03T19:40:56.559Z] ---> Running in b35fce3c6cc4 [2022-10-03T19:40:56.827Z] Removing intermediate container b35fce3c6cc4 [2022-10-03T19:40:56.827Z] ---> 1b0de4decfda [2022-10-03T19:40:56.827Z] Step 21/23 : LABEL arch=arm64 [2022-10-03T19:40:57.099Z] ---> Running in bfb028cbbbb6 [2022-10-03T19:40:57.368Z] Removing intermediate container bfb028cbbbb6 [2022-10-03T19:40:57.368Z] ---> 6e2f658850a1 [2022-10-03T19:40:57.368Z] Step 22/23 : LABEL git_sha=b66a86bc849a43047d0b1c09735ef80d635252f8 [2022-10-03T19:40:57.368Z] ---> Running in 92746dfa64e0 [2022-10-03T19:40:57.639Z] Removing intermediate container 92746dfa64e0 [2022-10-03T19:40:57.639Z] ---> c2790d2d5b9b [2022-10-03T19:40:57.639Z] Step 23/23 : LABEL version=0.0.0 [2022-10-03T19:40:57.639Z] ---> Running in 25ed5e755159 [2022-10-03T19:40:57.906Z] Removing intermediate container 25ed5e755159 [2022-10-03T19:40:57.906Z] ---> accf627394c8 [2022-10-03T19:40:57.906Z] [2022-10-03T19:40:58.174Z] Successfully built accf627394c8 [2022-10-03T19:40:58.174Z] Successfully tagged support-notifications-arm64:latest [2022-10-03T19:40:58.453Z]  Building support-notifications ... done  [Pipeline] } [2022-10-03T19:40:58.457Z] $ docker stop --time=1 0cef370d976279313583820400d87aebb222797a6eb31b292e87ad51e05865a7 [2022-10-03T19:41:00.094Z] $ docker rm -f 0cef370d976279313583820400d87aebb222797a6eb31b292e87ad51e05865a7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-03T19:41:00.643Z] + docker images [2022-10-03T19:41:00.907Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-03T19:41:00.907Z] support-notifications-arm64 latest accf627394c8 3 seconds ago 26.3MB [2022-10-03T19:41:00.907Z] 4d499e993bff 12 seconds ago 1.46GB [2022-10-03T19:41:00.907Z] support-scheduler-arm64 latest 58d55e2c0233 About a minute ago 25.7MB [2022-10-03T19:41:00.907Z] 78bd11a5d502 About a minute ago 1.46GB [2022-10-03T19:41:00.907Z] security-secretstore-setup-arm64 latest 7c0842b42729 About a minute ago 28.2MB [2022-10-03T19:41:00.907Z] 3a0275c28f26 2 minutes ago 1.39GB [2022-10-03T19:41:00.907Z] core-command-arm64 latest 111131b0814e 2 minutes ago 16.7MB [2022-10-03T19:41:00.907Z] security-proxy-setup-arm64 latest efc3acbcff5a 2 minutes ago 26.4MB [2022-10-03T19:41:00.907Z] 069a3233d9aa 2 minutes ago 1.4GB [2022-10-03T19:41:00.907Z] a88806c9fa09 3 minutes ago 1.39GB [2022-10-03T19:41:00.907Z] security-spiffe-token-provider-arm64 latest 2c52b96bb0f8 4 minutes ago 28.4MB [2022-10-03T19:41:00.907Z] d95d21c9258b 4 minutes ago 1.43GB [2022-10-03T19:41:00.907Z] core-metadata-arm64 latest 1090304d53da 7 minutes ago 17.5MB [2022-10-03T19:41:00.907Z] e248a463875e 7 minutes ago 1.41GB [2022-10-03T19:41:00.907Z] core-data-arm64 latest 3ea5f21f4dd8 9 minutes ago 20.7MB [2022-10-03T19:41:00.907Z] 1251edb723ac 9 minutes ago 1.41GB [2022-10-03T19:41:00.907Z] sys-mgmt-agent-arm64 latest c9445d4a412c 10 minutes ago 133MB [2022-10-03T19:41:00.907Z] security-bootstrapper-arm64 latest 5e52d62d4435 10 minutes ago 19.1MB [2022-10-03T19:41:00.907Z] cac1372be95b 11 minutes ago 1.39GB [2022-10-03T19:41:00.907Z] 0ed941b90d4d 11 minutes ago 1.38GB [2022-10-03T19:41:00.907Z] security-spire-agent-arm64 latest f338ea18bfc3 13 minutes ago 122MB [2022-10-03T19:41:00.907Z] 53abc7689311 14 minutes ago 1.28GB [2022-10-03T19:41:00.907Z] security-spire-server-arm64 latest 7ae5fa95980d 16 minutes ago 84.3MB [2022-10-03T19:41:00.907Z] security-spire-config-arm64 latest 2dace4b2cdfb 16 minutes ago 83.6MB [2022-10-03T19:41:00.907Z] d69e3485dd5b 16 minutes ago 1.28GB [2022-10-03T19:41:00.907Z] c938d19c8fc0 16 minutes ago 1.28GB [2022-10-03T19:41:00.907Z] ci-base-image-arm64 latest 3b8f7b6cc88f 30 minutes ago 941MB [2022-10-03T19:41:00.907Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 3970a7415f9e 3 days ago 679MB [2022-10-03T19:41:00.907Z] alpine 3.15 02e0d6fdf486 7 weeks ago 5.33MB [2022-10-03T19:41:00.907Z] alpine 3.16 a6215f271958 7 weeks ago 5.29MB [2022-10-03T19:41:00.907Z] 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-03T19:41:01.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T19:41:01.673Z] [2022-10-03T19:41:01.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:41:02.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T19:41:02.329Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-03T19:41:02.329Z] 8998bd30e6a1: Pulling fs layer [2022-10-03T19:41:02.329Z] 04944245beec: Pulling fs layer [2022-10-03T19:41:02.329Z] 699f458cf7ca: Pulling fs layer [2022-10-03T19:41:02.329Z] 765212b225bb: Pulling fs layer [2022-10-03T19:41:02.329Z] f23df028b6ca: Pulling fs layer [2022-10-03T19:41:02.329Z] d65c8cfc05b1: Pulling fs layer [2022-10-03T19:41:02.329Z] 2437ff75d9bd: Pulling fs layer [2022-10-03T19:41:02.329Z] 765212b225bb: Waiting [2022-10-03T19:41:02.329Z] f23df028b6ca: Waiting [2022-10-03T19:41:02.329Z] d65c8cfc05b1: Waiting [2022-10-03T19:41:02.329Z] 04944245beec: Verifying Checksum [2022-10-03T19:41:02.329Z] 04944245beec: Download complete [2022-10-03T19:41:02.329Z] 765212b225bb: Verifying Checksum [2022-10-03T19:41:02.329Z] 765212b225bb: Download complete [2022-10-03T19:41:02.595Z] f23df028b6ca: Verifying Checksum [2022-10-03T19:41:02.595Z] f23df028b6ca: Download complete [2022-10-03T19:41:02.595Z] d65c8cfc05b1: Verifying Checksum [2022-10-03T19:41:02.595Z] d65c8cfc05b1: Download complete [2022-10-03T19:41:02.595Z] 699f458cf7ca: Verifying Checksum [2022-10-03T19:41:02.595Z] 699f458cf7ca: Download complete [2022-10-03T19:41:03.177Z] 8998bd30e6a1: Download complete [2022-10-03T19:41:05.747Z] 2437ff75d9bd: Verifying Checksum [2022-10-03T19:41:05.747Z] 2437ff75d9bd: Download complete [2022-10-03T19:41:07.150Z] 8998bd30e6a1: Pull complete [2022-10-03T19:41:07.414Z] 04944245beec: Pull complete [2022-10-03T19:41:08.817Z] 699f458cf7ca: Pull complete [2022-10-03T19:41:09.082Z] 765212b225bb: Pull complete [2022-10-03T19:41:09.663Z] f23df028b6ca: Pull complete [2022-10-03T19:41:09.928Z] d65c8cfc05b1: Pull complete [2022-10-03T19:41:25.063Z] 2437ff75d9bd: Pull complete [2022-10-03T19:41:25.063Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-03T19:41:25.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-03T19:41:25.063Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:41:25.361Z] prd-ubuntu20.04-docker-arm64-4c-16g-6929 does not seem to be running inside a container [2022-10-03T19:41:25.410Z] $ 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-03T19:41:27.988Z] $ docker top 329e9dca0c353e5ba5eb3685eb3002415246c27d4c72d495e1a9ebbc57464ce4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:28.995Z] ---> job-cost.sh [2022-10-03T19:41:28.995Z] lf-activate-venv: SKIPPING [2022-10-03T19:41:28.995Z] INFO: No Stack... [2022-10-03T19:41:29.572Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-03T19:41:30.151Z] INFO: Archiving Costs [Pipeline] sh [2022-10-03T19:41:30.814Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-03T19:41:30.814Z] + cut -d, -f6 [Pipeline] lock [2022-10-03T19:41:30.903Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] [2022-10-03T19:41:30.909Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] did not exist. Created. [2022-10-03T19:41:30.909Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-03T19:41:31.638Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-03T19:41:31.838Z] Stashed 1 file(s) [Pipeline] } [2022-10-03T19:41:31.856Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4178-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-03T19:41:31.921Z] $ docker stop --time=1 329e9dca0c353e5ba5eb3685eb3002415246c27d4c72d495e1a9ebbc57464ce4 [2022-10-03T19:41:33.402Z] $ docker rm -f 329e9dca0c353e5ba5eb3685eb3002415246c27d4c72d495e1a9ebbc57464ce4 [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-03T19:41:34.382Z] provisioning config files... [2022-10-03T19:41:34.389Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config99819767750012146tmp [Pipeline] { [Pipeline] sh [2022-10-03T19:41:34.719Z] + set +x [2022-10-03T19:41:34.720Z] + curl -s https://codecov.io/bash [2022-10-03T19:41:34.720Z] + bash -s -- [2022-10-03T19:41:34.720Z] [2022-10-03T19:41:34.720Z] _____ _ [2022-10-03T19:41:34.720Z] / ____| | | [2022-10-03T19:41:34.720Z] | | ___ __| | ___ ___ _____ __ [2022-10-03T19:41:34.720Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-03T19:41:34.720Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-03T19:41:34.720Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-03T19:41:34.720Z] Bash-1.0.6 [2022-10-03T19:41:34.720Z] [2022-10-03T19:41:34.720Z] [2022-10-03T19:41:34.720Z] ==> git version 2.25.1 found [2022-10-03T19:41:34.720Z] ==> 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-03T19:41:34.720Z] Release-Date: 2020-01-08 [2022-10-03T19:41:34.720Z] 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-03T19:41:34.720Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-03T19:41:34.720Z] ==> Jenkins CI detected. [2022-10-03T19:41:34.720Z] current dir:  /w/workspace/edgex-go/1 [2022-10-03T19:41:34.720Z] project root: . [2022-10-03T19:41:34.720Z] --> token set from env [2022-10-03T19:41:34.720Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-03T19:41:34.720Z] ==> Running gcov in . (disable via -X gcov) [2022-10-03T19:41:34.720Z] ==> Python coveragepy not found [2022-10-03T19:41:34.720Z] ==> Searching for coverage reports in: [2022-10-03T19:41:34.720Z] + . [2022-10-03T19:41:34.720Z] -> Found 1 reports [2022-10-03T19:41:34.720Z] ==> Detecting git/mercurial file structure [2022-10-03T19:41:34.979Z] ==> Reading reports [2022-10-03T19:41:34.979Z] + ./coverage.out bytes=497979 [2022-10-03T19:41:34.979Z] ==> Appending adjustments [2022-10-03T19:41:34.979Z] https://docs.codecov.io/docs/fixing-reports [2022-10-03T19:41:36.354Z] + Found adjustments [2022-10-03T19:41:36.354Z] ==> Gzipping contents [2022-10-03T19:41:36.354Z] 64K /tmp/codecov.YUWhGs.gz [2022-10-03T19:41:36.354Z] ==> Uploading reports [2022-10-03T19:41:36.354Z] url: https://codecov.io [2022-10-03T19:41:36.354Z] query: branch=PR-4178&commit=b66a86bc849a43047d0b1c09735ef80d635252f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4178%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4178&job=&cmd_args= [2022-10-03T19:41:36.354Z] -> Pinging Codecov [2022-10-03T19:41:36.354Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4178&commit=b66a86bc849a43047d0b1c09735ef80d635252f8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4178%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4178&job=&cmd_args= [2022-10-03T19:41:36.354Z] -> Uploading to [2022-10-03T19:41:36.354Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-03/00271124DB129430A58F1EEE437C3FCB/b66a86bc849a43047d0b1c09735ef80d635252f8/2c7bf8d8-b661-4278-9897-f8742758a503.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221003T194136Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21d20c29bb2c368cdcdeca35c0956c7bdc5289e57cb7587a867ca7628867fae9 [2022-10-03T19:41:36.354Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-03T19:41:36.354Z] Dload Upload Total Spent Left Speed [2022-10-03T19:41:36.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65325 0 0 100 65325 0 270k --:--:-- --:--:-- --:--:-- 269k 100 65325 0 0 100 65325 0 270k --:--:-- --:--:-- --:--:-- 269k [2022-10-03T19:41:36.613Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b66a86bc849a43047d0b1c09735ef80d635252f8 [Pipeline] } [2022-10-03T19:41:36.644Z] 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-03T19:41:37.965Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:38.299Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:39.198Z] ---> package-listing.sh [2022-10-03T19:41:39.198Z] ++ facter osfamily [2022-10-03T19:41:39.198Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-03T19:41:39.458Z] + OS_FAMILY=debian [2022-10-03T19:41:39.458Z] + workspace=/w/workspace/edgex-go/1 [2022-10-03T19:41:39.458Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-03T19:41:39.458Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-03T19:41:39.458Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-03T19:41:39.458Z] + PACKAGES=/tmp/packages_start.txt [2022-10-03T19:41:39.458Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-03T19:41:39.458Z] + PACKAGES=/tmp/packages_end.txt [2022-10-03T19:41:39.458Z] + case "${OS_FAMILY}" in [2022-10-03T19:41:39.458Z] + dpkg -l [2022-10-03T19:41:39.458Z] + grep '^ii' [2022-10-03T19:41:39.458Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-03T19:41:39.458Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-03T19:41:39.458Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-03T19:41:39.458Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-03T19:41:39.458Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-03T19:41:39.458Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-03T19:41:39.497Z] 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-03T19:41:39.832Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:41:40.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T19:41:40.507Z] [2022-10-03T19:41:40.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-03T19:41:40.937Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T19:41:40.937Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-03T19:41:40.937Z] 5eb5b503b376: Pulling fs layer [2022-10-03T19:41:40.937Z] 5c69ac0246d0: Pulling fs layer [2022-10-03T19:41:40.937Z] ec43610c2a17: Pulling fs layer [2022-10-03T19:41:40.937Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-03T19:41:40.937Z] 33b1e0a273af: Pulling fs layer [2022-10-03T19:41:40.937Z] 5d3b04190fa2: Pulling fs layer [2022-10-03T19:41:40.937Z] 2f39f015ded8: Pulling fs layer [2022-10-03T19:41:40.937Z] 3a2ae6a8a46f: Waiting [2022-10-03T19:41:40.937Z] 33b1e0a273af: Waiting [2022-10-03T19:41:40.937Z] 5d3b04190fa2: Waiting [2022-10-03T19:41:40.937Z] 2f39f015ded8: Waiting [2022-10-03T19:41:40.937Z] 5c69ac0246d0: Verifying Checksum [2022-10-03T19:41:40.937Z] 5c69ac0246d0: Download complete [2022-10-03T19:41:40.937Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-03T19:41:40.937Z] 3a2ae6a8a46f: Download complete [2022-10-03T19:41:40.937Z] 33b1e0a273af: Verifying Checksum [2022-10-03T19:41:40.937Z] 33b1e0a273af: Download complete [2022-10-03T19:41:40.937Z] 5d3b04190fa2: Verifying Checksum [2022-10-03T19:41:40.937Z] 5d3b04190fa2: Download complete [2022-10-03T19:41:41.228Z] ec43610c2a17: Verifying Checksum [2022-10-03T19:41:41.228Z] ec43610c2a17: Download complete [2022-10-03T19:41:41.228Z] 5eb5b503b376: Verifying Checksum [2022-10-03T19:41:41.228Z] 5eb5b503b376: Download complete [2022-10-03T19:41:41.810Z] 2f39f015ded8: Download complete [2022-10-03T19:41:42.376Z] 5eb5b503b376: Pull complete [2022-10-03T19:41:42.651Z] 5c69ac0246d0: Pull complete [2022-10-03T19:41:42.909Z] ec43610c2a17: Pull complete [2022-10-03T19:41:42.909Z] 3a2ae6a8a46f: Pull complete [2022-10-03T19:41:43.167Z] 33b1e0a273af: Pull complete [2022-10-03T19:41:43.167Z] 5d3b04190fa2: Pull complete [2022-10-03T19:41:48.433Z] 2f39f015ded8: Pull complete [2022-10-03T19:41:48.433Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-03T19:41:48.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-03T19:41:48.433Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-03T19:41:48.665Z] prd-ubuntu20.04-docker-8c-8g-6928 does not seem to be running inside a container [2022-10-03T19:41:48.696Z] $ 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-03T19:41:51.380Z] $ docker top 03eee13621c5ed6e9a464fe88ae6733471573123635d6bcb338041cc3a765d09 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-03T19:41:51.772Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-03T19:41:52.077Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-03T19:41:52.382Z] + ls /var/log/sa-host [2022-10-03T19:41:52.382Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-03T19:41:52.578Z] provisioning config files... [2022-10-03T19:41:52.586Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config10693917545357261868tmp [Pipeline] { [Pipeline] echo [2022-10-03T19:41:52.635Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:52.946Z] ---> create-netrc.sh [Pipeline] } [2022-10-03T19:41:52.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:53.373Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-03T19:41:53.407Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:53.717Z] ---> sudo-logs.sh [2022-10-03T19:41:53.717Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-03T19:41:53.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:54.102Z] ---> job-cost.sh [2022-10-03T19:41:54.102Z] lf-activate-venv: SKIPPING [2022-10-03T19:41:54.102Z] DEBUG: total: 0.10999999940395355 [2022-10-03T19:41:54.102Z] INFO: Retrieving Stack Cost... [2022-10-03T19:41:54.675Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-03T19:41:54.934Z] INFO: Archiving Costs [Pipeline] echo [2022-10-03T19:41:54.966Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-03T19:41:55.292Z] ---> logs-deploy.sh [2022-10-03T19:41:55.292Z] lf-activate-venv: SKIPPING [2022-10-03T19:41:55.292Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4178/1 [2022-10-03T19:41:55.292Z] INFO: archiving workspace using pattern(s): [2022-10-03T19:41:56.231Z] Archives upload complete. [2022-10-03T19:41:56.493Z] INFO: archiving logs to Nexus