Pull request #4121 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 20b0bae75a96705a8150c67b7f1d65e9ae879747+e18dbdcecdb0d114bc1a1bd073cbd42566b9224e (9a98c3983a8fec5eea01467cf2b2a2bf4629e0ba) 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-ssh14044704719808157414.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh8697226890034311801.key > 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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-4121/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-4121/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6451843435886960615.key > 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-4121/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4822527339720556992.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh10946049234836411049.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-4121/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-4121/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15568982833839811838.key > 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 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 2c432abcf2d142718d3fe157e81a44428d9b823e Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-22253’ Running on prd-ubuntu20.04-docker-8c-8g-22255 in /w/workspace/edgexfoundry_edgex-go_PR-4121 [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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4121/head:refs/remotes/origin/PR-4121 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e18dbdcecdb0d114bc1a1bd073cbd42566b9224e into PR head commit 20b0bae75a96705a8150c67b7f1d65e9ae879747 Merge succeeded, producing 20b0bae75a96705a8150c67b7f1d65e9ae879747 Checking out Revision 20b0bae75a96705a8150c67b7f1d65e9ae879747 (PR-4121) > git config core.sparsecheckout # timeout=10 > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e18dbdcecdb0d114bc1a1bd073cbd42566b9224e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 Commit message: "fix: Add backwards compatability for Device System Events" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-09T20:23:43.887Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-09T20:23:44.055Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-09T20:23:44.157Z] ========================================================= [2022-08-09T20:23:44.157Z] EdgeX Global Pipelines Version Info [2022-08-09T20:23:44.157Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:23:44.939Z] ------------------- [2022-08-09T20:23:44.939Z] stable info: [2022-08-09T20:23:44.939Z] ------------------- [2022-08-09T20:23:44.939Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-09T20:23:44.939Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-09T20:23:44.939Z] Message: update stable to v1.0.238 [2022-08-09T20:23:45.514Z] ------------------- [2022-08-09T20:23:45.514Z] experimental info: [2022-08-09T20:23:45.514Z] ------------------- [2022-08-09T20:23:45.514Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-09T20:23:45.514Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-09T20:23:45.514Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-09T20:23:45.900Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-08-09T20:23:45.942Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-08-09T20:23:45.985Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-09T20:23:46.029Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-09T20:23:46.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-09T20:23:46.113Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-09T20:23:46.152Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-09T20:23:46.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-08-09T20:23:46.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-08-09T20:23:46.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-08-09T20:23:46.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-09T20:23:46.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-09T20:23:46.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-09T20:23:46.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-09T20:23:46.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-09T20:23:46.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-09T20:23:46.549Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-09T20:23:46.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-09T20:23:46.633Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-08-09T20:23:46.678Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-08-09T20:23:46.718Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-09T20:23:46.757Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-09T20:23:46.798Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-09T20:23:46.840Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4121 [Pipeline] echo [2022-08-09T20:23:46.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4121 [Pipeline] echo [2022-08-09T20:23:46.919Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4121 [Pipeline] echo [2022-08-09T20:23:46.958Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] echo [2022-08-09T20:23:46.996Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20b0bae [Pipeline] echo [2022-08-09T20:23:47.035Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-09T20:23:47.150Z] provisioning config files... [2022-08-09T20:23:47.164Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8320921657338204707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:23:47.520Z] ---> docker-login.sh [2022-08-09T20:23:47.520Z] nexus3.edgexfoundry.org:10001 [2022-08-09T20:23:47.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:23:47.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:23:47.782Z] Configure a credential helper to remove this warning. See [2022-08-09T20:23:47.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:23:47.782Z] [2022-08-09T20:23:47.782Z] Login Succeeded [2022-08-09T20:23:47.782Z] nexus3.edgexfoundry.org:10002 [2022-08-09T20:23:48.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:23:48.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:23:48.042Z] Configure a credential helper to remove this warning. See [2022-08-09T20:23:48.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:23:48.042Z] [2022-08-09T20:23:48.042Z] Login Succeeded [2022-08-09T20:23:48.042Z] nexus3.edgexfoundry.org:10003 [2022-08-09T20:23:48.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:23:48.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:23:48.042Z] Configure a credential helper to remove this warning. See [2022-08-09T20:23:48.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:23:48.042Z] [2022-08-09T20:23:48.042Z] Login Succeeded [2022-08-09T20:23:48.305Z] nexus3.edgexfoundry.org:10004 [2022-08-09T20:23:48.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:23:48.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:23:48.305Z] Configure a credential helper to remove this warning. See [2022-08-09T20:23:48.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:23:48.305Z] [2022-08-09T20:23:48.305Z] Login Succeeded [2022-08-09T20:23:48.305Z] docker.io [2022-08-09T20:23:48.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:23:48.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:23:48.883Z] Configure a credential helper to remove this warning. See [2022-08-09T20:23:48.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:23:48.883Z] [2022-08-09T20:23:48.883Z] Login Succeeded [2022-08-09T20:23:48.883Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T20:23:48.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-09T20:23:49.338Z] + 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-08-09T20:23:49.338Z] + dirname cmd/core-command/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo core-command,cmd/core-command/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/core-data/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo core-data,cmd/core-data/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/core-metadata/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/security-spire-agent/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/security-spire-config/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-08-09T20:23:49.338Z] + + dirname cmd/security-spire-server/Dockerfile [2022-08-09T20:23:49.338Z] cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-08-09T20:23:49.338Z] + + dirname cmd/support-notifications/Dockerfile [2022-08-09T20:23:49.338Z] cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/support-scheduler/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-08-09T20:23:49.338Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-08-09T20:23:49.338Z] + cut -d/ -f2 [2022-08-09T20:23:49.338Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-08-09T20:23:49.392Z] 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-08-09T20:23:49.902Z] + git rev-list -1 --merges 20b0bae75a96705a8150c67b7f1d65e9ae879747~1..20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] echo [2022-08-09T20:23:49.935Z] -----------> git rev-list -1 --merges 20b0bae75a96705a8150c67b7f1d65e9ae879747~1..20b0bae75a96705a8150c67b7f1d65e9ae879747 20b0bae75a96705a8150c67b7f1d65e9ae879747 [false] [Pipeline] sh [2022-08-09T20:23:50.249Z] + git log --format=format:%s -1 20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] echo [2022-08-09T20:23:50.281Z] ========================================================= [2022-08-09T20:23:50.281Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-09T20:23:50.281Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-08-09T20:23:50.782Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-09T20:23:50.782Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-09T20:23:50.782Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-09T20:23:50.782Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-09T20:23:50.782Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-09T20:23:50.782Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-09T20:23:50.782Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:23:51.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T20:23:51.273Z] [2022-08-09T20:23:51.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:23:51.650Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T20:23:51.650Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-09T20:23:51.650Z] b85a868b505f: Pulling fs layer [2022-08-09T20:23:51.650Z] e2be974225ed: Pulling fs layer [2022-08-09T20:23:51.650Z] 339a4e72a1f5: Pulling fs layer [2022-08-09T20:23:51.650Z] 988bab9f4d93: Pulling fs layer [2022-08-09T20:23:51.650Z] 1469e6f7b9e6: Pulling fs layer [2022-08-09T20:23:51.650Z] eaf3925da568: Pulling fs layer [2022-08-09T20:23:51.650Z] bab4dde63d76: Pulling fs layer [2022-08-09T20:23:51.650Z] bde34c3a00c8: Pulling fs layer [2022-08-09T20:23:51.650Z] b352a97aabf1: Pulling fs layer [2022-08-09T20:23:51.650Z] 4872d77fe225: Pulling fs layer [2022-08-09T20:23:51.650Z] 5851b861e8e6: Pulling fs layer [2022-08-09T20:23:51.650Z] 4872d77fe225: Waiting [2022-08-09T20:23:51.650Z] bde34c3a00c8: Waiting [2022-08-09T20:23:51.650Z] bab4dde63d76: Waiting [2022-08-09T20:23:51.650Z] 988bab9f4d93: Waiting [2022-08-09T20:23:51.650Z] eaf3925da568: Waiting [2022-08-09T20:23:51.650Z] b352a97aabf1: Waiting [2022-08-09T20:23:51.650Z] 1469e6f7b9e6: Waiting [2022-08-09T20:23:51.650Z] e2be974225ed: Verifying Checksum [2022-08-09T20:23:51.650Z] e2be974225ed: Download complete [2022-08-09T20:23:51.650Z] 988bab9f4d93: Verifying Checksum [2022-08-09T20:23:51.910Z] 339a4e72a1f5: Verifying Checksum [2022-08-09T20:23:51.910Z] 339a4e72a1f5: Download complete [2022-08-09T20:23:51.910Z] 1469e6f7b9e6: Verifying Checksum [2022-08-09T20:23:51.910Z] 1469e6f7b9e6: Download complete [2022-08-09T20:23:51.910Z] eaf3925da568: Verifying Checksum [2022-08-09T20:23:51.910Z] eaf3925da568: Download complete [2022-08-09T20:23:51.910Z] bde34c3a00c8: Verifying Checksum [2022-08-09T20:23:51.910Z] bde34c3a00c8: Download complete [2022-08-09T20:23:51.910Z] b352a97aabf1: Download complete [2022-08-09T20:23:51.910Z] 4872d77fe225: Verifying Checksum [2022-08-09T20:23:51.910Z] 4872d77fe225: Download complete [2022-08-09T20:23:51.910Z] 5851b861e8e6: Verifying Checksum [2022-08-09T20:23:51.910Z] 5851b861e8e6: Download complete [2022-08-09T20:23:51.910Z] b85a868b505f: Download complete [2022-08-09T20:23:52.175Z] bab4dde63d76: Verifying Checksum [2022-08-09T20:23:52.175Z] bab4dde63d76: Download complete [2022-08-09T20:23:53.559Z] b85a868b505f: Pull complete [2022-08-09T20:23:53.559Z] e2be974225ed: Pull complete [2022-08-09T20:23:54.130Z] 339a4e72a1f5: Pull complete [2022-08-09T20:23:54.130Z] 988bab9f4d93: Pull complete [2022-08-09T20:23:54.392Z] 1469e6f7b9e6: Pull complete [2022-08-09T20:23:54.653Z] eaf3925da568: Pull complete [2022-08-09T20:23:56.576Z] bab4dde63d76: Pull complete [2022-08-09T20:23:56.576Z] bde34c3a00c8: Pull complete [2022-08-09T20:23:56.838Z] b352a97aabf1: Pull complete [2022-08-09T20:23:56.838Z] 4872d77fe225: Pull complete [2022-08-09T20:23:56.838Z] 5851b861e8e6: Pull complete [2022-08-09T20:23:56.838Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-09T20:23:56.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-09T20:23:56.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:23:57.070Z] prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container [2022-08-09T20:23:57.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-09T20:23:58.501Z] $ docker top c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-09T20:23:58.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T20:23:58.711Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T20:23:58.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T20:23:58.868Z] $ docker exec c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent [2022-08-09T20:23:59.005Z] SSH_AUTH_SOCK=/tmp/ssh-0Ky3so1msE5E/agent.32 [2022-08-09T20:23:59.005Z] SSH_AGENT_PID=38 [2022-08-09T20:23:59.012Z] Running ssh-add (command line suppressed) [2022-08-09T20:23:59.147Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8836069811305276928.key (/w/workspace/edgex-go/1@tmp/private_key_8836069811305276928.key) [2022-08-09T20:23:59.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T20:23:59.501Z] + git tag --points-at HEAD [Pipeline] } [2022-08-09T20:23:59.534Z] $ docker exec --env ******** --env ******** c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent -k [2022-08-09T20:23:59.663Z] unset SSH_AUTH_SOCK; [2022-08-09T20:23:59.664Z] unset SSH_AGENT_PID; [2022-08-09T20:23:59.664Z] echo Agent pid 38 killed; [2022-08-09T20:23:59.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-09T20:23:59.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-09T20:23:59.759Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-09T20:23:59.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-09T20:23:59.898Z] $ docker exec c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent [2022-08-09T20:24:00.030Z] SSH_AUTH_SOCK=/tmp/ssh-Iavy9CFpMkI2/agent.72 [2022-08-09T20:24:00.030Z] SSH_AGENT_PID=78 [2022-08-09T20:24:00.036Z] Running ssh-add (command line suppressed) [2022-08-09T20:24:00.158Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4245204445691919378.key (/w/workspace/edgex-go/1@tmp/private_key_4245204445691919378.key) [2022-08-09T20:24:00.171Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-09T20:24:00.512Z] + git semver init [2022-08-09T20:24:00.773Z] 2022-08-09 20:24:00,706 [run_init] DEBUG init version:0.0.0 force:False [2022-08-09T20:24:00.773Z] 2022-08-09 20:24:00,707 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-08-09T20:24:00.773Z] 2022-08-09 20:24:00,707 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-08-09T20:24:00.773Z] 2022-08-09 20:24:00,707 [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-08-09T20:24:05.058Z] 2022-08-09 20:24:04,793 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,794 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4121 with force:False [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,794 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4121 [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,799 [execute] INFO git cat-file --batch-check [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,800 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,807 [execute] INFO git cat-file --batch [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,807 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-08-09T20:24:05.058Z] 2022-08-09 20:24:04,813 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4121 [2022-08-09T20:24:05.058Z] 0.0.0 [Pipeline] } [2022-08-09T20:24:05.087Z] $ docker exec --env ******** --env ******** c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 ssh-agent -k [2022-08-09T20:24:05.230Z] unset SSH_AUTH_SOCK; [2022-08-09T20:24:05.231Z] unset SSH_AGENT_PID; [2022-08-09T20:24:05.231Z] echo Agent pid 78 killed; [2022-08-09T20:24:05.242Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-09T20:24:05.676Z] + git semver [Pipeline] } [2022-08-09T20:24:05.967Z] $ docker stop --time=1 c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 [2022-08-09T20:24:07.318Z] $ docker rm -f c351a54aea67dc559159ee150e950f9ca3446e73c8c3f8ca815d2a9e8f05f166 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T20:24:07.745Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-09T20:24:08.080Z] Stashed 1 file(s) [Pipeline] echo [2022-08-09T20:24:08.097Z] [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-08-09T20:24:08.868Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-08-09T20:24:08.903Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T20:24:08.939Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T20:24:08.969Z] ========================================================= [2022-08-09T20:24:08.969Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-09T20:24:08.969Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-09T20:24:09.316Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-09T20:24:09.316Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-09T20:24:09.316Z] 2408cc74d12b: Pulling fs layer [2022-08-09T20:24:09.316Z] ea60b727a1ce: Pulling fs layer [2022-08-09T20:24:09.316Z] 30c4a7721957: Pulling fs layer [2022-08-09T20:24:09.316Z] 370296b7ddb6: Pulling fs layer [2022-08-09T20:24:09.316Z] 7c6cee850709: Pulling fs layer [2022-08-09T20:24:09.316Z] 39a5fcdaea64: Pulling fs layer [2022-08-09T20:24:09.316Z] d94ebbe4e438: Pulling fs layer [2022-08-09T20:24:09.316Z] bcfd1f05c69d: Pulling fs layer [2022-08-09T20:24:09.316Z] 59ccb84bbe0f: Pulling fs layer [2022-08-09T20:24:09.316Z] 370296b7ddb6: Waiting [2022-08-09T20:24:09.316Z] 7c6cee850709: Waiting [2022-08-09T20:24:09.316Z] 39a5fcdaea64: Waiting [2022-08-09T20:24:09.316Z] d94ebbe4e438: Waiting [2022-08-09T20:24:09.316Z] bcfd1f05c69d: Waiting [2022-08-09T20:24:09.316Z] 59ccb84bbe0f: Waiting [2022-08-09T20:24:09.316Z] 30c4a7721957: Verifying Checksum [2022-08-09T20:24:09.316Z] 30c4a7721957: Download complete [2022-08-09T20:24:09.316Z] ea60b727a1ce: Download complete [2022-08-09T20:24:09.316Z] 7c6cee850709: Download complete [2022-08-09T20:24:09.316Z] 39a5fcdaea64: Verifying Checksum [2022-08-09T20:24:09.317Z] 39a5fcdaea64: Download complete [2022-08-09T20:24:09.317Z] 2408cc74d12b: Verifying Checksum [2022-08-09T20:24:09.317Z] 2408cc74d12b: Download complete [2022-08-09T20:24:09.317Z] d94ebbe4e438: Verifying Checksum [2022-08-09T20:24:09.317Z] d94ebbe4e438: Download complete [2022-08-09T20:24:09.579Z] 2408cc74d12b: Pull complete [2022-08-09T20:24:09.579Z] ea60b727a1ce: Pull complete [2022-08-09T20:24:09.841Z] 30c4a7721957: Pull complete [2022-08-09T20:24:10.102Z] 59ccb84bbe0f: Verifying Checksum [2022-08-09T20:24:10.102Z] 59ccb84bbe0f: Download complete [2022-08-09T20:24:10.102Z] 370296b7ddb6: Verifying Checksum [2022-08-09T20:24:10.102Z] 370296b7ddb6: Download complete [2022-08-09T20:24:10.362Z] bcfd1f05c69d: Verifying Checksum [2022-08-09T20:24:10.362Z] bcfd1f05c69d: Download complete [2022-08-09T20:24:14.568Z] 370296b7ddb6: Pull complete [2022-08-09T20:24:14.569Z] 7c6cee850709: Pull complete [2022-08-09T20:24:14.828Z] 39a5fcdaea64: Pull complete [2022-08-09T20:24:14.828Z] d94ebbe4e438: Pull complete [2022-08-09T20:24:17.368Z] bcfd1f05c69d: Pull complete [2022-08-09T20:24:17.938Z] 59ccb84bbe0f: Pull complete [2022-08-09T20:24:17.938Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-09T20:24:17.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-09T20:24:17.938Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-09T20:24:18.299Z] + docker build -t ci-base-image-x86_64 -f - . [2022-08-09T20:24:18.299Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-09T20:24:18.299Z] WORKDIR /edgex [2022-08-09T20:24:18.299Z] COPY go.mod . [2022-08-09T20:24:18.299Z] RUN go mod download [2022-08-09T20:24:19.240Z] Sending build context to Docker daemon 169.2MB [2022-08-09T20:24:19.240Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-09T20:24:19.240Z] ---> a4fb48ad2a94 [2022-08-09T20:24:19.240Z] Step 2/4 : WORKDIR /edgex [2022-08-09T20:24:21.166Z] ---> Running in ef833c4ae705 [2022-08-09T20:24:21.166Z] Removing intermediate container ef833c4ae705 [2022-08-09T20:24:21.166Z] ---> 45f9f1b98570 [2022-08-09T20:24:21.166Z] Step 3/4 : COPY go.mod . [2022-08-09T20:24:21.166Z] ---> 6f72efb185fc [2022-08-09T20:24:21.166Z] Step 4/4 : RUN go mod download [2022-08-09T20:24:21.166Z] ---> Running in a1c4da0a571f [2022-08-09T20:24:23.392Z] Still waiting to schedule task [2022-08-09T20:24:23.392Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-08-09T20:24:36.086Z] Removing intermediate container a1c4da0a571f [2022-08-09T20:24:36.086Z] ---> 35a31de7d9e3 [2022-08-09T20:24:36.086Z] Successfully built 35a31de7d9e3 [2022-08-09T20:24:36.086Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:24:36.466Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-09T20:24:36.466Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:24:36.631Z] prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container [2022-08-09T20:24:36.675Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-09T20:24:37.098Z] $ docker top 924338177b31eac3e486500d36c7ce1de376f7c5380d75e248474970dda8c251 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T20:24:37.517Z] + go version [2022-08-09T20:24:37.517Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-09T20:24:37.552Z] $ docker stop --time=1 924338177b31eac3e486500d36c7ce1de376f7c5380d75e248474970dda8c251 [2022-08-09T20:24:38.859Z] $ docker rm -f 924338177b31eac3e486500d36c7ce1de376f7c5380d75e248474970dda8c251 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:24:39.565Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-09T20:24:39.565Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:24:39.731Z] prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container [2022-08-09T20:24:39.786Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-08-09T20:24:40.215Z] $ docker top a114a97cd3a2c892d3574579004985049d5ba63596d5942e6f601959852569e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-09T20:24:40.358Z] ========================================================= [2022-08-09T20:24:40.359Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-09T20:24:40.359Z] ========================================================= [Pipeline] sh [2022-08-09T20:24:40.704Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-09T20:24:41.077Z] + make test [2022-08-09T20:24:41.077Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-09T20:24:47.678Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-08-09T20:25:02.585Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-08-09T20:25:02.845Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-08-09T20:25:02.845Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-08-09T20:25:02.845Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-08-09T20:25:02.845Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-08-09T20:25:02.845Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-08-09T20:25:02.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-08-09T20:25:03.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2022-08-09T20:25:03.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-08-09T20:25:03.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-08-09T20:25:03.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements [2022-08-09T20:25:03.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-08-09T20:25:04.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.091s coverage: 54.2% of statements [2022-08-09T20:25:04.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-08-09T20:25:04.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.935s coverage: 89.2% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.085s coverage: 2.1% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.463s coverage: 95.6% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.066s coverage: 72.2% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.077s coverage: 60.0% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.102s coverage: 0.9% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.088s coverage: 29.6% of statements [2022-08-09T20:25:08.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2022-08-09T20:25:08.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2022-08-09T20:25:15.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements [2022-08-09T20:25:15.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements [2022-08-09T20:25:19.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.215s coverage: 82.2% of statements [2022-08-09T20:25:19.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 65.1% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 58.8% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.0% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.056s coverage: 87.2% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 85.4% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.2% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 64.7% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.403s coverage: 65.8% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.180s coverage: 43.6% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-08-09T20:25:27.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements [2022-08-09T20:25:27.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-08-09T20:25:27.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-08-09T20:25:27.522Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.113s coverage: 97.7% of statements [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-08-09T20:25:27.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.066s coverage: 28.9% of statements [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-08-09T20:25:27.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-08-09T20:25:27.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2022-08-09T20:25:27.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-08-09T20:25:27.522Z] 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-08-09T20:25:49.477Z] 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-08-09T20:25:49.477Z] GO111MODULE=on go vet ./... [2022-08-09T20:25:51.389Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-09T20:25:51.389Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-09T20:25:51.389Z] ./bin/test-attribution-txt.sh [2022-08-09T20:25:51.650Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-09T20:25:51.650Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-09T20:25:51.650Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-09T20:25:51.650Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-09T20:25:51.650Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-09T20:25:51.650Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-09T20:25:51.650Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-09T20:25:51.683Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-08-09T20:25:51.993Z] + ls -al . [2022-08-09T20:25:51.993Z] total 728 [2022-08-09T20:25:51.993Z] drwxrwxr-x 10 1001 1001 4096 Aug 9 20:24 . [2022-08-09T20:25:51.993Z] drwxr-xr-x 4 root root 4096 Aug 9 20:24 .. [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 16 Aug 9 20:23 .dockerignore [2022-08-09T20:25:51.993Z] drwxrwxr-x 8 1001 1001 4096 Aug 9 20:25 .git [2022-08-09T20:25:51.993Z] drwxrwxr-x 3 1001 1001 4096 Aug 9 20:23 .github [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 1030 Aug 9 20:23 .gitignore [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 42 Aug 9 20:23 .golangci.yml [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 87 Aug 9 20:23 .hadolint.yml [2022-08-09T20:25:51.993Z] drwxr-xr-x 3 1001 1001 4096 Aug 9 20:24 .semver [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 166 Aug 9 20:23 .sonarcloud.properties [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 1171 Aug 9 20:23 ADOPTERS.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 10347 Aug 9 20:23 Attribution.txt [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 63209 Aug 9 20:23 CHANGELOG.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 3804 Aug 9 20:23 CONTRIBUTING.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 677 Aug 9 20:23 GOVERNANCE.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 850 Aug 9 20:23 Jenkinsfile [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 10775 Aug 9 20:23 LICENSE [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 12212 Aug 9 20:23 Makefile [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 582 Aug 9 20:23 OWNERS.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 9094 Aug 9 20:23 README.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 6912 Aug 9 20:23 SECURITY.md [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 5 Aug 9 20:24 VERSION [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 4131 Aug 9 20:23 ZMQWindows.md [2022-08-09T20:25:51.993Z] drwxrwxr-x 2 1001 1001 4096 Aug 9 20:23 bin [2022-08-09T20:25:51.993Z] drwxrwxr-x 18 1001 1001 4096 Aug 9 20:23 cmd [2022-08-09T20:25:51.993Z] -rw-r--r-- 1 root root 478941 Aug 9 20:25 coverage.out [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 3681 Aug 9 20:23 go.mod [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 38033 Aug 9 20:23 go.sum [2022-08-09T20:25:51.993Z] drwxrwxr-x 8 1001 1001 4096 Aug 9 20:23 internal [2022-08-09T20:25:51.993Z] drwxrwxr-x 3 1001 1001 4096 Aug 9 20:23 openapi [2022-08-09T20:25:51.993Z] drwxrwxr-x 4 1001 1001 4096 Aug 9 20:23 snap [2022-08-09T20:25:51.993Z] -rw-rw-r-- 1 1001 1001 204 Aug 9 20:23 version.go [Pipeline] sh [2022-08-09T20:25:52.303Z] + '[' -e coverage.out ] [2022-08-09T20:25:52.303Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-08-09T20:25:52.415Z] Stashed 1 file(s) [Pipeline] sh [2022-08-09T20:25:52.711Z] + make build [2022-08-09T20:25:52.711Z] 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-08-09T20:25:58.602Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22257 in /w/workspace/edgexfoundry_edgex-go_PR-4121 [Pipeline] { [Pipeline] ws [2022-08-09T20:25:58.646Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-08-09T20:25:58.724Z] The recommended git tool is: git [2022-08-09T20:26:05.426Z] using credential edgex-jenkins-ssh [2022-08-09T20:26:05.442Z] Cloning the remote Git repository [2022-08-09T20:26:05.498Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-08-09T20:26:05.568Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-08-09T20:26:05.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-09T20:26:05.653Z] > git --version # timeout=10 [2022-08-09T20:26:05.674Z] > git --version # 'git version 2.25.1' [2022-08-09T20:26:05.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-09T20:26:05.748Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-09T20:26:07.611Z] 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-08-09T20:26:19.833Z] 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/core-command/core-command ./cmd/core-command [2022-08-09T20:26:19.833Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-09T20:26:23.046Z] Merging remotes/origin/main commit e18dbdcecdb0d114bc1a1bd073cbd42566b9224e into PR head commit 20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:26:23.415Z] Merge succeeded, producing 20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:26:23.415Z] Checking out Revision 20b0bae75a96705a8150c67b7f1d65e9ae879747 (PR-4121) [2022-08-09T20:26:22.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-09T20:26:22.241Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-09T20:26:22.266Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-08-09T20:26:22.297Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-08-09T20:26:22.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-09T20:26:22.311Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4121/head:refs/remotes/origin/PR-4121 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-08-09T20:26:23.067Z] > git config core.sparsecheckout # timeout=10 [2022-08-09T20:26:23.088Z] > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 [2022-08-09T20:26:23.325Z] > git remote # timeout=10 [2022-08-09T20:26:23.343Z] > git config --get remote.origin.url # timeout=10 [2022-08-09T20:26:23.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-09T20:26:23.371Z] > git merge e18dbdcecdb0d114bc1a1bd073cbd42566b9224e # timeout=10 [2022-08-09T20:26:23.398Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-08-09T20:26:23.424Z] > git config core.sparsecheckout # timeout=10 [2022-08-09T20:26:23.437Z] > git checkout -f 20b0bae75a96705a8150c67b7f1d65e9ae879747 # timeout=10 [2022-08-09T20:26:26.408Z] 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-08-09T20:26:26.408Z] 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-08-09T20:26:27.722Z] Commit message: "fix: Add backwards compatability for Device System Events" [2022-08-09T20:26:27.791Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-09T20:26:27.783Z] > git --version # timeout=10 [2022-08-09T20:26:27.793Z] > git --version # 'git version 2.25.1' [2022-08-09T20:26:27.811Z] fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-09T20:26:28.998Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-09T20:26:28.998Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-09T20:26:28.998Z] Dload Upload Total Spent Left Speed [2022-08-09T20:26:28.998Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 88085 0 --:--:-- --:--:-- --:--:-- 88085 [2022-08-09T20:26:29.174Z] 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 [Pipeline] sh [2022-08-09T20:26:29.802Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-09T20:26:30.121Z] 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-08-09T20:26:30.161Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-09T20:26:30.161Z] + sudo tee /etc/docker/daemon.new [2022-08-09T20:26:30.161Z] { [2022-08-09T20:26:30.161Z] "registry-mirrors": [ [2022-08-09T20:26:30.161Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-09T20:26:30.161Z] ], [2022-08-09T20:26:30.161Z] "bip": "10.250.0.254/24", [2022-08-09T20:26:30.161Z] "hosts": [ [2022-08-09T20:26:30.161Z] "tcp://0.0.0.0:5555", [2022-08-09T20:26:30.161Z] "unix:///var/run/docker.sock" [2022-08-09T20:26:30.161Z] ], [2022-08-09T20:26:30.161Z] "mtu": 1458, [2022-08-09T20:26:30.161Z] "selinux-enabled": true, [2022-08-09T20:26:30.161Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-09T20:26:30.161Z] } [Pipeline] sh [2022-08-09T20:26:30.512Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-09T20:26:30.882Z] + sudo service docker restart [2022-08-09T20:26:31.508Z] 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-08-09T20:26:32.081Z] 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-08-09T20:26:33.028Z] 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-08-09T20:26:34.946Z] 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-08-09T20:26:36.358Z] $ docker stop --time=1 a114a97cd3a2c892d3574579004985049d5ba63596d5942e6f601959852569e7 [2022-08-09T20:26:38.908Z] $ docker rm -f a114a97cd3a2c892d3574579004985049d5ba63596d5942e6f601959852569e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:26:40.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-09T20:26:40.050Z] [2022-08-09T20:26:40.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:26:40.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-09T20:26:40.701Z] latest: Pulling from edgex-devops/edgex-compose [2022-08-09T20:26:40.701Z] cbdbe7a5bc2a: Pulling fs layer [2022-08-09T20:26:40.701Z] ca9280d653b3: Pulling fs layer [2022-08-09T20:26:40.701Z] 7e9c9ca2126c: Pulling fs layer [2022-08-09T20:26:40.701Z] cbdbe7a5bc2a: Verifying Checksum [2022-08-09T20:26:40.701Z] cbdbe7a5bc2a: Download complete [2022-08-09T20:26:40.701Z] ca9280d653b3: Verifying Checksum [2022-08-09T20:26:40.701Z] ca9280d653b3: Download complete [2022-08-09T20:26:40.961Z] cbdbe7a5bc2a: Pull complete [2022-08-09T20:26:41.220Z] 7e9c9ca2126c: Download complete [2022-08-09T20:26:41.480Z] ca9280d653b3: Pull complete [2022-08-09T20:26:45.680Z] 7e9c9ca2126c: Pull complete [2022-08-09T20:26:45.680Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-08-09T20:26:45.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-09T20:26:45.680Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:26:45.962Z] prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container [2022-08-09T20:26:46.067Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-08-09T20:26:48.539Z] $ docker top 2dbe6533e8953beb0f718adede2009bfa7fbefd217617347476298fe955d7146 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T20:26:48.967Z] + docker-compose build --help [2022-08-09T20:26:48.967Z] + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-09T20:26:49.457Z] provisioning config files... [2022-08-09T20:26:49.482Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2420385001083613138tmp [Pipeline] { [Pipeline] libraryResource [2022-08-09T20:26:49.539Z] --parallel Build images in parallel. [Pipeline] sh [Pipeline] } [2022-08-09T20:26:49.694Z] $ docker stop --time=1 2dbe6533e8953beb0f718adede2009bfa7fbefd217617347476298fe955d7146 [2022-08-09T20:26:49.892Z] ---> docker-login.sh [2022-08-09T20:26:49.892Z] nexus3.edgexfoundry.org:10001 [2022-08-09T20:26:50.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:26:50.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:26:50.767Z] Configure a credential helper to remove this warning. See [2022-08-09T20:26:50.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:26:50.767Z] [2022-08-09T20:26:50.767Z] Login Succeeded [2022-08-09T20:26:50.767Z] nexus3.edgexfoundry.org:10002 [2022-08-09T20:26:51.015Z] $ docker rm -f 2dbe6533e8953beb0f718adede2009bfa7fbefd217617347476298fe955d7146 [2022-08-09T20:26:51.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:26:51.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:26:51.042Z] Configure a credential helper to remove this warning. See [2022-08-09T20:26:51.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:26:51.042Z] [2022-08-09T20:26:51.042Z] Login Succeeded [2022-08-09T20:26:51.042Z] nexus3.edgexfoundry.org:10003 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:26:51.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:26:51.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:26:51.646Z] Configure a credential helper to remove this warning. See [2022-08-09T20:26:51.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:26:51.646Z] [2022-08-09T20:26:51.646Z] Login Succeeded [2022-08-09T20:26:51.646Z] nexus3.edgexfoundry.org:10004 [2022-08-09T20:26:51.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-08-09T20:26:51.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:26:51.886Z] prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container [2022-08-09T20:26:51.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-09T20:26:51.936Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-08-09T20:26:52.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:26:52.200Z] Configure a credential helper to remove this warning. See [2022-08-09T20:26:52.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:26:52.200Z] [2022-08-09T20:26:52.200Z] Login Succeeded [2022-08-09T20:26:52.200Z] docker.io [2022-08-09T20:26:52.360Z] $ docker top 0d5f86d708c9c462e189a6fc20b05f39337ac03eae0f337ef0fec8303fe33f4f -eo pid,comm [Pipeline] { [2022-08-09T20:26:52.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2022-08-09T20:26:52.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-09T20:26:52.751Z] Configure a credential helper to remove this warning. See [2022-08-09T20:26:52.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-09T20:26:52.751Z] [2022-08-09T20:26:52.751Z] Login Succeeded [2022-08-09T20:26:52.751Z] ---> docker-login.sh ends [Pipeline] } [2022-08-09T20:26:52.782Z] Deleting 1 temporary files [2022-08-09T20:26:52.813Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2022-08-09T20:26:53.387Z] Building core-command ... [2022-08-09T20:26:53.387Z] Building core-data ... [2022-08-09T20:26:53.387Z] Building core-metadata ... [2022-08-09T20:26:53.387Z] Building security-bootstrapper ... [2022-08-09T20:26:53.387Z] Building security-proxy-setup ... [2022-08-09T20:26:53.387Z] Building security-secretstore-setup ... [2022-08-09T20:26:53.387Z] Building security-spiffe-token-provider ... [2022-08-09T20:26:53.387Z] Building security-spire-agent ... [2022-08-09T20:26:53.387Z] Building security-spire-config ... [2022-08-09T20:26:53.387Z] Building security-spire-server ... [2022-08-09T20:26:53.387Z] Building support-notifications ... [2022-08-09T20:26:53.387Z] Building support-scheduler ... [2022-08-09T20:26:53.387Z] Building sys-mgmt-agent ... [2022-08-09T20:26:53.387Z] Building security-bootstrapper [2022-08-09T20:26:53.387Z] Building sys-mgmt-agent [2022-08-09T20:26:53.387Z] Building core-data [2022-08-09T20:26:53.387Z] Building security-spire-config [2022-08-09T20:26:53.387Z] Building core-metadata [2022-08-09T20:26:53.500Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2022-08-09T20:26:53.540Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T20:26:53.578Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-09T20:26:53.612Z] ========================================================= [2022-08-09T20:26:53.612Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-09T20:26:53.612Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-08-09T20:26:54.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-09T20:26:54.281Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-09T20:26:54.281Z] b3c136eddcbf: Pulling fs layer [2022-08-09T20:26:54.281Z] c0a3192eca97: Pulling fs layer [2022-08-09T20:26:54.281Z] a050256f5b6f: Pulling fs layer [2022-08-09T20:26:54.281Z] 656be50a0ddc: Pulling fs layer [2022-08-09T20:26:54.281Z] 2bbca73fdf42: Pulling fs layer [2022-08-09T20:26:54.281Z] 46d945488cbd: Pulling fs layer [2022-08-09T20:26:54.281Z] 8a5474983e97: Pulling fs layer [2022-08-09T20:26:54.281Z] 329c88fbcd65: Pulling fs layer [2022-08-09T20:26:54.281Z] 46d945488cbd: Waiting [2022-08-09T20:26:54.281Z] 8a5474983e97: Waiting [2022-08-09T20:26:54.281Z] 329c88fbcd65: Waiting [2022-08-09T20:26:54.281Z] 656be50a0ddc: Waiting [2022-08-09T20:26:54.281Z] 2bbca73fdf42: Waiting [2022-08-09T20:26:54.281Z] a050256f5b6f: Download complete [2022-08-09T20:26:54.281Z] c0a3192eca97: Verifying Checksum [2022-08-09T20:26:54.281Z] c0a3192eca97: Download complete [2022-08-09T20:26:54.281Z] 2bbca73fdf42: Verifying Checksum [2022-08-09T20:26:54.281Z] 2bbca73fdf42: Download complete [2022-08-09T20:26:54.281Z] 46d945488cbd: Verifying Checksum [2022-08-09T20:26:54.281Z] 46d945488cbd: Download complete [2022-08-09T20:26:54.281Z] b3c136eddcbf: Verifying Checksum [2022-08-09T20:26:55.287Z] b3c136eddcbf: Pull complete [2022-08-09T20:26:55.287Z] 329c88fbcd65: Verifying Checksum [2022-08-09T20:26:55.287Z] 329c88fbcd65: Download complete [2022-08-09T20:26:55.890Z] c0a3192eca97: Pull complete [2022-08-09T20:26:56.165Z] a050256f5b6f: Pull complete [2022-08-09T20:26:56.763Z] 8a5474983e97: Verifying Checksum [2022-08-09T20:26:56.763Z] 8a5474983e97: Download complete [2022-08-09T20:26:57.362Z] 656be50a0ddc: Download complete [2022-08-09T20:27:05.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:27:05.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:27:05.631Z] ---> 35a31de7d9e3 [2022-08-09T20:27:05.631Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:27:05.631Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:27:05.631Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:27:05.631Z] ---> 35a31de7d9e3 [2022-08-09T20:27:05.631Z] Step 3/26 : WORKDIR /edgex-go [2022-08-09T20:27:05.631Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:27:05.631Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:27:05.631Z] ---> 35a31de7d9e3 [2022-08-09T20:27:05.631Z] Step 3/31 : WORKDIR /edgex-go [2022-08-09T20:27:05.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:27:05.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:27:05.631Z] ---> 35a31de7d9e3 [2022-08-09T20:27:05.631Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:27:05.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:27:05.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:27:05.631Z] ---> 35a31de7d9e3 [2022-08-09T20:27:05.631Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:27:08.936Z] ---> Running in 85960e867d13 [2022-08-09T20:27:08.936Z] ---> Running in ac376f448d7e [2022-08-09T20:27:08.936Z] ---> Running in 1c2c0a02c162 [2022-08-09T20:27:08.936Z] ---> Running in 31c901d63daa [2022-08-09T20:27:08.936Z] ---> Running in 1e8387a28347 [2022-08-09T20:27:08.936Z] Removing intermediate container 85960e867d13 [2022-08-09T20:27:08.936Z] ---> ec3671fd9e98 [2022-08-09T20:27:08.936Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:27:08.936Z] Removing intermediate container ac376f448d7e [2022-08-09T20:27:08.936Z] ---> c3ce773063a7 [2022-08-09T20:27:08.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:27:08.936Z] Removing intermediate container 1e8387a28347 [2022-08-09T20:27:08.936Z] ---> b1d287031b91 [2022-08-09T20:27:08.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:27:08.936Z] Removing intermediate container 31c901d63daa [2022-08-09T20:27:08.936Z] ---> 1a092b07c16f [2022-08-09T20:27:08.936Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:27:08.936Z] Removing intermediate container 1c2c0a02c162 [2022-08-09T20:27:08.936Z] ---> 8ac966682a68 [2022-08-09T20:27:08.937Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:27:08.937Z] ---> Running in 89e74c1c7abf [2022-08-09T20:27:08.937Z] ---> Running in aa57d79466a2 [2022-08-09T20:27:08.937Z] ---> Running in 2ae6a3c04c45 [2022-08-09T20:27:08.937Z] ---> Running in be3273b55e39 [2022-08-09T20:27:08.937Z] ---> Running in 9b47b71cbc99 [2022-08-09T20:27:09.875Z] Removing intermediate container 89e74c1c7abf [2022-08-09T20:27:09.875Z] ---> 37041f207d6a [2022-08-09T20:27:09.875Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-09T20:27:09.875Z] ---> Running in 618acdde1861 [2022-08-09T20:27:10.147Z] Removing intermediate container aa57d79466a2 [2022-08-09T20:27:10.147Z] ---> 9adecf4de9e4 [2022-08-09T20:27:10.147Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-09T20:27:10.147Z] ---> Running in 29bba484745c [2022-08-09T20:27:10.147Z] Removing intermediate container 2ae6a3c04c45 [2022-08-09T20:27:10.147Z] ---> 021e3cc57756 [2022-08-09T20:27:10.147Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-09T20:27:10.424Z] ---> Running in bc97750f8829 [2022-08-09T20:27:10.424Z] Removing intermediate container be3273b55e39 [2022-08-09T20:27:10.424Z] ---> e7cdcd05f79b [2022-08-09T20:27:10.424Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-09T20:27:10.424Z] ---> Running in d77c61c7c526 [2022-08-09T20:27:10.953Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:10.953Z] Removing intermediate container 9b47b71cbc99 [2022-08-09T20:27:10.953Z] ---> 4e5836c5f38e [2022-08-09T20:27:10.953Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-09T20:27:10.953Z] ---> Running in 9de75e66b34b [2022-08-09T20:27:10.953Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:10.953Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:11.215Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:11.215Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:11.485Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:11.751Z] OK: 211 MiB in 51 packages [2022-08-09T20:27:12.016Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:12.016Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:12.016Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:12.280Z] Removing intermediate container 618acdde1861 [2022-08-09T20:27:12.280Z] ---> 95ed034213b4 [2022-08-09T20:27:12.280Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:27:12.280Z] ---> 15ae0402ad91 [2022-08-09T20:27:12.280Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:27:12.473Z] 656be50a0ddc: Pull complete [2022-08-09T20:27:12.473Z] 2bbca73fdf42: Pull complete [2022-08-09T20:27:12.473Z] 46d945488cbd: Pull complete [2022-08-09T20:27:12.543Z] ---> Running in 3fadf9c86ea8 [2022-08-09T20:27:12.543Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:12.806Z] OK: 211 MiB in 51 packages [2022-08-09T20:27:13.069Z] OK: 211 MiB in 51 packages [2022-08-09T20:27:13.069Z] Removing intermediate container 9de75e66b34b [2022-08-09T20:27:13.069Z] ---> 4d4051a14231 [2022-08-09T20:27:13.069Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-09T20:27:13.332Z] OK: 211 MiB in 51 packages [2022-08-09T20:27:13.332Z] OK: 211 MiB in 51 packages [2022-08-09T20:27:13.332Z] ---> 0f384dd6a7ef [2022-08-09T20:27:13.332Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:27:13.332Z] ---> Running in 4ec2d7b74f70 [2022-08-09T20:27:13.332Z] Removing intermediate container d77c61c7c526 [2022-08-09T20:27:13.332Z] ---> 8d88ddeb1048 [2022-08-09T20:27:13.332Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:27:13.596Z] Removing intermediate container bc97750f8829 [2022-08-09T20:27:13.596Z] ---> a7077694c675 [2022-08-09T20:27:13.596Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:27:13.596Z] ---> ef366ce3937b [2022-08-09T20:27:13.596Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:27:13.859Z] ---> Running in e04f8d21c4cc [2022-08-09T20:27:13.859Z] ---> 8b40d44b2db6 [2022-08-09T20:27:13.859Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:27:13.859Z] ---> Running in 50e36e3d3b5c [2022-08-09T20:27:13.859Z] Removing intermediate container 29bba484745c [2022-08-09T20:27:13.859Z] ---> c639526c144d [2022-08-09T20:27:13.859Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-09T20:27:14.126Z] ---> 9dd327747355 [2022-08-09T20:27:14.126Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:27:14.126Z] ---> Running in b30510f0ff07 [2022-08-09T20:27:16.835Z] 8a5474983e97: Pull complete [2022-08-09T20:27:19.498Z] 329c88fbcd65: Pull complete [2022-08-09T20:27:19.498Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-09T20:27:19.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-09T20:27:19.498Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-08-09T20:27:19.903Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-09T20:27:19.903Z] WORKDIR /edgex [2022-08-09T20:27:19.903Z] COPY go.mod . [2022-08-09T20:27:19.903Z] RUN go mod download [2022-08-09T20:27:19.903Z] + docker build -t ci-base-image-arm64 -f - . [2022-08-09T20:27:20.503Z] Sending build context to Docker daemon 3.125MB [2022-08-09T20:27:20.503Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-09T20:27:20.503Z] ---> ff4287adb874 [2022-08-09T20:27:20.503Z] Step 2/4 : WORKDIR /edgex [2022-08-09T20:27:22.508Z] ---> Running in c93c364850c4 [2022-08-09T20:27:22.508Z] Removing intermediate container c93c364850c4 [2022-08-09T20:27:22.508Z] ---> 045a04995fc0 [2022-08-09T20:27:22.508Z] Step 3/4 : COPY go.mod . [2022-08-09T20:27:23.111Z] ---> 93166a0413a2 [2022-08-09T20:27:23.111Z] Step 4/4 : RUN go mod download [2022-08-09T20:27:23.111Z] ---> Running in df8651f82fa1 [2022-08-09T20:27:29.097Z] Removing intermediate container b30510f0ff07 [2022-08-09T20:27:29.097Z] ---> 7280bf2f4350 [2022-08-09T20:27:29.097Z] Step 8/31 : COPY . . [2022-08-09T20:27:29.097Z] Removing intermediate container 4ec2d7b74f70 [2022-08-09T20:27:29.097Z] ---> 74b0e34edcdd [2022-08-09T20:27:29.097Z] Step 8/26 : COPY . . [2022-08-09T20:27:29.097Z] Removing intermediate container e04f8d21c4cc [2022-08-09T20:27:29.097Z] ---> 04f70909b974 [2022-08-09T20:27:29.097Z] Step 8/23 : COPY . . [2022-08-09T20:27:29.097Z] Removing intermediate container 50e36e3d3b5c [2022-08-09T20:27:29.097Z] ---> b6929872332c [2022-08-09T20:27:29.097Z] Step 8/23 : COPY . . [2022-08-09T20:27:29.097Z] Removing intermediate container 3fadf9c86ea8 [2022-08-09T20:27:29.097Z] ---> 84c4ac32a118 [2022-08-09T20:27:29.097Z] Step 8/23 : COPY . . [2022-08-09T20:27:39.387Z] ---> 3ca769019bd5 [2022-08-09T20:27:39.387Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-08-09T20:27:39.387Z] ---> abb45400e9e5 [2022-08-09T20:27:39.387Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-09T20:27:39.387Z] ---> a123703d66d9 [2022-08-09T20:27:39.387Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-09T20:27:39.652Z] ---> 7568f84e0c78 [2022-08-09T20:27:39.652Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-09T20:27:39.652Z] ---> 3e74bc63dd6c [2022-08-09T20:27:39.652Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-09T20:27:39.652Z] ---> Running in a64488e629dc [2022-08-09T20:27:39.652Z] ---> Running in a71f00d42dfc [2022-08-09T20:27:39.652Z] ---> Running in f276041f374a [2022-08-09T20:27:39.652Z] ---> Running in 5c63232fa3f1 [2022-08-09T20:27:39.652Z] ---> Running in a98678215427 [2022-08-09T20:27:39.652Z] Removing intermediate container 5c63232fa3f1 [2022-08-09T20:27:39.652Z] ---> 148e76e34f7e [2022-08-09T20:27:39.652Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-09T20:27:39.917Z] ---> Running in 9c022358b733 [2022-08-09T20:27:39.917Z] Removing intermediate container 9c022358b733 [2022-08-09T20:27:39.918Z] ---> ed7c9f660860 [2022-08-09T20:27:39.918Z] 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-08-09T20:27:39.918Z] ---> Running in 852c3047c529 [2022-08-09T20:27:40.178Z] 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-08-09T20:27:40.178Z] 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-08-09T20:27:40.178Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-08-09T20:27:40.441Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-08-09T20:27:41.014Z] Removing intermediate container 852c3047c529 [2022-08-09T20:27:41.014Z] ---> 854bc997552c [2022-08-09T20:27:41.014Z] Step 12/26 : WORKDIR /edgex-go [2022-08-09T20:27:41.284Z] ---> Running in ad313948aa78 [2022-08-09T20:27:41.545Z] Removing intermediate container ad313948aa78 [2022-08-09T20:27:41.545Z] ---> d7397caed06e [2022-08-09T20:27:41.545Z] [2022-08-09T20:27:41.545Z] Step 13/26 : FROM alpine:3.15 [2022-08-09T20:27:41.545Z] 3.15: Pulling from library/alpine [2022-08-09T20:27:41.806Z] Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a [2022-08-09T20:27:41.806Z] Status: Downloaded newer image for alpine:3.15 [2022-08-09T20:27:41.806Z] ---> 2720e26172a0 [2022-08-09T20:27:41.806Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:27:42.067Z] ---> Running in deb9e9e38184 [2022-08-09T20:27:42.067Z] Removing intermediate container deb9e9e38184 [2022-08-09T20:27:42.067Z] ---> b27db8fd39da [2022-08-09T20:27:42.067Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:27:42.067Z] ---> Running in f39e9da99117 [2022-08-09T20:27:43.474Z] Removing intermediate container f39e9da99117 [2022-08-09T20:27:43.474Z] ---> 959072c554fa [2022-08-09T20:27:43.474Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-09T20:27:43.474Z] ---> Running in 32cb841f2217 [2022-08-09T20:27:44.047Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:44.987Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:45.927Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:27:45.927Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:27:45.927Z] OK: 15858 distinct packages available [2022-08-09T20:27:45.927Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:46.873Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:27:48.793Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-09T20:27:48.793Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:27:49.053Z] (3/4) Installing libucontext (1.1-r0) [2022-08-09T20:27:49.053Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-09T20:27:49.314Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:27:49.314Z] OK: 6 MiB in 18 packages [2022-08-09T20:27:51.893Z] Removing intermediate container 32cb841f2217 [2022-08-09T20:27:51.893Z] ---> f92f38535523 [2022-08-09T20:27:51.893Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-09T20:27:54.436Z] ---> 2328bb70670f [2022-08-09T20:27:54.436Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-09T20:27:55.010Z] ---> 98ff6b3f2d19 [2022-08-09T20:27:55.010Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-09T20:27:55.486Z] ---> Running in e147280d5ccd [2022-08-09T20:27:55.486Z] Removing intermediate container e147280d5ccd [2022-08-09T20:27:55.486Z] ---> 2c18937c6898 [2022-08-09T20:27:55.486Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-09T20:27:56.087Z] ---> cf718de57dbf [2022-08-09T20:27:56.087Z] Step 21/26 : WORKDIR / [2022-08-09T20:27:56.349Z] ---> Running in 7ad14157f21f [2022-08-09T20:27:56.920Z] Removing intermediate container 7ad14157f21f [2022-08-09T20:27:56.920Z] ---> 9916baf1b489 [2022-08-09T20:27:56.920Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-09T20:27:56.920Z] ---> Running in 17a6cbebf0d9 [2022-08-09T20:27:57.498Z] Removing intermediate container 17a6cbebf0d9 [2022-08-09T20:27:57.498Z] ---> 7718e1f50fcc [2022-08-09T20:27:57.498Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-09T20:27:57.498Z] ---> Running in a82fa4de6b32 [2022-08-09T20:27:58.075Z] Removing intermediate container a82fa4de6b32 [2022-08-09T20:27:58.075Z] ---> e446d679105f [2022-08-09T20:27:58.075Z] Step 24/26 : LABEL arch=x86_64 [2022-08-09T20:27:58.075Z] ---> Running in 24d61d96a7dd [2022-08-09T20:27:58.337Z] Removing intermediate container 24d61d96a7dd [2022-08-09T20:27:58.337Z] ---> 14da799f40d6 [2022-08-09T20:27:58.337Z] Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:27:58.337Z] ---> Running in b3d119ed6bbb [2022-08-09T20:27:58.602Z] Removing intermediate container b3d119ed6bbb [2022-08-09T20:27:58.602Z] ---> 7f777539bd9d [2022-08-09T20:27:58.602Z] Step 26/26 : LABEL version=0.0.0 [2022-08-09T20:27:58.878Z] ---> Running in 2cefc01968b8 [2022-08-09T20:27:59.146Z] Removing intermediate container 2cefc01968b8 [2022-08-09T20:27:59.146Z] ---> a494f2c3051a [2022-08-09T20:27:59.146Z] [2022-08-09T20:27:59.146Z] Successfully built a494f2c3051a [2022-08-09T20:27:59.146Z] Successfully tagged security-spire-config:latest [2022-08-09T20:27:59.146Z]  Building security-spire-config ... done Building security-secretstore-setup [2022-08-09T20:28:02.191Z] Removing intermediate container df8651f82fa1 [2022-08-09T20:28:02.191Z] ---> 351623c7a876 [2022-08-09T20:28:02.191Z] Successfully built 351623c7a876 [2022-08-09T20:28:02.191Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:28:02.460Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:02.460Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:02.460Z] ---> 35a31de7d9e3 [2022-08-09T20:28:02.460Z] Step 3/25 : WORKDIR /edgex-go [2022-08-09T20:28:02.460Z] ---> Using cache [2022-08-09T20:28:02.460Z] ---> b1d287031b91 [2022-08-09T20:28:02.460Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:02.460Z] ---> Using cache [2022-08-09T20:28:02.460Z] ---> 021e3cc57756 [2022-08-09T20:28:02.460Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-09T20:28:02.460Z] ---> Using cache [2022-08-09T20:28:02.460Z] ---> a7077694c675 [2022-08-09T20:28:02.460Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-09T20:28:02.460Z] ---> Using cache [2022-08-09T20:28:02.460Z] ---> 8b40d44b2db6 [2022-08-09T20:28:02.460Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:02.460Z] ---> Using cache [2022-08-09T20:28:02.460Z] ---> b6929872332c [2022-08-09T20:28:02.460Z] Step 8/25 : COPY . . [2022-08-09T20:28:02.460Z] ---> Using cache [2022-08-09T20:28:02.460Z] ---> 3ca769019bd5 [2022-08-09T20:28:02.460Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-09T20:28:02.609Z] + docker inspect -f . ci-base-image-arm64 [2022-08-09T20:28:02.609Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:28:02.922Z] prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2022-08-09T20:28:03.060Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-09T20:28:03.412Z] ---> Running in f85c4f043824 [2022-08-09T20:28:04.341Z] $ docker top efbd3b3729626019addfcb1ae37a1e28609a52f3ea30e9befa413ad806544f06 -eo pid,comm [2022-08-09T20:28:04.355Z] 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 [Pipeline] { [Pipeline] sh [2022-08-09T20:28:05.316Z] + go version [2022-08-09T20:28:05.316Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-09T20:28:05.356Z] $ docker stop --time=1 efbd3b3729626019addfcb1ae37a1e28609a52f3ea30e9befa413ad806544f06 [2022-08-09T20:28:06.941Z] $ docker rm -f efbd3b3729626019addfcb1ae37a1e28609a52f3ea30e9befa413ad806544f06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:28:07.851Z] + docker inspect -f . ci-base-image-arm64 [2022-08-09T20:28:07.851Z] . [2022-08-09T20:28:07.870Z] Removing intermediate container a98678215427 [2022-08-09T20:28:07.870Z] ---> 2d9ba28ecc16 [2022-08-09T20:28:07.870Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:28:08.190Z] prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2022-08-09T20:28:08.277Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-08-09T20:28:08.441Z] ---> Running in 98701e7c1325 [2022-08-09T20:28:08.700Z] Removing intermediate container f276041f374a [2022-08-09T20:28:08.700Z] ---> 404f53da4a1f [2022-08-09T20:28:08.700Z] [2022-08-09T20:28:08.700Z] Step 10/31 : FROM alpine:3.16 [2022-08-09T20:28:08.700Z] 3.16: Pulling from library/alpine [2022-08-09T20:28:09.334Z] 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-08-09T20:28:09.334Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-09T20:28:09.334Z] Status: Downloaded newer image for alpine:3.16 [2022-08-09T20:28:09.334Z] ---> d7d3d98c851f [2022-08-09T20:28:09.334Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:28:09.493Z] $ docker top 361f308fb4b02bb38e5bb23d6d34b4db559689b03a80fd31bbfc87223596d50b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-09T20:28:09.874Z] ========================================================= [2022-08-09T20:28:09.874Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-08-09T20:28:09.874Z] ========================================================= [Pipeline] sh [2022-08-09T20:28:09.904Z] ---> Running in edb6a4e5ff5f [2022-08-09T20:28:10.289Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-08-09T20:28:10.656Z] Removing intermediate container edb6a4e5ff5f [2022-08-09T20:28:10.656Z] ---> 4fc2f55366ae [2022-08-09T20:28:10.656Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-09T20:28:10.656Z] ---> Running in 0dc9da3a4903 [2022-08-09T20:28:11.131Z] + make test [2022-08-09T20:28:11.131Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-08-09T20:28:11.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:11.343Z] Removing intermediate container 98701e7c1325 [2022-08-09T20:28:11.343Z] ---> db7f5f85d796 [2022-08-09T20:28:11.343Z] [2022-08-09T20:28:11.343Z] Step 11/23 : FROM alpine:3.16 [2022-08-09T20:28:11.343Z] ---> d7d3d98c851f [2022-08-09T20:28:11.343Z] 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-08-09T20:28:11.343Z] Removing intermediate container a71f00d42dfc [2022-08-09T20:28:11.343Z] ---> 41838c93476d [2022-08-09T20:28:11.343Z] [2022-08-09T20:28:11.343Z] Step 10/23 : FROM alpine:3.16 [2022-08-09T20:28:11.343Z] ---> d7d3d98c851f [2022-08-09T20:28:11.343Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-09T20:28:11.343Z] ---> Running in ab9937f628c7 [2022-08-09T20:28:11.616Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:11.616Z] ---> Running in 6a121bf8274f [2022-08-09T20:28:11.616Z] Removing intermediate container ab9937f628c7 [2022-08-09T20:28:11.616Z] ---> f79918adc187 [2022-08-09T20:28:11.616Z] 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-08-09T20:28:11.877Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-09T20:28:11.877Z] ---> Running in 9d0c109b0084 [2022-08-09T20:28:11.877Z] (2/2) Installing su-exec (0.2-r1) [2022-08-09T20:28:11.877Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:28:11.877Z] OK: 6 MiB in 16 packages [2022-08-09T20:28:12.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:12.462Z] Removing intermediate container a64488e629dc [2022-08-09T20:28:12.462Z] ---> fa49e1b8808a [2022-08-09T20:28:12.462Z] [2022-08-09T20:28:12.462Z] Step 10/23 : FROM alpine:3.16 [2022-08-09T20:28:12.462Z] ---> d7d3d98c851f [2022-08-09T20:28:12.462Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-09T20:28:12.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:12.462Z] ---> Running in f6c20ec171e5 [2022-08-09T20:28:12.725Z] Removing intermediate container 0dc9da3a4903 [2022-08-09T20:28:12.725Z] ---> 6f3992a48a7d [2022-08-09T20:28:12.725Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-09T20:28:12.725Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-09T20:28:12.725Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:28:12.725Z] OK: 6 MiB in 15 packages [2022-08-09T20:28:12.725Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:12.725Z] Removing intermediate container f6c20ec171e5 [2022-08-09T20:28:12.725Z] ---> d83a9ac10276 [2022-08-09T20:28:12.984Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-09T20:28:12.984Z] ---> Running in 9f07acabc41b [2022-08-09T20:28:12.984Z] ---> Running in f7c068d0949a [2022-08-09T20:28:12.984Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:13.247Z] Removing intermediate container 9f07acabc41b [2022-08-09T20:28:13.247Z] ---> 50be0785c015 [2022-08-09T20:28:13.247Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-09T20:28:13.247Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-09T20:28:13.247Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-09T20:28:13.247Z] ---> Running in f180a251fab0 [2022-08-09T20:28:13.247Z] Removing intermediate container f7c068d0949a [2022-08-09T20:28:13.247Z] ---> 156f0a72011d [2022-08-09T20:28:13.247Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-09T20:28:13.247Z] (3/33) Installing readline (8.1.2-r0) [2022-08-09T20:28:13.247Z] (4/33) Installing bash (5.1.16-r2) [2022-08-09T20:28:13.247Z] ---> Running in b3605b9efefe [2022-08-09T20:28:13.529Z] Executing bash-5.1.16-r2.post-install [2022-08-09T20:28:13.529Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-09T20:28:13.529Z] Removing intermediate container f180a251fab0 [2022-08-09T20:28:13.529Z] ---> 4b6a8041f899 [2022-08-09T20:28:13.529Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-09T20:28:13.529Z] Removing intermediate container 6a121bf8274f [2022-08-09T20:28:13.529Z] ---> 3ca8aada36df [2022-08-09T20:28:13.529Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:28:13.529Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-09T20:28:13.529Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-09T20:28:13.529Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-09T20:28:13.529Z] ---> Running in 84e296fb1ba0 [2022-08-09T20:28:13.529Z] ---> Running in c89662989b8d [2022-08-09T20:28:13.529Z] Removing intermediate container b3605b9efefe [2022-08-09T20:28:13.529Z] ---> b4406a6fba4a [2022-08-09T20:28:13.529Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:13.529Z] (9/33) Installing curl (7.83.1-r2) [2022-08-09T20:28:13.529Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-09T20:28:13.529Z] ---> Running in d0f26b3012d7 [2022-08-09T20:28:13.801Z] Removing intermediate container 84e296fb1ba0 [2022-08-09T20:28:13.801Z] ---> 44f3034feaef [2022-08-09T20:28:13.801Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-09T20:28:13.801Z] Removing intermediate container c89662989b8d [2022-08-09T20:28:13.801Z] ---> 8e95c8162aaf [2022-08-09T20:28:13.801Z] Step 13/23 : ENV APP_PORT=59881 [2022-08-09T20:28:13.801Z] ---> Running in 9cc8e13f5524 [2022-08-09T20:28:13.801Z] ---> Running in 5f08457cc9d4 [2022-08-09T20:28:13.801Z] Removing intermediate container 5f08457cc9d4 [2022-08-09T20:28:13.801Z] ---> 5d28e4e19411 [2022-08-09T20:28:13.801Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-09T20:28:14.065Z] ---> Running in a7aef3f9cfef [2022-08-09T20:28:14.065Z] Removing intermediate container a7aef3f9cfef [2022-08-09T20:28:14.065Z] ---> 6650e7d0f671 [2022-08-09T20:28:14.065Z] Step 15/23 : WORKDIR / [2022-08-09T20:28:14.065Z] ---> Running in b04516708481 [2022-08-09T20:28:14.327Z] Removing intermediate container b04516708481 [2022-08-09T20:28:14.327Z] ---> f0512c2cc196 [2022-08-09T20:28:14.327Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:28:14.588Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-09T20:28:14.588Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-09T20:28:14.588Z] ---> c43e38cbdac1 [2022-08-09T20:28:14.588Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-09T20:28:14.588Z] (13/33) Installing expat (2.4.8-r0) [2022-08-09T20:28:14.588Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-09T20:28:14.588Z] (15/33) Installing gdbm (1.23-r0) [2022-08-09T20:28:14.588Z] Removing intermediate container d0f26b3012d7 [2022-08-09T20:28:14.588Z] ---> b2b4ecb477ce [2022-08-09T20:28:14.588Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-09T20:28:14.588Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-09T20:28:14.588Z] Removing intermediate container 9cc8e13f5524 [2022-08-09T20:28:14.588Z] ---> de332f9e988c [2022-08-09T20:28:14.588Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-09T20:28:14.588Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-09T20:28:14.588Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-09T20:28:14.588Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-09T20:28:14.852Z] ---> Running in a2627b05c24f [2022-08-09T20:28:14.852Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-09T20:28:14.852Z] ---> Running in 2cec2eba2d9a [2022-08-09T20:28:14.852Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-09T20:28:15.136Z] Removing intermediate container a2627b05c24f [2022-08-09T20:28:15.136Z] ---> 8577ed38579d [2022-08-09T20:28:15.136Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-09T20:28:15.136Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:15.136Z] ---> 3df58296f8e7 [2022-08-09T20:28:15.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-09T20:28:15.407Z] ---> 7e0e38a09040 [2022-08-09T20:28:15.407Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-09T20:28:15.407Z] ---> Running in 1c891bdd16a3 [2022-08-09T20:28:15.407Z] ---> 69624542fe9a [2022-08-09T20:28:15.407Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-08-09T20:28:15.677Z] ---> Running in 09cc6170e4a5 [2022-08-09T20:28:15.677Z] Removing intermediate container 09cc6170e4a5 [2022-08-09T20:28:15.677Z] ---> f301636ec40f [2022-08-09T20:28:15.677Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:28:15.677Z] ---> Running in 1e33c8622668 [2022-08-09T20:28:15.946Z] Removing intermediate container 1e33c8622668 [2022-08-09T20:28:15.946Z] ---> cbcb18666381 [2022-08-09T20:28:15.946Z] Step 21/23 : LABEL arch=x86_64 [2022-08-09T20:28:15.946Z] ---> Running in 01b221a58e00 [2022-08-09T20:28:16.221Z] Removing intermediate container 01b221a58e00 [2022-08-09T20:28:16.221Z] ---> dc197ec4d1e3 [2022-08-09T20:28:16.221Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:16.221Z] ---> Running in 48f8d8f062c1 [2022-08-09T20:28:16.501Z] Removing intermediate container 1c891bdd16a3 [2022-08-09T20:28:16.501Z] ---> a56849582f75 [2022-08-09T20:28:16.501Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:28:16.501Z] Removing intermediate container 48f8d8f062c1 [2022-08-09T20:28:16.501Z] ---> 20bba3799274 [2022-08-09T20:28:16.501Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:28:16.501Z] ---> Running in 22300eeb030f [2022-08-09T20:28:16.501Z] ---> b376415fdaf8 [2022-08-09T20:28:16.501Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-09T20:28:16.501Z] Removing intermediate container 22300eeb030f [2022-08-09T20:28:16.501Z] ---> a576d54e0b6c [2022-08-09T20:28:16.501Z] [2022-08-09T20:28:16.774Z] Successfully built a576d54e0b6c [2022-08-09T20:28:16.774Z] Successfully tagged core-metadata:latest [2022-08-09T20:28:16.774Z]  Building core-metadata ... done Building security-proxy-setup [2022-08-09T20:28:17.059Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:17.683Z] 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-08-09T20:28:18.329Z] ---> f8b2b870b62b [2022-08-09T20:28:18.329Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-09T20:28:18.942Z] ---> 48ec916a7635 [2022-08-09T20:28:18.943Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-09T20:28:19.202Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:19.202Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:19.202Z] ---> 35a31de7d9e3 [2022-08-09T20:28:19.202Z] Step 3/22 : WORKDIR /edgex-go [2022-08-09T20:28:19.202Z] ---> Using cache [2022-08-09T20:28:19.202Z] ---> b1d287031b91 [2022-08-09T20:28:19.202Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:19.202Z] ---> Using cache [2022-08-09T20:28:19.202Z] ---> 021e3cc57756 [2022-08-09T20:28:19.202Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-09T20:28:19.202Z] ---> Using cache [2022-08-09T20:28:19.202Z] ---> a7077694c675 [2022-08-09T20:28:19.202Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-09T20:28:19.202Z] ---> Using cache [2022-08-09T20:28:19.202Z] ---> 8b40d44b2db6 [2022-08-09T20:28:19.202Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:19.202Z] ---> Using cache [2022-08-09T20:28:19.202Z] ---> b6929872332c [2022-08-09T20:28:19.202Z] Step 8/22 : COPY . . [2022-08-09T20:28:19.202Z] ---> Using cache [2022-08-09T20:28:19.202Z] ---> 3ca769019bd5 [2022-08-09T20:28:19.202Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-09T20:28:19.202Z] ---> Running in 1dfe0f002555 [2022-08-09T20:28:19.202Z] ---> bfd9d63dbadd [2022-08-09T20:28:19.202Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-09T20:28:19.465Z] 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-08-09T20:28:19.726Z] ---> 9a9327dedbb8 [2022-08-09T20:28:19.726Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-09T20:28:20.301Z] ---> c15000d06c96 [2022-08-09T20:28:20.301Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-09T20:28:20.301Z] ---> Running in 7325841a3f50 [2022-08-09T20:28:20.872Z] Removing intermediate container f85c4f043824 [2022-08-09T20:28:20.872Z] ---> 99f5e2c87da8 [2022-08-09T20:28:20.872Z] [2022-08-09T20:28:20.872Z] Step 10/25 : FROM alpine:3.16 [2022-08-09T20:28:20.872Z] ---> d7d3d98c851f [2022-08-09T20:28:20.872Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-09T20:28:20.872Z] ---> Running in 7623048a03c7 [2022-08-09T20:28:21.132Z] Removing intermediate container 7325841a3f50 [2022-08-09T20:28:21.132Z] ---> be3a1cbad368 [2022-08-09T20:28:21.132Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-09T20:28:21.132Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:21.132Z] ---> Running in 7c61f8a93532 [2022-08-09T20:28:21.394Z] Removing intermediate container 7c61f8a93532 [2022-08-09T20:28:21.394Z] ---> 75cb188a827c [2022-08-09T20:28:21.394Z] Step 28/31 : CMD ["gate"] [2022-08-09T20:28:21.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:21.394Z] ---> Running in 388c42939b7b [2022-08-09T20:28:21.656Z] Removing intermediate container 388c42939b7b [2022-08-09T20:28:21.657Z] ---> 9c28dde72704 [2022-08-09T20:28:21.657Z] Step 29/31 : LABEL arch=x86_64 [2022-08-09T20:28:21.657Z] ---> Running in 0359318bb670 [2022-08-09T20:28:21.919Z] Removing intermediate container 0359318bb670 [2022-08-09T20:28:21.919Z] ---> 50a20ccd30a5 [2022-08-09T20:28:21.919Z] Step 30/31 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:21.919Z] ---> Running in 8fb648292fb7 [2022-08-09T20:28:22.180Z] Removing intermediate container 8fb648292fb7 [2022-08-09T20:28:22.180Z] ---> 76afee6a9104 [2022-08-09T20:28:22.180Z] Step 31/31 : LABEL version=0.0.0 [2022-08-09T20:28:22.180Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-09T20:28:22.180Z] ---> Running in dcd31d4feb4f [2022-08-09T20:28:22.180Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-09T20:28:22.180Z] (3/3) Installing su-exec (0.2-r1) [2022-08-09T20:28:22.180Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:28:22.180Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:28:22.180Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-09T20:28:22.180Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-09T20:28:22.180Z] OK: 6 MiB in 17 packages [2022-08-09T20:28:22.180Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-09T20:28:22.449Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-09T20:28:22.449Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-09T20:28:22.449Z] Removing intermediate container dcd31d4feb4f [2022-08-09T20:28:22.449Z] ---> 0482fc256344 [2022-08-09T20:28:22.449Z] [2022-08-09T20:28:22.449Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-09T20:28:22.449Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-09T20:28:22.449Z] Successfully built 0482fc256344 [2022-08-09T20:28:22.449Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-09T20:28:22.449Z] Successfully tagged security-bootstrapper:latest [2022-08-09T20:28:22.449Z] Building support-scheduler [2022-08-09T20:28:22.449Z]  Building security-bootstrapper ... done (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-09T20:28:22.449Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-09T20:28:22.449Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-09T20:28:22.708Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-09T20:28:22.708Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-09T20:28:22.708Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-09T20:28:22.978Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-09T20:28:23.240Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-09T20:28:24.195Z] Removing intermediate container 7623048a03c7 [2022-08-09T20:28:24.195Z] ---> 9d5c268474c4 [2022-08-09T20:28:24.195Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-09T20:28:24.195Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:28:24.195Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:28:24.195Z] OK: 122 MiB in 47 packages [2022-08-09T20:28:24.780Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:24.780Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:24.780Z] ---> 35a31de7d9e3 [2022-08-09T20:28:24.780Z] Step 3/22 : WORKDIR /edgex-go [2022-08-09T20:28:24.780Z] ---> Using cache [2022-08-09T20:28:24.780Z] ---> b1d287031b91 [2022-08-09T20:28:24.780Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:24.780Z] ---> Using cache [2022-08-09T20:28:24.780Z] ---> 021e3cc57756 [2022-08-09T20:28:24.780Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-09T20:28:24.780Z] ---> Using cache [2022-08-09T20:28:24.780Z] ---> a7077694c675 [2022-08-09T20:28:24.780Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-09T20:28:24.780Z] ---> Using cache [2022-08-09T20:28:24.780Z] ---> 8b40d44b2db6 [2022-08-09T20:28:24.780Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:24.780Z] ---> Using cache [2022-08-09T20:28:24.780Z] ---> b6929872332c [2022-08-09T20:28:24.780Z] Step 8/22 : COPY . . [2022-08-09T20:28:24.780Z] ---> Using cache [2022-08-09T20:28:24.780Z] ---> 3ca769019bd5 [2022-08-09T20:28:24.780Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-09T20:28:24.780Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-09T20:28:25.042Z] ---> Running in 4325f3d79b57 [2022-08-09T20:28:25.042Z] ---> Running in 68bf9c2c4c0a [2022-08-09T20:28:25.302Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-09T20:28:25.302Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:28:25.302Z] OK: 8 MiB in 20 packages [2022-08-09T20:28:25.302Z] Removing intermediate container 68bf9c2c4c0a [2022-08-09T20:28:25.302Z] ---> c44dde80ee5c [2022-08-09T20:28:25.302Z] Step 13/25 : WORKDIR / [2022-08-09T20:28:25.561Z] ---> Running in cb219e8de6db [2022-08-09T20:28:25.826Z] Removing intermediate container cb219e8de6db [2022-08-09T20:28:25.826Z] ---> cf5ec8bc5ca6 [2022-08-09T20:28:25.826Z] 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-08-09T20:28:25.826Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-09T20:28:26.089Z] ---> 0fb03b00a584 [2022-08-09T20:28:26.089Z] 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-08-09T20:28:26.354Z] Removing intermediate container 2cec2eba2d9a [2022-08-09T20:28:26.354Z] ---> 7b477b389915 [2022-08-09T20:28:26.354Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:28:26.613Z] ---> faef5f39832a [2022-08-09T20:28:26.613Z] ---> 8f513a229195 [2022-08-09T20:28:26.613Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.tomlStep 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-09T20:28:26.613Z] [2022-08-09T20:28:27.550Z] ---> 893f04aa8873 [2022-08-09T20:28:27.550Z] 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-08-09T20:28:27.550Z] ---> ffd1f8015707 [2022-08-09T20:28:27.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-09T20:28:27.550Z] Collecting docker-compose==1.23.2 [2022-08-09T20:28:27.817Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-09T20:28:27.817Z] ---> a5ea0b7abb51 [2022-08-09T20:28:27.817Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-09T20:28:27.817Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 3.0 MB/s eta 0:00:00 [2022-08-09T20:28:27.817Z] ---> 1d0f26cfaebf [2022-08-09T20:28:27.817Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-09T20:28:28.090Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-09T20:28:28.090Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-09T20:28:28.090Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 20.3 MB/s eta 0:00:00 [2022-08-09T20:28:28.090Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-09T20:28:28.090Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-09T20:28:28.090Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 13.7 MB/s eta 0:00:00 [2022-08-09T20:28:28.090Z] ---> Running in 4d07f3c3e216 [2022-08-09T20:28:28.090Z] Collecting texttable<0.10,>=0.9.0 [2022-08-09T20:28:28.090Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-09T20:28:28.090Z] Preparing metadata (setup.py): started [2022-08-09T20:28:28.667Z] ---> a8c567cda0fb [2022-08-09T20:28:28.667Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-09T20:28:28.667Z] Removing intermediate container 4d07f3c3e216 [2022-08-09T20:28:28.667Z] ---> b3ff29fa2dd6 [2022-08-09T20:28:28.667Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:28:28.667Z] ---> Running in 9cba21d9c154 [2022-08-09T20:28:28.667Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:28:28.667Z] Removing intermediate container 9cba21d9c154 [2022-08-09T20:28:28.667Z] ---> b08039c1abae [2022-08-09T20:28:28.667Z] Step 21/23 : LABEL arch=x86_64 [2022-08-09T20:28:28.667Z] Collecting PyYAML<4,>=3.10 [2022-08-09T20:28:28.667Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-09T20:28:28.667Z] ---> Running in abd1dd491ba0 [2022-08-09T20:28:28.931Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 7.9 MB/s eta 0:00:00 [2022-08-09T20:28:28.931Z] ---> 72655dcffac2 [2022-08-09T20:28:28.931Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-09T20:28:28.931Z] Removing intermediate container abd1dd491ba0 [2022-08-09T20:28:28.931Z] ---> dc1288a3afad [2022-08-09T20:28:28.931Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:29.211Z] ---> Running in b4766e006da9 [2022-08-09T20:28:29.211Z] Preparing metadata (setup.py): started [2022-08-09T20:28:29.211Z] ---> 645b1478934d [2022-08-09T20:28:29.211Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-09T20:28:29.211Z] ---> Running in 5665a251726f [2022-08-09T20:28:29.211Z] Removing intermediate container b4766e006da9 [2022-08-09T20:28:29.211Z] ---> aebe31cf7a02 [2022-08-09T20:28:29.211Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:28:29.473Z] ---> Running in ff97e3790839 [2022-08-09T20:28:29.473Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:28:29.473Z] Collecting cached-property<2,>=1.2.0 [2022-08-09T20:28:29.473Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-09T20:28:29.473Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-09T20:28:29.473Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-09T20:28:29.473Z] Preparing metadata (setup.py): started [2022-08-09T20:28:29.473Z] Removing intermediate container ff97e3790839 [2022-08-09T20:28:29.473Z] ---> 143bb9d59b62 [2022-08-09T20:28:29.473Z] [2022-08-09T20:28:29.732Z] Successfully built 143bb9d59b62 [2022-08-09T20:28:29.732Z] Successfully tagged core-data:latest [2022-08-09T20:28:29.732Z]  Building core-data ... done Building support-notifications [2022-08-09T20:28:29.732Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:28:29.732Z] Collecting docker<4.0,>=3.6.0 [2022-08-09T20:28:29.732Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-09T20:28:29.991Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 10.5 MB/s eta 0:00:00 [2022-08-09T20:28:29.991Z] Collecting docopt<0.7,>=0.6.1 [2022-08-09T20:28:29.991Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-09T20:28:29.991Z] Preparing metadata (setup.py): started [2022-08-09T20:28:30.262Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:28:30.262Z] Collecting jsonschema<3,>=2.5.1 [2022-08-09T20:28:30.262Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-09T20:28:30.262Z] 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-08-09T20:28:30.530Z] Collecting docker-pycreds>=0.4.0 [2022-08-09T20:28:30.530Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-09T20:28:30.530Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-09T20:28:30.807Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-09T20:28:30.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 7.0 MB/s eta 0:00:00 [2022-08-09T20:28:30.807Z] Collecting certifi>=2017.4.17 [2022-08-09T20:28:30.807Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-09T20:28:30.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 4.4 MB/s eta 0:00:00 [2022-08-09T20:28:30.807Z] Collecting idna<2.8,>=2.5 [2022-08-09T20:28:30.807Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-09T20:28:30.807Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 6.2 MB/s eta 0:00:00 [2022-08-09T20:28:31.135Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-09T20:28:31.135Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-09T20:28:31.135Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 27.9 MB/s eta 0:00:00 [2022-08-09T20:28:31.135Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-09T20:28:31.135Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-09T20:28:31.135Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-09T20:28:31.135Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-09T20:28:31.416Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-09T20:28:31.416Z] Running setup.py install for texttable: started [2022-08-09T20:28:31.692Z] Running setup.py install for texttable: finished with status 'done' [2022-08-09T20:28:31.692Z] Running setup.py install for PyYAML: started [2022-08-09T20:28:31.960Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:31.960Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:31.960Z] ---> 35a31de7d9e3 [2022-08-09T20:28:31.960Z] Step 3/22 : WORKDIR /edgex-go [2022-08-09T20:28:31.960Z] ---> Using cache [2022-08-09T20:28:31.960Z] ---> b1d287031b91 [2022-08-09T20:28:31.960Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:31.960Z] ---> Using cache [2022-08-09T20:28:31.960Z] ---> 021e3cc57756 [2022-08-09T20:28:31.960Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-09T20:28:32.253Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-09T20:28:32.559Z] ---> Running in 6f3dfe96ebb1 [2022-08-09T20:28:32.559Z] Removing intermediate container 5665a251726f [2022-08-09T20:28:32.559Z] ---> 0292f637469f [2022-08-09T20:28:32.559Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-09T20:28:32.848Z] ---> Running in 55d66521bcd8 [2022-08-09T20:28:32.848Z] 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-08-09T20:28:32.848Z] Running setup.py install for docopt: started [2022-08-09T20:28:32.848Z] Removing intermediate container 55d66521bcd8 [2022-08-09T20:28:32.848Z] ---> ce2216ee2e1d [2022-08-09T20:28:32.848Z] Step 23/25 : LABEL arch=x86_64 [2022-08-09T20:28:33.123Z] ---> Running in c465ca28de0f [2022-08-09T20:28:33.123Z] Running setup.py install for docopt: finished with status 'done' [2022-08-09T20:28:33.123Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:33.123Z] Removing intermediate container c465ca28de0f [2022-08-09T20:28:33.123Z] ---> 5f03324db724 [2022-08-09T20:28:33.123Z] Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:33.388Z] ---> Running in fa070051b53d [2022-08-09T20:28:33.654Z] Removing intermediate container fa070051b53d [2022-08-09T20:28:33.654Z] ---> 56b5ca43fe8a [2022-08-09T20:28:33.654Z] Step 25/25 : LABEL version=0.0.0 [2022-08-09T20:28:33.654Z] ---> Running in 6557bfc729b2 [2022-08-09T20:28:33.654Z] Running setup.py install for dockerpty: started [2022-08-09T20:28:33.930Z] Removing intermediate container 6557bfc729b2 [2022-08-09T20:28:33.930Z] ---> 8909744209fb [2022-08-09T20:28:33.930Z] [2022-08-09T20:28:33.930Z] Successfully built 8909744209fb [2022-08-09T20:28:33.930Z] Successfully tagged security-secretstore-setup:latest [2022-08-09T20:28:33.930Z]  Building security-secretstore-setup ... done Building core-command [2022-08-09T20:28:33.930Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-09T20:28:34.505Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:34.505Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 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-08-09T20:28:34.505Z] 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-08-09T20:28:35.474Z] OK: 211 MiB in 51 packages [2022-08-09T20:28:36.928Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:36.928Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:36.928Z] ---> 35a31de7d9e3 [2022-08-09T20:28:36.928Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:28:36.928Z] ---> Using cache [2022-08-09T20:28:36.928Z] ---> b1d287031b91 [2022-08-09T20:28:36.928Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:36.928Z] ---> Using cache [2022-08-09T20:28:36.928Z] ---> 021e3cc57756 [2022-08-09T20:28:36.928Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-09T20:28:36.928Z] ---> Using cache [2022-08-09T20:28:36.928Z] ---> a7077694c675 [2022-08-09T20:28:36.928Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:28:36.928Z] ---> Using cache [2022-08-09T20:28:36.928Z] ---> 8b40d44b2db6 [2022-08-09T20:28:36.928Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:36.928Z] ---> Using cache [2022-08-09T20:28:36.928Z] ---> b6929872332c [2022-08-09T20:28:36.928Z] Step 8/23 : COPY . . [2022-08-09T20:28:36.928Z] ---> Using cache [2022-08-09T20:28:36.928Z] ---> 3ca769019bd5 [2022-08-09T20:28:36.928Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-09T20:28:37.570Z] Removing intermediate container 6f3dfe96ebb1 [2022-08-09T20:28:37.570Z] ---> 6ffd2d8fa485 [2022-08-09T20:28:37.570Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-09T20:28:37.836Z] ---> Running in 0e59cc574b3e [2022-08-09T20:28:38.101Z] ---> 90839819b84a [2022-08-09T20:28:38.101Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:38.101Z] 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/core-command/core-command ./cmd/core-command [2022-08-09T20:28:38.362Z] ---> Running in c4cb492c5208 [2022-08-09T20:28:38.628Z] Removing intermediate container 1dfe0f002555 [2022-08-09T20:28:38.628Z] ---> 2f3d13e89ba3 [2022-08-09T20:28:38.628Z] [2022-08-09T20:28:38.628Z] Step 10/22 : FROM alpine:3.16 [2022-08-09T20:28:38.628Z] ---> d7d3d98c851f [2022-08-09T20:28:38.628Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-09T20:28:38.891Z] ---> Running in d24ad56479e2 [2022-08-09T20:28:39.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:39.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:40.153Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-09T20:28:40.153Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-09T20:28:40.153Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-09T20:28:40.418Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-09T20:28:40.418Z] (5/6) Installing curl (7.83.1-r2) [2022-08-09T20:28:40.418Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-09T20:28:40.418Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:28:40.418Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:28:40.418Z] Removing intermediate container 9d0c109b0084 [2022-08-09T20:28:40.418Z] ---> 22f27b166b1b [2022-08-09T20:28:40.418Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-09T20:28:40.418Z] OK: 8 MiB in 20 packages [2022-08-09T20:28:40.680Z] ---> Running in 18ad8c6add79 [2022-08-09T20:28:40.680Z] Removing intermediate container 18ad8c6add79 [2022-08-09T20:28:40.680Z] ---> 1e71886efce8 [2022-08-09T20:28:40.680Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-09T20:28:40.948Z] ---> Running in 54355e134598 [2022-08-09T20:28:41.252Z] Removing intermediate container 54355e134598 [2022-08-09T20:28:41.252Z] ---> 2b3d1a333c92 [2022-08-09T20:28:41.252Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-09T20:28:41.252Z] Removing intermediate container d24ad56479e2 [2022-08-09T20:28:41.252Z] ---> 74cbcdff7b0f [2022-08-09T20:28:41.252Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-09T20:28:41.252Z] ---> Running in b44aa76fb525 [2022-08-09T20:28:41.527Z] Removing intermediate container b44aa76fb525 [2022-08-09T20:28:41.527Z] ---> ef85019d5b21 [2022-08-09T20:28:41.527Z] Step 13/22 : WORKDIR /edgex [2022-08-09T20:28:41.527Z] ---> Running in 50155dff8b3d [2022-08-09T20:28:41.527Z] ---> 29607820bc3e [2022-08-09T20:28:41.527Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-09T20:28:41.840Z] Removing intermediate container 50155dff8b3d [2022-08-09T20:28:41.840Z] ---> eccd456b15cc [2022-08-09T20:28:41.840Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-09T20:28:42.120Z] ---> 52eabf36f4cc [2022-08-09T20:28:42.120Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-09T20:28:42.386Z] ---> 92b673ccf66f [2022-08-09T20:28:42.386Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-09T20:28:42.386Z] ---> 1bc4851d3d9b [2022-08-09T20:28:42.386Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-09T20:28:42.386Z] ---> Running in a0a95d14e4e6 [2022-08-09T20:28:42.660Z] Removing intermediate container a0a95d14e4e6 [2022-08-09T20:28:42.660Z] ---> 605d48dff566 [2022-08-09T20:28:42.660Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:28:42.922Z] ---> Running in acf78aa5714d [2022-08-09T20:28:42.922Z] ---> f02b8e66314d [2022-08-09T20:28:42.922Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-09T20:28:43.752Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-08-09T20:28:43.872Z] Removing intermediate container acf78aa5714d [2022-08-09T20:28:43.872Z] ---> ee989f5fab87 [2022-08-09T20:28:43.872Z] Step 21/23 : LABEL arch=x86_64 [2022-08-09T20:28:44.133Z] ---> ca4024dd28cf [2022-08-09T20:28:44.133Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-09T20:28:44.133Z] ---> Running in cb11d95278f4 [2022-08-09T20:28:44.408Z] Removing intermediate container cb11d95278f4 [2022-08-09T20:28:44.408Z] ---> 03faa6f5156d [2022-08-09T20:28:44.408Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:45.135Z] ---> c5f063feb4df [2022-08-09T20:28:45.135Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-09T20:28:45.135Z] ---> Running in 669185d86c00 [2022-08-09T20:28:45.135Z] ---> Running in a2689c4736f5 [2022-08-09T20:28:45.135Z] Removing intermediate container a2689c4736f5 [2022-08-09T20:28:45.135Z] ---> 02aa10c6990e [2022-08-09T20:28:45.135Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:28:45.400Z] ---> Running in 3bcaf43cb103 [2022-08-09T20:28:45.980Z] Removing intermediate container 3bcaf43cb103 [2022-08-09T20:28:45.980Z] ---> e6e0aa5dd464 [2022-08-09T20:28:45.980Z] [2022-08-09T20:28:45.980Z] Successfully built e6e0aa5dd464 [2022-08-09T20:28:45.980Z] Successfully tagged sys-mgmt-agent:latest [2022-08-09T20:28:45.980Z] Building security-spire-agent [2022-08-09T20:28:47.924Z]  Building sys-mgmt-agent ... done Removing intermediate container 669185d86c00 [2022-08-09T20:28:47.924Z] ---> 2584075e874d [2022-08-09T20:28:47.924Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-09T20:28:48.884Z] ---> Running in 2a41fe538539 [2022-08-09T20:28:48.884Z] Removing intermediate container 4325f3d79b57 [2022-08-09T20:28:48.884Z] ---> b1230bf2b0e1 [2022-08-09T20:28:48.884Z] [2022-08-09T20:28:48.884Z] Step 10/22 : FROM alpine:3.16 [2022-08-09T20:28:48.884Z] ---> d7d3d98c851f [2022-08-09T20:28:48.884Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-09T20:28:48.884Z] ---> Using cache [2022-08-09T20:28:48.884Z] ---> 3ca8aada36df [2022-08-09T20:28:48.884Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:28:48.884Z] ---> Using cache [2022-08-09T20:28:48.884Z] ---> 8e95c8162aaf [2022-08-09T20:28:48.884Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-09T20:28:49.178Z] Removing intermediate container c4cb492c5208 [2022-08-09T20:28:49.178Z] ---> d07a44ce955c [2022-08-09T20:28:49.178Z] Step 8/22 : COPY . . [2022-08-09T20:28:49.463Z] ---> Running in a4e38d921a87 [2022-08-09T20:28:49.463Z] Removing intermediate container 2a41fe538539 [2022-08-09T20:28:49.463Z] ---> 6dbdc6df2e91 [2022-08-09T20:28:49.463Z] Step 20/22 : LABEL arch=x86_64 [2022-08-09T20:28:49.731Z] ---> Running in 395926892b5e [2022-08-09T20:28:49.731Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:49.731Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:49.731Z] ---> 35a31de7d9e3 [2022-08-09T20:28:49.731Z] Step 3/26 : WORKDIR /edgex-go [2022-08-09T20:28:49.731Z] ---> Using cache [2022-08-09T20:28:49.731Z] ---> b1d287031b91 [2022-08-09T20:28:49.731Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:49.731Z] ---> Using cache [2022-08-09T20:28:49.731Z] ---> 021e3cc57756 [2022-08-09T20:28:49.731Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-09T20:28:50.071Z] Removing intermediate container a4e38d921a87 [2022-08-09T20:28:50.071Z] ---> 520a1da5e845 [2022-08-09T20:28:50.071Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-09T20:28:50.659Z] ---> Running in c10a281f6ef0 [2022-08-09T20:28:50.659Z] Removing intermediate container 395926892b5e [2022-08-09T20:28:50.659Z] ---> 00aa1c6e06c9 [2022-08-09T20:28:50.659Z] Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:50.659Z] ---> Running in aa33ee1b7659 [2022-08-09T20:28:50.922Z] ---> Running in 40be68a00b5a [2022-08-09T20:28:50.922Z] Removing intermediate container aa33ee1b7659 [2022-08-09T20:28:50.922Z] ---> 08e22c079eba [2022-08-09T20:28:50.922Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:28:50.922Z] Removing intermediate container 40be68a00b5a [2022-08-09T20:28:50.922Z] ---> 56d624f03114 [2022-08-09T20:28:50.922Z] Step 22/22 : LABEL version=0.0.0 [2022-08-09T20:28:51.187Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:51.187Z] ---> Running in 4035eea81616 [2022-08-09T20:28:51.187Z] ---> 121a048fee98 [2022-08-09T20:28:51.187Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-09T20:28:51.187Z] Removing intermediate container 4035eea81616 [2022-08-09T20:28:51.187Z] ---> 262000438f86 [2022-08-09T20:28:51.187Z] [2022-08-09T20:28:51.449Z] Successfully built 262000438f86 [2022-08-09T20:28:51.449Z] Successfully tagged security-proxy-setup:latest [2022-08-09T20:28:51.449Z]  Building security-proxy-setup ... done Building security-spire-server [2022-08-09T20:28:52.029Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:52.290Z] OK: 211 MiB in 51 packages [2022-08-09T20:28:54.202Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:54.203Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:54.203Z] ---> 35a31de7d9e3 [2022-08-09T20:28:54.203Z] Step 3/25 : WORKDIR /edgex-go [2022-08-09T20:28:54.203Z] ---> Using cache [2022-08-09T20:28:54.203Z] ---> b1d287031b91 [2022-08-09T20:28:54.203Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:28:54.203Z] ---> Using cache [2022-08-09T20:28:54.203Z] ---> 021e3cc57756 [2022-08-09T20:28:54.203Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-09T20:28:54.203Z] ---> 33e70305f111 [2022-08-09T20:28:54.203Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-09T20:28:54.203Z] ---> Running in a22a9d977bf9 [2022-08-09T20:28:54.203Z] ---> cdb5cf66ab04 [2022-08-09T20:28:54.203Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-09T20:28:54.203Z] ---> e10b649a4c59 [2022-08-09T20:28:54.203Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-09T20:28:54.463Z] ---> Running in b8e0539e201b [2022-08-09T20:28:54.463Z] Removing intermediate container c10a281f6ef0 [2022-08-09T20:28:54.463Z] ---> Running in 4e317f890b3c [2022-08-09T20:28:54.463Z] ---> 4ac56892585e [2022-08-09T20:28:54.463Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-09T20:28:54.463Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:54.722Z] Removing intermediate container b8e0539e201b [2022-08-09T20:28:54.722Z] ---> 60339bb73aef [2022-08-09T20:28:54.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:28:54.722Z] ---> c0f06417c601 [2022-08-09T20:28:54.722Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:54.722Z] ---> Running in 442a5ebc31f6 [2022-08-09T20:28:54.722Z] ---> Running in 6138e9b2f1b3 [2022-08-09T20:28:54.982Z] Removing intermediate container 442a5ebc31f6 [2022-08-09T20:28:54.982Z] ---> 8a575cf9e54c [2022-08-09T20:28:54.982Z] Step 20/22 : LABEL arch=x86_64 [2022-08-09T20:28:54.982Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-09T20:28:55.242Z] ---> Running in b054e8e77f07 [2022-08-09T20:28:55.502Z] Removing intermediate container b054e8e77f07 [2022-08-09T20:28:55.502Z] ---> b8c2497c1743 [2022-08-09T20:28:55.502Z] Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:28:55.502Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:55.502Z] ---> Running in ed97be7e2ba1 [2022-08-09T20:28:55.763Z] Removing intermediate container ed97be7e2ba1 [2022-08-09T20:28:55.763Z] ---> aea5e7b0c8ab [2022-08-09T20:28:55.763Z] Step 22/22 : LABEL version=0.0.0 [2022-08-09T20:28:56.025Z] ---> Running in 885f7cde7c62 [2022-08-09T20:28:56.025Z] Removing intermediate container 0e59cc574b3e [2022-08-09T20:28:56.025Z] ---> dddc9f589d52 [2022-08-09T20:28:56.025Z] [2022-08-09T20:28:56.025Z] Step 10/23 : FROM alpine:3.16 [2022-08-09T20:28:56.025Z] ---> d7d3d98c851f [2022-08-09T20:28:56.025Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-09T20:28:56.025Z] ---> Using cache [2022-08-09T20:28:56.025Z] ---> 3ca8aada36df [2022-08-09T20:28:56.025Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:28:56.025Z] ---> Using cache [2022-08-09T20:28:56.025Z] ---> 8e95c8162aaf [2022-08-09T20:28:56.025Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-09T20:28:56.025Z] ---> Running in f0d54134b746 [2022-08-09T20:28:56.025Z] Removing intermediate container 885f7cde7c62 [2022-08-09T20:28:56.025Z] ---> 6b4e221b64b1 [2022-08-09T20:28:56.025Z] [2022-08-09T20:28:56.025Z] Successfully built 6b4e221b64b1 [2022-08-09T20:28:56.025Z] Successfully tagged support-scheduler:latest [2022-08-09T20:28:56.025Z] Building security-spiffe-token-provider [2022-08-09T20:28:56.025Z]  Building support-scheduler ... done Removing intermediate container f0d54134b746 [2022-08-09T20:28:56.025Z] ---> d4cba25e89ca [2022-08-09T20:28:56.025Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-09T20:28:56.025Z] ---> Running in b3cd134ad287 [2022-08-09T20:28:56.595Z] OK: 211 MiB in 51 packages [2022-08-09T20:28:56.595Z] Removing intermediate container b3cd134ad287 [2022-08-09T20:28:56.595Z] ---> c0b689792132 [2022-08-09T20:28:56.595Z] Step 15/23 : WORKDIR / [2022-08-09T20:28:57.568Z] ---> Running in f9b042f4de61 [2022-08-09T20:28:58.507Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:28:58.507Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:28:58.507Z] ---> 35a31de7d9e3 [2022-08-09T20:28:58.507Z] Step 3/20 : WORKDIR /edgex-go [2022-08-09T20:28:58.507Z] ---> Using cache [2022-08-09T20:28:58.507Z] ---> b1d287031b91 [2022-08-09T20:28:58.507Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-09T20:28:58.507Z] Removing intermediate container f9b042f4de61 [2022-08-09T20:28:58.507Z] ---> 55f0883a5464 [2022-08-09T20:28:58.507Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:28:58.768Z] ---> Running in 5811c308e1f6 [2022-08-09T20:28:58.768Z] Removing intermediate container a22a9d977bf9 [2022-08-09T20:28:58.768Z] ---> 1dd0d5735881 [2022-08-09T20:28:58.768Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-09T20:28:59.359Z] ---> bf4d1ef9834e [2022-08-09T20:28:59.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-09T20:28:59.359Z] ---> 70f8efa2cb0e [2022-08-09T20:28:59.359Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:28:59.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:59.926Z] ---> Running in 4782ea9ea391 [2022-08-09T20:28:59.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:28:59.926Z] ---> 9d6e3d71091a [2022-08-09T20:28:59.926Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-09T20:29:00.189Z] v3.16.2-6-gd76f9d8b35 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-09T20:29:00.189Z] v3.16.2-7-g2f8a4891a7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-09T20:29:00.189Z] OK: 17038 distinct packages available [2022-08-09T20:29:00.189Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:00.450Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:00.450Z] ---> 13c95f0d1c0c [2022-08-09T20:29:00.450Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-09T20:29:00.450Z] ---> Running in 1dfe61d0cffe [2022-08-09T20:29:00.731Z] OK: 211 MiB in 51 packages [2022-08-09T20:29:00.731Z] Removing intermediate container 1dfe61d0cffe [2022-08-09T20:29:00.731Z] ---> 4f0e7e4e4667 [2022-08-09T20:29:00.731Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:29:01.215Z] ---> Running in 6d380a6e6ed8 [2022-08-09T20:29:01.215Z] Removing intermediate container 6d380a6e6ed8 [2022-08-09T20:29:01.215Z] ---> dc3099413ab2 [2022-08-09T20:29:01.215Z] Step 21/23 : LABEL arch=x86_64 [2022-08-09T20:29:01.493Z] Removing intermediate container 5811c308e1f6 [2022-08-09T20:29:01.493Z] ---> 0b9957f5fda8 [2022-08-09T20:29:01.493Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-09T20:29:01.493Z] ---> Running in 913068dcabf6 [2022-08-09T20:29:02.270Z] Removing intermediate container 913068dcabf6 [2022-08-09T20:29:02.270Z] ---> 802f6d06b12d [2022-08-09T20:29:02.270Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:29:03.210Z] ---> da81b28dcf1a [2022-08-09T20:29:03.210Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:29:03.482Z] ---> Running in 16f0a6f166bf [2022-08-09T20:29:03.482Z] ---> Running in e0506df23e3c [2022-08-09T20:29:03.743Z] Removing intermediate container 16f0a6f166bf [2022-08-09T20:29:03.743Z] ---> 34b98379227b [2022-08-09T20:29:03.743Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:29:04.006Z] ---> Running in 44f7fd12ce97 [2022-08-09T20:29:04.272Z] Removing intermediate container 44f7fd12ce97 [2022-08-09T20:29:04.272Z] ---> 3fe230fbc381 [2022-08-09T20:29:04.272Z] [2022-08-09T20:29:04.272Z] Successfully built 3fe230fbc381 [2022-08-09T20:29:04.272Z] Successfully tagged core-command:latest [2022-08-09T20:29:05.672Z]  Building core-command ... done Removing intermediate container 6138e9b2f1b3 [2022-08-09T20:29:05.672Z] ---> 82f09fb589cf [2022-08-09T20:29:05.672Z] Step 8/26 : COPY . . [2022-08-09T20:29:11.118Z] ---> c0df9a731176 [2022-08-09T20:29:11.118Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-09T20:29:11.118Z] ---> Running in 2c40c4fc9045 [2022-08-09T20:29:11.118Z] Removing intermediate container 4782ea9ea391 [2022-08-09T20:29:11.118Z] ---> d38df910ed1d [2022-08-09T20:29:11.118Z] Step 8/25 : COPY . . [2022-08-09T20:29:11.118Z] Removing intermediate container 2c40c4fc9045 [2022-08-09T20:29:11.118Z] ---> d68f41a204ef [2022-08-09T20:29:11.118Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-09T20:29:12.059Z] ---> Running in 992c3727dc87 [2022-08-09T20:29:12.322Z] Removing intermediate container 992c3727dc87 [2022-08-09T20:29:12.322Z] ---> 8c028cbd983b [2022-08-09T20:29:12.322Z] 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-08-09T20:29:12.582Z] ---> Running in af5df3911be1 [2022-08-09T20:29:13.521Z] Removing intermediate container e0506df23e3c [2022-08-09T20:29:13.521Z] ---> 472545d972b9 [2022-08-09T20:29:13.521Z] Step 7/20 : COPY . . [2022-08-09T20:29:14.903Z] Removing intermediate container af5df3911be1 [2022-08-09T20:29:14.903Z] ---> 3ef25bc6eb42 [2022-08-09T20:29:14.903Z] Step 12/26 : WORKDIR /edgex-go [2022-08-09T20:29:15.162Z] ---> Running in 6a2ef0e05ba2 [2022-08-09T20:29:15.162Z] ---> 71982bd88796 [2022-08-09T20:29:15.162Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-09T20:29:15.432Z] ---> Running in 140f1adde378 [2022-08-09T20:29:15.432Z] Removing intermediate container 4e317f890b3c [2022-08-09T20:29:15.432Z] ---> abe24f91604b [2022-08-09T20:29:15.432Z] [2022-08-09T20:29:15.432Z] Step 10/22 : FROM alpine:3.16 [2022-08-09T20:29:15.432Z] ---> d7d3d98c851f [2022-08-09T20:29:15.432Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-09T20:29:15.432Z] Removing intermediate container 6a2ef0e05ba2 [2022-08-09T20:29:15.432Z] ---> 76abd257307a [2022-08-09T20:29:15.432Z] [2022-08-09T20:29:15.432Z] Step 13/26 : FROM alpine:3.15 [2022-08-09T20:29:15.432Z] ---> 2720e26172a0 [2022-08-09T20:29:15.432Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:29:15.432Z] ---> Using cache [2022-08-09T20:29:15.432Z] ---> b27db8fd39da [2022-08-09T20:29:15.432Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:29:15.432Z] ---> Using cache [2022-08-09T20:29:15.432Z] ---> 959072c554fa [2022-08-09T20:29:15.432Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-09T20:29:15.432Z] ---> Running in ea8db42ff143 [2022-08-09T20:29:15.432Z] ---> Running in b9c027af3adb [2022-08-09T20:29:15.432Z] Removing intermediate container 140f1adde378 [2022-08-09T20:29:15.432Z] ---> 0e4bc92b3f96 [2022-08-09T20:29:15.432Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-09T20:29:15.694Z] ---> Running in 35d2e025dcd0 [2022-08-09T20:29:15.694Z] Removing intermediate container 35d2e025dcd0 [2022-08-09T20:29:15.694Z] ---> 42f5a014fe59 [2022-08-09T20:29:15.694Z] 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-08-09T20:29:15.953Z] ---> Running in e7d585092e60 [2022-08-09T20:29:15.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:15.954Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:16.214Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:16.214Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-09T20:29:16.473Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-09T20:29:16.473Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:29:16.473Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:29:16.473Z] OK: 6 MiB in 16 packages [2022-08-09T20:29:17.043Z] Removing intermediate container e7d585092e60 [2022-08-09T20:29:17.043Z] ---> 7406ef83cd3a [2022-08-09T20:29:17.043Z] Step 12/25 : WORKDIR /edgex-go [2022-08-09T20:29:17.043Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:17.043Z] ---> Running in 1782e8bcd70a [2022-08-09T20:29:17.043Z] ---> 7ecda199e9d2 [2022-08-09T20:29:17.043Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-09T20:29:17.043Z] ---> Running in 9e1da9c0d6d1 [2022-08-09T20:29:17.043Z] Removing intermediate container ea8db42ff143 [2022-08-09T20:29:17.043Z] ---> 06ca8e3ac69e [2022-08-09T20:29:17.043Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:29:17.043Z] Removing intermediate container 1782e8bcd70a [2022-08-09T20:29:17.043Z] ---> 51b4ee60b1fa [2022-08-09T20:29:17.043Z] [2022-08-09T20:29:17.043Z] Step 13/25 : FROM alpine:3.15 [2022-08-09T20:29:17.043Z] ---> 2720e26172a0 [2022-08-09T20:29:17.043Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:29:17.043Z] ---> Using cache [2022-08-09T20:29:17.043Z] ---> b27db8fd39da [2022-08-09T20:29:17.043Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:29:17.043Z] ---> Using cache [2022-08-09T20:29:17.044Z] ---> 959072c554fa [2022-08-09T20:29:17.044Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-09T20:29:17.307Z] ---> Running in 0136676cfa12 [2022-08-09T20:29:17.307Z] ---> Running in 761399d5fa55 [2022-08-09T20:29:17.307Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:29:17.307Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:29:17.307Z] OK: 15858 distinct packages available [2022-08-09T20:29:17.307Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:17.307Z] Removing intermediate container 0136676cfa12 [2022-08-09T20:29:17.307Z] ---> 7402d95a39b4 [2022-08-09T20:29:17.307Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-09T20:29:17.307Z] ---> Running in 5dace0b58d3e [2022-08-09T20:29:17.307Z] Removing intermediate container 5dace0b58d3e [2022-08-09T20:29:17.307Z] ---> a1fd184e0945 [2022-08-09T20:29:17.307Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-09T20:29:17.567Z] ---> Running in ec15895aa002 [2022-08-09T20:29:17.567Z] 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-08-09T20:29:17.567Z] Removing intermediate container ec15895aa002 [2022-08-09T20:29:17.567Z] ---> 04f817bb26a5 [2022-08-09T20:29:17.567Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:29:17.567Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:17.826Z] ---> e2c6ba4a8d59 [2022-08-09T20:29:17.827Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-09T20:29:18.086Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:18.345Z] ---> af7c3b1a80e6 [2022-08-09T20:29:18.345Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-09T20:29:18.345Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-09T20:29:18.345Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:18.345Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:29:18.603Z] ---> dcb6eaa32d07 [2022-08-09T20:29:18.603Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-09T20:29:18.603Z] (3/5) Installing libucontext (1.1-r0) [2022-08-09T20:29:18.603Z] ---> Running in f5e66770a20d [2022-08-09T20:29:18.603Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-09T20:29:18.603Z] Removing intermediate container f5e66770a20d [2022-08-09T20:29:18.603Z] ---> b7596161d756 [2022-08-09T20:29:18.603Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:29:18.603Z] ---> Running in 39f49c13f9c0 [2022-08-09T20:29:18.603Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-09T20:29:18.865Z] Removing intermediate container 39f49c13f9c0 [2022-08-09T20:29:18.865Z] ---> ac7268b7391e [2022-08-09T20:29:18.865Z] Step 20/22 : LABEL arch=x86_64 [2022-08-09T20:29:18.865Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:29:18.865Z] ---> Running in 8977e7804b3b [2022-08-09T20:29:18.865Z] OK: 6 MiB in 19 packages [2022-08-09T20:29:18.865Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:29:18.865Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:29:18.865Z] OK: 15858 distinct packages available [2022-08-09T20:29:18.865Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:18.865Z] Removing intermediate container 8977e7804b3b [2022-08-09T20:29:18.865Z] ---> e35e69d21cac [2022-08-09T20:29:18.865Z] Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:29:19.125Z] ---> Running in 596953d74291 [2022-08-09T20:29:19.125Z] Removing intermediate container 596953d74291 [2022-08-09T20:29:19.125Z] ---> 62f574adc1ff [2022-08-09T20:29:19.125Z] Step 22/22 : LABEL version=0.0.0 [2022-08-09T20:29:19.125Z] ---> Running in 0626b29e823a [2022-08-09T20:29:19.386Z] Removing intermediate container b9c027af3adb [2022-08-09T20:29:19.386Z] ---> 7fd1bebcbdec [2022-08-09T20:29:19.386Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-09T20:29:19.386Z] Removing intermediate container 0626b29e823a [2022-08-09T20:29:19.386Z] ---> 8924ac4a6142 [2022-08-09T20:29:19.386Z] [2022-08-09T20:29:19.386Z] Successfully built 8924ac4a6142 [2022-08-09T20:29:19.386Z] Successfully tagged support-notifications:latest [2022-08-09T20:29:19.956Z]  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:20.216Z] ---> 71a0f562f552 [2022-08-09T20:29:20.216Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-09T20:29:20.216Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-09T20:29:20.216Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:29:20.216Z] (3/5) Installing libucontext (1.1-r0) [2022-08-09T20:29:20.476Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-09T20:29:20.476Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-09T20:29:20.736Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:29:20.736Z] OK: 6 MiB in 19 packages [2022-08-09T20:29:21.678Z] ---> afe816d35d71 [2022-08-09T20:29:21.678Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-09T20:29:21.678Z] Removing intermediate container 761399d5fa55 [2022-08-09T20:29:21.678Z] ---> 20f5ba5c9bde [2022-08-09T20:29:21.678Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-09T20:29:21.678Z] ---> 37e60c7faa96 [2022-08-09T20:29:21.678Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-09T20:29:22.625Z] ---> a07cf365550a [2022-08-09T20:29:22.625Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-09T20:29:23.197Z] ---> 5933d8cbfdbe [2022-08-09T20:29:23.197Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-09T20:29:23.197Z] ---> 7935023815ae [2022-08-09T20:29:23.197Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-09T20:29:23.197Z] ---> Running in a3e5580d8868 [2022-08-09T20:29:23.459Z] Removing intermediate container a3e5580d8868 [2022-08-09T20:29:23.459Z] ---> 424ff36def7b [2022-08-09T20:29:23.459Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-09T20:29:23.459Z] ---> 5cc898a7d93f [2022-08-09T20:29:23.459Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-09T20:29:23.459Z] ---> Running in 1c9cb4252d00 [2022-08-09T20:29:23.722Z] Removing intermediate container 1c9cb4252d00 [2022-08-09T20:29:23.722Z] ---> 4daee88f7f64 [2022-08-09T20:29:23.722Z] Step 24/26 : LABEL arch=x86_64 [2022-08-09T20:29:23.981Z] ---> 1ba9376c4358 [2022-08-09T20:29:23.981Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-09T20:29:23.981Z] ---> Running in 6fdd9befad74 [2022-08-09T20:29:23.981Z] Removing intermediate container 6fdd9befad74 [2022-08-09T20:29:23.981Z] ---> 15423536caba [2022-08-09T20:29:23.981Z] Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:29:24.240Z] ---> 32d392c42fbf [2022-08-09T20:29:24.240Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-09T20:29:24.240Z] ---> Running in affc7e19aa0b [2022-08-09T20:29:24.240Z] ---> Running in b0a3e9b698af [2022-08-09T20:29:24.500Z] Removing intermediate container affc7e19aa0b [2022-08-09T20:29:24.500Z] ---> 19c87509c598 [2022-08-09T20:29:24.500Z] Step 26/26 : LABEL version=0.0.0 [2022-08-09T20:29:24.500Z] ---> Running in 0cc19b376b01 [2022-08-09T20:29:24.500Z] Removing intermediate container b0a3e9b698af [2022-08-09T20:29:24.500Z] ---> 3ecf053e3e5f [2022-08-09T20:29:24.500Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-09T20:29:24.760Z] ---> Running in f604b4d0eb60 [2022-08-09T20:29:24.760Z] Removing intermediate container 0cc19b376b01 [2022-08-09T20:29:24.760Z] ---> 35d20717e042 [2022-08-09T20:29:24.760Z] [2022-08-09T20:29:24.760Z] Removing intermediate container f604b4d0eb60 [2022-08-09T20:29:24.760Z] ---> 984cae279149 [2022-08-09T20:29:24.760Z] Step 23/25 : LABEL arch=x86_64 [2022-08-09T20:29:24.760Z] Successfully built 35d20717e042 [2022-08-09T20:29:24.760Z] Successfully tagged security-spire-agent:latest [2022-08-09T20:29:24.760Z]  Building security-spire-agent ... done  ---> Running in 9565987ab29b [2022-08-09T20:29:25.020Z] Removing intermediate container 9565987ab29b [2022-08-09T20:29:25.020Z] ---> cfbbaf8407d5 [2022-08-09T20:29:25.020Z] Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:29:25.020Z] ---> Running in e76106c1844e [2022-08-09T20:29:25.280Z] Removing intermediate container e76106c1844e [2022-08-09T20:29:25.280Z] ---> bdb682fe5234 [2022-08-09T20:29:25.280Z] Step 25/25 : LABEL version=0.0.0 [2022-08-09T20:29:25.280Z] ---> Running in 884ffd497595 [2022-08-09T20:29:25.540Z] Removing intermediate container 884ffd497595 [2022-08-09T20:29:25.540Z] ---> 5accfa882531 [2022-08-09T20:29:25.540Z] [2022-08-09T20:29:25.540Z] Successfully built 5accfa882531 [2022-08-09T20:29:25.540Z] Successfully tagged security-spire-server:latest [2022-08-09T20:29:33.665Z]  Building security-spire-server ... done Removing intermediate container 9e1da9c0d6d1 [2022-08-09T20:29:33.665Z] ---> 6719dcdc9757 [2022-08-09T20:29:33.665Z] [2022-08-09T20:29:33.665Z] Step 9/20 : FROM alpine:3.15 [2022-08-09T20:29:33.665Z] ---> 2720e26172a0 [2022-08-09T20:29:33.665Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:29:33.665Z] ---> Using cache [2022-08-09T20:29:33.665Z] ---> b27db8fd39da [2022-08-09T20:29:33.665Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:29:33.665Z] ---> Using cache [2022-08-09T20:29:33.665Z] ---> 959072c554fa [2022-08-09T20:29:33.665Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-09T20:29:33.665Z] ---> Running in f4bb98054373 [2022-08-09T20:29:33.665Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:34.238Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:34.499Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:29:34.499Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:29:34.499Z] OK: 15858 distinct packages available [2022-08-09T20:29:34.499Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:35.439Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-08-09T20:29:35.700Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-09T20:29:35.961Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-09T20:29:35.961Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-09T20:29:36.221Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-09T20:29:36.221Z] (5/9) Installing curl (7.80.0-r2) [2022-08-09T20:29:36.483Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-09T20:29:36.483Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:29:36.483Z] (8/9) Installing libucontext (1.1-r0) [2022-08-09T20:29:36.742Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-09T20:29:36.742Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:29:36.742Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:29:36.742Z] OK: 8 MiB in 23 packages [2022-08-09T20:29:37.312Z] Removing intermediate container f4bb98054373 [2022-08-09T20:29:37.312Z] ---> 8d9518c594e7 [2022-08-09T20:29:37.312Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:29:37.571Z] ---> 9a999ea421a9 [2022-08-09T20:29:37.571Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-09T20:29:37.831Z] ---> 8ed58fe71e79 [2022-08-09T20:29:37.831Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-09T20:29:38.090Z] ---> 613622cdbdbe [2022-08-09T20:29:38.090Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-09T20:29:38.090Z] ---> Running in b3640b234e39 [2022-08-09T20:29:38.090Z] Removing intermediate container b3640b234e39 [2022-08-09T20:29:38.090Z] ---> 08a987297624 [2022-08-09T20:29:38.090Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:29:38.090Z] ---> Running in f3f5a62209be [2022-08-09T20:29:38.349Z] Removing intermediate container f3f5a62209be [2022-08-09T20:29:38.349Z] ---> fa42858ef242 [2022-08-09T20:29:38.349Z] Step 18/20 : LABEL arch=x86_64 [2022-08-09T20:29:38.349Z] ---> Running in 6e95b3c43e4b [2022-08-09T20:29:38.349Z] Removing intermediate container 6e95b3c43e4b [2022-08-09T20:29:38.349Z] ---> 8c90d703387b [2022-08-09T20:29:38.349Z] Step 19/20 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:29:38.349Z] ---> Running in 08563b9cb797 [2022-08-09T20:29:38.609Z] Removing intermediate container 08563b9cb797 [2022-08-09T20:29:38.609Z] ---> e04af981ef22 [2022-08-09T20:29:38.609Z] Step 20/20 : LABEL version=0.0.0 [2022-08-09T20:29:38.609Z] ---> Running in 800ec72a59cb [2022-08-09T20:29:38.609Z] Removing intermediate container 800ec72a59cb [2022-08-09T20:29:38.609Z] ---> 30a2dc8b9dae [2022-08-09T20:29:38.609Z] [2022-08-09T20:29:38.609Z] Successfully built 30a2dc8b9dae [2022-08-09T20:29:38.609Z] Successfully tagged security-spiffe-token-provider:latest [2022-08-09T20:29:38.616Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-08-09T20:29:38.642Z] $ docker stop --time=1 0d5f86d708c9c462e189a6fc20b05f39337ac03eae0f337ef0fec8303fe33f4f [2022-08-09T20:29:39.929Z] $ docker rm -f 0d5f86d708c9c462e189a6fc20b05f39337ac03eae0f337ef0fec8303fe33f4f [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T20:29:40.339Z] + docker images [2022-08-09T20:29:40.339Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-09T20:29:40.339Z] security-spiffe-token-provider latest 30a2dc8b9dae 2 seconds ago 29.2MB [2022-08-09T20:29:40.339Z] 6719dcdc9757 8 seconds ago 1.57GB [2022-08-09T20:29:40.339Z] security-spire-server latest 5accfa882531 15 seconds ago 86.5MB [2022-08-09T20:29:40.339Z] security-spire-agent latest 35d20717e042 16 seconds ago 125MB [2022-08-09T20:29:40.339Z] support-notifications latest 8924ac4a6142 21 seconds ago 27.1MB [2022-08-09T20:29:40.339Z] 51b4ee60b1fa 24 seconds ago 1.42GB [2022-08-09T20:29:40.339Z] 76abd257307a 25 seconds ago 1.42GB [2022-08-09T20:29:40.339Z] abe24f91604b 26 seconds ago 1.58GB [2022-08-09T20:29:40.339Z] core-command latest 3fe230fbc381 37 seconds ago 16.2MB [2022-08-09T20:29:40.339Z] support-scheduler latest 6b4e221b64b1 45 seconds ago 26.5MB [2022-08-09T20:29:40.339Z] dddc9f589d52 45 seconds ago 1.52GB [2022-08-09T20:29:40.339Z] security-proxy-setup latest 262000438f86 49 seconds ago 27.2MB [2022-08-09T20:29:40.339Z] b1230bf2b0e1 52 seconds ago 1.58GB [2022-08-09T20:29:40.339Z] sys-mgmt-agent latest e6e0aa5dd464 55 seconds ago 135MB [2022-08-09T20:29:40.339Z] 2f3d13e89ba3 About a minute ago 1.53GB [2022-08-09T20:29:40.339Z] security-secretstore-setup latest 8909744209fb About a minute ago 28.9MB [2022-08-09T20:29:40.339Z] core-data latest 143bb9d59b62 About a minute ago 21.5MB [2022-08-09T20:29:40.339Z] security-bootstrapper latest 0482fc256344 About a minute ago 19.3MB [2022-08-09T20:29:40.339Z] 99f5e2c87da8 About a minute ago 1.53GB [2022-08-09T20:29:40.339Z] core-metadata latest a576d54e0b6c About a minute ago 18.2MB [2022-08-09T20:29:40.339Z] fa49e1b8808a About a minute ago 1.55GB [2022-08-09T20:29:40.339Z] 41838c93476d About a minute ago 1.55GB [2022-08-09T20:29:40.339Z] db7f5f85d796 About a minute ago 1.52GB [2022-08-09T20:29:40.339Z] 404f53da4a1f About a minute ago 1.52GB [2022-08-09T20:29:40.339Z] security-spire-config latest a494f2c3051a About a minute ago 85.8MB [2022-08-09T20:29:40.339Z] d7397caed06e About a minute ago 1.42GB [2022-08-09T20:29:40.339Z] ci-base-image-x86_64 latest 35a31de7d9e3 5 minutes ago 993MB [2022-08-09T20:29:40.339Z] alpine 3.15 2720e26172a0 2 weeks ago 5.57MB [2022-08-09T20:29:40.339Z] alpine 3.16 d7d3d98c851f 3 weeks ago 5.53MB [2022-08-09T20:29:40.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 4 weeks ago 253MB [2022-08-09T20:29:40.339Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 4 weeks ago 677MB [2022-08-09T20:29:40.339Z] 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-08-09T20:30:20.666Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-08-09T20:30:22.111Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-08-09T20:30:24.748Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-08-09T20:30:24.748Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-08-09T20:30:24.748Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-08-09T20:30:25.358Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-08-09T20:30:25.358Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-08-09T20:30:25.358Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-08-09T20:30:25.358Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-08-09T20:30:27.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-08-09T20:30:27.984Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-08-09T20:30:27.984Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-08-09T20:30:27.984Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-08-09T20:30:27.984Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-08-09T20:30:27.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-08-09T20:30:40.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.239s coverage: 28.7% of statements [2022-08-09T20:30:40.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-08-09T20:30:40.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-08-09T20:30:45.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.579s coverage: 98.5% of statements [2022-08-09T20:30:45.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-08-09T20:30:45.903Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.489s coverage: 54.2% of statements [2022-08-09T20:30:45.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-08-09T20:30:45.903Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-08-09T20:31:04.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.042s coverage: 89.2% of statements [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-08-09T20:31:04.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.610s coverage: 2.1% of statements [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-08-09T20:31:04.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-08-09T20:31:06.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.360s coverage: 95.6% of statements [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:31:06.361Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.278s coverage: 72.2% of statements [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-08-09T20:31:06.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.289s coverage: 60.0% of statements [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-08-09T20:31:06.361Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.362s coverage: 0.9% of statements [2022-08-09T20:31:06.361Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-08-09T20:31:07.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.274s coverage: 58.8% of statements [2022-08-09T20:31:07.817Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.296s coverage: 29.6% of statements [2022-08-09T20:31:07.817Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-08-09T20:31:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.304s coverage: 47.1% of statements [2022-08-09T20:31:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.244s coverage: 79.5% of statements [2022-08-09T20:31:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.250s coverage: 94.1% of statements [2022-08-09T20:31:11.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.206s coverage: 96.3% of statements [2022-08-09T20:31:15.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.219s coverage: 87.5% of statements [2022-08-09T20:31:22.372Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.280s coverage: 94.4% of statements [2022-08-09T20:31:22.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.232s coverage: 44.8% of statements [2022-08-09T20:31:34.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.794s coverage: 82.2% of statements [2022-08-09T20:31:34.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.294s coverage: 92.9% of statements [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 65.1% of statements [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.209s coverage: 87.2% of statements [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.177s coverage: 100.0% of statements [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.271s coverage: 58.8% of statements [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.259s coverage: 80.0% of statements [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.215s coverage: 87.2% of statements [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.275s coverage: 85.4% of statements [2022-08-09T20:31:38.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.856s coverage: 91.2% of statements [2022-08-09T20:31:38.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-08-09T20:31:41.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.905s coverage: 64.7% of statements [2022-08-09T20:31:41.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-08-09T20:31:41.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-08-09T20:31:41.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.244s coverage: 100.0% of statements [2022-08-09T20:31:41.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 89.4% of statements [2022-08-09T20:31:41.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2022-08-09T20:31:41.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2022-08-09T20:31:41.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2022-08-09T20:31:49.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.374s coverage: 65.8% of statements [2022-08-09T20:31:49.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-08-09T20:31:49.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-08-09T20:31:49.981Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-08-09T20:31:51.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.837s coverage: 43.6% of statements [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-08-09T20:31:51.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.287s coverage: 89.5% of statements [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-08-09T20:31:51.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.265s coverage: 84.8% of statements [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-08-09T20:31:51.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-08-09T20:32:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.320s coverage: 17.7% of statements [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-08-09T20:32:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.724s coverage: 92.3% of statements [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-08-09T20:32:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.249s coverage: 63.2% of statements [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-08-09T20:32:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.454s coverage: 97.7% of statements [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-08-09T20:32:00.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.237s coverage: 28.9% of statements [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-08-09T20:32:00.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-08-09T20:32:00.338Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-08-09T20:32:00.338Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-08-09T20:32:00.338Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-08-09T20:32:00.338Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-08-09T20:32:00.338Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.257s coverage: 100.0% of statements [2022-08-09T20:32:00.338Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.092s coverage: 96.9% of statements [2022-08-09T20:32:00.938Z] 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-08-09T20:32:00.938Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-09T20:32:00.938Z] GO111MODULE=on go vet ./... [2022-08-09T20:33:52.859Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-09T20:33:52.859Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-09T20:33:52.859Z] ./bin/test-attribution-txt.sh [2022-08-09T20:33:52.859Z] An attribution for github.com/klauspost/compress is missing from Attribution.txt, please add [2022-08-09T20:33:52.859Z] An attribution for github.com/minio/highwayhash is missing from Attribution.txt, please add [2022-08-09T20:33:52.859Z] An attribution for github.com/nats-io/jwt/v2 is missing from Attribution.txt, please add [2022-08-09T20:33:52.859Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-09T20:33:52.859Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-09T20:33:52.859Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [2022-08-09T20:33:52.859Z] An attribution for golang.org/x/time is missing from Attribution.txt, please add [Pipeline] echo [2022-08-09T20:33:52.900Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-08-09T20:33:53.573Z] + ls -al . [2022-08-09T20:33:53.573Z] total 724 [2022-08-09T20:33:53.573Z] drwxrwxr-x 9 1001 1001 4096 Aug 9 20:28 . [2022-08-09T20:33:53.573Z] drwxr-xr-x 4 root root 4096 Aug 9 20:28 .. [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 16 Aug 9 20:26 .dockerignore [2022-08-09T20:33:53.573Z] drwxrwxr-x 8 1001 1001 4096 Aug 9 20:26 .git [2022-08-09T20:33:53.573Z] drwxrwxr-x 3 1001 1001 4096 Aug 9 20:26 .github [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 1030 Aug 9 20:26 .gitignore [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 42 Aug 9 20:26 .golangci.yml [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 87 Aug 9 20:26 .hadolint.yml [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 166 Aug 9 20:26 .sonarcloud.properties [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 1171 Aug 9 20:26 ADOPTERS.md [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 10347 Aug 9 20:26 Attribution.txt [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 63209 Aug 9 20:26 CHANGELOG.md [2022-08-09T20:33:53.573Z] -rw-rw-r-- 1 1001 1001 3804 Aug 9 20:26 CONTRIBUTING.md [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 677 Aug 9 20:26 GOVERNANCE.md [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 850 Aug 9 20:26 Jenkinsfile [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 10775 Aug 9 20:26 LICENSE [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 12212 Aug 9 20:26 Makefile [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 582 Aug 9 20:26 OWNERS.md [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 9094 Aug 9 20:26 README.md [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 6912 Aug 9 20:26 SECURITY.md [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 5 Aug 9 20:24 VERSION [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 4131 Aug 9 20:26 ZMQWindows.md [2022-08-09T20:33:53.574Z] drwxrwxr-x 2 1001 1001 4096 Aug 9 20:26 bin [2022-08-09T20:33:53.574Z] drwxrwxr-x 18 1001 1001 4096 Aug 9 20:26 cmd [2022-08-09T20:33:53.574Z] -rw-r--r-- 1 root root 478941 Aug 9 20:32 coverage.out [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 3681 Aug 9 20:26 go.mod [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 38033 Aug 9 20:26 go.sum [2022-08-09T20:33:53.574Z] drwxrwxr-x 8 1001 1001 4096 Aug 9 20:26 internal [2022-08-09T20:33:53.574Z] drwxrwxr-x 3 1001 1001 4096 Aug 9 20:26 openapi [2022-08-09T20:33:53.574Z] drwxrwxr-x 4 1001 1001 4096 Aug 9 20:26 snap [2022-08-09T20:33:53.574Z] -rw-rw-r-- 1 1001 1001 204 Aug 9 20:26 version.go [Pipeline] sh [2022-08-09T20:33:54.248Z] + '[' -e coverage.out ] [2022-08-09T20:33:54.248Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-08-09T20:33:54.285Z] Warning: overwriting stash ‘coverage-report’ [2022-08-09T20:33:55.078Z] Stashed 1 file(s) [Pipeline] sh [2022-08-09T20:33:55.744Z] + make build [2022-08-09T20:33:55.744Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-09T20:35:17.587Z] 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-08-09T20:36:39.416Z] 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/core-command/core-command ./cmd/core-command [2022-08-09T20:36:39.416Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-09T20:37:11.797Z] 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-08-09T20:37:11.797Z] 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-08-09T20:37:13.778Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-09T20:37:20.497Z] 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-08-09T20:37:23.891Z] 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-08-09T20:37:28.208Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-08-09T20:37:31.601Z] 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-08-09T20:37:35.010Z] 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-08-09T20:37:43.299Z] 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-08-09T20:37:48.732Z] $ docker stop --time=1 361f308fb4b02bb38e5bb23d6d34b4db559689b03a80fd31bbfc87223596d50b [2022-08-09T20:37:50.729Z] $ docker rm -f 361f308fb4b02bb38e5bb23d6d34b4db559689b03a80fd31bbfc87223596d50b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:37:53.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-09T20:37:53.375Z] [2022-08-09T20:37:53.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:37:53.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-09T20:37:54.140Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-08-09T20:37:54.140Z] 29e5d40040c1: Pulling fs layer [2022-08-09T20:37:54.140Z] 1ce36da41761: Pulling fs layer [2022-08-09T20:37:54.140Z] 25b303627fd3: Pulling fs layer [2022-08-09T20:37:54.439Z] 29e5d40040c1: Verifying Checksum [2022-08-09T20:37:54.439Z] 29e5d40040c1: Download complete [2022-08-09T20:37:55.063Z] 1ce36da41761: Verifying Checksum [2022-08-09T20:37:55.063Z] 1ce36da41761: Download complete [2022-08-09T20:37:55.365Z] 29e5d40040c1: Pull complete [2022-08-09T20:37:56.852Z] 25b303627fd3: Verifying Checksum [2022-08-09T20:37:56.852Z] 25b303627fd3: Download complete [2022-08-09T20:37:57.465Z] 1ce36da41761: Pull complete [2022-08-09T20:38:09.893Z] 25b303627fd3: Pull complete [2022-08-09T20:38:09.893Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-08-09T20:38:09.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-09T20:38:09.893Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:38:10.283Z] prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2022-08-09T20:38:10.357Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-08-09T20:38:12.636Z] $ docker top 76e758c553b20c587399d308988d31b898625386e0373d00be217569e8f40bc7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T20:38:13.582Z] + docker-compose build --help [2022-08-09T20:38:13.582Z] + grep parallel [2022-08-09T20:38:16.958Z] --parallel Build images in parallel. [Pipeline] } [2022-08-09T20:38:17.254Z] $ docker stop --time=1 76e758c553b20c587399d308988d31b898625386e0373d00be217569e8f40bc7 [2022-08-09T20:38:18.887Z] $ docker rm -f 76e758c553b20c587399d308988d31b898625386e0373d00be217569e8f40bc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:38:19.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-08-09T20:38:19.663Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:38:19.958Z] prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2022-08-09T20:38:20.025Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-08-09T20:38:21.241Z] $ docker top 87152867506ab360b7e028ac62020d89d227e85e0889e801941bd37e3346e890 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T20:38:22.179Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-08-09T20:38:26.453Z] Building core-command ... [2022-08-09T20:38:26.453Z] Building core-data ... [2022-08-09T20:38:26.453Z] Building core-metadata ... [2022-08-09T20:38:26.453Z] Building security-bootstrapper ... [2022-08-09T20:38:26.453Z] Building security-proxy-setup ... [2022-08-09T20:38:26.453Z] Building security-secretstore-setup ... [2022-08-09T20:38:26.453Z] Building security-spiffe-token-provider ... [2022-08-09T20:38:26.453Z] Building security-spire-agent ... [2022-08-09T20:38:26.453Z] Building security-spire-config ... [2022-08-09T20:38:26.453Z] Building security-spire-server ... [2022-08-09T20:38:26.453Z] Building support-notifications ... [2022-08-09T20:38:26.453Z] Building support-scheduler ... [2022-08-09T20:38:26.453Z] Building sys-mgmt-agent ... [2022-08-09T20:38:26.453Z] Building security-proxy-setup [2022-08-09T20:38:26.453Z] Building security-secretstore-setup [2022-08-09T20:38:26.453Z] Building core-metadata [2022-08-09T20:38:26.453Z] Building sys-mgmt-agent [2022-08-09T20:38:26.453Z] Building core-data [2022-08-09T20:39:13.403Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:39:13.403Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:39:13.403Z] ---> 351623c7a876 [2022-08-09T20:39:13.403Z] Step 3/25 : WORKDIR /edgex-go [2022-08-09T20:39:13.403Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:39:13.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:39:13.403Z] ---> 351623c7a876 [2022-08-09T20:39:13.403Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:39:13.403Z] [2022-08-09T20:39:13.403Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:39:13.403Z] ---> 351623c7a876 [2022-08-09T20:39:13.403Z] Step 3/22 : WORKDIR /edgex-go [2022-08-09T20:39:13.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:39:13.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:39:13.403Z] ---> 351623c7a876 [2022-08-09T20:39:13.403Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:39:13.403Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:39:13.403Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:39:13.403Z] ---> 351623c7a876 [2022-08-09T20:39:13.403Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:39:13.403Z] ---> Running in 85216bba76d6 [2022-08-09T20:39:13.403Z] ---> Running in a5617bf86511 [2022-08-09T20:39:13.403Z] ---> Running in 4a52868276a8 [2022-08-09T20:39:13.403Z] ---> Running in 57eeec3ea214 [2022-08-09T20:39:13.403Z] ---> Running in acd0cb021a02 [2022-08-09T20:39:14.022Z] Removing intermediate container 85216bba76d6 [2022-08-09T20:39:14.022Z] ---> aadadedbf0df [2022-08-09T20:39:14.022Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:39:14.022Z] Removing intermediate container 4a52868276a8 [2022-08-09T20:39:14.022Z] ---> f3817611b815 [2022-08-09T20:39:14.022Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:39:14.022Z] Removing intermediate container acd0cb021a02 [2022-08-09T20:39:14.022Z] ---> 1f6afccf237f [2022-08-09T20:39:14.022Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:39:14.022Z] Removing intermediate container a5617bf86511 [2022-08-09T20:39:14.022Z] ---> 1067561d584f [2022-08-09T20:39:14.022Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:39:14.022Z] ---> Running in b881e08afeff [2022-08-09T20:39:14.304Z] ---> Running in 32c1e4daa42f [2022-08-09T20:39:14.304Z] ---> Running in a1dfd5424766 [2022-08-09T20:39:14.304Z] Removing intermediate container 57eeec3ea214 [2022-08-09T20:39:14.304Z] ---> 30932475037d [2022-08-09T20:39:14.304Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:39:14.304Z] ---> Running in dd34e7020e5c [2022-08-09T20:39:14.592Z] ---> Running in 28ed5f1e0215 [2022-08-09T20:39:18.009Z] Removing intermediate container a1dfd5424766 [2022-08-09T20:39:18.009Z] ---> daf7beb49b9d [2022-08-09T20:39:18.009Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-08-09T20:39:18.009Z] Removing intermediate container 32c1e4daa42f [2022-08-09T20:39:18.009Z] ---> ae3da7991774 [2022-08-09T20:39:18.009Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-08-09T20:39:18.009Z] Removing intermediate container b881e08afeff [2022-08-09T20:39:18.009Z] ---> 5ed24cd23ee3 [2022-08-09T20:39:18.009Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-09T20:39:18.009Z] ---> Running in 18d1dca5db7c [2022-08-09T20:39:18.009Z] ---> Running in c5c9d21f4c5d [2022-08-09T20:39:18.301Z] ---> Running in 348dd6fcfb71 [2022-08-09T20:39:18.301Z] Removing intermediate container dd34e7020e5c [2022-08-09T20:39:18.301Z] ---> 0e331d72e398 [2022-08-09T20:39:18.301Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-08-09T20:39:18.301Z] Removing intermediate container 28ed5f1e0215 [2022-08-09T20:39:18.301Z] ---> 61a1187cf28b [2022-08-09T20:39:18.301Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-09T20:39:18.579Z] ---> Running in c03a3c7a0e1d [2022-08-09T20:39:18.579Z] ---> Running in bb6769a8262c [2022-08-09T20:39:20.560Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:20.560Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:20.836Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:20.836Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:20.836Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:21.442Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:21.442Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:21.719Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:21.719Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:21.719Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:39:22.327Z] OK: 221 MiB in 51 packages [2022-08-09T20:39:22.605Z] OK: 221 MiB in 51 packages [2022-08-09T20:39:23.217Z] OK: 221 MiB in 51 packages [2022-08-09T20:39:23.217Z] OK: 221 MiB in 51 packages [2022-08-09T20:39:23.217Z] OK: 221 MiB in 51 packages [2022-08-09T20:39:24.214Z] Removing intermediate container 18d1dca5db7c [2022-08-09T20:39:24.214Z] ---> 92f462384e6b [2022-08-09T20:39:24.214Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:39:24.214Z] Removing intermediate container 348dd6fcfb71 [2022-08-09T20:39:24.214Z] ---> 9990c2704dd6 [2022-08-09T20:39:24.214Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-09T20:39:24.812Z] Removing intermediate container c03a3c7a0e1d [2022-08-09T20:39:24.812Z] ---> 1c9325ccd41a [2022-08-09T20:39:24.812Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:39:24.812Z] Removing intermediate container bb6769a8262c [2022-08-09T20:39:24.812Z] ---> 50cda11bada8 [2022-08-09T20:39:24.812Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-09T20:39:25.090Z] Removing intermediate container c5c9d21f4c5d [2022-08-09T20:39:25.090Z] ---> 64e5f8624e51 [2022-08-09T20:39:25.090Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:39:25.090Z] ---> e462efa05c73 [2022-08-09T20:39:25.090Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:39:25.371Z] ---> Running in a4df1c963b2c [2022-08-09T20:39:25.649Z] ---> 42a49613daa6 [2022-08-09T20:39:25.649Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:39:25.926Z] ---> Running in 1051694600e1 [2022-08-09T20:39:26.551Z] ---> 0fb015602f3d [2022-08-09T20:39:26.551Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:39:26.551Z] ---> fc9b0a42bca2 [2022-08-09T20:39:26.551Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:39:26.551Z] ---> 84410326a000 [2022-08-09T20:39:26.837Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:39:26.837Z] ---> Running in a8beee47adf4 [2022-08-09T20:39:26.837Z] ---> Running in 5365dad47ecf [2022-08-09T20:39:26.837Z] ---> Running in 6e11e2cd4609 [2022-08-09T20:40:34.891Z] Removing intermediate container a8beee47adf4 [2022-08-09T20:40:34.891Z] ---> faa89719c135 [2022-08-09T20:40:34.891Z] Step 8/22 : COPY . . [2022-08-09T20:40:34.891Z] Removing intermediate container 1051694600e1 [2022-08-09T20:40:34.891Z] ---> cedd4e86fcd7 [2022-08-09T20:40:34.891Z] Step 8/25 : COPY . . [2022-08-09T20:40:34.891Z] Removing intermediate container a4df1c963b2c [2022-08-09T20:40:34.891Z] ---> 8a3b751718d8 [2022-08-09T20:40:34.891Z] Step 8/23 : COPY . . [2022-08-09T20:40:34.891Z] Removing intermediate container 5365dad47ecf [2022-08-09T20:40:34.891Z] ---> 8504a77c6584 [2022-08-09T20:40:34.891Z] Step 8/23 : COPY . . [2022-08-09T20:40:34.891Z] Removing intermediate container 6e11e2cd4609 [2022-08-09T20:40:34.891Z] ---> 546043be9bf2 [2022-08-09T20:40:34.891Z] Step 8/23 : COPY . . [2022-08-09T20:40:40.308Z] ---> 015d138e9f95 [2022-08-09T20:40:40.308Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-08-09T20:40:40.308Z] ---> 97c7d641696c [2022-08-09T20:40:40.308Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-08-09T20:40:40.308Z] ---> Running in 6dd0a98e6335 [2022-08-09T20:40:40.308Z] ---> 5b2286ddd1a3 [2022-08-09T20:40:40.308Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-08-09T20:40:40.584Z] ---> b6f7563337a2 [2022-08-09T20:40:40.584Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-08-09T20:40:40.584Z] ---> c6b341f33241 [2022-08-09T20:40:40.584Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-08-09T20:40:40.584Z] ---> Running in c95444d2391a [2022-08-09T20:40:40.584Z] ---> Running in 60bb459779ba [2022-08-09T20:40:40.584Z] ---> Running in 93e21a3f1b4b [2022-08-09T20:40:40.584Z] ---> Running in ba4b2be94305 [2022-08-09T20:40:42.576Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-08-09T20:40:42.855Z] 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-08-09T20:40:43.134Z] 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-08-09T20:40:43.134Z] 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-08-09T20:40:43.134Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-08-09T20:45:20.366Z] 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-08-09T20:45:25.787Z] 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-08-09T20:45:35.990Z] Removing intermediate container ba4b2be94305 [2022-08-09T20:45:35.990Z] ---> 4285294d91fa [2022-08-09T20:45:35.990Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-08-09T20:45:35.990Z] ---> Running in 4bd6567c2189 [2022-08-09T20:45:38.632Z] 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-08-09T20:45:45.396Z] Removing intermediate container 4bd6567c2189 [2022-08-09T20:45:45.396Z] ---> ead84173094c [2022-08-09T20:45:45.396Z] [2022-08-09T20:45:45.396Z] Step 11/23 : FROM alpine:3.16 [2022-08-09T20:45:45.396Z] 3.16: Pulling from library/alpine [2022-08-09T20:45:48.067Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872 [2022-08-09T20:45:48.067Z] Status: Downloaded newer image for alpine:3.16 [2022-08-09T20:45:48.067Z] ---> 3d81c46cd875 [2022-08-09T20:45:48.067Z] 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-08-09T20:45:48.067Z] ---> Running in c9e708a5cb63 [2022-08-09T20:45:48.067Z] Removing intermediate container 6dd0a98e6335 [2022-08-09T20:45:48.067Z] ---> fcf406d65825 [2022-08-09T20:45:48.067Z] [2022-08-09T20:45:48.067Z] Step 10/22 : FROM alpine:3.16 [2022-08-09T20:45:48.067Z] ---> 3d81c46cd875 [2022-08-09T20:45:48.067Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-08-09T20:45:48.346Z] ---> Running in 022a2d41a6f2 [2022-08-09T20:45:48.958Z] Removing intermediate container c9e708a5cb63 [2022-08-09T20:45:48.958Z] ---> 0d5e78c5e3ae [2022-08-09T20:45:48.958Z] 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-08-09T20:45:49.244Z] ---> Running in 9e1685f92edc [2022-08-09T20:45:49.855Z] Removing intermediate container 60bb459779ba [2022-08-09T20:45:49.856Z] ---> e3a6f2223915 [2022-08-09T20:45:49.856Z] [2022-08-09T20:45:49.856Z] Step 10/25 : FROM alpine:3.16 [2022-08-09T20:45:49.856Z] ---> 3d81c46cd875 [2022-08-09T20:45:49.856Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-08-09T20:45:49.856Z] ---> Running in 24084709a6c8 [2022-08-09T20:45:51.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:45:52.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:45:52.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:45:52.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:45:52.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:45:53.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:45:53.298Z] (1/6) Installing ca-certificates (20220614-r0) [2022-08-09T20:45:53.575Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-08-09T20:45:53.575Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-08-09T20:45:53.575Z] (4/6) Installing libcurl (7.83.1-r2) [2022-08-09T20:45:53.575Z] (5/6) Installing curl (7.83.1-r2) [2022-08-09T20:45:53.575Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-08-09T20:45:53.575Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:45:53.575Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:45:53.852Z] (1/33) Installing ncurses-terminfo-base (6.3_p20220521-r0) [2022-08-09T20:45:53.852Z] (2/33) Installing ncurses-libs (6.3_p20220521-r0) [2022-08-09T20:45:53.852Z] (3/33) Installing readline (8.1.2-r0) [2022-08-09T20:45:53.852Z] (4/33) Installing bash (5.1.16-r2) [2022-08-09T20:45:53.852Z] Executing bash-5.1.16-r2.post-install [2022-08-09T20:45:53.852Z] (5/33) Installing ca-certificates (20220614-r0) [2022-08-09T20:45:54.132Z] (1/3) Installing ca-certificates (20220614-r0) [2022-08-09T20:45:54.132Z] (6/33) Installing brotli-libs (1.0.9-r6) [2022-08-09T20:45:54.132Z] OK: 8 MiB in 20 packages [2022-08-09T20:45:54.132Z] (7/33) Installing nghttp2-libs (1.47.0-r0) [2022-08-09T20:45:54.132Z] (8/33) Installing libcurl (7.83.1-r2) [2022-08-09T20:45:54.132Z] (9/33) Installing curl (7.83.1-r2) [2022-08-09T20:45:54.132Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-08-09T20:45:54.132Z] (3/3) Installing su-exec (0.2-r1) [2022-08-09T20:45:54.132Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:45:54.132Z] (10/33) Installing docker-cli (20.10.16-r2) [2022-08-09T20:45:54.132Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:45:54.741Z] OK: 6 MiB in 17 packages [2022-08-09T20:45:55.730Z] (11/33) Installing dumb-init (1.2.5-r1) [2022-08-09T20:45:55.730Z] (12/33) Installing libbz2 (1.0.8-r1) [2022-08-09T20:45:55.730Z] (13/33) Installing expat (2.4.8-r0) [2022-08-09T20:45:55.730Z] (14/33) Installing libffi (3.4.2-r1) [2022-08-09T20:45:55.730Z] (15/33) Installing gdbm (1.23-r0) [2022-08-09T20:45:55.730Z] (16/33) Installing xz-libs (5.2.5-r1) [2022-08-09T20:45:55.730Z] (17/33) Installing libgcc (11.2.1_git20220219-r2) [2022-08-09T20:45:55.730Z] (18/33) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-09T20:45:55.730Z] (19/33) Installing mpdecimal (2.5.1-r1) [2022-08-09T20:45:55.730Z] (20/33) Installing sqlite-libs (3.38.5-r0) [2022-08-09T20:45:55.730Z] (21/33) Installing python3 (3.10.5-r0) [2022-08-09T20:45:56.734Z] Removing intermediate container 022a2d41a6f2 [2022-08-09T20:45:56.734Z] ---> 80c0bf6d9f32 [2022-08-09T20:45:56.734Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-09T20:45:57.011Z] ---> Running in e05d7e6080e0 [2022-08-09T20:45:57.285Z] Removing intermediate container 24084709a6c8 [2022-08-09T20:45:57.285Z] ---> e64d89de9e50 [2022-08-09T20:45:57.285Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-08-09T20:45:57.285Z] ---> Running in ebedbfc12428 [2022-08-09T20:45:57.888Z] Removing intermediate container e05d7e6080e0 [2022-08-09T20:45:57.888Z] ---> fff0174783c6 [2022-08-09T20:45:57.888Z] Step 13/22 : WORKDIR /edgex [2022-08-09T20:45:58.166Z] Removing intermediate container ebedbfc12428 [2022-08-09T20:45:58.166Z] ---> 97f506c6a85c [2022-08-09T20:45:58.166Z] Step 13/25 : WORKDIR / [2022-08-09T20:45:58.166Z] ---> Running in 09cab7b88329 [2022-08-09T20:45:58.440Z] ---> Running in 2eb1a7acdf3c [2022-08-09T20:45:58.719Z] (22/33) Installing py3-contextlib2 (21.6.0-r2) [2022-08-09T20:45:58.719Z] (23/33) Installing py3-tomli (2.0.1-r1) [2022-08-09T20:45:58.719Z] (24/33) Installing py3-pep517 (0.12.0-r2) [2022-08-09T20:45:58.719Z] (25/33) Installing py3-six (1.16.0-r1) [2022-08-09T20:45:59.027Z] (26/33) Installing py3-retrying (1.3.3-r3) [2022-08-09T20:45:59.027Z] (27/33) Installing py3-appdirs (1.4.4-r3) [2022-08-09T20:45:59.027Z] (28/33) Installing py3-more-itertools (8.13.0-r0) [2022-08-09T20:45:59.027Z] (29/33) Installing py3-ordered-set (4.0.2-r3) [2022-08-09T20:45:59.027Z] (30/33) Installing py3-parsing (2.4.7-r3) [2022-08-09T20:45:59.027Z] Removing intermediate container 09cab7b88329 [2022-08-09T20:45:59.027Z] ---> 0133790fca8c [2022-08-09T20:45:59.027Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-08-09T20:45:59.027Z] (31/33) Installing py3-packaging (21.3-r0) [2022-08-09T20:45:59.027Z] (32/33) Installing py3-setuptools (59.4.0-r0) [2022-08-09T20:45:59.308Z] Removing intermediate container 2eb1a7acdf3c [2022-08-09T20:45:59.308Z] ---> f3acb3d00944 [2022-08-09T20:45:59.308Z] 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-08-09T20:45:59.308Z] (33/33) Installing py3-pip (22.1.1-r0) [2022-08-09T20:46:00.302Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:46:00.302Z] ---> ca06cb616b8c [2022-08-09T20:46:00.302Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-08-09T20:46:00.302Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:46:00.575Z] ---> 0fb3569815d7 [2022-08-09T20:46:00.575Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-08-09T20:46:00.855Z] OK: 120 MiB in 47 packages [2022-08-09T20:46:02.309Z] ---> e21b9de24215 [2022-08-09T20:46:02.309Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-08-09T20:46:02.588Z] ---> 7faf2afb98a4 [2022-08-09T20:46:02.588Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-08-09T20:46:03.589Z] ---> e0a2cd2b57e3 [2022-08-09T20:46:03.589Z] 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-08-09T20:46:04.612Z] ---> d90d1fec372e [2022-08-09T20:46:04.612Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-08-09T20:46:04.886Z] ---> e7500fb00487 [2022-08-09T20:46:04.886Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-08-09T20:46:05.867Z] ---> bedad8c7436f [2022-08-09T20:46:05.867Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-09T20:46:06.144Z] ---> Running in 9f39a6cda1c5 [2022-08-09T20:46:07.141Z] ---> 7a76b9f8d564 [2022-08-09T20:46:07.141Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-08-09T20:46:09.806Z] ---> c3e230a4ab9d [2022-08-09T20:46:09.806Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-08-09T20:46:10.090Z] Removing intermediate container 9f39a6cda1c5 [2022-08-09T20:46:10.090Z] ---> 255704ba654e [2022-08-09T20:46:10.090Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-08-09T20:46:10.090Z] ---> Running in e1aeb1862ed1 [2022-08-09T20:46:10.382Z] ---> 6332980fbfa3 [2022-08-09T20:46:10.382Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-08-09T20:46:10.661Z] ---> Running in 1c9517fe47fd [2022-08-09T20:46:10.951Z] Removing intermediate container e1aeb1862ed1 [2022-08-09T20:46:10.951Z] ---> b2ee9bbeff08 [2022-08-09T20:46:10.951Z] Step 20/22 : LABEL arch=arm64 [2022-08-09T20:46:11.232Z] ---> Running in 534bbf66295e [2022-08-09T20:46:11.838Z] Removing intermediate container 534bbf66295e [2022-08-09T20:46:11.838Z] ---> c6e3f35b608d [2022-08-09T20:46:11.838Z] Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:46:11.838Z] ---> Running in 29bd94b8a76a [2022-08-09T20:46:12.455Z] Removing intermediate container 29bd94b8a76a [2022-08-09T20:46:12.455Z] ---> dac21c09b330 [2022-08-09T20:46:12.455Z] Step 22/22 : LABEL version=0.0.0 [2022-08-09T20:46:12.736Z] ---> Running in 95f15fc198cc [2022-08-09T20:46:13.354Z] Removing intermediate container 95f15fc198cc [2022-08-09T20:46:13.354Z] ---> a2d226c19637 [2022-08-09T20:46:13.354Z] [2022-08-09T20:46:13.958Z] Successfully built a2d226c19637 [2022-08-09T20:46:13.958Z] Successfully tagged security-proxy-setup-arm64:latest [2022-08-09T20:46:13.958Z]  Building security-proxy-setup ... done Building security-spire-config [2022-08-09T20:46:14.237Z] Removing intermediate container 1c9517fe47fd [2022-08-09T20:46:14.237Z] ---> a6e8c6de9383 [2022-08-09T20:46:14.237Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-08-09T20:46:14.237Z] ---> Running in 89253e9a499e [2022-08-09T20:46:14.841Z] Removing intermediate container 89253e9a499e [2022-08-09T20:46:14.841Z] ---> a93a4a7586fe [2022-08-09T20:46:14.841Z] Step 23/25 : LABEL arch=arm64 [2022-08-09T20:46:14.841Z] ---> Running in 22ab9e9bf1df [2022-08-09T20:46:15.468Z] Removing intermediate container 22ab9e9bf1df [2022-08-09T20:46:15.468Z] ---> ecd408241813 [2022-08-09T20:46:15.468Z] Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:46:15.468Z] ---> Running in b47af481a9dc [2022-08-09T20:46:16.083Z] Removing intermediate container b47af481a9dc [2022-08-09T20:46:16.083Z] ---> 40e64f1c5363 [2022-08-09T20:46:16.083Z] Step 25/25 : LABEL version=0.0.0 [2022-08-09T20:46:16.360Z] ---> Running in a0a5edc8d9ff [2022-08-09T20:46:16.996Z] Removing intermediate container a0a5edc8d9ff [2022-08-09T20:46:16.996Z] ---> 6540e4cf02c0 [2022-08-09T20:46:16.996Z] [2022-08-09T20:46:17.279Z] Successfully built 6540e4cf02c0 [2022-08-09T20:46:17.279Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-08-09T20:46:17.279Z] Building core-command [2022-08-09T20:46:18.724Z]  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 [2022-08-09T20:46:19.000Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-08-09T20:46:19.000Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.9/131.9 kB 8.8 MB/s eta 0:00:00 [2022-08-09T20:46:19.280Z] Collecting dockerpty<0.5,>=0.4.1 [2022-08-09T20:46:19.280Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-08-09T20:46:19.280Z] Preparing metadata (setup.py): started [2022-08-09T20:46:21.271Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:46:21.870Z] Collecting docker<4.0,>=3.6.0 [2022-08-09T20:46:21.870Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-08-09T20:46:21.870Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/134.5 kB 9.1 MB/s eta 0:00:00 [2022-08-09T20:46:22.472Z] Collecting jsonschema<3,>=2.5.1 [2022-08-09T20:46:22.472Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-08-09T20:46:22.472Z] Collecting cached-property<2,>=1.2.0 [2022-08-09T20:46:22.472Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-08-09T20:46:22.748Z] Collecting docopt<0.7,>=0.6.1 [2022-08-09T20:46:22.748Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-08-09T20:46:22.748Z] Preparing metadata (setup.py): started [2022-08-09T20:46:25.388Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:46:25.388Z] Collecting texttable<0.10,>=0.9.0 [2022-08-09T20:46:25.388Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-08-09T20:46:25.388Z] Preparing metadata (setup.py): started [2022-08-09T20:46:27.391Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:46:28.013Z] Collecting PyYAML<4,>=3.10 [2022-08-09T20:46:28.013Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-08-09T20:46:28.297Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 270.6/270.6 kB 6.7 MB/s eta 0:00:00 [2022-08-09T20:46:30.311Z] Preparing metadata (setup.py): started [2022-08-09T20:46:32.321Z] Preparing metadata (setup.py): finished with status 'done' [2022-08-09T20:46:32.597Z] Collecting websocket-client<1.0,>=0.32.0 [2022-08-09T20:46:32.597Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-08-09T20:46:32.597Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/67.2 kB 10.9 MB/s eta 0:00:00 [2022-08-09T20:46:33.585Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-08-09T20:46:33.585Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-08-09T20:46:33.585Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.0/58.0 kB 17.0 MB/s eta 0:00:00 [2022-08-09T20:46:33.869Z] 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-08-09T20:46:34.468Z] Collecting docker-pycreds>=0.4.0 [2022-08-09T20:46:34.468Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-08-09T20:46:35.076Z] Collecting chardet<3.1.0,>=3.0.2 [2022-08-09T20:46:35.076Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-08-09T20:46:35.076Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 18.3 MB/s eta 0:00:00 [2022-08-09T20:46:35.689Z] Collecting urllib3<1.25,>=1.21.1 [2022-08-09T20:46:35.689Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-08-09T20:46:35.689Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 18.9 MB/s eta 0:00:00 [2022-08-09T20:46:36.311Z] Collecting certifi>=2017.4.17 [2022-08-09T20:46:36.311Z] Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) [2022-08-09T20:46:36.311Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 kB 18.7 MB/s eta 0:00:00 [2022-08-09T20:46:36.311Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:46:36.311Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:46:36.311Z] ---> 351623c7a876 [2022-08-09T20:46:36.311Z] Step 3/26 : WORKDIR /edgex-go [2022-08-09T20:46:36.311Z] ---> Using cache [2022-08-09T20:46:36.311Z] ---> 30932475037d [2022-08-09T20:46:36.311Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:46:36.311Z] ---> Using cache [2022-08-09T20:46:36.609Z] ---> 61a1187cf28b [2022-08-09T20:46:36.609Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-09T20:46:36.609Z] Collecting idna<2.8,>=2.5 [2022-08-09T20:46:36.609Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-08-09T20:46:36.609Z] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/58.2 kB 3.0 MB/s eta 0:00:00 [2022-08-09T20:46:36.886Z] ---> Running in 2827c3c3dbeb [2022-08-09T20:46:37.173Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-08-09T20:46:37.173Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-08-09T20:46:37.173Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-08-09T20:46:37.173Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-08-09T20:46:38.159Z] Installing collected packages: texttable, PyYAML, jsonschema, idna, docopt, chardet, cached-property, websocket-client, urllib3, dockerpty, docker-pycreds, certifi, requests, docker, docker-compose [2022-08-09T20:46:38.159Z] Running setup.py install for texttable: started [2022-08-09T20:46:39.150Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:46:40.136Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:46:40.416Z] Running setup.py install for texttable: finished with status 'done' [2022-08-09T20:46:40.416Z] Running setup.py install for PyYAML: started [2022-08-09T20:46:40.698Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:46:40.698Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:46:40.698Z] ---> 351623c7a876 [2022-08-09T20:46:40.698Z] Step 3/23 : WORKDIR /edgex-go [2022-08-09T20:46:40.698Z] ---> Using cache [2022-08-09T20:46:40.698Z] ---> 30932475037d [2022-08-09T20:46:40.698Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:46:40.698Z] ---> Using cache [2022-08-09T20:46:40.698Z] ---> 61a1187cf28b [2022-08-09T20:46:40.698Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-08-09T20:46:40.698Z] ---> Using cache [2022-08-09T20:46:40.698Z] ---> 50cda11bada8 [2022-08-09T20:46:40.698Z] Step 6/23 : COPY go.mod vendor* ./ [2022-08-09T20:46:40.698Z] ---> Using cache [2022-08-09T20:46:40.698Z] ---> 0fb015602f3d [2022-08-09T20:46:40.698Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:46:40.698Z] ---> Using cache [2022-08-09T20:46:40.698Z] ---> faa89719c135 [2022-08-09T20:46:40.698Z] Step 8/23 : COPY . . [2022-08-09T20:46:40.698Z] ---> Using cache [2022-08-09T20:46:40.698Z] ---> 015d138e9f95 [2022-08-09T20:46:40.698Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-08-09T20:46:41.312Z] ---> Running in 41fbab398b3d [2022-08-09T20:46:41.594Z] OK: 221 MiB in 51 packages [2022-08-09T20:46:43.602Z] Removing intermediate container 2827c3c3dbeb [2022-08-09T20:46:43.602Z] ---> bdfa5b7665e7 [2022-08-09T20:46:43.602Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-09T20:46:44.215Z] 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/core-command/core-command ./cmd/core-command [2022-08-09T20:46:44.215Z] Running setup.py install for PyYAML: finished with status 'done' [2022-08-09T20:46:44.827Z] Removing intermediate container c95444d2391a [2022-08-09T20:46:44.827Z] ---> 6ecc9d704853 [2022-08-09T20:46:44.827Z] [2022-08-09T20:46:44.827Z] Step 10/23 : FROM alpine:3.16 [2022-08-09T20:46:44.827Z] ---> 3d81c46cd875 [2022-08-09T20:46:44.827Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-09T20:46:44.827Z] ---> Running in d7c8df7656be [2022-08-09T20:46:45.114Z] ---> ffca2fb29a32 [2022-08-09T20:46:45.114Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:46:45.114Z] ---> Running in 8ae85f9ebfde [2022-08-09T20:46:46.121Z] Running setup.py install for docopt: started [2022-08-09T20:46:47.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:46:47.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:46:48.865Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-08-09T20:46:48.865Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:46:48.865Z] OK: 5 MiB in 15 packages [2022-08-09T20:46:48.865Z] Running setup.py install for docopt: finished with status 'done' [2022-08-09T20:46:50.324Z] Removing intermediate container d7c8df7656be [2022-08-09T20:46:50.324Z] ---> 250dc9388620 [2022-08-09T20:46:50.324Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:46:50.324Z] ---> Running in e804bf41a481 [2022-08-09T20:46:50.935Z] Removing intermediate container e804bf41a481 [2022-08-09T20:46:50.935Z] ---> 17d05d47fd6e [2022-08-09T20:46:50.935Z] Step 13/23 : ENV APP_PORT=59881 [2022-08-09T20:46:50.935Z] ---> Running in 5269eb0c2063 [2022-08-09T20:46:51.577Z] Removing intermediate container 5269eb0c2063 [2022-08-09T20:46:51.577Z] ---> 43b4cfc6e724 [2022-08-09T20:46:51.577Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-09T20:46:51.577Z] ---> Running in be8d66d4e32f [2022-08-09T20:46:52.192Z] Removing intermediate container be8d66d4e32f [2022-08-09T20:46:52.192Z] ---> b823dee783f3 [2022-08-09T20:46:52.192Z] Step 15/23 : WORKDIR / [2022-08-09T20:46:52.192Z] ---> Running in 8f65d5797ec7 [2022-08-09T20:46:52.801Z] Removing intermediate container 8f65d5797ec7 [2022-08-09T20:46:52.801Z] ---> f95a9d74bab0 [2022-08-09T20:46:52.801Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:46:52.801Z] Running setup.py install for dockerpty: started [2022-08-09T20:46:53.800Z] ---> 64d47ead1d28 [2022-08-09T20:46:53.800Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-08-09T20:46:55.800Z] ---> d05945e00afa [2022-08-09T20:46:55.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-08-09T20:46:56.413Z] Running setup.py install for dockerpty: finished with status 'done' [2022-08-09T20:46:56.413Z] ---> 944930719b77 [2022-08-09T20:46:56.413Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-08-09T20:46:56.712Z] ---> Running in b1c0fb90daca [2022-08-09T20:46:57.320Z] Removing intermediate container b1c0fb90daca [2022-08-09T20:46:57.320Z] ---> 82cce69e851a [2022-08-09T20:46:57.320Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:46:57.320Z] ---> Running in 36939c25bcc1 [2022-08-09T20:46:57.943Z] Removing intermediate container 36939c25bcc1 [2022-08-09T20:46:57.943Z] ---> 4dcc9c0c2337 [2022-08-09T20:46:57.943Z] Step 21/23 : LABEL arch=arm64 [2022-08-09T20:46:57.943Z] ---> Running in bcfaf8abe76c [2022-08-09T20:46:58.942Z] Removing intermediate container bcfaf8abe76c [2022-08-09T20:46:58.942Z] ---> 924a37180b24 [2022-08-09T20:46:58.942Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:46:58.942Z] ---> Running in d5915f213719 [2022-08-09T20:46:59.941Z] Removing intermediate container d5915f213719 [2022-08-09T20:46:59.941Z] ---> 82d33dd1ac58 [2022-08-09T20:46:59.941Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:46:59.941Z] ---> Running in be1f82540b75 [2022-08-09T20:47:00.222Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2022.6.15 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-08-09T20:47:00.222Z] 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-08-09T20:47:00.500Z] Removing intermediate container be1f82540b75 [2022-08-09T20:47:00.500Z] ---> 0a44dc3a1daa [2022-08-09T20:47:00.500Z] [2022-08-09T20:47:01.099Z] Successfully built 0a44dc3a1daa [2022-08-09T20:47:01.099Z] Successfully tagged core-metadata-arm64:latest [2022-08-09T20:47:01.099Z]  Building core-metadata ... done Building security-bootstrapper [2022-08-09T20:47:13.563Z] Removing intermediate container 93e21a3f1b4b [2022-08-09T20:47:13.563Z] ---> f634cf898b7e [2022-08-09T20:47:13.563Z] [2022-08-09T20:47:13.563Z] Step 10/23 : FROM alpine:3.16 [2022-08-09T20:47:13.563Z] ---> 3d81c46cd875 [2022-08-09T20:47:13.563Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-08-09T20:47:13.563Z] ---> Running in d0e6dbab42d8 [2022-08-09T20:47:14.172Z] Removing intermediate container d0e6dbab42d8 [2022-08-09T20:47:14.172Z] ---> a46573a55b90 [2022-08-09T20:47:14.172Z] Step 12/23 : ENV APP_PORT=59880 [2022-08-09T20:47:14.451Z] ---> Running in ebe65e4e2545 [2022-08-09T20:47:15.059Z] Removing intermediate container ebe65e4e2545 [2022-08-09T20:47:15.059Z] ---> 74648ea95b7d [2022-08-09T20:47:15.059Z] Step 13/23 : EXPOSE $APP_PORT [2022-08-09T20:47:15.338Z] ---> Running in 0e0744eea2ae [2022-08-09T20:47:16.343Z] Removing intermediate container 0e0744eea2ae [2022-08-09T20:47:16.343Z] ---> 43be355072a1 [2022-08-09T20:47:16.343Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:47:16.625Z] ---> Running in 6e25c84c4d4d [2022-08-09T20:47:20.040Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:47:20.040Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:47:20.040Z] ---> 351623c7a876 [2022-08-09T20:47:20.040Z] Step 3/31 : WORKDIR /edgex-go [2022-08-09T20:47:20.040Z] ---> Using cache [2022-08-09T20:47:20.040Z] ---> 30932475037d [2022-08-09T20:47:20.040Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:47:20.040Z] ---> Using cache [2022-08-09T20:47:20.040Z] ---> 61a1187cf28b [2022-08-09T20:47:20.040Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-08-09T20:47:20.040Z] ---> Using cache [2022-08-09T20:47:20.040Z] ---> 50cda11bada8 [2022-08-09T20:47:20.040Z] Step 6/31 : COPY go.mod vendor* ./ [2022-08-09T20:47:20.319Z] ---> Using cache [2022-08-09T20:47:20.319Z] ---> 0fb015602f3d [2022-08-09T20:47:20.319Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:47:20.319Z] ---> Using cache [2022-08-09T20:47:20.319Z] ---> faa89719c135 [2022-08-09T20:47:20.319Z] Step 8/31 : COPY . . [2022-08-09T20:47:20.924Z] ---> Using cache [2022-08-09T20:47:20.924Z] ---> 015d138e9f95 [2022-08-09T20:47:20.924Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-08-09T20:47:21.202Z] ---> Running in 8c2bb235c92f [2022-08-09T20:47:21.202Z] Removing intermediate container 6e25c84c4d4d [2022-08-09T20:47:21.202Z] ---> 827010f5b43b [2022-08-09T20:47:21.202Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-09T20:47:21.480Z] ---> Running in 9d9dd8f1d53f [2022-08-09T20:47:24.150Z] 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-08-09T20:47:24.759Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:47:25.747Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:47:26.739Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-09T20:47:27.013Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-09T20:47:27.013Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-09T20:47:27.013Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-09T20:47:27.289Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-09T20:47:27.289Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-09T20:47:27.566Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:47:27.566Z] OK: 8 MiB in 20 packages [2022-08-09T20:47:30.205Z] Removing intermediate container 9d9dd8f1d53f [2022-08-09T20:47:30.205Z] ---> e8b0f009461d [2022-08-09T20:47:30.205Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:47:32.201Z] ---> ea5d4058829e [2022-08-09T20:47:32.201Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-08-09T20:47:32.201Z] Removing intermediate container 9e1685f92edc [2022-08-09T20:47:32.201Z] ---> 494832c02f97 [2022-08-09T20:47:32.201Z] Step 14/23 : ENV APP_PORT=58890 [2022-08-09T20:47:32.201Z] ---> Running in e76ba4c43084 [2022-08-09T20:47:33.206Z] Removing intermediate container e76ba4c43084 [2022-08-09T20:47:33.206Z] ---> 23ab49e414c7 [2022-08-09T20:47:33.206Z] Step 15/23 : EXPOSE $APP_PORT [2022-08-09T20:47:33.206Z] ---> Running in 7c6c91f0d387 [2022-08-09T20:47:34.654Z] Removing intermediate container 7c6c91f0d387 [2022-08-09T20:47:34.654Z] ---> b95722340c94 [2022-08-09T20:47:34.654Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-08-09T20:47:36.115Z] ---> 6219549a1048 [2022-08-09T20:47:36.115Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-08-09T20:47:38.128Z] ---> cf7120c7e3f4 [2022-08-09T20:47:38.128Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-08-09T20:47:38.128Z] ---> 87d0e7f7dcf3 [2022-08-09T20:47:38.128Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-08-09T20:47:38.128Z] ---> Running in d5d10cd4fcb6 [2022-08-09T20:47:39.129Z] Removing intermediate container d5d10cd4fcb6 [2022-08-09T20:47:39.129Z] ---> 8e3724305e4f [2022-08-09T20:47:39.129Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:47:39.412Z] ---> Running in 65158c4fea32 [2022-08-09T20:47:40.027Z] ---> 5b440df1f039 [2022-08-09T20:47:40.027Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-08-09T20:47:40.637Z] Removing intermediate container 65158c4fea32 [2022-08-09T20:47:40.637Z] ---> 337a7c2f2c6f [2022-08-09T20:47:40.637Z] Step 21/23 : LABEL arch=arm64 [2022-08-09T20:47:40.637Z] ---> Running in 3d645f5ede31 [2022-08-09T20:47:41.638Z] Removing intermediate container 3d645f5ede31 [2022-08-09T20:47:41.638Z] ---> 0cd151274c1c [2022-08-09T20:47:41.638Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:47:41.919Z] ---> Running in 8b07631a5323 [2022-08-09T20:47:42.205Z] ---> c8e905ac20c3 [2022-08-09T20:47:42.205Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-08-09T20:47:42.494Z] ---> Running in 0bea65b2dffd [2022-08-09T20:47:42.781Z] Removing intermediate container 8b07631a5323 [2022-08-09T20:47:42.781Z] ---> 902735a74e26 [2022-08-09T20:47:42.781Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:47:43.061Z] ---> Running in 34f1ef8d81db [2022-08-09T20:47:43.677Z] Removing intermediate container 0bea65b2dffd [2022-08-09T20:47:43.677Z] ---> 49476f10cc46 [2022-08-09T20:47:43.677Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:47:43.677Z] ---> Running in 3c499ec0cd90 [2022-08-09T20:47:43.677Z] Removing intermediate container 34f1ef8d81db [2022-08-09T20:47:43.677Z] ---> b3d370a6ccb3 [2022-08-09T20:47:43.677Z] [2022-08-09T20:47:44.685Z] Successfully built b3d370a6ccb3 [2022-08-09T20:47:44.685Z] Successfully tagged core-data-arm64:latest [2022-08-09T20:47:44.685Z]  Building core-data ... done Building support-scheduler [2022-08-09T20:47:44.685Z] Removing intermediate container 3c499ec0cd90 [2022-08-09T20:47:44.685Z] ---> 544e28f527aa [2022-08-09T20:47:44.685Z] Step 21/23 : LABEL arch=arm64 [2022-08-09T20:47:44.685Z] ---> Running in 3c9eeef5e274 [2022-08-09T20:47:45.678Z] Removing intermediate container 3c9eeef5e274 [2022-08-09T20:47:45.678Z] ---> 3d31cd85f9df [2022-08-09T20:47:45.678Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:47:45.678Z] ---> Running in cd22c1f85ad4 [2022-08-09T20:47:46.683Z] Removing intermediate container cd22c1f85ad4 [2022-08-09T20:47:46.683Z] ---> 44b26dbb98bc [2022-08-09T20:47:46.683Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:47:46.960Z] ---> Running in fa4147b649d4 [2022-08-09T20:47:47.586Z] Removing intermediate container fa4147b649d4 [2022-08-09T20:47:47.586Z] ---> 5b3a7ecf2dda [2022-08-09T20:47:47.586Z] [2022-08-09T20:47:47.864Z] Successfully built 5b3a7ecf2dda [2022-08-09T20:47:47.864Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-08-09T20:47:47.864Z]  Building sys-mgmt-agent ... done Building support-notifications [2022-08-09T20:47:48.476Z] Removing intermediate container 8ae85f9ebfde [2022-08-09T20:47:48.476Z] ---> e90425759b3d [2022-08-09T20:47:48.476Z] Step 8/26 : COPY . . [2022-08-09T20:48:06.871Z] ---> 97fca5c4d9f8 [2022-08-09T20:48:06.871Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-09T20:48:06.871Z] ---> Running in 62e2dbff2d3c [2022-08-09T20:48:06.871Z] Removing intermediate container 62e2dbff2d3c [2022-08-09T20:48:06.871Z] ---> 1f2e23a597f7 [2022-08-09T20:48:06.871Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-09T20:48:06.871Z] ---> Running in 1172c118224f [2022-08-09T20:48:06.871Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:48:06.871Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:48:06.871Z] ---> 351623c7a876 [2022-08-09T20:48:06.871Z] Step 3/22 : WORKDIR /edgex-go [2022-08-09T20:48:06.871Z] ---> Using cache [2022-08-09T20:48:06.871Z] ---> 30932475037d [2022-08-09T20:48:06.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:48:06.871Z] ---> Using cache [2022-08-09T20:48:06.871Z] ---> 61a1187cf28b [2022-08-09T20:48:06.871Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-08-09T20:48:06.871Z] ---> Using cache [2022-08-09T20:48:06.871Z] ---> 50cda11bada8 [2022-08-09T20:48:06.871Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-09T20:48:06.871Z] ---> Using cache [2022-08-09T20:48:06.871Z] ---> 0fb015602f3d [2022-08-09T20:48:06.871Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:48:06.871Z] ---> Using cache [2022-08-09T20:48:06.871Z] ---> faa89719c135 [2022-08-09T20:48:06.871Z] Step 8/22 : COPY . . [2022-08-09T20:48:06.871Z] Removing intermediate container 1172c118224f [2022-08-09T20:48:06.871Z] ---> 0591200194cf [2022-08-09T20:48:06.871Z] 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-08-09T20:48:06.871Z] ---> Running in 9164936b1282 [2022-08-09T20:48:07.152Z] ---> Using cache [2022-08-09T20:48:07.152Z] ---> 015d138e9f95 [2022-08-09T20:48:07.152Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-08-09T20:48:07.492Z] ---> Running in 85280d17506f [2022-08-09T20:48:10.140Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-08-09T20:48:11.600Z] Removing intermediate container 9164936b1282 [2022-08-09T20:48:11.915Z] ---> c09fe68d561f [2022-08-09T20:48:11.915Z] Step 12/26 : WORKDIR /edgex-go [2022-08-09T20:48:11.915Z] ---> Running in 926661a4bda8 [2022-08-09T20:48:12.524Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:48:12.524Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:48:12.524Z] ---> 351623c7a876 [2022-08-09T20:48:12.524Z] Step 3/22 : WORKDIR /edgex-go [2022-08-09T20:48:12.524Z] ---> Using cache [2022-08-09T20:48:12.524Z] ---> 30932475037d [2022-08-09T20:48:12.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:48:12.524Z] ---> Using cache [2022-08-09T20:48:12.524Z] ---> 61a1187cf28b [2022-08-09T20:48:12.524Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-08-09T20:48:12.524Z] ---> Running in f762633d2d32 [2022-08-09T20:48:12.802Z] Removing intermediate container 926661a4bda8 [2022-08-09T20:48:12.802Z] ---> 7fa09f74e102 [2022-08-09T20:48:12.802Z] [2022-08-09T20:48:12.802Z] Step 13/26 : FROM alpine:3.15 [2022-08-09T20:48:12.802Z] 3.15: Pulling from library/alpine [2022-08-09T20:48:14.811Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:48:14.811Z] Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a [2022-08-09T20:48:14.811Z] Status: Downloaded newer image for alpine:3.15 [2022-08-09T20:48:14.811Z] ---> 60f2846fe774 [2022-08-09T20:48:14.811Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:48:14.811Z] ---> Running in d0566d8c9998 [2022-08-09T20:48:15.441Z] Removing intermediate container d0566d8c9998 [2022-08-09T20:48:15.441Z] ---> 1218d93f201e [2022-08-09T20:48:15.441Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:48:15.441Z] ---> Running in ddf9ccddf4f4 [2022-08-09T20:48:15.441Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:48:16.919Z] OK: 221 MiB in 51 packages [2022-08-09T20:48:18.934Z] Removing intermediate container f762633d2d32 [2022-08-09T20:48:18.934Z] Removing intermediate container ddf9ccddf4f4 [2022-08-09T20:48:18.934Z] ---> 6a4ee6736c9d [2022-08-09T20:48:18.934Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-08-09T20:48:18.934Z] ---> 2263f5c0a4fb [2022-08-09T20:48:18.934Z] Step 6/22 : COPY go.mod vendor* ./ [2022-08-09T20:48:18.934Z] ---> Running in 14858424c494 [2022-08-09T20:48:20.394Z] ---> a322c5877335 [2022-08-09T20:48:20.394Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:48:20.394Z] ---> Running in 6c4444f5258e [2022-08-09T20:48:21.394Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:48:22.895Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:48:23.880Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:48:23.880Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:48:23.880Z] OK: 15735 distinct packages available [2022-08-09T20:48:24.154Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:48:25.141Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:48:26.129Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-08-09T20:48:26.129Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:48:26.406Z] (3/4) Installing libucontext (1.1-r0) [2022-08-09T20:48:26.406Z] (4/4) Installing gcompat (1.0.0-r4) [2022-08-09T20:48:26.406Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:48:26.406Z] OK: 6 MiB in 18 packages [2022-08-09T20:48:28.413Z] Removing intermediate container 14858424c494 [2022-08-09T20:48:28.413Z] ---> fa14baf5dc5b [2022-08-09T20:48:28.413Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-09T20:48:33.850Z] ---> dcd58bff9085 [2022-08-09T20:48:33.850Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-08-09T20:48:34.458Z] ---> 13d8916cd4a6 [2022-08-09T20:48:34.458Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-08-09T20:48:34.736Z] ---> Running in 2c6f691a3927 [2022-08-09T20:48:35.340Z] Removing intermediate container 2c6f691a3927 [2022-08-09T20:48:35.340Z] ---> 49726413db65 [2022-08-09T20:48:35.340Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-08-09T20:48:36.348Z] ---> 700395ea9882 [2022-08-09T20:48:36.348Z] Step 21/26 : WORKDIR / [2022-08-09T20:48:36.348Z] ---> Running in 4f6eae074138 [2022-08-09T20:48:36.964Z] Removing intermediate container 4f6eae074138 [2022-08-09T20:48:36.964Z] ---> 0e6ba9c6f7ed [2022-08-09T20:48:36.964Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-09T20:48:36.964Z] ---> Running in c6bb9ed2aff0 [2022-08-09T20:48:37.581Z] Removing intermediate container c6bb9ed2aff0 [2022-08-09T20:48:37.581Z] ---> 527d86eb049b [2022-08-09T20:48:37.581Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-09T20:48:37.860Z] ---> Running in be0f758ca269 [2022-08-09T20:48:38.466Z] Removing intermediate container be0f758ca269 [2022-08-09T20:48:38.466Z] ---> 7fa49fcf92c0 [2022-08-09T20:48:38.466Z] Step 24/26 : LABEL arch=arm64 [2022-08-09T20:48:38.466Z] ---> Running in dd3db7aee28b [2022-08-09T20:48:39.118Z] Removing intermediate container dd3db7aee28b [2022-08-09T20:48:39.118Z] ---> 386e40d96a58 [2022-08-09T20:48:39.118Z] Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:48:39.118Z] ---> Running in aaeb19b078e0 [2022-08-09T20:48:39.752Z] Removing intermediate container aaeb19b078e0 [2022-08-09T20:48:39.752Z] ---> 951676b9d12e [2022-08-09T20:48:39.752Z] Step 26/26 : LABEL version=0.0.0 [2022-08-09T20:48:40.037Z] ---> Running in 71b8e637050c [2022-08-09T20:48:40.314Z] Removing intermediate container 71b8e637050c [2022-08-09T20:48:40.314Z] ---> d02187b3f909 [2022-08-09T20:48:40.314Z] [2022-08-09T20:48:40.592Z] Successfully built d02187b3f909 [2022-08-09T20:48:40.592Z] Successfully tagged security-spire-config-arm64:latest [2022-08-09T20:48:40.592Z] Building security-spire-agent [2022-08-09T20:48:58.933Z]  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:48:58.933Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:48:58.933Z] ---> 351623c7a876 [2022-08-09T20:48:58.933Z] Step 3/26 : WORKDIR /edgex-go [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> 30932475037d [2022-08-09T20:48:58.933Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> 61a1187cf28b [2022-08-09T20:48:58.933Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> bdfa5b7665e7 [2022-08-09T20:48:58.933Z] Step 6/26 : COPY go.mod vendor* ./ [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> ffca2fb29a32 [2022-08-09T20:48:58.933Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> e90425759b3d [2022-08-09T20:48:58.933Z] Step 8/26 : COPY . . [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> 97fca5c4d9f8 [2022-08-09T20:48:58.933Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> 1f2e23a597f7 [2022-08-09T20:48:58.933Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-08-09T20:48:58.933Z] ---> Using cache [2022-08-09T20:48:58.933Z] ---> 0591200194cf [2022-08-09T20:48:58.934Z] 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-08-09T20:48:58.934Z] ---> Using cache [2022-08-09T20:48:58.934Z] ---> c09fe68d561f [2022-08-09T20:48:58.934Z] Step 12/26 : WORKDIR /edgex-go [2022-08-09T20:48:58.934Z] ---> Using cache [2022-08-09T20:48:58.934Z] ---> 7fa09f74e102 [2022-08-09T20:48:58.934Z] [2022-08-09T20:48:58.934Z] Step 13/26 : FROM alpine:3.15 [2022-08-09T20:48:58.934Z] ---> 60f2846fe774 [2022-08-09T20:48:58.934Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:48:58.934Z] ---> Using cache [2022-08-09T20:48:58.934Z] ---> 1218d93f201e [2022-08-09T20:48:58.934Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:48:58.934Z] ---> Using cache [2022-08-09T20:48:58.934Z] ---> 6a4ee6736c9d [2022-08-09T20:48:58.934Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-09T20:48:58.934Z] ---> Running in 41d077741d37 [2022-08-09T20:49:00.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:01.953Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:03.959Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:49:03.959Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:49:03.959Z] OK: 15735 distinct packages available [2022-08-09T20:49:03.959Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:04.954Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:06.410Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-08-09T20:49:06.687Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:49:06.687Z] (3/5) Installing libucontext (1.1-r0) [2022-08-09T20:49:06.687Z] (4/5) Installing gcompat (1.0.0-r4) [2022-08-09T20:49:06.972Z] (5/5) Installing openssl (1.1.1q-r0) [2022-08-09T20:49:06.972Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:49:06.972Z] OK: 6 MiB in 19 packages [2022-08-09T20:49:09.628Z] Removing intermediate container 41d077741d37 [2022-08-09T20:49:09.628Z] ---> 038d737c939e [2022-08-09T20:49:09.628Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-08-09T20:49:11.641Z] Removing intermediate container 6c4444f5258e [2022-08-09T20:49:11.641Z] ---> e0270fac12a6 [2022-08-09T20:49:11.641Z] Step 8/22 : COPY . . [2022-08-09T20:49:13.651Z] ---> ae748c3b4eaf [2022-08-09T20:49:13.651Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-09T20:49:22.013Z] ---> 42e5e5c967ea [2022-08-09T20:49:22.013Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-08-09T20:49:22.617Z] ---> 8d19ec414229 [2022-08-09T20:49:22.617Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-08-09T20:49:24.083Z] ---> eff943d9b1d0 [2022-08-09T20:49:24.083Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-08-09T20:49:25.552Z] ---> 0e3349f128c0 [2022-08-09T20:49:25.552Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-09T20:49:25.552Z] ---> Running in e35d70598c48 [2022-08-09T20:49:26.549Z] Removing intermediate container e35d70598c48 [2022-08-09T20:49:26.550Z] ---> 3047d12954cb [2022-08-09T20:49:26.550Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-09T20:49:26.550Z] ---> Running in f15c53ab5c8e [2022-08-09T20:49:27.546Z] Removing intermediate container f15c53ab5c8e [2022-08-09T20:49:27.547Z] ---> d1caaa5ef8a7 [2022-08-09T20:49:27.547Z] Step 24/26 : LABEL arch=arm64 [2022-08-09T20:49:27.547Z] ---> Running in 998d3abc57bb [2022-08-09T20:49:28.150Z] Removing intermediate container 998d3abc57bb [2022-08-09T20:49:28.150Z] ---> 2d226d4d6170 [2022-08-09T20:49:28.433Z] Step 25/26 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:49:28.433Z] ---> Running in 4eb256cf3c49 [2022-08-09T20:49:28.433Z] ---> 9960d6194fa3 [2022-08-09T20:49:28.433Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-08-09T20:49:28.710Z] ---> Running in ee8171ef7db2 [2022-08-09T20:49:29.327Z] Removing intermediate container 4eb256cf3c49 [2022-08-09T20:49:29.327Z] ---> 211052c2d10f [2022-08-09T20:49:29.327Z] Step 26/26 : LABEL version=0.0.0 [2022-08-09T20:49:29.604Z] ---> Running in f645032036da [2022-08-09T20:49:30.215Z] Removing intermediate container f645032036da [2022-08-09T20:49:30.215Z] ---> db7b43870734 [2022-08-09T20:49:30.215Z] [2022-08-09T20:49:30.493Z] Successfully built db7b43870734 [2022-08-09T20:49:30.493Z] Successfully tagged security-spire-agent-arm64:latest [2022-08-09T20:49:30.493Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2022-08-09T20:49:31.099Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-08-09T20:49:49.484Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:49:49.484Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:49:49.484Z] ---> 351623c7a876 [2022-08-09T20:49:49.484Z] Step 3/20 : WORKDIR /edgex-go [2022-08-09T20:49:49.484Z] ---> Using cache [2022-08-09T20:49:49.484Z] ---> 30932475037d [2022-08-09T20:49:49.484Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-08-09T20:49:49.484Z] ---> Running in 65972af38bd5 [2022-08-09T20:49:49.484Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:49.762Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:51.221Z] v3.16.2-6-gd76f9d8b35 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-08-09T20:49:51.221Z] v3.16.2-7-g2f8a4891a7 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-08-09T20:49:51.221Z] OK: 16892 distinct packages available [2022-08-09T20:49:51.221Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:51.827Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:49:52.816Z] OK: 221 MiB in 51 packages [2022-08-09T20:49:54.262Z] Removing intermediate container 65972af38bd5 [2022-08-09T20:49:54.262Z] ---> 9252f7cfb857 [2022-08-09T20:49:54.262Z] Step 5/20 : COPY go.mod vendor* ./ [2022-08-09T20:49:55.258Z] ---> 62bf527d01cd [2022-08-09T20:49:55.258Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:49:55.258Z] ---> Running in 43a9c6067c63 [2022-08-09T20:50:42.316Z] Removing intermediate container 43a9c6067c63 [2022-08-09T20:50:42.316Z] ---> 09acf529b86d [2022-08-09T20:50:42.316Z] Step 7/20 : COPY . . [2022-08-09T20:50:50.643Z] ---> acf708f8eef7 [2022-08-09T20:50:50.643Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-08-09T20:50:50.643Z] ---> Running in c08513e8f35a [2022-08-09T20:50:52.660Z] 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-08-09T20:51:14.852Z] Removing intermediate container 41fbab398b3d [2022-08-09T20:51:14.852Z] ---> b7917c994f52 [2022-08-09T20:51:14.852Z] [2022-08-09T20:51:14.852Z] Step 10/23 : FROM alpine:3.16 [2022-08-09T20:51:14.852Z] ---> 3d81c46cd875 [2022-08-09T20:51:14.852Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-08-09T20:51:14.852Z] ---> Using cache [2022-08-09T20:51:14.852Z] ---> 250dc9388620 [2022-08-09T20:51:14.852Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:51:14.852Z] ---> Using cache [2022-08-09T20:51:14.852Z] ---> 17d05d47fd6e [2022-08-09T20:51:14.852Z] Step 13/23 : ENV APP_PORT=59882 [2022-08-09T20:51:14.852Z] ---> Running in 8623dc57aa9f [2022-08-09T20:51:14.852Z] Removing intermediate container 8623dc57aa9f [2022-08-09T20:51:14.852Z] ---> 5d65f8144e04 [2022-08-09T20:51:14.852Z] Step 14/23 : EXPOSE $APP_PORT [2022-08-09T20:51:14.852Z] ---> Running in 004e56067b8f [2022-08-09T20:51:14.852Z] Removing intermediate container 004e56067b8f [2022-08-09T20:51:14.852Z] ---> f851f3adce34 [2022-08-09T20:51:14.852Z] Step 15/23 : WORKDIR / [2022-08-09T20:51:14.852Z] ---> Running in 41e6eed6f194 [2022-08-09T20:51:14.852Z] Removing intermediate container 41e6eed6f194 [2022-08-09T20:51:14.852Z] ---> 5bcae0315311 [2022-08-09T20:51:14.852Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:51:16.002Z] ---> 656db0875b56 [2022-08-09T20:51:16.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-08-09T20:51:17.578Z] ---> a85b0b3d0938 [2022-08-09T20:51:17.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-08-09T20:51:18.309Z] ---> afb09db4aa72 [2022-08-09T20:51:18.309Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-08-09T20:51:18.309Z] ---> Running in 38480397c670 [2022-08-09T20:51:18.980Z] Removing intermediate container 38480397c670 [2022-08-09T20:51:18.980Z] ---> 23c19b62d866 [2022-08-09T20:51:18.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:51:19.280Z] ---> Running in 637bcd19f639 [2022-08-09T20:51:19.673Z] Removing intermediate container 637bcd19f639 [2022-08-09T20:51:19.673Z] ---> 17935c08aedc [2022-08-09T20:51:19.673Z] Step 21/23 : LABEL arch=arm64 [2022-08-09T20:51:19.673Z] ---> Running in 691a89979f61 [2022-08-09T20:51:20.283Z] Removing intermediate container 691a89979f61 [2022-08-09T20:51:20.283Z] ---> 7d4f33079630 [2022-08-09T20:51:20.283Z] Step 22/23 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:51:20.283Z] ---> Running in cda5fe6e1d23 [2022-08-09T20:51:20.975Z] Removing intermediate container cda5fe6e1d23 [2022-08-09T20:51:20.975Z] ---> 046f7d7c0ca2 [2022-08-09T20:51:20.975Z] Step 23/23 : LABEL version=0.0.0 [2022-08-09T20:51:20.975Z] ---> Running in 7d7fdf28166c [2022-08-09T20:51:21.649Z] Removing intermediate container 7d7fdf28166c [2022-08-09T20:51:21.649Z] ---> 1ca0f51bcca6 [2022-08-09T20:51:21.649Z] [2022-08-09T20:51:21.950Z] Successfully built 1ca0f51bcca6 [2022-08-09T20:51:21.950Z] Successfully tagged core-command-arm64:latest [2022-08-09T20:51:21.950Z]  Building core-command ... done Building security-spire-server [2022-08-09T20:51:40.652Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-08-09T20:51:40.652Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-08-09T20:51:40.652Z] ---> 351623c7a876 [2022-08-09T20:51:40.652Z] Step 3/25 : WORKDIR /edgex-go [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> 30932475037d [2022-08-09T20:51:40.652Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> 61a1187cf28b [2022-08-09T20:51:40.652Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> bdfa5b7665e7 [2022-08-09T20:51:40.652Z] Step 6/25 : COPY go.mod vendor* ./ [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> ffca2fb29a32 [2022-08-09T20:51:40.652Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> e90425759b3d [2022-08-09T20:51:40.652Z] Step 8/25 : COPY . . [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> 97fca5c4d9f8 [2022-08-09T20:51:40.652Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> 1f2e23a597f7 [2022-08-09T20:51:40.652Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-08-09T20:51:40.652Z] ---> Using cache [2022-08-09T20:51:40.652Z] ---> 0591200194cf [2022-08-09T20:51:40.652Z] 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-08-09T20:51:40.652Z] ---> Running in 99cbda95289b [2022-08-09T20:51:43.276Z] Removing intermediate container 99cbda95289b [2022-08-09T20:51:43.276Z] ---> 4f5d1941df90 [2022-08-09T20:51:43.276Z] Step 12/25 : WORKDIR /edgex-go [2022-08-09T20:51:43.276Z] ---> Running in f8cf958d96d9 [2022-08-09T20:51:43.550Z] Removing intermediate container f8cf958d96d9 [2022-08-09T20:51:43.551Z] ---> e74f8324cba1 [2022-08-09T20:51:43.551Z] [2022-08-09T20:51:43.551Z] Step 13/25 : FROM alpine:3.15 [2022-08-09T20:51:43.551Z] ---> 60f2846fe774 [2022-08-09T20:51:43.551Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:51:43.551Z] ---> Using cache [2022-08-09T20:51:43.551Z] ---> 1218d93f201e [2022-08-09T20:51:43.551Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:51:43.551Z] ---> Using cache [2022-08-09T20:51:43.551Z] ---> 6a4ee6736c9d [2022-08-09T20:51:43.551Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-08-09T20:51:43.551Z] ---> Using cache [2022-08-09T20:51:43.551Z] ---> 038d737c939e [2022-08-09T20:51:43.551Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-08-09T20:51:48.968Z] ---> a2896a2949c3 [2022-08-09T20:51:48.968Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-08-09T20:51:48.968Z] ---> 1d472e9d3ba3 [2022-08-09T20:51:48.968Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-08-09T20:51:49.949Z] ---> e3ed0c599f92 [2022-08-09T20:51:49.949Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-08-09T20:51:50.932Z] ---> 5b99bcb4b990 [2022-08-09T20:51:50.932Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-08-09T20:51:50.932Z] ---> Running in 033342d5d364 [2022-08-09T20:51:51.530Z] Removing intermediate container 033342d5d364 [2022-08-09T20:51:51.530Z] ---> c3ed850c17ca [2022-08-09T20:51:51.530Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-08-09T20:51:51.808Z] ---> Running in 42d43828886d [2022-08-09T20:51:52.407Z] Removing intermediate container 42d43828886d [2022-08-09T20:51:52.407Z] ---> bd3633741438 [2022-08-09T20:51:52.407Z] Step 23/25 : LABEL arch=arm64 [2022-08-09T20:51:52.407Z] ---> Running in 239cb2ce51f9 [2022-08-09T20:51:53.010Z] Removing intermediate container 239cb2ce51f9 [2022-08-09T20:51:53.010Z] ---> 815252ead514 [2022-08-09T20:51:53.010Z] Step 24/25 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:51:53.010Z] ---> Running in 83cd032fe7b6 [2022-08-09T20:51:53.610Z] Removing intermediate container 83cd032fe7b6 [2022-08-09T20:51:53.610Z] ---> 0cd8413af4ae [2022-08-09T20:51:53.610Z] Step 25/25 : LABEL version=0.0.0 [2022-08-09T20:51:53.610Z] ---> Running in aed66b31322c [2022-08-09T20:51:54.209Z] Removing intermediate container aed66b31322c [2022-08-09T20:51:54.209Z] ---> d1e17c36b5e5 [2022-08-09T20:51:54.209Z] [2022-08-09T20:51:54.493Z] Successfully built d1e17c36b5e5 [2022-08-09T20:51:54.493Z] Successfully tagged security-spire-server-arm64:latest [2022-08-09T20:52:41.478Z]  Building security-spire-server ... done Removing intermediate container 8c2bb235c92f [2022-08-09T20:52:41.478Z] ---> ef68d6b34cc8 [2022-08-09T20:52:41.478Z] [2022-08-09T20:52:41.478Z] Step 10/31 : FROM alpine:3.16 [2022-08-09T20:52:41.478Z] ---> 3d81c46cd875 [2022-08-09T20:52:41.478Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:52:41.478Z] ---> Running in 1c5b967910a8 [2022-08-09T20:52:41.478Z] Removing intermediate container 1c5b967910a8 [2022-08-09T20:52:41.478Z] ---> b405b87b5609 [2022-08-09T20:52:41.478Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-08-09T20:52:41.478Z] ---> Running in 30a96ab0c09f [2022-08-09T20:52:41.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:52:41.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:52:41.478Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-08-09T20:52:41.478Z] (2/2) Installing su-exec (0.2-r1) [2022-08-09T20:52:41.478Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:52:41.478Z] OK: 5 MiB in 16 packages [2022-08-09T20:52:41.478Z] Removing intermediate container 30a96ab0c09f [2022-08-09T20:52:41.478Z] ---> 0b0e933b6e5d [2022-08-09T20:52:41.478Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-08-09T20:52:41.478Z] ---> Running in bdb6fece685a [2022-08-09T20:52:41.478Z] Removing intermediate container bdb6fece685a [2022-08-09T20:52:41.478Z] ---> 6fe49a581d8b [2022-08-09T20:52:41.478Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-08-09T20:52:41.478Z] ---> Running in c691c020a4cc [2022-08-09T20:52:41.756Z] Removing intermediate container c691c020a4cc [2022-08-09T20:52:41.756Z] ---> dc59bbc21e82 [2022-08-09T20:52:41.756Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-08-09T20:52:42.031Z] ---> Running in bef97c2f8628 [2022-08-09T20:52:42.307Z] Removing intermediate container bef97c2f8628 [2022-08-09T20:52:42.307Z] ---> ea28a698f010 [2022-08-09T20:52:42.307Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-08-09T20:52:42.581Z] ---> Running in 3b7ad8fa2cdf [2022-08-09T20:52:45.989Z] Removing intermediate container 3b7ad8fa2cdf [2022-08-09T20:52:45.989Z] ---> 79f951ba6d70 [2022-08-09T20:52:45.989Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-08-09T20:52:45.989Z] ---> Running in 7861662a02ef [2022-08-09T20:52:45.989Z] Removing intermediate container 7861662a02ef [2022-08-09T20:52:45.989Z] ---> 4845e74f995d [2022-08-09T20:52:45.990Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-08-09T20:52:47.469Z] ---> 4ac551fbfd9c [2022-08-09T20:52:47.469Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-08-09T20:52:47.469Z] ---> Running in fbb848897b47 [2022-08-09T20:52:50.357Z] Removing intermediate container fbb848897b47 [2022-08-09T20:52:50.357Z] ---> dd25a70b2462 [2022-08-09T20:52:50.357Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:52:51.377Z] ---> 3c0cfdf7e267 [2022-08-09T20:52:51.377Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-08-09T20:52:54.361Z] ---> e3dd12bbafbe [2022-08-09T20:52:54.361Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-08-09T20:52:54.361Z] ---> aa1bfc98d945 [2022-08-09T20:52:54.361Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-08-09T20:52:55.351Z] ---> 2f3f5d84c128 [2022-08-09T20:52:55.351Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-08-09T20:52:56.345Z] ---> 24a34bf64526 [2022-08-09T20:52:56.345Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-08-09T20:52:57.340Z] ---> ce268d7d9c45 [2022-08-09T20:52:57.340Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-08-09T20:52:57.340Z] ---> Running in 1cc50dffe6d4 [2022-08-09T20:53:00.771Z] Removing intermediate container 1cc50dffe6d4 [2022-08-09T20:53:00.771Z] ---> b4fc36914426 [2022-08-09T20:53:00.771Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-08-09T20:53:00.771Z] ---> Running in 54204ccd574a [2022-08-09T20:53:01.047Z] Removing intermediate container 54204ccd574a [2022-08-09T20:53:01.047Z] ---> 0eaeda4cc594 [2022-08-09T20:53:01.047Z] Step 28/31 : CMD ["gate"] [2022-08-09T20:53:01.047Z] ---> Running in e1091b5a39ff [2022-08-09T20:53:01.649Z] Removing intermediate container e1091b5a39ff [2022-08-09T20:53:01.649Z] ---> 40d6b9ab3baa [2022-08-09T20:53:01.649Z] Step 29/31 : LABEL arch=arm64 [2022-08-09T20:53:01.925Z] ---> Running in d984ed3211d9 [2022-08-09T20:53:02.540Z] Removing intermediate container d984ed3211d9 [2022-08-09T20:53:02.540Z] ---> cb5d17b63251 [2022-08-09T20:53:02.540Z] Step 30/31 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:53:02.540Z] ---> Running in 4df7a62393c7 [2022-08-09T20:53:03.146Z] Removing intermediate container 4df7a62393c7 [2022-08-09T20:53:03.146Z] ---> f0100976d478 [2022-08-09T20:53:03.146Z] Step 31/31 : LABEL version=0.0.0 [2022-08-09T20:53:03.146Z] ---> Running in b4b8a90930db [2022-08-09T20:53:03.748Z] Removing intermediate container b4b8a90930db [2022-08-09T20:53:03.748Z] ---> 5bb5fd8194ec [2022-08-09T20:53:03.748Z] [2022-08-09T20:53:03.748Z] Successfully built 5bb5fd8194ec [2022-08-09T20:53:03.748Z] Successfully tagged security-bootstrapper-arm64:latest [2022-08-09T20:54:55.945Z]  Building security-bootstrapper ... done Removing intermediate container 85280d17506f [2022-08-09T20:54:55.945Z] ---> 47e3367c9819 [2022-08-09T20:54:55.945Z] [2022-08-09T20:54:55.945Z] Step 10/22 : FROM alpine:3.16 [2022-08-09T20:54:55.945Z] ---> 3d81c46cd875 [2022-08-09T20:54:55.945Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-08-09T20:54:55.945Z] ---> Using cache [2022-08-09T20:54:55.945Z] ---> 250dc9388620 [2022-08-09T20:54:55.945Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:54:55.945Z] ---> Using cache [2022-08-09T20:54:55.945Z] ---> 17d05d47fd6e [2022-08-09T20:54:55.945Z] Step 13/22 : ENV APP_PORT=59861 [2022-08-09T20:54:55.945Z] ---> Running in 5fc6c5602b61 [2022-08-09T20:54:55.946Z] Removing intermediate container 5fc6c5602b61 [2022-08-09T20:54:55.946Z] ---> f48bf767b9ff [2022-08-09T20:54:55.946Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-09T20:54:55.946Z] ---> Running in c1fcef552f84 [2022-08-09T20:54:55.946Z] Removing intermediate container c1fcef552f84 [2022-08-09T20:54:55.946Z] ---> 9cc8f1442d4e [2022-08-09T20:54:55.946Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:54:55.946Z] ---> a0ff01dd055e [2022-08-09T20:54:55.946Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-08-09T20:54:57.945Z] ---> 9753ba9efe5d [2022-08-09T20:54:57.945Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-08-09T20:54:58.564Z] ---> 7b93665490be [2022-08-09T20:54:58.564Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-08-09T20:54:58.564Z] ---> Running in 62baa83c0b71 [2022-08-09T20:54:59.175Z] Removing intermediate container 62baa83c0b71 [2022-08-09T20:54:59.175Z] ---> c81060d37e02 [2022-08-09T20:54:59.175Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:54:59.175Z] ---> Running in 584b570c843c [2022-08-09T20:54:59.787Z] Removing intermediate container 584b570c843c [2022-08-09T20:54:59.787Z] ---> 63fcdbf6698e [2022-08-09T20:54:59.787Z] Step 20/22 : LABEL arch=arm64 [2022-08-09T20:54:59.787Z] ---> Running in c60823185f7a [2022-08-09T20:55:00.400Z] Removing intermediate container c60823185f7a [2022-08-09T20:55:00.400Z] ---> 3e0279c007a4 [2022-08-09T20:55:00.400Z] Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:55:00.400Z] ---> Running in fdf3f3f68af1 [2022-08-09T20:55:01.010Z] Removing intermediate container fdf3f3f68af1 [2022-08-09T20:55:01.010Z] ---> ab5b95bb6edd [2022-08-09T20:55:01.010Z] Step 22/22 : LABEL version=0.0.0 [2022-08-09T20:55:01.010Z] ---> Running in 49b6cd3698a8 [2022-08-09T20:55:01.620Z] Removing intermediate container 49b6cd3698a8 [2022-08-09T20:55:01.620Z] ---> 266dd5639a19 [2022-08-09T20:55:01.620Z] [2022-08-09T20:55:01.620Z] Successfully built 266dd5639a19 [2022-08-09T20:55:01.620Z] Successfully tagged support-scheduler-arm64:latest [2022-08-09T20:55:23.878Z]  Building support-scheduler ... done Removing intermediate container ee8171ef7db2 [2022-08-09T20:55:23.878Z] ---> 45248c9e9623 [2022-08-09T20:55:23.878Z] [2022-08-09T20:55:23.878Z] Step 10/22 : FROM alpine:3.16 [2022-08-09T20:55:23.878Z] ---> 3d81c46cd875 [2022-08-09T20:55:23.878Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-08-09T20:55:23.878Z] ---> Running in 130ebf117a06 [2022-08-09T20:55:24.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:55:24.431Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:55:25.434Z] (1/2) Installing ca-certificates (20220614-r0) [2022-08-09T20:55:25.434Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-08-09T20:55:25.434Z] Executing busybox-1.35.0-r15.trigger [2022-08-09T20:55:25.434Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:55:25.711Z] OK: 6 MiB in 16 packages [2022-08-09T20:55:27.160Z] Removing intermediate container 130ebf117a06 [2022-08-09T20:55:27.160Z] ---> b0bf857c40d6 [2022-08-09T20:55:27.160Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-08-09T20:55:27.160Z] ---> Running in e5a6c72e6792 [2022-08-09T20:55:27.759Z] Removing intermediate container e5a6c72e6792 [2022-08-09T20:55:27.759Z] ---> 937dc819daae [2022-08-09T20:55:27.759Z] Step 13/22 : ENV APP_PORT=59860 [2022-08-09T20:55:27.759Z] ---> Running in 700e429e7d5b [2022-08-09T20:55:28.358Z] Removing intermediate container 700e429e7d5b [2022-08-09T20:55:28.358Z] ---> 28d38266bd34 [2022-08-09T20:55:28.358Z] Step 14/22 : EXPOSE $APP_PORT [2022-08-09T20:55:28.358Z] ---> Running in 99f612c8d4f6 [2022-08-09T20:55:28.632Z] Removing intermediate container 99f612c8d4f6 [2022-08-09T20:55:28.633Z] ---> fd3e3285a703 [2022-08-09T20:55:28.633Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:55:29.619Z] ---> 9fd8314c050f [2022-08-09T20:55:29.619Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-08-09T20:55:31.627Z] ---> eee8fa2c5140 [2022-08-09T20:55:31.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-08-09T20:55:32.229Z] ---> 08fcf961824b [2022-08-09T20:55:32.229Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-08-09T20:55:32.229Z] ---> Running in 49c88decef62 [2022-08-09T20:55:32.512Z] Removing intermediate container c08513e8f35a [2022-08-09T20:55:32.512Z] ---> ced0816a1629 [2022-08-09T20:55:32.512Z] [2022-08-09T20:55:32.512Z] Step 9/20 : FROM alpine:3.15 [2022-08-09T20:55:32.512Z] ---> 60f2846fe774 [2022-08-09T20:55:32.512Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-08-09T20:55:32.512Z] ---> Using cache [2022-08-09T20:55:32.512Z] ---> 1218d93f201e [2022-08-09T20:55:32.512Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-09T20:55:32.512Z] ---> Using cache [2022-08-09T20:55:32.512Z] ---> 6a4ee6736c9d [2022-08-09T20:55:32.512Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-08-09T20:55:32.512Z] ---> Running in 87b22912afcf [2022-08-09T20:55:32.512Z] Removing intermediate container 49c88decef62 [2022-08-09T20:55:32.512Z] ---> 253adbbf1cbd [2022-08-09T20:55:32.512Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:55:32.790Z] ---> Running in 76b111526cee [2022-08-09T20:55:33.088Z] Removing intermediate container 76b111526cee [2022-08-09T20:55:33.088Z] ---> 846794fb7045 [2022-08-09T20:55:33.088Z] Step 20/22 : LABEL arch=arm64 [2022-08-09T20:55:33.368Z] ---> Running in 400329ad11ab [2022-08-09T20:55:33.646Z] Removing intermediate container 400329ad11ab [2022-08-09T20:55:33.646Z] ---> 433e8e608da9 [2022-08-09T20:55:33.646Z] Step 21/22 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:55:33.646Z] ---> Running in 882e0fb94bca [2022-08-09T20:55:33.935Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:55:34.213Z] Removing intermediate container 882e0fb94bca [2022-08-09T20:55:34.213Z] ---> 5c9ff3bd6d89 [2022-08-09T20:55:34.213Z] Step 22/22 : LABEL version=0.0.0 [2022-08-09T20:55:34.213Z] ---> Running in b2591e306819 [2022-08-09T20:55:34.488Z] Removing intermediate container b2591e306819 [2022-08-09T20:55:34.488Z] ---> d6afe4aa5318 [2022-08-09T20:55:34.488Z] [2022-08-09T20:55:34.761Z] Successfully built d6afe4aa5318 [2022-08-09T20:55:34.761Z] Successfully tagged support-notifications-arm64:latest [2022-08-09T20:55:35.040Z]  Building support-notifications ... done fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:55:36.022Z] v3.15.5-31-g10208872de [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-08-09T20:55:36.022Z] v3.15.5-25-g8ecf942f42 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-08-09T20:55:36.022Z] OK: 15735 distinct packages available [2022-08-09T20:55:36.022Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-08-09T20:55:37.007Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-08-09T20:55:37.989Z] (1/9) Installing ca-certificates (20220614-r0) [2022-08-09T20:55:37.989Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-08-09T20:55:37.989Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-08-09T20:55:38.264Z] (4/9) Installing libcurl (7.80.0-r2) [2022-08-09T20:55:38.264Z] (5/9) Installing curl (7.80.0-r2) [2022-08-09T20:55:38.264Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-08-09T20:55:38.537Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-08-09T20:55:38.537Z] (8/9) Installing libucontext (1.1-r0) [2022-08-09T20:55:38.537Z] (9/9) Installing gcompat (1.0.0-r4) [2022-08-09T20:55:38.814Z] Executing busybox-1.34.1-r7.trigger [2022-08-09T20:55:38.814Z] Executing ca-certificates-20220614-r0.trigger [2022-08-09T20:55:38.814Z] OK: 8 MiB in 23 packages [2022-08-09T20:55:40.260Z] Removing intermediate container 87b22912afcf [2022-08-09T20:55:40.260Z] ---> 527ae11d4314 [2022-08-09T20:55:40.260Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-08-09T20:55:40.860Z] ---> 025ee58f940d [2022-08-09T20:55:40.860Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-08-09T20:55:41.844Z] ---> ecf9b335aa7a [2022-08-09T20:55:41.844Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-08-09T20:55:42.447Z] ---> 6f384507be23 [2022-08-09T20:55:42.447Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-08-09T20:55:42.723Z] ---> Running in e7a841043714 [2022-08-09T20:55:42.998Z] Removing intermediate container e7a841043714 [2022-08-09T20:55:42.998Z] ---> a466f731127e [2022-08-09T20:55:42.998Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-09T20:55:42.998Z] ---> Running in a7e74bd32d87 [2022-08-09T20:55:43.273Z] Removing intermediate container a7e74bd32d87 [2022-08-09T20:55:43.273Z] ---> d2f94de22796 [2022-08-09T20:55:43.273Z] Step 18/20 : LABEL arch=arm64 [2022-08-09T20:55:43.273Z] ---> Running in 2774b423064b [2022-08-09T20:55:43.547Z] Removing intermediate container 2774b423064b [2022-08-09T20:55:43.547Z] ---> 09bc1bc47968 [2022-08-09T20:55:43.547Z] Step 19/20 : LABEL git_sha=20b0bae75a96705a8150c67b7f1d65e9ae879747 [2022-08-09T20:55:43.823Z] ---> Running in 7547f462cef7 [2022-08-09T20:55:44.094Z] Removing intermediate container 7547f462cef7 [2022-08-09T20:55:44.094Z] ---> 8f740f336128 [2022-08-09T20:55:44.094Z] Step 20/20 : LABEL version=0.0.0 [2022-08-09T20:55:44.094Z] ---> Running in f46f79e52eba [2022-08-09T20:55:44.366Z] Removing intermediate container f46f79e52eba [2022-08-09T20:55:44.366Z] ---> c835b7e8757e [2022-08-09T20:55:44.366Z] [2022-08-09T20:55:44.638Z] Successfully built c835b7e8757e [2022-08-09T20:55:44.638Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-08-09T20:55:44.924Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-08-09T20:55:44.908Z] $ docker stop --time=1 87152867506ab360b7e028ac62020d89d227e85e0889e801941bd37e3346e890 [2022-08-09T20:55:46.608Z] $ docker rm -f 87152867506ab360b7e028ac62020d89d227e85e0889e801941bd37e3346e890 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-09T20:55:47.247Z] + docker images [2022-08-09T20:55:47.519Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-08-09T20:55:47.519Z] security-spiffe-token-provider-arm64 latest c835b7e8757e 3 seconds ago 28.3MB [2022-08-09T20:55:47.519Z] support-notifications-arm64 latest d6afe4aa5318 13 seconds ago 26.1MB [2022-08-09T20:55:47.519Z] ced0816a1629 16 seconds ago 1.4GB [2022-08-09T20:55:47.519Z] 45248c9e9623 26 seconds ago 1.41GB [2022-08-09T20:55:47.519Z] support-scheduler-arm64 latest 266dd5639a19 46 seconds ago 25.6MB [2022-08-09T20:55:47.519Z] 47e3367c9819 56 seconds ago 1.41GB [2022-08-09T20:55:47.519Z] security-bootstrapper-arm64 latest 5bb5fd8194ec 2 minutes ago 18.6MB [2022-08-09T20:55:47.519Z] ef68d6b34cc8 3 minutes ago 1.35GB [2022-08-09T20:55:47.519Z] security-spire-server-arm64 latest d1e17c36b5e5 3 minutes ago 84.2MB [2022-08-09T20:55:47.519Z] e74f8324cba1 4 minutes ago 1.25GB [2022-08-09T20:55:47.519Z] core-command-arm64 latest 1ca0f51bcca6 4 minutes ago 15.5MB [2022-08-09T20:55:47.519Z] b7917c994f52 4 minutes ago 1.35GB [2022-08-09T20:55:47.519Z] security-spire-agent-arm64 latest db7b43870734 6 minutes ago 122MB [2022-08-09T20:55:47.519Z] security-spire-config-arm64 latest d02187b3f909 7 minutes ago 83.6MB [2022-08-09T20:55:47.519Z] 7fa09f74e102 7 minutes ago 1.25GB [2022-08-09T20:55:47.519Z] sys-mgmt-agent-arm64 latest 5b3a7ecf2dda 8 minutes ago 133MB [2022-08-09T20:55:47.519Z] core-data-arm64 latest b3d370a6ccb3 8 minutes ago 20.6MB [2022-08-09T20:55:47.519Z] f634cf898b7e 8 minutes ago 1.38GB [2022-08-09T20:55:47.519Z] core-metadata-arm64 latest 0a44dc3a1daa 8 minutes ago 17.4MB [2022-08-09T20:55:47.519Z] 6ecc9d704853 9 minutes ago 1.38GB [2022-08-09T20:55:47.519Z] security-secretstore-setup-arm64 latest 6540e4cf02c0 9 minutes ago 27.9MB [2022-08-09T20:55:47.519Z] security-proxy-setup-arm64 latest a2d226c19637 9 minutes ago 26.2MB [2022-08-09T20:55:47.519Z] e3a6f2223915 9 minutes ago 1.36GB [2022-08-09T20:55:47.519Z] fcf406d65825 10 minutes ago 1.36GB [2022-08-09T20:55:47.519Z] ead84173094c 10 minutes ago 1.35GB [2022-08-09T20:55:47.519Z] ci-base-image-arm64 latest 351623c7a876 27 minutes ago 995MB [2022-08-09T20:55:47.519Z] alpine 3.15 60f2846fe774 2 weeks ago 5.32MB [2022-08-09T20:55:47.519Z] alpine 3.16 3d81c46cd875 3 weeks ago 5.27MB [2022-08-09T20:55:47.519Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 4 weeks ago 678MB [2022-08-09T20:55:47.519Z] 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-08-09T20:55:48.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-09T20:55:48.327Z] [2022-08-09T20:55:48.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:55:48.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-09T20:55:49.013Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-09T20:55:49.013Z] 8998bd30e6a1: Pulling fs layer [2022-08-09T20:55:49.013Z] 04944245beec: Pulling fs layer [2022-08-09T20:55:49.013Z] 699f458cf7ca: Pulling fs layer [2022-08-09T20:55:49.013Z] 765212b225bb: Pulling fs layer [2022-08-09T20:55:49.013Z] f23df028b6ca: Pulling fs layer [2022-08-09T20:55:49.013Z] d65c8cfc05b1: Pulling fs layer [2022-08-09T20:55:49.013Z] 2437ff75d9bd: Pulling fs layer [2022-08-09T20:55:49.013Z] 765212b225bb: Waiting [2022-08-09T20:55:49.013Z] f23df028b6ca: Waiting [2022-08-09T20:55:49.013Z] 2437ff75d9bd: Waiting [2022-08-09T20:55:49.013Z] d65c8cfc05b1: Waiting [2022-08-09T20:55:49.013Z] 04944245beec: Verifying Checksum [2022-08-09T20:55:49.013Z] 04944245beec: Download complete [2022-08-09T20:55:49.013Z] 765212b225bb: Verifying Checksum [2022-08-09T20:55:49.013Z] 765212b225bb: Download complete [2022-08-09T20:55:49.292Z] f23df028b6ca: Verifying Checksum [2022-08-09T20:55:49.292Z] f23df028b6ca: Download complete [2022-08-09T20:55:49.292Z] d65c8cfc05b1: Verifying Checksum [2022-08-09T20:55:49.292Z] d65c8cfc05b1: Download complete [2022-08-09T20:55:49.292Z] 699f458cf7ca: Verifying Checksum [2022-08-09T20:55:49.292Z] 699f458cf7ca: Download complete [2022-08-09T20:55:49.567Z] 8998bd30e6a1: Verifying Checksum [2022-08-09T20:55:49.567Z] 8998bd30e6a1: Download complete [2022-08-09T20:55:52.181Z] 2437ff75d9bd: Verifying Checksum [2022-08-09T20:55:52.181Z] 2437ff75d9bd: Download complete [2022-08-09T20:55:54.156Z] 8998bd30e6a1: Pull complete [2022-08-09T20:55:54.752Z] 04944245beec: Pull complete [2022-08-09T20:55:56.186Z] 699f458cf7ca: Pull complete [2022-08-09T20:55:56.459Z] 765212b225bb: Pull complete [2022-08-09T20:55:57.055Z] f23df028b6ca: Pull complete [2022-08-09T20:55:57.329Z] d65c8cfc05b1: Pull complete [2022-08-09T20:56:12.403Z] 2437ff75d9bd: Pull complete [2022-08-09T20:56:12.403Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-09T20:56:12.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-09T20:56:12.403Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:56:12.792Z] prd-ubuntu20.04-docker-arm64-4c-16g-22257 does not seem to be running inside a container [2022-08-09T20:56:12.840Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-08-09T20:56:15.458Z] $ docker top da66eb4762b6509ca7bc69b82fcc6955fbc63ea82a881c69bc296c73fcf9aa03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:16.530Z] ---> job-cost.sh [2022-08-09T20:56:16.530Z] lf-activate-venv: SKIPPING [2022-08-09T20:56:16.530Z] INFO: No Stack... [2022-08-09T20:56:17.122Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-09T20:56:18.094Z] INFO: Archiving Costs [Pipeline] sh [2022-08-09T20:56:18.769Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-08-09T20:56:18.769Z] + cut -d, -f6 [Pipeline] lock [2022-08-09T20:56:18.816Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] [2022-08-09T20:56:18.821Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] did not exist. Created. [2022-08-09T20:56:18.821Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-09T20:56:19.566Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-09T20:56:19.741Z] Stashed 1 file(s) [Pipeline] } [2022-08-09T20:56:19.760Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4121-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-09T20:56:19.801Z] $ docker stop --time=1 da66eb4762b6509ca7bc69b82fcc6955fbc63ea82a881c69bc296c73fcf9aa03 [2022-08-09T20:56:21.299Z] $ docker rm -f da66eb4762b6509ca7bc69b82fcc6955fbc63ea82a881c69bc296c73fcf9aa03 [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-08-09T20:56:22.407Z] provisioning config files... [2022-08-09T20:56:22.416Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config551552560617779633tmp [Pipeline] { [Pipeline] sh [2022-08-09T20:56:22.756Z] + set +x [2022-08-09T20:56:22.756Z] + curl -s https://codecov.io/bash [2022-08-09T20:56:22.756Z] + bash -s -- [2022-08-09T20:56:22.756Z] [2022-08-09T20:56:22.756Z] _____ _ [2022-08-09T20:56:22.756Z] / ____| | | [2022-08-09T20:56:22.756Z] | | ___ __| | ___ ___ _____ __ [2022-08-09T20:56:22.756Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-09T20:56:22.756Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-09T20:56:22.756Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-09T20:56:22.756Z] Bash-1.0.6 [2022-08-09T20:56:22.756Z] [2022-08-09T20:56:22.756Z] [2022-08-09T20:56:22.756Z] ==> git version 2.25.1 found [2022-08-09T20:56:22.756Z] ==> 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-08-09T20:56:22.756Z] Release-Date: 2020-01-08 [2022-08-09T20:56:22.756Z] 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-08-09T20:56:22.756Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-09T20:56:22.756Z] ==> Jenkins CI detected. [2022-08-09T20:56:22.756Z] current dir:  /w/workspace/edgex-go/1 [2022-08-09T20:56:22.756Z] project root: . [2022-08-09T20:56:22.756Z] --> token set from env [2022-08-09T20:56:22.757Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-09T20:56:22.757Z] ==> Running gcov in . (disable via -X gcov) [2022-08-09T20:56:22.757Z] ==> Python coveragepy not found [2022-08-09T20:56:22.757Z] ==> Searching for coverage reports in: [2022-08-09T20:56:22.757Z] + . [2022-08-09T20:56:22.757Z] -> Found 1 reports [2022-08-09T20:56:22.757Z] ==> Detecting git/mercurial file structure [2022-08-09T20:56:22.757Z] ==> Reading reports [2022-08-09T20:56:22.757Z] + ./coverage.out bytes=478941 [2022-08-09T20:56:23.016Z] ==> Appending adjustments [2022-08-09T20:56:23.016Z] https://docs.codecov.io/docs/fixing-reports [2022-08-09T20:56:23.955Z] + Found adjustments [2022-08-09T20:56:23.955Z] ==> Gzipping contents [2022-08-09T20:56:23.955Z] 64K /tmp/codecov.eHVUvn.gz [2022-08-09T20:56:23.955Z] ==> Uploading reports [2022-08-09T20:56:23.955Z] url: https://codecov.io [2022-08-09T20:56:23.955Z] query: branch=PR-4121&commit=20b0bae75a96705a8150c67b7f1d65e9ae879747&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4121%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4121&job=&cmd_args= [2022-08-09T20:56:23.955Z] -> Pinging Codecov [2022-08-09T20:56:23.955Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4121&commit=20b0bae75a96705a8150c67b7f1d65e9ae879747&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4121%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4121&job=&cmd_args= [2022-08-09T20:56:24.527Z] -> Uploading to [2022-08-09T20:56:24.527Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-09/00271124DB129430A58F1EEE437C3FCB/20b0bae75a96705a8150c67b7f1d65e9ae879747/20284fa3-42e1-45fb-8208-f55e6e6dde35.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220809%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220809T205624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d3fddf90281ea73f3bace6fadee8b2750da1d814f1f1604ef48f0101b3652d0a [2022-08-09T20:56:24.527Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-09T20:56:24.527Z] Dload Upload Total Spent Left Speed [2022-08-09T20:56:24.527Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62869 0 0 100 62869 0 266k --:--:-- --:--:-- --:--:-- 266k [2022-08-09T20:56:24.527Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/20b0bae75a96705a8150c67b7f1d65e9ae879747 [Pipeline] } [2022-08-09T20:56:24.556Z] 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-08-09T20:56:25.902Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:26.233Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:27.133Z] ---> package-listing.sh [2022-08-09T20:56:27.133Z] ++ facter osfamily [2022-08-09T20:56:27.133Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-09T20:56:27.394Z] + OS_FAMILY=debian [2022-08-09T20:56:27.394Z] + workspace=/w/workspace/edgex-go/1 [2022-08-09T20:56:27.394Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-09T20:56:27.394Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-09T20:56:27.394Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-09T20:56:27.394Z] + PACKAGES=/tmp/packages_start.txt [2022-08-09T20:56:27.394Z] + '[' /w/workspace/edgex-go/1 ']' [2022-08-09T20:56:27.394Z] + PACKAGES=/tmp/packages_end.txt [2022-08-09T20:56:27.394Z] + case "${OS_FAMILY}" in [2022-08-09T20:56:27.394Z] + dpkg -l [2022-08-09T20:56:27.394Z] + grep '^ii' [2022-08-09T20:56:27.394Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-09T20:56:27.394Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-09T20:56:27.394Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-09T20:56:27.394Z] + '[' /w/workspace/edgex-go/1 ']' [2022-08-09T20:56:27.394Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-08-09T20:56:27.394Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-08-09T20:56:27.427Z] 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-08-09T20:56:27.727Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:56:28.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T20:56:28.357Z] [2022-08-09T20:56:28.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-09T20:56:28.740Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T20:56:28.740Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-09T20:56:28.740Z] 5eb5b503b376: Pulling fs layer [2022-08-09T20:56:28.740Z] 5c69ac0246d0: Pulling fs layer [2022-08-09T20:56:28.740Z] ec43610c2a17: Pulling fs layer [2022-08-09T20:56:28.740Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-09T20:56:28.740Z] 33b1e0a273af: Pulling fs layer [2022-08-09T20:56:28.740Z] 5d3b04190fa2: Pulling fs layer [2022-08-09T20:56:28.740Z] 2f39f015ded8: Pulling fs layer [2022-08-09T20:56:28.740Z] 33b1e0a273af: Waiting [2022-08-09T20:56:28.740Z] 5d3b04190fa2: Waiting [2022-08-09T20:56:28.740Z] 2f39f015ded8: Waiting [2022-08-09T20:56:28.740Z] 3a2ae6a8a46f: Waiting [2022-08-09T20:56:28.740Z] 5c69ac0246d0: Verifying Checksum [2022-08-09T20:56:28.740Z] 5c69ac0246d0: Download complete [2022-08-09T20:56:28.740Z] 3a2ae6a8a46f: Download complete [2022-08-09T20:56:29.000Z] 33b1e0a273af: Download complete [2022-08-09T20:56:29.000Z] ec43610c2a17: Verifying Checksum [2022-08-09T20:56:29.000Z] ec43610c2a17: Download complete [2022-08-09T20:56:29.000Z] 5d3b04190fa2: Download complete [2022-08-09T20:56:29.000Z] 5eb5b503b376: Verifying Checksum [2022-08-09T20:56:29.000Z] 5eb5b503b376: Download complete [2022-08-09T20:56:29.570Z] 2f39f015ded8: Download complete [2022-08-09T20:56:30.507Z] 5eb5b503b376: Pull complete [2022-08-09T20:56:30.507Z] 5c69ac0246d0: Pull complete [2022-08-09T20:56:30.768Z] ec43610c2a17: Pull complete [2022-08-09T20:56:31.028Z] 3a2ae6a8a46f: Pull complete [2022-08-09T20:56:31.287Z] 33b1e0a273af: Pull complete [2022-08-09T20:56:31.287Z] 5d3b04190fa2: Pull complete [2022-08-09T20:56:35.477Z] 2f39f015ded8: Pull complete [2022-08-09T20:56:35.737Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-09T20:56:35.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-09T20:56:35.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-09T20:56:35.959Z] prd-ubuntu20.04-docker-8c-8g-22255 does not seem to be running inside a container [2022-08-09T20:56:35.965Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-09T20:56:37.897Z] $ docker top 097c89f00ae384ef9f55d1d640df063cb9fd184b674b1ec5ae77df6a1b1d4a74 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-09T20:56:38.320Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-09T20:56:38.629Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-09T20:56:38.936Z] + ls /var/log/sa-host [2022-08-09T20:56:38.936Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-09T20:56:39.068Z] provisioning config files... [2022-08-09T20:56:39.078Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3441272873483282698tmp [Pipeline] { [Pipeline] echo [2022-08-09T20:56:39.134Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:39.451Z] ---> create-netrc.sh [Pipeline] } [2022-08-09T20:56:39.477Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:39.882Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-09T20:56:39.917Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:40.227Z] ---> sudo-logs.sh [2022-08-09T20:56:40.227Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-09T20:56:40.301Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:40.617Z] ---> job-cost.sh [2022-08-09T20:56:40.617Z] lf-activate-venv: SKIPPING [2022-08-09T20:56:40.617Z] DEBUG: total: 0.10999999940395355 [2022-08-09T20:56:40.617Z] INFO: Retrieving Stack Cost... [2022-08-09T20:56:41.187Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-09T20:56:41.448Z] INFO: Archiving Costs [Pipeline] echo [2022-08-09T20:56:41.481Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-09T20:56:41.792Z] ---> logs-deploy.sh [2022-08-09T20:56:41.792Z] lf-activate-venv: SKIPPING [2022-08-09T20:56:41.792Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4121/1 [2022-08-09T20:56:41.792Z] INFO: archiving workspace using pattern(s): [2022-08-09T20:56:42.734Z] Archives upload complete. [2022-08-09T20:56:42.994Z] INFO: archiving logs to Nexus