Pull request #4208 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033+5b680ce2290ec1e216282ae2e83c9b6619569a4e (681456a12c853005b50009e511d1ba9d028b64be) 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-ssh14550226115950825930.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13319603736325247395.key Verifying host key using known hosts file > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4208/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-4208/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12103843616634807891.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-4208/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17178755209775734324.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3670823316420950414.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-4208/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-4208/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3914114216949499372.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8783’ Running on prd-ubuntu20.04-docker-8c-8g-8786 in /w/workspace/edgexfoundry_edgex-go_PR-4208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 5b680ce2290ec1e216282ae2e83c9b6619569a4e into PR head commit 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 Merge succeeded, producing 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 Checking out Revision 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 (PR-4208) 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 6c1167a966ce7273a24629bf6583a1975ad218c3 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4208/head:refs/remotes/origin/PR-4208 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # 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 5b680ce2290ec1e216282ae2e83c9b6619569a4e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-21T19:08:01.603Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-21T19:08:01.772Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-21T19:08:01.875Z] ========================================================= [2022-10-21T19:08:01.875Z] EdgeX Global Pipelines Version Info [2022-10-21T19:08:01.875Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:08:03.001Z] ------------------- [2022-10-21T19:08:03.001Z] stable info: [2022-10-21T19:08:03.001Z] ------------------- [2022-10-21T19:08:03.001Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-21T19:08:03.001Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-21T19:08:03.001Z] Message: update stable to v1.0.243 [2022-10-21T19:08:03.261Z] ------------------- [2022-10-21T19:08:03.261Z] experimental info: [2022-10-21T19:08:03.261Z] ------------------- [2022-10-21T19:08:03.261Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-21T19:08:03.261Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-21T19:08:03.261Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-21T19:08:03.514Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-21T19:08:03.553Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-21T19:08:03.591Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-21T19:08:03.627Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-21T19:08:03.663Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-21T19:08:03.699Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-21T19:08:03.734Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-21T19:08:03.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-21T19:08:03.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-21T19:08:03.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-21T19:08:03.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-21T19:08:03.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-21T19:08:03.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-21T19:08:03.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-21T19:08:04.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-21T19:08:04.072Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-21T19:08:04.106Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-21T19:08:04.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-21T19:08:04.182Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-21T19:08:04.215Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-21T19:08:04.253Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-21T19:08:04.286Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-21T19:08:04.322Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-21T19:08:04.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4208 [Pipeline] echo [2022-10-21T19:08:04.392Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4208 [Pipeline] echo [2022-10-21T19:08:04.432Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4208 [Pipeline] echo [2022-10-21T19:08:04.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] echo [2022-10-21T19:08:04.506Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bbcdd9 [Pipeline] echo [2022-10-21T19:08:04.550Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-21T19:08:04.651Z] provisioning config files... [2022-10-21T19:08:04.664Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9643413076539989801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:08:05.024Z] ---> docker-login.sh [2022-10-21T19:08:05.024Z] nexus3.edgexfoundry.org:10001 [2022-10-21T19:08:05.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:05.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:05.285Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:05.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:05.285Z] [2022-10-21T19:08:05.285Z] Login Succeeded [2022-10-21T19:08:05.285Z] nexus3.edgexfoundry.org:10002 [2022-10-21T19:08:05.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:05.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:05.546Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:05.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:05.546Z] [2022-10-21T19:08:05.546Z] Login Succeeded [2022-10-21T19:08:05.546Z] nexus3.edgexfoundry.org:10003 [2022-10-21T19:08:05.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:05.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:05.546Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:05.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:05.546Z] [2022-10-21T19:08:05.546Z] Login Succeeded [2022-10-21T19:08:05.546Z] nexus3.edgexfoundry.org:10004 [2022-10-21T19:08:05.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:05.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:05.807Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:05.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:05.807Z] [2022-10-21T19:08:05.807Z] Login Succeeded [2022-10-21T19:08:05.807Z] docker.io [2022-10-21T19:08:05.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:08:06.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:08:06.067Z] Configure a credential helper to remove this warning. See [2022-10-21T19:08:06.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:08:06.067Z] [2022-10-21T19:08:06.067Z] Login Succeeded [2022-10-21T19:08:06.067Z] ---> docker-login.sh ends [Pipeline] } [2022-10-21T19:08:06.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-21T19:08:06.520Z] + 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-21T19:08:06.520Z] + + cut -d/ -f2 [2022-10-21T19:08:06.520Z] dirname cmd/core-command/Dockerfile [2022-10-21T19:08:06.520Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/+ -f2 [2022-10-21T19:08:06.520Z] dirname cmd/core-data/Dockerfile [2022-10-21T19:08:06.520Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/core-metadata/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-21T19:08:06.520Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/security-spire-config/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-21T19:08:06.520Z] + + cut -d/ -f2 [2022-10-21T19:08:06.520Z] dirname cmd/security-spire-server/Dockerfile [2022-10-21T19:08:06.520Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/support-notifications/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-21T19:08:06.520Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-21T19:08:06.520Z] + cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-21T19:08:06.520Z] + dirname+ cmd/sys-mgmt-agent/Dockerfile [2022-10-21T19:08:06.520Z] cut -d/ -f2 [2022-10-21T19:08:06.520Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-21T19:08:06.581Z] 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-21T19:08:07.106Z] + git rev-list -1 --merges 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033~1..4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] echo [2022-10-21T19:08:07.137Z] -----------> git rev-list -1 --merges 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033~1..4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [false] [Pipeline] sh [2022-10-21T19:08:07.446Z] + git log --format=format:%s -1 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] echo [2022-10-21T19:08:07.479Z] ========================================================= [2022-10-21T19:08:07.480Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-21T19:08:07.480Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-21T19:08:07.982Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-21T19:08:07.982Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-21T19:08:07.982Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-21T19:08:07.982Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-21T19:08:07.982Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-21T19:08:07.982Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-21T19:08:07.982Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:08:08.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-21T19:08:08.455Z] [2022-10-21T19:08:08.455Z] 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-21T19:08:08.827Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-21T19:08:08.828Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-21T19:08:08.828Z] b85a868b505f: Pulling fs layer [2022-10-21T19:08:08.828Z] e2be974225ed: Pulling fs layer [2022-10-21T19:08:08.828Z] 339a4e72a1f5: Pulling fs layer [2022-10-21T19:08:08.828Z] 988bab9f4d93: Pulling fs layer [2022-10-21T19:08:08.828Z] 1469e6f7b9e6: Pulling fs layer [2022-10-21T19:08:08.828Z] eaf3925da568: Pulling fs layer [2022-10-21T19:08:08.828Z] bab4dde63d76: Pulling fs layer [2022-10-21T19:08:08.828Z] bde34c3a00c8: Pulling fs layer [2022-10-21T19:08:08.828Z] b352a97aabf1: Pulling fs layer [2022-10-21T19:08:08.828Z] 4872d77fe225: Pulling fs layer [2022-10-21T19:08:08.828Z] 5851b861e8e6: Pulling fs layer [2022-10-21T19:08:08.828Z] 988bab9f4d93: Waiting [2022-10-21T19:08:08.828Z] b352a97aabf1: Waiting [2022-10-21T19:08:08.828Z] 4872d77fe225: Waiting [2022-10-21T19:08:08.828Z] 5851b861e8e6: Waiting [2022-10-21T19:08:08.828Z] 1469e6f7b9e6: Waiting [2022-10-21T19:08:08.828Z] bde34c3a00c8: Waiting [2022-10-21T19:08:08.828Z] bab4dde63d76: Waiting [2022-10-21T19:08:08.828Z] eaf3925da568: Waiting [2022-10-21T19:08:08.828Z] e2be974225ed: Verifying Checksum [2022-10-21T19:08:08.828Z] e2be974225ed: Download complete [2022-10-21T19:08:08.828Z] 988bab9f4d93: Verifying Checksum [2022-10-21T19:08:08.828Z] 988bab9f4d93: Download complete [2022-10-21T19:08:09.089Z] 1469e6f7b9e6: Verifying Checksum [2022-10-21T19:08:09.089Z] 1469e6f7b9e6: Download complete [2022-10-21T19:08:09.089Z] 339a4e72a1f5: Verifying Checksum [2022-10-21T19:08:09.089Z] 339a4e72a1f5: Download complete [2022-10-21T19:08:09.089Z] eaf3925da568: Verifying Checksum [2022-10-21T19:08:09.089Z] eaf3925da568: Download complete [2022-10-21T19:08:09.089Z] bde34c3a00c8: Verifying Checksum [2022-10-21T19:08:09.089Z] bde34c3a00c8: Download complete [2022-10-21T19:08:09.089Z] b352a97aabf1: Verifying Checksum [2022-10-21T19:08:09.089Z] b352a97aabf1: Download complete [2022-10-21T19:08:09.089Z] 4872d77fe225: Verifying Checksum [2022-10-21T19:08:09.089Z] 4872d77fe225: Download complete [2022-10-21T19:08:09.089Z] 5851b861e8e6: Verifying Checksum [2022-10-21T19:08:09.089Z] 5851b861e8e6: Download complete [2022-10-21T19:08:09.089Z] b85a868b505f: Download complete [2022-10-21T19:08:09.348Z] bab4dde63d76: Verifying Checksum [2022-10-21T19:08:09.348Z] bab4dde63d76: Download complete [2022-10-21T19:08:10.726Z] b85a868b505f: Pull complete [2022-10-21T19:08:10.726Z] e2be974225ed: Pull complete [2022-10-21T19:08:10.986Z] 339a4e72a1f5: Pull complete [2022-10-21T19:08:10.986Z] 988bab9f4d93: Pull complete [2022-10-21T19:08:11.553Z] 1469e6f7b9e6: Pull complete [2022-10-21T19:08:11.553Z] eaf3925da568: Pull complete [2022-10-21T19:08:13.461Z] bab4dde63d76: Pull complete [2022-10-21T19:08:13.461Z] bde34c3a00c8: Pull complete [2022-10-21T19:08:13.461Z] b352a97aabf1: Pull complete [2022-10-21T19:08:13.461Z] 4872d77fe225: Pull complete [2022-10-21T19:08:13.461Z] 5851b861e8e6: Pull complete [2022-10-21T19:08:13.461Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-21T19:08:13.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-21T19:08:13.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:08:13.669Z] prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container [2022-10-21T19:08:13.697Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-10-21T19:08:16.045Z] $ docker top 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 -eo pid,comm [2022-10-21T19:08:16.101Z] 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-21T19:08:16.101Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-21T19:08:16.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-21T19:08:16.226Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-21T19:08:16.331Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-21T19:08:16.332Z] $ docker exec 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent [2022-10-21T19:08:16.445Z] SSH_AUTH_SOCK=/tmp/ssh-jiujPjKdGy2V/agent.32 [2022-10-21T19:08:16.445Z] SSH_AGENT_PID=39 [2022-10-21T19:08:16.452Z] Running ssh-add (command line suppressed) [2022-10-21T19:08:16.545Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3574021556392497811.key (/w/workspace/edgex-go/1@tmp/private_key_3574021556392497811.key) [2022-10-21T19:08:16.562Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-21T19:08:16.900Z] + git tag --points-at HEAD [Pipeline] } [2022-10-21T19:08:16.924Z] $ docker exec --env ******** --env ******** 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent -k [2022-10-21T19:08:17.013Z] unset SSH_AUTH_SOCK; [2022-10-21T19:08:17.014Z] unset SSH_AGENT_PID; [2022-10-21T19:08:17.014Z] echo Agent pid 39 killed; [2022-10-21T19:08:17.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-21T19:08:17.118Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-21T19:08:17.119Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-21T19:08:17.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-21T19:08:17.239Z] $ docker exec 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent [2022-10-21T19:08:17.348Z] SSH_AUTH_SOCK=/tmp/ssh-qIxP2B3A4tf6/agent.71 [2022-10-21T19:08:17.348Z] SSH_AGENT_PID=77 [2022-10-21T19:08:17.353Z] Running ssh-add (command line suppressed) [2022-10-21T19:08:17.444Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3038076623709425325.key (/w/workspace/edgex-go/1@tmp/private_key_3038076623709425325.key) [2022-10-21T19:08:17.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-21T19:08:17.785Z] + git semver init [2022-10-21T19:08:18.044Z] 2022-10-21 19:08:17,941 [run_init] DEBUG init version:0.0.0 force:False [2022-10-21T19:08:18.044Z] 2022-10-21 19:08:17,942 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-21T19:08:18.044Z] 2022-10-21 19:08:17,943 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-21T19:08:18.044Z] 2022-10-21 19:08:17,943 [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-21T19:08:28.027Z] 2022-10-21 19:08:27,922 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,922 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4208 with force:False [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,923 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4208 [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,927 [execute] INFO git cat-file --batch-check [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,927 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,933 [execute] INFO git cat-file --batch [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-21T19:08:28.027Z] 2022-10-21 19:08:27,940 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4208 [2022-10-21T19:08:28.027Z] 0.0.0 [Pipeline] } [2022-10-21T19:08:28.051Z] $ docker exec --env ******** --env ******** 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 ssh-agent -k [2022-10-21T19:08:28.142Z] unset SSH_AUTH_SOCK; [2022-10-21T19:08:28.142Z] unset SSH_AGENT_PID; [2022-10-21T19:08:28.142Z] echo Agent pid 77 killed; [2022-10-21T19:08:28.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-21T19:08:28.553Z] + git semver [Pipeline] } [2022-10-21T19:08:28.832Z] $ docker stop --time=1 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 [2022-10-21T19:08:30.143Z] $ docker rm -f 3d7edc27ac8644bd180d4d8c1bc039b4bf5ed0ee54103dddec96d2c46418ae12 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-21T19:08:30.535Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-21T19:08:30.749Z] Stashed 1 file(s) [Pipeline] echo [2022-10-21T19:08:30.766Z] [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-21T19:08:31.532Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-21T19:08:31.567Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:08:31.606Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:08:31.634Z] ========================================================= [2022-10-21T19:08:31.634Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-21T19:08:31.634Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:08:31.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:31.970Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-21T19:08:31.970Z] 213ec9aee27d: Pulling fs layer [2022-10-21T19:08:31.970Z] 4583459ba037: Pulling fs layer [2022-10-21T19:08:31.970Z] 93c1e223e6f2: Pulling fs layer [2022-10-21T19:08:31.970Z] 53926ce57604: Pulling fs layer [2022-10-21T19:08:31.970Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-21T19:08:31.970Z] 53926ce57604: Waiting [2022-10-21T19:08:31.970Z] 30f14e443154: Pulling fs layer [2022-10-21T19:08:31.970Z] 801331c1e519: Pulling fs layer [2022-10-21T19:08:31.970Z] 99cc6dd402b0: Pulling fs layer [2022-10-21T19:08:31.970Z] 21b2b0c7a3f4: Waiting [2022-10-21T19:08:31.970Z] 30f14e443154: Waiting [2022-10-21T19:08:31.970Z] 801331c1e519: Waiting [2022-10-21T19:08:31.970Z] 7d9ed39f4882: Pulling fs layer [2022-10-21T19:08:31.970Z] 7d9ed39f4882: Waiting [2022-10-21T19:08:31.970Z] 4583459ba037: Verifying Checksum [2022-10-21T19:08:31.970Z] 4583459ba037: Download complete [2022-10-21T19:08:31.970Z] 21b2b0c7a3f4: Download complete [2022-10-21T19:08:31.970Z] 30f14e443154: Download complete [2022-10-21T19:08:31.970Z] 213ec9aee27d: Verifying Checksum [2022-10-21T19:08:31.970Z] 213ec9aee27d: Download complete [2022-10-21T19:08:31.970Z] 801331c1e519: Download complete [2022-10-21T19:08:32.231Z] 213ec9aee27d: Pull complete [2022-10-21T19:08:32.231Z] 4583459ba037: Pull complete [2022-10-21T19:08:32.492Z] 93c1e223e6f2: Pull complete [2022-10-21T19:08:32.492Z] 7d9ed39f4882: Verifying Checksum [2022-10-21T19:08:32.492Z] 7d9ed39f4882: Download complete [2022-10-21T19:08:32.750Z] 99cc6dd402b0: Verifying Checksum [2022-10-21T19:08:32.750Z] 99cc6dd402b0: Download complete [2022-10-21T19:08:32.750Z] 53926ce57604: Verifying Checksum [2022-10-21T19:08:32.750Z] 53926ce57604: Download complete [2022-10-21T19:08:36.943Z] 53926ce57604: Pull complete [2022-10-21T19:08:36.943Z] 21b2b0c7a3f4: Pull complete [2022-10-21T19:08:36.943Z] 30f14e443154: Pull complete [2022-10-21T19:08:36.943Z] 801331c1e519: Pull complete [2022-10-21T19:08:38.845Z] 99cc6dd402b0: Pull complete [2022-10-21T19:08:39.412Z] 7d9ed39f4882: Pull complete [2022-10-21T19:08:39.412Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-21T19:08:39.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:39.412Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:08:39.755Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:39.755Z] WORKDIR /edgex [2022-10-21T19:08:39.755Z] COPY go.mod . [2022-10-21T19:08:39.755Z] RUN go mod download [2022-10-21T19:08:39.755Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-21T19:08:40.326Z] Sending build context to Docker daemon 169.7MB [2022-10-21T19:08:40.326Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-21T19:08:40.326Z] ---> 1dedd983c030 [2022-10-21T19:08:40.326Z] Step 2/4 : WORKDIR /edgex [2022-10-21T19:08:44.536Z] ---> Running in 4f721d29aef8 [2022-10-21T19:08:44.536Z] Removing intermediate container 4f721d29aef8 [2022-10-21T19:08:44.536Z] ---> 2c3e884faad6 [2022-10-21T19:08:44.536Z] Step 3/4 : COPY go.mod . [2022-10-21T19:08:44.536Z] ---> 8d770b715169 [2022-10-21T19:08:44.536Z] Step 4/4 : RUN go mod download [2022-10-21T19:08:44.536Z] ---> Running in debc5177512c [2022-10-21T19:08:46.080Z] Still waiting to schedule task [2022-10-21T19:08:46.080Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8784’ [2022-10-21T19:08:56.750Z] Removing intermediate container debc5177512c [2022-10-21T19:08:56.750Z] ---> 0d63abf92324 [2022-10-21T19:08:56.750Z] Successfully built 0d63abf92324 [2022-10-21T19:08:56.750Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:08:57.126Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-21T19:08:57.126Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:08:57.266Z] prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container [2022-10-21T19:08:57.289Z] $ 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 ******** ci-base-image-x86_64 cat [2022-10-21T19:08:57.676Z] $ docker top 67371823cb2413d403d8fa6de4d776f2d57eec1f4da845a9265bbee4da9cb7a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:08:58.057Z] + go version [2022-10-21T19:08:58.057Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-21T19:08:58.083Z] $ docker stop --time=1 67371823cb2413d403d8fa6de4d776f2d57eec1f4da845a9265bbee4da9cb7a4 [2022-10-21T19:08:59.307Z] $ docker rm -f 67371823cb2413d403d8fa6de4d776f2d57eec1f4da845a9265bbee4da9cb7a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:09:00.000Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-21T19:09:00.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:09:00.141Z] prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container [2022-10-21T19:09:00.165Z] $ 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 ******** ci-base-image-x86_64 cat [2022-10-21T19:09:00.467Z] $ docker top 2f07321951f4903047811f79fbfc3ba21b147d1f84a38206a691a446e2bebc3c -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-21T19:09:00.569Z] ========================================================= [2022-10-21T19:09:00.570Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-21T19:09:00.570Z] ========================================================= [Pipeline] sh [2022-10-21T19:09:00.857Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:09:01.215Z] + make test [2022-10-21T19:09:01.215Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-21T19:09:07.777Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-21T19:09:19.978Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-21T19:09:20.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.096s coverage: 28.7% of statements [2022-10-21T19:09:20.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-21T19:09:20.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-21T19:09:20.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.111s coverage: 98.5% of statements [2022-10-21T19:09:20.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.099s coverage: 41.3% of statements [2022-10-21T19:09:20.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-21T19:09:20.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-21T19:09:20.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.200s coverage: 54.2% of statements [2022-10-21T19:09:20.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-21T19:09:20.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.237s coverage: 89.2% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.084s coverage: 2.2% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.471s coverage: 95.6% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.052s coverage: 72.2% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.074s coverage: 60.0% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements [2022-10-21T19:09:24.075Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2022-10-21T19:09:24.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2022-10-21T19:09:34.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements [2022-10-21T19:09:34.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements [2022-10-21T19:09:35.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.189s coverage: 79.9% of statements [2022-10-21T19:09:35.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 58.8% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.0% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 64.7% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 65.8% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 41.8% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.094s coverage: 17.7% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.150s coverage: 92.3% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.109s coverage: 97.7% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-21T19:09:43.790Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-10-21T19:09:43.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-10-21T19:09:43.790Z] 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-21T19:10:01.873Z] 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-21T19:10:01.873Z] GO111MODULE=on go vet ./... [2022-10-21T19:10:05.155Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-21T19:10:05.155Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-21T19:10:05.155Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-21T19:10:05.192Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-21T19:10:05.502Z] + ls -al . [2022-10-21T19:10:05.502Z] total 760 [2022-10-21T19:10:05.502Z] drwxrwxr-x 11 1001 1001 4096 Oct 21 19:09 . [2022-10-21T19:10:05.502Z] drwxr-xr-x 4 root root 4096 Oct 21 19:09 .. [2022-10-21T19:10:05.502Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:08 .blubracket [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 16 Oct 21 19:08 .dockerignore [2022-10-21T19:10:05.502Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:09 .git [2022-10-21T19:10:05.502Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:08 .github [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 1030 Oct 21 19:08 .gitignore [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 42 Oct 21 19:08 .golangci.yml [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 87 Oct 21 19:08 .hadolint.yml [2022-10-21T19:10:05.502Z] drwxr-xr-x 3 1001 1001 4096 Oct 21 19:08 .semver [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 166 Oct 21 19:08 .sonarcloud.properties [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 1171 Oct 21 19:08 ADOPTERS.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 10722 Oct 21 19:08 Attribution.txt [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 63209 Oct 21 19:08 CHANGELOG.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 3804 Oct 21 19:08 CONTRIBUTING.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 677 Oct 21 19:08 GOVERNANCE.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 850 Oct 21 19:08 Jenkinsfile [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 10775 Oct 21 19:08 LICENSE [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 13857 Oct 21 19:08 Makefile [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 582 Oct 21 19:08 OWNERS.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 9799 Oct 21 19:08 README.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 6912 Oct 21 19:08 SECURITY.md [2022-10-21T19:10:05.502Z] -rw-rw-r-- 1 1001 1001 5 Oct 21 19:08 VERSION [2022-10-21T19:10:05.503Z] -rw-rw-r-- 1 1001 1001 4131 Oct 21 19:08 ZMQWindows.md [2022-10-21T19:10:05.503Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:08 bin [2022-10-21T19:10:05.503Z] drwxrwxr-x 18 1001 1001 4096 Oct 21 19:08 cmd [2022-10-21T19:10:05.503Z] -rw-r--r-- 1 root root 500071 Oct 21 19:09 coverage.out [2022-10-21T19:10:05.503Z] -rw-rw-r-- 1 1001 1001 3458 Oct 21 19:08 go.mod [2022-10-21T19:10:05.503Z] -rw-rw-r-- 1 1001 1001 38041 Oct 21 19:08 go.sum [2022-10-21T19:10:05.503Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:08 internal [2022-10-21T19:10:05.503Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:08 openapi [2022-10-21T19:10:05.503Z] drwxrwxr-x 4 1001 1001 4096 Oct 21 19:08 snap [2022-10-21T19:10:05.503Z] -rw-rw-r-- 1 1001 1001 204 Oct 21 19:08 version.go [Pipeline] sh [2022-10-21T19:10:05.817Z] + '[' -e coverage.out ] [2022-10-21T19:10:05.817Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-21T19:10:05.941Z] Stashed 1 file(s) [Pipeline] sh [2022-10-21T19:10:06.231Z] + make build [2022-10-21T19:10:06.231Z] 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-21T19:10:18.433Z] 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-21T19:10:30.631Z] 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-21T19:10:30.631Z] 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-21T19:10:38.751Z] 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-21T19:10:38.751Z] 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-21T19:10:39.008Z] 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-21T19:10:40.909Z] 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-21T19:10:41.473Z] 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-21T19:10:42.873Z] 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-21T19:10:43.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-10-21T19:10:44.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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-10-21T19:10:46.651Z] 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-21T19:10:47.604Z] $ docker stop --time=1 2f07321951f4903047811f79fbfc3ba21b147d1f84a38206a691a446e2bebc3c [2022-10-21T19:10:51.515Z] $ docker rm -f 2f07321951f4903047811f79fbfc3ba21b147d1f84a38206a691a446e2bebc3c [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-21T19:10:52.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:10:52.747Z] [2022-10-21T19:10:52.747Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:10:53.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:10:53.117Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-21T19:10:53.117Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-21T19:10:53.117Z] ca9280d653b3: Pulling fs layer [2022-10-21T19:10:53.117Z] 7e9c9ca2126c: Pulling fs layer [2022-10-21T19:10:53.385Z] cbdbe7a5bc2a: Download complete [2022-10-21T19:10:53.385Z] cbdbe7a5bc2a: Pull complete [2022-10-21T19:10:53.385Z] ca9280d653b3: Verifying Checksum [2022-10-21T19:10:53.385Z] ca9280d653b3: Download complete [2022-10-21T19:10:53.960Z] 7e9c9ca2126c: Download complete [2022-10-21T19:10:53.960Z] ca9280d653b3: Pull complete [2022-10-21T19:10:57.253Z] 7e9c9ca2126c: Pull complete [2022-10-21T19:10:57.253Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-21T19:10:57.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:10:57.253Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:10:57.463Z] prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container [2022-10-21T19:10:57.488Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-10-21T19:11:00.005Z] $ docker top 4f12043502251ca8b878e594a710bdc95f4ef37cd868785b43c8364bf253d9bd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:11:00.390Z] + docker-compose build --help [2022-10-21T19:11:00.390Z] + grep parallel [2022-10-21T19:11:00.961Z] --parallel Build images in parallel. [Pipeline] } [2022-10-21T19:11:00.992Z] $ docker stop --time=1 4f12043502251ca8b878e594a710bdc95f4ef37cd868785b43c8364bf253d9bd [2022-10-21T19:11:02.249Z] $ docker rm -f 4f12043502251ca8b878e594a710bdc95f4ef37cd868785b43c8364bf253d9bd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:11:02.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-21T19:11:02.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:11:02.949Z] prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container [2022-10-21T19:11:02.972Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-10-21T19:11:03.295Z] $ docker top bb40b5cd367104cb4f012f50a137166d3dfbe3616ab02850a580a8c7ceefe594 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:11:03.687Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-21T19:11:04.253Z] Building core-command ... [2022-10-21T19:11:04.253Z] Building core-data ... [2022-10-21T19:11:04.253Z] Building core-metadata ... [2022-10-21T19:11:04.253Z] Building security-bootstrapper ... [2022-10-21T19:11:04.253Z] Building security-proxy-setup ... [2022-10-21T19:11:04.253Z] Building security-secretstore-setup ... [2022-10-21T19:11:04.253Z] Building security-spiffe-token-provider ... [2022-10-21T19:11:04.253Z] Building security-spire-agent ... [2022-10-21T19:11:04.253Z] Building security-spire-config ... [2022-10-21T19:11:04.253Z] Building security-spire-server ... [2022-10-21T19:11:04.253Z] Building support-notifications ... [2022-10-21T19:11:04.253Z] Building support-scheduler ... [2022-10-21T19:11:04.253Z] Building sys-mgmt-agent ... [2022-10-21T19:11:04.253Z] Building security-bootstrapper [2022-10-21T19:11:04.253Z] Building sys-mgmt-agent [2022-10-21T19:11:04.253Z] Building core-data [2022-10-21T19:11:04.253Z] Building security-spire-config [2022-10-21T19:11:04.253Z] Building core-metadata [2022-10-21T19:11:08.655Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8789 in /w/workspace/edgexfoundry_edgex-go_PR-4208 [Pipeline] { [Pipeline] ws [2022-10-21T19:11:08.694Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-21T19:11:08.771Z] The recommended git tool is: git [2022-10-21T19:11:14.718Z] using credential edgex-jenkins-ssh [2022-10-21T19:11:14.735Z] Cloning the remote Git repository [2022-10-21T19:11:14.784Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-21T19:11:14.863Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-21T19:11:15.001Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-21T19:11:15.003Z] > git --version # timeout=10 [2022-10-21T19:11:15.023Z] > git --version # 'git version 2.25.1' [2022-10-21T19:11:15.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-21T19:11:15.073Z] Verifying host key using known hosts file [2022-10-21T19:11:15.262Z] 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-21T19:11:15.276Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-21T19:11:16.451Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:16.451Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:16.451Z] ---> 0d63abf92324 [2022-10-21T19:11:16.451Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:11:16.451Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:16.451Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:16.451Z] ---> 0d63abf92324 [2022-10-21T19:11:16.451Z] Step 3/33 : WORKDIR /edgex-go [2022-10-21T19:11:16.451Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:16.451Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:16.451Z] ---> 0d63abf92324 [2022-10-21T19:11:16.451Z] Step 3/23 : WORKDIR /edgex-go [2022-10-21T19:11:16.451Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:16.451Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:16.451Z] ---> 0d63abf92324 [2022-10-21T19:11:16.451Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:11:16.451Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:11:16.451Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:11:16.451Z] ---> 0d63abf92324 [2022-10-21T19:11:16.451Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:11:21.726Z] ---> Running in 71a18e0469bf [2022-10-21T19:11:21.726Z] ---> Running in 616aa7489c64 [2022-10-21T19:11:21.726Z] ---> Running in 804a9d64e000 [2022-10-21T19:11:21.726Z] ---> Running in 9976893a99a5 [2022-10-21T19:11:21.726Z] ---> Running in 913efd4a94f6 [2022-10-21T19:11:21.726Z] Removing intermediate container 71a18e0469bf [2022-10-21T19:11:21.726Z] ---> 1d2f7ae8d1f4 [2022-10-21T19:11:21.726Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:11:21.726Z] Removing intermediate container 616aa7489c64 [2022-10-21T19:11:21.726Z] ---> 316a7c902074 [2022-10-21T19:11:21.726Z] Step 4/25 : WORKDIR /edgex-go [2022-10-21T19:11:21.726Z] Removing intermediate container 9976893a99a5 [2022-10-21T19:11:21.726Z] ---> 8e3b41c8ebe3 [2022-10-21T19:11:21.726Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:21.726Z] ---> Running in 0d2877019c30 [2022-10-21T19:11:21.726Z] ---> Running in e36f731caa74 [2022-10-21T19:11:21.726Z] ---> Running in c1d8ca7016b5 [2022-10-21T19:11:21.726Z] Removing intermediate container 804a9d64e000 [2022-10-21T19:11:21.726Z] ---> 9beaf0d58011 [2022-10-21T19:11:21.726Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:21.726Z] Removing intermediate container 913efd4a94f6 [2022-10-21T19:11:21.726Z] ---> 2cb31d602375 [2022-10-21T19:11:21.726Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:21.726Z] ---> Running in 27d4f92ebef9 [2022-10-21T19:11:21.726Z] ---> Running in 6e992a4b3128 [2022-10-21T19:11:21.726Z] Removing intermediate container 0d2877019c30 [2022-10-21T19:11:21.726Z] ---> cdfb431ee5c2 [2022-10-21T19:11:21.726Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:21.726Z] Removing intermediate container e36f731caa74 [2022-10-21T19:11:21.726Z] ---> f33c301dd32d [2022-10-21T19:11:21.726Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:11:21.726Z] ---> Running in fdd57e337035 [2022-10-21T19:11:21.726Z] ---> Running in e835429a5625 [2022-10-21T19:11:21.990Z] Removing intermediate container c1d8ca7016b5 [2022-10-21T19:11:21.990Z] ---> bfe58da3f80d [2022-10-21T19:11:21.990Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-21T19:11:21.990Z] ---> Running in f69285ac0d08 [2022-10-21T19:11:22.556Z] Removing intermediate container 6e992a4b3128 [2022-10-21T19:11:22.556Z] ---> d2e098f04950 [2022-10-21T19:11:22.556Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-21T19:11:22.556Z] ---> Running in e0de06409cf8 [2022-10-21T19:11:22.556Z] Removing intermediate container 27d4f92ebef9 [2022-10-21T19:11:22.556Z] ---> f1dcd5a56181 [2022-10-21T19:11:22.556Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:11:22.556Z] ---> Running in ad11b9ac6184 [2022-10-21T19:11:22.813Z] Removing intermediate container fdd57e337035 [2022-10-21T19:11:22.813Z] ---> a8f40dc27057 [2022-10-21T19:11:22.813Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-21T19:11:22.813Z] ---> Running in 58f511819d7d [2022-10-21T19:11:22.813Z] Removing intermediate container e835429a5625 [2022-10-21T19:11:22.813Z] ---> e3c7b5eb0f9f [2022-10-21T19:11:22.813Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-21T19:11:22.813Z] ---> Running in 459e4ccf301d [2022-10-21T19:11:22.813Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:23.070Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:23.328Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:23.328Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:23.328Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:23.895Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:23.895Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:24.160Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:24.160Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:24.160Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:24.160Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:11:24.420Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:24.420Z] Removing intermediate container f69285ac0d08 [2022-10-21T19:11:24.420Z] ---> c14dbc3c5abd [2022-10-21T19:11:24.420Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-21T19:11:24.420Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:24.681Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:24.681Z] ---> 0b79ef790c58 [2022-10-21T19:11:24.681Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:24.681Z] ---> Running in d999a2a95dc0 [2022-10-21T19:11:24.681Z] Removing intermediate container ad11b9ac6184 [2022-10-21T19:11:24.681Z] ---> 3488c52e25d5 [2022-10-21T19:11:24.681Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:11:24.942Z] Removing intermediate container 58f511819d7d [2022-10-21T19:11:24.942Z] ---> 02143edcba78 [2022-10-21T19:11:24.942Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:11:24.942Z] ---> 36f0c64f95f3 [2022-10-21T19:11:24.942Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:24.942Z] ---> Running in 6188b643d40b [2022-10-21T19:11:24.942Z] ---> b9f8fdee7046 [2022-10-21T19:11:24.942Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:24.942Z] ---> Running in 56f1ea203f91 [2022-10-21T19:11:24.942Z] OK: 211 MiB in 51 packages [2022-10-21T19:11:25.201Z] Removing intermediate container e0de06409cf8 [2022-10-21T19:11:25.201Z] ---> fd08f4128f83 [2022-10-21T19:11:25.201Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-21T19:11:25.201Z] ---> f15e4faf0646 [2022-10-21T19:11:25.201Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:25.460Z] ---> Running in 2da1cd845f11 [2022-10-21T19:11:25.460Z] Removing intermediate container 459e4ccf301d [2022-10-21T19:11:25.460Z] ---> e8427fc0fc06 [2022-10-21T19:11:25.460Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-21T19:11:25.717Z] ---> 561741fbdf0b [2022-10-21T19:11:25.717Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:11:25.717Z] ---> Running in b52cfa1caf50 [2022-10-21T19:11:32.593Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-21T19:11:32.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-21T19:11:34.198Z] Merging remotes/origin/main commit 5b680ce2290ec1e216282ae2e83c9b6619569a4e into PR head commit 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:11:34.619Z] Merge succeeded, producing 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:11:34.619Z] Checking out Revision 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 (PR-4208) [2022-10-21T19:11:33.431Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-21T19:11:33.473Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-21T19:11:33.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-21T19:11:33.480Z] Verifying host key using known hosts file [2022-10-21T19:11:33.487Z] 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-21T19:11:33.499Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4208/head:refs/remotes/origin/PR-4208 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-21T19:11:34.224Z] > git config core.sparsecheckout # timeout=10 [2022-10-21T19:11:34.245Z] > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 [2022-10-21T19:11:34.524Z] > git remote # timeout=10 [2022-10-21T19:11:34.542Z] > git config --get remote.origin.url # timeout=10 [2022-10-21T19:11:34.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-21T19:11:34.566Z] Verifying host key using known hosts file [2022-10-21T19:11:34.570Z] 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-21T19:11:34.578Z] > git merge 5b680ce2290ec1e216282ae2e83c9b6619569a4e # timeout=10 [2022-10-21T19:11:34.604Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-21T19:11:34.627Z] > git config core.sparsecheckout # timeout=10 [2022-10-21T19:11:34.649Z] > git checkout -f 4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 # timeout=10 [2022-10-21T19:11:35.380Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-10-21T19:11:35.437Z] > git --version # timeout=10 [2022-10-21T19:11:35.446Z] > git --version # 'git version 2.25.1' [2022-10-21T19:11:35.478Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-21T19:11:36.925Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-21T19:11:36.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-21T19:11:36.925Z] Dload Upload Total Spent Left Speed [2022-10-21T19:11:36.925Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 73267 0 --:--:-- --:--:-- --:--:-- 73695 [Pipeline] sh [2022-10-21T19:11:37.543Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-21T19:11:37.883Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-21T19:11:37.883Z] + sudo tee /etc/docker/daemon.new [2022-10-21T19:11:37.883Z] { [2022-10-21T19:11:37.883Z] "registry-mirrors": [ [2022-10-21T19:11:37.883Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-21T19:11:37.883Z] ], [2022-10-21T19:11:37.883Z] "bip": "10.250.0.254/24", [2022-10-21T19:11:37.883Z] "hosts": [ [2022-10-21T19:11:37.883Z] "tcp://0.0.0.0:5555", [2022-10-21T19:11:37.883Z] "unix:///var/run/docker.sock" [2022-10-21T19:11:37.883Z] ], [2022-10-21T19:11:37.883Z] "mtu": 1458, [2022-10-21T19:11:37.883Z] "selinux-enabled": true, [2022-10-21T19:11:37.883Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-21T19:11:37.883Z] } [Pipeline] sh [2022-10-21T19:11:38.234Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-21T19:11:38.596Z] + sudo service docker restart [2022-10-21T19:11:47.723Z] Removing intermediate container 6188b643d40b [2022-10-21T19:11:47.723Z] ---> bf93874413df [2022-10-21T19:11:47.723Z] Step 8/26 : COPY . . [2022-10-21T19:11:47.723Z] Removing intermediate container 56f1ea203f91 [2022-10-21T19:11:47.723Z] ---> c9adb6ea4533 [2022-10-21T19:11:47.723Z] Step 9/24 : COPY . . [2022-10-21T19:11:47.723Z] Removing intermediate container 2da1cd845f11 [2022-10-21T19:11:47.723Z] ---> 7944043d5e10 [2022-10-21T19:11:47.723Z] Step 8/33 : COPY . . [2022-10-21T19:11:47.723Z] Removing intermediate container d999a2a95dc0 [2022-10-21T19:11:47.723Z] ---> aa2fa917212c [2022-10-21T19:11:47.723Z] Step 8/23 : COPY . . [2022-10-21T19:11:47.723Z] Removing intermediate container b52cfa1caf50 [2022-10-21T19:11:47.723Z] ---> 2590fa57cf4f [2022-10-21T19:11:47.723Z] Step 9/25 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-21T19:11:56.925Z] provisioning config files... [2022-10-21T19:11:56.956Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3473241899533972828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:11:57.363Z] ---> docker-login.sh [2022-10-21T19:11:57.363Z] nexus3.edgexfoundry.org:10001 [2022-10-21T19:11:57.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:11:58.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:11:58.229Z] Configure a credential helper to remove this warning. See [2022-10-21T19:11:58.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:11:58.229Z] [2022-10-21T19:11:58.229Z] Login Succeeded [2022-10-21T19:11:58.229Z] nexus3.edgexfoundry.org:10002 [2022-10-21T19:11:58.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:11:58.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:11:58.499Z] Configure a credential helper to remove this warning. See [2022-10-21T19:11:58.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:11:58.499Z] [2022-10-21T19:11:58.499Z] Login Succeeded [2022-10-21T19:11:58.499Z] nexus3.edgexfoundry.org:10003 [2022-10-21T19:11:58.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:11:59.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:11:59.040Z] Configure a credential helper to remove this warning. See [2022-10-21T19:11:59.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:11:59.040Z] [2022-10-21T19:11:59.040Z] Login Succeeded [2022-10-21T19:11:59.040Z] nexus3.edgexfoundry.org:10004 [2022-10-21T19:11:59.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:11:59.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:11:59.310Z] Configure a credential helper to remove this warning. See [2022-10-21T19:11:59.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:11:59.310Z] [2022-10-21T19:11:59.310Z] Login Succeeded [2022-10-21T19:11:59.310Z] docker.io [2022-10-21T19:11:59.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-21T19:12:00.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-21T19:12:00.172Z] Configure a credential helper to remove this warning. See [2022-10-21T19:12:00.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-21T19:12:00.172Z] [2022-10-21T19:12:00.172Z] Login Succeeded [2022-10-21T19:12:00.172Z] ---> docker-login.sh ends [Pipeline] } [2022-10-21T19:12:00.204Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-21T19:12:00.813Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-21T19:12:00.847Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:12:00.877Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-21T19:12:00.908Z] ========================================================= [2022-10-21T19:12:00.908Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-21T19:12:00.908Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:12:01.283Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:12:01.568Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-21T19:12:01.568Z] 9b18e9b68314: Pulling fs layer [2022-10-21T19:12:01.568Z] d32db5db7311: Pulling fs layer [2022-10-21T19:12:01.568Z] d0c4b47475fc: Pulling fs layer [2022-10-21T19:12:01.568Z] 5831b945b038: Pulling fs layer [2022-10-21T19:12:01.568Z] 86bbec2aaacd: Pulling fs layer [2022-10-21T19:12:01.568Z] e10730c5d714: Pulling fs layer [2022-10-21T19:12:01.568Z] 5dd5c2283517: Pulling fs layer [2022-10-21T19:12:01.568Z] d5ac0230b979: Pulling fs layer [2022-10-21T19:12:01.568Z] e10730c5d714: Waiting [2022-10-21T19:12:01.568Z] 5dd5c2283517: Waiting [2022-10-21T19:12:01.568Z] d5ac0230b979: Waiting [2022-10-21T19:12:01.568Z] 5831b945b038: Waiting [2022-10-21T19:12:01.568Z] 86bbec2aaacd: Waiting [2022-10-21T19:12:01.568Z] d0c4b47475fc: Verifying Checksum [2022-10-21T19:12:01.568Z] d0c4b47475fc: Download complete [2022-10-21T19:12:01.568Z] d32db5db7311: Download complete [2022-10-21T19:12:01.568Z] 86bbec2aaacd: Download complete [2022-10-21T19:12:01.568Z] e10730c5d714: Verifying Checksum [2022-10-21T19:12:01.568Z] e10730c5d714: Download complete [2022-10-21T19:12:01.568Z] 9b18e9b68314: Verifying Checksum [2022-10-21T19:12:01.568Z] 9b18e9b68314: Download complete [2022-10-21T19:12:02.562Z] 9b18e9b68314: Pull complete [2022-10-21T19:12:02.743Z] ---> 3ab457c8ba97 [2022-10-21T19:12:02.743Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-21T19:12:02.743Z] ---> c85ebd555f51 [2022-10-21T19:12:02.743Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-21T19:12:02.743Z] ---> 97ffe3cf0057 [2022-10-21T19:12:02.743Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:12:02.743Z] ---> 7c94971858df [2022-10-21T19:12:02.743Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-21T19:12:02.743Z] ---> 5b8d8a407f19 [2022-10-21T19:12:02.743Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-21T19:12:02.743Z] ---> Running in de555d3558c8 [2022-10-21T19:12:02.743Z] ---> Running in 505aee65f61d [2022-10-21T19:12:02.743Z] ---> Running in f82eb8160e94 [2022-10-21T19:12:02.743Z] ---> Running in 5e639a73ef3c [2022-10-21T19:12:02.743Z] ---> Running in ed3b91e7c23a [2022-10-21T19:12:02.743Z] Removing intermediate container f82eb8160e94 [2022-10-21T19:12:02.743Z] ---> e6110bbcd5ac [2022-10-21T19:12:02.744Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:12:02.744Z] ---> Running in 18940e932db7 [2022-10-21T19:12:02.744Z] Removing intermediate container 18940e932db7 [2022-10-21T19:12:02.744Z] ---> 1c475a898608 [2022-10-21T19:12:02.744Z] 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-21T19:12:02.744Z] ---> Running in d7f31e7476e1 [2022-10-21T19:12:02.744Z] 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-21T19:12:02.744Z] 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-21T19:12:02.744Z] 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-21T19:12:02.744Z] 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-21T19:12:02.744Z] Removing intermediate container d7f31e7476e1 [2022-10-21T19:12:02.744Z] ---> 28927e39da96 [2022-10-21T19:12:02.744Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:12:02.744Z] ---> Running in 54b66a097e58 [2022-10-21T19:12:02.744Z] Removing intermediate container 54b66a097e58 [2022-10-21T19:12:02.744Z] ---> e3a804276562 [2022-10-21T19:12:02.744Z] [2022-10-21T19:12:02.744Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:12:02.744Z] 3.15: Pulling from library/alpine [2022-10-21T19:12:02.844Z] d5ac0230b979: Verifying Checksum [2022-10-21T19:12:02.844Z] d5ac0230b979: Download complete [2022-10-21T19:12:03.308Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-21T19:12:03.309Z] Status: Downloaded newer image for alpine:3.15 [2022-10-21T19:12:03.309Z] ---> c4fc93816858 [2022-10-21T19:12:03.309Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:12:03.442Z] d32db5db7311: Pull complete [2022-10-21T19:12:03.576Z] ---> Running in 610c79077dcf [2022-10-21T19:12:03.834Z] Removing intermediate container 610c79077dcf [2022-10-21T19:12:03.834Z] ---> 8f80915b74b9 [2022-10-21T19:12:03.834Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:03.834Z] ---> Running in 1af9a424d28d [2022-10-21T19:12:04.119Z] d0c4b47475fc: Pull complete [2022-10-21T19:12:04.406Z] 5dd5c2283517: Verifying Checksum [2022-10-21T19:12:04.406Z] 5dd5c2283517: Download complete [2022-10-21T19:12:04.774Z] Removing intermediate container 1af9a424d28d [2022-10-21T19:12:04.774Z] ---> 214cba6015a6 [2022-10-21T19:12:04.774Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-21T19:12:04.774Z] ---> Running in 6a5e12796a6b [2022-10-21T19:12:05.028Z] 5831b945b038: Verifying Checksum [2022-10-21T19:12:05.028Z] 5831b945b038: Download complete [2022-10-21T19:12:05.337Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:06.267Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:06.831Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:12:06.831Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:12:06.831Z] OK: 15857 distinct packages available [2022-10-21T19:12:06.831Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:07.395Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:07.959Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:07.959Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:12:07.959Z] (3/4) Installing libucontext (1.1-r0) [2022-10-21T19:12:08.216Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-21T19:12:08.216Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:12:08.216Z] OK: 6 MiB in 18 packages [2022-10-21T19:12:13.515Z] Removing intermediate container 6a5e12796a6b [2022-10-21T19:12:13.515Z] ---> ff6e5850098c [2022-10-21T19:12:13.515Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:12:16.814Z] ---> f62c29b395fa [2022-10-21T19:12:16.814Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:12:16.814Z] ---> f822614e2e95 [2022-10-21T19:12:16.814Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-21T19:12:17.070Z] ---> Running in 0a146fbb53e9 [2022-10-21T19:12:17.328Z] Removing intermediate container 0a146fbb53e9 [2022-10-21T19:12:17.328Z] ---> 188ff6e448ba [2022-10-21T19:12:17.328Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-21T19:12:18.258Z] ---> c3603fca3e7e [2022-10-21T19:12:18.258Z] Step 21/26 : WORKDIR / [2022-10-21T19:12:18.258Z] ---> Running in 7e277fa09a83 [2022-10-21T19:12:18.825Z] Removing intermediate container 7e277fa09a83 [2022-10-21T19:12:18.825Z] ---> 5896552302b5 [2022-10-21T19:12:18.825Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:12:18.825Z] ---> Running in c68b57544ae4 [2022-10-21T19:12:19.389Z] Removing intermediate container c68b57544ae4 [2022-10-21T19:12:19.389Z] ---> 8cbf2fb7d259 [2022-10-21T19:12:19.389Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:12:19.389Z] ---> Running in 17c84dd4b2f4 [2022-10-21T19:12:19.648Z] Removing intermediate container 17c84dd4b2f4 [2022-10-21T19:12:19.648Z] ---> 0edb332d4a1e [2022-10-21T19:12:19.648Z] Step 24/26 : LABEL arch=x86_64 [2022-10-21T19:12:19.904Z] ---> Running in 2adb5dccb245 [2022-10-21T19:12:20.058Z] 5831b945b038: Pull complete [2022-10-21T19:12:20.058Z] 86bbec2aaacd: Pull complete [2022-10-21T19:12:20.058Z] e10730c5d714: Pull complete [2022-10-21T19:12:20.161Z] Removing intermediate container 2adb5dccb245 [2022-10-21T19:12:20.161Z] ---> 452528df51f7 [2022-10-21T19:12:20.161Z] Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:12:20.428Z] ---> Running in a993d9f61e91 [2022-10-21T19:12:20.685Z] Removing intermediate container a993d9f61e91 [2022-10-21T19:12:20.685Z] ---> dccb4ee018e4 [2022-10-21T19:12:20.685Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:12:20.965Z] ---> Running in fa30bf7d1fd3 [2022-10-21T19:12:21.222Z] Removing intermediate container fa30bf7d1fd3 [2022-10-21T19:12:21.222Z] ---> 0b4ba1112fd8 [2022-10-21T19:12:21.222Z] [2022-10-21T19:12:21.222Z] Successfully built 0b4ba1112fd8 [2022-10-21T19:12:21.222Z] Successfully tagged security-spire-config:latest [2022-10-21T19:12:21.222Z]  Building security-spire-config ... done Building security-secretstore-setup [2022-10-21T19:12:25.399Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:25.399Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:25.399Z] ---> 0d63abf92324 [2022-10-21T19:12:25.399Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:12:25.399Z] ---> Using cache [2022-10-21T19:12:25.399Z] ---> 2cb31d602375 [2022-10-21T19:12:25.399Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:25.399Z] ---> Using cache [2022-10-21T19:12:25.399Z] ---> f1dcd5a56181 [2022-10-21T19:12:25.399Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-21T19:12:25.432Z] 5dd5c2283517: Pull complete [2022-10-21T19:12:26.844Z] d5ac0230b979: Pull complete [2022-10-21T19:12:26.844Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-21T19:12:26.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:12:27.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:12:27.503Z] + docker build -t ci-base-image-arm64 -f - . [2022-10-21T19:12:27.503Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:12:27.503Z] WORKDIR /edgex [2022-10-21T19:12:27.503Z] COPY go.mod . [2022-10-21T19:12:27.503Z] RUN go mod download [2022-10-21T19:12:28.090Z] Sending build context to Docker daemon 3.259MB [2022-10-21T19:12:28.090Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-21T19:12:28.090Z] ---> 59b3b1a385d4 [2022-10-21T19:12:28.090Z] Step 2/4 : WORKDIR /edgex [2022-10-21T19:12:28.676Z] ---> Running in 43e37871806c [2022-10-21T19:12:29.623Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:30.033Z] ---> Running in 027dd2824c8b [2022-10-21T19:12:30.301Z] Removing intermediate container 027dd2824c8b [2022-10-21T19:12:30.301Z] ---> 4b1a339f0b9f [2022-10-21T19:12:30.301Z] Step 3/4 : COPY go.mod . [2022-10-21T19:12:30.569Z] ---> cdcba788086c [2022-10-21T19:12:30.569Z] Step 4/4 : RUN go mod download [2022-10-21T19:12:30.836Z] ---> Running in 2c4382df9dd9 [2022-10-21T19:12:32.147Z] Removing intermediate container 505aee65f61d [2022-10-21T19:12:32.147Z] ---> 47db315a329b [2022-10-21T19:12:32.147Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-21T19:12:32.147Z] ---> Running in 0276b2aaab0f [2022-10-21T19:12:32.711Z] 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-21T19:12:32.968Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:35.529Z] Removing intermediate container ed3b91e7c23a [2022-10-21T19:12:35.529Z] ---> cbe205bf2490 [2022-10-21T19:12:35.529Z] [2022-10-21T19:12:35.529Z] Step 10/33 : FROM alpine:3.16 [2022-10-21T19:12:35.787Z] Removing intermediate container 5e639a73ef3c [2022-10-21T19:12:35.787Z] ---> bda6e8c29104 [2022-10-21T19:12:35.787Z] [2022-10-21T19:12:35.787Z] Step 11/25 : FROM alpine:3.16 [2022-10-21T19:12:35.787Z] Removing intermediate container 0276b2aaab0f [2022-10-21T19:12:35.787Z] ---> 4eea5fd63d27 [2022-10-21T19:12:35.787Z] [2022-10-21T19:12:35.787Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:12:35.787Z] 3.16: Pulling from library/alpine [2022-10-21T19:12:35.787Z] 3.16: Pulling from library/alpine [2022-10-21T19:12:35.787Z] 3.16: Pulling from library/alpine [2022-10-21T19:12:35.787Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-21T19:12:35.787Z] Status: Downloaded newer image for alpine:3.16 [2022-10-21T19:12:35.787Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-21T19:12:35.787Z] Status: Image is up to date for alpine:3.16 [2022-10-21T19:12:35.787Z] ---> 9c6f07244728 [2022-10-21T19:12:35.787Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:12:35.787Z] ---> 9c6f07244728 [2022-10-21T19:12:35.787Z] 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-21T19:12:35.787Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-21T19:12:35.787Z] Status: Image is up to date for alpine:3.16 [2022-10-21T19:12:35.787Z] ---> 9c6f07244728 [2022-10-21T19:12:35.787Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:12:36.726Z] ---> Running in 2c3d7c9b6cec [2022-10-21T19:12:36.726Z] ---> Running in 6dcfc96cb7ff [2022-10-21T19:12:36.726Z] ---> Running in 2c96b892a016 [2022-10-21T19:12:36.726Z] OK: 211 MiB in 51 packages [2022-10-21T19:12:36.984Z] Removing intermediate container 6dcfc96cb7ff [2022-10-21T19:12:36.984Z] ---> 3ac16ef836a7 [2022-10-21T19:12:36.984Z] 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-21T19:12:36.984Z] Removing intermediate container 2c3d7c9b6cec [2022-10-21T19:12:36.984Z] ---> cf0d157a9a74 [2022-10-21T19:12:36.984Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-21T19:12:36.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:36.984Z] ---> Running in 72e7e361b3e9 [2022-10-21T19:12:36.984Z] ---> Running in 5030cb62c014 [2022-10-21T19:12:37.242Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:37.503Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:37.503Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:37.503Z] OK: 6 MiB in 15 packages [2022-10-21T19:12:37.503Z] Removing intermediate container 43e37871806c [2022-10-21T19:12:37.503Z] ---> c9cccb07cda8 [2022-10-21T19:12:37.503Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:12:37.761Z] ---> f1c168c78706 [2022-10-21T19:12:37.761Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:37.761Z] ---> Running in ed0ad297fd16 [2022-10-21T19:12:37.761Z] Removing intermediate container 2c96b892a016 [2022-10-21T19:12:37.761Z] ---> 42aa8b09e53b [2022-10-21T19:12:37.761Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:12:37.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:37.761Z] Removing intermediate container de555d3558c8 [2022-10-21T19:12:37.761Z] ---> 4ce58ac082ce [2022-10-21T19:12:37.761Z] [2022-10-21T19:12:37.761Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:12:37.761Z] ---> 9c6f07244728 [2022-10-21T19:12:37.761Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-21T19:12:38.021Z] ---> Running in 1413bb510822 [2022-10-21T19:12:38.021Z] ---> Running in 7aa15661ab53 [2022-10-21T19:12:38.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:38.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:38.021Z] Removing intermediate container 1413bb510822 [2022-10-21T19:12:38.021Z] ---> e0bac9d5826c [2022-10-21T19:12:38.021Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-21T19:12:38.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:38.021Z] ---> Running in 94a1d528daa1 [2022-10-21T19:12:38.021Z] Removing intermediate container 7aa15661ab53 [2022-10-21T19:12:38.021Z] ---> c9a099621076 [2022-10-21T19:12:38.021Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-21T19:12:38.021Z] ---> Running in 5c4d695652e8 [2022-10-21T19:12:38.021Z] Removing intermediate container 94a1d528daa1 [2022-10-21T19:12:38.021Z] ---> 444483c40d30 [2022-10-21T19:12:38.021Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-21T19:12:38.021Z] ---> Running in 753f0e4d962a [2022-10-21T19:12:38.280Z] Removing intermediate container 5c4d695652e8 [2022-10-21T19:12:38.280Z] ---> 1265266e610e [2022-10-21T19:12:38.280Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-21T19:12:38.280Z] ---> Running in 815d0cae6f2b [2022-10-21T19:12:38.280Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:38.280Z] (2/2) Installing su-exec (0.2-r1) [2022-10-21T19:12:38.280Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:38.280Z] OK: 6 MiB in 16 packages [2022-10-21T19:12:38.280Z] Removing intermediate container 753f0e4d962a [2022-10-21T19:12:38.280Z] ---> 3c88615bdf4a [2022-10-21T19:12:38.280Z] Step 16/25 : WORKDIR / [2022-10-21T19:12:38.280Z] ---> Running in 64af20a0eceb [2022-10-21T19:12:38.280Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-21T19:12:38.280Z] Removing intermediate container 815d0cae6f2b [2022-10-21T19:12:38.280Z] ---> c3448ba2f7d8 [2022-10-21T19:12:38.280Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:38.280Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-21T19:12:38.280Z] (3/33) Installing readline (8.1.2-r0) [2022-10-21T19:12:38.280Z] (4/33) Installing bash (5.1.16-r2) [2022-10-21T19:12:38.280Z] ---> Running in fa055d278e86 [2022-10-21T19:12:38.539Z] Executing bash-5.1.16-r2.post-install [2022-10-21T19:12:38.539Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-21T19:12:38.539Z] Removing intermediate container 64af20a0eceb [2022-10-21T19:12:38.539Z] ---> 4d54dcea5b64 [2022-10-21T19:12:38.539Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:12:38.539Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:12:38.539Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:12:38.539Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-21T19:12:38.539Z] (9/33) Installing curl (7.83.1-r3) [2022-10-21T19:12:38.539Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-21T19:12:38.801Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:38.801Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-21T19:12:38.801Z] (13/33) Installing expat (2.4.9-r0) [2022-10-21T19:12:38.801Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-21T19:12:38.801Z] (15/33) Installing gdbm (1.23-r0) [2022-10-21T19:12:38.801Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-21T19:12:38.801Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:12:38.801Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:12:38.801Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-21T19:12:38.801Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-21T19:12:38.801Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-21T19:12:39.059Z] ---> 667d811ada80 [2022-10-21T19:12:39.059Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-21T19:12:39.059Z] Removing intermediate container 72e7e361b3e9 [2022-10-21T19:12:39.059Z] ---> 9b4add9ec2db [2022-10-21T19:12:39.059Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-21T19:12:39.059Z] ---> Running in 29848fb55783 [2022-10-21T19:12:39.642Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-21T19:12:39.642Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-21T19:12:39.642Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-21T19:12:39.642Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-21T19:12:39.642Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-21T19:12:39.642Z] Removing intermediate container 29848fb55783 [2022-10-21T19:12:39.642Z] ---> 7167f92c387c [2022-10-21T19:12:39.642Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-21T19:12:39.642Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-21T19:12:39.642Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-21T19:12:39.642Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-21T19:12:39.642Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-21T19:12:39.642Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-21T19:12:39.642Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-21T19:12:39.642Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-21T19:12:39.923Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:39.923Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:12:39.923Z] OK: 122 MiB in 47 packages [2022-10-21T19:12:41.295Z] Removing intermediate container fa055d278e86 [2022-10-21T19:12:41.295Z] ---> c6a8aaba130c [2022-10-21T19:12:41.296Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-21T19:12:41.871Z] ---> f84bc57993a7 [2022-10-21T19:12:41.871Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-21T19:12:42.129Z] ---> Running in dd54fa008a6c [2022-10-21T19:12:42.129Z] ---> Running in 853b92101c77 [2022-10-21T19:12:42.386Z] ---> f31d20b68f8c [2022-10-21T19:12:42.386Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-21T19:12:42.386Z] Removing intermediate container dd54fa008a6c [2022-10-21T19:12:42.386Z] ---> bd155eff2768 [2022-10-21T19:12:42.386Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-21T19:12:42.386Z] ---> Running in 2ca7994dd198 [2022-10-21T19:12:42.386Z] Removing intermediate container 2ca7994dd198 [2022-10-21T19:12:42.386Z] ---> 63d3a429f569 [2022-10-21T19:12:42.386Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-21T19:12:42.386Z] ---> f67f248d7b8a [2022-10-21T19:12:42.386Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-21T19:12:42.386Z] ---> Running in d47208ed7810 [2022-10-21T19:12:42.386Z] ---> Running in 346e6268f9a8 [2022-10-21T19:12:42.660Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:42.660Z] Removing intermediate container 346e6268f9a8 [2022-10-21T19:12:42.660Z] ---> 9f8f49cef257 [2022-10-21T19:12:42.660Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:12:42.660Z] Removing intermediate container d47208ed7810 [2022-10-21T19:12:42.660Z] ---> dadfcd75db92 [2022-10-21T19:12:42.660Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-21T19:12:42.917Z] ---> Running in 72f3d3f92062 [2022-10-21T19:12:42.917Z] ---> Running in ad259e9e6cc8 [2022-10-21T19:12:43.497Z] Removing intermediate container 72f3d3f92062 [2022-10-21T19:12:43.497Z] ---> 5b3417733609 [2022-10-21T19:12:43.497Z] Step 23/25 : LABEL arch=x86_64 [2022-10-21T19:12:43.497Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:44.082Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:44.082Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:12:44.082Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-21T19:12:44.347Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:12:44.347Z] ---> Running in 517602a3d5aa [2022-10-21T19:12:44.347Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-21T19:12:44.347Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-21T19:12:44.605Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:12:44.605Z] OK: 8 MiB in 20 packages [2022-10-21T19:12:44.605Z] Removing intermediate container 517602a3d5aa [2022-10-21T19:12:44.605Z] ---> 413a69ac47ee [2022-10-21T19:12:44.605Z] Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:12:44.605Z] Removing intermediate container ad259e9e6cc8 [2022-10-21T19:12:44.605Z] ---> 2742566e274c [2022-10-21T19:12:44.605Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-21T19:12:44.605Z] ---> Running in 61c0adc5c750 [2022-10-21T19:12:44.605Z] ---> Running in cc9bc81da5c2 [2022-10-21T19:12:44.863Z] Removing intermediate container 61c0adc5c750 [2022-10-21T19:12:44.863Z] ---> b6dd7c38dff3 [2022-10-21T19:12:44.863Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:12:44.863Z] Collecting docker-compose==1.23.2 [2022-10-21T19:12:44.863Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-21T19:12:44.863Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 24.2 MB/s eta 0:00:00 [2022-10-21T19:12:45.122Z] ---> Running in ec986cdbbdd3 [2022-10-21T19:12:45.122Z] Removing intermediate container cc9bc81da5c2 [2022-10-21T19:12:45.122Z] ---> 84dff4d3505b [2022-10-21T19:12:45.122Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-21T19:12:45.122Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-21T19:12:45.122Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-21T19:12:45.122Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 117.7 MB/s eta 0:00:00 [2022-10-21T19:12:45.122Z] Collecting PyYAML<4,>=3.10 [2022-10-21T19:12:45.122Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-21T19:12:45.122Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 175.7 MB/s eta 0:00:00 [2022-10-21T19:12:45.385Z] Removing intermediate container ec986cdbbdd3 [2022-10-21T19:12:45.385Z] ---> cfce405e99e4 [2022-10-21T19:12:45.385Z] [2022-10-21T19:12:45.385Z] Successfully built cfce405e99e4 [2022-10-21T19:12:45.385Z] Removing intermediate container 853b92101c77 [2022-10-21T19:12:45.385Z] ---> 4c00b23f6af9 [2022-10-21T19:12:45.385Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:12:45.385Z] Successfully tagged core-metadata:latest [2022-10-21T19:12:45.385Z]  Building core-metadata ... done Building security-spire-server [2022-10-21T19:12:45.385Z] ---> 5d49350998e0 [2022-10-21T19:12:45.385Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-21T19:12:45.645Z] Preparing metadata (setup.py): started [2022-10-21T19:12:45.645Z] ---> Running in bd5f6eb808bd [2022-10-21T19:12:45.902Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:45.902Z] Collecting texttable<0.10,>=0.9.0 [2022-10-21T19:12:45.902Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-21T19:12:45.902Z] Preparing metadata (setup.py): started [2022-10-21T19:12:46.851Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:47.416Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-21T19:12:47.416Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-21T19:12:47.416Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 115.7 MB/s eta 0:00:00 [2022-10-21T19:12:47.416Z] 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-21T19:12:47.416Z] Collecting docopt<0.7,>=0.6.1 [2022-10-21T19:12:47.416Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-21T19:12:47.416Z] Preparing metadata (setup.py): started [2022-10-21T19:12:47.674Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:47.932Z] Collecting jsonschema<3,>=2.5.1 [2022-10-21T19:12:47.932Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-21T19:12:47.932Z] Collecting cached-property<2,>=1.2.0 [2022-10-21T19:12:47.932Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-21T19:12:47.932Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-21T19:12:47.932Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-21T19:12:47.932Z] Preparing metadata (setup.py): started [2022-10-21T19:12:48.192Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:12:48.192Z] Collecting docker<4.0,>=3.6.0 [2022-10-21T19:12:48.192Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-21T19:12:48.192Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 135.9 MB/s eta 0:00:00 [2022-10-21T19:12:48.192Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:48.192Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:48.451Z] Collecting docker-pycreds>=0.4.0 [2022-10-21T19:12:48.451Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-21T19:12:48.451Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-21T19:12:48.451Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-21T19:12:48.451Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 142.4 MB/s eta 0:00:00 [2022-10-21T19:12:48.451Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-21T19:12:48.451Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-21T19:12:48.451Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 147.8 MB/s eta 0:00:00 [2022-10-21T19:12:48.711Z] Collecting idna<2.8,>=2.5 [2022-10-21T19:12:48.711Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-21T19:12:48.711Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 17.4 MB/s eta 0:00:00 [2022-10-21T19:12:48.711Z] Collecting certifi>=2017.4.17 [2022-10-21T19:12:48.711Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-21T19:12:48.711Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 45.0 MB/s eta 0:00:00 [2022-10-21T19:12:48.711Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-21T19:12:48.711Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-21T19:12:48.711Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-21T19:12:48.711Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-21T19:12:48.711Z] ---> 0d63abf92324 [2022-10-21T19:12:48.711Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> 2cb31d602375 [2022-10-21T19:12:48.711Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> f1dcd5a56181 [2022-10-21T19:12:48.711Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> 3488c52e25d5 [2022-10-21T19:12:48.711Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> 36f0c64f95f3 [2022-10-21T19:12:48.711Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> bf93874413df [2022-10-21T19:12:48.711Z] Step 8/25 : COPY . . [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> 97ffe3cf0057 [2022-10-21T19:12:48.711Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] ---> e6110bbcd5ac [2022-10-21T19:12:48.711Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-21T19:12:48.711Z] ---> 95ca9db519f1 [2022-10-21T19:12:48.711Z] ---> Using cache [2022-10-21T19:12:48.711Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / ---> 1c475a898608 [2022-10-21T19:12:48.711Z] [2022-10-21T19:12:48.711Z] 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-21T19:12:49.027Z] ---> Running in 29484b95d0fb [2022-10-21T19:12:49.027Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-21T19:12:49.027Z] Running setup.py install for texttable: started [2022-10-21T19:12:49.285Z] Running setup.py install for texttable: finished with status 'done' [2022-10-21T19:12:49.285Z] Running setup.py install for PyYAML: started [2022-10-21T19:12:49.285Z] Removing intermediate container ed0ad297fd16 [2022-10-21T19:12:49.285Z] ---> 29a27f864195 [2022-10-21T19:12:49.285Z] Step 8/25 : COPY . . [2022-10-21T19:12:49.544Z] Removing intermediate container bd5f6eb808bd [2022-10-21T19:12:49.544Z] ---> 1544687c1615 [2022-10-21T19:12:49.544Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:12:49.544Z] ---> 3ec28860a68e [2022-10-21T19:12:49.544Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-21T19:12:50.487Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-21T19:12:52.394Z] Running setup.py install for docopt: started [2022-10-21T19:12:52.668Z] ---> ffee15e80611 [2022-10-21T19:12:52.668Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-21T19:12:52.668Z] ---> dff1e7a55d74 [2022-10-21T19:12:52.668Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-21T19:12:52.668Z] Running setup.py install for docopt: finished with status 'done' [2022-10-21T19:12:52.668Z] Removing intermediate container 29484b95d0fb [2022-10-21T19:12:52.668Z] ---> 9c2db0706b63 [2022-10-21T19:12:52.668Z] Step 12/25 : WORKDIR /edgex-go [2022-10-21T19:12:52.928Z] ---> Running in 9391cacafff5 [2022-10-21T19:12:52.928Z] ---> Running in bd58f0f40264 [2022-10-21T19:12:52.928Z] Removing intermediate container 9391cacafff5 [2022-10-21T19:12:52.928Z] ---> 0215ae2eb86f [2022-10-21T19:12:52.928Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:12:53.188Z] ---> Running in ec109c2b373b [2022-10-21T19:12:53.188Z] Removing intermediate container bd58f0f40264 [2022-10-21T19:12:53.188Z] ---> c4d0c6b6542f [2022-10-21T19:12:53.188Z] [2022-10-21T19:12:53.188Z] Step 13/25 : FROM alpine:3.15 [2022-10-21T19:12:53.188Z] ---> c4fc93816858 [2022-10-21T19:12:53.188Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:12:53.188Z] ---> Using cache [2022-10-21T19:12:53.188Z] ---> 8f80915b74b9 [2022-10-21T19:12:53.188Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:53.188Z] ---> Using cache [2022-10-21T19:12:53.188Z] ---> 214cba6015a6 [2022-10-21T19:12:53.188Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:12:53.448Z] ---> Running in d9285602fed7 [2022-10-21T19:12:53.448Z] Removing intermediate container ec109c2b373b [2022-10-21T19:12:53.448Z] ---> 8352d71535a5 [2022-10-21T19:12:53.448Z] Step 22/24 : LABEL arch=x86_64 [2022-10-21T19:12:53.448Z] ---> Running in a0dc67444d3f [2022-10-21T19:12:53.448Z] ---> 88617079bec1 [2022-10-21T19:12:53.448Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-21T19:12:53.448Z] Removing intermediate container a0dc67444d3f [2022-10-21T19:12:53.448Z] ---> e80bfcc1c2a8 [2022-10-21T19:12:53.448Z] Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:12:53.448Z] ---> 0e4285c42052 [2022-10-21T19:12:53.448Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-21T19:12:53.448Z] ---> Running in b51851b6c271 [2022-10-21T19:12:53.448Z] ---> Running in fffc19375054 [2022-10-21T19:12:53.448Z] Running setup.py install for dockerpty: started [2022-10-21T19:12:53.448Z] ---> c56d6f46c981 [2022-10-21T19:12:53.448Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-21T19:12:53.706Z] Removing intermediate container b51851b6c271 [2022-10-21T19:12:53.706Z] ---> cbec47fc2462 [2022-10-21T19:12:53.706Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:12:53.706Z] ---> Running in 6f4be03b473c [2022-10-21T19:12:53.706Z] Removing intermediate container 6f4be03b473c [2022-10-21T19:12:53.706Z] ---> e059d7a009c8 [2022-10-21T19:12:53.706Z] [2022-10-21T19:12:53.706Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:53.706Z] ---> 5cbd2e37e769 [2022-10-21T19:12:53.706Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-21T19:12:53.706Z] Successfully built e059d7a009c8 [2022-10-21T19:12:53.706Z] Successfully tagged core-data:latest [2022-10-21T19:12:53.706Z]  Building core-data ... done Building security-proxy-setup [2022-10-21T19:12:53.966Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-21T19:12:53.966Z] 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-21T19:12:53.966Z] ---> d385186a8805 [2022-10-21T19:12:53.966Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-21T19:12:54.535Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:55.104Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:12:55.104Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:12:55.104Z] OK: 15857 distinct packages available [2022-10-21T19:12:55.104Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:56.049Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:12:56.308Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-21T19:12:56.308Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:12:56.308Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:12:56.308Z] ---> 0d63abf92324 [2022-10-21T19:12:56.308Z] Step 3/22 : WORKDIR /edgex-go [2022-10-21T19:12:56.308Z] ---> Using cache [2022-10-21T19:12:56.308Z] ---> 2cb31d602375 [2022-10-21T19:12:56.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:12:56.308Z] ---> Using cache [2022-10-21T19:12:56.308Z] ---> f1dcd5a56181 [2022-10-21T19:12:56.308Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-21T19:12:56.308Z] ---> Using cache [2022-10-21T19:12:56.308Z] ---> c9cccb07cda8 [2022-10-21T19:12:56.308Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-21T19:12:56.308Z] ---> Using cache [2022-10-21T19:12:56.308Z] ---> f1c168c78706 [2022-10-21T19:12:56.308Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:12:56.308Z] ---> Using cache [2022-10-21T19:12:56.308Z] ---> 29a27f864195 [2022-10-21T19:12:56.308Z] Step 8/22 : COPY . . [2022-10-21T19:12:56.308Z] ---> Using cache [2022-10-21T19:12:56.308Z] ---> 0e4285c42052 [2022-10-21T19:12:56.308Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-21T19:12:56.308Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:12:56.643Z] (3/5) Installing libucontext (1.1-r0) [2022-10-21T19:12:56.902Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-21T19:12:56.902Z] 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-21T19:12:56.902Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-21T19:12:56.902Z] 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-21T19:12:56.902Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:12:56.902Z] OK: 7 MiB in 19 packages [2022-10-21T19:12:57.851Z] ---> 84888f74352e [2022-10-21T19:12:57.851Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-21T19:12:57.851Z] ---> Running in 4a82f811b5ff [2022-10-21T19:12:57.851Z] ---> 0e276b1d53cf [2022-10-21T19:12:57.851Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-21T19:12:57.851Z] ---> Running in ea20020389bc [2022-10-21T19:12:58.146Z] Removing intermediate container d9285602fed7 [2022-10-21T19:12:58.146Z] ---> 1f681dd6740e [2022-10-21T19:12:58.146Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:12:58.407Z] 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-21T19:13:02.732Z] ---> c5d434e1c52c [2022-10-21T19:13:02.732Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:13:02.732Z] Removing intermediate container ea20020389bc [2022-10-21T19:13:02.732Z] ---> f0749c4bb480 [2022-10-21T19:13:02.732Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-21T19:13:02.732Z] ---> Running in 5d3d71b7867b [2022-10-21T19:13:02.732Z] Removing intermediate container 5030cb62c014 [2022-10-21T19:13:02.732Z] ---> e18238b96803 [2022-10-21T19:13:02.732Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-21T19:13:02.732Z] ---> f97ff9db1117 [2022-10-21T19:13:02.732Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-21T19:13:02.732Z] ---> Running in 9aa5feec87be [2022-10-21T19:13:02.732Z] Removing intermediate container 5d3d71b7867b [2022-10-21T19:13:02.732Z] ---> 1889889c50fb [2022-10-21T19:13:02.732Z] Step 30/33 : CMD ["gate"] [2022-10-21T19:13:02.991Z] ---> Running in a328eef2baf7 [2022-10-21T19:13:02.991Z] Removing intermediate container 9aa5feec87be [2022-10-21T19:13:02.991Z] ---> 2d27bc19048f [2022-10-21T19:13:02.991Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:13:02.991Z] ---> d95ad3cefa4f [2022-10-21T19:13:02.991Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-21T19:13:02.991Z] ---> Running in 7ce09ff994a9 [2022-10-21T19:13:03.053Z] Removing intermediate container 2c4382df9dd9 [2022-10-21T19:13:03.053Z] ---> 008a7b56f429 [2022-10-21T19:13:03.053Z] Successfully built 008a7b56f429 [2022-10-21T19:13:03.053Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:13:03.249Z] Removing intermediate container a328eef2baf7 [2022-10-21T19:13:03.249Z] ---> 6a6d3044e16d [2022-10-21T19:13:03.249Z] Step 31/33 : LABEL arch=x86_64 [2022-10-21T19:13:03.249Z] ---> Running in bb9b4de7bc5d [2022-10-21T19:13:03.470Z] + docker inspect -f . ci-base-image-arm64 [2022-10-21T19:13:03.470Z] . [Pipeline] } [2022-10-21T19:13:03.508Z] ---> c46349aee66f [2022-10-21T19:13:03.508Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:13:03.508Z] ---> Running in 293b93ac8b14 [2022-10-21T19:13:03.508Z] Removing intermediate container bb9b4de7bc5d [2022-10-21T19:13:03.508Z] ---> f2438e24ded5 [2022-10-21T19:13:03.508Z] Step 32/33 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:13:03.508Z] Removing intermediate container 7ce09ff994a9 [2022-10-21T19:13:03.508Z] ---> f0e895394056 [2022-10-21T19:13:03.508Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-21T19:13:03.508Z] ---> Running in 6c777838e84a [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:13:03.765Z] prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container [2022-10-21T19:13:03.818Z] Removing intermediate container 293b93ac8b14 [2022-10-21T19:13:03.818Z] ---> 93243dc5bbc2 [2022-10-21T19:13:03.818Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:13:03.818Z] ---> Running in 8a9d28ff3dac [2022-10-21T19:13:03.839Z] $ 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-21T19:13:04.074Z] Removing intermediate container 6c777838e84a [2022-10-21T19:13:04.075Z] ---> 235944d5d428 [2022-10-21T19:13:04.075Z] Step 33/33 : LABEL version=0.0.0 [2022-10-21T19:13:04.332Z] ---> Running in 21cf786cc1d5 [2022-10-21T19:13:04.332Z] Removing intermediate container 8a9d28ff3dac [2022-10-21T19:13:04.332Z] ---> 218692d0e4db [2022-10-21T19:13:04.332Z] Step 23/25 : LABEL arch=x86_64 [2022-10-21T19:13:04.332Z] ---> caea32c2bdfc [2022-10-21T19:13:04.332Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:04.332Z] ---> Running in 4bec9918f640 [2022-10-21T19:13:04.332Z] Removing intermediate container 21cf786cc1d5 [2022-10-21T19:13:04.332Z] ---> 6d88d1415c08 [2022-10-21T19:13:04.332Z] [2022-10-21T19:13:04.588Z] Successfully built 6d88d1415c08 [2022-10-21T19:13:04.588Z] Successfully tagged security-bootstrapper:latest [2022-10-21T19:13:04.588Z]  Building security-bootstrapper ... done Building support-scheduler [2022-10-21T19:13:05.131Z] $ docker top fb8c179ca89b9f3b3278e9c22c8d2cb97e743e0fd2631922de457de8632b5597 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:13:06.156Z] + go version [2022-10-21T19:13:06.156Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-21T19:13:06.197Z] $ docker stop --time=1 fb8c179ca89b9f3b3278e9c22c8d2cb97e743e0fd2631922de457de8632b5597 [2022-10-21T19:13:06.515Z] ---> 4557d379fcb4 [2022-10-21T19:13:06.515Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-21T19:13:07.850Z] $ docker rm -f fb8c179ca89b9f3b3278e9c22c8d2cb97e743e0fd2631922de457de8632b5597 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:13:08.754Z] + docker inspect -f . ci-base-image-arm64 [2022-10-21T19:13:08.754Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:13:09.010Z] prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container [2022-10-21T19:13:09.089Z] $ 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-21T19:13:09.952Z] Removing intermediate container 4bec9918f640 [2022-10-21T19:13:09.952Z] ---> baae31beb73c [2022-10-21T19:13:09.952Z] Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:13:09.952Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:09.952Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:09.952Z] ---> 0d63abf92324 [2022-10-21T19:13:09.952Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> 316a7c902074 [2022-10-21T19:13:09.952Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> f33c301dd32d [2022-10-21T19:13:09.952Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> e3c7b5eb0f9f [2022-10-21T19:13:09.952Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> e8427fc0fc06 [2022-10-21T19:13:09.952Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> 561741fbdf0b [2022-10-21T19:13:09.952Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> 2590fa57cf4f [2022-10-21T19:13:09.952Z] Step 9/23 : COPY . . [2022-10-21T19:13:09.952Z] ---> Using cache [2022-10-21T19:13:09.952Z] ---> 7c94971858df [2022-10-21T19:13:09.952Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-21T19:13:10.377Z] $ docker top b7a99bec0845c507378070d23ac6f99c663b2b2e95a1fcfcc06bf21dd86d501e -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-21T19:13:10.648Z] ========================================================= [2022-10-21T19:13:10.648Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-21T19:13:10.648Z] ========================================================= [Pipeline] sh [2022-10-21T19:13:10.886Z] ---> be6c46218923 [2022-10-21T19:13:10.886Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-21T19:13:10.886Z] ---> Running in e15677932106 [2022-10-21T19:13:10.886Z] ---> Running in 6dd46862e7d7 [2022-10-21T19:13:10.886Z] ---> Running in 98a00a7b3da7 [2022-10-21T19:13:11.150Z] Removing intermediate container 98a00a7b3da7 [2022-10-21T19:13:11.150Z] ---> f0e007c3f54b [2022-10-21T19:13:11.150Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:13:11.150Z] Removing intermediate container e15677932106 [2022-10-21T19:13:11.150Z] ---> 5b159342fce7 [2022-10-21T19:13:11.150Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:13:11.290Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-21T19:13:11.487Z] ---> Running in 3ea0827b1701 [2022-10-21T19:13:11.487Z] ---> Running in 45e8da8cc05d [2022-10-21T19:13:11.747Z] Removing intermediate container 3ea0827b1701 [2022-10-21T19:13:11.747Z] ---> a472f8c853e9 [2022-10-21T19:13:11.747Z] Step 21/23 : LABEL arch=x86_64 [2022-10-21T19:13:11.747Z] 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-21T19:13:11.747Z] Removing intermediate container 45e8da8cc05d [2022-10-21T19:13:11.747Z] ---> 91573c21978a [2022-10-21T19:13:11.747Z] [2022-10-21T19:13:11.747Z] ---> Running in 3886dc394997 [2022-10-21T19:13:11.747Z] Successfully built 91573c21978a [2022-10-21T19:13:11.747Z] Successfully tagged security-spire-server:latest [2022-10-21T19:13:11.747Z]  Building security-spire-server ... done Building support-notifications [2022-10-21T19:13:12.005Z] + make test [2022-10-21T19:13:12.005Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-21T19:13:13.797Z] Removing intermediate container 3886dc394997 [2022-10-21T19:13:13.797Z] ---> 36715e36235f [2022-10-21T19:13:13.797Z] Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:13:15.208Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:15.208Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:15.208Z] ---> 0d63abf92324 [2022-10-21T19:13:15.208Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:13:15.208Z] ---> Using cache [2022-10-21T19:13:15.208Z] ---> 316a7c902074 [2022-10-21T19:13:15.208Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:13:15.208Z] ---> Using cache [2022-10-21T19:13:15.208Z] ---> f33c301dd32d [2022-10-21T19:13:15.208Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:15.208Z] ---> Using cache [2022-10-21T19:13:15.208Z] ---> e3c7b5eb0f9f [2022-10-21T19:13:15.208Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-21T19:13:15.208Z] 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-21T19:13:15.902Z] ---> Running in cf4499123ed6 [2022-10-21T19:13:15.902Z] ---> Running in 9deef7b6b241 [2022-10-21T19:13:15.902Z] Removing intermediate container cf4499123ed6 [2022-10-21T19:13:15.902Z] ---> 9eb229b30bbe [2022-10-21T19:13:15.902Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:13:16.163Z] ---> Running in 07c743a14ea5 [2022-10-21T19:13:16.163Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:16.163Z] Removing intermediate container 07c743a14ea5 [2022-10-21T19:13:16.163Z] ---> 1a9a5e30104a [2022-10-21T19:13:16.163Z] [2022-10-21T19:13:16.163Z] Successfully built 1a9a5e30104a [2022-10-21T19:13:16.163Z] Successfully tagged sys-mgmt-agent:latest [2022-10-21T19:13:16.163Z] Building core-command [2022-10-21T19:13:17.119Z]  Building sys-mgmt-agent ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:17.809Z] OK: 211 MiB in 51 packages [2022-10-21T19:13:19.806Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:19.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:19.806Z] ---> 0d63abf92324 [2022-10-21T19:13:19.806Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> 316a7c902074 [2022-10-21T19:13:19.806Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> f33c301dd32d [2022-10-21T19:13:19.806Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> e3c7b5eb0f9f [2022-10-21T19:13:19.806Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> e8427fc0fc06 [2022-10-21T19:13:19.806Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> 561741fbdf0b [2022-10-21T19:13:19.806Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> 2590fa57cf4f [2022-10-21T19:13:19.806Z] Step 9/24 : COPY . . [2022-10-21T19:13:19.806Z] ---> Using cache [2022-10-21T19:13:19.806Z] ---> 7c94971858df [2022-10-21T19:13:19.806Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-21T19:13:20.072Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-10-21T19:13:24.267Z] ---> Running in 0fe06d4d20b0 [2022-10-21T19:13:24.267Z] Removing intermediate container 9deef7b6b241 [2022-10-21T19:13:24.267Z] ---> 5669a693da17 [2022-10-21T19:13:24.267Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:13:24.534Z] 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-21T19:13:25.472Z] ---> c4fe251dbe42 [2022-10-21T19:13:25.472Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:26.851Z] ---> Running in b2e7368945af [2022-10-21T19:13:26.851Z] Removing intermediate container 4a82f811b5ff [2022-10-21T19:13:26.851Z] ---> 4d26b9e3a75d [2022-10-21T19:13:26.851Z] [2022-10-21T19:13:26.851Z] Step 10/22 : FROM alpine:3.16 [2022-10-21T19:13:26.851Z] ---> 9c6f07244728 [2022-10-21T19:13:26.851Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-21T19:13:26.851Z] Removing intermediate container fffc19375054 [2022-10-21T19:13:26.851Z] ---> 31cf4a7c3a4b [2022-10-21T19:13:26.851Z] [2022-10-21T19:13:26.851Z] Step 10/25 : FROM alpine:3.16 [2022-10-21T19:13:26.851Z] ---> 9c6f07244728 [2022-10-21T19:13:26.851Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-21T19:13:26.851Z] ---> Running in ed4c75eb6577 [2022-10-21T19:13:26.851Z] ---> Running in 34345a866fa8 [2022-10-21T19:13:27.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:27.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:27.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:27.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:27.787Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-21T19:13:27.787Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:13:27.787Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:13:27.787Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-21T19:13:27.787Z] (5/6) Installing curl (7.83.1-r3) [2022-10-21T19:13:27.787Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:13:27.787Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:13:27.787Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:13:27.787Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-21T19:13:28.045Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-21T19:13:28.045Z] (3/3) Installing su-exec (0.2-r1) [2022-10-21T19:13:28.045Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:13:28.045Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:13:28.045Z] OK: 8 MiB in 20 packages [2022-10-21T19:13:28.045Z] OK: 6 MiB in 17 packages [2022-10-21T19:13:31.373Z] Removing intermediate container 34345a866fa8 [2022-10-21T19:13:31.373Z] ---> 7e976cadeb7c [2022-10-21T19:13:31.373Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:13:32.758Z] Removing intermediate container ed4c75eb6577 [2022-10-21T19:13:32.758Z] ---> 7f6134ca49d2 [2022-10-21T19:13:32.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:13:32.758Z] ---> Running in 5f178ef1b41c [2022-10-21T19:13:32.758Z] ---> Running in 4e6d2791c5a1 [2022-10-21T19:13:33.095Z] Removing intermediate container 4e6d2791c5a1 [2022-10-21T19:13:33.095Z] ---> 9d940f26e35e [2022-10-21T19:13:33.095Z] Step 13/22 : WORKDIR /edgex [2022-10-21T19:13:33.439Z] Removing intermediate container 5f178ef1b41c [2022-10-21T19:13:33.440Z] ---> a63012c93816 [2022-10-21T19:13:33.440Z] Step 13/25 : WORKDIR / [2022-10-21T19:13:33.698Z] ---> Running in de0342ec4a5b [2022-10-21T19:13:33.698Z] ---> Running in de9a9074ec88 [2022-10-21T19:13:33.958Z] Removing intermediate container de0342ec4a5b [2022-10-21T19:13:33.958Z] ---> dca61f7e1469 [2022-10-21T19:13:33.958Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-21T19:13:33.958Z] Removing intermediate container de9a9074ec88 [2022-10-21T19:13:33.958Z] ---> b77375f53de9 [2022-10-21T19:13:33.958Z] 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-21T19:13:35.016Z] ---> 150dcdb18362 [2022-10-21T19:13:35.016Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-21T19:13:35.016Z] ---> dc8f99ff6bc8 [2022-10-21T19:13:35.016Z] 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-21T19:13:36.936Z] ---> 97904f0aba12 [2022-10-21T19:13:36.936Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:37.875Z] ---> 22df92149fea [2022-10-21T19:13:37.875Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-21T19:13:38.134Z] ---> 3b436c08974b [2022-10-21T19:13:38.134Z] 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-21T19:13:38.134Z] ---> dc32fe9baad5 [2022-10-21T19:13:38.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:13:38.394Z] Removing intermediate container b2e7368945af [2022-10-21T19:13:38.394Z] ---> 8964f05c4cca [2022-10-21T19:13:38.394Z] Step 9/23 : COPY . . [2022-10-21T19:13:38.965Z] ---> 9b17ba78e665 [2022-10-21T19:13:38.965Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-21T19:13:38.965Z] ---> 8a7a67b4738d [2022-10-21T19:13:38.965Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:13:38.965Z] ---> Running in 070941c3cb4d [2022-10-21T19:13:44.261Z] ---> 45ce22d20632 [2022-10-21T19:13:44.261Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-21T19:13:46.191Z] ---> fc39318b81c0 [2022-10-21T19:13:46.191Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:13:46.191Z] Removing intermediate container 070941c3cb4d [2022-10-21T19:13:46.191Z] ---> c2cca88a92d3 [2022-10-21T19:13:46.191Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:13:46.452Z] ---> Running in 8bb3930d9f9a [2022-10-21T19:13:46.452Z] ---> 2b46243ccd71 [2022-10-21T19:13:46.452Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-21T19:13:46.712Z] Removing intermediate container 6dd46862e7d7 [2022-10-21T19:13:46.712Z] ---> 4854a4701a06 [2022-10-21T19:13:46.712Z] [2022-10-21T19:13:46.712Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:13:46.712Z] ---> 9c6f07244728 [2022-10-21T19:13:46.712Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:13:46.712Z] ---> Using cache [2022-10-21T19:13:46.712Z] ---> 42aa8b09e53b [2022-10-21T19:13:46.712Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:13:46.712Z] ---> Using cache [2022-10-21T19:13:46.712Z] ---> e0bac9d5826c [2022-10-21T19:13:46.712Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-21T19:13:46.712Z] ---> Running in 18b8b98a9d80 [2022-10-21T19:13:46.971Z] Removing intermediate container 8bb3930d9f9a [2022-10-21T19:13:46.971Z] ---> 89306d5546c8 [2022-10-21T19:13:46.971Z] Step 20/22 : LABEL arch=x86_64 [2022-10-21T19:13:47.232Z] ---> Running in 6dc6be6a3bf4 [2022-10-21T19:13:47.232Z] ---> ee54c76ba4aa [2022-10-21T19:13:47.232Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:13:47.232Z] ---> Running in abb045a36f67 [2022-10-21T19:13:47.232Z] ---> Running in 70d9efd7c8e0 [2022-10-21T19:13:47.492Z] Removing intermediate container 6dc6be6a3bf4 [2022-10-21T19:13:47.492Z] ---> b7e408c74b90 [2022-10-21T19:13:47.492Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:13:47.492Z] 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-21T19:13:47.752Z] ---> Running in b6f041d58660 [2022-10-21T19:13:47.752Z] Removing intermediate container abb045a36f67 [2022-10-21T19:13:47.752Z] ---> 69c0b129acae [2022-10-21T19:13:47.752Z] Step 21/22 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:13:47.752Z] ---> Running in 1b9e3d38f550 [2022-10-21T19:13:48.014Z] Removing intermediate container b6f041d58660 [2022-10-21T19:13:48.014Z] ---> be8215d0b235 [2022-10-21T19:13:48.014Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:13:48.275Z] Removing intermediate container 1b9e3d38f550 [2022-10-21T19:13:48.275Z] ---> 2327907f57d8 [2022-10-21T19:13:48.275Z] Step 22/22 : LABEL version=0.0.0 [2022-10-21T19:13:48.275Z] ---> Running in d8c015aacd46 [2022-10-21T19:13:48.275Z] ---> 3a471fc0f66b [2022-10-21T19:13:48.275Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-21T19:13:48.536Z] Removing intermediate container d8c015aacd46 [2022-10-21T19:13:48.536Z] ---> 69905847fdae [2022-10-21T19:13:48.536Z] [2022-10-21T19:13:48.536Z] Removing intermediate container 70d9efd7c8e0 [2022-10-21T19:13:48.536Z] ---> 1181d79310a8 [2022-10-21T19:13:48.536Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:13:48.536Z] Successfully built 69905847fdae [2022-10-21T19:13:48.536Z] Successfully tagged security-proxy-setup:latest [2022-10-21T19:13:48.536Z]  Building security-proxy-setup ... done Building security-spiffe-token-provider [2022-10-21T19:13:48.799Z] ---> Running in 0c2f7cb57f64 [2022-10-21T19:13:49.058Z] Removing intermediate container 0fe06d4d20b0 [2022-10-21T19:13:49.058Z] ---> 892bcf218d11 [2022-10-21T19:13:49.058Z] [2022-10-21T19:13:49.058Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:13:49.058Z] ---> 9c6f07244728 [2022-10-21T19:13:49.058Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:13:49.058Z] ---> Using cache [2022-10-21T19:13:49.058Z] ---> 42aa8b09e53b [2022-10-21T19:13:49.058Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:13:49.058Z] ---> Using cache [2022-10-21T19:13:49.059Z] ---> e0bac9d5826c [2022-10-21T19:13:49.059Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-21T19:13:50.910Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-21T19:13:51.603Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:51.603Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:51.603Z] ---> 0d63abf92324 [2022-10-21T19:13:51.603Z] Step 3/20 : WORKDIR /edgex-go [2022-10-21T19:13:51.603Z] ---> Using cache [2022-10-21T19:13:51.603Z] ---> 2cb31d602375 [2022-10-21T19:13:51.603Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-21T19:13:52.545Z] Removing intermediate container 0c2f7cb57f64 [2022-10-21T19:13:52.545Z] ---> 045e5f794c0a [2022-10-21T19:13:52.545Z] Step 23/25 : LABEL arch=x86_64 [2022-10-21T19:13:52.545Z] ---> Running in 5a459d261514 [2022-10-21T19:13:52.545Z] ---> Running in 31d6125ca324 [2022-10-21T19:13:52.545Z] ---> 1c8bbde10aae [2022-10-21T19:13:52.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:52.545Z] ---> Running in e689f591398c [2022-10-21T19:13:52.806Z] Removing intermediate container 31d6125ca324 [2022-10-21T19:13:52.806Z] ---> e48143dd0702 [2022-10-21T19:13:52.806Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-21T19:13:52.806Z] ---> Running in 9c59da9941e6 [2022-10-21T19:13:53.068Z] ---> 6640402d91ed [2022-10-21T19:13:53.068Z] Removing intermediate container e689f591398c [2022-10-21T19:13:53.068Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] ---> 5d35f3a1c561 [2022-10-21T19:13:53.068Z] [2022-10-21T19:13:53.068Z] Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:13:53.068Z] ---> Running in 1d0e69d67637 [2022-10-21T19:13:53.068Z] ---> Running in 4a909a72c02d [2022-10-21T19:13:53.068Z] Removing intermediate container 9c59da9941e6 [2022-10-21T19:13:53.068Z] ---> cdb1f53a07e3 [2022-10-21T19:13:53.068Z] Step 16/24 : WORKDIR / [2022-10-21T19:13:53.328Z] ---> Running in a7dc68c6b030 [2022-10-21T19:13:53.328Z] Removing intermediate container 4a909a72c02d [2022-10-21T19:13:53.328Z] ---> e61a0dbddffc [2022-10-21T19:13:53.328Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:13:53.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:53.328Z] Removing intermediate container 1d0e69d67637 [2022-10-21T19:13:53.328Z] ---> 7ecc637b4d74 [2022-10-21T19:13:53.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:13:53.328Z] ---> Running in 91a8460bd43f [2022-10-21T19:13:53.328Z] ---> Running in b1b6c67e5997 [2022-10-21T19:13:53.328Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:53.328Z] Removing intermediate container a7dc68c6b030 [2022-10-21T19:13:53.328Z] ---> e6c610f570fe [2022-10-21T19:13:53.328Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:13:53.589Z] Removing intermediate container b1b6c67e5997 [2022-10-21T19:13:53.589Z] ---> 23e19009915e [2022-10-21T19:13:53.589Z] Step 21/23 : LABEL arch=x86_64 [2022-10-21T19:13:53.589Z] Removing intermediate container 91a8460bd43f [2022-10-21T19:13:53.589Z] ---> bcfbf52375fd [2022-10-21T19:13:53.589Z] [2022-10-21T19:13:53.589Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-21T19:13:53.589Z] v3.16.2-335-ge36aa4fb66 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-21T19:13:53.589Z] OK: 17038 distinct packages available [2022-10-21T19:13:53.589Z] ---> Running in d2d01c8572dd [2022-10-21T19:13:53.589Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:53.589Z] ---> 403c540d683b [2022-10-21T19:13:53.589Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-21T19:13:53.589Z] Successfully built bcfbf52375fd [2022-10-21T19:13:53.589Z] Successfully tagged security-secretstore-setup:latest [2022-10-21T19:13:53.589Z] Building security-spire-agent [2022-10-21T19:13:53.589Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:13:53.849Z] Removing intermediate container d2d01c8572dd [2022-10-21T19:13:53.849Z] ---> 083220667fcf [2022-10-21T19:13:53.849Z] Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:13:53.849Z] OK: 211 MiB in 51 packages [2022-10-21T19:13:57.162Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:13:57.162Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:13:57.162Z] ---> 0d63abf92324 [2022-10-21T19:13:57.162Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 2cb31d602375 [2022-10-21T19:13:57.162Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> f1dcd5a56181 [2022-10-21T19:13:57.162Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 3488c52e25d5 [2022-10-21T19:13:57.162Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 36f0c64f95f3 [2022-10-21T19:13:57.162Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> bf93874413df [2022-10-21T19:13:57.162Z] Step 8/26 : COPY . . [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 97ffe3cf0057 [2022-10-21T19:13:57.162Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> e6110bbcd5ac [2022-10-21T19:13:57.162Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 1c475a898608 [2022-10-21T19:13:57.162Z] 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-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 28927e39da96 [2022-10-21T19:13:57.162Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> e3a804276562 [2022-10-21T19:13:57.162Z] [2022-10-21T19:13:57.162Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:13:57.162Z] ---> c4fc93816858 [2022-10-21T19:13:57.162Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 8f80915b74b9 [2022-10-21T19:13:57.162Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 214cba6015a6 [2022-10-21T19:13:57.162Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:13:57.162Z] ---> Using cache [2022-10-21T19:13:57.162Z] ---> 1f681dd6740e [2022-10-21T19:13:57.162Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-21T19:13:59.693Z] ---> Running in 8250913dfd55 [2022-10-21T19:13:59.693Z] ---> ee628a68dcc5 [2022-10-21T19:13:59.693Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-21T19:13:59.693Z] ---> 13a9a6d0982e [2022-10-21T19:13:59.693Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:14:00.008Z] Removing intermediate container 8250913dfd55 [2022-10-21T19:14:00.008Z] ---> c45ae716a066 [2022-10-21T19:14:00.008Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:14:00.268Z] ---> Running in 1aab12ccb647 [2022-10-21T19:14:00.268Z] Removing intermediate container 5a459d261514 [2022-10-21T19:14:00.268Z] ---> 42a552431e7b [2022-10-21T19:14:00.268Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-21T19:14:00.268Z] ---> 1c530bcd08c9 [2022-10-21T19:14:00.268Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-21T19:14:00.268Z] ---> Running in b70ffdf5b89c [2022-10-21T19:14:00.534Z] Removing intermediate container 1aab12ccb647 [2022-10-21T19:14:00.534Z] ---> 5b2f2386e8ef [2022-10-21T19:14:00.534Z] [2022-10-21T19:14:00.534Z] Successfully built 5b2f2386e8ef [2022-10-21T19:14:01.108Z] Successfully tagged support-scheduler:latest [2022-10-21T19:14:01.108Z]  Building support-scheduler ... done Removing intermediate container b70ffdf5b89c [2022-10-21T19:14:01.108Z] ---> 203db34cbf42 [2022-10-21T19:14:01.108Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:14:01.383Z] ---> f68da3667e6f [2022-10-21T19:14:01.383Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:14:01.647Z] ---> Running in 1761bdeefd96 [2022-10-21T19:14:01.647Z] ---> Running in 4b020bd3e4f9 [2022-10-21T19:14:01.647Z] ---> 2ce42bd1a11c [2022-10-21T19:14:01.647Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:14:01.908Z] Removing intermediate container 1761bdeefd96 [2022-10-21T19:14:01.908Z] ---> d907c7cfa033 [2022-10-21T19:14:01.908Z] Step 22/24 : LABEL arch=x86_64 [2022-10-21T19:14:01.908Z] ---> Running in 4650389e8b15 [2022-10-21T19:14:01.908Z] ---> 4c8743b699ae [2022-10-21T19:14:01.908Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-21T19:14:02.479Z] Removing intermediate container 4650389e8b15 [2022-10-21T19:14:02.479Z] ---> 50bd375d6ab9 [2022-10-21T19:14:02.479Z] Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:14:02.479Z] ---> 932fe8e9375c [2022-10-21T19:14:02.479Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-21T19:14:02.479Z] ---> Running in 0af600f7c0b8 [2022-10-21T19:14:02.740Z] Removing intermediate container 0af600f7c0b8 [2022-10-21T19:14:02.740Z] ---> 972e5ade5aa3 [2022-10-21T19:14:02.740Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:14:02.740Z] ---> ea15dc61258f [2022-10-21T19:14:02.740Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:14:03.069Z] ---> Running in 9f94c4ed21f2 [2022-10-21T19:14:03.069Z] ---> Running in cf155d84e0e2 [2022-10-21T19:14:03.331Z] Removing intermediate container cf155d84e0e2 [2022-10-21T19:14:03.331Z] ---> a5f12d891fd9 [2022-10-21T19:14:03.331Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:14:03.591Z] Removing intermediate container 9f94c4ed21f2 [2022-10-21T19:14:03.591Z] ---> eeb55a7e1a01 [2022-10-21T19:14:03.591Z] [2022-10-21T19:14:03.591Z] Successfully built eeb55a7e1a01 [2022-10-21T19:14:03.591Z] Successfully tagged core-command:latest [2022-10-21T19:14:03.591Z]  Building core-command ... done  ---> Running in 0c3f644dbc6a [2022-10-21T19:14:03.851Z] Removing intermediate container 0c3f644dbc6a [2022-10-21T19:14:03.851Z] ---> 6c864d74ec2b [2022-10-21T19:14:03.851Z] Step 24/26 : LABEL arch=x86_64 [2022-10-21T19:14:03.851Z] ---> Running in 047bb07540a9 [2022-10-21T19:14:03.851Z] Removing intermediate container 047bb07540a9 [2022-10-21T19:14:03.851Z] ---> e06fc4727c84 [2022-10-21T19:14:03.851Z] Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:14:03.851Z] ---> Running in 1adedcc3a0dd [2022-10-21T19:14:04.119Z] Removing intermediate container 1adedcc3a0dd [2022-10-21T19:14:04.119Z] ---> a8e787a0afa5 [2022-10-21T19:14:04.119Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:14:04.382Z] ---> Running in 4d52f8bd4815 [2022-10-21T19:14:05.767Z] Removing intermediate container 4d52f8bd4815 [2022-10-21T19:14:05.767Z] ---> 301452cb0baf [2022-10-21T19:14:05.767Z] [2022-10-21T19:14:05.767Z] Successfully built 301452cb0baf [2022-10-21T19:14:05.767Z] Successfully tagged security-spire-agent:latest [2022-10-21T19:14:11.046Z]  Building security-spire-agent ... done Removing intermediate container 4b020bd3e4f9 [2022-10-21T19:14:11.046Z] ---> 1a4b6fe5e95a [2022-10-21T19:14:11.046Z] Step 7/20 : COPY . . [2022-10-21T19:14:15.239Z] Removing intermediate container 18b8b98a9d80 [2022-10-21T19:14:15.239Z] ---> 7d9a2d16a393 [2022-10-21T19:14:15.239Z] [2022-10-21T19:14:15.239Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:14:15.239Z] ---> 9c6f07244728 [2022-10-21T19:14:15.239Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-21T19:14:15.239Z] ---> ee7ff050b214 [2022-10-21T19:14:15.239Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-21T19:14:15.239Z] ---> Running in d850248a86d8 [2022-10-21T19:14:15.239Z] ---> Running in d864d214179c [2022-10-21T19:14:15.239Z] 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-21T19:14:15.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:15.239Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:15.499Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-21T19:14:15.500Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:14:15.500Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:14:15.500Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:14:15.500Z] OK: 6 MiB in 16 packages [2022-10-21T19:14:16.069Z] Removing intermediate container d850248a86d8 [2022-10-21T19:14:16.069Z] ---> fb9650eb8f95 [2022-10-21T19:14:16.069Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:14:16.069Z] ---> Running in 1c469d460d30 [2022-10-21T19:14:16.329Z] Removing intermediate container 1c469d460d30 [2022-10-21T19:14:16.329Z] ---> fc5bf2909256 [2022-10-21T19:14:16.329Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-21T19:14:16.329Z] ---> Running in dc5d56506dda [2022-10-21T19:14:16.329Z] Removing intermediate container dc5d56506dda [2022-10-21T19:14:16.329Z] ---> 0eda7a3f47fc [2022-10-21T19:14:16.329Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:14:16.329Z] ---> Running in 34bb889c4b89 [2022-10-21T19:14:16.329Z] Removing intermediate container 34bb889c4b89 [2022-10-21T19:14:16.329Z] ---> ece92a570a3a [2022-10-21T19:14:16.329Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:14:16.590Z] ---> 39b0581c93cf [2022-10-21T19:14:16.590Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-21T19:14:17.528Z] ---> 8ac90237f032 [2022-10-21T19:14:17.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-21T19:14:17.797Z] ---> 7f6aac971111 [2022-10-21T19:14:17.797Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-21T19:14:17.797Z] ---> Running in 8bd71c17fb02 [2022-10-21T19:14:17.797Z] Removing intermediate container 8bd71c17fb02 [2022-10-21T19:14:17.797Z] ---> cab4e7220ff8 [2022-10-21T19:14:17.797Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:14:17.797Z] ---> Running in 34f887fd54c0 [2022-10-21T19:14:18.056Z] Removing intermediate container 34f887fd54c0 [2022-10-21T19:14:18.056Z] ---> 44976ea48798 [2022-10-21T19:14:18.056Z] Step 21/23 : LABEL arch=x86_64 [2022-10-21T19:14:18.056Z] ---> Running in aa71b3199773 [2022-10-21T19:14:18.056Z] Removing intermediate container aa71b3199773 [2022-10-21T19:14:18.056Z] ---> 5aa7f68286b0 [2022-10-21T19:14:18.056Z] Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:14:18.056Z] ---> Running in 65dcd7cf34ee [2022-10-21T19:14:18.339Z] Removing intermediate container 65dcd7cf34ee [2022-10-21T19:14:18.339Z] ---> 4f409680fcc0 [2022-10-21T19:14:18.339Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:14:18.339Z] ---> Running in 18f43c85dabe [2022-10-21T19:14:18.601Z] Removing intermediate container 18f43c85dabe [2022-10-21T19:14:18.601Z] ---> d4209487fca1 [2022-10-21T19:14:18.601Z] [2022-10-21T19:14:18.601Z] Successfully built d4209487fca1 [2022-10-21T19:14:18.601Z] Successfully tagged support-notifications:latest [2022-10-21T19:14:36.713Z]  Building support-notifications ... done Removing intermediate container d864d214179c [2022-10-21T19:14:36.713Z] ---> 29d2adf74c83 [2022-10-21T19:14:36.713Z] [2022-10-21T19:14:36.713Z] Step 9/20 : FROM alpine:3.15 [2022-10-21T19:14:36.713Z] ---> c4fc93816858 [2022-10-21T19:14:36.713Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:14:36.713Z] ---> Using cache [2022-10-21T19:14:36.713Z] ---> 8f80915b74b9 [2022-10-21T19:14:36.713Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:14:36.713Z] ---> Using cache [2022-10-21T19:14:36.713Z] ---> 214cba6015a6 [2022-10-21T19:14:36.713Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-21T19:14:36.713Z] ---> Running in bc497cf45001 [2022-10-21T19:14:36.713Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:36.713Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:36.713Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:14:36.713Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:14:36.713Z] OK: 15857 distinct packages available [2022-10-21T19:14:36.713Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:36.713Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-21T19:14:36.973Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-21T19:14:36.973Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-21T19:14:37.234Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-21T19:14:37.234Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-21T19:14:37.234Z] (5/9) Installing curl (7.80.0-r3) [2022-10-21T19:14:37.497Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-21T19:14:37.497Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:14:37.497Z] (8/9) Installing libucontext (1.1-r0) [2022-10-21T19:14:37.759Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-21T19:14:37.759Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:14:37.759Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:14:37.759Z] OK: 8 MiB in 23 packages [2022-10-21T19:14:38.334Z] Removing intermediate container bc497cf45001 [2022-10-21T19:14:38.334Z] ---> a86edf8d0279 [2022-10-21T19:14:38.334Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:14:38.595Z] ---> 0b357232f7ad [2022-10-21T19:14:38.595Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-21T19:14:39.167Z] ---> 49e9d9534b52 [2022-10-21T19:14:39.167Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-21T19:14:39.167Z] ---> f2b60829a733 [2022-10-21T19:14:39.167Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-21T19:14:39.430Z] ---> Running in 2f4d06667867 [2022-10-21T19:14:39.430Z] Removing intermediate container 2f4d06667867 [2022-10-21T19:14:39.430Z] ---> 44a11df1d9ac [2022-10-21T19:14:39.430Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:14:39.430Z] ---> Running in a61f1ee09405 [2022-10-21T19:14:39.430Z] Removing intermediate container a61f1ee09405 [2022-10-21T19:14:39.430Z] ---> bde17c6e573f [2022-10-21T19:14:39.430Z] Step 18/20 : LABEL arch=x86_64 [2022-10-21T19:14:39.430Z] ---> Running in 070aa069f957 [2022-10-21T19:14:39.430Z] Removing intermediate container 070aa069f957 [2022-10-21T19:14:39.430Z] ---> 05a3dc21f9f7 [2022-10-21T19:14:39.430Z] Step 19/20 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:14:39.691Z] ---> Running in c4fb6ed55f61 [2022-10-21T19:14:39.691Z] Removing intermediate container c4fb6ed55f61 [2022-10-21T19:14:39.691Z] ---> 149a21d595ff [2022-10-21T19:14:39.691Z] Step 20/20 : LABEL version=0.0.0 [2022-10-21T19:14:39.691Z] ---> Running in d876a8e971ad [2022-10-21T19:14:39.691Z] Removing intermediate container d876a8e971ad [2022-10-21T19:14:39.691Z] ---> 3d82a7ed54aa [2022-10-21T19:14:39.691Z] [2022-10-21T19:14:39.691Z] Successfully built 3d82a7ed54aa [2022-10-21T19:14:39.691Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-21T19:14:39.962Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-10-21T19:14:39.975Z] $ docker stop --time=1 bb40b5cd367104cb4f012f50a137166d3dfbe3616ab02850a580a8c7ceefe594 [2022-10-21T19:14:41.249Z] $ docker rm -f bb40b5cd367104cb4f012f50a137166d3dfbe3616ab02850a580a8c7ceefe594 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-21T19:14:41.657Z] + docker images [2022-10-21T19:14:41.657Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-21T19:14:41.657Z] security-spiffe-token-provider latest 3d82a7ed54aa 2 seconds ago 29.5MB [2022-10-21T19:14:41.657Z] 29d2adf74c83 9 seconds ago 1.61GB [2022-10-21T19:14:41.657Z] support-notifications latest d4209487fca1 23 seconds ago 30.2MB [2022-10-21T19:14:41.657Z] 7d9a2d16a393 30 seconds ago 1.64GB [2022-10-21T19:14:41.657Z] security-spire-agent latest 301452cb0baf 37 seconds ago 125MB [2022-10-21T19:14:41.657Z] core-command latest eeb55a7e1a01 38 seconds ago 17.6MB [2022-10-21T19:14:41.657Z] support-scheduler latest 5b2f2386e8ef 41 seconds ago 29.6MB [2022-10-21T19:14:41.657Z] security-secretstore-setup latest bcfbf52375fd 48 seconds ago 29.5MB [2022-10-21T19:14:41.657Z] security-proxy-setup latest 69905847fdae 53 seconds ago 27.6MB [2022-10-21T19:14:41.657Z] 892bcf218d11 53 seconds ago 1.58GB [2022-10-21T19:14:41.657Z] 4854a4701a06 55 seconds ago 1.64GB [2022-10-21T19:14:41.657Z] 4d26b9e3a75d About a minute ago 1.57GB [2022-10-21T19:14:41.657Z] 31cf4a7c3a4b About a minute ago 1.57GB [2022-10-21T19:14:41.657Z] sys-mgmt-agent latest 1a9a5e30104a About a minute ago 136MB [2022-10-21T19:14:41.657Z] security-spire-server latest 91573c21978a About a minute ago 86.5MB [2022-10-21T19:14:41.657Z] security-bootstrapper latest 6d88d1415c08 About a minute ago 20MB [2022-10-21T19:14:41.657Z] c4d0c6b6542f About a minute ago 1.45GB [2022-10-21T19:14:41.657Z] core-data latest e059d7a009c8 About a minute ago 21.7MB [2022-10-21T19:14:41.657Z] core-metadata latest cfce405e99e4 About a minute ago 18.4MB [2022-10-21T19:14:41.657Z] 4ce58ac082ce 2 minutes ago 1.59GB [2022-10-21T19:14:41.657Z] 4eea5fd63d27 2 minutes ago 1.56GB [2022-10-21T19:14:41.657Z] cbe205bf2490 2 minutes ago 1.57GB [2022-10-21T19:14:41.657Z] bda6e8c29104 2 minutes ago 1.59GB [2022-10-21T19:14:41.657Z] security-spire-config latest 0b4ba1112fd8 2 minutes ago 85.8MB [2022-10-21T19:14:41.657Z] e3a804276562 2 minutes ago 1.45GB [2022-10-21T19:14:41.657Z] ci-base-image-x86_64 latest 0d63abf92324 5 minutes ago 941MB [2022-10-21T19:14:41.657Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 11 days ago 677MB [2022-10-21T19:14:41.657Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-21T19:14:41.657Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-21T19:14:41.657Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-21T19:14:41.657Z] 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-21T19:15:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-21T19:15:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-21T19:15:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-21T19:15:57.593Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-21T19:15:58.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-21T19:15:58.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-21T19:15:58.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-21T19:15:58.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-21T19:15:58.560Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-21T19:16:02.835Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-21T19:16:02.835Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-21T19:16:02.835Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-21T19:16:02.835Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-21T19:16:02.835Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-21T19:16:02.835Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-21T19:16:29.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.454s coverage: 28.7% of statements [2022-10-21T19:16:29.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-21T19:16:29.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-21T19:16:34.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.195s coverage: 98.5% of statements [2022-10-21T19:16:39.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.643s coverage: 41.3% of statements [2022-10-21T19:16:39.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-21T19:16:39.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-21T19:16:39.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.821s coverage: 54.2% of statements [2022-10-21T19:16:39.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-21T19:16:39.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-21T19:17:01.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.389s coverage: 89.2% of statements [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-21T19:17:01.346Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.597s coverage: 2.2% of statements [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-21T19:17:01.346Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-21T19:17:03.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.813s coverage: 95.6% of statements [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-21T19:17:03.298Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.336s coverage: 72.2% of statements [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-21T19:17:03.298Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.548s coverage: 60.0% of statements [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-21T19:17:03.298Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.417s coverage: 0.9% of statements [2022-10-21T19:17:03.298Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-21T19:17:04.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.582s coverage: 58.8% of statements [2022-10-21T19:17:04.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.284s coverage: 29.6% of statements [2022-10-21T19:17:04.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-21T19:17:08.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.299s coverage: 47.1% of statements [2022-10-21T19:17:08.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.270s coverage: 79.5% of statements [2022-10-21T19:17:08.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.240s coverage: 94.1% of statements [2022-10-21T19:17:08.099Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.261s coverage: 96.3% of statements [2022-10-21T19:17:13.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.245s coverage: 87.5% of statements [2022-10-21T19:17:21.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.307s coverage: 94.4% of statements [2022-10-21T19:17:21.711Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.260s coverage: 44.8% of statements [2022-10-21T19:17:31.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.842s coverage: 79.9% of statements [2022-10-21T19:17:31.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.357s coverage: 92.9% of statements [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.289s coverage: 86.9% of statements [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.266s coverage: 87.2% of statements [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.231s coverage: 100.0% of statements [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.371s coverage: 58.8% of statements [2022-10-21T19:17:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.367s coverage: 80.0% of statements [2022-10-21T19:17:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.271s coverage: 87.2% of statements [2022-10-21T19:17:38.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.459s coverage: 85.4% of statements [2022-10-21T19:17:40.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.386s coverage: 91.2% of statements [2022-10-21T19:17:40.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-21T19:17:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.174s coverage: 64.7% of statements [2022-10-21T19:17:50.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-21T19:17:50.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-21T19:17:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.324s coverage: 100.0% of statements [2022-10-21T19:17:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.140s coverage: 89.4% of statements [2022-10-21T19:17:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements [2022-10-21T19:17:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2022-10-21T19:17:50.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2022-10-21T19:17:57.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.550s coverage: 65.8% of statements [2022-10-21T19:17:57.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-21T19:17:57.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-21T19:17:57.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-21T19:18:00.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.937s coverage: 41.8% of statements [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-21T19:18:00.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.373s coverage: 89.5% of statements [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-21T19:18:00.123Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.258s coverage: 84.8% of statements [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-21T19:18:00.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-21T19:18:10.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.492s coverage: 17.7% of statements [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-21T19:18:10.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.874s coverage: 92.3% of statements [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-21T19:18:10.216Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.559s coverage: 63.2% of statements [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-21T19:18:10.216Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-21T19:18:10.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.543s coverage: 97.7% of statements [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-21T19:18:10.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.222s coverage: 28.9% of statements [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-21T19:18:10.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-21T19:18:10.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.245s coverage: 100.0% of statements [2022-10-21T19:18:10.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 96.9% of statements [2022-10-21T19:18:11.837Z] 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-21T19:18:12.124Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-21T19:18:12.124Z] GO111MODULE=on go vet ./... [2022-10-21T19:20:18.988Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-21T19:20:18.988Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-21T19:20:18.988Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-21T19:20:19.026Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-21T19:20:19.679Z] + ls -al . [2022-10-21T19:20:19.679Z] total 756 [2022-10-21T19:20:19.679Z] drwxrwxr-x 10 1001 1001 4096 Oct 21 19:13 . [2022-10-21T19:20:19.679Z] drwxr-xr-x 4 root root 4096 Oct 21 19:13 .. [2022-10-21T19:20:19.679Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:11 .blubracket [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 16 Oct 21 19:11 .dockerignore [2022-10-21T19:20:19.679Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:11 .git [2022-10-21T19:20:19.679Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:11 .github [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 1030 Oct 21 19:11 .gitignore [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 42 Oct 21 19:11 .golangci.yml [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 87 Oct 21 19:11 .hadolint.yml [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 166 Oct 21 19:11 .sonarcloud.properties [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 1171 Oct 21 19:11 ADOPTERS.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 10722 Oct 21 19:11 Attribution.txt [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 63209 Oct 21 19:11 CHANGELOG.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 3804 Oct 21 19:11 CONTRIBUTING.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 677 Oct 21 19:11 GOVERNANCE.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 850 Oct 21 19:11 Jenkinsfile [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 10775 Oct 21 19:11 LICENSE [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 13857 Oct 21 19:11 Makefile [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 582 Oct 21 19:11 OWNERS.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 9799 Oct 21 19:11 README.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 6912 Oct 21 19:11 SECURITY.md [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 5 Oct 21 19:08 VERSION [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 4131 Oct 21 19:11 ZMQWindows.md [2022-10-21T19:20:19.679Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 19:11 bin [2022-10-21T19:20:19.679Z] drwxrwxr-x 18 1001 1001 4096 Oct 21 19:11 cmd [2022-10-21T19:20:19.679Z] -rw-r--r-- 1 root root 500071 Oct 21 19:18 coverage.out [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 3458 Oct 21 19:11 go.mod [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 38041 Oct 21 19:11 go.sum [2022-10-21T19:20:19.679Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 19:11 internal [2022-10-21T19:20:19.679Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 19:11 openapi [2022-10-21T19:20:19.679Z] drwxrwxr-x 4 1001 1001 4096 Oct 21 19:11 snap [2022-10-21T19:20:19.679Z] -rw-rw-r-- 1 1001 1001 204 Oct 21 19:11 version.go [Pipeline] sh [2022-10-21T19:20:20.332Z] + '[' -e coverage.out ] [2022-10-21T19:20:20.333Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-21T19:20:20.373Z] Warning: overwriting stash ‘coverage-report’ [2022-10-21T19:20:21.205Z] Stashed 1 file(s) [Pipeline] sh [2022-10-21T19:20:21.844Z] + make build [2022-10-21T19:20:21.844Z] 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-21T19:22:13.516Z] 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-21T19:23:35.132Z] 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-21T19:23:35.132Z] 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-21T19:24:13.994Z] 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-21T19:24:14.579Z] 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-21T19:24:21.232Z] 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-21T19:24:29.448Z] 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-21T19:24:32.790Z] 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-21T19:24:38.132Z] 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-21T19:24:42.385Z] 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-21T19:24:46.645Z] 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-21T19:24:56.723Z] 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-21T19:25:02.110Z] $ docker stop --time=1 b7a99bec0845c507378070d23ac6f99c663b2b2e95a1fcfcc06bf21dd86d501e [2022-10-21T19:25:04.161Z] $ docker rm -f b7a99bec0845c507378070d23ac6f99c663b2b2e95a1fcfcc06bf21dd86d501e [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-21T19:25:06.927Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:25:06.927Z] [2022-10-21T19:25:06.927Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:25:07.339Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:25:07.610Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-21T19:25:07.610Z] 29e5d40040c1: Pulling fs layer [2022-10-21T19:25:07.610Z] 1ce36da41761: Pulling fs layer [2022-10-21T19:25:07.610Z] 25b303627fd3: Pulling fs layer [2022-10-21T19:25:07.881Z] 29e5d40040c1: Download complete [2022-10-21T19:25:08.152Z] 1ce36da41761: Verifying Checksum [2022-10-21T19:25:08.152Z] 1ce36da41761: Download complete [2022-10-21T19:25:08.421Z] 29e5d40040c1: Pull complete [2022-10-21T19:25:09.834Z] 25b303627fd3: Verifying Checksum [2022-10-21T19:25:09.834Z] 25b303627fd3: Download complete [2022-10-21T19:25:09.834Z] 1ce36da41761: Pull complete [2022-10-21T19:25:19.929Z] 25b303627fd3: Pull complete [2022-10-21T19:25:19.929Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-21T19:25:19.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:25:19.929Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:25:20.308Z] prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container [2022-10-21T19:25:20.379Z] $ 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-21T19:25:22.727Z] $ docker top 15d6f0b0d430a7c1e5367c9b81544ebbd2e05ac068c98fa6bc357c6c47a794e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:25:23.601Z] + grep parallel [2022-10-21T19:25:23.601Z] + docker-compose build --help [2022-10-21T19:25:28.947Z] --parallel Build images in parallel. [Pipeline] } [2022-10-21T19:25:28.989Z] $ docker stop --time=1 15d6f0b0d430a7c1e5367c9b81544ebbd2e05ac068c98fa6bc357c6c47a794e4 [2022-10-21T19:25:30.685Z] $ docker rm -f 15d6f0b0d430a7c1e5367c9b81544ebbd2e05ac068c98fa6bc357c6c47a794e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:25:31.456Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-21T19:25:31.456Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:25:31.715Z] prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container [2022-10-21T19:25:31.814Z] $ 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-21T19:25:33.109Z] $ docker top 4541e20089d2bbc89866e4e24c4d1f5fe05f020e7e4ffa2980be49b647ef628b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:25:33.993Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-21T19:25:40.633Z] Building core-command ... [2022-10-21T19:25:40.633Z] Building core-data ... [2022-10-21T19:25:40.633Z] Building core-metadata ... [2022-10-21T19:25:40.633Z] Building security-bootstrapper ... [2022-10-21T19:25:40.633Z] Building security-proxy-setup ... [2022-10-21T19:25:40.633Z] Building security-secretstore-setup ... [2022-10-21T19:25:40.633Z] Building security-spiffe-token-provider ... [2022-10-21T19:25:40.633Z] Building security-spire-agent ... [2022-10-21T19:25:40.633Z] Building security-spire-config ... [2022-10-21T19:25:40.633Z] Building security-spire-server ... [2022-10-21T19:25:40.633Z] Building support-notifications ... [2022-10-21T19:25:40.633Z] Building support-scheduler ... [2022-10-21T19:25:40.633Z] Building sys-mgmt-agent ... [2022-10-21T19:25:40.633Z] Building security-spiffe-token-provider [2022-10-21T19:25:40.633Z] Building support-scheduler [2022-10-21T19:25:40.633Z] Building core-command [2022-10-21T19:25:40.633Z] Building security-spire-config [2022-10-21T19:25:40.633Z] Building support-notifications [2022-10-21T19:26:37.045Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:26:37.045Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:26:37.045Z] ---> 008a7b56f429 [2022-10-21T19:26:37.045Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:26:37.045Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:26:37.045Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:26:37.045Z] ---> 008a7b56f429 [2022-10-21T19:26:37.045Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:26:37.045Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:26:37.045Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:26:37.045Z] ---> 008a7b56f429 [2022-10-21T19:26:37.045Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:26:37.045Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:26:37.045Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:26:37.045Z] ---> 008a7b56f429 [2022-10-21T19:26:37.045Z] Step 3/20 : WORKDIR /edgex-go [2022-10-21T19:26:37.045Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:26:37.045Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:26:37.045Z] ---> 008a7b56f429 [2022-10-21T19:26:37.045Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:26:37.045Z] ---> Running in e1a8a4b3ccac [2022-10-21T19:26:37.045Z] ---> Running in 0b7365b5ec63 [2022-10-21T19:26:37.045Z] ---> Running in 879d6ae57a98 [2022-10-21T19:26:37.045Z] ---> Running in 7630adb36c43 [2022-10-21T19:26:37.045Z] ---> Running in dd43b9389e67 [2022-10-21T19:26:37.045Z] Removing intermediate container e1a8a4b3ccac [2022-10-21T19:26:37.045Z] ---> d172f2cad861 [2022-10-21T19:26:37.045Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:26:37.045Z] Removing intermediate container 879d6ae57a98 [2022-10-21T19:26:37.045Z] ---> bfcb2bea12e6 [2022-10-21T19:26:37.045Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:26:37.045Z] Removing intermediate container 0b7365b5ec63 [2022-10-21T19:26:37.045Z] ---> bd310ffce459 [2022-10-21T19:26:37.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:26:37.045Z] Removing intermediate container 7630adb36c43 [2022-10-21T19:26:37.045Z] Removing intermediate container dd43b9389e67 [2022-10-21T19:26:37.045Z] ---> 1defc8c3da37 [2022-10-21T19:26:37.045Z] Step 4/23 : WORKDIR /edgex-go [2022-10-21T19:26:37.045Z] ---> 888d4e1b503f [2022-10-21T19:26:37.045Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-21T19:26:37.045Z] ---> Running in 6abaec86b77c [2022-10-21T19:26:37.045Z] ---> Running in 58baaaa3a5e5 [2022-10-21T19:26:37.045Z] ---> Running in 82ef0fedb41e [2022-10-21T19:26:37.045Z] ---> Running in 330ecea91f4d [2022-10-21T19:26:37.045Z] ---> Running in 5b358a5db28e [2022-10-21T19:26:37.045Z] Removing intermediate container 6abaec86b77c [2022-10-21T19:26:37.045Z] ---> 6f9cb2148856 [2022-10-21T19:26:37.045Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:26:37.045Z] ---> Running in a11d22aa91d7 [2022-10-21T19:26:37.045Z] Removing intermediate container 330ecea91f4d [2022-10-21T19:26:37.045Z] ---> 6266b97f743e [2022-10-21T19:26:37.045Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:26:37.045Z] ---> Running in 3d70b4f96090 [2022-10-21T19:26:37.045Z] Removing intermediate container 58baaaa3a5e5 [2022-10-21T19:26:37.045Z] ---> e0983370de2c [2022-10-21T19:26:37.045Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:26:37.045Z] ---> Running in 06d7e2785f2b [2022-10-21T19:26:37.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:37.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:37.045Z] Removing intermediate container 82ef0fedb41e [2022-10-21T19:26:37.045Z] ---> b1949281611f [2022-10-21T19:26:37.045Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:26:37.045Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-21T19:26:37.045Z] v3.16.2-335-ge36aa4fb66 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-21T19:26:37.045Z] OK: 16895 distinct packages available [2022-10-21T19:26:37.045Z] ---> Running in 5ea6c5f03f14 [2022-10-21T19:26:37.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:37.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:38.476Z] Removing intermediate container 06d7e2785f2b [2022-10-21T19:26:38.476Z] ---> bd0008990c8d [2022-10-21T19:26:38.476Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-21T19:26:38.476Z] OK: 221 MiB in 51 packages [2022-10-21T19:26:38.476Z] Removing intermediate container a11d22aa91d7 [2022-10-21T19:26:38.476Z] ---> e54e93b125e9 [2022-10-21T19:26:38.476Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-21T19:26:38.476Z] Removing intermediate container 3d70b4f96090 [2022-10-21T19:26:38.476Z] ---> 85fea26a2ddd [2022-10-21T19:26:38.476Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-21T19:26:38.476Z] ---> Running in 1d04a91e864a [2022-10-21T19:26:38.743Z] ---> Running in 829e58a72443 [2022-10-21T19:26:38.743Z] ---> Running in db15bed802da [2022-10-21T19:26:39.009Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:39.967Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:39.967Z] Removing intermediate container 5b358a5db28e [2022-10-21T19:26:39.967Z] ---> 1805d142d012 [2022-10-21T19:26:39.967Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-21T19:26:40.925Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:40.925Z] ---> 403562b1b2e9 [2022-10-21T19:26:40.925Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:26:40.925Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:41.200Z] ---> Running in 314005fe6a27 [2022-10-21T19:26:41.200Z] OK: 221 MiB in 51 packages [2022-10-21T19:26:41.200Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:41.786Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:42.054Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:42.322Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:26:42.322Z] Removing intermediate container 5ea6c5f03f14 [2022-10-21T19:26:42.322Z] ---> 232d1223ade8 [2022-10-21T19:26:42.322Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:26:43.284Z] OK: 221 MiB in 51 packages [2022-10-21T19:26:43.284Z] ---> c3db6babb3cb [2022-10-21T19:26:43.284Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:26:43.552Z] ---> Running in f8d33796bffb [2022-10-21T19:26:43.552Z] OK: 221 MiB in 51 packages [2022-10-21T19:26:43.821Z] OK: 221 MiB in 51 packages [2022-10-21T19:26:45.775Z] Removing intermediate container 1d04a91e864a [2022-10-21T19:26:45.775Z] ---> dfb4afaf1d0a [2022-10-21T19:26:45.775Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:26:45.775Z] Removing intermediate container db15bed802da [2022-10-21T19:26:45.775Z] ---> 93651d1a0699 [2022-10-21T19:26:45.775Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:26:45.775Z] Removing intermediate container 829e58a72443 [2022-10-21T19:26:45.775Z] ---> a21aa2c05e46 [2022-10-21T19:26:45.775Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-21T19:26:46.362Z] ---> 034c0b2f4aa8 [2022-10-21T19:26:46.362Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:26:46.633Z] ---> Running in 19891d8de84b [2022-10-21T19:26:46.633Z] ---> ae7d1069acde [2022-10-21T19:26:46.633Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:26:46.633Z] ---> d42afac61ae8 [2022-10-21T19:26:46.633Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:26:47.218Z] ---> Running in feb32d046df6 [2022-10-21T19:26:47.218Z] ---> Running in 7152588d4357 [2022-10-21T19:28:08.828Z] Removing intermediate container 7152588d4357 [2022-10-21T19:28:08.828Z] ---> 30ff72e71b81 [2022-10-21T19:28:08.828Z] Step 9/23 : COPY . . [2022-10-21T19:28:08.828Z] Removing intermediate container f8d33796bffb [2022-10-21T19:28:08.828Z] ---> 8142029952fe [2022-10-21T19:28:08.828Z] Step 8/26 : COPY . . [2022-10-21T19:28:08.828Z] Removing intermediate container feb32d046df6 [2022-10-21T19:28:08.828Z] ---> ad7828e22ff6 [2022-10-21T19:28:08.828Z] Step 9/24 : COPY . . [2022-10-21T19:28:08.828Z] Removing intermediate container 19891d8de84b [2022-10-21T19:28:08.828Z] ---> fa190f079e5a [2022-10-21T19:28:08.828Z] Step 9/23 : COPY . . [2022-10-21T19:28:08.828Z] Removing intermediate container 314005fe6a27 [2022-10-21T19:28:08.828Z] ---> f96e50874b27 [2022-10-21T19:28:08.828Z] Step 7/20 : COPY . . [2022-10-21T19:28:15.482Z] ---> 0400565d87c4 [2022-10-21T19:28:15.483Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-21T19:28:15.483Z] ---> cf366e6a3853 [2022-10-21T19:28:15.483Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-21T19:28:15.483Z] ---> 051a6d6cbe8d [2022-10-21T19:28:15.483Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-21T19:28:15.483Z] ---> 4c1062f4cdae [2022-10-21T19:28:15.483Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-21T19:28:15.483Z] ---> 935c886c3119 [2022-10-21T19:28:15.483Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:28:15.483Z] ---> Running in 92b31f72ec4f [2022-10-21T19:28:15.483Z] ---> Running in c16550f6bd38 [2022-10-21T19:28:15.483Z] ---> Running in b620ab1a6d55 [2022-10-21T19:28:15.483Z] ---> Running in b14e3bb0aee2 [2022-10-21T19:28:15.483Z] ---> Running in 1487f36bd7db [2022-10-21T19:28:15.752Z] Removing intermediate container b14e3bb0aee2 [2022-10-21T19:28:15.752Z] ---> 3e894f1b14cd [2022-10-21T19:28:15.752Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:28:16.021Z] ---> Running in c275183f0a20 [2022-10-21T19:28:16.611Z] Removing intermediate container c275183f0a20 [2022-10-21T19:28:16.612Z] ---> aab37481a7e4 [2022-10-21T19:28:16.612Z] 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-21T19:28:16.886Z] ---> Running in 1750286a6feb [2022-10-21T19:28:17.477Z] 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-21T19:28:18.441Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-21T19:28:18.441Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-10-21T19:28:18.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-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-10-21T19:28:19.853Z] Removing intermediate container 1750286a6feb [2022-10-21T19:28:19.853Z] ---> f856dd903ae7 [2022-10-21T19:28:19.853Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:28:20.122Z] ---> Running in e636b2dcd926 [2022-10-21T19:28:20.705Z] Removing intermediate container e636b2dcd926 [2022-10-21T19:28:20.705Z] ---> 3c1cad9ba901 [2022-10-21T19:28:20.705Z] [2022-10-21T19:28:20.705Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:28:20.705Z] 3.15: Pulling from library/alpine [2022-10-21T19:28:22.116Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-21T19:28:22.116Z] Status: Downloaded newer image for alpine:3.15 [2022-10-21T19:28:22.116Z] ---> 02e0d6fdf486 [2022-10-21T19:28:22.116Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:28:22.116Z] ---> Running in 45710db20857 [2022-10-21T19:28:22.703Z] Removing intermediate container 45710db20857 [2022-10-21T19:28:22.703Z] ---> 20044ea71e66 [2022-10-21T19:28:22.703Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:28:22.703Z] ---> Running in f6b52a3c3a01 [2022-10-21T19:28:26.091Z] Removing intermediate container f6b52a3c3a01 [2022-10-21T19:28:26.091Z] ---> fd7e8b355d00 [2022-10-21T19:28:26.091Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-21T19:28:26.091Z] ---> Running in 4837d71bd7a9 [2022-10-21T19:28:28.071Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:28:29.036Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:28:30.985Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:28:30.985Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:28:30.985Z] OK: 15734 distinct packages available [2022-10-21T19:28:31.256Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:28:32.223Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:28:33.636Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-21T19:28:33.902Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:28:33.902Z] (3/4) Installing libucontext (1.1-r0) [2022-10-21T19:28:33.902Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-21T19:28:34.170Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:28:34.170Z] OK: 6 MiB in 18 packages [2022-10-21T19:28:36.119Z] Removing intermediate container 4837d71bd7a9 [2022-10-21T19:28:36.119Z] ---> 39fac7d5b919 [2022-10-21T19:28:36.119Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:28:42.759Z] ---> 0a97cec77809 [2022-10-21T19:28:42.759Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:28:42.759Z] ---> 11f38601db8b [2022-10-21T19:28:42.759Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-21T19:28:43.031Z] ---> Running in 2f4a0476d117 [2022-10-21T19:28:43.300Z] Removing intermediate container 2f4a0476d117 [2022-10-21T19:28:43.301Z] ---> 9e2f3e3d97f5 [2022-10-21T19:28:43.301Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-21T19:28:44.261Z] ---> 97830fabe231 [2022-10-21T19:28:44.261Z] Step 21/26 : WORKDIR / [2022-10-21T19:28:44.527Z] ---> Running in 3151d533e032 [2022-10-21T19:28:45.114Z] Removing intermediate container 3151d533e032 [2022-10-21T19:28:45.114Z] ---> e8501fb29d2b [2022-10-21T19:28:45.114Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:28:45.114Z] ---> Running in 939e12c77eba [2022-10-21T19:28:45.697Z] Removing intermediate container 939e12c77eba [2022-10-21T19:28:45.697Z] ---> b3014a5cc719 [2022-10-21T19:28:45.697Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:28:45.697Z] ---> Running in 45920bbd7967 [2022-10-21T19:28:46.660Z] Removing intermediate container 45920bbd7967 [2022-10-21T19:28:46.660Z] ---> 237fbcab35f3 [2022-10-21T19:28:46.660Z] Step 24/26 : LABEL arch=arm64 [2022-10-21T19:28:46.660Z] ---> Running in f9f4c717f373 [2022-10-21T19:28:47.246Z] Removing intermediate container f9f4c717f373 [2022-10-21T19:28:47.246Z] ---> b7a70eadcd1c [2022-10-21T19:28:47.246Z] Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:28:47.246Z] ---> Running in dbdd06b9c3d9 [2022-10-21T19:28:47.827Z] Removing intermediate container dbdd06b9c3d9 [2022-10-21T19:28:47.827Z] ---> 8ab25387018a [2022-10-21T19:28:47.827Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:28:47.827Z] ---> Running in 23d0b60334cc [2022-10-21T19:28:48.409Z] Removing intermediate container 23d0b60334cc [2022-10-21T19:28:48.409Z] ---> 990dd117d0a0 [2022-10-21T19:28:48.409Z] [2022-10-21T19:28:48.674Z] Successfully built 990dd117d0a0 [2022-10-21T19:28:48.675Z] Successfully tagged security-spire-config-arm64:latest [2022-10-21T19:28:48.939Z]  Building security-spire-config ... done Building security-spire-agent [2022-10-21T19:29:07.142Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:29:07.142Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:29:07.142Z] ---> 008a7b56f429 [2022-10-21T19:29:07.142Z] Step 3/26 : WORKDIR /edgex-go [2022-10-21T19:29:07.142Z] ---> Using cache [2022-10-21T19:29:07.142Z] ---> 888d4e1b503f [2022-10-21T19:29:07.142Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:29:07.142Z] ---> Running in 9b13e8c08ca0 [2022-10-21T19:29:10.477Z] Removing intermediate container 9b13e8c08ca0 [2022-10-21T19:29:10.477Z] ---> 0156dfe3db66 [2022-10-21T19:29:10.477Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:29:10.477Z] ---> Running in ae288f7c2aa4 [2022-10-21T19:29:11.884Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:12.845Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:29:14.256Z] OK: 221 MiB in 51 packages [2022-10-21T19:29:15.668Z] Removing intermediate container ae288f7c2aa4 [2022-10-21T19:29:15.668Z] ---> afe14fa4525c [2022-10-21T19:29:15.668Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-21T19:29:17.077Z] ---> e3485661a844 [2022-10-21T19:29:17.077Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:29:17.077Z] ---> Running in 58c03acac485 [2022-10-21T19:30:24.929Z] Removing intermediate container 58c03acac485 [2022-10-21T19:30:24.929Z] ---> f762d1a9d40d [2022-10-21T19:30:24.929Z] Step 8/26 : COPY . . [2022-10-21T19:30:25.888Z] ---> 77852df47ceb [2022-10-21T19:30:25.888Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:30:25.888Z] ---> Running in a8f6f0d0b438 [2022-10-21T19:30:26.467Z] Removing intermediate container a8f6f0d0b438 [2022-10-21T19:30:26.468Z] ---> 711b1efe82b0 [2022-10-21T19:30:26.468Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-21T19:30:26.734Z] ---> Running in 7ae1d1bdabe1 [2022-10-21T19:30:27.319Z] Removing intermediate container 7ae1d1bdabe1 [2022-10-21T19:30:27.319Z] ---> 96c3ee80f1a1 [2022-10-21T19:30:27.319Z] 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-21T19:30:27.319Z] ---> Running in f351cc546b2c [2022-10-21T19:30:30.656Z] Removing intermediate container f351cc546b2c [2022-10-21T19:30:30.656Z] ---> 7c7592694c2d [2022-10-21T19:30:30.656Z] Step 12/26 : WORKDIR /edgex-go [2022-10-21T19:30:30.656Z] ---> Running in 75bfe27a6e5b [2022-10-21T19:30:31.243Z] Removing intermediate container 75bfe27a6e5b [2022-10-21T19:30:31.243Z] ---> 763c47149c55 [2022-10-21T19:30:31.243Z] [2022-10-21T19:30:31.243Z] Step 13/26 : FROM alpine:3.15 [2022-10-21T19:30:31.243Z] ---> 02e0d6fdf486 [2022-10-21T19:30:31.243Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:30:31.243Z] ---> Using cache [2022-10-21T19:30:31.243Z] ---> 20044ea71e66 [2022-10-21T19:30:31.243Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:30:31.243Z] ---> Using cache [2022-10-21T19:30:31.243Z] ---> fd7e8b355d00 [2022-10-21T19:30:31.243Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:30:31.243Z] ---> Running in 1dba3df71f52 [2022-10-21T19:30:33.183Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:34.592Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:35.995Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:30:35.995Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:30:35.995Z] OK: 15734 distinct packages available [2022-10-21T19:30:36.260Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:37.217Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:30:38.629Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-21T19:30:38.629Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:30:38.895Z] (3/5) Installing libucontext (1.1-r0) [2022-10-21T19:30:38.895Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-21T19:30:38.895Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-21T19:30:39.164Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:30:39.164Z] OK: 6 MiB in 19 packages [2022-10-21T19:30:41.106Z] Removing intermediate container 1dba3df71f52 [2022-10-21T19:30:41.106Z] ---> 37fe8aa5dd2f [2022-10-21T19:30:41.106Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-21T19:30:44.442Z] ---> d0574907b515 [2022-10-21T19:30:44.442Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:30:51.283Z] ---> 96e8380f4b6f [2022-10-21T19:30:51.283Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:30:51.283Z] ---> 81e33ba788b6 [2022-10-21T19:30:51.283Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-21T19:30:51.896Z] ---> 4802f2b00a68 [2022-10-21T19:30:51.896Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-21T19:30:52.922Z] ---> b146fbffea1c [2022-10-21T19:30:52.922Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:30:53.191Z] ---> Running in 730df5df49a6 [2022-10-21T19:30:53.791Z] Removing intermediate container 730df5df49a6 [2022-10-21T19:30:53.791Z] ---> f312c639f68e [2022-10-21T19:30:53.791Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:30:53.791Z] ---> Running in 0ff3307fef7e [2022-10-21T19:30:54.401Z] Removing intermediate container 0ff3307fef7e [2022-10-21T19:30:54.401Z] ---> c0ea7dbe92b8 [2022-10-21T19:30:54.401Z] Step 24/26 : LABEL arch=arm64 [2022-10-21T19:30:54.673Z] ---> Running in 2daa952ff0d7 [2022-10-21T19:30:55.255Z] Removing intermediate container 2daa952ff0d7 [2022-10-21T19:30:55.255Z] ---> 62fcb4953b61 [2022-10-21T19:30:55.255Z] Step 25/26 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:30:55.255Z] ---> Running in b00a2333fff5 [2022-10-21T19:30:55.835Z] Removing intermediate container b00a2333fff5 [2022-10-21T19:30:55.835Z] ---> af12d0a5dac2 [2022-10-21T19:30:55.835Z] Step 26/26 : LABEL version=0.0.0 [2022-10-21T19:30:55.835Z] ---> Running in 9ff75aeb35e4 [2022-10-21T19:30:56.416Z] Removing intermediate container 9ff75aeb35e4 [2022-10-21T19:30:56.416Z] ---> 8ed46c5e93c5 [2022-10-21T19:30:56.416Z] [2022-10-21T19:30:56.680Z] Successfully built 8ed46c5e93c5 [2022-10-21T19:30:56.680Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-21T19:30:56.680Z]  Building security-spire-agent ... done Building security-proxy-setup [2022-10-21T19:31:18.737Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:31:18.737Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:31:18.737Z] ---> 008a7b56f429 [2022-10-21T19:31:18.737Z] Step 3/22 : WORKDIR /edgex-go [2022-10-21T19:31:18.737Z] ---> Using cache [2022-10-21T19:31:18.737Z] ---> 888d4e1b503f [2022-10-21T19:31:18.737Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:31:18.737Z] ---> Using cache [2022-10-21T19:31:18.737Z] ---> 0156dfe3db66 [2022-10-21T19:31:18.737Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-21T19:31:18.737Z] ---> Running in 594a98b124d4 [2022-10-21T19:31:18.737Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:31:18.737Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:31:19.693Z] OK: 221 MiB in 51 packages [2022-10-21T19:31:21.102Z] Removing intermediate container 594a98b124d4 [2022-10-21T19:31:21.102Z] ---> cc01f3f1c0fd [2022-10-21T19:31:21.102Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-21T19:31:22.083Z] ---> 65e42d3da7fe [2022-10-21T19:31:22.084Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:31:22.353Z] ---> Running in 94fc585b76c9 [2022-10-21T19:32:30.215Z] Removing intermediate container 94fc585b76c9 [2022-10-21T19:32:30.215Z] ---> 74947473441e [2022-10-21T19:32:30.215Z] Step 8/22 : COPY . . [2022-10-21T19:32:36.857Z] ---> ea6ddb3504bf [2022-10-21T19:32:36.857Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-21T19:32:36.857Z] ---> Running in 9caa793ad999 [2022-10-21T19:32:38.799Z] 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-21T19:35:30.492Z] Removing intermediate container c16550f6bd38 [2022-10-21T19:35:30.492Z] ---> 9e685326d151 [2022-10-21T19:35:30.492Z] [2022-10-21T19:35:30.492Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:35:30.492Z] 3.16: Pulling from library/alpine [2022-10-21T19:35:30.492Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-21T19:35:30.492Z] Status: Downloaded newer image for alpine:3.16 [2022-10-21T19:35:30.492Z] ---> a6215f271958 [2022-10-21T19:35:30.492Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:35:30.492Z] ---> Running in a97efe2beb1e [2022-10-21T19:35:31.452Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:35:31.720Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:35:33.122Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-21T19:35:33.122Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:35:33.388Z] OK: 5 MiB in 15 packages [2022-10-21T19:35:35.336Z] Removing intermediate container a97efe2beb1e [2022-10-21T19:35:35.336Z] ---> fb646baf7e07 [2022-10-21T19:35:35.336Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:35:35.608Z] ---> Running in bed73a090359 [2022-10-21T19:35:35.879Z] Removing intermediate container bed73a090359 [2022-10-21T19:35:35.879Z] ---> cf127bf39f69 [2022-10-21T19:35:35.879Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-21T19:35:36.148Z] ---> Running in 64cf1610e41a [2022-10-21T19:35:36.728Z] Removing intermediate container 64cf1610e41a [2022-10-21T19:35:36.728Z] ---> 0bef1be25159 [2022-10-21T19:35:36.728Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-21T19:35:36.728Z] ---> Running in ee8ba4e0fe68 [2022-10-21T19:35:37.311Z] Removing intermediate container ee8ba4e0fe68 [2022-10-21T19:35:37.311Z] ---> f88989041888 [2022-10-21T19:35:37.311Z] Step 16/24 : WORKDIR / [2022-10-21T19:35:37.577Z] ---> Running in d7b227db2eef [2022-10-21T19:35:38.160Z] Removing intermediate container d7b227db2eef [2022-10-21T19:35:38.160Z] ---> ca93cae25371 [2022-10-21T19:35:38.160Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:35:39.122Z] ---> 9a981d7e2c06 [2022-10-21T19:35:39.122Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-21T19:35:41.062Z] ---> 1fe96769bea3 [2022-10-21T19:35:41.062Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-21T19:35:41.648Z] ---> 62ccf3ba6e4e [2022-10-21T19:35:41.648Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-21T19:35:41.648Z] ---> Running in 464f6727f19c [2022-10-21T19:35:42.230Z] Removing intermediate container 464f6727f19c [2022-10-21T19:35:42.230Z] ---> 725991465ed6 [2022-10-21T19:35:42.230Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:35:42.230Z] ---> Running in b4bca6984929 [2022-10-21T19:35:42.815Z] Removing intermediate container b4bca6984929 [2022-10-21T19:35:42.815Z] ---> 05a2fbd3f0cd [2022-10-21T19:35:42.815Z] Step 22/24 : LABEL arch=arm64 [2022-10-21T19:35:43.080Z] ---> Running in 7ad159031331 [2022-10-21T19:35:43.663Z] Removing intermediate container 7ad159031331 [2022-10-21T19:35:43.663Z] ---> f435bf2e74ca [2022-10-21T19:35:43.663Z] Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:35:43.663Z] ---> Running in dc0852b6945b [2022-10-21T19:35:44.248Z] Removing intermediate container dc0852b6945b [2022-10-21T19:35:44.248Z] ---> 0d96889e0c7b [2022-10-21T19:35:44.248Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:35:44.248Z] ---> Running in 56c8783b5db0 [2022-10-21T19:35:44.829Z] Removing intermediate container 56c8783b5db0 [2022-10-21T19:35:44.830Z] ---> 48cfeb67e17f [2022-10-21T19:35:44.830Z] [2022-10-21T19:35:44.830Z] Successfully built 48cfeb67e17f [2022-10-21T19:35:45.096Z] Successfully tagged core-command-arm64:latest [2022-10-21T19:35:45.096Z] Building core-metadata [2022-10-21T19:36:07.132Z]  Building core-command ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:36:07.132Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:36:07.132Z] ---> 008a7b56f429 [2022-10-21T19:36:07.132Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> 1defc8c3da37 [2022-10-21T19:36:07.132Z] Step 4/25 : WORKDIR /edgex-go [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> 6266b97f743e [2022-10-21T19:36:07.132Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> 85fea26a2ddd [2022-10-21T19:36:07.132Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> 93651d1a0699 [2022-10-21T19:36:07.132Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> 034c0b2f4aa8 [2022-10-21T19:36:07.132Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> fa190f079e5a [2022-10-21T19:36:07.132Z] Step 9/25 : COPY . . [2022-10-21T19:36:07.132Z] ---> Using cache [2022-10-21T19:36:07.132Z] ---> 4c1062f4cdae [2022-10-21T19:36:07.132Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-21T19:36:07.132Z] ---> Running in e9a5a12dd405 [2022-10-21T19:36:07.132Z] 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-21T19:37:28.711Z] Removing intermediate container 92b31f72ec4f [2022-10-21T19:37:28.711Z] ---> e701d8773151 [2022-10-21T19:37:28.711Z] [2022-10-21T19:37:28.711Z] Step 9/20 : FROM alpine:3.15 [2022-10-21T19:37:28.711Z] ---> 02e0d6fdf486 [2022-10-21T19:37:28.711Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:37:28.711Z] ---> Using cache [2022-10-21T19:37:28.711Z] ---> 20044ea71e66 [2022-10-21T19:37:28.711Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:37:28.711Z] ---> Using cache [2022-10-21T19:37:28.711Z] ---> fd7e8b355d00 [2022-10-21T19:37:28.711Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-21T19:37:28.711Z] ---> Running in 83a70d5896d5 [2022-10-21T19:37:28.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:28.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:28.711Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-21T19:37:28.711Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-21T19:37:28.711Z] OK: 15734 distinct packages available [2022-10-21T19:37:28.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:28.711Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:37:28.711Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-21T19:37:28.711Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-21T19:37:28.711Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-21T19:37:28.711Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-21T19:37:28.711Z] (5/9) Installing curl (7.80.0-r3) [2022-10-21T19:37:28.711Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-21T19:37:28.979Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-21T19:37:28.979Z] (8/9) Installing libucontext (1.1-r0) [2022-10-21T19:37:28.979Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-21T19:37:29.246Z] Executing busybox-1.34.1-r7.trigger [2022-10-21T19:37:29.246Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:37:29.513Z] OK: 8 MiB in 23 packages [2022-10-21T19:37:32.098Z] Removing intermediate container 83a70d5896d5 [2022-10-21T19:37:32.098Z] ---> 4379573d9d89 [2022-10-21T19:37:32.098Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:37:33.058Z] ---> 010d619bf731 [2022-10-21T19:37:33.058Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-21T19:37:35.639Z] ---> fad1fbefff35 [2022-10-21T19:37:35.639Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-21T19:37:36.593Z] ---> 83659524a2fb [2022-10-21T19:37:36.593Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-21T19:37:36.593Z] ---> Running in f20d7b9d5773 [2022-10-21T19:37:37.174Z] Removing intermediate container f20d7b9d5773 [2022-10-21T19:37:37.174Z] ---> 3d19c23ea9f0 [2022-10-21T19:37:37.174Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:37:37.174Z] ---> Running in 581b706e9968 [2022-10-21T19:37:37.755Z] Removing intermediate container 581b706e9968 [2022-10-21T19:37:37.755Z] ---> 8d0ce4a5d7a5 [2022-10-21T19:37:37.755Z] Step 18/20 : LABEL arch=arm64 [2022-10-21T19:37:37.755Z] ---> Running in 0ebf351296e8 [2022-10-21T19:37:38.336Z] Removing intermediate container 0ebf351296e8 [2022-10-21T19:37:38.336Z] ---> 75b6d29d74ee [2022-10-21T19:37:38.336Z] Step 19/20 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:37:38.336Z] ---> Running in 5eec75f91633 [2022-10-21T19:37:38.928Z] Removing intermediate container 5eec75f91633 [2022-10-21T19:37:38.928Z] ---> cceef619caed [2022-10-21T19:37:38.928Z] Step 20/20 : LABEL version=0.0.0 [2022-10-21T19:37:38.928Z] ---> Running in 3b76af270431 [2022-10-21T19:37:39.512Z] Removing intermediate container 3b76af270431 [2022-10-21T19:37:39.512Z] ---> 31d68de434b3 [2022-10-21T19:37:39.512Z] [2022-10-21T19:37:39.778Z] Successfully built 31d68de434b3 [2022-10-21T19:37:39.778Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-21T19:37:39.778Z]  Building security-spiffe-token-provider ... done Building security-bootstrapper [2022-10-21T19:37:57.980Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:37:57.980Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:37:57.980Z] ---> 008a7b56f429 [2022-10-21T19:37:57.980Z] Step 3/33 : WORKDIR /edgex-go [2022-10-21T19:37:57.980Z] ---> Using cache [2022-10-21T19:37:57.980Z] ---> 888d4e1b503f [2022-10-21T19:37:57.980Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:37:57.980Z] ---> Using cache [2022-10-21T19:37:57.980Z] ---> 0156dfe3db66 [2022-10-21T19:37:57.980Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-21T19:37:57.980Z] ---> Using cache [2022-10-21T19:37:57.980Z] ---> cc01f3f1c0fd [2022-10-21T19:37:57.980Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-21T19:37:57.980Z] ---> Using cache [2022-10-21T19:37:57.980Z] ---> 65e42d3da7fe [2022-10-21T19:37:57.980Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:37:57.980Z] ---> Using cache [2022-10-21T19:37:57.980Z] ---> 74947473441e [2022-10-21T19:37:57.980Z] Step 8/33 : COPY . . [2022-10-21T19:37:57.980Z] ---> Using cache [2022-10-21T19:37:57.980Z] ---> ea6ddb3504bf [2022-10-21T19:37:57.980Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-21T19:37:58.561Z] ---> Running in 9584bc8a881c [2022-10-21T19:38:00.503Z] 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-21T19:38:39.346Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-10-21T19:39:06.011Z] Removing intermediate container 1487f36bd7db [2022-10-21T19:39:06.011Z] ---> 9d5485fc8fc9 [2022-10-21T19:39:06.011Z] [2022-10-21T19:39:06.011Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:39:06.011Z] ---> a6215f271958 [2022-10-21T19:39:06.011Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:39:06.011Z] ---> Using cache [2022-10-21T19:39:06.011Z] ---> fb646baf7e07 [2022-10-21T19:39:06.011Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:39:06.011Z] ---> Using cache [2022-10-21T19:39:06.011Z] ---> cf127bf39f69 [2022-10-21T19:39:06.011Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-21T19:39:06.011Z] ---> Running in e0c690b71a73 [2022-10-21T19:39:06.011Z] Removing intermediate container e0c690b71a73 [2022-10-21T19:39:06.011Z] ---> f65153e75330 [2022-10-21T19:39:06.011Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:39:06.011Z] ---> Running in 0003705b5802 [2022-10-21T19:39:06.276Z] Removing intermediate container 0003705b5802 [2022-10-21T19:39:06.276Z] ---> a18cd800c593 [2022-10-21T19:39:06.276Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:39:06.542Z] Removing intermediate container b620ab1a6d55 [2022-10-21T19:39:06.542Z] ---> 19c1a67d6d3b [2022-10-21T19:39:06.542Z] [2022-10-21T19:39:06.542Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:39:06.542Z] ---> a6215f271958 [2022-10-21T19:39:06.542Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-21T19:39:06.542Z] ---> Running in 16dfdf460ffd [2022-10-21T19:39:07.535Z] Removing intermediate container 9caa793ad999 [2022-10-21T19:39:07.535Z] ---> ecb043adbdd0 [2022-10-21T19:39:07.535Z] [2022-10-21T19:39:07.535Z] Step 10/22 : FROM alpine:3.16 [2022-10-21T19:39:07.535Z] ---> a6215f271958 [2022-10-21T19:39:07.535Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-21T19:39:07.804Z] ---> Running in 01e3f8bc7180 [2022-10-21T19:39:09.741Z] ---> 017e0a97e1c8 [2022-10-21T19:39:09.741Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-21T19:39:10.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:39:10.592Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:39:11.549Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:39:12.129Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:39:12.412Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-21T19:39:12.412Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:39:12.412Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:39:12.412Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:39:12.689Z] ---> 92a4dee51dcc [2022-10-21T19:39:12.689Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-21T19:39:12.959Z] OK: 6 MiB in 16 packages [2022-10-21T19:39:13.927Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-21T19:39:13.927Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:39:13.927Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:39:13.927Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-21T19:39:13.927Z] (5/6) Installing curl (7.83.1-r3) [2022-10-21T19:39:13.927Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:39:13.927Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:39:14.195Z] ---> f45818c3d7e5 [2022-10-21T19:39:14.195Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-21T19:39:14.195Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:39:14.676Z] OK: 8 MiB in 20 packages [2022-10-21T19:39:14.676Z] ---> Running in ed7ddaebae3e [2022-10-21T19:39:16.158Z] Removing intermediate container ed7ddaebae3e [2022-10-21T19:39:16.158Z] ---> 1090a619466e [2022-10-21T19:39:16.158Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:39:16.158Z] ---> Running in c7c321309559 [2022-10-21T19:39:16.442Z] Removing intermediate container 16dfdf460ffd [2022-10-21T19:39:16.442Z] ---> 6df3642c2966 [2022-10-21T19:39:16.442Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:39:16.718Z] ---> Running in 7ba09ad48c15 [2022-10-21T19:39:17.337Z] Removing intermediate container c7c321309559 [2022-10-21T19:39:17.337Z] ---> b793520a03bc [2022-10-21T19:39:17.337Z] Step 21/23 : LABEL arch=arm64 [2022-10-21T19:39:17.634Z] ---> Running in 2150f0142523 [2022-10-21T19:39:17.954Z] Removing intermediate container 7ba09ad48c15 [2022-10-21T19:39:17.954Z] ---> e84fc52c41b7 [2022-10-21T19:39:17.954Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-21T19:39:18.226Z] ---> Running in b9115838b989 [2022-10-21T19:39:18.522Z] Removing intermediate container 2150f0142523 [2022-10-21T19:39:18.522Z] ---> 714b93827a92 [2022-10-21T19:39:18.522Z] Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:39:18.809Z] ---> Running in b6dcd4c95426 [2022-10-21T19:39:18.809Z] Removing intermediate container 01e3f8bc7180 [2022-10-21T19:39:18.809Z] ---> c3711a14cdf8 [2022-10-21T19:39:18.809Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:39:19.095Z] ---> Running in f9772db4c55d [2022-10-21T19:39:19.095Z] Removing intermediate container b9115838b989 [2022-10-21T19:39:19.095Z] ---> d883a3017174 [2022-10-21T19:39:19.095Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:39:19.365Z] ---> Running in dd6ab0841130 [2022-10-21T19:39:19.636Z] Removing intermediate container b6dcd4c95426 [2022-10-21T19:39:19.636Z] ---> 237269ed0419 [2022-10-21T19:39:19.636Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:39:19.636Z] Removing intermediate container f9772db4c55d [2022-10-21T19:39:19.905Z] ---> bbbd59954134 [2022-10-21T19:39:19.905Z] Step 13/22 : WORKDIR /edgex [2022-10-21T19:39:19.905Z] ---> Running in da3fb9262a31 [2022-10-21T19:39:20.172Z] ---> Running in 269dd2874f76 [2022-10-21T19:39:20.172Z] Removing intermediate container dd6ab0841130 [2022-10-21T19:39:20.172Z] ---> cac6eb9be057 [2022-10-21T19:39:20.172Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:39:21.135Z] Removing intermediate container 269dd2874f76 [2022-10-21T19:39:21.135Z] Removing intermediate container da3fb9262a31 [2022-10-21T19:39:21.135Z] ---> e0f6d3ed4e0c [2022-10-21T19:39:21.135Z] [2022-10-21T19:39:21.135Z] ---> 9ba3e0f03ce8 [2022-10-21T19:39:21.135Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-21T19:39:21.718Z] ---> 6096679418a1 [2022-10-21T19:39:21.719Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-21T19:39:21.719Z] Successfully built e0f6d3ed4e0c [2022-10-21T19:39:21.986Z] Successfully tagged support-scheduler-arm64:latest [2022-10-21T19:39:21.986Z] Building security-spire-server [2022-10-21T19:39:22.568Z]  Building support-scheduler ... done  ---> 0ae78ead7ee1 [2022-10-21T19:39:22.568Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-21T19:39:25.149Z] ---> 9a2ae5444e38 [2022-10-21T19:39:25.149Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-21T19:39:25.417Z] ---> 2dd571edc9cf [2022-10-21T19:39:25.417Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-21T19:39:26.377Z] ---> 2dbf652b6c48 [2022-10-21T19:39:26.377Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-21T19:39:26.646Z] ---> Running in faad5b59120a [2022-10-21T19:39:27.228Z] ---> abbeacbcaa4c [2022-10-21T19:39:27.228Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:39:27.495Z] Removing intermediate container faad5b59120a [2022-10-21T19:39:27.495Z] ---> ceb01f6274c7 [2022-10-21T19:39:27.495Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:39:27.495Z] ---> Running in d5923e2b399b [2022-10-21T19:39:28.078Z] ---> df92d51ce3b6 [2022-10-21T19:39:28.078Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:39:28.344Z] Removing intermediate container d5923e2b399b [2022-10-21T19:39:28.344Z] ---> e2cd952387bf [2022-10-21T19:39:28.344Z] Step 21/23 : LABEL arch=arm64 [2022-10-21T19:39:28.344Z] ---> Running in 18e0f57d8912 [2022-10-21T19:39:28.613Z] ---> Running in 26dc1c7d0e4a [2022-10-21T19:39:29.569Z] Removing intermediate container 26dc1c7d0e4a [2022-10-21T19:39:29.569Z] ---> 99c1f3632598 [2022-10-21T19:39:29.569Z] Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:39:29.569Z] ---> Running in e5ca36189520 [2022-10-21T19:39:30.527Z] Removing intermediate container e5ca36189520 [2022-10-21T19:39:30.527Z] ---> 63caf78a3aa8 [2022-10-21T19:39:30.527Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:39:30.793Z] ---> Running in 13349e23ae95 [2022-10-21T19:39:31.753Z] Removing intermediate container 13349e23ae95 [2022-10-21T19:39:31.753Z] ---> 524d5fd74aab [2022-10-21T19:39:31.753Z] [2022-10-21T19:39:32.711Z] Successfully built 524d5fd74aab [2022-10-21T19:39:32.978Z] Successfully tagged support-notifications-arm64:latest [2022-10-21T19:39:32.978Z] Building core-data [2022-10-21T19:39:32.978Z] Removing intermediate container 18e0f57d8912 [2022-10-21T19:39:32.978Z]  Building support-notifications ... done  ---> b1e4cc6cf9a8 [2022-10-21T19:39:32.978Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:39:32.978Z] ---> Running in 9f4a858a47af [2022-10-21T19:39:33.566Z] Removing intermediate container 9f4a858a47af [2022-10-21T19:39:33.566Z] ---> 44d5295ac43f [2022-10-21T19:39:33.566Z] Step 20/22 : LABEL arch=arm64 [2022-10-21T19:39:33.832Z] ---> Running in b7529066eddd [2022-10-21T19:39:34.428Z] Removing intermediate container b7529066eddd [2022-10-21T19:39:34.428Z] ---> 2a808884d0d7 [2022-10-21T19:39:34.428Z] Step 21/22 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:39:34.428Z] ---> Running in 95150f2d6b42 [2022-10-21T19:39:35.012Z] Removing intermediate container 95150f2d6b42 [2022-10-21T19:39:35.012Z] ---> e810cbfdddbc [2022-10-21T19:39:35.012Z] Step 22/22 : LABEL version=0.0.0 [2022-10-21T19:39:35.279Z] ---> Running in 3df6dfb4d78c [2022-10-21T19:39:35.862Z] Removing intermediate container 3df6dfb4d78c [2022-10-21T19:39:35.862Z] ---> 07268aa74cf1 [2022-10-21T19:39:35.862Z] [2022-10-21T19:39:36.129Z] Successfully built 07268aa74cf1 [2022-10-21T19:39:36.394Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-21T19:39:36.394Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2022-10-21T19:39:48.711Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:39:48.711Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:39:48.711Z] ---> 008a7b56f429 [2022-10-21T19:39:48.711Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> 888d4e1b503f [2022-10-21T19:39:48.711Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> 0156dfe3db66 [2022-10-21T19:39:48.711Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> afe14fa4525c [2022-10-21T19:39:48.711Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> e3485661a844 [2022-10-21T19:39:48.711Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> f762d1a9d40d [2022-10-21T19:39:48.711Z] Step 8/25 : COPY . . [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> 77852df47ceb [2022-10-21T19:39:48.711Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> 711b1efe82b0 [2022-10-21T19:39:48.711Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-21T19:39:48.711Z] ---> Using cache [2022-10-21T19:39:48.711Z] ---> 96c3ee80f1a1 [2022-10-21T19:39:48.711Z] 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-21T19:39:49.668Z] ---> Running in 5625232c259c [2022-10-21T19:39:52.999Z] Removing intermediate container 5625232c259c [2022-10-21T19:39:52.999Z] ---> 1e251a07eae1 [2022-10-21T19:39:52.999Z] Step 12/25 : WORKDIR /edgex-go [2022-10-21T19:39:52.999Z] ---> Running in 9fc1a3fa38ca [2022-10-21T19:39:53.584Z] Removing intermediate container 9fc1a3fa38ca [2022-10-21T19:39:53.584Z] ---> d827944af8d9 [2022-10-21T19:39:53.584Z] [2022-10-21T19:39:53.584Z] Step 13/25 : FROM alpine:3.15 [2022-10-21T19:39:53.584Z] ---> 02e0d6fdf486 [2022-10-21T19:39:53.584Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:39:53.584Z] ---> Using cache [2022-10-21T19:39:53.584Z] ---> 20044ea71e66 [2022-10-21T19:39:53.584Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:39:53.584Z] ---> Using cache [2022-10-21T19:39:53.584Z] ---> fd7e8b355d00 [2022-10-21T19:39:53.584Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-21T19:39:53.584Z] ---> Using cache [2022-10-21T19:39:53.584Z] ---> 37fe8aa5dd2f [2022-10-21T19:39:53.584Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-21T19:40:05.888Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:40:05.888Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:40:05.888Z] ---> 008a7b56f429 [2022-10-21T19:40:05.888Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-21T19:40:05.888Z] ---> Using cache [2022-10-21T19:40:05.888Z] ---> 1defc8c3da37 [2022-10-21T19:40:05.888Z] Step 4/24 : WORKDIR /edgex-go [2022-10-21T19:40:05.888Z] ---> Using cache [2022-10-21T19:40:05.888Z] ---> 6266b97f743e [2022-10-21T19:40:05.888Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:40:05.888Z] ---> Using cache [2022-10-21T19:40:05.888Z] ---> 85fea26a2ddd [2022-10-21T19:40:05.888Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-21T19:40:06.155Z] ---> Running in dfbc5c1057de [2022-10-21T19:40:06.422Z] ---> d52373d6945d [2022-10-21T19:40:06.423Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-21T19:40:08.391Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:40:08.391Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:40:08.391Z] ---> 008a7b56f429 [2022-10-21T19:40:08.391Z] Step 3/25 : WORKDIR /edgex-go [2022-10-21T19:40:08.391Z] ---> Using cache [2022-10-21T19:40:08.391Z] ---> 888d4e1b503f [2022-10-21T19:40:08.391Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:40:08.391Z] ---> Using cache [2022-10-21T19:40:08.391Z] ---> 0156dfe3db66 [2022-10-21T19:40:08.391Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-21T19:40:08.391Z] ---> Using cache [2022-10-21T19:40:08.391Z] ---> cc01f3f1c0fd [2022-10-21T19:40:08.391Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-21T19:40:08.391Z] ---> Using cache [2022-10-21T19:40:08.391Z] ---> 65e42d3da7fe [2022-10-21T19:40:08.391Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:40:08.391Z] ---> Using cache [2022-10-21T19:40:08.391Z] ---> 74947473441e [2022-10-21T19:40:08.391Z] Step 8/25 : COPY . . [2022-10-21T19:40:08.391Z] ---> Using cache [2022-10-21T19:40:08.391Z] ---> ea6ddb3504bf [2022-10-21T19:40:08.391Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-21T19:40:08.391Z] ---> b0a06900db7d [2022-10-21T19:40:08.391Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-21T19:40:08.660Z] ---> Running in 6925966d0c28 [2022-10-21T19:40:08.933Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:40:09.919Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:40:10.191Z] ---> 795b4fb3f1cf [2022-10-21T19:40:10.191Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-21T19:40:10.780Z] 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-21T19:40:11.369Z] ---> 0b1fdaa95594 [2022-10-21T19:40:11.369Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-21T19:40:11.369Z] ---> Running in c750c4f268d0 [2022-10-21T19:40:11.369Z] OK: 221 MiB in 51 packages [2022-10-21T19:40:11.964Z] Removing intermediate container c750c4f268d0 [2022-10-21T19:40:11.964Z] ---> 45518cbf20a6 [2022-10-21T19:40:11.964Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-21T19:40:12.240Z] ---> Running in 266e612e0060 [2022-10-21T19:40:13.203Z] Removing intermediate container 266e612e0060 [2022-10-21T19:40:13.203Z] ---> 5f0e253658b0 [2022-10-21T19:40:13.203Z] Step 23/25 : LABEL arch=arm64 [2022-10-21T19:40:13.203Z] Removing intermediate container dfbc5c1057de [2022-10-21T19:40:13.203Z] ---> 8c799b81cad2 [2022-10-21T19:40:13.203Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-21T19:40:13.473Z] ---> Running in f23def76419a [2022-10-21T19:40:14.075Z] Removing intermediate container f23def76419a [2022-10-21T19:40:14.075Z] ---> ab30e5ef7d51 [2022-10-21T19:40:14.075Z] Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:40:14.345Z] ---> Running in 37f03fbc2088 [2022-10-21T19:40:14.345Z] ---> c199e26fd22a [2022-10-21T19:40:14.345Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:40:14.615Z] ---> Running in bd782f04dc79 [2022-10-21T19:40:15.205Z] Removing intermediate container 37f03fbc2088 [2022-10-21T19:40:15.205Z] ---> 7dc0127ce0f4 [2022-10-21T19:40:15.205Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:40:15.474Z] ---> Running in ab2d2e9d98dd [2022-10-21T19:40:16.060Z] Removing intermediate container ab2d2e9d98dd [2022-10-21T19:40:16.060Z] ---> 5ff697575dac [2022-10-21T19:40:16.060Z] [2022-10-21T19:40:16.328Z] Successfully built 5ff697575dac [2022-10-21T19:40:16.599Z] Successfully tagged security-spire-server-arm64:latest [2022-10-21T19:40:16.599Z]  Building security-spire-server ... done Building sys-mgmt-agent [2022-10-21T19:40:34.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-21T19:40:34.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-21T19:40:34.837Z] ---> 008a7b56f429 [2022-10-21T19:40:34.837Z] Step 3/23 : WORKDIR /edgex-go [2022-10-21T19:40:34.837Z] ---> Using cache [2022-10-21T19:40:34.837Z] ---> 888d4e1b503f [2022-10-21T19:40:34.837Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:40:34.837Z] ---> Using cache [2022-10-21T19:40:34.837Z] ---> 0156dfe3db66 [2022-10-21T19:40:34.837Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-21T19:40:34.837Z] ---> Running in e58408a9e59f [2022-10-21T19:40:36.797Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:40:37.769Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:40:39.186Z] OK: 221 MiB in 51 packages [2022-10-21T19:40:40.601Z] Removing intermediate container e58408a9e59f [2022-10-21T19:40:40.601Z] ---> aa6dc6a002ed [2022-10-21T19:40:40.601Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-21T19:40:41.563Z] ---> eefe0f0a6b13 [2022-10-21T19:40:41.563Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-21T19:40:41.563Z] ---> Running in 576354b1a8b6 [2022-10-21T19:41:20.467Z] Removing intermediate container bd782f04dc79 [2022-10-21T19:41:20.467Z] ---> 0e056491e3e7 [2022-10-21T19:41:20.467Z] Step 9/24 : COPY . . [2022-10-21T19:41:42.580Z] ---> 49cd4b48b966 [2022-10-21T19:41:42.580Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-21T19:41:42.580Z] ---> Running in 7e677c8de5e8 [2022-10-21T19:41:42.580Z] 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-21T19:41:50.817Z] Removing intermediate container 576354b1a8b6 [2022-10-21T19:41:50.817Z] ---> b968d63ab7fb [2022-10-21T19:41:50.817Z] Step 8/23 : COPY . . [2022-10-21T19:42:03.161Z] ---> 5248014cd922 [2022-10-21T19:42:03.161Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-21T19:42:03.161Z] ---> Running in 1bc4c9553ac1 [2022-10-21T19:42:03.754Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-10-21T19:43:11.652Z] Removing intermediate container e9a5a12dd405 [2022-10-21T19:43:11.652Z] ---> 4490119ec35f [2022-10-21T19:43:11.652Z] [2022-10-21T19:43:11.652Z] Step 11/25 : FROM alpine:3.16 [2022-10-21T19:43:11.652Z] ---> a6215f271958 [2022-10-21T19:43:11.652Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-21T19:43:11.652Z] ---> Using cache [2022-10-21T19:43:11.652Z] ---> fb646baf7e07 [2022-10-21T19:43:11.652Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-21T19:43:11.652Z] ---> Using cache [2022-10-21T19:43:11.652Z] ---> cf127bf39f69 [2022-10-21T19:43:11.652Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-21T19:43:11.652Z] ---> Running in 8f3b4dd3b0e0 [2022-10-21T19:43:11.652Z] Removing intermediate container 8f3b4dd3b0e0 [2022-10-21T19:43:11.652Z] ---> fc5dc7a29cd6 [2022-10-21T19:43:11.652Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-21T19:43:11.652Z] ---> Running in 3062fe5708cd [2022-10-21T19:43:11.652Z] Removing intermediate container 3062fe5708cd [2022-10-21T19:43:11.652Z] ---> f966343ae2c1 [2022-10-21T19:43:11.652Z] Step 16/25 : WORKDIR / [2022-10-21T19:43:11.652Z] ---> Running in 2c657326f935 [2022-10-21T19:43:11.652Z] Removing intermediate container 2c657326f935 [2022-10-21T19:43:11.652Z] ---> d63974b13342 [2022-10-21T19:43:11.652Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:43:11.652Z] ---> 232632e3c756 [2022-10-21T19:43:11.652Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-21T19:43:13.056Z] ---> 1aabea40182d [2022-10-21T19:43:13.056Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-21T19:43:14.011Z] ---> 8ace54bdd840 [2022-10-21T19:43:14.011Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-21T19:43:14.967Z] ---> 5821dcf4c70b [2022-10-21T19:43:14.967Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-21T19:43:15.232Z] ---> Running in 0b796a8c39ca [2022-10-21T19:43:15.821Z] Removing intermediate container 0b796a8c39ca [2022-10-21T19:43:15.821Z] ---> df697c7484bc [2022-10-21T19:43:15.821Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:43:15.821Z] ---> Running in 404a1287adda [2022-10-21T19:43:16.427Z] Removing intermediate container 404a1287adda [2022-10-21T19:43:16.427Z] ---> 78978f58f1b0 [2022-10-21T19:43:16.427Z] Step 23/25 : LABEL arch=arm64 [2022-10-21T19:43:16.695Z] ---> Running in 8dddf592d14d [2022-10-21T19:43:17.278Z] Removing intermediate container 8dddf592d14d [2022-10-21T19:43:17.278Z] ---> 3034f2015cbb [2022-10-21T19:43:17.278Z] Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:43:17.278Z] ---> Running in 873f8aca7d6d [2022-10-21T19:43:18.241Z] Removing intermediate container 873f8aca7d6d [2022-10-21T19:43:18.241Z] ---> ddd61a4bcb19 [2022-10-21T19:43:18.241Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:43:18.241Z] ---> Running in 7a5476bf3935 [2022-10-21T19:43:18.822Z] Removing intermediate container 7a5476bf3935 [2022-10-21T19:43:18.822Z] ---> a12ad3609fbd [2022-10-21T19:43:18.822Z] [2022-10-21T19:43:19.087Z] Successfully built a12ad3609fbd [2022-10-21T19:43:19.087Z] Successfully tagged core-metadata-arm64:latest [2022-10-21T19:44:05.897Z]  Building core-metadata ... done Removing intermediate container 9584bc8a881c [2022-10-21T19:44:05.897Z] ---> b766451957e2 [2022-10-21T19:44:05.897Z] [2022-10-21T19:44:05.897Z] Step 10/33 : FROM alpine:3.16 [2022-10-21T19:44:05.897Z] ---> a6215f271958 [2022-10-21T19:44:05.897Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-21T19:44:05.897Z] ---> Running in 47474d1b6b72 [2022-10-21T19:44:05.897Z] Removing intermediate container 47474d1b6b72 [2022-10-21T19:44:05.897Z] ---> fc9877700b16 [2022-10-21T19:44:05.897Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-21T19:44:05.897Z] ---> Running in c36be32dceba [2022-10-21T19:44:06.477Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:44:07.057Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:44:08.012Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-21T19:44:08.012Z] (2/2) Installing su-exec (0.2-r1) [2022-10-21T19:44:08.012Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:44:08.279Z] OK: 5 MiB in 16 packages [2022-10-21T19:44:09.688Z] Removing intermediate container c36be32dceba [2022-10-21T19:44:09.688Z] ---> 04e63a7866d8 [2022-10-21T19:44:09.688Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-21T19:44:09.956Z] ---> Running in 7add8bf94db5 [2022-10-21T19:44:10.538Z] Removing intermediate container 7add8bf94db5 [2022-10-21T19:44:10.538Z] ---> 47bc68ec167e [2022-10-21T19:44:10.538Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-21T19:44:10.538Z] ---> Running in 7533830f427b [2022-10-21T19:44:11.289Z] Removing intermediate container 7533830f427b [2022-10-21T19:44:11.289Z] ---> 0276dad0a564 [2022-10-21T19:44:11.289Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-21T19:44:11.289Z] ---> Running in 2d1a14799ace [2022-10-21T19:44:11.919Z] Removing intermediate container 2d1a14799ace [2022-10-21T19:44:11.919Z] ---> 650d3634c794 [2022-10-21T19:44:11.919Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-21T19:44:11.919Z] ---> Running in 4952ae34b7fb [2022-10-21T19:44:12.544Z] Removing intermediate container 4952ae34b7fb [2022-10-21T19:44:12.544Z] ---> 93bebb083464 [2022-10-21T19:44:12.544Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-21T19:44:12.828Z] ---> Running in 177b217a15b6 [2022-10-21T19:44:16.316Z] Removing intermediate container 177b217a15b6 [2022-10-21T19:44:16.316Z] ---> ab2c1ea0da3f [2022-10-21T19:44:16.316Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-21T19:44:16.316Z] ---> Running in afd93dda8068 [2022-10-21T19:44:16.591Z] Removing intermediate container afd93dda8068 [2022-10-21T19:44:16.591Z] ---> ddd2958d6d9c [2022-10-21T19:44:16.591Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-21T19:44:17.565Z] ---> 86f34d0fe3cf [2022-10-21T19:44:17.565Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-21T19:44:17.565Z] ---> Running in 08433dbb2c2f [2022-10-21T19:44:20.915Z] Removing intermediate container 08433dbb2c2f [2022-10-21T19:44:20.915Z] ---> 136a2f074084 [2022-10-21T19:44:20.915Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:44:21.510Z] ---> 22708e772e73 [2022-10-21T19:44:21.510Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-21T19:44:23.452Z] ---> fb7a8277e8b9 [2022-10-21T19:44:23.452Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-21T19:44:24.861Z] ---> 7426ea3b3f73 [2022-10-21T19:44:24.861Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-21T19:44:25.444Z] ---> 512c8d55a1fe [2022-10-21T19:44:25.444Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-21T19:44:26.404Z] ---> 25195236bf1f [2022-10-21T19:44:26.404Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-21T19:44:27.360Z] ---> 3698dfe96357 [2022-10-21T19:44:27.360Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-21T19:44:27.940Z] ---> 570edf0b0dc9 [2022-10-21T19:44:27.940Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-21T19:44:28.206Z] ---> Running in ff85a72495db [2022-10-21T19:44:31.547Z] Removing intermediate container ff85a72495db [2022-10-21T19:44:31.547Z] ---> cd42363a235d [2022-10-21T19:44:31.547Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-21T19:44:31.547Z] ---> Running in c97bff66b422 [2022-10-21T19:44:31.813Z] Removing intermediate container c97bff66b422 [2022-10-21T19:44:31.813Z] ---> e8d4b0e0e05b [2022-10-21T19:44:31.813Z] Step 30/33 : CMD ["gate"] [2022-10-21T19:44:32.080Z] ---> Running in 9bcd4d1b0068 [2022-10-21T19:44:32.665Z] Removing intermediate container 9bcd4d1b0068 [2022-10-21T19:44:32.665Z] ---> 993b101c824b [2022-10-21T19:44:32.665Z] Step 31/33 : LABEL arch=arm64 [2022-10-21T19:44:32.665Z] ---> Running in bef79115e01b [2022-10-21T19:44:33.246Z] Removing intermediate container bef79115e01b [2022-10-21T19:44:33.246Z] ---> 2e382f481cf7 [2022-10-21T19:44:33.246Z] Step 32/33 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:44:33.246Z] ---> Running in 40f80292ef26 [2022-10-21T19:44:33.825Z] Removing intermediate container 40f80292ef26 [2022-10-21T19:44:33.825Z] ---> 5d0bc628f793 [2022-10-21T19:44:33.825Z] Step 33/33 : LABEL version=0.0.0 [2022-10-21T19:44:33.825Z] ---> Running in eb70a7b2feac [2022-10-21T19:44:34.410Z] Removing intermediate container eb70a7b2feac [2022-10-21T19:44:34.410Z] ---> 33d0d4814d84 [2022-10-21T19:44:34.410Z] [2022-10-21T19:44:34.990Z] Successfully built 33d0d4814d84 [2022-10-21T19:44:34.990Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-21T19:45:42.828Z]  Building security-bootstrapper ... 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-21T19:45:51.039Z] Removing intermediate container 6925966d0c28 [2022-10-21T19:45:51.039Z] ---> 9507d1de53b6 [2022-10-21T19:45:51.039Z] [2022-10-21T19:45:51.039Z] Step 10/25 : FROM alpine:3.16 [2022-10-21T19:45:51.039Z] ---> a6215f271958 [2022-10-21T19:45:51.039Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-21T19:45:51.039Z] ---> Running in bff524466154 [2022-10-21T19:45:52.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:45:53.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:45:53.981Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-21T19:45:54.247Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-21T19:45:54.247Z] (3/3) Installing su-exec (0.2-r1) [2022-10-21T19:45:54.247Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:45:54.247Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:45:54.513Z] OK: 6 MiB in 17 packages [2022-10-21T19:45:56.449Z] Removing intermediate container bff524466154 [2022-10-21T19:45:56.449Z] ---> 0d0a6185220f [2022-10-21T19:45:56.449Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-21T19:45:56.714Z] ---> Running in 424dd22bac17 [2022-10-21T19:45:57.294Z] Removing intermediate container 424dd22bac17 [2022-10-21T19:45:57.294Z] ---> f8b09f0bc8d4 [2022-10-21T19:45:57.294Z] Step 13/25 : WORKDIR / [2022-10-21T19:45:57.561Z] ---> Running in 221d7966db56 [2022-10-21T19:45:58.141Z] Removing intermediate container 221d7966db56 [2022-10-21T19:45:58.141Z] ---> 2e6886b4bd38 [2022-10-21T19:45:58.141Z] 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-21T19:45:59.097Z] ---> e6209e495776 [2022-10-21T19:45:59.097Z] 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-21T19:45:59.675Z] ---> 5d0ae183e073 [2022-10-21T19:45:59.675Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-21T19:46:00.631Z] ---> 43c1ad2d8d7a [2022-10-21T19:46:00.631Z] 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-21T19:46:02.049Z] ---> 5e15ab70fa76 [2022-10-21T19:46:02.049Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-21T19:46:03.453Z] ---> d5fe2ebbded7 [2022-10-21T19:46:03.453Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-21T19:46:06.023Z] ---> 8309d77e0527 [2022-10-21T19:46:06.023Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-21T19:46:06.980Z] ---> b52e886ec239 [2022-10-21T19:46:06.980Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-21T19:46:06.980Z] ---> Running in 791ed5b52ba9 [2022-10-21T19:46:10.317Z] Removing intermediate container 791ed5b52ba9 [2022-10-21T19:46:10.317Z] ---> f292194f3e11 [2022-10-21T19:46:10.317Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-21T19:46:10.317Z] ---> Running in 76f9b8fe9e87 [2022-10-21T19:46:10.899Z] Removing intermediate container 76f9b8fe9e87 [2022-10-21T19:46:10.899Z] ---> a51f28cd2276 [2022-10-21T19:46:10.899Z] Step 23/25 : LABEL arch=arm64 [2022-10-21T19:46:10.899Z] ---> Running in 184339423c85 [2022-10-21T19:46:11.481Z] Removing intermediate container 184339423c85 [2022-10-21T19:46:11.481Z] ---> 410a1f6108ff [2022-10-21T19:46:11.481Z] Step 24/25 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:46:11.481Z] ---> Running in 142861c01c9e [2022-10-21T19:46:12.071Z] Removing intermediate container 142861c01c9e [2022-10-21T19:46:12.071Z] ---> 4ebaeedf5aa3 [2022-10-21T19:46:12.071Z] Step 25/25 : LABEL version=0.0.0 [2022-10-21T19:46:12.071Z] ---> Running in 9eb49fb89d57 [2022-10-21T19:46:12.652Z] Removing intermediate container 9eb49fb89d57 [2022-10-21T19:46:12.652Z] ---> a5a63c41a80f [2022-10-21T19:46:12.652Z] [2022-10-21T19:46:12.919Z] Successfully built a5a63c41a80f [2022-10-21T19:46:12.919Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-21T19:46:31.107Z]  Building security-secretstore-setup ... done Removing intermediate container 1bc4c9553ac1 [2022-10-21T19:46:31.107Z] ---> 735d841f6ce7 [2022-10-21T19:46:31.107Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-21T19:46:31.385Z] ---> Running in 884c53f8fc51 [2022-10-21T19:46:33.323Z] 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-21T19:46:36.655Z] Removing intermediate container 884c53f8fc51 [2022-10-21T19:46:36.655Z] ---> a34d20c8a0f8 [2022-10-21T19:46:36.655Z] [2022-10-21T19:46:36.655Z] Step 11/23 : FROM alpine:3.16 [2022-10-21T19:46:36.655Z] ---> a6215f271958 [2022-10-21T19:46:36.655Z] 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-21T19:46:36.929Z] ---> Running in 5f1171785b06 [2022-10-21T19:46:37.194Z] Removing intermediate container 5f1171785b06 [2022-10-21T19:46:37.194Z] ---> 489142ceca34 [2022-10-21T19:46:37.194Z] 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-21T19:46:37.194Z] ---> Running in 2a7e0f5f1c4a [2022-10-21T19:46:39.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:46:39.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:46:40.537Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-21T19:46:40.537Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-21T19:46:40.537Z] (3/33) Installing readline (8.1.2-r0) [2022-10-21T19:46:40.537Z] (4/33) Installing bash (5.1.16-r2) [2022-10-21T19:46:40.537Z] Executing bash-5.1.16-r2.post-install [2022-10-21T19:46:40.537Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-21T19:46:40.537Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-21T19:46:40.537Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-21T19:46:40.537Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-21T19:46:40.537Z] (9/33) Installing curl (7.83.1-r3) [2022-10-21T19:46:40.537Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-21T19:46:41.495Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-21T19:46:41.495Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-21T19:46:41.495Z] (13/33) Installing expat (2.4.9-r0) [2022-10-21T19:46:41.495Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-21T19:46:41.495Z] (15/33) Installing gdbm (1.23-r0) [2022-10-21T19:46:41.495Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-21T19:46:41.495Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:46:41.495Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:46:41.495Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-21T19:46:41.495Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-21T19:46:41.495Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-21T19:46:44.069Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-21T19:46:44.069Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-21T19:46:44.069Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-21T19:46:44.069Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-21T19:46:44.069Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-21T19:46:44.069Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-21T19:46:44.069Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-21T19:46:44.069Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-21T19:46:44.069Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-21T19:46:44.069Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-21T19:46:44.069Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-21T19:46:44.069Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-21T19:46:45.027Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:46:45.027Z] Executing ca-certificates-20220614-r0.trigger [2022-10-21T19:46:45.295Z] OK: 120 MiB in 47 packages [2022-10-21T19:46:53.489Z] Removing intermediate container 7e677c8de5e8 [2022-10-21T19:46:53.489Z] ---> f45c7ea08c12 [2022-10-21T19:46:53.489Z] [2022-10-21T19:46:53.489Z] Step 11/24 : FROM alpine:3.16 [2022-10-21T19:46:53.489Z] ---> a6215f271958 [2022-10-21T19:46:53.490Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-21T19:46:53.490Z] ---> Running in a795437d351a [2022-10-21T19:46:53.490Z] Removing intermediate container a795437d351a [2022-10-21T19:46:53.490Z] ---> b047a18956de [2022-10-21T19:46:53.490Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-21T19:46:53.490Z] ---> Running in ed3fbd19a999 [2022-10-21T19:46:53.757Z] Removing intermediate container ed3fbd19a999 [2022-10-21T19:46:53.757Z] ---> 5603ec59953b [2022-10-21T19:46:53.757Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-21T19:46:53.757Z] ---> Running in df0c86723fd2 [2022-10-21T19:46:54.026Z] Removing intermediate container df0c86723fd2 [2022-10-21T19:46:54.026Z] ---> d27996ca4c3c [2022-10-21T19:46:54.026Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-21T19:46:54.314Z] ---> Running in bac84c1f9375 [2022-10-21T19:46:56.255Z] Removing intermediate container bac84c1f9375 [2022-10-21T19:46:56.255Z] ---> c7c1f34f9b87 [2022-10-21T19:46:56.255Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-21T19:46:56.255Z] ---> Running in 7046639cf4ab [2022-10-21T19:46:57.666Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-21T19:46:58.246Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-21T19:46:59.663Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-21T19:46:59.663Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-21T19:46:59.663Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-21T19:46:59.663Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-21T19:46:59.932Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-21T19:46:59.932Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-21T19:47:00.207Z] Executing busybox-1.35.0-r17.trigger [2022-10-21T19:47:00.207Z] OK: 8 MiB in 20 packages [2022-10-21T19:47:00.473Z] Collecting docker-compose==1.23.2 [2022-10-21T19:47:00.757Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-21T19:47:00.757Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.6 MB/s eta 0:00:00 [2022-10-21T19:47:01.024Z] Removing intermediate container 7046639cf4ab [2022-10-21T19:47:01.024Z] ---> cc072108114d [2022-10-21T19:47:01.024Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-21T19:47:01.304Z] Collecting cached-property<2,>=1.2.0 [2022-10-21T19:47:01.304Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-21T19:47:01.304Z] Collecting docopt<0.7,>=0.6.1 [2022-10-21T19:47:01.304Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-21T19:47:01.571Z] Preparing metadata (setup.py): started [2022-10-21T19:47:01.837Z] ---> 4411ce925e06 [2022-10-21T19:47:01.837Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-21T19:47:02.791Z] ---> 4e6121c980fd [2022-10-21T19:47:02.791Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-21T19:47:03.375Z] ---> 8b90a756930b [2022-10-21T19:47:03.375Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-21T19:47:03.642Z] ---> Running in e9e4eaf2d8b1 [2022-10-21T19:47:03.642Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:47:03.910Z] Removing intermediate container e9e4eaf2d8b1 [2022-10-21T19:47:03.910Z] ---> 8c33945a8ed7 [2022-10-21T19:47:03.910Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:47:03.910Z] ---> Running in c6b65e31c394 [2022-10-21T19:47:04.184Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-21T19:47:04.184Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-21T19:47:04.184Z] Removing intermediate container c6b65e31c394 [2022-10-21T19:47:04.184Z] ---> 0cc824007650 [2022-10-21T19:47:04.184Z] Step 22/24 : LABEL arch=arm64 [2022-10-21T19:47:04.184Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.1 MB/s eta 0:00:00 [2022-10-21T19:47:04.453Z] ---> Running in 1d9e4011d51c [2022-10-21T19:47:04.721Z] Removing intermediate container 1d9e4011d51c [2022-10-21T19:47:04.721Z] ---> ccf8339cc41b [2022-10-21T19:47:04.721Z] Step 23/24 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:47:04.721Z] ---> Running in a4668c28d163 [2022-10-21T19:47:04.721Z] Collecting docker<4.0,>=3.6.0 [2022-10-21T19:47:04.994Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-21T19:47:04.994Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 16.3 MB/s eta 0:00:00 [2022-10-21T19:47:04.994Z] Removing intermediate container a4668c28d163 [2022-10-21T19:47:04.994Z] ---> 49da71e53bbd [2022-10-21T19:47:04.994Z] Step 24/24 : LABEL version=0.0.0 [2022-10-21T19:47:05.259Z] ---> Running in e32b57201640 [2022-10-21T19:47:05.526Z] Collecting jsonschema<3,>=2.5.1 [2022-10-21T19:47:05.526Z] Removing intermediate container e32b57201640 [2022-10-21T19:47:05.526Z] ---> bf1e8d11b6b4 [2022-10-21T19:47:05.526Z] [2022-10-21T19:47:05.526Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-21T19:47:05.526Z] Collecting texttable<0.10,>=0.9.0 [2022-10-21T19:47:05.794Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-21T19:47:05.794Z] Preparing metadata (setup.py): started [2022-10-21T19:47:05.794Z] Successfully built bf1e8d11b6b4 [2022-10-21T19:47:05.794Z] Successfully tagged core-data-arm64:latest [2022-10-21T19:47:07.734Z]  Building core-data ... done  Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:47:08.689Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-21T19:47:08.689Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-21T19:47:08.689Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 14.6 MB/s eta 0:00:00 [2022-10-21T19:47:08.954Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-21T19:47:08.954Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-21T19:47:08.954Z] Preparing metadata (setup.py): started [2022-10-21T19:47:11.531Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:47:11.531Z] 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-21T19:47:11.798Z] Collecting PyYAML<4,>=3.10 [2022-10-21T19:47:11.798Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-21T19:47:11.798Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 17.3 MB/s eta 0:00:00 [2022-10-21T19:47:13.740Z] Preparing metadata (setup.py): started [2022-10-21T19:47:15.683Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-21T19:47:15.683Z] Collecting docker-pycreds>=0.4.0 [2022-10-21T19:47:15.948Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-21T19:47:16.906Z] Collecting certifi>=2017.4.17 [2022-10-21T19:47:16.907Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-21T19:47:16.907Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 18.1 MB/s eta 0:00:00 [2022-10-21T19:47:17.172Z] Collecting idna<2.8,>=2.5 [2022-10-21T19:47:17.172Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-21T19:47:17.172Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 16.5 MB/s eta 0:00:00 [2022-10-21T19:47:17.172Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-21T19:47:17.172Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-21T19:47:17.438Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 17.1 MB/s eta 0:00:00 [2022-10-21T19:47:18.019Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-21T19:47:18.019Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-21T19:47:18.019Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 17.4 MB/s eta 0:00:00 [2022-10-21T19:47:18.601Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-21T19:47:18.601Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-21T19:47:18.601Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-21T19:47:18.601Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-21T19:47:19.560Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-21T19:47:19.560Z] Running setup.py install for texttable: started [2022-10-21T19:47:22.135Z] Running setup.py install for texttable: finished with status 'done' [2022-10-21T19:47:22.135Z] Running setup.py install for PyYAML: started [2022-10-21T19:47:25.534Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-21T19:47:26.504Z] Running setup.py install for docopt: started [2022-10-21T19:47:29.116Z] Running setup.py install for docopt: finished with status 'done' [2022-10-21T19:47:32.475Z] Running setup.py install for dockerpty: started [2022-10-21T19:47:35.049Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-21T19:47:37.630Z] 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-21T19:47:37.630Z] 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-21T19:47:49.938Z] Removing intermediate container 2a7e0f5f1c4a [2022-10-21T19:47:49.938Z] ---> 81763154f0cd [2022-10-21T19:47:49.938Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-21T19:47:49.938Z] ---> Running in bcaed6f919a4 [2022-10-21T19:47:49.938Z] Removing intermediate container bcaed6f919a4 [2022-10-21T19:47:49.938Z] ---> 581097182835 [2022-10-21T19:47:49.938Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-21T19:47:49.938Z] ---> Running in aeb0dd572956 [2022-10-21T19:47:49.938Z] Removing intermediate container aeb0dd572956 [2022-10-21T19:47:49.938Z] ---> cb4cae790eee [2022-10-21T19:47:49.938Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-21T19:47:49.938Z] ---> 75de99d49764 [2022-10-21T19:47:49.938Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-21T19:47:50.206Z] ---> 477ab448da84 [2022-10-21T19:47:50.206Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-21T19:47:51.175Z] ---> 843fd8ec12f8 [2022-10-21T19:47:51.175Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-21T19:47:51.175Z] ---> Running in 8698e091721c [2022-10-21T19:47:51.445Z] Removing intermediate container 8698e091721c [2022-10-21T19:47:51.445Z] ---> f602a97c6dd0 [2022-10-21T19:47:51.445Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-21T19:47:51.445Z] ---> Running in 4bbebfb58365 [2022-10-21T19:47:51.713Z] Removing intermediate container 4bbebfb58365 [2022-10-21T19:47:51.713Z] ---> b6d3492b0745 [2022-10-21T19:47:51.713Z] Step 21/23 : LABEL arch=arm64 [2022-10-21T19:47:51.980Z] ---> Running in 6242c6323159 [2022-10-21T19:47:52.248Z] Removing intermediate container 6242c6323159 [2022-10-21T19:47:52.248Z] ---> 634777ead283 [2022-10-21T19:47:52.248Z] Step 22/23 : LABEL git_sha=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [2022-10-21T19:47:52.248Z] ---> Running in 27db43566270 [2022-10-21T19:47:52.522Z] Removing intermediate container 27db43566270 [2022-10-21T19:47:52.522Z] ---> ec424283cc47 [2022-10-21T19:47:52.522Z] Step 23/23 : LABEL version=0.0.0 [2022-10-21T19:47:52.790Z] ---> Running in 5d5fc3142e37 [2022-10-21T19:47:53.059Z] Removing intermediate container 5d5fc3142e37 [2022-10-21T19:47:53.059Z] ---> 511689bdd714 [2022-10-21T19:47:53.059Z] [2022-10-21T19:47:53.326Z] Successfully built 511689bdd714 [2022-10-21T19:47:53.326Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-21T19:47:53.605Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-10-21T19:47:53.633Z] $ docker stop --time=1 4541e20089d2bbc89866e4e24c4d1f5fe05f020e7e4ffa2980be49b647ef628b [2022-10-21T19:47:55.368Z] $ docker rm -f 4541e20089d2bbc89866e4e24c4d1f5fe05f020e7e4ffa2980be49b647ef628b [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-21T19:47:55.917Z] + docker images [2022-10-21T19:47:56.183Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-21T19:47:56.183Z] sys-mgmt-agent-arm64 latest 511689bdd714 4 seconds ago 133MB [2022-10-21T19:47:56.183Z] core-data-arm64 latest bf1e8d11b6b4 51 seconds ago 20.8MB [2022-10-21T19:47:56.183Z] f45c7ea08c12 About a minute ago 1.42GB [2022-10-21T19:47:56.183Z] a34d20c8a0f8 About a minute ago 1.39GB [2022-10-21T19:47:56.183Z] security-secretstore-setup-arm64 latest a5a63c41a80f About a minute ago 28.4MB [2022-10-21T19:47:56.183Z] 9507d1de53b6 2 minutes ago 1.4GB [2022-10-21T19:47:56.183Z] security-bootstrapper-arm64 latest 33d0d4814d84 3 minutes ago 19.2MB [2022-10-21T19:47:56.183Z] b766451957e2 3 minutes ago 1.4GB [2022-10-21T19:47:56.183Z] core-metadata-arm64 latest a12ad3609fbd 4 minutes ago 17.7MB [2022-10-21T19:47:56.183Z] 4490119ec35f 4 minutes ago 1.42GB [2022-10-21T19:47:56.183Z] security-spire-server-arm64 latest 5ff697575dac 7 minutes ago 84.3MB [2022-10-21T19:47:56.183Z] d827944af8d9 8 minutes ago 1.28GB [2022-10-21T19:47:56.183Z] security-proxy-setup-arm64 latest 07268aa74cf1 8 minutes ago 26.7MB [2022-10-21T19:47:56.183Z] support-notifications-arm64 latest 524d5fd74aab 8 minutes ago 29.2MB [2022-10-21T19:47:56.183Z] support-scheduler-arm64 latest e0f6d3ed4e0c 8 minutes ago 28.6MB [2022-10-21T19:47:56.183Z] ecb043adbdd0 8 minutes ago 1.4GB [2022-10-21T19:47:56.183Z] 19c1a67d6d3b 8 minutes ago 1.47GB [2022-10-21T19:47:56.183Z] 9d5485fc8fc9 8 minutes ago 1.47GB [2022-10-21T19:47:56.183Z] security-spiffe-token-provider-arm64 latest 31d68de434b3 10 minutes ago 28.6MB [2022-10-21T19:47:56.183Z] e701d8773151 10 minutes ago 1.44GB [2022-10-21T19:47:56.183Z] core-command-arm64 latest 48cfeb67e17f 12 minutes ago 16.9MB [2022-10-21T19:47:56.183Z] 9e685326d151 12 minutes ago 1.41GB [2022-10-21T19:47:56.183Z] security-spire-agent-arm64 latest 8ed46c5e93c5 17 minutes ago 122MB [2022-10-21T19:47:56.184Z] 763c47149c55 17 minutes ago 1.28GB [2022-10-21T19:47:56.184Z] security-spire-config-arm64 latest 990dd117d0a0 19 minutes ago 83.6MB [2022-10-21T19:47:56.184Z] 3c1cad9ba901 19 minutes ago 1.28GB [2022-10-21T19:47:56.184Z] ci-base-image-arm64 latest 008a7b56f429 34 minutes ago 942MB [2022-10-21T19:47:56.184Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 11 days ago 679MB [2022-10-21T19:47:56.184Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-21T19:47:56.184Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-21T19:47:56.184Z] 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-21T19:47:56.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-21T19:47:56.989Z] [2022-10-21T19:47:56.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:47:57.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-21T19:47:57.656Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-21T19:47:57.657Z] 8998bd30e6a1: Pulling fs layer [2022-10-21T19:47:57.657Z] 04944245beec: Pulling fs layer [2022-10-21T19:47:57.657Z] 699f458cf7ca: Pulling fs layer [2022-10-21T19:47:57.657Z] 765212b225bb: Pulling fs layer [2022-10-21T19:47:57.657Z] f23df028b6ca: Pulling fs layer [2022-10-21T19:47:57.657Z] d65c8cfc05b1: Pulling fs layer [2022-10-21T19:47:57.657Z] 2437ff75d9bd: Pulling fs layer [2022-10-21T19:47:57.657Z] 765212b225bb: Waiting [2022-10-21T19:47:57.657Z] f23df028b6ca: Waiting [2022-10-21T19:47:57.657Z] d65c8cfc05b1: Waiting [2022-10-21T19:47:57.657Z] 2437ff75d9bd: Waiting [2022-10-21T19:47:57.928Z] 04944245beec: Verifying Checksum [2022-10-21T19:47:57.928Z] 04944245beec: Download complete [2022-10-21T19:47:57.928Z] 765212b225bb: Verifying Checksum [2022-10-21T19:47:57.928Z] 765212b225bb: Download complete [2022-10-21T19:47:57.928Z] f23df028b6ca: Verifying Checksum [2022-10-21T19:47:57.928Z] f23df028b6ca: Download complete [2022-10-21T19:47:57.928Z] d65c8cfc05b1: Verifying Checksum [2022-10-21T19:47:57.928Z] d65c8cfc05b1: Download complete [2022-10-21T19:47:57.928Z] 699f458cf7ca: Verifying Checksum [2022-10-21T19:47:57.928Z] 699f458cf7ca: Download complete [2022-10-21T19:47:58.513Z] 8998bd30e6a1: Verifying Checksum [2022-10-21T19:47:58.513Z] 8998bd30e6a1: Download complete [2022-10-21T19:48:01.093Z] 2437ff75d9bd: Verifying Checksum [2022-10-21T19:48:01.093Z] 2437ff75d9bd: Download complete [2022-10-21T19:48:02.503Z] 8998bd30e6a1: Pull complete [2022-10-21T19:48:03.085Z] 04944245beec: Pull complete [2022-10-21T19:48:04.495Z] 699f458cf7ca: Pull complete [2022-10-21T19:48:04.764Z] 765212b225bb: Pull complete [2022-10-21T19:48:05.722Z] f23df028b6ca: Pull complete [2022-10-21T19:48:05.722Z] d65c8cfc05b1: Pull complete [2022-10-21T19:48:20.709Z] 2437ff75d9bd: Pull complete [2022-10-21T19:48:20.709Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-21T19:48:20.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-21T19:48:20.709Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:48:21.060Z] prd-ubuntu20.04-docker-arm64-4c-16g-8789 does not seem to be running inside a container [2022-10-21T19:48:21.144Z] $ 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-21T19:48:24.026Z] $ docker top 28e60aef844b6792a5dbf0f71bc8621db26cec5d2b8ff9e3980171445027e580 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:25.029Z] ---> job-cost.sh [2022-10-21T19:48:25.029Z] lf-activate-venv: SKIPPING [2022-10-21T19:48:25.029Z] INFO: No Stack... [2022-10-21T19:48:25.612Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-21T19:48:26.571Z] INFO: Archiving Costs [Pipeline] sh [2022-10-21T19:48:27.240Z] + cut -d, -f6 [2022-10-21T19:48:27.240Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-10-21T19:48:27.337Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] [2022-10-21T19:48:27.342Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] did not exist. Created. [2022-10-21T19:48:27.342Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-21T19:48:28.082Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-21T19:48:28.301Z] Stashed 1 file(s) [Pipeline] } [2022-10-21T19:48:28.316Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4208-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-21T19:48:28.407Z] $ docker stop --time=1 28e60aef844b6792a5dbf0f71bc8621db26cec5d2b8ff9e3980171445027e580 [2022-10-21T19:48:29.967Z] $ docker rm -f 28e60aef844b6792a5dbf0f71bc8621db26cec5d2b8ff9e3980171445027e580 [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-21T19:48:30.967Z] provisioning config files... [2022-10-21T19:48:30.974Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12332292946636451075tmp [Pipeline] { [Pipeline] sh [2022-10-21T19:48:31.309Z] + set +x [2022-10-21T19:48:31.309Z] + curl -s https://codecov.io/bash [2022-10-21T19:48:31.309Z] + bash -s -- [2022-10-21T19:48:31.567Z] [2022-10-21T19:48:31.567Z] _____ _ [2022-10-21T19:48:31.567Z] / ____| | | [2022-10-21T19:48:31.567Z] | | ___ __| | ___ ___ _____ __ [2022-10-21T19:48:31.567Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-21T19:48:31.567Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-21T19:48:31.567Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-21T19:48:31.567Z] Bash-1.0.6 [2022-10-21T19:48:31.567Z] [2022-10-21T19:48:31.567Z] [2022-10-21T19:48:31.567Z] ==> git version 2.25.1 found [2022-10-21T19:48:31.567Z] ==> 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-21T19:48:31.567Z] Release-Date: 2020-01-08 [2022-10-21T19:48:31.567Z] 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-21T19:48:31.567Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-21T19:48:31.567Z] ==> Jenkins CI detected. [2022-10-21T19:48:31.567Z] current dir:  /w/workspace/edgex-go/1 [2022-10-21T19:48:31.567Z] project root: . [2022-10-21T19:48:31.567Z] --> token set from env [2022-10-21T19:48:31.567Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-21T19:48:31.567Z] ==> Running gcov in . (disable via -X gcov) [2022-10-21T19:48:31.567Z] ==> Python coveragepy not found [2022-10-21T19:48:31.567Z] ==> Searching for coverage reports in: [2022-10-21T19:48:31.567Z] + . [2022-10-21T19:48:31.567Z] -> Found 1 reports [2022-10-21T19:48:31.567Z] ==> Detecting git/mercurial file structure [2022-10-21T19:48:31.567Z] ==> Reading reports [2022-10-21T19:48:31.567Z] + ./coverage.out bytes=500071 [2022-10-21T19:48:31.567Z] ==> Appending adjustments [2022-10-21T19:48:31.567Z] https://docs.codecov.io/docs/fixing-reports [2022-10-21T19:48:32.995Z] + Found adjustments [2022-10-21T19:48:32.995Z] ==> Gzipping contents [2022-10-21T19:48:32.995Z] 64K /tmp/codecov.Wgw1KM.gz [2022-10-21T19:48:32.995Z] ==> Uploading reports [2022-10-21T19:48:32.995Z] url: https://codecov.io [2022-10-21T19:48:32.995Z] query: branch=PR-4208&commit=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4208%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4208&job=&cmd_args= [2022-10-21T19:48:32.995Z] -> Pinging Codecov [2022-10-21T19:48:32.995Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4208&commit=4bbcdd960b6bbad4ed0cdd1f2db2b24033944033&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4208%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4208&job=&cmd_args= [2022-10-21T19:48:33.266Z] -> Uploading to [2022-10-21T19:48:33.266Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-21/00271124DB129430A58F1EEE437C3FCB/4bbcdd960b6bbad4ed0cdd1f2db2b24033944033/8d66e7d6-300e-4371-bb18-c542c8e5b9ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221021%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221021T194833Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dcafb3a89fa7419e90cb06776dcb727c25f9e9155fcbc97526c901c30ed40263 [2022-10-21T19:48:33.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-21T19:48:33.266Z] Dload Upload Total Spent Left Speed [2022-10-21T19:48:33.545Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65184 0 0 100 65184 0 277k --:--:-- --:--:-- --:--:-- 276k 100 65184 0 0 100 65184 0 277k --:--:-- --:--:-- --:--:-- 276k [2022-10-21T19:48:33.545Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4bbcdd960b6bbad4ed0cdd1f2db2b24033944033 [Pipeline] } [2022-10-21T19:48:33.573Z] 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-21T19:48:34.952Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:35.330Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:36.246Z] ---> package-listing.sh [2022-10-21T19:48:36.246Z] ++ facter osfamily [2022-10-21T19:48:36.246Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-21T19:48:36.505Z] + OS_FAMILY=debian [2022-10-21T19:48:36.505Z] + workspace=/w/workspace/edgex-go/1 [2022-10-21T19:48:36.505Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-21T19:48:36.505Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-21T19:48:36.505Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-21T19:48:36.505Z] + PACKAGES=/tmp/packages_start.txt [2022-10-21T19:48:36.505Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-21T19:48:36.505Z] + PACKAGES=/tmp/packages_end.txt [2022-10-21T19:48:36.505Z] + case "${OS_FAMILY}" in [2022-10-21T19:48:36.505Z] + dpkg -l [2022-10-21T19:48:36.506Z] + grep '^ii' [2022-10-21T19:48:36.506Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-21T19:48:36.506Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-21T19:48:36.506Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-21T19:48:36.506Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-21T19:48:36.506Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-21T19:48:36.506Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-21T19:48:36.538Z] 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-21T19:48:36.830Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:48:37.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-21T19:48:37.445Z] [2022-10-21T19:48:37.445Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-21T19:48:37.813Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-21T19:48:37.813Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-21T19:48:37.813Z] 5eb5b503b376: Pulling fs layer [2022-10-21T19:48:37.813Z] 5c69ac0246d0: Pulling fs layer [2022-10-21T19:48:37.813Z] ec43610c2a17: Pulling fs layer [2022-10-21T19:48:37.813Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-21T19:48:37.813Z] 33b1e0a273af: Pulling fs layer [2022-10-21T19:48:37.813Z] 5d3b04190fa2: Pulling fs layer [2022-10-21T19:48:37.813Z] 2f39f015ded8: Pulling fs layer [2022-10-21T19:48:37.813Z] 3a2ae6a8a46f: Waiting [2022-10-21T19:48:37.813Z] 33b1e0a273af: Waiting [2022-10-21T19:48:37.813Z] 5d3b04190fa2: Waiting [2022-10-21T19:48:37.813Z] 2f39f015ded8: Waiting [2022-10-21T19:48:37.813Z] 5c69ac0246d0: Download complete [2022-10-21T19:48:37.813Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-21T19:48:37.813Z] 3a2ae6a8a46f: Download complete [2022-10-21T19:48:37.813Z] 33b1e0a273af: Verifying Checksum [2022-10-21T19:48:37.813Z] 33b1e0a273af: Download complete [2022-10-21T19:48:38.074Z] ec43610c2a17: Verifying Checksum [2022-10-21T19:48:38.074Z] ec43610c2a17: Download complete [2022-10-21T19:48:38.074Z] 5d3b04190fa2: Download complete [2022-10-21T19:48:38.074Z] 5eb5b503b376: Download complete [2022-10-21T19:48:38.639Z] 2f39f015ded8: Download complete [2022-10-21T19:48:39.204Z] 5eb5b503b376: Pull complete [2022-10-21T19:48:39.462Z] 5c69ac0246d0: Pull complete [2022-10-21T19:48:40.028Z] ec43610c2a17: Pull complete [2022-10-21T19:48:40.028Z] 3a2ae6a8a46f: Pull complete [2022-10-21T19:48:40.028Z] 33b1e0a273af: Pull complete [2022-10-21T19:48:40.287Z] 5d3b04190fa2: Pull complete [2022-10-21T19:48:45.562Z] 2f39f015ded8: Pull complete [2022-10-21T19:48:45.562Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-21T19:48:45.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-21T19:48:45.562Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-21T19:48:45.769Z] prd-ubuntu20.04-docker-8c-8g-8786 does not seem to be running inside a container [2022-10-21T19:48:45.793Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-10-21T19:48:48.271Z] $ docker top 9f6ad3e99e754fe11bee3608d6cace37b91dd9cc522d9bbb1e3dbfcc8dc09518 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-21T19:48:48.672Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-21T19:48:48.981Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-21T19:48:49.292Z] + ls /var/log/sa-host [2022-10-21T19:48:49.292Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-21T19:48:49.534Z] provisioning config files... [2022-10-21T19:48:49.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11958321377240741915tmp [Pipeline] { [Pipeline] echo [2022-10-21T19:48:49.590Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:49.900Z] ---> create-netrc.sh [Pipeline] } [2022-10-21T19:48:49.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:50.319Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-21T19:48:50.350Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:50.661Z] ---> sudo-logs.sh [2022-10-21T19:48:50.661Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-21T19:48:50.734Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:51.044Z] ---> job-cost.sh [2022-10-21T19:48:51.044Z] lf-activate-venv: SKIPPING [2022-10-21T19:48:51.044Z] DEBUG: total: 0.10999999940395355 [2022-10-21T19:48:51.044Z] INFO: Retrieving Stack Cost... [2022-10-21T19:48:51.614Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-21T19:48:51.873Z] INFO: Archiving Costs [Pipeline] echo [2022-10-21T19:48:51.907Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-21T19:48:52.220Z] ---> logs-deploy.sh [2022-10-21T19:48:52.220Z] lf-activate-venv: SKIPPING [2022-10-21T19:48:52.220Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4208/1 [2022-10-21T19:48:52.220Z] INFO: archiving workspace using pattern(s): [2022-10-21T19:48:53.155Z] Archives upload complete. [2022-10-21T19:48:53.416Z] INFO: archiving logs to Nexus