Pull request #4211 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bb20006eba1fb52a1b54093edf8712c290c6c82+23251983c73b29babdec2056f36690dce19c8f65 (fa15fbb1316bafb4583f7ac9b6b7a9b91dff18e3) 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-ssh1076742984923301344.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-ssh12015272639970279436.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-4211/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-4211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11161885235157602162.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-4211/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11430149289322722008.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-ssh16768330327975903626.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-4211/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-4211/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15983120720397948013.key Verifying host key using known hosts file > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-56573 in /w/workspace/edgexfoundry_edgex-go_PR-4211 [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 Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 4bb20006eba1fb52a1b54093edf8712c290c6c82 Merge succeeded, producing 4bb20006eba1fb52a1b54093edf8712c290c6c82 Checking out Revision 4bb20006eba1fb52a1b54093edf8712c290c6c82 (PR-4211) Commit message: "build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1" 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 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4211/head:refs/remotes/origin/PR-4211 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # 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 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-10-25T00:09:57.748Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-10-25T00:09:57.961Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-10-25T00:09:58.069Z] ========================================================= [2022-10-25T00:09:58.069Z] EdgeX Global Pipelines Version Info [2022-10-25T00:09:58.069Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-10-25T00:09:58.866Z] ------------------- [2022-10-25T00:09:58.866Z] stable info: [2022-10-25T00:09:58.866Z] ------------------- [2022-10-25T00:09:58.866Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-10-25T00:09:58.866Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T00:09:58.866Z] Message: update stable to v1.0.243 [2022-10-25T00:09:59.435Z] ------------------- [2022-10-25T00:09:59.435Z] experimental info: [2022-10-25T00:09:59.435Z] ------------------- [2022-10-25T00:09:59.435Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-10-25T00:09:59.435Z] Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 [2022-10-25T00:09:59.435Z] Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-10-25T00:09:59.755Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-10-25T00:09:59.793Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-10-25T00:09:59.830Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-10-25T00:09:59.868Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-10-25T00:09:59.904Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-10-25T00:09:59.945Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-10-25T00:09:59.985Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-10-25T00:10:00.022Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-10-25T00:10:00.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-10-25T00:10:00.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-10-25T00:10:00.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-10-25T00:10:00.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-10-25T00:10:00.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-10-25T00:10:00.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-10-25T00:10:00.300Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-10-25T00:10:00.341Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T00:10:00.382Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-10-25T00:10:00.420Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-10-25T00:10:00.470Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-10-25T00:10:00.517Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-10-25T00:10:00.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-10-25T00:10:00.645Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-10-25T00:10:00.695Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-10-25T00:10:00.735Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4211 [Pipeline] echo [2022-10-25T00:10:00.786Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4211 [Pipeline] echo [2022-10-25T00:10:00.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4211 [Pipeline] echo [2022-10-25T00:10:00.872Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] echo [2022-10-25T00:10:00.921Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bb2000 [Pipeline] echo [2022-10-25T00:10:01.013Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T00:10:01.131Z] provisioning config files... [2022-10-25T00:10:01.168Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16622443733992850305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T00:10:01.564Z] ---> docker-login.sh [2022-10-25T00:10:01.564Z] nexus3.edgexfoundry.org:10001 [2022-10-25T00:10:01.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T00:10:02.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T00:10:02.768Z] Configure a credential helper to remove this warning. See [2022-10-25T00:10:02.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T00:10:02.768Z] [2022-10-25T00:10:02.768Z] Login Succeeded [2022-10-25T00:10:02.768Z] nexus3.edgexfoundry.org:10002 [2022-10-25T00:10:02.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T00:10:02.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T00:10:02.768Z] Configure a credential helper to remove this warning. See [2022-10-25T00:10:02.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T00:10:02.768Z] [2022-10-25T00:10:02.768Z] Login Succeeded [2022-10-25T00:10:02.768Z] nexus3.edgexfoundry.org:10003 [2022-10-25T00:10:02.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T00:10:02.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T00:10:02.768Z] Configure a credential helper to remove this warning. See [2022-10-25T00:10:02.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T00:10:02.768Z] [2022-10-25T00:10:02.768Z] Login Succeeded [2022-10-25T00:10:02.768Z] nexus3.edgexfoundry.org:10004 [2022-10-25T00:10:02.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T00:10:03.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T00:10:03.034Z] Configure a credential helper to remove this warning. See [2022-10-25T00:10:03.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T00:10:03.034Z] [2022-10-25T00:10:03.034Z] Login Succeeded [2022-10-25T00:10:03.034Z] docker.io [2022-10-25T00:10:03.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T00:10:03.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T00:10:03.297Z] Configure a credential helper to remove this warning. See [2022-10-25T00:10:03.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T00:10:03.297Z] [2022-10-25T00:10:03.297Z] Login Succeeded [2022-10-25T00:10:03.297Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T00:10:03.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T00:10:03.739Z] + 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-25T00:10:03.739Z] + + dirname cmd/core-command/Dockerfile [2022-10-25T00:10:03.739Z] cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo core-command,cmd/core-command/Dockerfile [2022-10-25T00:10:03.739Z] + + dirname cmd/core-data/Dockerfile [2022-10-25T00:10:03.739Z] cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo core-data,cmd/core-data/Dockerfile [2022-10-25T00:10:03.739Z] + + dirname cmd/core-metadata/Dockerfile [2022-10-25T00:10:03.739Z] cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-10-25T00:10:03.739Z] + + dirname cmd/security-bootstrapper/Dockerfilecut [2022-10-25T00:10:03.739Z] -d/ -f2 [2022-10-25T00:10:03.739Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-10-25T00:10:03.739Z] + + dirname cmd/security-proxy-setup/Dockerfile [2022-10-25T00:10:03.739Z] cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/security-spire-agent/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-10-25T00:10:03.739Z] + + dirnamecut cmd/security-spire-config/Dockerfile -d/ [2022-10-25T00:10:03.739Z] -f2 [2022-10-25T00:10:03.739Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/security-spire-server/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/support-notifications/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/support-scheduler/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-10-25T00:10:03.739Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-10-25T00:10:03.739Z] + cut -d/ -f2 [2022-10-25T00:10:03.739Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-10-25T00:10:03.792Z] 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-25T00:10:04.267Z] + git rev-list -1 --merges 4bb20006eba1fb52a1b54093edf8712c290c6c82~1..4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] echo [2022-10-25T00:10:04.297Z] -----------> git rev-list -1 --merges 4bb20006eba1fb52a1b54093edf8712c290c6c82~1..4bb20006eba1fb52a1b54093edf8712c290c6c82 4bb20006eba1fb52a1b54093edf8712c290c6c82 [false] [Pipeline] sh [2022-10-25T00:10:04.618Z] + git log --format=format:%s -1 4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] echo [2022-10-25T00:10:04.651Z] ========================================================= [2022-10-25T00:10:04.651Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-10-25T00:10:04.651Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-10-25T00:10:05.155Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-10-25T00:10:05.155Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-10-25T00:10:05.155Z] + [ -e /tmp/ssh_known_hosts ] [2022-10-25T00:10:05.155Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-10-25T00:10:05.155Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-10-25T00:10:05.155Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-10-25T00:10:05.155Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T00:10:05.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T00:10:05.664Z] [2022-10-25T00:10:05.664Z] 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-25T00:10:06.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T00:10:06.040Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-10-25T00:10:06.040Z] b85a868b505f: Pulling fs layer [2022-10-25T00:10:06.040Z] e2be974225ed: Pulling fs layer [2022-10-25T00:10:06.040Z] 339a4e72a1f5: Pulling fs layer [2022-10-25T00:10:06.040Z] 988bab9f4d93: Pulling fs layer [2022-10-25T00:10:06.040Z] 1469e6f7b9e6: Pulling fs layer [2022-10-25T00:10:06.040Z] eaf3925da568: Pulling fs layer [2022-10-25T00:10:06.040Z] bab4dde63d76: Pulling fs layer [2022-10-25T00:10:06.040Z] bde34c3a00c8: Pulling fs layer [2022-10-25T00:10:06.040Z] b352a97aabf1: Pulling fs layer [2022-10-25T00:10:06.040Z] 4872d77fe225: Pulling fs layer [2022-10-25T00:10:06.040Z] 5851b861e8e6: Pulling fs layer [2022-10-25T00:10:06.040Z] 988bab9f4d93: Waiting [2022-10-25T00:10:06.040Z] 1469e6f7b9e6: Waiting [2022-10-25T00:10:06.040Z] eaf3925da568: Waiting [2022-10-25T00:10:06.040Z] bab4dde63d76: Waiting [2022-10-25T00:10:06.040Z] bde34c3a00c8: Waiting [2022-10-25T00:10:06.040Z] b352a97aabf1: Waiting [2022-10-25T00:10:06.040Z] 4872d77fe225: Waiting [2022-10-25T00:10:06.040Z] 5851b861e8e6: Waiting [2022-10-25T00:10:06.040Z] e2be974225ed: Verifying Checksum [2022-10-25T00:10:06.040Z] e2be974225ed: Download complete [2022-10-25T00:10:06.040Z] 988bab9f4d93: Verifying Checksum [2022-10-25T00:10:06.040Z] 988bab9f4d93: Download complete [2022-10-25T00:10:06.302Z] 339a4e72a1f5: Verifying Checksum [2022-10-25T00:10:06.302Z] 339a4e72a1f5: Download complete [2022-10-25T00:10:06.302Z] 1469e6f7b9e6: Verifying Checksum [2022-10-25T00:10:06.302Z] 1469e6f7b9e6: Download complete [2022-10-25T00:10:06.302Z] eaf3925da568: Download complete [2022-10-25T00:10:06.302Z] bde34c3a00c8: Verifying Checksum [2022-10-25T00:10:06.302Z] bde34c3a00c8: Download complete [2022-10-25T00:10:06.302Z] b352a97aabf1: Download complete [2022-10-25T00:10:06.302Z] 4872d77fe225: Verifying Checksum [2022-10-25T00:10:06.302Z] 4872d77fe225: Download complete [2022-10-25T00:10:06.302Z] 5851b861e8e6: Download complete [2022-10-25T00:10:06.302Z] b85a868b505f: Verifying Checksum [2022-10-25T00:10:06.302Z] b85a868b505f: Download complete [2022-10-25T00:10:06.890Z] bab4dde63d76: Verifying Checksum [2022-10-25T00:10:06.890Z] bab4dde63d76: Download complete [2022-10-25T00:10:07.831Z] b85a868b505f: Pull complete [2022-10-25T00:10:07.831Z] e2be974225ed: Pull complete [2022-10-25T00:10:08.406Z] 339a4e72a1f5: Pull complete [2022-10-25T00:10:08.406Z] 988bab9f4d93: Pull complete [2022-10-25T00:10:08.666Z] 1469e6f7b9e6: Pull complete [2022-10-25T00:10:08.666Z] eaf3925da568: Pull complete [2022-10-25T00:10:10.576Z] bab4dde63d76: Pull complete [2022-10-25T00:10:10.835Z] bde34c3a00c8: Pull complete [2022-10-25T00:10:10.835Z] b352a97aabf1: Pull complete [2022-10-25T00:10:11.095Z] 4872d77fe225: Pull complete [2022-10-25T00:10:11.095Z] 5851b861e8e6: Pull complete [2022-10-25T00:10:11.095Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-10-25T00:10:11.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-10-25T00:10:11.095Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T00:10:11.321Z] prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container [2022-10-25T00:10:11.347Z] $ 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-25T00:10:13.579Z] $ docker top 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 -eo pid,comm [2022-10-25T00:10:13.642Z] 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-25T00:10:13.642Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-10-25T00:10:13.762Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T00:10:13.762Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T00:10:13.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T00:10:13.879Z] $ docker exec 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent [2022-10-25T00:10:13.991Z] SSH_AUTH_SOCK=/tmp/ssh-Tr9RxJfC3Uvi/agent.32 [2022-10-25T00:10:13.991Z] SSH_AGENT_PID=38 [2022-10-25T00:10:13.998Z] Running ssh-add (command line suppressed) [2022-10-25T00:10:14.102Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8830902220967247759.key (/w/workspace/edgex-go/1@tmp/private_key_8830902220967247759.key) [2022-10-25T00:10:14.119Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T00:10:14.459Z] + git tag --points-at HEAD [Pipeline] } [2022-10-25T00:10:14.478Z] $ docker exec --env ******** --env ******** 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent -k [2022-10-25T00:10:14.576Z] unset SSH_AUTH_SOCK; [2022-10-25T00:10:14.578Z] unset SSH_AGENT_PID; [2022-10-25T00:10:14.583Z] echo Agent pid 38 killed; [2022-10-25T00:10:14.591Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-10-25T00:10:14.668Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-10-25T00:10:14.668Z] [ssh-agent] Looking for ssh-agent implementation... [2022-10-25T00:10:14.778Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-10-25T00:10:14.778Z] $ docker exec 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent [2022-10-25T00:10:14.905Z] SSH_AUTH_SOCK=/tmp/ssh-XxmYIImMMPO9/agent.71 [2022-10-25T00:10:14.905Z] SSH_AGENT_PID=77 [2022-10-25T00:10:14.909Z] Running ssh-add (command line suppressed) [2022-10-25T00:10:15.011Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_17891865273934635367.key (/w/workspace/edgex-go/1@tmp/private_key_17891865273934635367.key) [2022-10-25T00:10:15.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-10-25T00:10:15.382Z] + git semver init [2022-10-25T00:10:15.641Z] 2022-10-25 00:10:15,551 [run_init] DEBUG init version:0.0.0 force:False [2022-10-25T00:10:15.641Z] 2022-10-25 00:10:15,552 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-10-25T00:10:15.641Z] 2022-10-25 00:10:15,552 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-10-25T00:10:15.641Z] 2022-10-25 00:10:15,553 [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-25T00:10:21.012Z] 2022-10-25 00:10:20,465 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,467 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4211 with force:False [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,467 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4211 [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,473 [execute] INFO git cat-file --batch-check [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,473 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,479 [execute] INFO git cat-file --batch [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,480 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-10-25T00:10:21.013Z] 2022-10-25 00:10:20,485 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4211 [2022-10-25T00:10:21.013Z] 0.0.0 [Pipeline] } [2022-10-25T00:10:21.037Z] $ docker exec --env ******** --env ******** 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 ssh-agent -k [2022-10-25T00:10:21.155Z] unset SSH_AUTH_SOCK; [2022-10-25T00:10:21.156Z] unset SSH_AGENT_PID; [2022-10-25T00:10:21.156Z] echo Agent pid 77 killed; [2022-10-25T00:10:21.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-10-25T00:10:21.609Z] + git semver [Pipeline] } [2022-10-25T00:10:21.891Z] $ docker stop --time=1 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 [2022-10-25T00:10:23.216Z] $ docker rm -f 335afca6073fd3770b117ff27c9259b14411a6840a6aa53fbe5b3dbed17d3b79 [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T00:10:23.623Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-10-25T00:10:23.854Z] Stashed 1 file(s) [Pipeline] echo [2022-10-25T00:10:23.876Z] [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-25T00:10:24.635Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T00:10:24.680Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T00:10:24.718Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T00:10:24.749Z] ========================================================= [2022-10-25T00:10:24.750Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-10-25T00:10:24.750Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T00:10:25.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T00:10:25.098Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-10-25T00:10:25.098Z] 213ec9aee27d: Pulling fs layer [2022-10-25T00:10:25.098Z] 4583459ba037: Pulling fs layer [2022-10-25T00:10:25.098Z] 93c1e223e6f2: Pulling fs layer [2022-10-25T00:10:25.098Z] 53926ce57604: Pulling fs layer [2022-10-25T00:10:25.098Z] 21b2b0c7a3f4: Pulling fs layer [2022-10-25T00:10:25.098Z] 30f14e443154: Pulling fs layer [2022-10-25T00:10:25.098Z] 801331c1e519: Pulling fs layer [2022-10-25T00:10:25.098Z] 99cc6dd402b0: Pulling fs layer [2022-10-25T00:10:25.098Z] 7d9ed39f4882: Pulling fs layer [2022-10-25T00:10:25.098Z] 21b2b0c7a3f4: Waiting [2022-10-25T00:10:25.098Z] 801331c1e519: Waiting [2022-10-25T00:10:25.098Z] 99cc6dd402b0: Waiting [2022-10-25T00:10:25.098Z] 30f14e443154: Waiting [2022-10-25T00:10:25.098Z] 7d9ed39f4882: Waiting [2022-10-25T00:10:25.098Z] 53926ce57604: Waiting [2022-10-25T00:10:25.098Z] 93c1e223e6f2: Verifying Checksum [2022-10-25T00:10:25.098Z] 93c1e223e6f2: Download complete [2022-10-25T00:10:25.098Z] 4583459ba037: Verifying Checksum [2022-10-25T00:10:25.098Z] 4583459ba037: Download complete [2022-10-25T00:10:25.098Z] 21b2b0c7a3f4: Verifying Checksum [2022-10-25T00:10:25.098Z] 21b2b0c7a3f4: Download complete [2022-10-25T00:10:25.098Z] 30f14e443154: Download complete [2022-10-25T00:10:25.098Z] 213ec9aee27d: Verifying Checksum [2022-10-25T00:10:25.098Z] 213ec9aee27d: Download complete [2022-10-25T00:10:25.356Z] 801331c1e519: Verifying Checksum [2022-10-25T00:10:25.356Z] 801331c1e519: Download complete [2022-10-25T00:10:25.356Z] 213ec9aee27d: Pull complete [2022-10-25T00:10:25.622Z] 4583459ba037: Pull complete [2022-10-25T00:10:25.622Z] 93c1e223e6f2: Pull complete [2022-10-25T00:10:25.889Z] 7d9ed39f4882: Verifying Checksum [2022-10-25T00:10:25.889Z] 7d9ed39f4882: Download complete [2022-10-25T00:10:25.889Z] 53926ce57604: Verifying Checksum [2022-10-25T00:10:25.889Z] 53926ce57604: Download complete [2022-10-25T00:10:26.148Z] 99cc6dd402b0: Verifying Checksum [2022-10-25T00:10:26.148Z] 99cc6dd402b0: Download complete [2022-10-25T00:10:30.328Z] 53926ce57604: Pull complete [2022-10-25T00:10:30.328Z] 21b2b0c7a3f4: Pull complete [2022-10-25T00:10:30.328Z] 30f14e443154: Pull complete [2022-10-25T00:10:30.328Z] 801331c1e519: Pull complete [2022-10-25T00:10:32.228Z] 99cc6dd402b0: Pull complete [2022-10-25T00:10:33.182Z] 7d9ed39f4882: Pull complete [2022-10-25T00:10:33.182Z] Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 [2022-10-25T00:10:33.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T00:10:33.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T00:10:33.546Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T00:10:33.546Z] WORKDIR /edgex [2022-10-25T00:10:33.546Z] COPY go.mod . [2022-10-25T00:10:33.546Z] RUN go mod download [2022-10-25T00:10:33.546Z] + docker build -t ci-base-image-x86_64 -f - . [2022-10-25T00:10:34.118Z] Sending build context to Docker daemon 169.7MB [2022-10-25T00:10:34.118Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-10-25T00:10:34.118Z] ---> 1dedd983c030 [2022-10-25T00:10:34.118Z] Step 2/4 : WORKDIR /edgex [2022-10-25T00:10:39.184Z] Still waiting to schedule task [2022-10-25T00:10:39.184Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-10-25T00:10:39.414Z] ---> Running in ba9fa1545950 [2022-10-25T00:10:39.414Z] Removing intermediate container ba9fa1545950 [2022-10-25T00:10:39.414Z] ---> 9a917a90575e [2022-10-25T00:10:39.414Z] Step 3/4 : COPY go.mod . [2022-10-25T00:10:39.414Z] ---> 7daf15293c06 [2022-10-25T00:10:39.414Z] Step 4/4 : RUN go mod download [2022-10-25T00:10:39.414Z] ---> Running in a1db2e7da6d9 [2022-10-25T00:10:54.343Z] Removing intermediate container a1db2e7da6d9 [2022-10-25T00:10:54.343Z] ---> 8c05a7d06af0 [2022-10-25T00:10:54.343Z] Successfully built 8c05a7d06af0 [2022-10-25T00:10:54.343Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T00:10:54.733Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T00:10:54.733Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T00:10:54.877Z] prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container [2022-10-25T00:10:54.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-10-25T00:10:55.403Z] $ docker top dcda818646349d63c5812c65c68ecdb334be3295511562d06f5dae0ac03cb58d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T00:10:55.803Z] + go version [2022-10-25T00:10:55.803Z] go version go1.18.7 linux/amd64 [Pipeline] } [2022-10-25T00:10:55.851Z] $ docker stop --time=1 dcda818646349d63c5812c65c68ecdb334be3295511562d06f5dae0ac03cb58d [2022-10-25T00:10:57.126Z] $ docker rm -f dcda818646349d63c5812c65c68ecdb334be3295511562d06f5dae0ac03cb58d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T00:10:57.822Z] + docker inspect -f . ci-base-image-x86_64 [2022-10-25T00:10:57.822Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T00:10:57.969Z] prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container [2022-10-25T00:10:58.022Z] $ 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-25T00:10:58.463Z] $ docker top 341eb92a04715492dd140983110ec4682b5a2010bd97b1c5614f56f271b63341 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T00:10:58.576Z] ========================================================= [2022-10-25T00:10:58.576Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T00:10:58.576Z] ========================================================= [Pipeline] sh [2022-10-25T00:10:58.873Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T00:10:59.234Z] + make test [2022-10-25T00:10:59.234Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T00:11:07.355Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T00:11:22.220Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T00:11:22.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.101s coverage: 28.7% of statements [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T00:11:22.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T00:11:22.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements [2022-10-25T00:11:22.480Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.196s coverage: 42.3% of statements [2022-10-25T00:11:22.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T00:11:22.480Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T00:11:22.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.111s coverage: 54.2% of statements [2022-10-25T00:11:22.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T00:11:22.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T00:11:26.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.140s coverage: 89.2% of statements [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T00:11:26.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 2.2% of statements [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T00:11:26.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.512s coverage: 95.6% of statements [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T00:11:26.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.094s coverage: 60.0% of statements [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.096s coverage: 58.8% of statements [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 29.6% of statements [2022-10-25T00:11:26.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2022-10-25T00:11:26.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements [2022-10-25T00:11:31.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2022-10-25T00:11:31.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2022-10-25T00:11:37.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 79.9% of statements [2022-10-25T00:11:37.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.072s coverage: 86.9% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.074s coverage: 87.2% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.0% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.086s coverage: 85.4% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.227s coverage: 91.2% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.7% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 89.4% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.402s coverage: 65.8% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.179s coverage: 41.8% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.066s coverage: 84.8% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.125s coverage: 17.7% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.189s coverage: 92.3% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T00:11:46.004Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-10-25T00:11:46.004Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-10-25T00:11:46.573Z] 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-25T00:12:08.515Z] 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-25T00:12:08.515Z] GO111MODULE=on go vet ./... [2022-10-25T00:12:12.701Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T00:12:12.701Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T00:12:12.701Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T00:12:12.997Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T00:12:13.314Z] + ls -al . [2022-10-25T00:12:13.314Z] total 768 [2022-10-25T00:12:13.314Z] drwxrwxr-x 11 1001 1001 4096 Oct 25 00:10 . [2022-10-25T00:12:13.314Z] drwxr-xr-x 4 root root 4096 Oct 25 00:10 .. [2022-10-25T00:12:13.314Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 00:09 .blubracket [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 00:09 .dockerignore [2022-10-25T00:12:13.314Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 00:11 .git [2022-10-25T00:12:13.314Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 00:09 .github [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 00:09 .gitignore [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 00:09 .golangci.yml [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 00:09 .hadolint.yml [2022-10-25T00:12:13.314Z] drwxr-xr-x 3 1001 1001 4096 Oct 25 00:10 .semver [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 00:09 .sonarcloud.properties [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 00:09 ADOPTERS.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 00:09 Attribution.txt [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 00:09 CHANGELOG.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 00:09 CONTRIBUTING.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 00:09 GOVERNANCE.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 00:09 Jenkinsfile [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 00:09 LICENSE [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 00:09 Makefile [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 00:09 OWNERS.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 00:09 README.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 00:09 SECURITY.md [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 00:10 VERSION [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 00:09 ZMQWindows.md [2022-10-25T00:12:13.314Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 00:09 bin [2022-10-25T00:12:13.314Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 00:09 cmd [2022-10-25T00:12:13.314Z] -rw-r--r-- 1 root root 500482 Oct 25 00:11 coverage.out [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 00:09 go.mod [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 45237 Oct 25 00:09 go.sum [2022-10-25T00:12:13.314Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 00:09 internal [2022-10-25T00:12:13.314Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 00:09 openapi [2022-10-25T00:12:13.314Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 00:09 snap [2022-10-25T00:12:13.314Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 00:09 version.go [Pipeline] sh [2022-10-25T00:12:13.631Z] + '[' -e coverage.out ] [2022-10-25T00:12:13.631Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T00:12:13.756Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T00:12:14.065Z] + make build [2022-10-25T00:12:14.065Z] 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-25T00:12:28.959Z] 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-25T00:12:41.153Z] 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-25T00:12:41.153Z] 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-25T00:12:49.293Z] 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-25T00:12:49.293Z] 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-25T00:12:49.867Z] CGO_ENABLED=0 GO111MODULE=on go build -tags " no_zmq " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-10-25T00:12:51.782Z] 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-25T00:12:52.722Z] 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-25T00:12:53.656Z] 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-25T00:12:54.593Z] 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-25T00:12:55.529Z] 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-25T00:12:57.437Z] 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-25T00:12:58.401Z] $ docker stop --time=1 341eb92a04715492dd140983110ec4682b5a2010bd97b1c5614f56f271b63341 [2022-10-25T00:13:02.662Z] $ docker rm -f 341eb92a04715492dd140983110ec4682b5a2010bd97b1c5614f56f271b63341 [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-25T00:13:04.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T00:13:04.057Z] [2022-10-25T00:13:04.057Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T00:13:04.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T00:13:04.430Z] latest: Pulling from edgex-devops/edgex-compose [2022-10-25T00:13:04.430Z] cbdbe7a5bc2a: Pulling fs layer [2022-10-25T00:13:04.430Z] ca9280d653b3: Pulling fs layer [2022-10-25T00:13:04.430Z] 7e9c9ca2126c: Pulling fs layer [2022-10-25T00:13:04.430Z] cbdbe7a5bc2a: Verifying Checksum [2022-10-25T00:13:04.430Z] cbdbe7a5bc2a: Download complete [2022-10-25T00:13:04.690Z] ca9280d653b3: Verifying Checksum [2022-10-25T00:13:04.690Z] ca9280d653b3: Download complete [2022-10-25T00:13:04.690Z] cbdbe7a5bc2a: Pull complete [2022-10-25T00:13:04.948Z] 7e9c9ca2126c: Download complete [2022-10-25T00:13:05.205Z] ca9280d653b3: Pull complete [2022-10-25T00:13:08.488Z] 7e9c9ca2126c: Pull complete [2022-10-25T00:13:08.488Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-10-25T00:13:08.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T00:13:08.488Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T00:13:08.727Z] prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container [2022-10-25T00:13:08.760Z] $ 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-25T00:13:12.099Z] $ docker top 0d86388d43ff91a094c6c3b3325dd6d64bcf185466960c28be14a1ec54f48ca9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T00:13:12.501Z] + docker-compose build --help [2022-10-25T00:13:12.501Z] + grep parallel [2022-10-25T00:13:13.075Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T00:13:13.128Z] $ docker stop --time=1 0d86388d43ff91a094c6c3b3325dd6d64bcf185466960c28be14a1ec54f48ca9 [2022-10-25T00:13:14.363Z] $ docker rm -f 0d86388d43ff91a094c6c3b3325dd6d64bcf185466960c28be14a1ec54f48ca9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T00:13:14.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-10-25T00:13:14.979Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T00:13:15.174Z] prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container [2022-10-25T00:13:15.262Z] $ 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-25T00:13:15.759Z] $ docker top af0e4779dca2e55d040152735eea8010363c89b98756e91032031ea3e92f62da -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T00:13:16.198Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T00:13:16.765Z] Building core-command ... [2022-10-25T00:13:16.765Z] Building core-data ... [2022-10-25T00:13:16.765Z] Building core-metadata ... [2022-10-25T00:13:16.765Z] Building security-bootstrapper ... [2022-10-25T00:13:16.765Z] Building security-proxy-setup ... [2022-10-25T00:13:16.765Z] Building security-secretstore-setup ... [2022-10-25T00:13:16.765Z] Building security-spiffe-token-provider ... [2022-10-25T00:13:16.765Z] Building security-spire-agent ... [2022-10-25T00:13:16.765Z] Building security-spire-config ... [2022-10-25T00:13:16.765Z] Building security-spire-server ... [2022-10-25T00:13:16.765Z] Building support-notifications ... [2022-10-25T00:13:16.765Z] Building support-scheduler ... [2022-10-25T00:13:16.765Z] Building sys-mgmt-agent ... [2022-10-25T00:13:16.765Z] Building security-spire-agent [2022-10-25T00:13:16.765Z] Building security-bootstrapper [2022-10-25T00:13:16.765Z] Building sys-mgmt-agent [2022-10-25T00:13:16.765Z] Building security-secretstore-setup [2022-10-25T00:13:16.765Z] Building core-metadata [2022-10-25T00:13:29.087Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:13:29.087Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:13:29.087Z] ---> 8c05a7d06af0 [2022-10-25T00:13:29.087Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T00:13:29.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:13:29.087Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:13:29.087Z] ---> 8c05a7d06af0 [2022-10-25T00:13:29.087Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T00:13:29.087Z] Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:13:29.087Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:13:29.087Z] ---> 8c05a7d06af0 [2022-10-25T00:13:29.087Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T00:13:29.087Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:13:29.087Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:13:29.087Z] ---> 8c05a7d06af0 [2022-10-25T00:13:29.087Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T00:13:29.087Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:13:29.087Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:13:29.087Z] ---> 8c05a7d06af0 [2022-10-25T00:13:29.087Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T00:13:34.498Z] ---> Running in 8be3b66f258d [2022-10-25T00:13:34.498Z] ---> Running in 18a670dd195f [2022-10-25T00:13:34.498Z] ---> Running in 2382515ba007 [2022-10-25T00:13:34.498Z] ---> Running in 4f96f48e9212 [2022-10-25T00:13:34.498Z] ---> Running in cf7401a6ba8e [2022-10-25T00:13:34.498Z] Removing intermediate container 2382515ba007 [2022-10-25T00:13:34.498Z] ---> 338ab62359f0 [2022-10-25T00:13:34.498Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T00:13:34.498Z] Removing intermediate container 4f96f48e9212 [2022-10-25T00:13:34.498Z] ---> adbe68e8ea46 [2022-10-25T00:13:34.498Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:13:34.498Z] ---> Running in 7073f1677fde [2022-10-25T00:13:34.498Z] Removing intermediate container cf7401a6ba8e [2022-10-25T00:13:34.498Z] ---> 890777525a21 [2022-10-25T00:13:34.498Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:13:34.498Z] Removing intermediate container 8be3b66f258d [2022-10-25T00:13:34.498Z] ---> e79e324092b3 [2022-10-25T00:13:34.498Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:13:34.498Z] Removing intermediate container 18a670dd195f [2022-10-25T00:13:34.498Z] ---> 17d85be8c54f [2022-10-25T00:13:34.498Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:13:34.498Z] ---> Running in ff92b0113e92 [2022-10-25T00:13:34.498Z] ---> Running in b92347263203 [2022-10-25T00:13:34.498Z] ---> Running in 7db9b1999cd7 [2022-10-25T00:13:34.498Z] ---> Running in 910965e521e3 [2022-10-25T00:13:34.498Z] Removing intermediate container 7073f1677fde [2022-10-25T00:13:34.498Z] ---> ddac7c648434 [2022-10-25T00:13:34.498Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:13:34.498Z] ---> Running in e60cbe5265a0 [2022-10-25T00:13:35.074Z] Removing intermediate container ff92b0113e92 [2022-10-25T00:13:35.074Z] ---> 83bd7461e3f4 [2022-10-25T00:13:35.074Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T00:13:35.074Z] ---> Running in ada71df16839 [2022-10-25T00:13:35.074Z] Removing intermediate container b92347263203 [2022-10-25T00:13:35.074Z] ---> 8da1120e58d8 [2022-10-25T00:13:35.074Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T00:13:35.074Z] Removing intermediate container 7db9b1999cd7 [2022-10-25T00:13:35.074Z] ---> 9eed878002da [2022-10-25T00:13:35.074Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T00:13:35.074Z] ---> Running in f62e4e8946b1 [2022-10-25T00:13:35.074Z] ---> Running in d9a57d94a447 [2022-10-25T00:13:35.074Z] Removing intermediate container e60cbe5265a0 [2022-10-25T00:13:35.074Z] ---> 2c7472882d42 [2022-10-25T00:13:35.074Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T00:13:35.341Z] ---> Running in 61e3a4a817e2 [2022-10-25T00:13:35.341Z] Removing intermediate container 910965e521e3 [2022-10-25T00:13:35.341Z] ---> 6e4fbbca277b [2022-10-25T00:13:35.341Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T00:13:35.341Z] ---> Running in 32f95717cb12 [2022-10-25T00:13:35.602Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:35.861Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:35.861Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:35.861Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:35.861Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:36.432Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:36.694Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:36.694Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:36.694Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:36.694Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:13:36.694Z] OK: 211 MiB in 51 packages [2022-10-25T00:13:36.953Z] OK: 211 MiB in 51 packages [2022-10-25T00:13:37.211Z] OK: 211 MiB in 51 packages [2022-10-25T00:13:37.211Z] OK: 211 MiB in 51 packages [2022-10-25T00:13:37.211Z] Removing intermediate container ada71df16839 [2022-10-25T00:13:37.211Z] ---> 49eac40c6744 [2022-10-25T00:13:37.211Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T00:13:37.211Z] Removing intermediate container f62e4e8946b1 [2022-10-25T00:13:37.211Z] ---> 4c8a649a2ed3 [2022-10-25T00:13:37.211Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T00:13:37.470Z] OK: 211 MiB in 51 packages [2022-10-25T00:13:37.470Z] ---> e06ccfa6a0f4 [2022-10-25T00:13:37.470Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:13:37.470Z] ---> 1a8458071ae2 [2022-10-25T00:13:37.470Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:13:37.470Z] ---> Running in 81abcb867ca0 [2022-10-25T00:13:37.470Z] ---> Running in 4966d3747c71 [2022-10-25T00:13:37.470Z] Removing intermediate container 61e3a4a817e2 [2022-10-25T00:13:37.470Z] ---> 8cd0b5ab4e25 [2022-10-25T00:13:37.470Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T00:13:37.727Z] ---> 208d83787469 [2022-10-25T00:13:37.727Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:13:37.727Z] Removing intermediate container d9a57d94a447 [2022-10-25T00:13:37.727Z] ---> d95d19a9fec4 [2022-10-25T00:13:37.727Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T00:13:37.727Z] ---> Running in 4ea3363d9636 [2022-10-25T00:13:37.727Z] Removing intermediate container 32f95717cb12 [2022-10-25T00:13:37.727Z] ---> 01c57b0bb976 [2022-10-25T00:13:37.727Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T00:13:37.984Z] ---> ac1c6ed2dfb5 [2022-10-25T00:13:37.984Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:13:37.984Z] ---> Running in 4b9b78a5e819 [2022-10-25T00:13:37.984Z] ---> 2fa5addfca9d [2022-10-25T00:13:37.984Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:13:37.984Z] ---> Running in d47a155dfe1f [2022-10-25T00:14:34.252Z] Removing intermediate container 4966d3747c71 [2022-10-25T00:14:34.252Z] ---> 5354a53321b2 [2022-10-25T00:14:34.252Z] Step 8/23 : COPY . . [2022-10-25T00:14:34.252Z] Removing intermediate container d47a155dfe1f [2022-10-25T00:14:34.252Z] ---> c1c6d4581830 [2022-10-25T00:14:34.252Z] Step 8/25 : COPY . . [2022-10-25T00:14:34.252Z] Removing intermediate container 4ea3363d9636 [2022-10-25T00:14:34.252Z] ---> 81abfbee96f3 [2022-10-25T00:14:34.252Z] Step 9/25 : COPY . . [2022-10-25T00:14:34.252Z] Removing intermediate container 81abcb867ca0 [2022-10-25T00:14:34.252Z] ---> a9871deede92 [2022-10-25T00:14:34.252Z] Step 8/26 : COPY . . [2022-10-25T00:14:34.252Z] Removing intermediate container 4b9b78a5e819 [2022-10-25T00:14:34.252Z] ---> 757ed2aec782 [2022-10-25T00:14:34.252Z] Step 8/33 : COPY . . [2022-10-25T00:14:46.499Z] ---> bd893758bbe7 [2022-10-25T00:14:46.499Z] ---> adf561a8b998 [2022-10-25T00:14:46.499Z] ---> 2e4252a9dc48 [2022-10-25T00:14:46.499Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T00:14:46.499Z] [2022-10-25T00:14:46.499Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 665d610175ee [2022-10-25T00:14:46.499Z] [2022-10-25T00:14:46.499Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T00:14:46.499Z] ---> c9a1a0b68f67 [2022-10-25T00:14:46.499Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T00:14:46.499Z] ---> Running in fe2d83954bc7 [2022-10-25T00:14:46.499Z] ---> Running in 6cf95844fd6e [2022-10-25T00:14:46.499Z] ---> Running in 11636b916685 [2022-10-25T00:14:46.499Z] ---> Running in fe10796f961e [2022-10-25T00:14:46.499Z] ---> Running in 15a03646ff59 [2022-10-25T00:14:46.499Z] Removing intermediate container 6cf95844fd6e [2022-10-25T00:14:46.499Z] ---> b5ddcd617fb7 [2022-10-25T00:14:46.499Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T00:14:46.499Z] ---> Running in ce7735bbe20c [2022-10-25T00:14:46.499Z] Removing intermediate container ce7735bbe20c [2022-10-25T00:14:46.499Z] ---> 982030c996a8 [2022-10-25T00:14:46.499Z] 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-25T00:14:46.499Z] ---> Running in a19ee6c273eb [2022-10-25T00:14:46.499Z] 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-25T00:14:46.499Z] 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-25T00:14:46.499Z] 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-25T00:14:46.499Z] 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-25T00:14:47.436Z] Removing intermediate container a19ee6c273eb [2022-10-25T00:14:47.436Z] ---> fb72196db207 [2022-10-25T00:14:47.436Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T00:14:47.436Z] ---> Running in ba122d6c04d9 [2022-10-25T00:14:47.694Z] Removing intermediate container ba122d6c04d9 [2022-10-25T00:14:47.694Z] ---> 8d65d9113434 [2022-10-25T00:14:47.694Z] [2022-10-25T00:14:47.694Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T00:14:47.694Z] 3.15: Pulling from library/alpine [2022-10-25T00:14:48.259Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T00:14:48.259Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T00:14:48.259Z] ---> c4fc93816858 [2022-10-25T00:14:48.259Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T00:14:48.259Z] ---> Running in 66c9d24db3ec [2022-10-25T00:14:48.823Z] Removing intermediate container 66c9d24db3ec [2022-10-25T00:14:48.823Z] ---> 01564e66f752 [2022-10-25T00:14:48.823Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:14:48.823Z] ---> Running in d4b5d4cad5cc [2022-10-25T00:14:50.724Z] Removing intermediate container d4b5d4cad5cc [2022-10-25T00:14:50.724Z] ---> 3b0d22c528d5 [2022-10-25T00:14:50.724Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T00:14:50.982Z] ---> Running in c73cb3f8a30d [2022-10-25T00:14:51.548Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:14:52.483Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:14:52.748Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T00:14:52.748Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T00:14:52.748Z] OK: 15857 distinct packages available [2022-10-25T00:14:53.011Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:14:53.576Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:14:54.141Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T00:14:54.141Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T00:14:54.141Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T00:14:54.399Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T00:14:54.399Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T00:14:54.399Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T00:14:54.399Z] OK: 7 MiB in 19 packages [2022-10-25T00:14:57.752Z] Removing intermediate container c73cb3f8a30d [2022-10-25T00:14:57.752Z] ---> 942745b66cf9 [2022-10-25T00:14:57.752Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T00:15:01.974Z] ---> d62e7a74ecc0 [2022-10-25T00:15:01.974Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T00:15:07.238Z] ---> af2aec06cd3f [2022-10-25T00:15:07.238Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T00:15:07.238Z] ---> d819bdccd9a0 [2022-10-25T00:15:07.238Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T00:15:07.498Z] ---> b7a8898838e7 [2022-10-25T00:15:07.498Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T00:15:07.755Z] ---> d4112e7bb455 [2022-10-25T00:15:07.755Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T00:15:07.755Z] ---> Running in 724a7aa9d2af [2022-10-25T00:15:08.012Z] Removing intermediate container 724a7aa9d2af [2022-10-25T00:15:08.012Z] ---> 354f67a44650 [2022-10-25T00:15:08.012Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T00:15:08.012Z] ---> Running in 2c2c3c6b5293 [2022-10-25T00:15:08.269Z] Removing intermediate container 2c2c3c6b5293 [2022-10-25T00:15:08.269Z] ---> b874fa34da0c [2022-10-25T00:15:08.269Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T00:15:08.526Z] ---> Running in 005aa4af6346 [2022-10-25T00:15:09.091Z] Removing intermediate container 005aa4af6346 [2022-10-25T00:15:09.091Z] ---> f83e5357806f [2022-10-25T00:15:09.091Z] Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:15:09.091Z] ---> Running in 482cdfec0f30 [2022-10-25T00:15:09.348Z] Removing intermediate container 482cdfec0f30 [2022-10-25T00:15:09.348Z] ---> 8ec14dfdd9e3 [2022-10-25T00:15:09.348Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T00:15:09.348Z] ---> Running in cfa5d821b9c3 [2022-10-25T00:15:09.632Z] Removing intermediate container cfa5d821b9c3 [2022-10-25T00:15:09.632Z] ---> 12f86dcca6e1 [2022-10-25T00:15:09.632Z] [2022-10-25T00:15:09.632Z] Successfully built 12f86dcca6e1 [2022-10-25T00:15:09.890Z] Successfully tagged security-spire-agent:latest [2022-10-25T00:15:09.890Z] Building security-spire-server [2022-10-25T00:15:13.169Z]  Building security-spire-agent ... 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-25T00:15:15.068Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:15:15.068Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:15:15.068Z] ---> 8c05a7d06af0 [2022-10-25T00:15:15.068Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T00:15:15.068Z] ---> Using cache [2022-10-25T00:15:15.068Z] ---> 17d85be8c54f [2022-10-25T00:15:15.068Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:15:15.068Z] ---> Using cache [2022-10-25T00:15:15.068Z] ---> 9eed878002da [2022-10-25T00:15:15.068Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T00:15:18.389Z] ---> Running in 6dd0a9b7e439 [2022-10-25T00:15:18.646Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:19.622Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:19.882Z] OK: 211 MiB in 51 packages [2022-10-25T00:15:24.074Z] Removing intermediate container fe2d83954bc7 [2022-10-25T00:15:24.074Z] ---> fcda0b0a93be [2022-10-25T00:15:24.074Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T00:15:24.074Z] Removing intermediate container 6dd0a9b7e439 [2022-10-25T00:15:24.074Z] ---> ae21f0fe666b [2022-10-25T00:15:24.074Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T00:15:24.074Z] Removing intermediate container 15a03646ff59 [2022-10-25T00:15:24.074Z] ---> f39567867365 [2022-10-25T00:15:24.074Z] [2022-10-25T00:15:24.074Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T00:15:24.074Z] Removing intermediate container 11636b916685 [2022-10-25T00:15:24.074Z] ---> c66b2fde393d [2022-10-25T00:15:24.074Z] [2022-10-25T00:15:24.074Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T00:15:24.074Z] Removing intermediate container fe10796f961e [2022-10-25T00:15:24.074Z] ---> 0736f8386a07 [2022-10-25T00:15:24.074Z] [2022-10-25T00:15:24.074Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T00:15:24.074Z] ---> Running in 1b9ca19a350d [2022-10-25T00:15:24.074Z] ---> df95906cfd6f [2022-10-25T00:15:24.074Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:15:24.074Z] ---> Running in 3abbb973490d [2022-10-25T00:15:24.074Z] 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-25T00:15:24.641Z] Removing intermediate container 1b9ca19a350d [2022-10-25T00:15:24.641Z] ---> eec59336ba2a [2022-10-25T00:15:24.641Z] [2022-10-25T00:15:24.641Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T00:15:26.024Z] 3.16: Pulling from library/alpine [2022-10-25T00:15:26.597Z] 3.16: Pulling from library/alpine [2022-10-25T00:15:27.531Z] 3.16: Pulling from library/alpine [2022-10-25T00:15:28.099Z] 3.16: Pulling from library/alpine [2022-10-25T00:15:30.635Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T00:15:30.635Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T00:15:30.635Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T00:15:30.635Z] Status: Image is up to date for alpine:3.16 [2022-10-25T00:15:30.635Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T00:15:30.635Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T00:15:30.635Z] ---> 9c6f07244728 [2022-10-25T00:15:30.635Z] 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-25T00:15:30.635Z] ---> 9c6f07244728 [2022-10-25T00:15:30.635Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T00:15:30.635Z] ---> 9c6f07244728 [2022-10-25T00:15:30.635Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T00:15:30.635Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T00:15:30.635Z] Status: Image is up to date for alpine:3.16 [2022-10-25T00:15:30.635Z] ---> 9c6f07244728 [2022-10-25T00:15:30.635Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T00:15:30.635Z] ---> Running in cf1448571e3b [2022-10-25T00:15:30.635Z] ---> Running in 88abc47aa904 [2022-10-25T00:15:30.635Z] ---> Running in 3c6453223dd9 [2022-10-25T00:15:30.635Z] ---> Running in f50a7419d852 [2022-10-25T00:15:30.635Z] Removing intermediate container cf1448571e3b [2022-10-25T00:15:30.635Z] ---> 8cf2fedabad5 [2022-10-25T00:15:30.635Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T00:15:30.635Z] Removing intermediate container 88abc47aa904 [2022-10-25T00:15:30.635Z] ---> 73baf9fc31b9 [2022-10-25T00:15:30.635Z] 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-25T00:15:30.894Z] ---> Running in 6584ae0feef2 [2022-10-25T00:15:30.894Z] ---> Running in 6456a06e231a [2022-10-25T00:15:31.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.169Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.426Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T00:15:31.426Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T00:15:31.426Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T00:15:31.426Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T00:15:31.426Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:15:31.426Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:15:31.426Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T00:15:31.426Z] OK: 6 MiB in 15 packages [2022-10-25T00:15:31.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.426Z] OK: 6 MiB in 17 packages [2022-10-25T00:15:31.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.684Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:31.684Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T00:15:31.684Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T00:15:31.684Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:15:31.684Z] OK: 6 MiB in 16 packages [2022-10-25T00:15:31.943Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T00:15:31.943Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T00:15:31.943Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T00:15:31.943Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T00:15:31.943Z] Executing bash-5.1.16-r2.post-install [2022-10-25T00:15:31.943Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T00:15:31.943Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T00:15:31.943Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T00:15:31.943Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T00:15:31.943Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T00:15:31.943Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T00:15:32.212Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T00:15:32.212Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T00:15:32.212Z] (13/33) Installing expat (2.4.9-r0) [2022-10-25T00:15:32.212Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T00:15:32.213Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T00:15:32.213Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T00:15:32.213Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T00:15:32.213Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T00:15:32.213Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T00:15:32.213Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T00:15:32.213Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T00:15:32.782Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T00:15:32.782Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T00:15:32.782Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T00:15:32.782Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T00:15:32.782Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T00:15:32.782Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T00:15:32.782Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T00:15:32.782Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T00:15:32.782Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T00:15:32.782Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T00:15:32.782Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T00:15:33.041Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T00:15:33.041Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:15:33.041Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T00:15:33.336Z] OK: 122 MiB in 47 packages [2022-10-25T00:15:34.713Z] Removing intermediate container 3c6453223dd9 [2022-10-25T00:15:34.713Z] ---> 48567aa25dfc [2022-10-25T00:15:34.713Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T00:15:34.713Z] ---> Running in 6b75977282a1 [2022-10-25T00:15:34.713Z] Removing intermediate container f50a7419d852 [2022-10-25T00:15:34.713Z] ---> 07f9593fdcc4 [2022-10-25T00:15:34.713Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T00:15:34.713Z] Removing intermediate container 6584ae0feef2 [2022-10-25T00:15:34.713Z] ---> 7d343b45af31 [2022-10-25T00:15:34.713Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T00:15:34.713Z] ---> Running in 29c7aa119819 [2022-10-25T00:15:34.713Z] ---> Running in e6710f24b6da [2022-10-25T00:15:34.713Z] Removing intermediate container 6b75977282a1 [2022-10-25T00:15:34.713Z] ---> ada0835cc2cc [2022-10-25T00:15:34.713Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T00:15:34.713Z] ---> Running in 7850f06e282f [2022-10-25T00:15:34.713Z] Removing intermediate container 29c7aa119819 [2022-10-25T00:15:34.713Z] ---> c28ce8e5245a [2022-10-25T00:15:34.713Z] Step 13/25 : WORKDIR / [2022-10-25T00:15:34.713Z] Removing intermediate container e6710f24b6da [2022-10-25T00:15:34.713Z] ---> b001a7c57b90 [2022-10-25T00:15:34.713Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T00:15:34.713Z] ---> Running in 8add29ee61bc [2022-10-25T00:15:34.713Z] ---> Running in 98876419fd6c [2022-10-25T00:15:34.713Z] Removing intermediate container 7850f06e282f [2022-10-25T00:15:34.713Z] ---> 1f92dd2823fa [2022-10-25T00:15:34.713Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T00:15:34.974Z] ---> Running in 38468a8b0825 [2022-10-25T00:15:34.974Z] Removing intermediate container 98876419fd6c [2022-10-25T00:15:34.974Z] ---> 5bb6f71065a7 [2022-10-25T00:15:34.974Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T00:15:34.974Z] Removing intermediate container 8add29ee61bc [2022-10-25T00:15:34.974Z] ---> d535e072065d [2022-10-25T00:15:34.974Z] 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-25T00:15:34.974Z] ---> Running in 754ceb0b90e5 [2022-10-25T00:15:34.974Z] Removing intermediate container 38468a8b0825 [2022-10-25T00:15:34.974Z] ---> 6e487c0a5e1c [2022-10-25T00:15:34.974Z] Step 16/25 : WORKDIR / [2022-10-25T00:15:34.974Z] Removing intermediate container 754ceb0b90e5 [2022-10-25T00:15:34.974Z] ---> 352fc8031461 [2022-10-25T00:15:34.974Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T00:15:34.974Z] ---> Running in 8269af8c3c98 [2022-10-25T00:15:35.231Z] ---> Running in bbe33dcf8f1c [2022-10-25T00:15:35.231Z] ---> 4595d4eceaa4 [2022-10-25T00:15:35.231Z] 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-25T00:15:35.231Z] Removing intermediate container 8269af8c3c98 [2022-10-25T00:15:35.231Z] ---> 137e17288087 [2022-10-25T00:15:35.231Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:15:35.231Z] Removing intermediate container bbe33dcf8f1c [2022-10-25T00:15:35.231Z] ---> a84d141bba54 [2022-10-25T00:15:35.231Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T00:15:35.231Z] ---> Running in 90385ba9109c [2022-10-25T00:15:35.231Z] ---> 4ba9377bfd29 [2022-10-25T00:15:35.231Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T00:15:35.231Z] Removing intermediate container 3abbb973490d [2022-10-25T00:15:35.231Z] ---> e6ff319c4338 [2022-10-25T00:15:35.231Z] Step 8/25 : COPY . . [2022-10-25T00:15:38.528Z] ---> e9d4b30e16f6 [2022-10-25T00:15:38.528Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T00:15:39.903Z] ---> bf7b50d44490 [2022-10-25T00:15:39.903Z] 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-25T00:15:39.903Z] ---> 03589f4878cf [2022-10-25T00:15:39.903Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T00:15:39.903Z] Collecting docker-compose==1.23.2 [2022-10-25T00:15:39.903Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T00:15:39.903Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 30.1 MB/s eta 0:00:00 [2022-10-25T00:15:39.903Z] ---> add6c1869f4a [2022-10-25T00:15:39.903Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T00:15:39.903Z] Removing intermediate container 90385ba9109c [2022-10-25T00:15:39.903Z] ---> ed05d1819ba2 [2022-10-25T00:15:39.903Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T00:15:39.903Z] ---> Running in 96636ff40ea7 [2022-10-25T00:15:39.903Z] ---> Running in 7086d04ba40e [2022-10-25T00:15:39.903Z] ---> 52f4af91e925 [2022-10-25T00:15:39.903Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T00:15:40.161Z] ---> 18a3b9380187 [2022-10-25T00:15:40.161Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T00:15:40.161Z] Removing intermediate container 96636ff40ea7 [2022-10-25T00:15:40.161Z] ---> 06f97921a76e [2022-10-25T00:15:40.161Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T00:15:40.161Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T00:15:40.161Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T00:15:40.161Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 105.3 MB/s eta 0:00:00 [2022-10-25T00:15:40.161Z] Removing intermediate container 7086d04ba40e [2022-10-25T00:15:40.161Z] ---> ac53eade91c4 [2022-10-25T00:15:40.161Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T00:15:40.161Z] ---> Running in fb3d1af7f3de [2022-10-25T00:15:40.161Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T00:15:40.161Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T00:15:40.161Z] Preparing metadata (setup.py): started [2022-10-25T00:15:40.419Z] Removing intermediate container fb3d1af7f3de [2022-10-25T00:15:40.419Z] ---> 5fd09a435f92 [2022-10-25T00:15:40.419Z] 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-25T00:15:40.419Z] ---> 0a39e4c12456 [2022-10-25T00:15:40.419Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T00:15:40.419Z] ---> Running in c402b4c7302f [2022-10-25T00:15:40.419Z] ---> d745c3607bfa [2022-10-25T00:15:40.419Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T00:15:40.419Z] ---> Running in 1f66483e44ad [2022-10-25T00:15:40.419Z] ---> 5f5f1d0e6f80 [2022-10-25T00:15:40.419Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T00:15:40.419Z] ---> Running in a34bc618a44a [2022-10-25T00:15:40.419Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T00:15:40.419Z] Removing intermediate container 1f66483e44ad [2022-10-25T00:15:40.419Z] ---> 7d8696a6a70d [2022-10-25T00:15:40.419Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:15:40.419Z] ---> Running in 40c7ad75e2f3 [2022-10-25T00:15:40.419Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T00:15:40.679Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T00:15:40.679Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T00:15:40.679Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T00:15:40.679Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 131.8 MB/s eta 0:00:00 [2022-10-25T00:15:40.938Z] Removing intermediate container 40c7ad75e2f3 [2022-10-25T00:15:40.938Z] ---> 2c47e8125b76 [2022-10-25T00:15:40.938Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T00:15:40.938Z] Collecting PyYAML<4,>=3.10 [2022-10-25T00:15:40.938Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T00:15:40.938Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 77.6 MB/s eta 0:00:00 [2022-10-25T00:15:40.938Z] ---> Running in 6fbf868e36ec [2022-10-25T00:15:40.938Z] ---> 41ebb1131ec3 [2022-10-25T00:15:40.938Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T00:15:41.196Z] Removing intermediate container 6fbf868e36ec [2022-10-25T00:15:41.196Z] ---> 7cb4a4d4f3a5 [2022-10-25T00:15:41.196Z] Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:15:41.196Z] ---> Running in 775b4ab34611 [2022-10-25T00:15:41.196Z] Preparing metadata (setup.py): started [2022-10-25T00:15:41.196Z] Removing intermediate container 775b4ab34611 [2022-10-25T00:15:41.196Z] ---> 732efca2e824 [2022-10-25T00:15:41.196Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T00:15:41.196Z] ---> 748fc89cc258 [2022-10-25T00:15:41.196Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T00:15:41.196Z] ---> Running in 71c4485da693 [2022-10-25T00:15:41.196Z] ---> Running in 10c2382caa84 [2022-10-25T00:15:41.196Z] Removing intermediate container c402b4c7302f [2022-10-25T00:15:41.196Z] ---> 356b38524cd9 [2022-10-25T00:15:41.196Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T00:15:41.454Z] Removing intermediate container 71c4485da693 [2022-10-25T00:15:41.455Z] ---> 1a9f18c020a7 [2022-10-25T00:15:41.455Z] [2022-10-25T00:15:41.455Z] ---> Running in bb7442a57c7c [2022-10-25T00:15:41.455Z] Removing intermediate container a34bc618a44a [2022-10-25T00:15:41.455Z] ---> de4a3a25a48e [2022-10-25T00:15:41.455Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:15:41.455Z] Successfully built 1a9f18c020a7 [2022-10-25T00:15:41.455Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T00:15:41.455Z] Successfully tagged core-metadata:latest [2022-10-25T00:15:41.455Z] Building security-spire-config [2022-10-25T00:15:41.455Z]  Building core-metadata ... done Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T00:15:41.455Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T00:15:41.455Z] Removing intermediate container bb7442a57c7c [2022-10-25T00:15:41.455Z] ---> 1a93179bf913 [2022-10-25T00:15:41.455Z] [2022-10-25T00:15:41.455Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T00:15:41.455Z] ---> c4fc93816858 [2022-10-25T00:15:41.455Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T00:15:41.455Z] ---> Using cache [2022-10-25T00:15:41.455Z] ---> 01564e66f752 [2022-10-25T00:15:41.455Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:15:41.455Z] ---> Using cache [2022-10-25T00:15:41.455Z] ---> 3b0d22c528d5 [2022-10-25T00:15:41.455Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T00:15:41.455Z] ---> Using cache [2022-10-25T00:15:41.455Z] ---> 942745b66cf9 [2022-10-25T00:15:41.455Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T00:15:41.455Z] Preparing metadata (setup.py): started [2022-10-25T00:15:41.455Z] ---> ff4a5c8e89cd [2022-10-25T00:15:41.455Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T00:15:41.713Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T00:15:41.713Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T00:15:41.713Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T00:15:41.713Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T00:15:41.713Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T00:15:41.713Z] Preparing metadata (setup.py): started [2022-10-25T00:15:42.646Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T00:15:42.646Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T00:15:42.646Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T00:15:42.646Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 111.8 MB/s eta 0:00:00 [2022-10-25T00:15:42.646Z] 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-25T00:15:42.646Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T00:15:42.646Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T00:15:42.646Z] Collecting idna<2.8,>=2.5 [2022-10-25T00:15:42.646Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T00:15:42.646Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 130.8 MB/s eta 0:00:00 [2022-10-25T00:15:42.646Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T00:15:42.646Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T00:15:42.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 87.8 MB/s eta 0:00:00 [2022-10-25T00:15:42.936Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T00:15:42.936Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T00:15:42.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 115.2 MB/s eta 0:00:00 [2022-10-25T00:15:42.936Z] Collecting certifi>=2017.4.17 [2022-10-25T00:15:42.936Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T00:15:42.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 58.2 MB/s eta 0:00:00 [2022-10-25T00:15:43.193Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T00:15:43.193Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T00:15:43.193Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T00:15:43.193Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T00:15:43.193Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T00:15:43.193Z] Running setup.py install for texttable: started [2022-10-25T00:15:44.123Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T00:15:44.123Z] Running setup.py install for PyYAML: started [2022-10-25T00:15:44.381Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:15:44.381Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:15:44.381Z] ---> 8c05a7d06af0 [2022-10-25T00:15:44.381Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> 17d85be8c54f [2022-10-25T00:15:44.381Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> 9eed878002da [2022-10-25T00:15:44.381Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> ae21f0fe666b [2022-10-25T00:15:44.381Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> df95906cfd6f [2022-10-25T00:15:44.381Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> e6ff319c4338 [2022-10-25T00:15:44.381Z] Step 8/26 : COPY . . [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> add6c1869f4a [2022-10-25T00:15:44.381Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> 06f97921a76e [2022-10-25T00:15:44.381Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T00:15:44.381Z] ---> Using cache [2022-10-25T00:15:44.381Z] ---> 5fd09a435f92 [2022-10-25T00:15:44.381Z] 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-25T00:15:44.640Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T00:15:46.553Z] ---> Running in 94da9d379279 [2022-10-25T00:15:46.553Z] ---> 4e31d96d0017 [2022-10-25T00:15:46.553Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T00:15:46.553Z] ---> 0887500c67c2 [2022-10-25T00:15:46.553Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T00:15:46.553Z] Running setup.py install for docopt: started [2022-10-25T00:15:46.553Z] Removing intermediate container 10c2382caa84 [2022-10-25T00:15:46.553Z] ---> af7753699525 [2022-10-25T00:15:46.553Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T00:15:46.553Z] ---> 3f55fe9849d9 [2022-10-25T00:15:46.553Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T00:15:46.553Z] ---> Running in 920b6cba2f4c [2022-10-25T00:15:46.809Z] ---> e95b6e142476 [2022-10-25T00:15:46.809Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T00:15:46.809Z] Removing intermediate container 920b6cba2f4c [2022-10-25T00:15:46.809Z] ---> 8b570371881b [2022-10-25T00:15:46.809Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T00:15:46.809Z] ---> Running in 63e17c2a1aee [2022-10-25T00:15:46.809Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T00:15:46.809Z] ---> f3a84514be8d [2022-10-25T00:15:46.809Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T00:15:46.809Z] ---> 103d496e3622 [2022-10-25T00:15:46.809Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T00:15:46.809Z] Removing intermediate container 63e17c2a1aee [2022-10-25T00:15:46.809Z] ---> 67c60e381688 [2022-10-25T00:15:46.809Z] Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:15:46.809Z] ---> Running in 0a9ce2ce23b3 [2022-10-25T00:15:47.090Z] Removing intermediate container 0a9ce2ce23b3 [2022-10-25T00:15:47.090Z] ---> 4ab8300095d7 [2022-10-25T00:15:47.090Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T00:15:47.090Z] ---> Running in 931c0f0e2159 [2022-10-25T00:15:47.090Z] ---> e88889ad94b0 [2022-10-25T00:15:47.090Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T00:15:47.090Z] ---> 2c1c54c2d518 [2022-10-25T00:15:47.090Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T00:15:47.090Z] ---> Running in 777b19196fbb [2022-10-25T00:15:47.090Z] Removing intermediate container 931c0f0e2159 [2022-10-25T00:15:47.090Z] ---> 883994d10a57 [2022-10-25T00:15:47.090Z] [2022-10-25T00:15:47.440Z] ---> 64a13a14cbdd [2022-10-25T00:15:47.440Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T00:15:47.440Z] Successfully built 883994d10a57 [2022-10-25T00:15:47.440Z] Removing intermediate container 777b19196fbb [2022-10-25T00:15:47.440Z] ---> 72b2d669975c [2022-10-25T00:15:47.440Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T00:15:47.440Z] Successfully tagged security-secretstore-setup:latest [2022-10-25T00:15:47.440Z] Building support-scheduler [2022-10-25T00:15:47.440Z]  Building security-secretstore-setup ... done Removing intermediate container 94da9d379279 [2022-10-25T00:15:47.440Z] ---> c5ab425baa2d [2022-10-25T00:15:47.440Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T00:15:47.440Z] ---> Running in a48de17d2e85 [2022-10-25T00:15:47.440Z] ---> Running in e83f64d7d7a2 [2022-10-25T00:15:47.440Z] Running setup.py install for dockerpty: started [2022-10-25T00:15:48.454Z] Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T00:15:49.034Z] Removing intermediate container a48de17d2e85 [2022-10-25T00:15:49.034Z] ---> 9e6acf92b407 [2022-10-25T00:15:49.034Z] Step 23/25 : LABEL arch=x86_64 [2022-10-25T00:15:49.292Z] Removing intermediate container e83f64d7d7a2 [2022-10-25T00:15:49.292Z] ---> c0cf3e288004 [2022-10-25T00:15:49.292Z] [2022-10-25T00:15:49.292Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T00:15:49.292Z] ---> c4fc93816858 [2022-10-25T00:15:49.292Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T00:15:49.292Z] ---> Using cache [2022-10-25T00:15:49.292Z] ---> 01564e66f752 [2022-10-25T00:15:49.292Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:15:49.292Z] ---> Using cache [2022-10-25T00:15:49.292Z] ---> 3b0d22c528d5 [2022-10-25T00:15:49.292Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T00:15:49.860Z] ---> Running in f21470e729fc [2022-10-25T00:15:49.860Z] ---> f79e47c6c736 [2022-10-25T00:15:49.860Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T00:15:50.136Z] ---> Running in f515175e9e67 [2022-10-25T00:15:50.716Z] ---> Running in 761aab21dbfe [2022-10-25T00:15:50.716Z] 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-25T00:15:50.716Z] 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-25T00:15:50.716Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:15:50.716Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:15:50.716Z] ---> 8c05a7d06af0 [2022-10-25T00:15:50.716Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> 338ab62359f0 [2022-10-25T00:15:50.716Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> ddac7c648434 [2022-10-25T00:15:50.716Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> 2c7472882d42 [2022-10-25T00:15:50.716Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> 8cd0b5ab4e25 [2022-10-25T00:15:50.716Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> 208d83787469 [2022-10-25T00:15:50.716Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> 81abfbee96f3 [2022-10-25T00:15:50.716Z] Step 9/23 : COPY . . [2022-10-25T00:15:50.716Z] ---> Using cache [2022-10-25T00:15:50.716Z] ---> 2e4252a9dc48 [2022-10-25T00:15:50.716Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T00:15:50.974Z] Removing intermediate container f21470e729fc [2022-10-25T00:15:50.974Z] ---> e1ac834f573c [2022-10-25T00:15:50.974Z] Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:15:50.974Z] ---> Running in ba75c288ec11 [2022-10-25T00:15:50.974Z] ---> Running in e77f05771520 [2022-10-25T00:15:51.231Z] Removing intermediate container e77f05771520 [2022-10-25T00:15:51.231Z] ---> 97b5044ef363 [2022-10-25T00:15:51.231Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T00:15:51.231Z] ---> Running in 73abbb4391bc [2022-10-25T00:15:51.231Z] Removing intermediate container 73abbb4391bc [2022-10-25T00:15:51.231Z] ---> 1a7d17f00201 [2022-10-25T00:15:51.231Z] [2022-10-25T00:15:51.231Z] Successfully built 1a7d17f00201 [2022-10-25T00:15:51.231Z] Successfully tagged security-spire-server:latest [2022-10-25T00:15:51.231Z]  Building security-spire-server ... done Building support-notifications [2022-10-25T00:15:51.488Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:51.488Z] 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-25T00:15:52.419Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:52.984Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T00:15:52.984Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T00:15:52.984Z] OK: 15857 distinct packages available [2022-10-25T00:15:52.984Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:54.003Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:54.264Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T00:15:54.522Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T00:15:54.522Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T00:15:54.522Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T00:15:54.780Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:15:54.780Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:15:54.780Z] ---> 8c05a7d06af0 [2022-10-25T00:15:54.780Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T00:15:54.780Z] ---> Using cache [2022-10-25T00:15:54.780Z] ---> 338ab62359f0 [2022-10-25T00:15:54.780Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T00:15:54.780Z] ---> Using cache [2022-10-25T00:15:54.780Z] ---> ddac7c648434 [2022-10-25T00:15:54.780Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:15:54.780Z] ---> Using cache [2022-10-25T00:15:54.780Z] ---> 2c7472882d42 [2022-10-25T00:15:54.780Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T00:15:54.780Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T00:15:54.780Z] OK: 6 MiB in 18 packages [2022-10-25T00:15:55.720Z] ---> Running in f241822e39db [2022-10-25T00:15:55.979Z] Removing intermediate container 761aab21dbfe [2022-10-25T00:15:55.979Z] ---> ed4201ca4416 [2022-10-25T00:15:55.979Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T00:15:55.979Z] ---> Running in 18c2bee4f479 [2022-10-25T00:15:55.979Z] Removing intermediate container 6456a06e231a [2022-10-25T00:15:55.979Z] ---> 86dced9eb8be [2022-10-25T00:15:55.979Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T00:15:56.236Z] Removing intermediate container f515175e9e67 [2022-10-25T00:15:56.236Z] ---> 42888d68a1cb [2022-10-25T00:15:56.236Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T00:15:56.236Z] ---> Running in 6afb404b034a [2022-10-25T00:15:56.236Z] Removing intermediate container 18c2bee4f479 [2022-10-25T00:15:56.236Z] ---> 45fa89e5ccb9 [2022-10-25T00:15:56.236Z] Step 30/33 : CMD ["gate"] [2022-10-25T00:15:56.236Z] ---> Running in eb2427b90b67 [2022-10-25T00:15:56.236Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:56.494Z] Removing intermediate container 6afb404b034a [2022-10-25T00:15:56.494Z] ---> 4a839a650f2a [2022-10-25T00:15:56.494Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T00:15:56.494Z] ---> Running in 70a2cd8d80bc [2022-10-25T00:15:56.494Z] Removing intermediate container eb2427b90b67 [2022-10-25T00:15:56.494Z] ---> 171dd5264d18 [2022-10-25T00:15:56.494Z] Step 31/33 : LABEL arch=x86_64 [2022-10-25T00:15:57.059Z] ---> Running in 36a4fe7b1774 [2022-10-25T00:15:57.059Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:15:57.623Z] OK: 211 MiB in 51 packages [2022-10-25T00:15:57.623Z] Removing intermediate container 70a2cd8d80bc [2022-10-25T00:15:57.623Z] ---> 7ce31eb510e5 [2022-10-25T00:15:57.623Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T00:15:57.623Z] Removing intermediate container 36a4fe7b1774 [2022-10-25T00:15:57.623Z] ---> c306e0a852d1 [2022-10-25T00:15:57.623Z] Step 32/33 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:15:57.623Z] ---> dd0b323b1d4a [2022-10-25T00:15:57.623Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T00:15:57.623Z] ---> Running in 598ac797071b [2022-10-25T00:15:57.883Z] Removing intermediate container 598ac797071b [2022-10-25T00:15:57.883Z] ---> c7425e6e441c [2022-10-25T00:15:57.883Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T00:15:58.458Z] ---> Running in 40fffd835539 [2022-10-25T00:15:58.458Z] ---> a9f2510eac04 [2022-10-25T00:15:58.458Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T00:15:58.458Z] ---> c0bcac9148e6 [2022-10-25T00:15:58.458Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T00:15:58.458Z] Removing intermediate container f241822e39db [2022-10-25T00:15:58.458Z] ---> 9a98760264d0 [2022-10-25T00:15:58.458Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T00:15:58.458Z] ---> Running in 468638cad0e4 [2022-10-25T00:15:58.458Z] Removing intermediate container 40fffd835539 [2022-10-25T00:15:58.458Z] ---> 6fd446704d0a [2022-10-25T00:15:58.458Z] [2022-10-25T00:15:58.751Z] Successfully built 6fd446704d0a [2022-10-25T00:15:58.751Z] Successfully tagged security-bootstrapper:latest [2022-10-25T00:15:58.751Z]  Building security-bootstrapper ... done Building core-command [2022-10-25T00:15:58.751Z] Removing intermediate container 468638cad0e4 [2022-10-25T00:15:58.751Z] ---> ae3a543e8b02 [2022-10-25T00:15:58.751Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T00:15:59.009Z] ---> caa3ca57fccd [2022-10-25T00:15:59.009Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:16:01.672Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:16:01.672Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:16:01.672Z] ---> 8c05a7d06af0 [2022-10-25T00:16:01.672Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> 338ab62359f0 [2022-10-25T00:16:01.672Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> ddac7c648434 [2022-10-25T00:16:01.672Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> 2c7472882d42 [2022-10-25T00:16:01.672Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> 8cd0b5ab4e25 [2022-10-25T00:16:01.672Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> 208d83787469 [2022-10-25T00:16:01.672Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> 81abfbee96f3 [2022-10-25T00:16:01.672Z] Step 9/24 : COPY . . [2022-10-25T00:16:01.672Z] ---> Using cache [2022-10-25T00:16:01.672Z] ---> 2e4252a9dc48 [2022-10-25T00:16:01.672Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T00:16:01.932Z] ---> 993cd2c9d790 [2022-10-25T00:16:01.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T00:16:04.473Z] ---> Running in b8bbcdd9556e [2022-10-25T00:16:04.473Z] ---> 7f4fcfd23f38 [2022-10-25T00:16:04.473Z] Step 21/26 : WORKDIR / [2022-10-25T00:16:04.473Z] ---> Running in f7dc8a3c7934 [2022-10-25T00:16:04.473Z] ---> 939dbb43951f [2022-10-25T00:16:04.473Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T00:16:04.473Z] ---> Running in 3459be1f8084 [2022-10-25T00:16:04.473Z] ---> Running in 9681ed69442f [2022-10-25T00:16:04.737Z] Removing intermediate container 9681ed69442f [2022-10-25T00:16:04.737Z] ---> bb2d88f0210a [2022-10-25T00:16:04.737Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:16:04.737Z] Removing intermediate container 3459be1f8084 [2022-10-25T00:16:04.737Z] ---> c064b116471a [2022-10-25T00:16:04.737Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T00:16:04.998Z] 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-25T00:16:04.998Z] ---> Running in 002bd82127e7 [2022-10-25T00:16:04.998Z] ---> Running in 4c62c49f9d28 [2022-10-25T00:16:05.260Z] Removing intermediate container 002bd82127e7 [2022-10-25T00:16:05.260Z] ---> 0c0d87477a66 [2022-10-25T00:16:05.260Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T00:16:05.260Z] Removing intermediate container 4c62c49f9d28 [2022-10-25T00:16:05.260Z] ---> a5101eac39b0 [2022-10-25T00:16:05.260Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T00:16:05.260Z] ---> Running in ea6cc5601ea1 [2022-10-25T00:16:05.260Z] ---> Running in b96c355f852b [2022-10-25T00:16:05.520Z] Removing intermediate container ea6cc5601ea1 [2022-10-25T00:16:05.520Z] ---> d363ce7427e4 [2022-10-25T00:16:05.520Z] Step 24/26 : LABEL arch=x86_64 [2022-10-25T00:16:05.520Z] Removing intermediate container b96c355f852b [2022-10-25T00:16:05.520Z] ---> 180d7ecf3a63 [2022-10-25T00:16:05.520Z] Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:16:05.520Z] ---> Running in 5933d70caca7 [2022-10-25T00:16:05.520Z] ---> Running in d3234b97df3a [2022-10-25T00:16:05.788Z] Removing intermediate container 5933d70caca7 [2022-10-25T00:16:05.789Z] ---> 5dbe53d3ceed [2022-10-25T00:16:05.789Z] Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:16:05.789Z] ---> Running in b775d656908b [2022-10-25T00:16:05.789Z] Removing intermediate container d3234b97df3a [2022-10-25T00:16:05.789Z] ---> 2f0f6c2dfc1a [2022-10-25T00:16:05.789Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T00:16:06.048Z] ---> Running in 367fe5cb19ef [2022-10-25T00:16:06.308Z] Removing intermediate container b775d656908b [2022-10-25T00:16:06.308Z] ---> 84943c5f42ef [2022-10-25T00:16:06.308Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T00:16:06.308Z] Removing intermediate container 367fe5cb19ef [2022-10-25T00:16:06.308Z] ---> c1b3b59e9cf0 [2022-10-25T00:16:06.308Z] [2022-10-25T00:16:06.308Z] ---> Running in 4ce7904b0054 [2022-10-25T00:16:06.308Z] Successfully built c1b3b59e9cf0 [2022-10-25T00:16:06.308Z] Successfully tagged sys-mgmt-agent:latest [2022-10-25T00:16:06.308Z]  Building sys-mgmt-agent ... done Building security-spiffe-token-provider [2022-10-25T00:16:06.308Z] Removing intermediate container 4ce7904b0054 [2022-10-25T00:16:06.308Z] ---> f23640de7e71 [2022-10-25T00:16:06.308Z] [2022-10-25T00:16:06.568Z] Successfully built f23640de7e71 [2022-10-25T00:16:06.568Z] Successfully tagged security-spire-config:latest [2022-10-25T00:16:06.568Z] Building security-proxy-setup [2022-10-25T00:16:10.835Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:16:10.835Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:16:10.835Z] ---> 8c05a7d06af0 [2022-10-25T00:16:10.835Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> 17d85be8c54f [2022-10-25T00:16:10.835Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> 9eed878002da [2022-10-25T00:16:10.835Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> d95d19a9fec4 [2022-10-25T00:16:10.835Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> ac1c6ed2dfb5 [2022-10-25T00:16:10.835Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> 757ed2aec782 [2022-10-25T00:16:10.835Z] Step 8/22 : COPY . . [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> adf561a8b998 [2022-10-25T00:16:10.835Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T00:16:10.835Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:16:10.835Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:16:10.835Z] ---> 8c05a7d06af0 [2022-10-25T00:16:10.835Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T00:16:10.835Z] ---> Using cache [2022-10-25T00:16:10.835Z] ---> 17d85be8c54f [2022-10-25T00:16:10.835Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T00:16:19.006Z] ---> Running in 9b4334d6c515 [2022-10-25T00:16:19.006Z] ---> Running in 6c0cf3b70a85 [2022-10-25T00:16:19.006Z] 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-25T00:16:19.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:19.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:19.006Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T00:16:19.006Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T00:16:19.006Z] OK: 17038 distinct packages available [2022-10-25T00:16:19.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:19.006Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:19.006Z] OK: 211 MiB in 51 packages [2022-10-25T00:16:24.310Z] Removing intermediate container ba75c288ec11 [2022-10-25T00:16:24.310Z] ---> 9f44a29e419a [2022-10-25T00:16:24.310Z] [2022-10-25T00:16:24.310Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T00:16:24.310Z] ---> 9c6f07244728 [2022-10-25T00:16:24.310Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T00:16:24.310Z] ---> Using cache [2022-10-25T00:16:24.310Z] ---> 48567aa25dfc [2022-10-25T00:16:24.310Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T00:16:24.310Z] ---> Using cache [2022-10-25T00:16:24.310Z] ---> ada0835cc2cc [2022-10-25T00:16:24.310Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T00:16:24.310Z] Removing intermediate container 6c0cf3b70a85 [2022-10-25T00:16:24.310Z] ---> d0aa24ff6618 [2022-10-25T00:16:24.310Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T00:16:24.310Z] ---> Running in 9df38d92dfab [2022-10-25T00:16:24.310Z] Removing intermediate container b8bbcdd9556e [2022-10-25T00:16:24.310Z] ---> 42fe2584deab [2022-10-25T00:16:24.310Z] Step 9/23 : COPY . . [2022-10-25T00:16:26.353Z] ---> 757862388096 [2022-10-25T00:16:26.353Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:16:26.613Z] Removing intermediate container 9df38d92dfab [2022-10-25T00:16:26.613Z] ---> 41a5917950c5 [2022-10-25T00:16:26.613Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T00:16:30.904Z] ---> Running in 08157ba110b4 [2022-10-25T00:16:30.904Z] ---> Running in fcb412e69741 [2022-10-25T00:16:30.904Z] ---> ad9b4e217e53 [2022-10-25T00:16:30.904Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T00:16:30.904Z] Removing intermediate container f7dc8a3c7934 [2022-10-25T00:16:30.904Z] ---> 1612cf935d22 [2022-10-25T00:16:30.904Z] [2022-10-25T00:16:30.904Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T00:16:30.904Z] ---> 9c6f07244728 [2022-10-25T00:16:30.904Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T00:16:30.904Z] ---> Using cache [2022-10-25T00:16:30.904Z] ---> 48567aa25dfc [2022-10-25T00:16:30.904Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T00:16:30.904Z] ---> Using cache [2022-10-25T00:16:30.904Z] ---> ada0835cc2cc [2022-10-25T00:16:30.904Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T00:16:30.904Z] Removing intermediate container 08157ba110b4 [2022-10-25T00:16:30.904Z] ---> 79cc9822f505 [2022-10-25T00:16:30.904Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:16:30.904Z] ---> Running in 406160d530ca [2022-10-25T00:16:30.904Z] ---> Running in 7ab37544a6c9 [2022-10-25T00:16:30.904Z] Removing intermediate container 7ab37544a6c9 [2022-10-25T00:16:30.904Z] ---> a054428f6f79 [2022-10-25T00:16:30.904Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T00:16:30.904Z] ---> Running in 83cb45a9704c [2022-10-25T00:16:30.904Z] ---> c5c24efd86e2 [2022-10-25T00:16:30.904Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T00:16:30.904Z] Removing intermediate container 83cb45a9704c [2022-10-25T00:16:30.904Z] ---> 90dc04411905 [2022-10-25T00:16:30.904Z] Step 16/24 : WORKDIR / [2022-10-25T00:16:30.904Z] ---> Running in 1f6839b97d0d [2022-10-25T00:16:31.164Z] Removing intermediate container 1f6839b97d0d [2022-10-25T00:16:31.165Z] ---> 01b39736c988 [2022-10-25T00:16:31.165Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:16:31.165Z] 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-25T00:16:31.744Z] ---> cd66bb41f85c [2022-10-25T00:16:31.744Z] ---> dcfa241d48a7 [2022-10-25T00:16:31.744Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T00:16:31.744Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T00:16:32.742Z] ---> 219b1c162046 [2022-10-25T00:16:32.742Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T00:16:32.742Z] ---> 2c157008b552 [2022-10-25T00:16:32.742Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T00:16:32.742Z] ---> Running in 90658514778e [2022-10-25T00:16:33.009Z] Removing intermediate container 90658514778e [2022-10-25T00:16:33.010Z] ---> 52b6d614611b [2022-10-25T00:16:33.010Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:16:33.010Z] ---> 2d04fa1b5be6 [2022-10-25T00:16:33.010Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T00:16:34.661Z] ---> Running in 58241322658d [2022-10-25T00:16:34.661Z] ---> Running in 2f2b7e26d7fc [2022-10-25T00:16:34.661Z] 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-25T00:16:36.042Z] Removing intermediate container 58241322658d [2022-10-25T00:16:36.042Z] ---> 837d32982061 [2022-10-25T00:16:36.042Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T00:16:36.042Z] Removing intermediate container 2f2b7e26d7fc [2022-10-25T00:16:36.042Z] ---> 4ede93241910 [2022-10-25T00:16:36.042Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:16:36.042Z] ---> Running in 437cf294bf3a [2022-10-25T00:16:36.042Z] ---> Running in b1674fe87d71 [2022-10-25T00:16:36.042Z] Removing intermediate container b1674fe87d71 [2022-10-25T00:16:36.042Z] ---> 38fec4e6ed88 [2022-10-25T00:16:36.042Z] Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:16:36.302Z] Removing intermediate container 437cf294bf3a [2022-10-25T00:16:36.302Z] ---> d902ef4d2377 [2022-10-25T00:16:36.302Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T00:16:36.302Z] ---> Running in 05c827476817 [2022-10-25T00:16:36.875Z] ---> Running in 124c4a8f4a0b [2022-10-25T00:16:36.875Z] Removing intermediate container 05c827476817 [2022-10-25T00:16:36.875Z] ---> 8e88d12df338 [2022-10-25T00:16:36.875Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T00:16:37.445Z] ---> Running in 24e25d89d46d [2022-10-25T00:16:37.445Z] Removing intermediate container 124c4a8f4a0b [2022-10-25T00:16:37.445Z] ---> fb29fb3d7ecf [2022-10-25T00:16:37.445Z] Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:16:37.445Z] ---> Running in b05c0562678b [2022-10-25T00:16:37.445Z] Removing intermediate container 24e25d89d46d [2022-10-25T00:16:37.445Z] ---> 78e11b198799 [2022-10-25T00:16:37.445Z] [2022-10-25T00:16:37.723Z] Successfully built 78e11b198799 [2022-10-25T00:16:37.723Z] Successfully tagged support-scheduler:latest [2022-10-25T00:16:37.723Z]  Building support-scheduler ... done Building core-data [2022-10-25T00:16:38.660Z] Removing intermediate container b05c0562678b [2022-10-25T00:16:38.660Z] ---> 9769f43f51e9 [2022-10-25T00:16:38.660Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T00:16:42.890Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T00:16:42.890Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T00:16:42.890Z] ---> 8c05a7d06af0 [2022-10-25T00:16:42.890Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T00:16:42.890Z] ---> Using cache [2022-10-25T00:16:42.890Z] ---> 338ab62359f0 [2022-10-25T00:16:42.890Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T00:16:42.890Z] ---> Using cache [2022-10-25T00:16:42.890Z] ---> ddac7c648434 [2022-10-25T00:16:42.890Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:16:42.890Z] ---> Using cache [2022-10-25T00:16:42.890Z] ---> 2c7472882d42 [2022-10-25T00:16:42.890Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T00:16:44.313Z] ---> Running in 77447d843979 [2022-10-25T00:16:44.313Z] ---> Running in 463c92741e23 [2022-10-25T00:16:44.313Z] Removing intermediate container 9b4334d6c515 [2022-10-25T00:16:44.313Z] ---> eedfbe75e5e0 [2022-10-25T00:16:44.313Z] [2022-10-25T00:16:44.313Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T00:16:44.313Z] ---> 9c6f07244728 [2022-10-25T00:16:44.313Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T00:16:44.573Z] ---> Running in 590ebd2d2cf4 [2022-10-25T00:16:44.573Z] Removing intermediate container 77447d843979 [2022-10-25T00:16:44.573Z] ---> b12e057f56c6 [2022-10-25T00:16:44.573Z] [2022-10-25T00:16:44.573Z] Removing intermediate container fcb412e69741 [2022-10-25T00:16:44.573Z] ---> 0b7fe17cc71e [2022-10-25T00:16:44.573Z] Step 7/20 : COPY . . [2022-10-25T00:16:44.573Z] Successfully built b12e057f56c6 [2022-10-25T00:16:44.573Z] Successfully tagged core-command:latest [2022-10-25T00:16:44.832Z]  Building core-command ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:45.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:45.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:45.361Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T00:16:45.361Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T00:16:45.361Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T00:16:45.361Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T00:16:45.361Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T00:16:45.361Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T00:16:45.361Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:16:45.361Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T00:16:45.361Z] OK: 8 MiB in 20 packages [2022-10-25T00:16:45.931Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:16:46.191Z] OK: 211 MiB in 51 packages [2022-10-25T00:16:51.662Z] ---> 7e17b0598578 [2022-10-25T00:16:51.662Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T00:16:51.662Z] ---> Running in 2aa2fd7cd59d [2022-10-25T00:16:51.662Z] Removing intermediate container 463c92741e23 [2022-10-25T00:16:51.662Z] ---> ebb2d8fec7ef [2022-10-25T00:16:51.662Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T00:16:51.662Z] Removing intermediate container 590ebd2d2cf4 [2022-10-25T00:16:51.662Z] ---> e7245050fce8 [2022-10-25T00:16:51.662Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T00:16:51.662Z] ---> Running in f600aa00c1d8 [2022-10-25T00:16:51.662Z] Removing intermediate container f600aa00c1d8 [2022-10-25T00:16:51.662Z] ---> c3ab80216f9d [2022-10-25T00:16:51.662Z] Step 13/22 : WORKDIR /edgex [2022-10-25T00:16:51.662Z] ---> Running in 56f9421134e5 [2022-10-25T00:16:51.662Z] ---> a0eb87ac3c51 [2022-10-25T00:16:51.662Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T00:16:51.662Z] ---> Running in 8cb034fe7c89 [2022-10-25T00:16:51.662Z] 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-25T00:16:51.662Z] Removing intermediate container 56f9421134e5 [2022-10-25T00:16:51.662Z] ---> 034e7c036cc0 [2022-10-25T00:16:51.662Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T00:16:51.662Z] ---> 08fa665f427c [2022-10-25T00:16:51.662Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T00:16:53.584Z] ---> 476e81732a88 [2022-10-25T00:16:53.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T00:16:54.156Z] Removing intermediate container 406160d530ca [2022-10-25T00:16:54.156Z] ---> 644bde349729 [2022-10-25T00:16:54.156Z] [2022-10-25T00:16:54.156Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T00:16:54.156Z] ---> 9c6f07244728 [2022-10-25T00:16:54.156Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T00:16:59.441Z] ---> fcc65c18daf3 [2022-10-25T00:16:59.441Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T00:16:59.441Z] ---> Running in b42d4931bfc5 [2022-10-25T00:17:00.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:00.395Z] ---> 569ca217eaf8 [2022-10-25T00:17:00.395Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T00:17:00.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:00.655Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T00:17:00.655Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T00:17:00.655Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:17:00.655Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T00:17:00.655Z] OK: 6 MiB in 16 packages [2022-10-25T00:17:02.050Z] ---> Running in a6f9fd802fe1 [2022-10-25T00:17:03.017Z] Removing intermediate container b42d4931bfc5 [2022-10-25T00:17:03.017Z] ---> ef9ffaf4fca3 [2022-10-25T00:17:03.017Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T00:17:04.939Z] ---> Running in c1f90419deb4 [2022-10-25T00:17:05.204Z] Removing intermediate container 8cb034fe7c89 [2022-10-25T00:17:05.204Z] ---> 28601f7e1fda [2022-10-25T00:17:05.204Z] Step 9/24 : COPY . . [2022-10-25T00:17:05.511Z] Removing intermediate container c1f90419deb4 [2022-10-25T00:17:05.511Z] ---> b75d2c61942a [2022-10-25T00:17:05.511Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T00:17:05.881Z] Removing intermediate container a6f9fd802fe1 [2022-10-25T00:17:05.881Z] ---> 9c4bbd42407e [2022-10-25T00:17:05.881Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T00:17:09.178Z] ---> Running in 4f0f32cc2c96 [2022-10-25T00:17:10.113Z] ---> Running in ef86d393b8b5 [2022-10-25T00:17:10.113Z] Removing intermediate container 4f0f32cc2c96 [2022-10-25T00:17:10.113Z] ---> b80e414dcff6 [2022-10-25T00:17:10.113Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T00:17:10.372Z] ---> 17a018043c3e [2022-10-25T00:17:10.372Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T00:17:10.372Z] ---> Running in 0810e2ecf597 [2022-10-25T00:17:10.372Z] ---> Running in 501e64c03a8f [2022-10-25T00:17:10.372Z] Removing intermediate container ef86d393b8b5 [2022-10-25T00:17:10.372Z] ---> bf9a7eda6941 [2022-10-25T00:17:10.372Z] Step 20/22 : LABEL arch=x86_64 [2022-10-25T00:17:10.635Z] Removing intermediate container 0810e2ecf597 [2022-10-25T00:17:10.635Z] ---> 545479914bcb [2022-10-25T00:17:10.635Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:17:10.635Z] ---> Running in c12b17f2cd9f [2022-10-25T00:17:11.200Z] 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-25T00:17:11.200Z] Removing intermediate container c12b17f2cd9f [2022-10-25T00:17:11.200Z] ---> cd383c51ae16 [2022-10-25T00:17:11.200Z] Step 21/22 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:17:12.135Z] ---> 029367556129 [2022-10-25T00:17:12.135Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T00:17:12.135Z] ---> Running in bcdcfe8cf31c [2022-10-25T00:17:12.135Z] Removing intermediate container bcdcfe8cf31c [2022-10-25T00:17:12.135Z] ---> 503f3af40c87 [2022-10-25T00:17:12.135Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T00:17:12.135Z] Removing intermediate container 2aa2fd7cd59d [2022-10-25T00:17:12.135Z] ---> f78804bb32c3 [2022-10-25T00:17:12.135Z] [2022-10-25T00:17:12.135Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T00:17:12.135Z] ---> c4fc93816858 [2022-10-25T00:17:12.135Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T00:17:12.135Z] ---> Using cache [2022-10-25T00:17:12.135Z] ---> 01564e66f752 [2022-10-25T00:17:12.135Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:17:12.135Z] ---> Using cache [2022-10-25T00:17:12.135Z] ---> 3b0d22c528d5 [2022-10-25T00:17:12.135Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T00:17:12.135Z] ---> Running in 3689a20b6e43 [2022-10-25T00:17:12.135Z] ---> Running in 47ed891cbdf1 [2022-10-25T00:17:12.701Z] Removing intermediate container 3689a20b6e43 [2022-10-25T00:17:12.701Z] ---> 5527aa0d19ac [2022-10-25T00:17:12.701Z] [2022-10-25T00:17:12.701Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:12.962Z] Successfully built 5527aa0d19ac [2022-10-25T00:17:12.962Z] Successfully tagged security-proxy-setup:latest [2022-10-25T00:17:12.962Z] ---> 090b51d4c13d [2022-10-25T00:17:12.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T00:17:13.221Z]  Building security-proxy-setup ... done  ---> 90009dc6ad85 [2022-10-25T00:17:13.221Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T00:17:13.221Z] ---> Running in 9b95be5b9221 [2022-10-25T00:17:13.481Z] Removing intermediate container 9b95be5b9221 [2022-10-25T00:17:13.481Z] ---> 5b5a52d4602c [2022-10-25T00:17:13.481Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:17:13.481Z] ---> Running in 3ceb4ce951a7 [2022-10-25T00:17:13.742Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:13.742Z] Removing intermediate container 3ceb4ce951a7 [2022-10-25T00:17:13.742Z] ---> 5bff540868dd [2022-10-25T00:17:13.742Z] Step 21/23 : LABEL arch=x86_64 [2022-10-25T00:17:14.021Z] ---> Running in f6f46035f2cf [2022-10-25T00:17:14.021Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T00:17:14.021Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T00:17:14.021Z] OK: 15857 distinct packages available [2022-10-25T00:17:14.021Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:14.021Z] Removing intermediate container f6f46035f2cf [2022-10-25T00:17:14.021Z] ---> 910007647183 [2022-10-25T00:17:14.021Z] Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:17:14.279Z] ---> Running in c34a16817857 [2022-10-25T00:17:14.536Z] Removing intermediate container c34a16817857 [2022-10-25T00:17:14.536Z] ---> 0980d87bf146 [2022-10-25T00:17:14.536Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T00:17:14.536Z] ---> Running in bdd2fddb871b [2022-10-25T00:17:14.793Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:15.051Z] Removing intermediate container bdd2fddb871b [2022-10-25T00:17:15.051Z] ---> fa7c9bb52142 [2022-10-25T00:17:15.051Z] [2022-10-25T00:17:15.051Z] Successfully built fa7c9bb52142 [2022-10-25T00:17:15.051Z] Successfully tagged support-notifications:latest [2022-10-25T00:17:15.308Z]  Building support-notifications ... done (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T00:17:15.308Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T00:17:15.308Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T00:17:15.566Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T00:17:15.566Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T00:17:15.566Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T00:17:15.823Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T00:17:15.823Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T00:17:15.823Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T00:17:16.080Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T00:17:16.080Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T00:17:16.080Z] OK: 8 MiB in 23 packages [2022-10-25T00:17:17.011Z] Removing intermediate container 47ed891cbdf1 [2022-10-25T00:17:17.011Z] ---> a60445c3d8bf [2022-10-25T00:17:17.011Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:17:17.267Z] ---> be8a81beb446 [2022-10-25T00:17:17.267Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T00:17:18.639Z] ---> 3403a8a3f7f0 [2022-10-25T00:17:18.639Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T00:17:18.639Z] ---> 98d7e9ee4aea [2022-10-25T00:17:18.639Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T00:17:18.639Z] ---> Running in 1f23e7b5503c [2022-10-25T00:17:18.639Z] Removing intermediate container 1f23e7b5503c [2022-10-25T00:17:18.639Z] ---> 4fc34355028d [2022-10-25T00:17:18.639Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:17:18.639Z] ---> Running in d2f62280ef35 [2022-10-25T00:17:18.639Z] Removing intermediate container d2f62280ef35 [2022-10-25T00:17:18.639Z] ---> f0a11c46d476 [2022-10-25T00:17:18.639Z] Step 18/20 : LABEL arch=x86_64 [2022-10-25T00:17:18.898Z] ---> Running in 43245fac5323 [2022-10-25T00:17:18.898Z] Removing intermediate container 43245fac5323 [2022-10-25T00:17:18.898Z] ---> 443f09ad7777 [2022-10-25T00:17:18.898Z] Step 19/20 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:17:18.898Z] ---> Running in 9d42e8d55ada [2022-10-25T00:17:18.898Z] Removing intermediate container 9d42e8d55ada [2022-10-25T00:17:18.898Z] ---> ae077ee7b702 [2022-10-25T00:17:18.898Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T00:17:18.898Z] ---> Running in 4fd6132deb8e [2022-10-25T00:17:19.157Z] Removing intermediate container 4fd6132deb8e [2022-10-25T00:17:19.157Z] ---> 443a2564a587 [2022-10-25T00:17:19.157Z] [2022-10-25T00:17:19.157Z] Successfully built 443a2564a587 [2022-10-25T00:17:19.157Z] Successfully tagged security-spiffe-token-provider:latest [2022-10-25T00:17:29.130Z]  Building security-spiffe-token-provider ... done Removing intermediate container 501e64c03a8f [2022-10-25T00:17:29.130Z] ---> dd64f7820d9d [2022-10-25T00:17:29.130Z] [2022-10-25T00:17:29.130Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T00:17:29.130Z] ---> 9c6f07244728 [2022-10-25T00:17:29.130Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T00:17:29.130Z] ---> Running in d62476a1fafc [2022-10-25T00:17:29.130Z] Removing intermediate container d62476a1fafc [2022-10-25T00:17:29.130Z] ---> c366f8a1fe7d [2022-10-25T00:17:29.130Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T00:17:29.130Z] ---> Running in d6a889ad6a70 [2022-10-25T00:17:29.130Z] Removing intermediate container d6a889ad6a70 [2022-10-25T00:17:29.130Z] ---> b791de4f82fe [2022-10-25T00:17:29.130Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T00:17:29.130Z] ---> Running in e7643c5348ac [2022-10-25T00:17:29.130Z] Removing intermediate container e7643c5348ac [2022-10-25T00:17:29.130Z] ---> e234ad4acdb0 [2022-10-25T00:17:29.130Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T00:17:29.130Z] ---> Running in 463cce5acbbe [2022-10-25T00:17:29.390Z] Removing intermediate container 463cce5acbbe [2022-10-25T00:17:29.390Z] ---> 2291ca9fb516 [2022-10-25T00:17:29.390Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T00:17:29.390Z] ---> Running in 563d9cb96c12 [2022-10-25T00:17:29.648Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:30.587Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-10-25T00:17:30.845Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T00:17:30.845Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T00:17:30.845Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T00:17:31.103Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T00:17:31.103Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T00:17:31.361Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T00:17:31.361Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T00:17:31.361Z] OK: 8 MiB in 20 packages [2022-10-25T00:17:31.696Z] Removing intermediate container 563d9cb96c12 [2022-10-25T00:17:31.696Z] ---> 88e32f7a1e62 [2022-10-25T00:17:31.696Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T00:17:31.973Z] ---> 93c3ad651051 [2022-10-25T00:17:31.973Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T00:17:32.578Z] ---> 47cad02b084e [2022-10-25T00:17:32.578Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T00:17:32.578Z] ---> 2ba38d1f9137 [2022-10-25T00:17:32.578Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T00:17:32.578Z] ---> Running in 6a18c50c4270 [2022-10-25T00:17:32.578Z] Removing intermediate container 6a18c50c4270 [2022-10-25T00:17:32.578Z] ---> 37ec7c2ec7bd [2022-10-25T00:17:32.578Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T00:17:32.578Z] ---> Running in 26e0aa016717 [2022-10-25T00:17:32.861Z] Removing intermediate container 26e0aa016717 [2022-10-25T00:17:32.861Z] ---> f01e681957b3 [2022-10-25T00:17:32.861Z] Step 22/24 : LABEL arch=x86_64 [2022-10-25T00:17:32.861Z] ---> Running in 4b283ed85a7b [2022-10-25T00:17:32.861Z] Removing intermediate container 4b283ed85a7b [2022-10-25T00:17:32.861Z] ---> e5e3ff0acc44 [2022-10-25T00:17:32.861Z] Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T00:17:32.861Z] ---> Running in 36c58b135cf5 [2022-10-25T00:17:32.861Z] Removing intermediate container 36c58b135cf5 [2022-10-25T00:17:32.861Z] ---> 81696b556f2d [2022-10-25T00:17:32.861Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T00:17:33.147Z] ---> Running in 01017f1d9699 [2022-10-25T00:17:33.147Z] Removing intermediate container 01017f1d9699 [2022-10-25T00:17:33.147Z] ---> 3e060531deff [2022-10-25T00:17:33.147Z] [2022-10-25T00:17:33.147Z] Successfully built 3e060531deff [2022-10-25T00:17:33.147Z] Successfully tagged core-data:latest [2022-10-25T00:17:33.452Z]  Building core-data ... done  [Pipeline] } [2022-10-25T00:17:33.478Z] $ docker stop --time=1 af0e4779dca2e55d040152735eea8010363c89b98756e91032031ea3e92f62da [2022-10-25T00:17:34.780Z] $ docker rm -f af0e4779dca2e55d040152735eea8010363c89b98756e91032031ea3e92f62da [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T00:17:35.225Z] + docker images [2022-10-25T00:17:35.225Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T00:17:35.225Z] core-data latest 3e060531deff 2 seconds ago 21.7MB [2022-10-25T00:17:35.225Z] dd64f7820d9d 8 seconds ago 1.62GB [2022-10-25T00:17:35.225Z] security-spiffe-token-provider latest 443a2564a587 17 seconds ago 29.7MB [2022-10-25T00:17:35.225Z] support-notifications latest fa7c9bb52142 21 seconds ago 30.4MB [2022-10-25T00:17:35.225Z] security-proxy-setup latest 5527aa0d19ac 23 seconds ago 27.6MB [2022-10-25T00:17:35.225Z] f78804bb32c3 24 seconds ago 1.64GB [2022-10-25T00:17:35.225Z] 644bde349729 42 seconds ago 1.67GB [2022-10-25T00:17:35.226Z] core-command latest b12e057f56c6 51 seconds ago 17.6MB [2022-10-25T00:17:35.226Z] eedfbe75e5e0 54 seconds ago 1.6GB [2022-10-25T00:17:35.226Z] support-scheduler latest 78e11b198799 58 seconds ago 29.8MB [2022-10-25T00:17:35.226Z] 1612cf935d22 About a minute ago 1.61GB [2022-10-25T00:17:35.226Z] 9f44a29e419a About a minute ago 1.67GB [2022-10-25T00:17:35.226Z] security-spire-config latest f23640de7e71 About a minute ago 85.8MB [2022-10-25T00:17:35.226Z] sys-mgmt-agent latest c1b3b59e9cf0 About a minute ago 136MB [2022-10-25T00:17:35.226Z] security-bootstrapper latest 6fd446704d0a About a minute ago 20.2MB [2022-10-25T00:17:35.226Z] security-spire-server latest 1a7d17f00201 About a minute ago 86.5MB [2022-10-25T00:17:35.226Z] c0cf3e288004 About a minute ago 1.48GB [2022-10-25T00:17:35.226Z] security-secretstore-setup latest 883994d10a57 About a minute ago 29.7MB [2022-10-25T00:17:35.226Z] 1a93179bf913 About a minute ago 1.48GB [2022-10-25T00:17:35.226Z] core-metadata latest 1a9f18c020a7 About a minute ago 18.5MB [2022-10-25T00:17:35.226Z] eec59336ba2a 2 minutes ago 1.59GB [2022-10-25T00:17:35.226Z] c66b2fde393d 2 minutes ago 1.6GB [2022-10-25T00:17:35.226Z] 0736f8386a07 2 minutes ago 1.6GB [2022-10-25T00:17:35.226Z] f39567867365 2 minutes ago 1.61GB [2022-10-25T00:17:35.226Z] security-spire-agent latest 12f86dcca6e1 2 minutes ago 125MB [2022-10-25T00:17:35.226Z] 8d65d9113434 2 minutes ago 1.48GB [2022-10-25T00:17:35.226Z] ci-base-image-x86_64 latest 8c05a7d06af0 6 minutes ago 941MB [2022-10-25T00:17:35.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine 1dedd983c030 2 weeks ago 677MB [2022-10-25T00:17:35.226Z] alpine 3.15 c4fc93816858 2 months ago 5.59MB [2022-10-25T00:17:35.226Z] alpine 3.16 9c6f07244728 2 months ago 5.54MB [2022-10-25T00:17:35.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 3 months ago 253MB [2022-10-25T00:17:35.226Z] 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-25T02:30:46.851Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-69672 in /w/workspace/edgexfoundry_edgex-go_PR-4211 [Pipeline] { [Pipeline] ws [2022-10-25T02:30:46.888Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-10-25T02:30:46.976Z] The recommended git tool is: git [2022-10-25T02:30:51.864Z] using credential edgex-jenkins-ssh [2022-10-25T02:30:51.880Z] Cloning the remote Git repository [2022-10-25T02:30:51.929Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-10-25T02:30:52.018Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-10-25T02:30:52.164Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T02:30:52.165Z] > git --version # timeout=10 [2022-10-25T02:30:52.188Z] > git --version # 'git version 2.25.1' [2022-10-25T02:30:52.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T02:30:52.239Z] Verifying host key using known hosts file [2022-10-25T02:30:52.442Z] 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-25T02:30:52.455Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T02:31:08.768Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T02:31:08.805Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-10-25T02:31:10.378Z] Merging remotes/origin/main commit 23251983c73b29babdec2056f36690dce19c8f65 into PR head commit 4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:31:10.780Z] Merge succeeded, producing 4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:31:10.781Z] Checking out Revision 4bb20006eba1fb52a1b54093edf8712c290c6c82 (PR-4211) [2022-10-25T02:31:09.630Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-10-25T02:31:09.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-10-25T02:31:09.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T02:31:09.680Z] Verifying host key using known hosts file [2022-10-25T02:31:09.686Z] 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-25T02:31:09.698Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4211/head:refs/remotes/origin/PR-4211 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-10-25T02:31:10.400Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T02:31:10.419Z] > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # timeout=10 [2022-10-25T02:31:10.667Z] > git remote # timeout=10 [2022-10-25T02:31:10.687Z] > git config --get remote.origin.url # timeout=10 [2022-10-25T02:31:10.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-10-25T02:31:10.707Z] Verifying host key using known hosts file [2022-10-25T02:31:10.716Z] 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-25T02:31:10.728Z] > git merge 23251983c73b29babdec2056f36690dce19c8f65 # timeout=10 [2022-10-25T02:31:10.760Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-10-25T02:31:10.790Z] > git config core.sparsecheckout # timeout=10 [2022-10-25T02:31:10.804Z] > git checkout -f 4bb20006eba1fb52a1b54093edf8712c290c6c82 # timeout=10 [2022-10-25T02:31:11.405Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1" [2022-10-25T02:31:11.457Z] > git --version # timeout=10 [2022-10-25T02:31:11.469Z] > git --version # 'git version 2.25.1' [2022-10-25T02:31:11.480Z] fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-10-25T02:31:12.550Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-10-25T02:31:12.550Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T02:31:12.550Z] Dload Upload Total Spent Left Speed [2022-10-25T02:31:12.550Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 94 12602 94 11882 0 0 89338 0 --:--:-- --:--:-- --:--:-- 88671 100 12602 100 12602 0 0 93348 0 --:--:-- --:--:-- --:--:-- 93348 [Pipeline] sh [2022-10-25T02:31:13.113Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-10-25T02:31:13.453Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-10-25T02:31:13.453Z] + sudo tee /etc/docker/daemon.new [2022-10-25T02:31:13.453Z] { [2022-10-25T02:31:13.453Z] "registry-mirrors": [ [2022-10-25T02:31:13.453Z] "https://nexus3.edgexfoundry.org:10001" [2022-10-25T02:31:13.453Z] ], [2022-10-25T02:31:13.453Z] "bip": "10.250.0.254/24", [2022-10-25T02:31:13.453Z] "hosts": [ [2022-10-25T02:31:13.453Z] "tcp://0.0.0.0:5555", [2022-10-25T02:31:13.453Z] "unix:///var/run/docker.sock" [2022-10-25T02:31:13.453Z] ], [2022-10-25T02:31:13.453Z] "mtu": 1458, [2022-10-25T02:31:13.453Z] "selinux-enabled": true, [2022-10-25T02:31:13.453Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-10-25T02:31:13.453Z] } [Pipeline] sh [2022-10-25T02:31:13.806Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-10-25T02:31:14.146Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T02:31:32.452Z] provisioning config files... [2022-10-25T02:31:32.476Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11306380543843609322tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T02:31:32.851Z] ---> docker-login.sh [2022-10-25T02:31:32.851Z] nexus3.edgexfoundry.org:10001 [2022-10-25T02:31:33.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T02:31:33.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T02:31:33.391Z] Configure a credential helper to remove this warning. See [2022-10-25T02:31:33.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T02:31:33.391Z] [2022-10-25T02:31:33.391Z] Login Succeeded [2022-10-25T02:31:33.391Z] nexus3.edgexfoundry.org:10002 [2022-10-25T02:31:33.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T02:31:33.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T02:31:33.660Z] Configure a credential helper to remove this warning. See [2022-10-25T02:31:33.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T02:31:33.660Z] [2022-10-25T02:31:33.660Z] Login Succeeded [2022-10-25T02:31:33.660Z] nexus3.edgexfoundry.org:10003 [2022-10-25T02:31:33.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T02:31:34.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T02:31:34.193Z] Configure a credential helper to remove this warning. See [2022-10-25T02:31:34.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T02:31:34.193Z] [2022-10-25T02:31:34.193Z] Login Succeeded [2022-10-25T02:31:34.193Z] nexus3.edgexfoundry.org:10004 [2022-10-25T02:31:34.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T02:31:34.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T02:31:34.464Z] Configure a credential helper to remove this warning. See [2022-10-25T02:31:34.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T02:31:34.464Z] [2022-10-25T02:31:34.464Z] Login Succeeded [2022-10-25T02:31:34.464Z] docker.io [2022-10-25T02:31:34.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-25T02:31:35.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-10-25T02:31:35.004Z] Configure a credential helper to remove this warning. See [2022-10-25T02:31:35.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-10-25T02:31:35.004Z] [2022-10-25T02:31:35.004Z] Login Succeeded [2022-10-25T02:31:35.004Z] ---> docker-login.sh ends [Pipeline] } [2022-10-25T02:31:35.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-10-25T02:31:35.616Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-10-25T02:31:35.651Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T02:31:35.682Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-10-25T02:31:35.714Z] ========================================================= [2022-10-25T02:31:35.714Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-10-25T02:31:35.714Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-10-25T02:31:36.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T02:31:36.105Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-10-25T02:31:36.105Z] 9b18e9b68314: Pulling fs layer [2022-10-25T02:31:36.105Z] d32db5db7311: Pulling fs layer [2022-10-25T02:31:36.105Z] d0c4b47475fc: Pulling fs layer [2022-10-25T02:31:36.105Z] 5831b945b038: Pulling fs layer [2022-10-25T02:31:36.105Z] 86bbec2aaacd: Pulling fs layer [2022-10-25T02:31:36.105Z] e10730c5d714: Pulling fs layer [2022-10-25T02:31:36.105Z] 5dd5c2283517: Pulling fs layer [2022-10-25T02:31:36.105Z] d5ac0230b979: Pulling fs layer [2022-10-25T02:31:36.105Z] 5831b945b038: Waiting [2022-10-25T02:31:36.105Z] 86bbec2aaacd: Waiting [2022-10-25T02:31:36.105Z] e10730c5d714: Waiting [2022-10-25T02:31:36.105Z] 5dd5c2283517: Waiting [2022-10-25T02:31:36.105Z] d5ac0230b979: Waiting [2022-10-25T02:31:36.391Z] d0c4b47475fc: Verifying Checksum [2022-10-25T02:31:36.391Z] d0c4b47475fc: Download complete [2022-10-25T02:31:36.391Z] d32db5db7311: Download complete [2022-10-25T02:31:36.391Z] 86bbec2aaacd: Verifying Checksum [2022-10-25T02:31:36.391Z] 86bbec2aaacd: Download complete [2022-10-25T02:31:36.391Z] e10730c5d714: Verifying Checksum [2022-10-25T02:31:36.391Z] e10730c5d714: Download complete [2022-10-25T02:31:36.391Z] 9b18e9b68314: Download complete [2022-10-25T02:31:37.358Z] 9b18e9b68314: Pull complete [2022-10-25T02:31:37.358Z] d5ac0230b979: Verifying Checksum [2022-10-25T02:31:37.358Z] d5ac0230b979: Download complete [2022-10-25T02:31:37.643Z] d32db5db7311: Pull complete [2022-10-25T02:31:37.918Z] d0c4b47475fc: Pull complete [2022-10-25T02:31:38.883Z] 5dd5c2283517: Verifying Checksum [2022-10-25T02:31:38.883Z] 5dd5c2283517: Download complete [2022-10-25T02:31:39.150Z] 5831b945b038: Verifying Checksum [2022-10-25T02:31:39.150Z] 5831b945b038: Download complete [2022-10-25T02:31:51.625Z] 5831b945b038: Pull complete [2022-10-25T02:31:51.625Z] 86bbec2aaacd: Pull complete [2022-10-25T02:31:51.896Z] e10730c5d714: Pull complete [2022-10-25T02:31:58.571Z] 5dd5c2283517: Pull complete [2022-10-25T02:32:00.521Z] d5ac0230b979: Pull complete [2022-10-25T02:32:00.521Z] Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 [2022-10-25T02:32:00.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T02:32:00.521Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-10-25T02:32:00.902Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T02:32:00.902Z] WORKDIR /edgex [2022-10-25T02:32:00.902Z] COPY go.mod . [2022-10-25T02:32:00.902Z] RUN go mod download [2022-10-25T02:32:00.902Z] docker build -t ci-base-image-arm64 -f - . [2022-10-25T02:32:01.497Z] Sending build context to Docker daemon 3.267MB [2022-10-25T02:32:01.497Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-10-25T02:32:01.497Z] ---> 59b3b1a385d4 [2022-10-25T02:32:01.497Z] Step 2/4 : WORKDIR /edgex [2022-10-25T02:32:03.450Z] ---> Running in cc05273945ba [2022-10-25T02:32:03.722Z] Removing intermediate container cc05273945ba [2022-10-25T02:32:03.722Z] ---> a46a095458c7 [2022-10-25T02:32:03.722Z] Step 3/4 : COPY go.mod . [2022-10-25T02:32:04.316Z] ---> 97dd8cb80ffb [2022-10-25T02:32:04.316Z] Step 4/4 : RUN go mod download [2022-10-25T02:32:04.316Z] ---> Running in 8c3406c4ef50 [2022-10-25T02:32:43.185Z] Removing intermediate container 8c3406c4ef50 [2022-10-25T02:32:43.185Z] ---> ab22f6c0bc92 [2022-10-25T02:32:43.185Z] Successfully built ab22f6c0bc92 [2022-10-25T02:32:43.185Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T02:32:43.583Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T02:32:43.583Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T02:32:43.828Z] prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container [2022-10-25T02:32:43.900Z] $ 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-25T02:32:45.089Z] $ docker top fab16dceb9c52a0fbc237ae4574ecbe22a0e00481e3482067a2156aa5bd121e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T02:32:45.972Z] + go version [2022-10-25T02:32:45.972Z] go version go1.18.7 linux/arm64 [Pipeline] } [2022-10-25T02:32:46.005Z] $ docker stop --time=1 fab16dceb9c52a0fbc237ae4574ecbe22a0e00481e3482067a2156aa5bd121e4 [2022-10-25T02:32:47.596Z] $ docker rm -f fab16dceb9c52a0fbc237ae4574ecbe22a0e00481e3482067a2156aa5bd121e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T02:32:48.414Z] + docker inspect -f . ci-base-image-arm64 [2022-10-25T02:32:48.414Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T02:32:48.647Z] prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container [2022-10-25T02:32:48.709Z] $ 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-25T02:32:49.826Z] $ docker top f00f2d76cac577271d4814a994fa49fa867df85d7334e6b654f7644b812703b2 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-10-25T02:32:50.078Z] ========================================================= [2022-10-25T02:32:50.078Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-10-25T02:32:50.078Z] ========================================================= [Pipeline] sh [2022-10-25T02:32:50.409Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-10-25T02:32:51.054Z] + make test [2022-10-25T02:32:51.054Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-10-25T02:33:23.302Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-10-25T02:35:14.961Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-10-25T02:35:14.961Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-10-25T02:35:16.902Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-10-25T02:35:16.902Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-10-25T02:35:16.902Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-10-25T02:35:18.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-10-25T02:35:18.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-10-25T02:35:18.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-10-25T02:35:18.884Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-10-25T02:35:20.848Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-10-25T02:35:21.444Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-10-25T02:35:21.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-10-25T02:35:21.716Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-10-25T02:35:21.716Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-10-25T02:35:21.716Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-10-25T02:35:43.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.277s coverage: 28.7% of statements [2022-10-25T02:35:43.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-10-25T02:35:43.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-10-25T02:35:48.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.635s coverage: 98.5% of statements [2022-10-25T02:35:49.485Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.784s coverage: 42.3% of statements [2022-10-25T02:35:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2022-10-25T02:35:49.485Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-10-25T02:35:52.092Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.842s coverage: 54.2% of statements [2022-10-25T02:35:52.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-10-25T02:35:52.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-10-25T02:36:18.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 25.063s coverage: 89.2% of statements [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-10-25T02:36:18.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.803s coverage: 2.2% of statements [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-10-25T02:36:18.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-10-25T02:36:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.681s coverage: 95.6% of statements [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2022-10-25T02:36:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.403s coverage: 72.2% of statements [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-10-25T02:36:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.631s coverage: 60.0% of statements [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-10-25T02:36:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.034s coverage: 0.9% of statements [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-10-25T02:36:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.412s coverage: 58.8% of statements [2022-10-25T02:36:23.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.264s coverage: 29.6% of statements [2022-10-25T02:36:23.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-10-25T02:36:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.286s coverage: 47.1% of statements [2022-10-25T02:36:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.309s coverage: 79.5% of statements [2022-10-25T02:36:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.360s coverage: 94.1% of statements [2022-10-25T02:36:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.318s coverage: 96.3% of statements [2022-10-25T02:36:31.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.279s coverage: 87.5% of statements [2022-10-25T02:36:39.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.296s coverage: 94.4% of statements [2022-10-25T02:36:39.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.189s coverage: 44.8% of statements [2022-10-25T02:36:50.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.690s coverage: 79.9% of statements [2022-10-25T02:36:50.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.448s coverage: 92.9% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.255s coverage: 86.9% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.186s coverage: 100.0% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.286s coverage: 58.8% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.258s coverage: 80.0% of statements [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.317s coverage: 85.4% of statements [2022-10-25T02:36:54.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.928s coverage: 91.2% of statements [2022-10-25T02:36:54.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-10-25T02:37:04.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.926s coverage: 64.7% of statements [2022-10-25T02:37:04.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-10-25T02:37:04.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-10-25T02:37:04.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.274s coverage: 100.0% of statements [2022-10-25T02:37:04.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.125s coverage: 89.4% of statements [2022-10-25T02:37:04.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.088s coverage: 100.0% of statements [2022-10-25T02:37:04.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2022-10-25T02:37:04.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2022-10-25T02:37:09.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.383s coverage: 65.8% of statements [2022-10-25T02:37:09.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-10-25T02:37:09.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-10-25T02:37:09.728Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-10-25T02:37:11.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.960s coverage: 41.8% of statements [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-10-25T02:37:11.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.362s coverage: 89.5% of statements [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-10-25T02:37:11.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.250s coverage: 84.8% of statements [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-10-25T02:37:11.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-10-25T02:37:19.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.419s coverage: 17.7% of statements [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-10-25T02:37:19.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.153s coverage: 92.3% of statements [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-10-25T02:37:19.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.281s coverage: 63.2% of statements [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-10-25T02:37:19.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-10-25T02:37:21.832Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.477s coverage: 97.7% of statements [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-10-25T02:37:21.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.231s coverage: 28.9% of statements [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-10-25T02:37:21.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-10-25T02:37:21.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.290s coverage: 100.0% of statements [2022-10-25T02:37:21.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-10-25T02:37:22.790Z] 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-25T02:37:22.790Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-10-25T02:37:22.790Z] GO111MODULE=on go vet ./... [2022-10-25T02:39:14.826Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-10-25T02:39:14.826Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-10-25T02:39:14.826Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-10-25T02:39:14.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-10-25T02:39:15.532Z] + ls -al . [2022-10-25T02:39:15.532Z] total 764 [2022-10-25T02:39:15.532Z] drwxrwxr-x 10 1001 1001 4096 Oct 25 02:32 . [2022-10-25T02:39:15.532Z] drwxr-xr-x 4 root root 4096 Oct 25 02:32 .. [2022-10-25T02:39:15.532Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 02:31 .blubracket [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 16 Oct 25 02:31 .dockerignore [2022-10-25T02:39:15.532Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 02:31 .git [2022-10-25T02:39:15.532Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 02:31 .github [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 1030 Oct 25 02:31 .gitignore [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 42 Oct 25 02:31 .golangci.yml [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 87 Oct 25 02:31 .hadolint.yml [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 166 Oct 25 02:31 .sonarcloud.properties [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 1171 Oct 25 02:31 ADOPTERS.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 10722 Oct 25 02:31 Attribution.txt [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 63209 Oct 25 02:31 CHANGELOG.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 3804 Oct 25 02:31 CONTRIBUTING.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 677 Oct 25 02:31 GOVERNANCE.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 850 Oct 25 02:31 Jenkinsfile [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 10775 Oct 25 02:31 LICENSE [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 13857 Oct 25 02:31 Makefile [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 582 Oct 25 02:31 OWNERS.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 9799 Oct 25 02:31 README.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 6912 Oct 25 02:31 SECURITY.md [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 5 Oct 25 00:10 VERSION [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 4131 Oct 25 02:31 ZMQWindows.md [2022-10-25T02:39:15.532Z] drwxrwxr-x 2 1001 1001 4096 Oct 25 02:31 bin [2022-10-25T02:39:15.532Z] drwxrwxr-x 18 1001 1001 4096 Oct 25 02:31 cmd [2022-10-25T02:39:15.532Z] -rw-r--r-- 1 root root 500482 Oct 25 02:37 coverage.out [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 3446 Oct 25 02:31 go.mod [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 45237 Oct 25 02:31 go.sum [2022-10-25T02:39:15.532Z] drwxrwxr-x 8 1001 1001 4096 Oct 25 02:31 internal [2022-10-25T02:39:15.532Z] drwxrwxr-x 3 1001 1001 4096 Oct 25 02:31 openapi [2022-10-25T02:39:15.532Z] drwxrwxr-x 4 1001 1001 4096 Oct 25 02:31 snap [2022-10-25T02:39:15.532Z] -rw-rw-r-- 1 1001 1001 204 Oct 25 02:31 version.go [Pipeline] sh [2022-10-25T02:39:16.192Z] + '[' -e coverage.out ] [2022-10-25T02:39:16.192Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-10-25T02:39:16.228Z] Warning: overwriting stash ‘coverage-report’ [2022-10-25T02:39:16.960Z] Stashed 1 file(s) [Pipeline] sh [2022-10-25T02:39:17.282Z] + make build [2022-10-25T02:39:17.555Z] 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-25T02:40:54.196Z] 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-25T02:42:02.061Z] 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-25T02:42:06.310Z] 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-25T02:42:53.133Z] 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-25T02:42:53.133Z] 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-25T02:42:53.718Z] 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-25T02:43:00.363Z] 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-25T02:43:04.616Z] 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-25T02:43:09.953Z] 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-25T02:43:13.297Z] 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-25T02:43:17.549Z] 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-25T02:43:25.762Z] 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-25T02:43:31.125Z] $ docker stop --time=1 f00f2d76cac577271d4814a994fa49fa867df85d7334e6b654f7644b812703b2 [2022-10-25T02:43:34.179Z] $ docker rm -f f00f2d76cac577271d4814a994fa49fa867df85d7334e6b654f7644b812703b2 [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-25T02:43:36.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T02:43:36.763Z] [2022-10-25T02:43:36.763Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T02:43:37.157Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T02:43:37.422Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-10-25T02:43:37.422Z] 29e5d40040c1: Pulling fs layer [2022-10-25T02:43:37.422Z] 1ce36da41761: Pulling fs layer [2022-10-25T02:43:37.422Z] 25b303627fd3: Pulling fs layer [2022-10-25T02:43:37.690Z] 29e5d40040c1: Download complete [2022-10-25T02:43:37.964Z] 1ce36da41761: Verifying Checksum [2022-10-25T02:43:37.964Z] 1ce36da41761: Download complete [2022-10-25T02:43:38.231Z] 29e5d40040c1: Pull complete [2022-10-25T02:43:39.197Z] 25b303627fd3: Verifying Checksum [2022-10-25T02:43:39.197Z] 25b303627fd3: Download complete [2022-10-25T02:43:39.197Z] 1ce36da41761: Pull complete [2022-10-25T02:43:49.263Z] 25b303627fd3: Pull complete [2022-10-25T02:43:49.263Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-10-25T02:43:49.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T02:43:49.263Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T02:43:49.576Z] prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container [2022-10-25T02:43:49.637Z] $ 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-25T02:43:51.802Z] $ docker top 1185dea9264b2072b3655c779c92a147a3996daf4359a6ee4c6a64b36a4dbac8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T02:43:52.666Z] + docker-compose build+ --helpgrep [2022-10-25T02:43:52.666Z] parallel [2022-10-25T02:43:56.905Z] --parallel Build images in parallel. [Pipeline] } [2022-10-25T02:43:56.941Z] $ docker stop --time=1 1185dea9264b2072b3655c779c92a147a3996daf4359a6ee4c6a64b36a4dbac8 [2022-10-25T02:43:58.565Z] $ docker rm -f 1185dea9264b2072b3655c779c92a147a3996daf4359a6ee4c6a64b36a4dbac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T02:43:59.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-10-25T02:43:59.307Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T02:43:59.543Z] prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container [2022-10-25T02:43:59.601Z] $ 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-25T02:44:00.738Z] $ docker top 8e33fb7b037b6adb030d9ce02fece0dc5ab725cef63567ef8d3e05b543497b2a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T02:44:01.664Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-10-25T02:44:07.025Z] Building core-command ... [2022-10-25T02:44:07.025Z] Building core-data ... [2022-10-25T02:44:07.025Z] Building core-metadata ... [2022-10-25T02:44:07.025Z] Building security-bootstrapper ... [2022-10-25T02:44:07.025Z] Building security-proxy-setup ... [2022-10-25T02:44:07.025Z] Building security-secretstore-setup ... [2022-10-25T02:44:07.025Z] Building security-spiffe-token-provider ... [2022-10-25T02:44:07.025Z] Building security-spire-agent ... [2022-10-25T02:44:07.025Z] Building security-spire-config ... [2022-10-25T02:44:07.025Z] Building security-spire-server ... [2022-10-25T02:44:07.025Z] Building support-notifications ... [2022-10-25T02:44:07.025Z] Building support-scheduler ... [2022-10-25T02:44:07.025Z] Building sys-mgmt-agent ... [2022-10-25T02:44:07.025Z] Building security-spire-agent [2022-10-25T02:44:07.025Z] Building security-secretstore-setup [2022-10-25T02:44:07.025Z] Building security-spiffe-token-provider [2022-10-25T02:44:07.025Z] Building support-scheduler [2022-10-25T02:44:07.025Z] Building security-spire-config [2022-10-25T02:45:03.421Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:45:03.421Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:45:03.421Z] ---> ab22f6c0bc92 [2022-10-25T02:45:03.421Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T02:45:03.421Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:45:03.421Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:45:03.421Z] ---> ab22f6c0bc92 [2022-10-25T02:45:03.421Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T02:45:03.421Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:45:03.421Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:45:03.421Z] ---> ab22f6c0bc92 [2022-10-25T02:45:03.421Z] Step 3/26 : WORKDIR /edgex-go [2022-10-25T02:45:03.421Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:45:03.421Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:45:03.421Z] ---> ab22f6c0bc92 [2022-10-25T02:45:03.421Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T02:45:03.421Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:45:03.421Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:45:03.421Z] ---> ab22f6c0bc92 [2022-10-25T02:45:03.421Z] Step 3/20 : WORKDIR /edgex-go [2022-10-25T02:45:03.421Z] ---> Running in 626af63ed9ee [2022-10-25T02:45:03.421Z] ---> Running in 0a3f85e055be [2022-10-25T02:45:03.421Z] ---> Running in 1e7db4a70898 [2022-10-25T02:45:03.421Z] ---> Running in b2e174a32dd7 [2022-10-25T02:45:03.421Z] ---> Running in 5e929d0a7cf9 [2022-10-25T02:45:03.421Z] Removing intermediate container b2e174a32dd7 [2022-10-25T02:45:03.421Z] ---> 983bc9560fb4 [2022-10-25T02:45:03.421Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:45:03.421Z] Removing intermediate container 5e929d0a7cf9 [2022-10-25T02:45:03.421Z] ---> 877d64fd508a [2022-10-25T02:45:03.421Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T02:45:03.421Z] Removing intermediate container 0a3f85e055be [2022-10-25T02:45:03.421Z] ---> 18262c38c897 [2022-10-25T02:45:03.421Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-10-25T02:45:03.421Z] Removing intermediate container 626af63ed9ee [2022-10-25T02:45:03.421Z] ---> 017ddc56f8c9 [2022-10-25T02:45:03.421Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:45:03.421Z] Removing intermediate container 1e7db4a70898 [2022-10-25T02:45:03.421Z] ---> d0a3633ddf1c [2022-10-25T02:45:03.421Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:45:03.421Z] ---> Running in 24480274a5ed [2022-10-25T02:45:03.421Z] ---> Running in 9eacc42a2707 [2022-10-25T02:45:03.421Z] ---> Running in 6bd0af2ad031 [2022-10-25T02:45:03.421Z] ---> Running in 07885011c216 [2022-10-25T02:45:03.421Z] ---> Running in 9a131161dfbc [2022-10-25T02:45:03.421Z] Removing intermediate container 9eacc42a2707 [2022-10-25T02:45:03.421Z] ---> e7731d5b73b3 [2022-10-25T02:45:03.421Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:45:03.421Z] ---> Running in b02962cff45f [2022-10-25T02:45:03.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.421Z] Removing intermediate container 24480274a5ed [2022-10-25T02:45:03.421Z] ---> 7ec6921d4f02 [2022-10-25T02:45:03.421Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-10-25T02:45:03.421Z] ---> Running in e60d28df20f6 [2022-10-25T02:45:03.421Z] Removing intermediate container 6bd0af2ad031 [2022-10-25T02:45:03.421Z] ---> fc8c951832b2 [2022-10-25T02:45:03.421Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T02:45:03.421Z] ---> Running in 8d19078a5663 [2022-10-25T02:45:03.421Z] v3.16.2-334-gfa0f6c3878 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-10-25T02:45:03.421Z] v3.16.2-337-g03fc1018a8 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-10-25T02:45:03.421Z] OK: 16895 distinct packages available [2022-10-25T02:45:03.421Z] Removing intermediate container b02962cff45f [2022-10-25T02:45:03.421Z] ---> 2810580d6295 [2022-10-25T02:45:03.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.421Z] Step 6/23 : RUN apk add --update --no-cache make git [2022-10-25T02:45:03.421Z] ---> Running in e367ea07344f [2022-10-25T02:45:03.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.421Z] Removing intermediate container 9a131161dfbc [2022-10-25T02:45:03.421Z] ---> cc56fe3c4915 [2022-10-25T02:45:03.421Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T02:45:03.421Z] ---> Running in c89183fa3758 [2022-10-25T02:45:03.421Z] OK: 221 MiB in 51 packages [2022-10-25T02:45:03.421Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.421Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.421Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.690Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:03.690Z] Removing intermediate container 07885011c216 [2022-10-25T02:45:03.690Z] ---> 4fce7b0e949a [2022-10-25T02:45:03.690Z] Step 5/20 : COPY go.mod vendor* ./ [2022-10-25T02:45:03.955Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:04.223Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:04.223Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:04.491Z] ---> e95887512099 [2022-10-25T02:45:04.491Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:45:04.491Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:45:04.491Z] ---> Running in 3443967cd0b1 [2022-10-25T02:45:05.451Z] OK: 221 MiB in 51 packages [2022-10-25T02:45:05.719Z] OK: 221 MiB in 51 packages [2022-10-25T02:45:05.991Z] OK: 221 MiB in 51 packages [2022-10-25T02:45:06.259Z] OK: 221 MiB in 51 packages [2022-10-25T02:45:07.680Z] Removing intermediate container e60d28df20f6 [2022-10-25T02:45:07.680Z] ---> c2b39bfdac69 [2022-10-25T02:45:07.680Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T02:45:07.949Z] Removing intermediate container 8d19078a5663 [2022-10-25T02:45:07.949Z] ---> a690d84c3abb [2022-10-25T02:45:07.949Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T02:45:07.949Z] Removing intermediate container e367ea07344f [2022-10-25T02:45:07.949Z] ---> 60f42cf434c3 [2022-10-25T02:45:07.949Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T02:45:08.216Z] Removing intermediate container c89183fa3758 [2022-10-25T02:45:08.216Z] ---> aa9b5eb99edb [2022-10-25T02:45:08.216Z] Step 6/26 : COPY go.mod vendor* ./ [2022-10-25T02:45:08.804Z] ---> 0a75d73eeda8 [2022-10-25T02:45:08.804Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:45:08.804Z] ---> Running in 6f14f69093df [2022-10-25T02:45:08.804Z] ---> 7c015d3236a5 [2022-10-25T02:45:08.804Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:45:09.076Z] ---> Running in b148b173c26b [2022-10-25T02:45:09.345Z] ---> 8127013e66ea [2022-10-25T02:45:09.345Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:45:09.613Z] ---> Running in f12a908af0b2 [2022-10-25T02:45:09.613Z] ---> 96b73d630da4 [2022-10-25T02:45:09.613Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:45:09.882Z] ---> Running in d6227e97a471 [2022-10-25T02:46:31.481Z] Removing intermediate container 3443967cd0b1 [2022-10-25T02:46:31.481Z] ---> a433ba811d88 [2022-10-25T02:46:31.481Z] Step 7/20 : COPY . . [2022-10-25T02:46:31.481Z] Removing intermediate container b148b173c26b [2022-10-25T02:46:31.481Z] ---> 59d716cf84ee [2022-10-25T02:46:31.481Z] Step 8/26 : COPY . . [2022-10-25T02:46:31.481Z] Removing intermediate container d6227e97a471 [2022-10-25T02:46:31.481Z] ---> 11930ef7dcf7 [2022-10-25T02:46:31.481Z] Step 8/26 : COPY . . [2022-10-25T02:46:31.481Z] Removing intermediate container f12a908af0b2 [2022-10-25T02:46:31.481Z] ---> 884c8ee22527 [2022-10-25T02:46:31.481Z] Step 9/23 : COPY . . [2022-10-25T02:46:31.481Z] Removing intermediate container 6f14f69093df [2022-10-25T02:46:31.481Z] ---> 99d959eed616 [2022-10-25T02:46:31.481Z] Step 8/25 : COPY . . [2022-10-25T02:46:34.066Z] ---> c7ce34f14d2d [2022-10-25T02:46:34.066Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-10-25T02:46:34.651Z] ---> Running in 16ac1fafc9c2 [2022-10-25T02:46:36.056Z] 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-25T02:46:51.039Z] ---> 4a53c88af31e [2022-10-25T02:46:51.039Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T02:46:51.039Z] ---> 024ac44bfbfc [2022-10-25T02:46:51.039Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-10-25T02:46:51.039Z] ---> 4c217bec16de [2022-10-25T02:46:51.039Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T02:46:51.039Z] ---> 766dbf6116db [2022-10-25T02:46:51.039Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-10-25T02:46:51.039Z] ---> Running in 2777d563e9e3 [2022-10-25T02:46:51.039Z] ---> Running in 3e6cab4d32a8 [2022-10-25T02:46:51.039Z] ---> Running in ad9ca16efc1e [2022-10-25T02:46:51.039Z] ---> Running in 968ff4cbd17e [2022-10-25T02:46:51.039Z] Removing intermediate container 3e6cab4d32a8 [2022-10-25T02:46:51.039Z] ---> 49cf0319debe [2022-10-25T02:46:51.039Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T02:46:51.039Z] Removing intermediate container ad9ca16efc1e [2022-10-25T02:46:51.039Z] ---> 8ec4c2c4d731 [2022-10-25T02:46:51.039Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-10-25T02:46:51.307Z] ---> Running in 0f3485b35f42 [2022-10-25T02:46:51.307Z] ---> Running in b03505401827 [2022-10-25T02:46:52.274Z] Removing intermediate container 0f3485b35f42 [2022-10-25T02:46:52.274Z] ---> 8c8c3b294948 [2022-10-25T02:46:52.274Z] 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-25T02:46:52.274Z] Removing intermediate container b03505401827 [2022-10-25T02:46:52.274Z] ---> b84a4a4ab43c [2022-10-25T02:46:52.274Z] 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-25T02:46:52.274Z] ---> Running in be0bc62214bc [2022-10-25T02:46:52.542Z] ---> Running in c3e066750c89 [2022-10-25T02:46:52.542Z] 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-25T02:46:53.129Z] 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-25T02:46:56.472Z] Removing intermediate container c3e066750c89 [2022-10-25T02:46:56.472Z] ---> 304517b25944 [2022-10-25T02:46:56.472Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T02:46:56.472Z] ---> Running in 545f63a4a410 [2022-10-25T02:46:56.472Z] Removing intermediate container be0bc62214bc [2022-10-25T02:46:56.472Z] ---> de291be1be7c [2022-10-25T02:46:56.472Z] Step 12/26 : WORKDIR /edgex-go [2022-10-25T02:46:56.740Z] ---> Running in 53d524880b41 [2022-10-25T02:46:56.740Z] Removing intermediate container 545f63a4a410 [2022-10-25T02:46:56.740Z] ---> f394dd3fb3f5 [2022-10-25T02:46:56.740Z] [2022-10-25T02:46:56.740Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T02:46:57.007Z] 3.15: Pulling from library/alpine [2022-10-25T02:46:57.592Z] Removing intermediate container 53d524880b41 [2022-10-25T02:46:57.592Z] ---> 9a04aae608ae [2022-10-25T02:46:57.592Z] [2022-10-25T02:46:57.592Z] Step 13/26 : FROM alpine:3.15 [2022-10-25T02:46:57.592Z] 3.15: Pulling from library/alpine [2022-10-25T02:46:58.552Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T02:46:58.552Z] Status: Downloaded newer image for alpine:3.15 [2022-10-25T02:46:58.552Z] Digest: sha256:69463fdff1f025c908939e86d4714b4d5518776954ca627cbeff4c74bcea5b22 [2022-10-25T02:46:58.552Z] Status: Image is up to date for alpine:3.15 [2022-10-25T02:46:58.552Z] ---> 02e0d6fdf486 [2022-10-25T02:46:58.552Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T02:46:58.552Z] ---> 02e0d6fdf486 [2022-10-25T02:46:58.552Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T02:46:58.552Z] ---> Running in 919f11168165 [2022-10-25T02:46:58.552Z] ---> Running in 9a218e89e0d0 [2022-10-25T02:46:59.515Z] Removing intermediate container 9a218e89e0d0 [2022-10-25T02:46:59.516Z] ---> b3bb4303c6c1 [2022-10-25T02:46:59.516Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:46:59.516Z] Removing intermediate container 919f11168165 [2022-10-25T02:46:59.516Z] ---> 7d9c81d42855 [2022-10-25T02:46:59.516Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:46:59.516Z] ---> Running in f7cf4bb13fa0 [2022-10-25T02:46:59.787Z] ---> Running in 954896cecfbc [2022-10-25T02:47:03.133Z] Removing intermediate container f7cf4bb13fa0 [2022-10-25T02:47:03.133Z] ---> 2d9893847334 [2022-10-25T02:47:03.133Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-10-25T02:47:03.403Z] ---> Running in 944b419b9c23 [2022-10-25T02:47:04.364Z] Removing intermediate container 954896cecfbc [2022-10-25T02:47:04.364Z] ---> 840636b37847 [2022-10-25T02:47:04.364Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T02:47:04.364Z] ---> Running in e5b15142fd6a [2022-10-25T02:47:05.787Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:06.368Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:06.953Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:07.534Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:08.493Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T02:47:08.493Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T02:47:08.493Z] OK: 15734 distinct packages available [2022-10-25T02:47:08.493Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:09.075Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T02:47:09.075Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T02:47:09.075Z] OK: 15734 distinct packages available [2022-10-25T02:47:09.075Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:09.664Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:10.247Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:10.831Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-10-25T02:47:10.831Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-10-25T02:47:10.831Z] (3/4) Installing libucontext (1.1-r0) [2022-10-25T02:47:11.097Z] (4/4) Installing gcompat (1.0.0-r4) [2022-10-25T02:47:11.097Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T02:47:11.097Z] OK: 6 MiB in 18 packages [2022-10-25T02:47:11.680Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-10-25T02:47:11.680Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-10-25T02:47:11.950Z] (3/5) Installing libucontext (1.1-r0) [2022-10-25T02:47:11.950Z] (4/5) Installing gcompat (1.0.0-r4) [2022-10-25T02:47:12.221Z] (5/5) Installing openssl (1.1.1q-r0) [2022-10-25T02:47:12.221Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T02:47:12.487Z] OK: 6 MiB in 19 packages [2022-10-25T02:47:12.764Z] Removing intermediate container 944b419b9c23 [2022-10-25T02:47:12.764Z] ---> bd96e2cfebb6 [2022-10-25T02:47:12.764Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T02:47:14.166Z] Removing intermediate container e5b15142fd6a [2022-10-25T02:47:14.166Z] ---> 8cf8983b0bf8 [2022-10-25T02:47:14.166Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-10-25T02:47:20.788Z] ---> a649a67ef156 [2022-10-25T02:47:20.788Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T02:47:20.788Z] ---> e0e434062e3c [2022-10-25T02:47:20.788Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T02:47:21.741Z] ---> b332c111443d [2022-10-25T02:47:21.741Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-10-25T02:47:21.741Z] ---> Running in e50d61233b5f [2022-10-25T02:47:22.323Z] Removing intermediate container e50d61233b5f [2022-10-25T02:47:22.323Z] ---> d8850533fe33 [2022-10-25T02:47:22.323Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-10-25T02:47:24.253Z] ---> 2bed67357686 [2022-10-25T02:47:24.253Z] Step 21/26 : WORKDIR / [2022-10-25T02:47:24.253Z] ---> Running in ce1234eb9e3c [2022-10-25T02:47:24.831Z] Removing intermediate container ce1234eb9e3c [2022-10-25T02:47:24.831Z] ---> d46dcfedafff [2022-10-25T02:47:24.831Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T02:47:25.095Z] ---> Running in 811338449cc5 [2022-10-25T02:47:25.677Z] Removing intermediate container 811338449cc5 [2022-10-25T02:47:25.677Z] ---> 5ebce7052e2d [2022-10-25T02:47:25.677Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T02:47:25.942Z] ---> Running in 3b2fa6423e71 [2022-10-25T02:47:26.896Z] Removing intermediate container 3b2fa6423e71 [2022-10-25T02:47:26.896Z] ---> 46bf2e149ba6 [2022-10-25T02:47:26.896Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T02:47:26.896Z] ---> Running in d469b32a0940 [2022-10-25T02:47:27.476Z] Removing intermediate container d469b32a0940 [2022-10-25T02:47:27.476Z] ---> 28a32d2f4c7b [2022-10-25T02:47:27.476Z] Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:47:27.476Z] ---> Running in 853e5313113f [2022-10-25T02:47:28.069Z] Removing intermediate container 853e5313113f [2022-10-25T02:47:28.069Z] ---> 0a65674ffb8e [2022-10-25T02:47:28.069Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T02:47:28.069Z] ---> Running in 0b0e3c0a3660 [2022-10-25T02:47:28.338Z] ---> abcdf41b1dc5 [2022-10-25T02:47:28.338Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T02:47:28.917Z] Removing intermediate container 0b0e3c0a3660 [2022-10-25T02:47:28.917Z] ---> 9726a567faca [2022-10-25T02:47:28.917Z] [2022-10-25T02:47:29.495Z] Successfully built 9726a567faca [2022-10-25T02:47:29.495Z] ---> cc3abce1e1a8 [2022-10-25T02:47:29.495Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-10-25T02:47:29.495Z] Successfully tagged security-spire-config-arm64:latest [2022-10-25T02:47:29.495Z]  Building security-spire-config ... done Building security-bootstrapper [2022-10-25T02:47:32.064Z] ---> 21c7917871e2 [2022-10-25T02:47:32.064Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-10-25T02:47:32.644Z] ---> 46707f6c41e7 [2022-10-25T02:47:32.644Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T02:47:32.644Z] ---> Running in e46937e1851a [2022-10-25T02:47:33.224Z] Removing intermediate container e46937e1851a [2022-10-25T02:47:33.224Z] ---> 05e6f56d17cd [2022-10-25T02:47:33.224Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T02:47:33.224Z] ---> Running in 692e3969a0b8 [2022-10-25T02:47:33.807Z] Removing intermediate container 692e3969a0b8 [2022-10-25T02:47:33.807Z] ---> 55cee6f67aed [2022-10-25T02:47:33.808Z] Step 24/26 : LABEL arch=arm64 [2022-10-25T02:47:34.075Z] ---> Running in 4c4cce0f93c7 [2022-10-25T02:47:34.340Z] Removing intermediate container 4c4cce0f93c7 [2022-10-25T02:47:34.340Z] ---> dbda8466eb3d [2022-10-25T02:47:34.340Z] Step 25/26 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:47:34.606Z] ---> Running in 69d336de10b3 [2022-10-25T02:47:35.185Z] Removing intermediate container 69d336de10b3 [2022-10-25T02:47:35.185Z] ---> 213bb3946b9a [2022-10-25T02:47:35.185Z] Step 26/26 : LABEL version=0.0.0 [2022-10-25T02:47:35.185Z] ---> Running in 5daae9242c31 [2022-10-25T02:47:35.450Z] Removing intermediate container 5daae9242c31 [2022-10-25T02:47:35.450Z] ---> 97681ac7d877 [2022-10-25T02:47:35.450Z] [2022-10-25T02:47:36.031Z] Successfully built 97681ac7d877 [2022-10-25T02:47:36.031Z] Successfully tagged security-spire-agent-arm64:latest [2022-10-25T02:47:36.031Z] Building core-command [2022-10-25T02:47:54.232Z]  Building security-spire-agent ... done Step 1/33 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:47:54.232Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:47:54.232Z] ---> ab22f6c0bc92 [2022-10-25T02:47:54.232Z] Step 3/33 : WORKDIR /edgex-go [2022-10-25T02:47:54.232Z] ---> Using cache [2022-10-25T02:47:54.232Z] ---> d0a3633ddf1c [2022-10-25T02:47:54.232Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:47:54.232Z] ---> Using cache [2022-10-25T02:47:54.232Z] ---> cc56fe3c4915 [2022-10-25T02:47:54.232Z] Step 5/33 : RUN apk add --update --no-cache make git [2022-10-25T02:47:54.232Z] ---> Running in 11db356161a3 [2022-10-25T02:47:54.232Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:55.636Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:47:57.571Z] OK: 221 MiB in 51 packages [2022-10-25T02:47:59.515Z] Removing intermediate container 11db356161a3 [2022-10-25T02:47:59.516Z] ---> 578b16e09076 [2022-10-25T02:47:59.516Z] Step 6/33 : COPY go.mod vendor* ./ [2022-10-25T02:48:00.097Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:48:00.097Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:48:00.097Z] ---> ab22f6c0bc92 [2022-10-25T02:48:00.097Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T02:48:00.097Z] ---> Using cache [2022-10-25T02:48:00.097Z] ---> 877d64fd508a [2022-10-25T02:48:00.097Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T02:48:00.097Z] ---> Using cache [2022-10-25T02:48:00.097Z] ---> e7731d5b73b3 [2022-10-25T02:48:00.097Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:48:00.097Z] ---> Using cache [2022-10-25T02:48:00.097Z] ---> 2810580d6295 [2022-10-25T02:48:00.097Z] Step 6/24 : RUN apk add --update --no-cache make git [2022-10-25T02:48:00.097Z] ---> Using cache [2022-10-25T02:48:00.097Z] ---> 60f42cf434c3 [2022-10-25T02:48:00.363Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T02:48:00.363Z] ---> Using cache [2022-10-25T02:48:00.363Z] ---> 8127013e66ea [2022-10-25T02:48:00.363Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:48:00.363Z] ---> Using cache [2022-10-25T02:48:00.363Z] ---> 884c8ee22527 [2022-10-25T02:48:00.363Z] Step 9/24 : COPY . . [2022-10-25T02:48:00.363Z] ---> Using cache [2022-10-25T02:48:00.363Z] ---> 024ac44bfbfc [2022-10-25T02:48:00.363Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2022-10-25T02:48:00.630Z] ---> Running in b9cb824e712d [2022-10-25T02:48:00.630Z] ---> 8192e2f8527f [2022-10-25T02:48:00.630Z] Step 7/33 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:48:00.901Z] ---> Running in cb2332d4cb51 [2022-10-25T02:48:03.485Z] 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-25T02:49:11.328Z] Removing intermediate container cb2332d4cb51 [2022-10-25T02:49:11.328Z] ---> 2ba592c39381 [2022-10-25T02:49:11.328Z] Step 8/33 : COPY . . [2022-10-25T02:49:17.964Z] ---> c1c29b7606b8 [2022-10-25T02:49:17.964Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-10-25T02:49:17.964Z] ---> Running in 126a35b0beab [2022-10-25T02:49:18.554Z] 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-25T02:52:25.285Z] 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-25T02:52:47.590Z] Removing intermediate container 968ff4cbd17e [2022-10-25T02:52:47.590Z] ---> b9c4e96de435 [2022-10-25T02:52:47.590Z] [2022-10-25T02:52:47.590Z] Step 10/25 : FROM alpine:3.16 [2022-10-25T02:52:47.590Z] 3.16: Pulling from library/alpine [2022-10-25T02:52:47.590Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-10-25T02:52:47.590Z] Status: Downloaded newer image for alpine:3.16 [2022-10-25T02:52:47.590Z] ---> a6215f271958 [2022-10-25T02:52:47.590Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-10-25T02:52:47.590Z] ---> Running in 66b7a420725b [2022-10-25T02:52:47.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:52:47.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:52:49.589Z] (1/3) Installing ca-certificates (20220614-r0) [2022-10-25T02:52:49.589Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-10-25T02:52:49.589Z] (3/3) Installing su-exec (0.2-r1) [2022-10-25T02:52:49.589Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T02:52:49.589Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T02:52:49.860Z] OK: 6 MiB in 17 packages [2022-10-25T02:52:51.824Z] Removing intermediate container 66b7a420725b [2022-10-25T02:52:51.824Z] ---> 15547aebcf1d [2022-10-25T02:52:51.824Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T02:52:52.093Z] ---> Running in 23f5379d1e7c [2022-10-25T02:52:52.679Z] Removing intermediate container 23f5379d1e7c [2022-10-25T02:52:52.679Z] ---> a4c397ddee9d [2022-10-25T02:52:52.679Z] Step 13/25 : WORKDIR / [2022-10-25T02:52:52.679Z] ---> Running in 09860c3c2a18 [2022-10-25T02:52:52.946Z] Removing intermediate container 09860c3c2a18 [2022-10-25T02:52:52.946Z] ---> 4b3ffcebe48e [2022-10-25T02:52:52.946Z] 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-25T02:52:54.358Z] ---> 0d4d4f71ba3a [2022-10-25T02:52:54.358Z] 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-25T02:52:54.953Z] ---> da22d0257317 [2022-10-25T02:52:54.953Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-10-25T02:52:55.926Z] ---> d5adeeafbc5f [2022-10-25T02:52:55.926Z] 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-25T02:52:56.885Z] ---> f35a054cf82f [2022-10-25T02:52:56.885Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-10-25T02:52:58.292Z] ---> c69c9e56b9bd [2022-10-25T02:52:58.292Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-10-25T02:53:00.238Z] ---> 134604311544 [2022-10-25T02:53:00.238Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T02:53:00.819Z] ---> 3d5b71c7520e [2022-10-25T02:53:00.819Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T02:53:01.102Z] ---> Running in 1f8e49a36b69 [2022-10-25T02:53:04.457Z] Removing intermediate container 1f8e49a36b69 [2022-10-25T02:53:04.457Z] ---> 0b7555614b0e [2022-10-25T02:53:04.457Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T02:53:04.721Z] ---> Running in 4da840b54545 [2022-10-25T02:53:05.302Z] Removing intermediate container 4da840b54545 [2022-10-25T02:53:05.302Z] ---> 1faeeaf1e210 [2022-10-25T02:53:05.302Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T02:53:05.302Z] ---> Running in 5657a5d2c6c5 [2022-10-25T02:53:05.885Z] Removing intermediate container 5657a5d2c6c5 [2022-10-25T02:53:05.885Z] ---> 1c62ad0c6d1b [2022-10-25T02:53:05.885Z] Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:53:05.885Z] ---> Running in 8ef5c7dfefab [2022-10-25T02:53:06.465Z] Removing intermediate container 8ef5c7dfefab [2022-10-25T02:53:06.465Z] ---> 619e94431332 [2022-10-25T02:53:06.465Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T02:53:06.465Z] ---> Running in 519a9e4a4647 [2022-10-25T02:53:07.049Z] Removing intermediate container 519a9e4a4647 [2022-10-25T02:53:07.049Z] ---> 8cda4273d81a [2022-10-25T02:53:07.049Z] [2022-10-25T02:53:07.315Z] Successfully built 8cda4273d81a [2022-10-25T02:53:07.315Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-10-25T02:53:07.315Z]  Building security-secretstore-setup ... done Building support-notifications [2022-10-25T02:53:25.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:53:25.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:53:25.507Z] ---> ab22f6c0bc92 [2022-10-25T02:53:25.507Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2022-10-25T02:53:25.507Z] ---> Using cache [2022-10-25T02:53:25.507Z] ---> 877d64fd508a [2022-10-25T02:53:25.507Z] Step 4/23 : WORKDIR /edgex-go [2022-10-25T02:53:25.507Z] ---> Using cache [2022-10-25T02:53:25.507Z] ---> e7731d5b73b3 [2022-10-25T02:53:25.507Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:53:25.507Z] ---> Using cache [2022-10-25T02:53:25.507Z] ---> 2810580d6295 [2022-10-25T02:53:25.507Z] Step 6/23 : RUN apk add --update --no-cache make bash git ca-certificates [2022-10-25T02:53:25.507Z] ---> Running in ca6d4b56b122 [2022-10-25T02:53:26.474Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:53:27.427Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:53:28.829Z] OK: 221 MiB in 51 packages [2022-10-25T02:53:30.235Z] Removing intermediate container ca6d4b56b122 [2022-10-25T02:53:30.235Z] ---> 00c770cdbcd0 [2022-10-25T02:53:30.235Z] Step 7/23 : COPY go.mod vendor* ./ [2022-10-25T02:53:31.191Z] ---> 48b5171ef7dd [2022-10-25T02:53:31.191Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:53:31.191Z] ---> Running in a98f2bd8b0fd [2022-10-25T02:54:27.563Z] Removing intermediate container 16ac1fafc9c2 [2022-10-25T02:54:27.563Z] ---> ae001fe08a89 [2022-10-25T02:54:27.563Z] [2022-10-25T02:54:27.563Z] Step 9/20 : FROM alpine:3.15 [2022-10-25T02:54:27.563Z] ---> 02e0d6fdf486 [2022-10-25T02:54:27.563Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T02:54:27.563Z] ---> Using cache [2022-10-25T02:54:27.563Z] ---> 7d9c81d42855 [2022-10-25T02:54:27.563Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:54:27.563Z] ---> Using cache [2022-10-25T02:54:27.563Z] ---> 840636b37847 [2022-10-25T02:54:27.563Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-10-25T02:54:27.563Z] ---> Running in f711e1ebb6fc [2022-10-25T02:54:27.563Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:54:27.563Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:54:27.831Z] v3.15.6-132-g5395cf24cd [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-10-25T02:54:27.832Z] v3.15.6-126-g6c8d9def05 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-10-25T02:54:27.832Z] OK: 15734 distinct packages available [2022-10-25T02:54:28.096Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:54:29.500Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:54:31.443Z] (1/9) Installing ca-certificates (20220614-r0) [2022-10-25T02:54:31.443Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-10-25T02:54:31.709Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-10-25T02:54:31.709Z] (4/9) Installing libcurl (7.80.0-r3) [2022-10-25T02:54:31.975Z] (5/9) Installing curl (7.80.0-r3) [2022-10-25T02:54:31.975Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-10-25T02:54:31.975Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-10-25T02:54:32.241Z] (8/9) Installing libucontext (1.1-r0) [2022-10-25T02:54:32.241Z] (9/9) Installing gcompat (1.0.0-r4) [2022-10-25T02:54:32.241Z] Executing busybox-1.34.1-r7.trigger [2022-10-25T02:54:32.507Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T02:54:32.774Z] OK: 8 MiB in 23 packages [2022-10-25T02:54:38.119Z] Removing intermediate container f711e1ebb6fc [2022-10-25T02:54:38.119Z] ---> e3b0d5768adb [2022-10-25T02:54:38.119Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T02:54:39.526Z] ---> 591c50695b6f [2022-10-25T02:54:39.526Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-10-25T02:54:43.778Z] ---> cca1e0becf23 [2022-10-25T02:54:43.778Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-10-25T02:54:45.185Z] ---> b69c6c2b42b1 [2022-10-25T02:54:45.185Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-10-25T02:54:45.186Z] ---> Running in 43c219704067 [2022-10-25T02:54:46.149Z] Removing intermediate container 43c219704067 [2022-10-25T02:54:46.149Z] ---> 7290edd54e2d [2022-10-25T02:54:46.149Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T02:54:46.149Z] ---> Running in 216c6ea01afd [2022-10-25T02:54:46.418Z] Removing intermediate container b9cb824e712d [2022-10-25T02:54:46.418Z] ---> c9d60cdd35b3 [2022-10-25T02:54:46.418Z] [2022-10-25T02:54:46.418Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T02:54:46.418Z] ---> a6215f271958 [2022-10-25T02:54:46.418Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2022-10-25T02:54:46.686Z] ---> Running in b0ff08e2d8d4 [2022-10-25T02:54:46.957Z] Removing intermediate container 216c6ea01afd [2022-10-25T02:54:46.957Z] ---> ca651b96806b [2022-10-25T02:54:46.957Z] Step 18/20 : LABEL arch=arm64 [2022-10-25T02:54:47.223Z] ---> Running in 4fb1559017de [2022-10-25T02:54:48.185Z] Removing intermediate container 4fb1559017de [2022-10-25T02:54:48.185Z] ---> cd34cb4753cb [2022-10-25T02:54:48.185Z] Step 19/20 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:54:48.450Z] ---> Running in af083b199407 [2022-10-25T02:54:49.405Z] Removing intermediate container af083b199407 [2022-10-25T02:54:49.405Z] ---> e3effadecf47 [2022-10-25T02:54:49.405Z] Step 20/20 : LABEL version=0.0.0 [2022-10-25T02:54:49.405Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:54:49.405Z] ---> Running in 6a65cf503a96 [2022-10-25T02:54:49.405Z] Removing intermediate container a98f2bd8b0fd [2022-10-25T02:54:49.405Z] ---> 4f404db15b74 [2022-10-25T02:54:49.405Z] Step 9/23 : COPY . . [2022-10-25T02:54:49.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:54:50.661Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-10-25T02:54:50.661Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T02:54:50.661Z] OK: 5 MiB in 15 packages [2022-10-25T02:54:51.242Z] Removing intermediate container 6a65cf503a96 [2022-10-25T02:54:51.242Z] ---> 70af87d7a639 [2022-10-25T02:54:51.242Z] [2022-10-25T02:54:52.204Z] Successfully built 70af87d7a639 [2022-10-25T02:54:52.204Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-10-25T02:54:52.204Z]  Building security-spiffe-token-provider ... done Building security-spire-server [2022-10-25T02:54:52.784Z] Removing intermediate container b0ff08e2d8d4 [2022-10-25T02:54:52.784Z] ---> 3f4d4f21302b [2022-10-25T02:54:52.784Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T02:54:53.050Z] ---> Running in 3b06eedaa4f1 [2022-10-25T02:54:53.639Z] Removing intermediate container 3b06eedaa4f1 [2022-10-25T02:54:53.639Z] ---> cd2e0ea0d12b [2022-10-25T02:54:53.639Z] Step 14/24 : ENV APP_PORT=59882 [2022-10-25T02:54:53.904Z] ---> Running in c569a0b75a24 [2022-10-25T02:54:54.484Z] Removing intermediate container c569a0b75a24 [2022-10-25T02:54:54.484Z] ---> 67d8c7665670 [2022-10-25T02:54:54.484Z] Step 15/24 : EXPOSE $APP_PORT [2022-10-25T02:54:54.756Z] ---> Running in 3fbf5ae100e5 [2022-10-25T02:54:55.358Z] Removing intermediate container 3fbf5ae100e5 [2022-10-25T02:54:55.625Z] ---> 103bb75985ed [2022-10-25T02:54:55.625Z] Step 16/24 : WORKDIR / [2022-10-25T02:54:55.625Z] ---> Running in 28fa51be36af [2022-10-25T02:54:56.594Z] Removing intermediate container 28fa51be36af [2022-10-25T02:54:56.594Z] ---> a5ce0c7f4208 [2022-10-25T02:54:56.594Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T02:54:58.007Z] ---> d9b5f11c2cb0 [2022-10-25T02:54:58.007Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-10-25T02:55:01.347Z] ---> 80763d56b2b2 [2022-10-25T02:55:01.347Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-10-25T02:55:02.314Z] ---> c5115610dd0e [2022-10-25T02:55:02.314Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2022-10-25T02:55:02.581Z] ---> Running in c3842345e750 [2022-10-25T02:55:03.540Z] Removing intermediate container c3842345e750 [2022-10-25T02:55:03.540Z] ---> b0710a8cf7ee [2022-10-25T02:55:03.540Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T02:55:03.540Z] ---> Running in 5c3e2add82e5 [2022-10-25T02:55:04.501Z] Removing intermediate container 5c3e2add82e5 [2022-10-25T02:55:04.501Z] ---> 78cc22ccef4c [2022-10-25T02:55:04.501Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T02:55:04.771Z] ---> Running in 3345fae28416 [2022-10-25T02:55:05.360Z] Removing intermediate container 3345fae28416 [2022-10-25T02:55:05.360Z] ---> c65fa29f8f62 [2022-10-25T02:55:05.360Z] Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:55:05.628Z] ---> Running in 297ef346e6f9 [2022-10-25T02:55:06.589Z] Removing intermediate container 297ef346e6f9 [2022-10-25T02:55:06.589Z] ---> 951d8078ad49 [2022-10-25T02:55:06.589Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T02:55:06.855Z] ---> Running in 32ed7b00b22b [2022-10-25T02:55:07.811Z] Removing intermediate container 32ed7b00b22b [2022-10-25T02:55:07.811Z] ---> 1405a543edc6 [2022-10-25T02:55:07.811Z] [2022-10-25T02:55:08.391Z] Successfully built 1405a543edc6 [2022-10-25T02:55:08.391Z] Successfully tagged core-command-arm64:latest [2022-10-25T02:55:08.391Z]  Building core-command ... done Building core-metadata [2022-10-25T02:55:10.964Z] ---> 999bd9731276 [2022-10-25T02:55:10.964Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2022-10-25T02:55:11.544Z] ---> Running in c69c2a8b54cc [2022-10-25T02:55:13.477Z] 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-25T02:55:13.745Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:55:13.745Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:55:13.745Z] ---> ab22f6c0bc92 [2022-10-25T02:55:13.745Z] Step 3/25 : WORKDIR /edgex-go [2022-10-25T02:55:13.745Z] ---> Using cache [2022-10-25T02:55:13.745Z] ---> d0a3633ddf1c [2022-10-25T02:55:13.745Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:55:13.745Z] ---> Using cache [2022-10-25T02:55:13.745Z] ---> cc56fe3c4915 [2022-10-25T02:55:13.745Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-10-25T02:55:13.745Z] ---> Using cache [2022-10-25T02:55:13.745Z] ---> aa9b5eb99edb [2022-10-25T02:55:13.745Z] Step 6/25 : COPY go.mod vendor* ./ [2022-10-25T02:55:13.745Z] ---> Using cache [2022-10-25T02:55:13.745Z] ---> 96b73d630da4 [2022-10-25T02:55:13.745Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:55:13.745Z] ---> Using cache [2022-10-25T02:55:13.745Z] ---> 11930ef7dcf7 [2022-10-25T02:55:13.745Z] Step 8/25 : COPY . . [2022-10-25T02:55:14.011Z] ---> Using cache [2022-10-25T02:55:14.011Z] ---> 4a53c88af31e [2022-10-25T02:55:14.011Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-10-25T02:55:14.011Z] ---> Using cache [2022-10-25T02:55:14.011Z] ---> 49cf0319debe [2022-10-25T02:55:14.011Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-10-25T02:55:14.011Z] ---> Using cache [2022-10-25T02:55:14.011Z] ---> 8c8c3b294948 [2022-10-25T02:55:14.011Z] 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-25T02:55:14.595Z] ---> Running in 7ee175ea2237 [2022-10-25T02:55:18.839Z] Removing intermediate container 7ee175ea2237 [2022-10-25T02:55:18.839Z] ---> 8978634d5d2b [2022-10-25T02:55:18.839Z] Step 12/25 : WORKDIR /edgex-go [2022-10-25T02:55:18.839Z] ---> Running in b723cb41155d [2022-10-25T02:55:19.796Z] Removing intermediate container b723cb41155d [2022-10-25T02:55:19.796Z] ---> 9fdc99466863 [2022-10-25T02:55:19.796Z] [2022-10-25T02:55:19.796Z] Step 13/25 : FROM alpine:3.15 [2022-10-25T02:55:19.796Z] ---> 02e0d6fdf486 [2022-10-25T02:55:19.796Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T02:55:19.796Z] ---> Using cache [2022-10-25T02:55:19.796Z] ---> 7d9c81d42855 [2022-10-25T02:55:19.796Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:55:19.796Z] ---> Using cache [2022-10-25T02:55:19.796Z] ---> 840636b37847 [2022-10-25T02:55:19.796Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-10-25T02:55:19.796Z] ---> Using cache [2022-10-25T02:55:19.796Z] ---> 8cf8983b0bf8 [2022-10-25T02:55:19.796Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-10-25T02:55:21.731Z] Removing intermediate container 126a35b0beab [2022-10-25T02:55:21.731Z] ---> a27c7e65d1a1 [2022-10-25T02:55:21.731Z] [2022-10-25T02:55:21.731Z] Step 10/33 : FROM alpine:3.16 [2022-10-25T02:55:21.731Z] ---> a6215f271958 [2022-10-25T02:55:21.731Z] Step 11/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-10-25T02:55:21.996Z] ---> Running in 7b58a5882ba4 [2022-10-25T02:55:22.576Z] Removing intermediate container 7b58a5882ba4 [2022-10-25T02:55:22.577Z] ---> dd64ed08df25 [2022-10-25T02:55:22.577Z] Step 12/33 : RUN apk add --update --no-cache dumb-init su-exec [2022-10-25T02:55:22.842Z] ---> Running in 6c915cdd599f [2022-10-25T02:55:24.791Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:55:25.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:55:26.777Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-10-25T02:55:26.777Z] (2/2) Installing su-exec (0.2-r1) [2022-10-25T02:55:26.777Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T02:55:26.777Z] OK: 5 MiB in 16 packages [2022-10-25T02:55:28.720Z] Removing intermediate container 6c915cdd599f [2022-10-25T02:55:28.720Z] ---> f8c3349410d1 [2022-10-25T02:55:28.720Z] Step 13/33 : ENV SECURITY_INIT_DIR /edgex-init [2022-10-25T02:55:28.990Z] ---> Running in 260b1242bd43 [2022-10-25T02:55:28.990Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:55:28.990Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:55:28.990Z] ---> ab22f6c0bc92 [2022-10-25T02:55:28.990Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2022-10-25T02:55:28.990Z] ---> Using cache [2022-10-25T02:55:28.990Z] ---> 877d64fd508a [2022-10-25T02:55:28.990Z] Step 4/25 : WORKDIR /edgex-go [2022-10-25T02:55:28.990Z] ---> Using cache [2022-10-25T02:55:28.990Z] ---> e7731d5b73b3 [2022-10-25T02:55:28.990Z] Step 5/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:55:28.990Z] ---> Using cache [2022-10-25T02:55:28.990Z] ---> 2810580d6295 [2022-10-25T02:55:28.991Z] Step 6/25 : RUN apk add --update --no-cache make git [2022-10-25T02:55:28.991Z] ---> Using cache [2022-10-25T02:55:28.991Z] ---> 60f42cf434c3 [2022-10-25T02:55:28.991Z] Step 7/25 : COPY go.mod vendor* ./ [2022-10-25T02:55:28.991Z] ---> Using cache [2022-10-25T02:55:28.991Z] ---> 8127013e66ea [2022-10-25T02:55:28.991Z] Step 8/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:55:28.991Z] ---> Using cache [2022-10-25T02:55:28.991Z] ---> 884c8ee22527 [2022-10-25T02:55:28.991Z] Step 9/25 : COPY . . [2022-10-25T02:55:29.257Z] ---> Using cache [2022-10-25T02:55:29.257Z] ---> 024ac44bfbfc [2022-10-25T02:55:29.257Z] Step 10/25 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2022-10-25T02:55:29.529Z] ---> Running in beb36a6c0514 [2022-10-25T02:55:29.802Z] Removing intermediate container 260b1242bd43 [2022-10-25T02:55:29.802Z] ---> 687c62775529 [2022-10-25T02:55:29.803Z] Step 14/33 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-10-25T02:55:30.068Z] ---> Running in 57696f13b35b [2022-10-25T02:55:30.652Z] ---> 89d275e00542 [2022-10-25T02:55:30.652Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-10-25T02:55:30.652Z] Removing intermediate container 57696f13b35b [2022-10-25T02:55:30.652Z] ---> e64c545cd607 [2022-10-25T02:55:30.652Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-10-25T02:55:30.929Z] ---> Running in 0233c5a41f80 [2022-10-25T02:55:31.516Z] Removing intermediate container 0233c5a41f80 [2022-10-25T02:55:31.516Z] ---> 4602cd0f2cbe [2022-10-25T02:55:31.516Z] Step 16/33 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2022-10-25T02:55:31.790Z] ---> Running in 8ece5540fa79 [2022-10-25T02:55:31.790Z] 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-25T02:55:32.058Z] ---> 905577093629 [2022-10-25T02:55:32.058Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-10-25T02:55:32.340Z] Removing intermediate container 8ece5540fa79 [2022-10-25T02:55:32.340Z] ---> ab77ffba162f [2022-10-25T02:55:32.340Z] Step 17/33 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2022-10-25T02:55:32.610Z] ---> Running in bc431b6c240f [2022-10-25T02:55:33.571Z] ---> 5067fe402bb2 [2022-10-25T02:55:33.571Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-10-25T02:55:34.989Z] ---> 5fe577fdcc96 [2022-10-25T02:55:34.989Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-10-25T02:55:34.989Z] ---> Running in fae89497b0f9 [2022-10-25T02:55:35.711Z] Removing intermediate container fae89497b0f9 [2022-10-25T02:55:35.711Z] ---> 92777ba609cf [2022-10-25T02:55:35.711Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-10-25T02:55:35.711Z] ---> Running in f9b3400c7b2c [2022-10-25T02:55:36.020Z] Removing intermediate container bc431b6c240f [2022-10-25T02:55:36.020Z] ---> f8dda0829a79 [2022-10-25T02:55:36.020Z] Step 18/33 : WORKDIR ${SECURITY_INIT_STAGING} [2022-10-25T02:55:36.326Z] ---> Running in 0ca038ec10a5 [2022-10-25T02:55:36.613Z] Removing intermediate container f9b3400c7b2c [2022-10-25T02:55:36.614Z] ---> ac01d8d033fa [2022-10-25T02:55:36.614Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T02:55:36.614Z] ---> Running in d49febe81400 [2022-10-25T02:55:37.234Z] Removing intermediate container 0ca038ec10a5 [2022-10-25T02:55:37.234Z] ---> b7bc840b6eff [2022-10-25T02:55:37.234Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-10-25T02:55:37.234Z] Removing intermediate container d49febe81400 [2022-10-25T02:55:37.234Z] ---> c4ca78e69f69 [2022-10-25T02:55:37.234Z] Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:55:37.552Z] ---> Running in 64a8e1d43b8f [2022-10-25T02:55:38.217Z] Removing intermediate container 64a8e1d43b8f [2022-10-25T02:55:38.217Z] ---> 141ca693db9b [2022-10-25T02:55:38.217Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T02:55:38.217Z] ---> Running in 66bd9981b7a6 [2022-10-25T02:55:38.870Z] ---> 701a92da4993 [2022-10-25T02:55:38.870Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-10-25T02:55:38.870Z] ---> Running in af637b7ee494 [2022-10-25T02:55:39.151Z] Removing intermediate container 66bd9981b7a6 [2022-10-25T02:55:39.151Z] ---> f938fd0398ee [2022-10-25T02:55:39.152Z] [2022-10-25T02:55:39.740Z] Successfully built f938fd0398ee [2022-10-25T02:55:39.740Z] Successfully tagged security-spire-server-arm64:latest [2022-10-25T02:55:39.740Z]  Building security-spire-server ... done Building security-proxy-setup [2022-10-25T02:55:42.332Z] Removing intermediate container af637b7ee494 [2022-10-25T02:55:42.332Z] ---> 7b6942cd0079 [2022-10-25T02:55:42.332Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T02:55:43.300Z] ---> 754da7611073 [2022-10-25T02:55:43.300Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-10-25T02:55:45.248Z] ---> c10ce128975e [2022-10-25T02:55:45.248Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-10-25T02:55:46.236Z] ---> c8d74db684e9 [2022-10-25T02:55:46.236Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-10-25T02:55:47.206Z] ---> 165289479a50 [2022-10-25T02:55:47.206Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2022-10-25T02:55:48.630Z] ---> 919f2870cd4e [2022-10-25T02:55:48.630Z] Step 26/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-10-25T02:55:50.056Z] ---> 1eb342490071 [2022-10-25T02:55:50.056Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-10-25T02:55:52.655Z] ---> ba2a46210753 [2022-10-25T02:55:52.655Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2022-10-25T02:55:52.655Z] ---> Running in 72b66daf58f6 [2022-10-25T02:55:56.941Z] Removing intermediate container 72b66daf58f6 [2022-10-25T02:55:56.941Z] ---> ed3c565704d9 [2022-10-25T02:55:56.941Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2022-10-25T02:55:57.212Z] ---> Running in dd31caee8725 [2022-10-25T02:55:58.184Z] Removing intermediate container dd31caee8725 [2022-10-25T02:55:58.184Z] ---> 4598b0cabb7d [2022-10-25T02:55:58.184Z] Step 30/33 : CMD ["gate"] [2022-10-25T02:55:58.455Z] ---> Running in c16d1f6d293b [2022-10-25T02:55:59.062Z] Removing intermediate container c16d1f6d293b [2022-10-25T02:55:59.062Z] ---> bf4fcf39e5f1 [2022-10-25T02:55:59.062Z] Step 31/33 : LABEL arch=arm64 [2022-10-25T02:55:59.648Z] ---> Running in bc5dce8eda2d [2022-10-25T02:56:00.240Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:56:00.240Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:56:00.240Z] ---> ab22f6c0bc92 [2022-10-25T02:56:00.240Z] Step 3/22 : WORKDIR /edgex-go [2022-10-25T02:56:00.240Z] ---> Using cache [2022-10-25T02:56:00.240Z] ---> d0a3633ddf1c [2022-10-25T02:56:00.240Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:56:00.240Z] ---> Using cache [2022-10-25T02:56:00.240Z] ---> cc56fe3c4915 [2022-10-25T02:56:00.240Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-10-25T02:56:00.240Z] ---> Using cache [2022-10-25T02:56:00.240Z] ---> 578b16e09076 [2022-10-25T02:56:00.240Z] Step 6/22 : COPY go.mod vendor* ./ [2022-10-25T02:56:00.240Z] ---> Using cache [2022-10-25T02:56:00.240Z] ---> 8192e2f8527f [2022-10-25T02:56:00.240Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:56:00.240Z] ---> Using cache [2022-10-25T02:56:00.240Z] ---> 2ba592c39381 [2022-10-25T02:56:00.240Z] Step 8/22 : COPY . . [2022-10-25T02:56:00.508Z] ---> Using cache [2022-10-25T02:56:00.508Z] ---> c1c29b7606b8 [2022-10-25T02:56:00.508Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-10-25T02:56:00.508Z] Removing intermediate container bc5dce8eda2d [2022-10-25T02:56:00.508Z] ---> 552fbcdb3791 [2022-10-25T02:56:00.508Z] Step 32/33 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:56:00.779Z] ---> Running in b32906155e8c [2022-10-25T02:56:00.779Z] ---> Running in 1f0a8c59d007 [2022-10-25T02:56:01.744Z] Removing intermediate container 1f0a8c59d007 [2022-10-25T02:56:01.744Z] ---> 34582600762f [2022-10-25T02:56:01.744Z] Step 33/33 : LABEL version=0.0.0 [2022-10-25T02:56:02.012Z] ---> Running in 20f03dde37bd [2022-10-25T02:56:03.424Z] Removing intermediate container 20f03dde37bd [2022-10-25T02:56:03.424Z] ---> 1ded6ad658ac [2022-10-25T02:56:03.424Z] [2022-10-25T02:56:03.424Z] 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-25T02:56:03.694Z] Successfully built 1ded6ad658ac [2022-10-25T02:56:03.694Z] Successfully tagged security-bootstrapper-arm64:latest [2022-10-25T02:56:03.694Z] Building sys-mgmt-agent [2022-10-25T02:56:07.123Z]  Building security-bootstrapper ... done Removing intermediate container 2777d563e9e3 [2022-10-25T02:56:07.123Z] ---> 5881b3df3100 [2022-10-25T02:56:07.123Z] [2022-10-25T02:56:07.123Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T02:56:07.123Z] ---> a6215f271958 [2022-10-25T02:56:07.123Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-10-25T02:56:07.123Z] ---> Using cache [2022-10-25T02:56:07.123Z] ---> 3f4d4f21302b [2022-10-25T02:56:07.123Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T02:56:07.123Z] ---> Using cache [2022-10-25T02:56:07.123Z] ---> cd2e0ea0d12b [2022-10-25T02:56:07.123Z] Step 14/23 : ENV APP_PORT=59861 [2022-10-25T02:56:07.396Z] ---> Running in 791db1171694 [2022-10-25T02:56:07.990Z] Removing intermediate container 791db1171694 [2022-10-25T02:56:07.990Z] ---> 8ba4496b85b0 [2022-10-25T02:56:07.990Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T02:56:07.990Z] ---> Running in 13db976a5bf4 [2022-10-25T02:56:08.592Z] Removing intermediate container 13db976a5bf4 [2022-10-25T02:56:08.592Z] ---> a6a4cb016ce5 [2022-10-25T02:56:08.592Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T02:56:09.561Z] ---> 4797fc6456a6 [2022-10-25T02:56:09.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-10-25T02:56:12.926Z] ---> 039d8bf2fb72 [2022-10-25T02:56:12.926Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-10-25T02:56:13.899Z] ---> ce45c64ed5ce [2022-10-25T02:56:13.899Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-10-25T02:56:13.899Z] ---> Running in 5b55dbc43263 [2022-10-25T02:56:14.868Z] Removing intermediate container 5b55dbc43263 [2022-10-25T02:56:14.868Z] ---> 6c21b4e4c7ca [2022-10-25T02:56:14.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T02:56:14.868Z] ---> Running in 82e4f84ce595 [2022-10-25T02:56:15.461Z] Removing intermediate container 82e4f84ce595 [2022-10-25T02:56:15.461Z] ---> 164a2b0bd49c [2022-10-25T02:56:15.461Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T02:56:15.729Z] ---> Running in aa925d5ed66a [2022-10-25T02:56:16.316Z] Removing intermediate container aa925d5ed66a [2022-10-25T02:56:16.316Z] ---> 94a02b33332b [2022-10-25T02:56:16.316Z] Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T02:56:16.585Z] ---> Running in b3fe2326fe42 [2022-10-25T02:56:17.179Z] Removing intermediate container b3fe2326fe42 [2022-10-25T02:56:17.179Z] ---> 1be36c6ea1e7 [2022-10-25T02:56:17.179Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T02:56:17.447Z] ---> Running in ec48c0d36b9d [2022-10-25T02:56:18.044Z] Removing intermediate container ec48c0d36b9d [2022-10-25T02:56:18.044Z] ---> 4b774d63049a [2022-10-25T02:56:18.044Z] [2022-10-25T02:56:18.313Z] Successfully built 4b774d63049a [2022-10-25T02:56:18.583Z] Successfully tagged support-scheduler-arm64:latest [2022-10-25T02:56:18.583Z]  Building support-scheduler ... done Building core-data [2022-10-25T02:56:22.853Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:56:22.853Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:56:22.853Z] ---> ab22f6c0bc92 [2022-10-25T02:56:22.853Z] Step 3/23 : WORKDIR /edgex-go [2022-10-25T02:56:22.853Z] ---> Using cache [2022-10-25T02:56:22.853Z] ---> d0a3633ddf1c [2022-10-25T02:56:22.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:56:22.853Z] ---> Using cache [2022-10-25T02:56:22.853Z] ---> cc56fe3c4915 [2022-10-25T02:56:22.853Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-10-25T02:56:22.853Z] ---> Running in 182c127cb53d [2022-10-25T02:56:24.809Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:56:25.769Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:56:26.735Z] OK: 221 MiB in 51 packages [2022-10-25T02:56:28.696Z] Removing intermediate container 182c127cb53d [2022-10-25T02:56:28.696Z] ---> f4a83eead669 [2022-10-25T02:56:28.696Z] Step 6/23 : COPY go.mod vendor* ./ [2022-10-25T02:56:30.121Z] ---> b0e832894ef5 [2022-10-25T02:56:30.121Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:56:30.121Z] ---> Running in c4c935fcd575 [2022-10-25T02:56:40.232Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-10-25T02:56:40.232Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-10-25T02:56:40.232Z] ---> ab22f6c0bc92 [2022-10-25T02:56:40.232Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2022-10-25T02:56:40.232Z] ---> Using cache [2022-10-25T02:56:40.232Z] ---> 877d64fd508a [2022-10-25T02:56:40.232Z] Step 4/24 : WORKDIR /edgex-go [2022-10-25T02:56:40.232Z] ---> Using cache [2022-10-25T02:56:40.232Z] ---> e7731d5b73b3 [2022-10-25T02:56:40.232Z] Step 5/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T02:56:40.233Z] ---> Using cache [2022-10-25T02:56:40.233Z] ---> 2810580d6295 [2022-10-25T02:56:40.233Z] Step 6/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-10-25T02:56:40.233Z] ---> Running in 5e608693d28f [2022-10-25T02:56:41.652Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T02:56:42.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T02:56:44.029Z] OK: 221 MiB in 51 packages [2022-10-25T02:56:45.980Z] Removing intermediate container 5e608693d28f [2022-10-25T02:56:45.980Z] ---> 691455d6c715 [2022-10-25T02:56:45.980Z] Step 7/24 : COPY go.mod vendor* ./ [2022-10-25T02:56:46.565Z] ---> 563cb7db94ad [2022-10-25T02:56:46.565Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-10-25T02:56:46.565Z] ---> Running in 4d96e6efb65c [2022-10-25T02:57:54.483Z] Removing intermediate container c4c935fcd575 [2022-10-25T02:57:54.483Z] ---> de58351d00c6 [2022-10-25T02:57:54.483Z] Step 8/23 : COPY . . [2022-10-25T02:58:12.734Z] ---> 1e10953e72af [2022-10-25T02:58:12.734Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-10-25T02:58:12.734Z] ---> Running in 026b97cb0739 [2022-10-25T02:58:12.734Z] 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-25T02:58:13.002Z] Removing intermediate container 4d96e6efb65c [2022-10-25T02:58:13.002Z] ---> 21346a557558 [2022-10-25T02:58:13.002Z] Step 9/24 : COPY . . [2022-10-25T02:58:28.045Z] ---> ee3b860877ee [2022-10-25T02:58:28.045Z] Step 10/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2022-10-25T02:58:28.045Z] ---> Running in 333026abf230 [2022-10-25T02:58:28.045Z] 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-25T03:01:34.829Z] 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-25T03:01:49.861Z] Removing intermediate container b32906155e8c [2022-10-25T03:01:49.861Z] ---> 389cf5ef17ad [2022-10-25T03:01:49.861Z] [2022-10-25T03:01:49.861Z] Step 10/22 : FROM alpine:3.16 [2022-10-25T03:01:49.861Z] ---> a6215f271958 [2022-10-25T03:01:49.862Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-10-25T03:01:49.862Z] ---> Running in cde5d139ca69 [2022-10-25T03:01:50.449Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:01:50.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:01:52.132Z] (1/6) Installing ca-certificates (20220614-r0) [2022-10-25T03:01:52.402Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-10-25T03:01:52.402Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T03:01:52.402Z] (4/6) Installing libcurl (7.83.1-r3) [2022-10-25T03:01:52.402Z] (5/6) Installing curl (7.83.1-r3) [2022-10-25T03:01:52.402Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-10-25T03:01:52.402Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T03:01:52.402Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T03:01:52.989Z] OK: 8 MiB in 20 packages [2022-10-25T03:01:54.937Z] Removing intermediate container cde5d139ca69 [2022-10-25T03:01:54.937Z] ---> 74306f3b8b6f [2022-10-25T03:01:54.937Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-10-25T03:01:54.937Z] ---> Running in ccde40cd2de6 [2022-10-25T03:01:55.526Z] Removing intermediate container ccde40cd2de6 [2022-10-25T03:01:55.526Z] ---> c33a47e73de3 [2022-10-25T03:01:55.526Z] Step 13/22 : WORKDIR /edgex [2022-10-25T03:01:55.526Z] ---> Running in 5a81e19659e6 [2022-10-25T03:01:56.110Z] Removing intermediate container 5a81e19659e6 [2022-10-25T03:01:56.110Z] ---> 7f1ed803910a [2022-10-25T03:01:56.110Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-10-25T03:01:57.075Z] ---> adddad0069fc [2022-10-25T03:01:57.075Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-10-25T03:01:58.491Z] ---> 6a16fb79782e [2022-10-25T03:01:58.491Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-10-25T03:01:59.909Z] ---> 131fc8a1ce4c [2022-10-25T03:01:59.909Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-10-25T03:02:01.328Z] ---> 683ae0eca210 [2022-10-25T03:02:01.328Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-10-25T03:02:01.328Z] ---> Running in 2274ab081b21 [2022-10-25T03:02:04.695Z] Removing intermediate container 2274ab081b21 [2022-10-25T03:02:04.695Z] ---> e14be9ff994e [2022-10-25T03:02:04.695Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-10-25T03:02:04.695Z] ---> Running in 89606d4c467e [2022-10-25T03:02:04.965Z] Removing intermediate container 89606d4c467e [2022-10-25T03:02:04.965Z] ---> 8b7a89ebf390 [2022-10-25T03:02:04.965Z] Step 20/22 : LABEL arch=arm64 [2022-10-25T03:02:05.232Z] ---> Running in 254d1010fff9 [2022-10-25T03:02:05.816Z] Removing intermediate container 254d1010fff9 [2022-10-25T03:02:05.816Z] ---> 31d11f91bc0a [2022-10-25T03:02:05.816Z] Step 21/22 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T03:02:05.816Z] ---> Running in b5a8d3c3d16c [2022-10-25T03:02:06.781Z] Removing intermediate container b5a8d3c3d16c [2022-10-25T03:02:06.781Z] ---> 7053055c4fe3 [2022-10-25T03:02:06.781Z] Step 22/22 : LABEL version=0.0.0 [2022-10-25T03:02:07.051Z] ---> Running in de43e580d725 [2022-10-25T03:02:08.008Z] Removing intermediate container de43e580d725 [2022-10-25T03:02:08.008Z] ---> de0387dbdf8d [2022-10-25T03:02:08.008Z] [2022-10-25T03:02:08.396Z] Successfully built de0387dbdf8d [2022-10-25T03:02:08.396Z] Successfully tagged security-proxy-setup-arm64:latest [2022-10-25T03:02:15.299Z]  Building security-proxy-setup ... done Removing intermediate container beb36a6c0514 [2022-10-25T03:02:15.299Z] ---> e5aca7e1c18b [2022-10-25T03:02:15.299Z] [2022-10-25T03:02:15.299Z] Step 11/25 : FROM alpine:3.16 [2022-10-25T03:02:15.299Z] ---> a6215f271958 [2022-10-25T03:02:15.299Z] Step 12/25 : RUN apk add --update --no-cache dumb-init [2022-10-25T03:02:15.299Z] ---> Using cache [2022-10-25T03:02:15.299Z] ---> 3f4d4f21302b [2022-10-25T03:02:15.299Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T03:02:15.299Z] ---> Using cache [2022-10-25T03:02:15.299Z] ---> cd2e0ea0d12b [2022-10-25T03:02:15.299Z] Step 14/25 : ENV APP_PORT=59881 [2022-10-25T03:02:15.299Z] ---> Running in 9a6b391bee07 [2022-10-25T03:02:15.299Z] Removing intermediate container 9a6b391bee07 [2022-10-25T03:02:15.299Z] ---> 7af4364d4e3c [2022-10-25T03:02:15.299Z] Step 15/25 : EXPOSE $APP_PORT [2022-10-25T03:02:15.299Z] ---> Running in 8820286fe199 [2022-10-25T03:02:15.299Z] Removing intermediate container 8820286fe199 [2022-10-25T03:02:15.299Z] ---> 534022b49896 [2022-10-25T03:02:15.299Z] Step 16/25 : WORKDIR / [2022-10-25T03:02:15.571Z] ---> Running in 1ee231518414 [2022-10-25T03:02:15.874Z] Removing intermediate container 1ee231518414 [2022-10-25T03:02:15.874Z] ---> 4b1317d26c47 [2022-10-25T03:02:15.874Z] Step 17/25 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T03:02:16.855Z] ---> 2201d0a6cf2a [2022-10-25T03:02:16.855Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-10-25T03:02:18.810Z] ---> cb704798c03e [2022-10-25T03:02:18.810Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-10-25T03:02:19.773Z] ---> affdc8228a2b [2022-10-25T03:02:19.773Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2022-10-25T03:02:20.741Z] ---> 37e3fa789409 [2022-10-25T03:02:20.742Z] Step 21/25 : ENTRYPOINT ["/core-metadata"] [2022-10-25T03:02:20.742Z] ---> Running in b997ec2da51f [2022-10-25T03:02:21.332Z] Removing intermediate container b997ec2da51f [2022-10-25T03:02:21.332Z] ---> 101dd6c372ce [2022-10-25T03:02:21.332Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T03:02:21.332Z] ---> Running in 0919b0a9e536 [2022-10-25T03:02:21.919Z] Removing intermediate container 0919b0a9e536 [2022-10-25T03:02:21.919Z] ---> 61c83fba4c3f [2022-10-25T03:02:21.919Z] Step 23/25 : LABEL arch=arm64 [2022-10-25T03:02:21.919Z] ---> Running in 00b5204638f0 [2022-10-25T03:02:22.507Z] Removing intermediate container 00b5204638f0 [2022-10-25T03:02:22.507Z] ---> 6d04a8ec5e76 [2022-10-25T03:02:22.507Z] Step 24/25 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T03:02:22.776Z] ---> Running in 3a81bc6eb342 [2022-10-25T03:02:23.364Z] Removing intermediate container 3a81bc6eb342 [2022-10-25T03:02:23.364Z] ---> c89db5d9b2cd [2022-10-25T03:02:23.364Z] Step 25/25 : LABEL version=0.0.0 [2022-10-25T03:02:23.364Z] ---> Running in 5296536461f6 [2022-10-25T03:02:23.952Z] Removing intermediate container 5296536461f6 [2022-10-25T03:02:23.952Z] ---> 8a62b1d17729 [2022-10-25T03:02:23.952Z] [2022-10-25T03:02:24.223Z] Successfully built 8a62b1d17729 [2022-10-25T03:02:24.223Z] Successfully tagged core-metadata-arm64:latest [2022-10-25T03:03:20.649Z]  Building core-metadata ... done Removing intermediate container 026b97cb0739 [2022-10-25T03:03:20.649Z] ---> 9256c2e2d2f9 [2022-10-25T03:03:20.649Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-10-25T03:03:20.649Z] ---> Running in 4a8c059e9dac [2022-10-25T03:03:20.649Z] 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-25T03:03:22.064Z] Removing intermediate container 4a8c059e9dac [2022-10-25T03:03:22.064Z] ---> 5075daf2b0b5 [2022-10-25T03:03:22.064Z] [2022-10-25T03:03:22.064Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T03:03:22.064Z] ---> a6215f271958 [2022-10-25T03:03:22.064Z] 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-25T03:03:22.064Z] ---> Running in e1c3f7cdad5e [2022-10-25T03:03:22.648Z] Removing intermediate container e1c3f7cdad5e [2022-10-25T03:03:22.648Z] ---> 761f64079f01 [2022-10-25T03:03:22.648Z] 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-25T03:03:22.648Z] ---> Running in 713f118c0055 [2022-10-25T03:03:24.064Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:03:24.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:03:25.613Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-10-25T03:03:25.613Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-10-25T03:03:25.880Z] (3/33) Installing readline (8.1.2-r0) [2022-10-25T03:03:25.880Z] (4/33) Installing bash (5.1.16-r2) [2022-10-25T03:03:25.880Z] Executing bash-5.1.16-r2.post-install [2022-10-25T03:03:25.880Z] (5/33) Installing ca-certificates (20220614-r0) [2022-10-25T03:03:25.880Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-10-25T03:03:25.880Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-10-25T03:03:25.880Z] (8/33) Installing libcurl (7.83.1-r3) [2022-10-25T03:03:26.148Z] (9/33) Installing curl (7.83.1-r3) [2022-10-25T03:03:26.148Z] (10/33) Installing docker-cli (20.10.20-r0) [2022-10-25T03:03:27.136Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-10-25T03:03:27.136Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-10-25T03:03:27.136Z] (13/33) Installing expat (2.4.9-r0) [2022-10-25T03:03:27.136Z] (14/33) Installing libffi (3.4.2-r1) [2022-10-25T03:03:27.136Z] (15/33) Installing gdbm (1.23-r0) [2022-10-25T03:03:27.136Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-10-25T03:03:27.136Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T03:03:27.136Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T03:03:27.136Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-10-25T03:03:27.136Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-10-25T03:03:27.136Z] (21/33) Installing python3 (3.10.5-r0) [2022-10-25T03:03:29.720Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-10-25T03:03:29.720Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-10-25T03:03:29.720Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-10-25T03:03:29.720Z] (25/33) Installing py3-six (1.16.0-r1) [2022-10-25T03:03:29.720Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-10-25T03:03:29.720Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-10-25T03:03:29.720Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-10-25T03:03:29.720Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-10-25T03:03:29.720Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-10-25T03:03:29.720Z] (31/33) Installing py3-packaging (21.3-r0) [2022-10-25T03:03:29.720Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-10-25T03:03:29.989Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-10-25T03:03:30.950Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T03:03:30.950Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T03:03:31.217Z] OK: 120 MiB in 47 packages [2022-10-25T03:03:41.308Z] Removing intermediate container c69c2a8b54cc [2022-10-25T03:03:41.308Z] ---> b3e3a649d3df [2022-10-25T03:03:41.308Z] [2022-10-25T03:03:41.308Z] Step 11/23 : FROM alpine:3.16 [2022-10-25T03:03:41.308Z] ---> a6215f271958 [2022-10-25T03:03:41.308Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-10-25T03:03:41.308Z] ---> Running in da7e4e65ade0 [2022-10-25T03:03:41.896Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:03:42.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:03:43.445Z] (1/2) Installing ca-certificates (20220614-r0) [2022-10-25T03:03:43.445Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-10-25T03:03:43.445Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T03:03:43.445Z] Executing ca-certificates-20220614-r0.trigger [2022-10-25T03:03:43.713Z] OK: 6 MiB in 16 packages [2022-10-25T03:03:45.667Z] Removing intermediate container da7e4e65ade0 [2022-10-25T03:03:45.667Z] ---> 8c19c00d652a [2022-10-25T03:03:45.667Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-10-25T03:03:45.667Z] ---> Running in df020e48aca2 [2022-10-25T03:03:45.936Z] Collecting docker-compose==1.23.2 [2022-10-25T03:03:45.936Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-10-25T03:03:45.936Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 11.7 MB/s eta 0:00:00 [2022-10-25T03:03:46.204Z] Removing intermediate container df020e48aca2 [2022-10-25T03:03:46.204Z] ---> 941db88e1ca9 [2022-10-25T03:03:46.204Z] Step 14/23 : ENV APP_PORT=59860 [2022-10-25T03:03:46.204Z] ---> Running in be2cea0636da [2022-10-25T03:03:46.472Z] Collecting texttable<0.10,>=0.9.0 [2022-10-25T03:03:46.472Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-10-25T03:03:46.747Z] Preparing metadata (setup.py): started [2022-10-25T03:03:46.747Z] Removing intermediate container be2cea0636da [2022-10-25T03:03:46.747Z] ---> 286429230d4e [2022-10-25T03:03:46.747Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T03:03:47.021Z] ---> Running in 752d6d028291 [2022-10-25T03:03:48.436Z] Removing intermediate container 752d6d028291 [2022-10-25T03:03:48.436Z] ---> f12c0f115940 [2022-10-25T03:03:48.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T03:03:49.409Z] ---> 3701b11e626a [2022-10-25T03:03:49.409Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-10-25T03:03:50.003Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T03:03:50.273Z] Collecting websocket-client<1.0,>=0.32.0 [2022-10-25T03:03:50.273Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-10-25T03:03:50.273Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 15.7 MB/s eta 0:00:00 [2022-10-25T03:03:51.242Z] ---> 3e709f976f26 [2022-10-25T03:03:51.242Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-10-25T03:03:51.511Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-10-25T03:03:51.511Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-10-25T03:03:51.810Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 15.7 MB/s eta 0:00:00 [2022-10-25T03:03:52.084Z] ---> 12537515473f [2022-10-25T03:03:52.084Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2022-10-25T03:03:52.084Z] ---> Running in ebd7c52516ca [2022-10-25T03:03:52.353Z] Collecting PyYAML<4,>=3.10 [2022-10-25T03:03:52.353Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-10-25T03:03:52.353Z] Removing intermediate container ebd7c52516ca [2022-10-25T03:03:52.353Z] ---> 7eabeb4d8e82 [2022-10-25T03:03:52.353Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T03:03:52.624Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 15.4 MB/s eta 0:00:00 [2022-10-25T03:03:52.624Z] ---> Running in ff0d844edbff [2022-10-25T03:03:52.912Z] Removing intermediate container ff0d844edbff [2022-10-25T03:03:52.912Z] ---> d04b4035c6e8 [2022-10-25T03:03:52.912Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T03:03:52.912Z] ---> Running in 5dc4a68889ac [2022-10-25T03:03:53.499Z] Removing intermediate container 5dc4a68889ac [2022-10-25T03:03:53.499Z] ---> e42fe52e24bf [2022-10-25T03:03:53.499Z] Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T03:03:53.499Z] ---> Running in 0c8f195115c1 [2022-10-25T03:03:54.090Z] Removing intermediate container 0c8f195115c1 [2022-10-25T03:03:54.090Z] ---> 048e86330e18 [2022-10-25T03:03:54.090Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T03:03:54.090Z] ---> Running in 0e78a691f7ad [2022-10-25T03:03:54.362Z] Preparing metadata (setup.py): started [2022-10-25T03:03:54.629Z] Removing intermediate container 0e78a691f7ad [2022-10-25T03:03:54.629Z] ---> edb439a2e3ab [2022-10-25T03:03:54.629Z] [2022-10-25T03:03:54.897Z] Successfully built edb439a2e3ab [2022-10-25T03:03:54.897Z] Successfully tagged support-notifications-arm64:latest [2022-10-25T03:03:56.309Z]  Building support-notifications ... done  Preparing metadata (setup.py): finished with status 'done' [2022-10-25T03:03:56.895Z] Collecting docker<4.0,>=3.6.0 [2022-10-25T03:03:56.895Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-10-25T03:03:56.895Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 18.5 MB/s eta 0:00:00 [2022-10-25T03:03:56.895Z] Collecting cached-property<2,>=1.2.0 [2022-10-25T03:03:56.895Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-10-25T03:03:56.895Z] Collecting docopt<0.7,>=0.6.1 [2022-10-25T03:03:57.166Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-10-25T03:03:57.166Z] Preparing metadata (setup.py): started [2022-10-25T03:03:59.110Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T03:03:59.111Z] 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-25T03:03:59.385Z] Collecting jsonschema<3,>=2.5.1 [2022-10-25T03:03:59.385Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-10-25T03:03:59.654Z] Collecting dockerpty<0.5,>=0.4.1 [2022-10-25T03:03:59.654Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-10-25T03:03:59.654Z] Preparing metadata (setup.py): started [2022-10-25T03:04:01.603Z] Preparing metadata (setup.py): finished with status 'done' [2022-10-25T03:04:01.872Z] Collecting docker-pycreds>=0.4.0 [2022-10-25T03:04:01.872Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-10-25T03:04:02.837Z] Collecting certifi>=2017.4.17 [2022-10-25T03:04:02.837Z] Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) [2022-10-25T03:04:02.837Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 18.7 MB/s eta 0:00:00 [2022-10-25T03:04:03.425Z] Collecting urllib3<1.25,>=1.21.1 [2022-10-25T03:04:03.425Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-10-25T03:04:03.693Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.1 MB/s eta 0:00:00 [2022-10-25T03:04:03.693Z] Collecting chardet<3.1.0,>=3.0.2 [2022-10-25T03:04:03.693Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-10-25T03:04:03.693Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 15.6 MB/s eta 0:00:00 [2022-10-25T03:04:03.963Z] Collecting idna<2.8,>=2.5 [2022-10-25T03:04:03.963Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-10-25T03:04:03.963Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 13.3 MB/s eta 0:00:00 [2022-10-25T03:04:04.554Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-10-25T03:04:04.554Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-10-25T03:04:04.554Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-10-25T03:04:04.554Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-10-25T03:04:04.828Z] Removing intermediate container 333026abf230 [2022-10-25T03:04:04.828Z] ---> 76ddf4179982 [2022-10-25T03:04:04.828Z] [2022-10-25T03:04:04.828Z] Step 11/24 : FROM alpine:3.16 [2022-10-25T03:04:04.828Z] ---> a6215f271958 [2022-10-25T03:04:04.828Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-10-25T03:04:04.828Z] ---> Running in 724515df340e [2022-10-25T03:04:05.095Z] Removing intermediate container 724515df340e [2022-10-25T03:04:05.095Z] ---> 67232c314fcb [2022-10-25T03:04:05.095Z] Step 13/24 : ENV APP_PORT=59880 [2022-10-25T03:04:05.365Z] ---> Running in cb9ef2182c63 [2022-10-25T03:04:05.365Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-10-25T03:04:05.365Z] Running setup.py install for texttable: started [2022-10-25T03:04:05.636Z] Removing intermediate container cb9ef2182c63 [2022-10-25T03:04:05.636Z] ---> 9de5e2395aed [2022-10-25T03:04:05.636Z] Step 14/24 : EXPOSE $APP_PORT [2022-10-25T03:04:05.636Z] ---> Running in 091757c28633 [2022-10-25T03:04:05.913Z] Removing intermediate container 091757c28633 [2022-10-25T03:04:05.913Z] ---> b33a9976d12b [2022-10-25T03:04:05.913Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-10-25T03:04:05.913Z] ---> Running in f6ad69946860 [2022-10-25T03:04:07.864Z] Running setup.py install for texttable: finished with status 'done' [2022-10-25T03:04:07.864Z] Running setup.py install for PyYAML: started [2022-10-25T03:04:07.864Z] Removing intermediate container f6ad69946860 [2022-10-25T03:04:07.864Z] ---> ba98eef8f3f9 [2022-10-25T03:04:07.864Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2022-10-25T03:04:07.864Z] ---> Running in f1901f20b60b [2022-10-25T03:04:08.829Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-10-25T03:04:09.790Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-10-25T03:04:10.377Z] Running setup.py install for PyYAML: finished with status 'done' [2022-10-25T03:04:10.967Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-10-25T03:04:10.967Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-10-25T03:04:10.967Z] (3/6) Installing libsodium (1.0.18-r0) [2022-10-25T03:04:11.236Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-10-25T03:04:11.236Z] (5/6) Installing libzmq (4.3.4-r0) [2022-10-25T03:04:11.505Z] (6/6) Installing zeromq (4.3.4-r0) [2022-10-25T03:04:11.505Z] Executing busybox-1.35.0-r17.trigger [2022-10-25T03:04:11.505Z] OK: 8 MiB in 20 packages [2022-10-25T03:04:11.775Z] Running setup.py install for docopt: started [2022-10-25T03:04:13.192Z] Removing intermediate container f1901f20b60b [2022-10-25T03:04:13.192Z] ---> 6f9b2b5fd9d7 [2022-10-25T03:04:13.192Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2022-10-25T03:04:13.463Z] ---> 7b4618c3d560 [2022-10-25T03:04:13.463Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-10-25T03:04:14.048Z] Running setup.py install for docopt: finished with status 'done' [2022-10-25T03:04:14.637Z] ---> 6320d6873e16 [2022-10-25T03:04:14.637Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-10-25T03:04:15.226Z] ---> c8984772faa0 [2022-10-25T03:04:15.226Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2022-10-25T03:04:15.226Z] ---> Running in fc635d1c6b05 [2022-10-25T03:04:15.497Z] Removing intermediate container fc635d1c6b05 [2022-10-25T03:04:15.497Z] ---> 734932cc0094 [2022-10-25T03:04:15.497Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T03:04:15.795Z] ---> Running in 4c52edc032db [2022-10-25T03:04:16.062Z] Removing intermediate container 4c52edc032db [2022-10-25T03:04:16.062Z] ---> 5b79ab936584 [2022-10-25T03:04:16.062Z] Step 22/24 : LABEL arch=arm64 [2022-10-25T03:04:16.062Z] ---> Running in f19318c06223 [2022-10-25T03:04:16.330Z] Removing intermediate container f19318c06223 [2022-10-25T03:04:16.330Z] ---> 28c2a2e3aadd [2022-10-25T03:04:16.330Z] Step 23/24 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T03:04:16.597Z] ---> Running in 382dbe54e7d8 [2022-10-25T03:04:16.597Z] Running setup.py install for dockerpty: started [2022-10-25T03:04:16.868Z] Removing intermediate container 382dbe54e7d8 [2022-10-25T03:04:16.868Z] ---> a2dea3d82b56 [2022-10-25T03:04:16.868Z] Step 24/24 : LABEL version=0.0.0 [2022-10-25T03:04:16.868Z] ---> Running in 8357091a0762 [2022-10-25T03:04:17.137Z] Removing intermediate container 8357091a0762 [2022-10-25T03:04:17.137Z] ---> e462bc53e3c7 [2022-10-25T03:04:17.137Z] [2022-10-25T03:04:17.409Z] Successfully built e462bc53e3c7 [2022-10-25T03:04:17.409Z] Successfully tagged core-data-arm64:latest [2022-10-25T03:04:18.809Z]  Building core-data ... done  Running setup.py install for dockerpty: finished with status 'done' [2022-10-25T03:04:21.376Z] 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-25T03:04:21.376Z] 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-25T03:04:31.444Z] Removing intermediate container 713f118c0055 [2022-10-25T03:04:31.444Z] ---> bf48fa4e648c [2022-10-25T03:04:31.444Z] Step 14/23 : ENV APP_PORT=58890 [2022-10-25T03:04:31.444Z] ---> Running in 2e30f84e321b [2022-10-25T03:04:31.444Z] Removing intermediate container 2e30f84e321b [2022-10-25T03:04:31.444Z] ---> 46c5989e9c9c [2022-10-25T03:04:31.444Z] Step 15/23 : EXPOSE $APP_PORT [2022-10-25T03:04:31.444Z] ---> Running in 30ed7224f609 [2022-10-25T03:04:31.444Z] Removing intermediate container 30ed7224f609 [2022-10-25T03:04:31.444Z] ---> 752d00cfa54e [2022-10-25T03:04:31.444Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-10-25T03:04:32.407Z] ---> 1560dbd65d23 [2022-10-25T03:04:32.407Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-10-25T03:04:32.673Z] ---> 089be2070578 [2022-10-25T03:04:32.673Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-10-25T03:04:33.255Z] ---> 4f75138f151a [2022-10-25T03:04:33.255Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-10-25T03:04:33.526Z] ---> Running in acba15ee2f9b [2022-10-25T03:04:33.792Z] Removing intermediate container acba15ee2f9b [2022-10-25T03:04:33.792Z] ---> 9909a0f44b5f [2022-10-25T03:04:33.792Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-10-25T03:04:33.792Z] ---> Running in ac4866521228 [2022-10-25T03:04:34.057Z] Removing intermediate container ac4866521228 [2022-10-25T03:04:34.057Z] ---> 8d04dcc8642a [2022-10-25T03:04:34.057Z] Step 21/23 : LABEL arch=arm64 [2022-10-25T03:04:34.057Z] ---> Running in dfb663584ab2 [2022-10-25T03:04:34.324Z] Removing intermediate container dfb663584ab2 [2022-10-25T03:04:34.324Z] ---> 0c36541b6d6c [2022-10-25T03:04:34.324Z] Step 22/23 : LABEL git_sha=4bb20006eba1fb52a1b54093edf8712c290c6c82 [2022-10-25T03:04:34.324Z] ---> Running in c6e6768de557 [2022-10-25T03:04:34.591Z] Removing intermediate container c6e6768de557 [2022-10-25T03:04:34.591Z] ---> 80363bb4b8e4 [2022-10-25T03:04:34.591Z] Step 23/23 : LABEL version=0.0.0 [2022-10-25T03:04:34.858Z] ---> Running in fc8ceac8f075 [2022-10-25T03:04:35.123Z] Removing intermediate container fc8ceac8f075 [2022-10-25T03:04:35.123Z] ---> 4d633d31b8a2 [2022-10-25T03:04:35.123Z] [2022-10-25T03:04:35.389Z] Successfully built 4d633d31b8a2 [2022-10-25T03:04:35.389Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-10-25T03:04:35.664Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-10-25T03:04:35.664Z] $ docker stop --time=1 8e33fb7b037b6adb030d9ce02fece0dc5ab725cef63567ef8d3e05b543497b2a [2022-10-25T03:04:37.295Z] $ docker rm -f 8e33fb7b037b6adb030d9ce02fece0dc5ab725cef63567ef8d3e05b543497b2a [Pipeline] // withDockerContainer [Pipeline] sh [2022-10-25T03:04:37.844Z] + docker images [2022-10-25T03:04:38.110Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-10-25T03:04:38.110Z] sys-mgmt-agent-arm64 latest 4d633d31b8a2 3 seconds ago 133MB [2022-10-25T03:04:38.110Z] core-data-arm64 latest e462bc53e3c7 20 seconds ago 20.8MB [2022-10-25T03:04:38.110Z] 76ddf4179982 34 seconds ago 1.44GB [2022-10-25T03:04:38.110Z] support-notifications-arm64 latest edb439a2e3ab 43 seconds ago 29.5MB [2022-10-25T03:04:38.110Z] b3e3a649d3df 59 seconds ago 1.5GB [2022-10-25T03:04:38.110Z] 5075daf2b0b5 About a minute ago 1.42GB [2022-10-25T03:04:38.110Z] core-metadata-arm64 latest 8a62b1d17729 2 minutes ago 17.7MB [2022-10-25T03:04:38.110Z] e5aca7e1c18b 2 minutes ago 1.44GB [2022-10-25T03:04:38.110Z] security-proxy-setup-arm64 latest de0387dbdf8d 2 minutes ago 26.7MB [2022-10-25T03:04:38.110Z] 389cf5ef17ad 2 minutes ago 1.43GB [2022-10-25T03:04:38.110Z] support-scheduler-arm64 latest 4b774d63049a 8 minutes ago 28.8MB [2022-10-25T03:04:38.110Z] 5881b3df3100 8 minutes ago 1.5GB [2022-10-25T03:04:38.110Z] security-bootstrapper-arm64 latest 1ded6ad658ac 8 minutes ago 19.4MB [2022-10-25T03:04:38.110Z] security-spire-server-arm64 latest f938fd0398ee 8 minutes ago 84.3MB [2022-10-25T03:04:38.110Z] a27c7e65d1a1 9 minutes ago 1.43GB [2022-10-25T03:04:38.110Z] 9fdc99466863 9 minutes ago 1.31GB [2022-10-25T03:04:38.110Z] core-command-arm64 latest 1405a543edc6 9 minutes ago 16.9MB [2022-10-25T03:04:38.110Z] security-spiffe-token-provider-arm64 latest 70af87d7a639 9 minutes ago 28.8MB [2022-10-25T03:04:38.110Z] c9d60cdd35b3 9 minutes ago 1.44GB [2022-10-25T03:04:38.110Z] ae001fe08a89 10 minutes ago 1.47GB [2022-10-25T03:04:38.110Z] security-secretstore-setup-arm64 latest 8cda4273d81a 11 minutes ago 28.6MB [2022-10-25T03:04:38.110Z] b9c4e96de435 11 minutes ago 1.43GB [2022-10-25T03:04:38.110Z] security-spire-agent-arm64 latest 97681ac7d877 17 minutes ago 122MB [2022-10-25T03:04:38.110Z] security-spire-config-arm64 latest 9726a567faca 17 minutes ago 83.6MB [2022-10-25T03:04:38.110Z] 9a04aae608ae 17 minutes ago 1.31GB [2022-10-25T03:04:38.110Z] f394dd3fb3f5 17 minutes ago 1.31GB [2022-10-25T03:04:38.110Z] ci-base-image-arm64 latest ab22f6c0bc92 32 minutes ago 943MB [2022-10-25T03:04:38.110Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine 59b3b1a385d4 2 weeks ago 679MB [2022-10-25T03:04:38.110Z] alpine 3.15 02e0d6fdf486 2 months ago 5.33MB [2022-10-25T03:04:38.110Z] alpine 3.16 a6215f271958 2 months ago 5.29MB [2022-10-25T03:04:38.110Z] 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-25T03:04:38.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T03:04:38.929Z] [2022-10-25T03:04:38.929Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:04:39.335Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T03:04:39.603Z] arm64: Pulling from edgex-lftools-log-publisher [2022-10-25T03:04:39.603Z] 8998bd30e6a1: Pulling fs layer [2022-10-25T03:04:39.603Z] 04944245beec: Pulling fs layer [2022-10-25T03:04:39.603Z] 699f458cf7ca: Pulling fs layer [2022-10-25T03:04:39.603Z] 765212b225bb: Pulling fs layer [2022-10-25T03:04:39.603Z] f23df028b6ca: Pulling fs layer [2022-10-25T03:04:39.603Z] d65c8cfc05b1: Pulling fs layer [2022-10-25T03:04:39.603Z] 2437ff75d9bd: Pulling fs layer [2022-10-25T03:04:39.603Z] f23df028b6ca: Waiting [2022-10-25T03:04:39.603Z] d65c8cfc05b1: Waiting [2022-10-25T03:04:39.603Z] 2437ff75d9bd: Waiting [2022-10-25T03:04:39.603Z] 765212b225bb: Waiting [2022-10-25T03:04:39.603Z] 04944245beec: Verifying Checksum [2022-10-25T03:04:39.603Z] 04944245beec: Download complete [2022-10-25T03:04:39.603Z] 765212b225bb: Verifying Checksum [2022-10-25T03:04:39.603Z] 765212b225bb: Download complete [2022-10-25T03:04:39.870Z] f23df028b6ca: Verifying Checksum [2022-10-25T03:04:39.870Z] f23df028b6ca: Download complete [2022-10-25T03:04:39.870Z] d65c8cfc05b1: Verifying Checksum [2022-10-25T03:04:39.870Z] d65c8cfc05b1: Download complete [2022-10-25T03:04:39.870Z] 699f458cf7ca: Verifying Checksum [2022-10-25T03:04:39.870Z] 699f458cf7ca: Download complete [2022-10-25T03:04:40.452Z] 8998bd30e6a1: Verifying Checksum [2022-10-25T03:04:40.452Z] 8998bd30e6a1: Download complete [2022-10-25T03:04:43.026Z] 2437ff75d9bd: Verifying Checksum [2022-10-25T03:04:43.026Z] 2437ff75d9bd: Download complete [2022-10-25T03:04:44.431Z] 8998bd30e6a1: Pull complete [2022-10-25T03:04:45.015Z] 04944245beec: Pull complete [2022-10-25T03:04:46.421Z] 699f458cf7ca: Pull complete [2022-10-25T03:04:46.421Z] 765212b225bb: Pull complete [2022-10-25T03:04:47.377Z] f23df028b6ca: Pull complete [2022-10-25T03:04:47.377Z] d65c8cfc05b1: Pull complete [2022-10-25T03:05:02.416Z] 2437ff75d9bd: Pull complete [2022-10-25T03:05:02.416Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-10-25T03:05:02.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-10-25T03:05:02.416Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T03:05:02.749Z] prd-ubuntu20.04-docker-arm64-4c-16g-69672 does not seem to be running inside a container [2022-10-25T03:05:02.812Z] $ 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-25T03:05:05.555Z] $ docker top c5861ed269e8e7c9e3c0fed2ec6c89b8ef9e2f94956fbe82a7fccde3453e547b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:06.537Z] ---> job-cost.sh [2022-10-25T03:05:06.537Z] lf-activate-venv: SKIPPING [2022-10-25T03:05:06.537Z] INFO: No Stack... [2022-10-25T03:05:06.813Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-10-25T03:05:07.766Z] INFO: Archiving Costs [Pipeline] sh [2022-10-25T03:05:08.105Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-10-25T03:05:08.105Z] + cut -d, -f6 [Pipeline] lock [2022-10-25T03:05:08.458Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] [2022-10-25T03:05:08.463Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] did not exist. Created. [2022-10-25T03:05:08.463Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-10-25T03:05:09.272Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-10-25T03:05:09.465Z] Stashed 1 file(s) [Pipeline] } [2022-10-25T03:05:09.480Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4211-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-10-25T03:05:09.544Z] $ docker stop --time=1 c5861ed269e8e7c9e3c0fed2ec6c89b8ef9e2f94956fbe82a7fccde3453e547b [2022-10-25T03:05:11.097Z] $ docker rm -f c5861ed269e8e7c9e3c0fed2ec6c89b8ef9e2f94956fbe82a7fccde3453e547b [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-25T03:05:12.090Z] provisioning config files... [2022-10-25T03:05:12.096Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7308115767107281341tmp [Pipeline] { [Pipeline] sh [2022-10-25T03:05:12.438Z] + set +x [2022-10-25T03:05:12.438Z] + curl -s https://codecov.io/bash [2022-10-25T03:05:12.438Z] + bash -s -- [2022-10-25T03:05:12.438Z] [2022-10-25T03:05:12.438Z] _____ _ [2022-10-25T03:05:12.438Z] / ____| | | [2022-10-25T03:05:12.438Z] | | ___ __| | ___ ___ _____ __ [2022-10-25T03:05:12.438Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-10-25T03:05:12.438Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-10-25T03:05:12.438Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-10-25T03:05:12.438Z] Bash-1.0.6 [2022-10-25T03:05:12.438Z] [2022-10-25T03:05:12.438Z] [2022-10-25T03:05:12.438Z] ==> git version 2.25.1 found [2022-10-25T03:05:12.438Z] ==> 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-25T03:05:12.438Z] Release-Date: 2020-01-08 [2022-10-25T03:05:12.438Z] 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-25T03:05:12.438Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-10-25T03:05:12.438Z] ==> Jenkins CI detected. [2022-10-25T03:05:12.438Z] current dir:  /w/workspace/edgex-go/1 [2022-10-25T03:05:12.438Z] project root: . [2022-10-25T03:05:12.438Z] --> token set from env [2022-10-25T03:05:12.438Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-10-25T03:05:12.438Z] ==> Running gcov in . (disable via -X gcov) [2022-10-25T03:05:12.697Z] ==> Python coveragepy not found [2022-10-25T03:05:12.697Z] ==> Searching for coverage reports in: [2022-10-25T03:05:12.697Z] + . [2022-10-25T03:05:12.697Z] -> Found 1 reports [2022-10-25T03:05:12.697Z] ==> Detecting git/mercurial file structure [2022-10-25T03:05:12.697Z] ==> Reading reports [2022-10-25T03:05:12.697Z] + ./coverage.out bytes=500482 [2022-10-25T03:05:12.697Z] ==> Appending adjustments [2022-10-25T03:05:12.697Z] https://docs.codecov.io/docs/fixing-reports [2022-10-25T03:05:14.080Z] + Found adjustments [2022-10-25T03:05:14.080Z] ==> Gzipping contents [2022-10-25T03:05:14.080Z] 64K /tmp/codecov.OLHMKV.gz [2022-10-25T03:05:14.080Z] ==> Uploading reports [2022-10-25T03:05:14.080Z] url: https://codecov.io [2022-10-25T03:05:14.080Z] query: branch=PR-4211&commit=4bb20006eba1fb52a1b54093edf8712c290c6c82&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4211&job=&cmd_args= [2022-10-25T03:05:14.080Z] -> Pinging Codecov [2022-10-25T03:05:14.080Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4211&commit=4bb20006eba1fb52a1b54093edf8712c290c6c82&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4211%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4211&job=&cmd_args= [2022-10-25T03:05:14.340Z] -> Uploading to [2022-10-25T03:05:14.340Z] https://storage.googleapis.com/codecov/v4/raw/2022-10-25/00271124DB129430A58F1EEE437C3FCB/4bb20006eba1fb52a1b54093edf8712c290c6c82/4c0a5343-3650-4543-8904-ee5afcfd2e56.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T030514Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6965b3213df2831dbac5f12dedf400a2513e3de5912a7c9d1f363ba04baa70a1 [2022-10-25T03:05:14.340Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-10-25T03:05:14.340Z] Dload Upload Total Spent Left Speed [2022-10-25T03:05:14.599Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65253 0 0 100 65253 0 256k --:--:-- --:--:-- --:--:-- 256k [2022-10-25T03:05:14.599Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4bb20006eba1fb52a1b54093edf8712c290c6c82 [Pipeline] } [2022-10-25T03:05:14.629Z] 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-25T03:05:15.994Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:16.324Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:17.219Z] ---> package-listing.sh [2022-10-25T03:05:17.219Z] ++ tr '[:upper:]' '[:lower:]' [2022-10-25T03:05:17.219Z] ++ facter osfamily [2022-10-25T03:05:17.477Z] + OS_FAMILY=debian [2022-10-25T03:05:17.477Z] + workspace=/w/workspace/edgex-go/1 [2022-10-25T03:05:17.477Z] + START_PACKAGES=/tmp/packages_start.txt [2022-10-25T03:05:17.477Z] + END_PACKAGES=/tmp/packages_end.txt [2022-10-25T03:05:17.477Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-10-25T03:05:17.477Z] + PACKAGES=/tmp/packages_start.txt [2022-10-25T03:05:17.477Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T03:05:17.477Z] + PACKAGES=/tmp/packages_end.txt [2022-10-25T03:05:17.477Z] + case "${OS_FAMILY}" in [2022-10-25T03:05:17.477Z] + dpkg -l [2022-10-25T03:05:17.477Z] + grep '^ii' [2022-10-25T03:05:17.477Z] + '[' -f /tmp/packages_start.txt ']' [2022-10-25T03:05:17.477Z] + '[' -f /tmp/packages_end.txt ']' [2022-10-25T03:05:17.477Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-10-25T03:05:17.477Z] + '[' /w/workspace/edgex-go/1 ']' [2022-10-25T03:05:17.477Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-10-25T03:05:17.477Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-10-25T03:05:17.512Z] 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-25T03:05:17.804Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:05:18.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T03:05:18.438Z] [2022-10-25T03:05:18.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-10-25T03:05:18.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T03:05:18.821Z] latest: Pulling from edgex-lftools-log-publisher [2022-10-25T03:05:18.821Z] 5eb5b503b376: Pulling fs layer [2022-10-25T03:05:18.821Z] 5c69ac0246d0: Pulling fs layer [2022-10-25T03:05:18.821Z] ec43610c2a17: Pulling fs layer [2022-10-25T03:05:18.821Z] 3a2ae6a8a46f: Pulling fs layer [2022-10-25T03:05:18.821Z] 33b1e0a273af: Pulling fs layer [2022-10-25T03:05:18.821Z] 5d3b04190fa2: Pulling fs layer [2022-10-25T03:05:18.821Z] 2f39f015ded8: Pulling fs layer [2022-10-25T03:05:18.821Z] 3a2ae6a8a46f: Waiting [2022-10-25T03:05:18.821Z] 33b1e0a273af: Waiting [2022-10-25T03:05:18.821Z] 2f39f015ded8: Waiting [2022-10-25T03:05:18.821Z] 5d3b04190fa2: Waiting [2022-10-25T03:05:18.821Z] 5c69ac0246d0: Download complete [2022-10-25T03:05:18.821Z] 3a2ae6a8a46f: Verifying Checksum [2022-10-25T03:05:18.821Z] 3a2ae6a8a46f: Download complete [2022-10-25T03:05:19.081Z] 33b1e0a273af: Verifying Checksum [2022-10-25T03:05:19.081Z] 33b1e0a273af: Download complete [2022-10-25T03:05:19.081Z] 5d3b04190fa2: Verifying Checksum [2022-10-25T03:05:19.081Z] 5d3b04190fa2: Download complete [2022-10-25T03:05:19.081Z] ec43610c2a17: Verifying Checksum [2022-10-25T03:05:19.081Z] ec43610c2a17: Download complete [2022-10-25T03:05:19.081Z] 5eb5b503b376: Verifying Checksum [2022-10-25T03:05:19.081Z] 5eb5b503b376: Download complete [2022-10-25T03:05:19.648Z] 2f39f015ded8: Download complete [2022-10-25T03:05:20.213Z] 5eb5b503b376: Pull complete [2022-10-25T03:05:20.470Z] 5c69ac0246d0: Pull complete [2022-10-25T03:05:20.728Z] ec43610c2a17: Pull complete [2022-10-25T03:05:20.728Z] 3a2ae6a8a46f: Pull complete [2022-10-25T03:05:20.987Z] 33b1e0a273af: Pull complete [2022-10-25T03:05:20.987Z] 5d3b04190fa2: Pull complete [2022-10-25T03:05:25.172Z] 2f39f015ded8: Pull complete [2022-10-25T03:05:25.172Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-10-25T03:05:25.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-10-25T03:05:25.172Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-10-25T03:05:25.370Z] prd-ubuntu20.04-docker-8c-8g-56573 does not seem to be running inside a container [2022-10-25T03:05:25.404Z] $ 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-25T03:05:28.073Z] $ docker top 4b561c40e5b518bc0b2fbc4530c5cdb540d2ab9214e90e63b37db73ee660341e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-10-25T03:05:28.453Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-10-25T03:05:28.761Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-10-25T03:05:29.068Z] + ls /var/log/sa-host [2022-10-25T03:05:29.068Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-10-25T03:05:29.285Z] provisioning config files... [2022-10-25T03:05:29.293Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1812816693200639837tmp [Pipeline] { [Pipeline] echo [2022-10-25T03:05:29.344Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:29.651Z] ---> create-netrc.sh [Pipeline] } [2022-10-25T03:05:29.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:30.078Z] ---> python-tools-install.sh [Pipeline] echo [2022-10-25T03:05:30.109Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:30.416Z] ---> sudo-logs.sh [2022-10-25T03:05:30.416Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-10-25T03:05:30.499Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:30.806Z] ---> job-cost.sh [2022-10-25T03:05:30.806Z] lf-activate-venv: SKIPPING [2022-10-25T03:05:30.806Z] DEBUG: total: 0.10999999940395355 [2022-10-25T03:05:30.806Z] INFO: Retrieving Stack Cost... [2022-10-25T03:05:31.373Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-10-25T03:05:31.634Z] INFO: Archiving Costs [Pipeline] echo [2022-10-25T03:05:31.667Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-10-25T03:05:31.975Z] ---> logs-deploy.sh [2022-10-25T03:05:31.975Z] lf-activate-venv: SKIPPING [2022-10-25T03:05:31.975Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4211/1 [2022-10-25T03:05:31.975Z] INFO: archiving workspace using pattern(s): [2022-10-25T03:05:32.909Z] Archives upload complete. [2022-10-25T03:05:33.169Z] INFO: archiving logs to Nexus