Pull request #4091 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ae78eb25edabf31f12eb0cb0fb93e39ce4225806+48498f0558753389f807f9f09415bce11d10e4ef (cdd1bd859b5974ce87f03d3e99eeacecc97cc095) 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-ssh4426174713999521766.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh10598843779209945903.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-4091/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-4091/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15657217389683732086.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-4091/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11084308595126596324.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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-ssh12451954043921389526.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-4091/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-4091/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12996003428387966154.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19868 in /w/workspace/edgexfoundry_edgex-go_PR-4091 [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 Merging remotes/origin/main commit 48498f0558753389f807f9f09415bce11d10e4ef into PR head commit ae78eb25edabf31f12eb0cb0fb93e39ce4225806 Merge succeeded, producing ae78eb25edabf31f12eb0cb0fb93e39ce4225806 Checking out Revision ae78eb25edabf31f12eb0cb0fb93e39ce4225806 (PR-4091) > 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/4091/head:refs/remotes/origin/PR-4091 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # 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 48498f0558753389f807f9f09415bce11d10e4ef # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-13T19:05:01.606Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-13T19:05:01.768Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-13T19:05:01.853Z] ========================================================= [2022-07-13T19:05:01.853Z] EdgeX Global Pipelines Version Info [2022-07-13T19:05:01.853Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:05:03.028Z] ------------------- [2022-07-13T19:05:03.029Z] stable info: [2022-07-13T19:05:03.029Z] ------------------- [2022-07-13T19:05:03.029Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-13T19:05:03.029Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-13T19:05:03.029Z] Message: update stable to v1.0.237 [2022-07-13T19:05:03.291Z] ------------------- [2022-07-13T19:05:03.291Z] experimental info: [2022-07-13T19:05:03.291Z] ------------------- [2022-07-13T19:05:03.291Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-13T19:05:03.291Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-13T19:05:03.291Z] Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-13T19:05:03.692Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-13T19:05:03.728Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-13T19:05:03.766Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-13T19:05:03.804Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-13T19:05:03.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-13T19:05:03.886Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-13T19:05:03.925Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-13T19:05:03.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-13T19:05:04.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-13T19:05:04.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-13T19:05:04.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-13T19:05:04.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-13T19:05:04.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-13T19:05:04.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-13T19:05:04.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-13T19:05:04.301Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-13T19:05:04.337Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-13T19:05:04.372Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-13T19:05:04.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-13T19:05:04.456Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-13T19:05:04.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-13T19:05:04.539Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-13T19:05:04.578Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-13T19:05:04.618Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4091 [Pipeline] echo [2022-07-13T19:05:04.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4091 [Pipeline] echo [2022-07-13T19:05:04.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4091 [Pipeline] echo [2022-07-13T19:05:04.738Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] echo [2022-07-13T19:05:04.776Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae78eb2 [Pipeline] echo [2022-07-13T19:05:04.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T19:05:04.926Z] provisioning config files... [2022-07-13T19:05:04.941Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config74776482011634460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:05:05.290Z] ---> docker-login.sh [2022-07-13T19:05:05.291Z] nexus3.edgexfoundry.org:10001 [2022-07-13T19:05:05.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:05:05.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:05:05.814Z] Configure a credential helper to remove this warning. See [2022-07-13T19:05:05.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:05:05.814Z] [2022-07-13T19:05:05.814Z] Login Succeeded [2022-07-13T19:05:05.814Z] nexus3.edgexfoundry.org:10002 [2022-07-13T19:05:05.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:05:05.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:05:05.814Z] Configure a credential helper to remove this warning. See [2022-07-13T19:05:05.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:05:05.814Z] [2022-07-13T19:05:05.814Z] Login Succeeded [2022-07-13T19:05:05.814Z] nexus3.edgexfoundry.org:10003 [2022-07-13T19:05:06.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:05:06.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:05:06.075Z] Configure a credential helper to remove this warning. See [2022-07-13T19:05:06.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:05:06.075Z] [2022-07-13T19:05:06.075Z] Login Succeeded [2022-07-13T19:05:06.075Z] nexus3.edgexfoundry.org:10004 [2022-07-13T19:05:06.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:05:06.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:05:06.336Z] Configure a credential helper to remove this warning. See [2022-07-13T19:05:06.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:05:06.336Z] [2022-07-13T19:05:06.336Z] Login Succeeded [2022-07-13T19:05:06.336Z] docker.io [2022-07-13T19:05:06.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:05:06.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:05:06.598Z] Configure a credential helper to remove this warning. See [2022-07-13T19:05:06.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:05:06.598Z] [2022-07-13T19:05:06.598Z] Login Succeeded [2022-07-13T19:05:06.598Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T19:05:06.623Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T19:05:07.048Z] + 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-07-13T19:05:07.049Z] + dirname cmd/core-command/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-13T19:05:07.049Z] + dirname+ cmd/core-data/Dockerfile [2022-07-13T19:05:07.049Z] cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/core-metadata/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2+ [2022-07-13T19:05:07.049Z] dirname cmd/security-bootstrapper/Dockerfile [2022-07-13T19:05:07.049Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-13T19:05:07.049Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-13T19:05:07.049Z] cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/security-spire-config/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/support-notifications/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-13T19:05:07.049Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-13T19:05:07.049Z] + cut -d/ -f2 [2022-07-13T19:05:07.049Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-13T19:05:07.104Z] 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-07-13T19:05:07.621Z] + git rev-list -1 --merges ae78eb25edabf31f12eb0cb0fb93e39ce4225806~1..ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] echo [2022-07-13T19:05:07.656Z] -----------> git rev-list -1 --merges ae78eb25edabf31f12eb0cb0fb93e39ce4225806~1..ae78eb25edabf31f12eb0cb0fb93e39ce4225806 ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [false] [Pipeline] sh [2022-07-13T19:05:07.967Z] + git log --format=format:%s -1 ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] echo [2022-07-13T19:05:07.999Z] ========================================================= [2022-07-13T19:05:07.999Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-13T19:05:07.999Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-13T19:05:08.499Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-13T19:05:08.499Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-13T19:05:08.499Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-13T19:05:08.499Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-13T19:05:08.499Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-13T19:05:08.499Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-13T19:05:08.499Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:05:08.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T19:05:08.985Z] [2022-07-13T19:05:08.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:05:09.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T19:05:09.358Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-13T19:05:09.358Z] b85a868b505f: Pulling fs layer [2022-07-13T19:05:09.358Z] e2be974225ed: Pulling fs layer [2022-07-13T19:05:09.358Z] 339a4e72a1f5: Pulling fs layer [2022-07-13T19:05:09.358Z] 988bab9f4d93: Pulling fs layer [2022-07-13T19:05:09.358Z] 1469e6f7b9e6: Pulling fs layer [2022-07-13T19:05:09.358Z] eaf3925da568: Pulling fs layer [2022-07-13T19:05:09.358Z] 988bab9f4d93: Waiting [2022-07-13T19:05:09.358Z] 1469e6f7b9e6: Waiting [2022-07-13T19:05:09.358Z] bab4dde63d76: Pulling fs layer [2022-07-13T19:05:09.358Z] bde34c3a00c8: Pulling fs layer [2022-07-13T19:05:09.358Z] b352a97aabf1: Pulling fs layer [2022-07-13T19:05:09.358Z] 4872d77fe225: Pulling fs layer [2022-07-13T19:05:09.358Z] 5851b861e8e6: Pulling fs layer [2022-07-13T19:05:09.358Z] bab4dde63d76: Waiting [2022-07-13T19:05:09.358Z] bde34c3a00c8: Waiting [2022-07-13T19:05:09.358Z] b352a97aabf1: Waiting [2022-07-13T19:05:09.358Z] 4872d77fe225: Waiting [2022-07-13T19:05:09.358Z] 5851b861e8e6: Waiting [2022-07-13T19:05:09.358Z] e2be974225ed: Download complete [2022-07-13T19:05:09.358Z] 988bab9f4d93: Verifying Checksum [2022-07-13T19:05:09.358Z] 988bab9f4d93: Download complete [2022-07-13T19:05:09.618Z] 1469e6f7b9e6: Verifying Checksum [2022-07-13T19:05:09.618Z] 1469e6f7b9e6: Download complete [2022-07-13T19:05:09.618Z] eaf3925da568: Verifying Checksum [2022-07-13T19:05:09.618Z] eaf3925da568: Download complete [2022-07-13T19:05:09.618Z] 339a4e72a1f5: Verifying Checksum [2022-07-13T19:05:09.618Z] 339a4e72a1f5: Download complete [2022-07-13T19:05:09.618Z] bde34c3a00c8: Verifying Checksum [2022-07-13T19:05:09.618Z] bde34c3a00c8: Download complete [2022-07-13T19:05:09.618Z] b352a97aabf1: Download complete [2022-07-13T19:05:09.618Z] 4872d77fe225: Download complete [2022-07-13T19:05:09.618Z] 5851b861e8e6: Verifying Checksum [2022-07-13T19:05:09.618Z] 5851b861e8e6: Download complete [2022-07-13T19:05:09.618Z] b85a868b505f: Verifying Checksum [2022-07-13T19:05:09.618Z] b85a868b505f: Download complete [2022-07-13T19:05:09.883Z] bab4dde63d76: Verifying Checksum [2022-07-13T19:05:09.883Z] bab4dde63d76: Download complete [2022-07-13T19:05:10.823Z] b85a868b505f: Pull complete [2022-07-13T19:05:11.083Z] e2be974225ed: Pull complete [2022-07-13T19:05:11.653Z] 339a4e72a1f5: Pull complete [2022-07-13T19:05:11.653Z] 988bab9f4d93: Pull complete [2022-07-13T19:05:11.913Z] 1469e6f7b9e6: Pull complete [2022-07-13T19:05:12.176Z] eaf3925da568: Pull complete [2022-07-13T19:05:14.086Z] bab4dde63d76: Pull complete [2022-07-13T19:05:14.086Z] bde34c3a00c8: Pull complete [2022-07-13T19:05:14.348Z] b352a97aabf1: Pull complete [2022-07-13T19:05:14.348Z] 4872d77fe225: Pull complete [2022-07-13T19:05:14.611Z] 5851b861e8e6: Pull complete [2022-07-13T19:05:14.611Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-13T19:05:14.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T19:05:14.611Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:05:14.848Z] prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container [2022-07-13T19:05:14.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-13T19:05:17.415Z] $ docker top 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba -eo pid,comm [2022-07-13T19:05:17.487Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-07-13T19:05:17.487Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-13T19:05:17.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T19:05:17.612Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T19:05:17.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T19:05:17.744Z] $ docker exec 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent [2022-07-13T19:05:17.874Z] SSH_AUTH_SOCK=/tmp/ssh-bDQwvlowykHN/agent.33 [2022-07-13T19:05:17.874Z] SSH_AGENT_PID=39 [2022-07-13T19:05:17.881Z] Running ssh-add (command line suppressed) [2022-07-13T19:05:18.002Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2115788472632493598.key (/w/workspace/edgex-go/1@tmp/private_key_2115788472632493598.key) [2022-07-13T19:05:18.023Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T19:05:18.357Z] + git tag --points-at HEAD [Pipeline] } [2022-07-13T19:05:18.379Z] $ docker exec --env ******** --env ******** 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent -k [2022-07-13T19:05:18.497Z] unset SSH_AUTH_SOCK; [2022-07-13T19:05:18.498Z] unset SSH_AGENT_PID; [2022-07-13T19:05:18.498Z] echo Agent pid 39 killed; [2022-07-13T19:05:18.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-13T19:05:18.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T19:05:18.599Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T19:05:18.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T19:05:18.742Z] $ docker exec 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent [2022-07-13T19:05:18.901Z] SSH_AUTH_SOCK=/tmp/ssh-hhBGBSelrFgh/agent.72 [2022-07-13T19:05:18.901Z] SSH_AGENT_PID=78 [2022-07-13T19:05:18.906Z] Running ssh-add (command line suppressed) [2022-07-13T19:05:19.025Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1285455119219056032.key (/w/workspace/edgex-go/1@tmp/private_key_1285455119219056032.key) [2022-07-13T19:05:19.044Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T19:05:19.374Z] + git semver init [2022-07-13T19:05:19.636Z] 2022-07-13 19:05:19,593 [run_init] DEBUG init version:0.0.0 force:False [2022-07-13T19:05:19.636Z] 2022-07-13 19:05:19,594 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2022-07-13T19:05:19.636Z] 2022-07-13 19:05:19,594 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2022-07-13T19:05:19.636Z] 2022-07-13 19:05:19,595 [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-07-13T19:05:23.842Z] 2022-07-13 19:05:23,760 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,760 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4091 with force:False [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,760 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4091 [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,765 [execute] INFO git cat-file --batch-check [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,765 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,772 [execute] INFO git cat-file --batch [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,772 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T19:05:23.842Z] 2022-07-13 19:05:23,777 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4091 [2022-07-13T19:05:23.842Z] 0.0.0 [Pipeline] } [2022-07-13T19:05:23.868Z] $ docker exec --env ******** --env ******** 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba ssh-agent -k [2022-07-13T19:05:23.977Z] unset SSH_AUTH_SOCK; [2022-07-13T19:05:23.977Z] unset SSH_AGENT_PID; [2022-07-13T19:05:23.978Z] echo Agent pid 78 killed; [2022-07-13T19:05:23.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T19:05:24.413Z] + git semver [Pipeline] } [2022-07-13T19:05:24.699Z] $ docker stop --time=1 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba [2022-07-13T19:05:26.097Z] $ docker rm -f 14e23a3544ea8470343a5da46576fc9b7c7e517547775b9a3db6439e5e5325ba [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T19:05:26.538Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-13T19:05:26.847Z] Stashed 1 file(s) [Pipeline] echo [2022-07-13T19:05:26.864Z] [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] echo [2022-07-13T19:05:27.369Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T19:05:27.407Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T19:05:27.439Z] ========================================================= [2022-07-13T19:05:27.439Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-13T19:05:27.439Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-13T19:05:27.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T19:05:27.796Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-13T19:05:27.796Z] 2408cc74d12b: Pulling fs layer [2022-07-13T19:05:27.796Z] ea60b727a1ce: Pulling fs layer [2022-07-13T19:05:27.796Z] 30c4a7721957: Pulling fs layer [2022-07-13T19:05:27.796Z] 370296b7ddb6: Pulling fs layer [2022-07-13T19:05:27.796Z] 7c6cee850709: Pulling fs layer [2022-07-13T19:05:27.796Z] 39a5fcdaea64: Pulling fs layer [2022-07-13T19:05:27.796Z] d94ebbe4e438: Pulling fs layer [2022-07-13T19:05:27.796Z] bcfd1f05c69d: Pulling fs layer [2022-07-13T19:05:27.796Z] 59ccb84bbe0f: Pulling fs layer [2022-07-13T19:05:27.796Z] d94ebbe4e438: Waiting [2022-07-13T19:05:27.796Z] 370296b7ddb6: Waiting [2022-07-13T19:05:27.796Z] 7c6cee850709: Waiting [2022-07-13T19:05:27.796Z] bcfd1f05c69d: Waiting [2022-07-13T19:05:27.796Z] 59ccb84bbe0f: Waiting [2022-07-13T19:05:27.796Z] 39a5fcdaea64: Waiting [2022-07-13T19:05:27.796Z] 30c4a7721957: Verifying Checksum [2022-07-13T19:05:27.796Z] 30c4a7721957: Download complete [2022-07-13T19:05:27.796Z] ea60b727a1ce: Verifying Checksum [2022-07-13T19:05:27.796Z] ea60b727a1ce: Download complete [2022-07-13T19:05:27.796Z] 7c6cee850709: Verifying Checksum [2022-07-13T19:05:27.796Z] 7c6cee850709: Download complete [2022-07-13T19:05:27.796Z] 39a5fcdaea64: Download complete [2022-07-13T19:05:27.796Z] 2408cc74d12b: Verifying Checksum [2022-07-13T19:05:27.796Z] 2408cc74d12b: Download complete [2022-07-13T19:05:27.796Z] d94ebbe4e438: Verifying Checksum [2022-07-13T19:05:27.796Z] d94ebbe4e438: Download complete [2022-07-13T19:05:28.056Z] 2408cc74d12b: Pull complete [2022-07-13T19:05:28.316Z] ea60b727a1ce: Pull complete [2022-07-13T19:05:28.577Z] 59ccb84bbe0f: Verifying Checksum [2022-07-13T19:05:28.577Z] 59ccb84bbe0f: Download complete [2022-07-13T19:05:28.577Z] 30c4a7721957: Pull complete [2022-07-13T19:05:28.837Z] 370296b7ddb6: Verifying Checksum [2022-07-13T19:05:28.837Z] 370296b7ddb6: Download complete [2022-07-13T19:05:28.837Z] bcfd1f05c69d: Verifying Checksum [2022-07-13T19:05:28.837Z] bcfd1f05c69d: Download complete [2022-07-13T19:05:33.045Z] 370296b7ddb6: Pull complete [2022-07-13T19:05:33.045Z] 7c6cee850709: Pull complete [2022-07-13T19:05:33.045Z] 39a5fcdaea64: Pull complete [2022-07-13T19:05:33.306Z] d94ebbe4e438: Pull complete [2022-07-13T19:05:35.844Z] bcfd1f05c69d: Pull complete [2022-07-13T19:05:36.423Z] 59ccb84bbe0f: Pull complete [2022-07-13T19:05:36.423Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-13T19:05:36.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T19:05:36.423Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-13T19:05:36.785Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T19:05:36.785Z] WORKDIR /edgex [2022-07-13T19:05:36.785Z] COPY go.mod . [2022-07-13T19:05:36.785Z] RUN go mod download [2022-07-13T19:05:36.785Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-13T19:05:38.168Z] Sending build context to Docker daemon 335.2MB [2022-07-13T19:05:38.168Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T19:05:38.168Z] ---> a4fb48ad2a94 [2022-07-13T19:05:38.168Z] Step 2/4 : WORKDIR /edgex [2022-07-13T19:05:41.478Z] ---> Running in f2ca8a2b5592 [2022-07-13T19:05:41.478Z] Removing intermediate container f2ca8a2b5592 [2022-07-13T19:05:41.478Z] ---> 6d2f4cc1c253 [2022-07-13T19:05:41.478Z] Step 3/4 : COPY go.mod . [2022-07-13T19:05:41.478Z] ---> d6130eee03e9 [2022-07-13T19:05:41.478Z] Step 4/4 : RUN go mod download [2022-07-13T19:05:41.478Z] ---> Running in 04f97381a983 [2022-07-13T19:05:42.171Z] Still waiting to schedule task [2022-07-13T19:05:42.171Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-13T19:05:56.392Z] Removing intermediate container 04f97381a983 [2022-07-13T19:05:56.392Z] ---> 77bfc7986479 [2022-07-13T19:05:56.392Z] Successfully built 77bfc7986479 [2022-07-13T19:05:56.392Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:05:56.768Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-13T19:05:56.768Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:05:56.926Z] prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container [2022-07-13T19:05:56.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-13T19:05:57.410Z] $ docker top 3f6830061cf51df7f07244e6cfe797ec6c9a1e3328d9f8e151c6c1dbc509d09e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T19:05:57.813Z] + go version [2022-07-13T19:05:57.813Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-13T19:05:57.854Z] $ docker stop --time=1 3f6830061cf51df7f07244e6cfe797ec6c9a1e3328d9f8e151c6c1dbc509d09e [2022-07-13T19:05:59.146Z] $ docker rm -f 3f6830061cf51df7f07244e6cfe797ec6c9a1e3328d9f8e151c6c1dbc509d09e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:05:59.867Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-13T19:05:59.867Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:06:00.019Z] prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container [2022-07-13T19:06:00.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-13T19:06:00.473Z] $ docker top 2473a1ab1b5c0ca9a5ebdafee2e06d8588756dd12bd9860b0875b07bd648fa04 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-13T19:06:00.600Z] ========================================================= [2022-07-13T19:06:00.600Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-13T19:06:00.600Z] ========================================================= [Pipeline] sh [2022-07-13T19:06:00.894Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-07-13T19:06:01.254Z] + make test [2022-07-13T19:06:01.254Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-13T19:06:07.835Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-13T19:06:22.725Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-13T19:06:22.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.081s coverage: 28.7% of statements [2022-07-13T19:06:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-13T19:06:22.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-13T19:06:23.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.100s coverage: 98.5% of statements [2022-07-13T19:06:23.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-13T19:06:23.505Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 54.2% of statements [2022-07-13T19:06:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-13T19:06:23.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.002s coverage: 89.2% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.070s coverage: 83.8% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.476s coverage: 95.6% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.093s coverage: 72.2% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.115s coverage: 60.0% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.101s coverage: 29.6% of statements [2022-07-13T19:06:27.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 79.5% of statements [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2022-07-13T19:06:27.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2022-07-13T19:06:35.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2022-07-13T19:06:35.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2022-07-13T19:06:37.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.208s coverage: 82.5% of statements [2022-07-13T19:06:37.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-13T19:06:47.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.073s coverage: 92.9% of statements [2022-07-13T19:06:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-13T19:06:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-13T19:06:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-13T19:06:47.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2022-07-13T19:06:47.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 58.8% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.0% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 85.4% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 91.2% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 64.4% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 65.4% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 43.8% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.064s coverage: 84.8% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.195s coverage: 92.3% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.063s coverage: 63.2% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.110s coverage: 97.7% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.055s coverage: 28.9% of statements [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-13T19:06:47.222Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2022-07-13T19:06:47.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-07-13T19:06:47.222Z] 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-07-13T19:07:05.324Z] 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-07-13T19:07:05.324Z] GO111MODULE=on go vet ./... [2022-07-13T19:07:07.860Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-13T19:07:07.860Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-13T19:07:07.860Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-13T19:07:08.152Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-13T19:07:08.474Z] + ls -al . [2022-07-13T19:07:08.474Z] total 684 [2022-07-13T19:07:08.474Z] drwxrwxr-x 10 1001 1001 4096 Jul 13 19:06 . [2022-07-13T19:07:08.474Z] drwxr-xr-x 4 root root 4096 Jul 13 19:06 .. [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 11 Jul 13 19:04 .dockerignore [2022-07-13T19:07:08.474Z] drwxrwxr-x 8 1001 1001 4096 Jul 13 19:06 .git [2022-07-13T19:07:08.474Z] drwxrwxr-x 3 1001 1001 4096 Jul 13 19:04 .github [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 1030 Jul 13 19:04 .gitignore [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 42 Jul 13 19:04 .golangci.yml [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 87 Jul 13 19:04 .hadolint.yml [2022-07-13T19:07:08.474Z] drwxr-xr-x 3 1001 1001 4096 Jul 13 19:05 .semver [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 166 Jul 13 19:04 .sonarcloud.properties [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 1171 Jul 13 19:04 ADOPTERS.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 10347 Jul 13 19:04 Attribution.txt [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 63209 Jul 13 19:04 CHANGELOG.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 3804 Jul 13 19:04 CONTRIBUTING.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 677 Jul 13 19:04 GOVERNANCE.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 850 Jul 13 19:04 Jenkinsfile [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 10775 Jul 13 19:04 LICENSE [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 10350 Jul 13 19:04 Makefile [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 582 Jul 13 19:04 OWNERS.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 9094 Jul 13 19:04 README.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 6912 Jul 13 19:04 SECURITY.md [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 5 Jul 13 19:05 VERSION [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 4131 Jul 13 19:04 ZMQWindows.md [2022-07-13T19:07:08.474Z] drwxrwxr-x 2 1001 1001 4096 Jul 13 19:04 bin [2022-07-13T19:07:08.474Z] drwxrwxr-x 18 1001 1001 4096 Jul 13 19:04 cmd [2022-07-13T19:07:08.474Z] -rw-r--r-- 1 root root 435593 Jul 13 19:06 coverage.out [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 3312 Jul 13 19:04 go.mod [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 36233 Jul 13 19:04 go.sum [2022-07-13T19:07:08.474Z] drwxrwxr-x 8 1001 1001 4096 Jul 13 19:04 internal [2022-07-13T19:07:08.474Z] drwxrwxr-x 3 1001 1001 4096 Jul 13 19:04 openapi [2022-07-13T19:07:08.474Z] drwxrwxr-x 4 1001 1001 4096 Jul 13 19:04 snap [2022-07-13T19:07:08.474Z] -rw-rw-r-- 1 1001 1001 204 Jul 13 19:04 version.go [Pipeline] sh [2022-07-13T19:07:08.792Z] + '[' -e coverage.out ] [2022-07-13T19:07:08.792Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-13T19:07:08.894Z] Stashed 1 file(s) [Pipeline] sh [2022-07-13T19:07:09.197Z] + make build [2022-07-13T19:07:09.197Z] 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-07-13T19:07:18.644Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19869 in /w/workspace/edgexfoundry_edgex-go_PR-4091 [Pipeline] { [Pipeline] ws [2022-07-13T19:07:18.683Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-07-13T19:07:18.761Z] The recommended git tool is: git [2022-07-13T19:07:24.089Z] 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-metadata/core-metadata ./cmd/core-metadata [2022-07-13T19:07:25.081Z] using credential edgex-jenkins-ssh [2022-07-13T19:07:25.099Z] Cloning the remote Git repository [2022-07-13T19:07:25.159Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-13T19:07:25.231Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-07-13T19:07:25.314Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-13T19:07:25.315Z] > git --version # timeout=10 [2022-07-13T19:07:25.331Z] > git --version # 'git version 2.25.1' [2022-07-13T19:07:25.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T19:07:25.403Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-13T19:07:32.216Z] 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-07-13T19:07:32.216Z] 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-07-13T19:07:38.792Z] 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-07-13T19:07:39.050Z] 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-07-13T19:07:39.990Z] 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-07-13T19:07:41.370Z] 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-07-13T19:07:41.839Z] Merging remotes/origin/main commit 48498f0558753389f807f9f09415bce11d10e4ef into PR head commit ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:07:42.244Z] Merge succeeded, producing ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:07:42.245Z] Checking out Revision ae78eb25edabf31f12eb0cb0fb93e39ce4225806 (PR-4091) [2022-07-13T19:07:42.306Z] 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-07-13T19:07:41.179Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-13T19:07:41.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-13T19:07:41.221Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-13T19:07:41.255Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-13T19:07:41.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T19:07:41.268Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4091/head:refs/remotes/origin/PR-4091 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-07-13T19:07:41.859Z] > git config core.sparsecheckout # timeout=10 [2022-07-13T19:07:41.872Z] > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # timeout=10 [2022-07-13T19:07:42.165Z] > git remote # timeout=10 [2022-07-13T19:07:42.179Z] > git config --get remote.origin.url # timeout=10 [2022-07-13T19:07:42.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T19:07:42.211Z] > git merge 48498f0558753389f807f9f09415bce11d10e4ef # timeout=10 [2022-07-13T19:07:42.234Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-13T19:07:42.254Z] > git config core.sparsecheckout # timeout=10 [2022-07-13T19:07:42.269Z] > git checkout -f ae78eb25edabf31f12eb0cb0fb93e39ce4225806 # timeout=10 [2022-07-13T19:07:43.248Z] 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-07-13T19:07:43.816Z] 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-07-13T19:07:44.755Z] 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-07-13T19:07:46.611Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-07-13T19:07:46.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-07-13T19:07:46.677Z] > git --version # timeout=10 [2022-07-13T19:07:46.691Z] > git --version # 'git version 2.25.1' [2022-07-13T19:07:46.708Z] fatal: bad object 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2022-07-13T19:07:47.636Z] $ docker stop --time=1 2473a1ab1b5c0ca9a5ebdafee2e06d8588756dd12bd9860b0875b07bd648fa04 [2022-07-13T19:07:47.709Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-13T19:07:47.709Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T19:07:47.709Z] Dload Upload Total Spent Left Speed [2022-07-13T19:07:47.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 85846 0 --:--:-- --:--:-- --:--:-- 85250 [2022-07-13T19:07:50.218Z] $ docker rm -f 2473a1ab1b5c0ca9a5ebdafee2e06d8588756dd12bd9860b0875b07bd648fa04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2022-07-13T19:07:51.161Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:07:51.648Z] + + sudosudo tee /etc/docker/daemon.new [2022-07-13T19:07:51.648Z] jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-13T19:07:51.648Z] { [2022-07-13T19:07:51.648Z] "registry-mirrors": [ [2022-07-13T19:07:51.648Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-13T19:07:51.648Z] ], [2022-07-13T19:07:51.648Z] "bip": "10.250.0.254/24", [2022-07-13T19:07:51.648Z] "hosts": [ [2022-07-13T19:07:51.648Z] "tcp://0.0.0.0:5555", [2022-07-13T19:07:51.648Z] "unix:///var/run/docker.sock" [2022-07-13T19:07:51.648Z] ], [2022-07-13T19:07:51.648Z] "mtu": 1458, [2022-07-13T19:07:51.648Z] "selinux-enabled": true, [2022-07-13T19:07:51.648Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-13T19:07:51.648Z] } [Pipeline] sh [2022-07-13T19:07:51.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T19:07:51.770Z] [2022-07-13T19:07:51.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:07:52.003Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-13T19:07:52.235Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T19:07:52.235Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-13T19:07:52.235Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-13T19:07:52.235Z] ca9280d653b3: Pulling fs layer [2022-07-13T19:07:52.235Z] 7e9c9ca2126c: Pulling fs layer [2022-07-13T19:07:52.235Z] cbdbe7a5bc2a: Download complete [2022-07-13T19:07:52.358Z] + sudo service docker restart [2022-07-13T19:07:52.497Z] ca9280d653b3: Verifying Checksum [2022-07-13T19:07:52.497Z] ca9280d653b3: Download complete [2022-07-13T19:07:52.497Z] cbdbe7a5bc2a: Pull complete [2022-07-13T19:07:52.771Z] 7e9c9ca2126c: Verifying Checksum [2022-07-13T19:07:52.771Z] 7e9c9ca2126c: Download complete [2022-07-13T19:07:53.053Z] ca9280d653b3: Pull complete [2022-07-13T19:07:56.346Z] 7e9c9ca2126c: Pull complete [2022-07-13T19:07:56.346Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-13T19:07:56.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T19:07:56.346Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:07:56.574Z] prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container [2022-07-13T19:07:56.625Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-13T19:07:58.308Z] $ docker top 9325ac59c29965b8a08328f0a2ba0fb0f827b9654fa739c07631b6260116561f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T19:07:58.702Z] + docker-compose build --help [2022-07-13T19:07:58.702Z] + grep parallel [2022-07-13T19:07:59.275Z] --parallel Build images in parallel. [Pipeline] } [2022-07-13T19:07:59.319Z] $ docker stop --time=1 9325ac59c29965b8a08328f0a2ba0fb0f827b9654fa739c07631b6260116561f [2022-07-13T19:08:00.706Z] $ docker rm -f 9325ac59c29965b8a08328f0a2ba0fb0f827b9654fa739c07631b6260116561f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:08:01.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T19:08:01.305Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:08:01.485Z] prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container [2022-07-13T19:08:01.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-13T19:08:01.932Z] $ docker top 314fac0d8341ce69282210ad4dc1d0485d7de2c95a800cd35145b8a9fb345fb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T19:08:02.336Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-13T19:08:02.906Z] Building core-command ... [2022-07-13T19:08:02.906Z] Building core-data ... [2022-07-13T19:08:02.906Z] Building core-metadata ... [2022-07-13T19:08:02.906Z] Building security-bootstrapper ... [2022-07-13T19:08:02.906Z] Building security-proxy-setup ... [2022-07-13T19:08:02.906Z] Building security-secretstore-setup ... [2022-07-13T19:08:02.906Z] Building security-spiffe-token-provider ... [2022-07-13T19:08:02.906Z] Building security-spire-agent ... [2022-07-13T19:08:02.906Z] Building security-spire-config ... [2022-07-13T19:08:02.906Z] Building security-spire-server ... [2022-07-13T19:08:02.906Z] Building support-notifications ... [2022-07-13T19:08:02.906Z] Building support-scheduler ... [2022-07-13T19:08:02.906Z] Building sys-mgmt-agent ... [2022-07-13T19:08:02.906Z] Building core-metadata [2022-07-13T19:08:02.906Z] Building security-spire-config [2022-07-13T19:08:02.906Z] Building security-spire-agent [2022-07-13T19:08:02.906Z] Building sys-mgmt-agent [2022-07-13T19:08:02.906Z] Building security-spire-server [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T19:08:10.745Z] provisioning config files... [2022-07-13T19:08:10.770Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6840101678224851971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:08:11.166Z] ---> docker-login.sh [2022-07-13T19:08:11.166Z] nexus3.edgexfoundry.org:10001 [2022-07-13T19:08:11.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:08:12.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:08:12.030Z] Configure a credential helper to remove this warning. See [2022-07-13T19:08:12.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:08:12.030Z] [2022-07-13T19:08:12.030Z] Login Succeeded [2022-07-13T19:08:12.030Z] nexus3.edgexfoundry.org:10002 [2022-07-13T19:08:12.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:08:12.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:08:12.301Z] Configure a credential helper to remove this warning. See [2022-07-13T19:08:12.301Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:08:12.301Z] [2022-07-13T19:08:12.301Z] Login Succeeded [2022-07-13T19:08:12.301Z] nexus3.edgexfoundry.org:10003 [2022-07-13T19:08:12.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:08:12.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:08:12.846Z] Configure a credential helper to remove this warning. See [2022-07-13T19:08:12.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:08:12.846Z] [2022-07-13T19:08:12.846Z] Login Succeeded [2022-07-13T19:08:12.846Z] nexus3.edgexfoundry.org:10004 [2022-07-13T19:08:13.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:08:13.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:08:13.120Z] Configure a credential helper to remove this warning. See [2022-07-13T19:08:13.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:08:13.121Z] [2022-07-13T19:08:13.121Z] Login Succeeded [2022-07-13T19:08:13.121Z] docker.io [2022-07-13T19:08:13.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T19:08:13.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T19:08:13.982Z] Configure a credential helper to remove this warning. See [2022-07-13T19:08:13.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T19:08:13.982Z] [2022-07-13T19:08:13.982Z] Login Succeeded [2022-07-13T19:08:13.982Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T19:08:14.011Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-13T19:08:14.380Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T19:08:14.411Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T19:08:14.443Z] ========================================================= [2022-07-13T19:08:14.444Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-13T19:08:14.444Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-13T19:08:14.806Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T19:08:15.080Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-13T19:08:15.080Z] b3c136eddcbf: Pulling fs layer [2022-07-13T19:08:15.080Z] c0a3192eca97: Pulling fs layer [2022-07-13T19:08:15.080Z] a050256f5b6f: Pulling fs layer [2022-07-13T19:08:15.080Z] 656be50a0ddc: Pulling fs layer [2022-07-13T19:08:15.080Z] 2bbca73fdf42: Pulling fs layer [2022-07-13T19:08:15.080Z] 46d945488cbd: Pulling fs layer [2022-07-13T19:08:15.080Z] 8a5474983e97: Pulling fs layer [2022-07-13T19:08:15.080Z] 329c88fbcd65: Pulling fs layer [2022-07-13T19:08:15.080Z] 46d945488cbd: Waiting [2022-07-13T19:08:15.080Z] 8a5474983e97: Waiting [2022-07-13T19:08:15.080Z] 329c88fbcd65: Waiting [2022-07-13T19:08:15.080Z] 656be50a0ddc: Waiting [2022-07-13T19:08:15.080Z] 2bbca73fdf42: Waiting [2022-07-13T19:08:15.080Z] a050256f5b6f: Download complete [2022-07-13T19:08:15.080Z] c0a3192eca97: Download complete [2022-07-13T19:08:15.080Z] 2bbca73fdf42: Verifying Checksum [2022-07-13T19:08:15.080Z] 2bbca73fdf42: Download complete [2022-07-13T19:08:15.080Z] 46d945488cbd: Download complete [2022-07-13T19:08:15.080Z] b3c136eddcbf: Verifying Checksum [2022-07-13T19:08:15.080Z] b3c136eddcbf: Download complete [2022-07-13T19:08:16.075Z] b3c136eddcbf: Pull complete [2022-07-13T19:08:16.076Z] 329c88fbcd65: Verifying Checksum [2022-07-13T19:08:16.076Z] 329c88fbcd65: Download complete [2022-07-13T19:08:16.352Z] c0a3192eca97: Pull complete [2022-07-13T19:08:16.630Z] a050256f5b6f: Pull complete [2022-07-13T19:08:17.223Z] 8a5474983e97: Verifying Checksum [2022-07-13T19:08:17.223Z] 8a5474983e97: Download complete [2022-07-13T19:08:17.494Z] 656be50a0ddc: Verifying Checksum [2022-07-13T19:08:17.494Z] 656be50a0ddc: Download complete [2022-07-13T19:08:21.014Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:08:21.014Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:08:21.014Z] ---> 77bfc7986479 [2022-07-13T19:08:21.014Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T19:08:21.014Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:08:21.014Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:08:21.014Z] ---> 77bfc7986479 [2022-07-13T19:08:21.014Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T19:08:21.014Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:08:21.014Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:08:21.014Z] ---> 77bfc7986479 [2022-07-13T19:08:21.014Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T19:08:21.014Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:08:21.014Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:08:21.014Z] ---> 77bfc7986479 [2022-07-13T19:08:21.014Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:08:21.014Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:08:21.014Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:08:21.014Z] ---> 77bfc7986479 [2022-07-13T19:08:21.014Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:08:22.927Z] ---> Running in ee6417f75848 [2022-07-13T19:08:22.927Z] ---> Running in 6c9e2b3d0aa2 [2022-07-13T19:08:22.927Z] ---> Running in 4556408627d5 [2022-07-13T19:08:22.927Z] ---> Running in 4d4ad392fad7 [2022-07-13T19:08:22.927Z] ---> Running in c5bd98fbaa25 [2022-07-13T19:08:22.927Z] Removing intermediate container ee6417f75848 [2022-07-13T19:08:22.927Z] ---> e974bf8e4cf8 [2022-07-13T19:08:22.927Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:22.927Z] Removing intermediate container 4d4ad392fad7 [2022-07-13T19:08:22.927Z] ---> 971d50a991ff [2022-07-13T19:08:22.927Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:22.927Z] Removing intermediate container 6c9e2b3d0aa2 [2022-07-13T19:08:22.927Z] ---> 9c66aae5a900 [2022-07-13T19:08:22.927Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:22.927Z] Removing intermediate container c5bd98fbaa25 [2022-07-13T19:08:22.927Z] ---> ec32c8fb1885 [2022-07-13T19:08:22.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:22.927Z] Removing intermediate container 4556408627d5 [2022-07-13T19:08:22.927Z] ---> 1096fcef6136 [2022-07-13T19:08:22.927Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:22.927Z] ---> Running in e239425fce29 [2022-07-13T19:08:22.927Z] ---> Running in 5ecd95dcd1f8 [2022-07-13T19:08:22.927Z] ---> Running in caccf030f947 [2022-07-13T19:08:23.188Z] ---> Running in 0808e0377b85 [2022-07-13T19:08:23.188Z] ---> Running in 2e8381a71050 [2022-07-13T19:08:23.758Z] Removing intermediate container e239425fce29 [2022-07-13T19:08:23.758Z] ---> 1d587e85733b [2022-07-13T19:08:23.758Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T19:08:24.017Z] ---> Running in edfd8689acc9 [2022-07-13T19:08:24.017Z] Removing intermediate container caccf030f947 [2022-07-13T19:08:24.017Z] ---> f80fa060d8e3 [2022-07-13T19:08:24.017Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T19:08:24.017Z] ---> Running in 74a90c9ab35f [2022-07-13T19:08:24.587Z] Removing intermediate container 2e8381a71050 [2022-07-13T19:08:24.587Z] ---> 784e4059016b [2022-07-13T19:08:24.587Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T19:08:24.587Z] Removing intermediate container 5ecd95dcd1f8 [2022-07-13T19:08:24.587Z] ---> 32625060a71d [2022-07-13T19:08:24.587Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T19:08:24.587Z] ---> Running in 50ada79fc2b1 [2022-07-13T19:08:24.587Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:24.587Z] Removing intermediate container 0808e0377b85 [2022-07-13T19:08:24.587Z] ---> 6b79b8ad2f94 [2022-07-13T19:08:24.587Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-13T19:08:24.587Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:24.587Z] ---> Running in 01573368d7ad [2022-07-13T19:08:24.587Z] ---> Running in 81cda8bdb425 [2022-07-13T19:08:25.157Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:25.157Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:25.157Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:25.417Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:25.417Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:25.677Z] OK: 211 MiB in 51 packages [2022-07-13T19:08:25.958Z] OK: 211 MiB in 51 packages [2022-07-13T19:08:25.958Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:26.218Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:26.218Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:08:26.218Z] OK: 211 MiB in 51 packages [2022-07-13T19:08:26.218Z] Removing intermediate container 74a90c9ab35f [2022-07-13T19:08:26.218Z] ---> c36d21f88302 [2022-07-13T19:08:26.218Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T19:08:26.218Z] Removing intermediate container edfd8689acc9 [2022-07-13T19:08:26.218Z] ---> 40f7a9dcfb98 [2022-07-13T19:08:26.218Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T19:08:26.479Z] ---> a4adbd9f35d1 [2022-07-13T19:08:26.479Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:08:26.479Z] ---> Running in d4a8fef10a00 [2022-07-13T19:08:26.479Z] OK: 211 MiB in 51 packages [2022-07-13T19:08:26.479Z] ---> e1f509335765 [2022-07-13T19:08:26.479Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:08:26.744Z] ---> Running in c7f60d2c2fe2 [2022-07-13T19:08:26.744Z] Removing intermediate container 50ada79fc2b1 [2022-07-13T19:08:26.744Z] ---> 4d7243ff02c3 [2022-07-13T19:08:26.744Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:08:26.744Z] OK: 211 MiB in 51 packages [2022-07-13T19:08:26.744Z] ---> f8841471bd47 [2022-07-13T19:08:26.744Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:08:27.005Z] ---> Running in 72a91c2129c5 [2022-07-13T19:08:27.005Z] Removing intermediate container 01573368d7ad [2022-07-13T19:08:27.005Z] ---> 7ae0ee008a38 [2022-07-13T19:08:27.005Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T19:08:27.005Z] ---> f08532f61276 [2022-07-13T19:08:27.005Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:08:27.005Z] Removing intermediate container 81cda8bdb425 [2022-07-13T19:08:27.005Z] ---> 11267ac1b5f3 [2022-07-13T19:08:27.005Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:08:27.265Z] ---> Running in 9f241af35d0a [2022-07-13T19:08:27.265Z] ---> 4a11d5489ed7 [2022-07-13T19:08:27.265Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:08:27.526Z] ---> Running in 1aa5f8078e09 [2022-07-13T19:08:32.589Z] 656be50a0ddc: Pull complete [2022-07-13T19:08:32.589Z] 2bbca73fdf42: Pull complete [2022-07-13T19:08:32.589Z] 46d945488cbd: Pull complete [2022-07-13T19:08:36.899Z] 8a5474983e97: Pull complete [2022-07-13T19:08:38.874Z] 329c88fbcd65: Pull complete [2022-07-13T19:08:38.875Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-13T19:08:38.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T19:08:38.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-13T19:08:39.283Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T19:08:39.283Z] WORKDIR /edgex [2022-07-13T19:08:39.283Z] COPY go.mod . [2022-07-13T19:08:39.283Z] RUN go mod download [2022-07-13T19:08:39.283Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-13T19:08:41.926Z] Sending build context to Docker daemon 169.2MB [2022-07-13T19:08:41.926Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T19:08:41.926Z] ---> ff4287adb874 [2022-07-13T19:08:41.926Z] Step 2/4 : WORKDIR /edgex [2022-07-13T19:08:42.431Z] Removing intermediate container 9f241af35d0a [2022-07-13T19:08:42.431Z] ---> 9f8d8793745f [2022-07-13T19:08:42.431Z] Step 8/26 : COPY . . [2022-07-13T19:08:42.431Z] Removing intermediate container 1aa5f8078e09 [2022-07-13T19:08:42.431Z] ---> d3733548b343 [2022-07-13T19:08:42.431Z] Step 8/23 : COPY . . [2022-07-13T19:08:42.431Z] Removing intermediate container d4a8fef10a00 [2022-07-13T19:08:42.431Z] Removing intermediate container 72a91c2129c5 [2022-07-13T19:08:42.431Z] ---> 01dbf306706a [2022-07-13T19:08:42.431Z] ---> 610480e5ed54 [2022-07-13T19:08:42.431Z] Step 8/26 : COPY . .Step 8/23 : COPY . . [2022-07-13T19:08:42.431Z] [2022-07-13T19:08:42.431Z] Removing intermediate container c7f60d2c2fe2 [2022-07-13T19:08:42.431Z] ---> 94a86f3fe98f [2022-07-13T19:08:42.431Z] Step 8/25 : COPY . . [2022-07-13T19:08:43.362Z] ---> Running in 57f74d9aa4ed [2022-07-13T19:08:43.648Z] Removing intermediate container 57f74d9aa4ed [2022-07-13T19:08:43.648Z] ---> 57658f88b101 [2022-07-13T19:08:43.648Z] Step 3/4 : COPY go.mod . [2022-07-13T19:08:44.248Z] ---> 9a5cea74be6f [2022-07-13T19:08:44.248Z] Step 4/4 : RUN go mod download [2022-07-13T19:08:44.248Z] ---> Running in 9817cbe3174b [2022-07-13T19:08:54.665Z] ---> 6548c469523c [2022-07-13T19:08:54.665Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-13T19:08:54.665Z] ---> a8c353c337fe [2022-07-13T19:08:54.665Z] ---> 35ac5337da26 [2022-07-13T19:08:54.665Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-13T19:08:54.665Z] [2022-07-13T19:08:54.665Z] ---> 1c447090873a [2022-07-13T19:08:54.665Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T19:08:54.665Z] ---> bcf1a43a30c3 [2022-07-13T19:08:54.665Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T19:08:54.665Z] ---> Running in 2b044e580e38 [2022-07-13T19:08:54.665Z] ---> Running in 14bc83f923b9 [2022-07-13T19:08:54.665Z] ---> Running in cbc71276f6cb [2022-07-13T19:08:54.665Z] ---> Running in c15d7a07fa19 [2022-07-13T19:08:54.665Z] ---> Running in a4a305160b1a [2022-07-13T19:08:54.665Z] Removing intermediate container c15d7a07fa19 [2022-07-13T19:08:54.665Z] ---> b66f4736c7f6 [2022-07-13T19:08:54.665Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T19:08:54.665Z] Removing intermediate container a4a305160b1a [2022-07-13T19:08:54.665Z] ---> a8afc8541cbc [2022-07-13T19:08:54.665Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-13T19:08:54.665Z] Removing intermediate container cbc71276f6cb [2022-07-13T19:08:54.665Z] ---> 86d27d406ba7 [2022-07-13T19:08:54.665Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T19:08:54.665Z] ---> Running in 3689007bc96e [2022-07-13T19:08:54.665Z] ---> Running in bd08da16814a [2022-07-13T19:08:54.665Z] ---> Running in f830508f7d44 [2022-07-13T19:08:54.665Z] Removing intermediate container 3689007bc96e [2022-07-13T19:08:54.665Z] ---> 71979883d5be [2022-07-13T19:08:54.665Z] 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-07-13T19:08:54.665Z] 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-07-13T19:08:54.665Z] Removing intermediate container f830508f7d44 [2022-07-13T19:08:54.665Z] ---> e4385a76526c [2022-07-13T19:08:54.665Z] 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-07-13T19:08:54.665Z] Removing intermediate container bd08da16814a [2022-07-13T19:08:54.665Z] ---> b6522a62a908 [2022-07-13T19:08:54.665Z] 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-07-13T19:08:54.665Z] ---> Running in 862099399a3a [2022-07-13T19:08:54.665Z] 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-metadata/core-metadata ./cmd/core-metadata [2022-07-13T19:08:54.665Z] ---> Running in 7596919a751a [2022-07-13T19:08:54.665Z] ---> Running in 101a3afd6f28 [2022-07-13T19:08:55.244Z] Removing intermediate container 862099399a3a [2022-07-13T19:08:55.244Z] ---> 7d2b816989ea [2022-07-13T19:08:55.244Z] Step 12/25 : WORKDIR /edgex-go [2022-07-13T19:08:55.244Z] ---> Running in ea108f604665 [2022-07-13T19:08:55.244Z] Removing intermediate container ea108f604665 [2022-07-13T19:08:55.244Z] ---> df87c2b575a1 [2022-07-13T19:08:55.244Z] [2022-07-13T19:08:55.244Z] Step 13/25 : FROM alpine:3.15 [2022-07-13T19:08:55.244Z] Removing intermediate container 7596919a751a [2022-07-13T19:08:55.244Z] ---> f6539bdc5250 [2022-07-13T19:08:55.244Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T19:08:55.505Z] Removing intermediate container 101a3afd6f28 [2022-07-13T19:08:55.505Z] ---> c693ef47e4f0 [2022-07-13T19:08:55.505Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T19:08:55.505Z] ---> Running in a496585cc84e [2022-07-13T19:08:55.505Z] ---> Running in 85a1975b79b8 [2022-07-13T19:08:55.505Z] Removing intermediate container a496585cc84e [2022-07-13T19:08:55.505Z] ---> 734e1bdb870d [2022-07-13T19:08:55.505Z] [2022-07-13T19:08:55.505Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T19:08:55.505Z] Removing intermediate container 85a1975b79b8 [2022-07-13T19:08:55.505Z] ---> 36faaef33cd7 [2022-07-13T19:08:55.505Z] [2022-07-13T19:08:55.505Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T19:08:56.449Z] 3.15: Pulling from library/alpine [2022-07-13T19:08:57.390Z] 3.15: Pulling from library/alpine [2022-07-13T19:08:57.390Z] 3.15: Pulling from library/alpine [2022-07-13T19:08:57.957Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T19:08:57.957Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T19:08:57.957Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T19:08:57.958Z] Status: Image is up to date for alpine:3.15 [2022-07-13T19:08:57.958Z] Status: Downloaded newer image for alpine:3.15 [2022-07-13T19:08:57.958Z] Status: Downloaded newer image for alpine:3.15 [2022-07-13T19:08:57.958Z] ---> 0ac33e5f5afa [2022-07-13T19:08:57.958Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:08:57.958Z] ---> 0ac33e5f5afa [2022-07-13T19:08:57.958Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:08:57.958Z] ---> 0ac33e5f5afa [2022-07-13T19:08:57.958Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:08:58.218Z] ---> Running in 4106ce39c640 [2022-07-13T19:08:58.218Z] ---> Running in 4e12213fd781 [2022-07-13T19:08:58.218Z] ---> Running in 5c98bfd747af [2022-07-13T19:08:58.798Z] Removing intermediate container 5c98bfd747af [2022-07-13T19:08:58.798Z] ---> 843f08e38c1d [2022-07-13T19:08:58.798Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:58.798Z] Removing intermediate container 4e12213fd781 [2022-07-13T19:08:58.798Z] ---> 38e1ac068422 [2022-07-13T19:08:58.798Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:58.798Z] Removing intermediate container 4106ce39c640 [2022-07-13T19:08:58.798Z] ---> 4bf4eb2c218b [2022-07-13T19:08:58.798Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:08:58.798Z] ---> Running in 5bc7b0bf950f [2022-07-13T19:08:58.798Z] ---> Running in c683d1f63d1f [2022-07-13T19:08:58.798Z] ---> Running in 8a0fff0395a0 [2022-07-13T19:09:00.705Z] Removing intermediate container 5bc7b0bf950f [2022-07-13T19:09:00.705Z] ---> 45aa01467959 [2022-07-13T19:09:00.705Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T19:09:00.705Z] ---> Running in d88fd089c1bb [2022-07-13T19:09:00.705Z] Removing intermediate container c683d1f63d1f [2022-07-13T19:09:00.705Z] ---> 525dc7a743e6 [2022-07-13T19:09:00.705Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-13T19:09:00.705Z] Removing intermediate container 8a0fff0395a0 [2022-07-13T19:09:00.705Z] ---> b77d9b42a95b [2022-07-13T19:09:00.705Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T19:09:00.705Z] ---> Running in 88b6bcc13ed6 [2022-07-13T19:09:00.705Z] ---> Running in 0a3b415e1034 [2022-07-13T19:09:01.279Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:01.539Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:01.806Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:02.066Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:02.635Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:02.636Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:09:02.636Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:09:02.636Z] OK: 15861 distinct packages available [2022-07-13T19:09:02.636Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:02.636Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:02.895Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:09:02.895Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:09:02.895Z] OK: 15861 distinct packages available [2022-07-13T19:09:02.895Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:02.895Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:09:02.895Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:09:02.895Z] OK: 15861 distinct packages available [2022-07-13T19:09:03.154Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:03.413Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:03.677Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:03.941Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:03.941Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-13T19:09:03.941Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:09:03.941Z] (3/5) Installing libucontext (1.1-r0) [2022-07-13T19:09:04.201Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-13T19:09:04.201Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-13T19:09:04.201Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-13T19:09:04.201Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-13T19:09:04.201Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:09:04.201Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:09:04.201Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:09:04.201Z] OK: 6 MiB in 19 packages [2022-07-13T19:09:04.201Z] (3/4) Installing libucontext (1.1-r0) [2022-07-13T19:09:04.462Z] (3/5) Installing libucontext (1.1-r0) [2022-07-13T19:09:04.462Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-13T19:09:04.462Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-13T19:09:04.462Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:09:04.462Z] OK: 6 MiB in 18 packages [2022-07-13T19:09:04.462Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-13T19:09:04.724Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:09:04.724Z] OK: 6 MiB in 19 packages [2022-07-13T19:09:05.665Z] Removing intermediate container d88fd089c1bb [2022-07-13T19:09:05.665Z] ---> 815d8de3c530 [2022-07-13T19:09:05.665Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-13T19:09:05.665Z] Removing intermediate container 0a3b415e1034 [2022-07-13T19:09:05.665Z] ---> f2a475039a8c [2022-07-13T19:09:05.665Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T19:09:05.927Z] Removing intermediate container 88b6bcc13ed6 [2022-07-13T19:09:05.927Z] ---> a9f4389f93e8 [2022-07-13T19:09:05.927Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T19:09:07.837Z] ---> 6ac240ee6fae [2022-07-13T19:09:07.837Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T19:09:07.837Z] ---> 29713c273f66 [2022-07-13T19:09:07.837Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T19:09:07.837Z] ---> d6c4552466b1 [2022-07-13T19:09:07.837Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T19:09:08.408Z] ---> 09198d30fd7e [2022-07-13T19:09:08.408Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-13T19:09:08.669Z] ---> 6d6ac49c172e [2022-07-13T19:09:08.669Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-13T19:09:08.669Z] ---> Running in 51ebb34c8c99 [2022-07-13T19:09:09.239Z] Removing intermediate container 51ebb34c8c99 [2022-07-13T19:09:09.239Z] ---> 8d90cf37016c [2022-07-13T19:09:09.239Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-13T19:09:09.239Z] ---> 53d734ddf59a [2022-07-13T19:09:09.239Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-13T19:09:09.239Z] ---> 05db879fa47d [2022-07-13T19:09:09.239Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T19:09:09.500Z] ---> fea1ba2e2033 [2022-07-13T19:09:09.500Z] Step 21/26 : WORKDIR / [2022-07-13T19:09:09.762Z] ---> Running in 460ae76b0138 [2022-07-13T19:09:09.762Z] ---> cf20e8f830aa [2022-07-13T19:09:09.762Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T19:09:09.762Z] ---> 600cd3b98438 [2022-07-13T19:09:09.762Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-13T19:09:09.762Z] ---> Running in a87f9b648d39 [2022-07-13T19:09:10.049Z] Removing intermediate container 460ae76b0138 [2022-07-13T19:09:10.049Z] ---> a55e883235c9 [2022-07-13T19:09:10.049Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T19:09:10.049Z] ---> Running in 83e69d731202 [2022-07-13T19:09:10.049Z] Removing intermediate container a87f9b648d39 [2022-07-13T19:09:10.049Z] ---> cb9c9c270fb0 [2022-07-13T19:09:10.049Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T19:09:10.049Z] ---> d2801777cc16 [2022-07-13T19:09:10.049Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-13T19:09:10.312Z] ---> Running in 50df6b8a61df [2022-07-13T19:09:10.312Z] Removing intermediate container 83e69d731202 [2022-07-13T19:09:10.312Z] ---> 976bc9a43d3c [2022-07-13T19:09:10.312Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T19:09:10.312Z] ---> Running in 0f6633add9cc [2022-07-13T19:09:10.312Z] Removing intermediate container 50df6b8a61df [2022-07-13T19:09:10.312Z] ---> f404253bfb6e [2022-07-13T19:09:10.312Z] Step 23/25 : LABEL arch=x86_64 [2022-07-13T19:09:10.312Z] ---> Running in 54e650af1a13 [2022-07-13T19:09:10.573Z] ---> 3a19c21a866a [2022-07-13T19:09:10.573Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T19:09:10.573Z] Removing intermediate container 0f6633add9cc [2022-07-13T19:09:10.573Z] ---> 055bb43f1a39 [2022-07-13T19:09:10.573Z] Step 24/26 : LABEL arch=x86_64 [2022-07-13T19:09:10.573Z] ---> Running in 4cf7f1f8343d [2022-07-13T19:09:10.573Z] ---> Running in dbff45593d86 [2022-07-13T19:09:10.573Z] Removing intermediate container 54e650af1a13 [2022-07-13T19:09:10.573Z] ---> e01deadafe85 [2022-07-13T19:09:10.573Z] Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:09:10.573Z] ---> Running in 8c6bb60b1f7d [2022-07-13T19:09:10.832Z] Removing intermediate container 4cf7f1f8343d [2022-07-13T19:09:10.832Z] ---> 871dbc38b1c2 [2022-07-13T19:09:10.832Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T19:09:10.832Z] ---> Running in 0c3e3bae941b [2022-07-13T19:09:10.832Z] Removing intermediate container dbff45593d86 [2022-07-13T19:09:10.832Z] ---> 54b0cdbac48a [2022-07-13T19:09:10.832Z] Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:09:10.832Z] ---> Running in f7b46e3c93d0 [2022-07-13T19:09:10.832Z] Removing intermediate container 8c6bb60b1f7d [2022-07-13T19:09:10.832Z] ---> 924fe53a35c3 [2022-07-13T19:09:10.832Z] Step 25/25 : LABEL version=0.0.0 [2022-07-13T19:09:10.832Z] ---> Running in a7c05d42cf08 [2022-07-13T19:09:11.098Z] Removing intermediate container 0c3e3bae941b [2022-07-13T19:09:11.098Z] ---> cae6e89c2851 [2022-07-13T19:09:11.098Z] Step 24/26 : LABEL arch=x86_64 [2022-07-13T19:09:11.098Z] Removing intermediate container f7b46e3c93d0 [2022-07-13T19:09:11.098Z] ---> 9c0bc49f2e07 [2022-07-13T19:09:11.098Z] Step 26/26 : LABEL version=0.0.0 [2022-07-13T19:09:11.098Z] ---> Running in 3cbe21d01f03 [2022-07-13T19:09:11.098Z] ---> Running in 641ca39d2cdf [2022-07-13T19:09:11.098Z] Removing intermediate container a7c05d42cf08 [2022-07-13T19:09:11.098Z] ---> 65863dfd0f0a [2022-07-13T19:09:11.098Z] [2022-07-13T19:09:11.098Z] Successfully built 65863dfd0f0a [2022-07-13T19:09:11.098Z] Successfully tagged security-spire-server:latest [2022-07-13T19:09:11.098Z]  Building security-spire-server ... done Building security-spiffe-token-provider [2022-07-13T19:09:11.358Z] Removing intermediate container 3cbe21d01f03 [2022-07-13T19:09:11.358Z] ---> e9ce32077a95 [2022-07-13T19:09:11.358Z] Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:09:11.358Z] Removing intermediate container 641ca39d2cdf [2022-07-13T19:09:11.358Z] ---> 718372d08036 [2022-07-13T19:09:11.358Z] [2022-07-13T19:09:11.358Z] ---> Running in 1cec105be81e [2022-07-13T19:09:11.358Z] Successfully built 718372d08036 [2022-07-13T19:09:11.358Z] Successfully tagged security-spire-config:latest [2022-07-13T19:09:11.358Z] Building core-data [2022-07-13T19:09:11.930Z]  Building security-spire-config ... done Removing intermediate container 1cec105be81e [2022-07-13T19:09:11.930Z] ---> 79dc9a514c44 [2022-07-13T19:09:11.930Z] Step 26/26 : LABEL version=0.0.0 [2022-07-13T19:09:14.473Z] ---> Running in 79dae9a27b93 [2022-07-13T19:09:14.473Z] Removing intermediate container 79dae9a27b93 [2022-07-13T19:09:14.473Z] ---> 4261bfc5d2af [2022-07-13T19:09:14.473Z] [2022-07-13T19:09:14.473Z] Successfully built 4261bfc5d2af [2022-07-13T19:09:14.473Z] Successfully tagged security-spire-agent:latest [2022-07-13T19:09:14.473Z] Building security-bootstrapper [2022-07-13T19:09:16.598Z] Removing intermediate container 9817cbe3174b [2022-07-13T19:09:16.598Z] ---> f3ca1c5f1e00 [2022-07-13T19:09:16.598Z] Successfully built f3ca1c5f1e00 [2022-07-13T19:09:16.598Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:09:17.015Z] + docker inspect -f . ci-base-image-arm64 [2022-07-13T19:09:17.015Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:09:17.335Z] prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container [2022-07-13T19:09:17.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-13T19:09:18.696Z] $ docker top b5fb8d6ad9451aa5ed5b4c33ef8ac9198e89a090affce3f8221b3b1899529de3 -eo pid,comm [2022-07-13T19:09:18.705Z]  Building security-spire-agent ... done Removing intermediate container 14bc83f923b9 [2022-07-13T19:09:18.705Z] ---> 17df18a05f64 [2022-07-13T19:09:18.705Z] [2022-07-13T19:09:18.705Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T19:09:18.705Z] Removing intermediate container 2b044e580e38 [2022-07-13T19:09:18.705Z] ---> ed16dd7d85ae [2022-07-13T19:09:18.705Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] { [2022-07-13T19:09:18.967Z] 3.16: Pulling from library/alpine [2022-07-13T19:09:18.968Z] ---> Running in 83cc0efc317e [2022-07-13T19:09:18.968Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:09:18.968Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:09:18.968Z] ---> 77bfc7986479 [2022-07-13T19:09:18.968Z] Step 3/20 : WORKDIR /edgex-go [2022-07-13T19:09:18.968Z] ---> Using cache [2022-07-13T19:09:18.968Z] ---> 1096fcef6136 [2022-07-13T19:09:18.968Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [Pipeline] sh [2022-07-13T19:09:19.227Z] ---> Running in 03b943fdf793 [2022-07-13T19:09:19.227Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-13T19:09:19.487Z] Status: Downloaded newer image for alpine:3.16 [2022-07-13T19:09:19.487Z] ---> e66264b98777 [2022-07-13T19:09:19.487Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T19:09:19.487Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:09:19.487Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:09:19.487Z] ---> 77bfc7986479 [2022-07-13T19:09:19.487Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:09:19.487Z] ---> Using cache [2022-07-13T19:09:19.487Z] ---> 1096fcef6136 [2022-07-13T19:09:19.487Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:09:19.487Z] ---> Using cache [2022-07-13T19:09:19.487Z] ---> 784e4059016b [2022-07-13T19:09:19.487Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-13T19:09:19.487Z] 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-07-13T19:09:19.653Z] + go version [2022-07-13T19:09:19.653Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-13T19:09:19.689Z] $ docker stop --time=1 b5fb8d6ad9451aa5ed5b4c33ef8ac9198e89a090affce3f8221b3b1899529de3 [2022-07-13T19:09:19.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:19.746Z] ---> Running in 5a481c4eeacc [2022-07-13T19:09:19.746Z] ---> Running in 00e8fc57c90c [2022-07-13T19:09:19.746Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:20.004Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-13T19:09:20.004Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-13T19:09:20.004Z] OK: 17033 distinct packages available [2022-07-13T19:09:20.004Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:20.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:20.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:20.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:20.279Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:20.279Z] OK: 211 MiB in 51 packages [2022-07-13T19:09:20.540Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-13T19:09:20.540Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:09:20.540Z] OK: 6 MiB in 15 packages [2022-07-13T19:09:21.115Z] Removing intermediate container 83cc0efc317e [2022-07-13T19:09:21.115Z] ---> 11a525fcaeba [2022-07-13T19:09:21.115Z] [2022-07-13T19:09:21.115Z] Step 11/23 : FROM docker:20.10.14 [2022-07-13T19:09:21.115Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:21.273Z] $ docker rm -f b5fb8d6ad9451aa5ed5b4c33ef8ac9198e89a090affce3f8221b3b1899529de3 [2022-07-13T19:09:21.424Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:09:21.424Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:09:21.424Z] ---> 77bfc7986479 [2022-07-13T19:09:21.424Z] Step 3/31 : WORKDIR /edgex-go [2022-07-13T19:09:21.424Z] ---> Using cache [2022-07-13T19:09:21.424Z] ---> 1096fcef6136 [2022-07-13T19:09:21.424Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:09:21.424Z] ---> Using cache [2022-07-13T19:09:21.424Z] ---> 784e4059016b [2022-07-13T19:09:21.424Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-13T19:09:21.424Z] ---> Using cache [2022-07-13T19:09:21.424Z] ---> 4d7243ff02c3 [2022-07-13T19:09:21.424Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-13T19:09:21.424Z] ---> Using cache [2022-07-13T19:09:21.424Z] ---> f8841471bd47 [2022-07-13T19:09:21.424Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:09:21.424Z] ---> Using cache [2022-07-13T19:09:21.424Z] ---> 610480e5ed54 [2022-07-13T19:09:21.424Z] Step 8/31 : COPY . . [2022-07-13T19:09:21.424Z] ---> Using cache [2022-07-13T19:09:21.424Z] ---> 35ac5337da26 [2022-07-13T19:09:21.424Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-13T19:09:21.424Z] Removing intermediate container 5a481c4eeacc [2022-07-13T19:09:21.424Z] ---> a024454aa48d [2022-07-13T19:09:21.424Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:09:21.424Z] 20.10.14: Pulling from library/docker [2022-07-13T19:09:21.424Z] ---> Running in 8bb76bf8de4b [2022-07-13T19:09:21.424Z] ---> Running in 445997d1fec0 [2022-07-13T19:09:21.424Z] Removing intermediate container 03b943fdf793 [2022-07-13T19:09:21.424Z] ---> 30ee15f04da8 [2022-07-13T19:09:21.424Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-13T19:09:21.424Z] OK: 211 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [2022-07-13T19:09:21.708Z] Removing intermediate container 445997d1fec0 [2022-07-13T19:09:21.708Z] ---> 1eb2fc5bc773 [2022-07-13T19:09:21.708Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-13T19:09:21.708Z] ---> Running in c8c074200cb1 [2022-07-13T19:09:21.708Z] ---> 4f18369dfd1e [2022-07-13T19:09:21.708Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:09:22.013Z] 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-07-13T19:09:22.013Z] ---> Running in 7f4527edad98 [2022-07-13T19:09:22.013Z] Removing intermediate container c8c074200cb1 [2022-07-13T19:09:22.013Z] ---> 77c1e5354261 [2022-07-13T19:09:22.013Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T19:09:22.013Z] ---> Running in 724c25dc1f69 [2022-07-13T19:09:22.282Z] Removing intermediate container 00e8fc57c90c [2022-07-13T19:09:22.282Z] ---> 7e5f223ee41e [2022-07-13T19:09:22.282Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:09:22.282Z] Removing intermediate container 724c25dc1f69 [2022-07-13T19:09:22.282Z] ---> 749665effed8 [2022-07-13T19:09:22.282Z] Step 15/23 : WORKDIR / [2022-07-13T19:09:22.301Z] + docker inspect -f . ci-base-image-arm64 [2022-07-13T19:09:22.301Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:09:22.541Z] ---> Running in f5ae5eaec0f8 [2022-07-13T19:09:22.541Z] ---> f8192f69336f [2022-07-13T19:09:22.541Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:09:22.626Z] prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container [2022-07-13T19:09:22.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-13T19:09:22.801Z] Removing intermediate container f5ae5eaec0f8 [2022-07-13T19:09:22.801Z] ---> 59b207ad8186 [2022-07-13T19:09:22.801Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:09:22.801Z] ---> Running in 1de969e82f06 [2022-07-13T19:09:23.060Z] ---> be74645b801d [2022-07-13T19:09:23.060Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-13T19:09:23.918Z] $ docker top 58ec7b6d2f4011c9164057d770ada23c0e1f3821927e8080abe8c79f86dc35ca -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-13T19:09:24.269Z] ========================================================= [2022-07-13T19:09:24.269Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-13T19:09:24.269Z] ========================================================= [Pipeline] sh [2022-07-13T19:09:24.441Z] ---> 2043253356f0 [2022-07-13T19:09:24.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-13T19:09:24.920Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2022-07-13T19:09:25.013Z] ---> ff5c82cc4516 [2022-07-13T19:09:25.013Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-13T19:09:25.584Z] ---> Running in 9dcfc24462d1 [2022-07-13T19:09:25.640Z] + make test [2022-07-13T19:09:25.640Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-13T19:09:25.847Z] Removing intermediate container 9dcfc24462d1 [2022-07-13T19:09:25.847Z] ---> 9db077754dc5 [2022-07-13T19:09:25.847Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:09:26.107Z] ---> Running in 1eabaee1c77c [2022-07-13T19:09:26.370Z] Removing intermediate container 1eabaee1c77c [2022-07-13T19:09:26.370Z] ---> 4ec8eaae96c8 [2022-07-13T19:09:26.370Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T19:09:26.633Z] ---> Running in 7a403d43d3bc [2022-07-13T19:09:26.892Z] Removing intermediate container 7a403d43d3bc [2022-07-13T19:09:26.892Z] ---> df697de36a5a [2022-07-13T19:09:26.892Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:09:27.155Z] ---> Running in 7caab14aef71 [2022-07-13T19:09:27.155Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-13T19:09:27.155Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-13T19:09:27.155Z] ---> 7417809fdb73 [2022-07-13T19:09:27.155Z] 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-07-13T19:09:27.415Z] ---> Running in 057f34736561 [2022-07-13T19:09:27.416Z] Removing intermediate container 7caab14aef71 [2022-07-13T19:09:27.416Z] ---> ad1887f46e7e [2022-07-13T19:09:27.416Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:09:27.416Z] ---> Running in ab6fab5122de [2022-07-13T19:09:27.675Z] Removing intermediate container 057f34736561 [2022-07-13T19:09:27.675Z] ---> 61006f75da9c [2022-07-13T19:09:27.675Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-13T19:09:27.675Z] ---> Running in 89ab74abfd33 [2022-07-13T19:09:27.675Z] Removing intermediate container ab6fab5122de [2022-07-13T19:09:27.675Z] ---> b009e9d9a044 [2022-07-13T19:09:27.675Z] [2022-07-13T19:09:27.935Z] Successfully built b009e9d9a044 [2022-07-13T19:09:27.935Z] Successfully tagged core-metadata:latest [2022-07-13T19:09:27.935Z]  Building core-metadata ... done Building support-scheduler [2022-07-13T19:09:28.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:28.505Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:28.765Z] (1/43) Installing readline (8.1.1-r0) [2022-07-13T19:09:28.765Z] (2/43) Installing bash (5.1.16-r0) [2022-07-13T19:09:28.765Z] Executing bash-5.1.16-r0.post-install [2022-07-13T19:09:28.765Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-13T19:09:28.765Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T19:09:28.765Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-13T19:09:28.765Z] (6/43) Installing curl (7.80.0-r2) [2022-07-13T19:09:28.765Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-13T19:09:28.765Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-13T19:09:28.765Z] (9/43) Installing expat (2.4.7-r0) [2022-07-13T19:09:28.765Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-13T19:09:28.765Z] (11/43) Installing gdbm (1.22-r0) [2022-07-13T19:09:28.765Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-13T19:09:28.765Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-13T19:09:28.765Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-13T19:09:28.765Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-13T19:09:28.765Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-13T19:09:28.765Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-13T19:09:29.336Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-13T19:09:29.336Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-13T19:09:29.336Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-13T19:09:29.336Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-13T19:09:29.336Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-13T19:09:29.336Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-13T19:09:29.336Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-13T19:09:29.336Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-13T19:09:29.336Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-13T19:09:29.336Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-13T19:09:29.336Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-13T19:09:29.336Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-13T19:09:29.336Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-13T19:09:29.336Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-13T19:09:29.336Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-13T19:09:29.336Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-13T19:09:29.336Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-13T19:09:29.336Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-13T19:09:29.336Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-13T19:09:29.336Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-13T19:09:29.336Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-13T19:09:29.336Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-13T19:09:29.336Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-13T19:09:29.336Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-13T19:09:29.336Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-13T19:09:29.336Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-13T19:09:29.601Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:09:29.601Z] OK: 83 MiB in 65 packages [2022-07-13T19:09:30.171Z] Collecting docker-compose==1.23.2 [2022-07-13T19:09:31.111Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-13T19:09:31.111Z] Collecting cached-property<2,>=1.2.0 [2022-07-13T19:09:31.111Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-13T19:09:31.112Z] Collecting docopt<0.7,>=0.6.1 [2022-07-13T19:09:31.112Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-13T19:09:32.054Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-13T19:09:32.054Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-13T19:09:32.054Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-13T19:09:32.321Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-13T19:09:32.321Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-13T19:09:32.321Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:09:32.321Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:09:32.321Z] ---> 77bfc7986479 [2022-07-13T19:09:32.321Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T19:09:32.321Z] ---> Using cache [2022-07-13T19:09:32.321Z] ---> 1096fcef6136 [2022-07-13T19:09:32.321Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:09:32.321Z] ---> Using cache [2022-07-13T19:09:32.321Z] ---> 784e4059016b [2022-07-13T19:09:32.321Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T19:09:32.321Z] ---> Using cache [2022-07-13T19:09:32.321Z] ---> 4d7243ff02c3 [2022-07-13T19:09:32.321Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T19:09:32.321Z] ---> Using cache [2022-07-13T19:09:32.321Z] ---> f8841471bd47 [2022-07-13T19:09:32.321Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:09:32.321Z] ---> Using cache [2022-07-13T19:09:32.321Z] ---> 610480e5ed54 [2022-07-13T19:09:32.321Z] Step 8/22 : COPY . . [2022-07-13T19:09:32.321Z] ---> Using cache [2022-07-13T19:09:32.321Z] ---> 35ac5337da26 [2022-07-13T19:09:32.321Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-13T19:09:32.321Z] Collecting docker<4.0,>=3.6.0 [2022-07-13T19:09:32.321Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-13T19:09:32.321Z] Collecting texttable<0.10,>=0.9.0 [2022-07-13T19:09:32.321Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-13T19:09:32.321Z] Removing intermediate container 7f4527edad98 [2022-07-13T19:09:32.321Z] ---> 21b8d83dfdf2 [2022-07-13T19:09:32.321Z] Step 7/20 : COPY . . [2022-07-13T19:09:32.321Z] Removing intermediate container 1de969e82f06 [2022-07-13T19:09:32.321Z] ---> e248d67e8041 [2022-07-13T19:09:32.321Z] Step 8/23 : COPY . . [2022-07-13T19:09:32.584Z] ---> Running in b4e4866267bb [2022-07-13T19:09:32.846Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-13T19:09:32.846Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-13T19:09:32.846Z] Collecting jsonschema<3,>=2.5.1 [2022-07-13T19:09:32.846Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-13T19:09:33.109Z] 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-07-13T19:09:33.109Z] Collecting PyYAML<4,>=3.10 [2022-07-13T19:09:33.109Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-13T19:09:33.682Z] Collecting docker-pycreds>=0.4.0 [2022-07-13T19:09:33.682Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-13T19:09:33.682Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-13T19:09:33.682Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-13T19:09:33.682Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-13T19:09:33.682Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-13T19:09:33.682Z] Collecting idna<2.8,>=2.5 [2022-07-13T19:09:33.682Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-13T19:09:33.682Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-13T19:09:33.956Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-13T19:09:33.956Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-13T19:09:33.956Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-13T19:09:33.956Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-13T19:09:33.956Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-13T19:09:33.956Z] Attempting uninstall: urllib3 [2022-07-13T19:09:33.956Z] Found existing installation: urllib3 1.26.7 [2022-07-13T19:09:33.956Z] Uninstalling urllib3-1.26.7: [2022-07-13T19:09:33.956Z] Successfully uninstalled urllib3-1.26.7 [2022-07-13T19:09:33.956Z] Attempting uninstall: idna [2022-07-13T19:09:33.956Z] Found existing installation: idna 3.3 [2022-07-13T19:09:33.956Z] Uninstalling idna-3.3: [2022-07-13T19:09:33.956Z] Successfully uninstalled idna-3.3 [2022-07-13T19:09:34.525Z] Attempting uninstall: requests [2022-07-13T19:09:34.525Z] Found existing installation: requests 2.26.0 [2022-07-13T19:09:34.525Z] Uninstalling requests-2.26.0: [2022-07-13T19:09:34.525Z] Successfully uninstalled requests-2.26.0 [2022-07-13T19:09:34.525Z] Running setup.py install for texttable: started [2022-07-13T19:09:35.093Z] Running setup.py install for texttable: finished with status 'done' [2022-07-13T19:09:35.093Z] Running setup.py install for PyYAML: started [2022-07-13T19:09:35.353Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-13T19:09:35.353Z] Running setup.py install for docopt: started [2022-07-13T19:09:35.612Z] Running setup.py install for docopt: finished with status 'done' [2022-07-13T19:09:35.612Z] Running setup.py install for dockerpty: started [2022-07-13T19:09:36.182Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-13T19:09:36.443Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-07-13T19:09:43.030Z] ---> fdecf8c926d1 [2022-07-13T19:09:43.030Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-13T19:09:43.030Z] ---> 784503a99c0f [2022-07-13T19:09:43.030Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-13T19:09:43.030Z] ---> Running in 372fd3440ba3 [2022-07-13T19:09:43.030Z] ---> Running in 9f97fc146e8c [2022-07-13T19:09:43.030Z] 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-07-13T19:09:43.292Z] 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-07-13T19:09:45.212Z] Removing intermediate container 8bb76bf8de4b [2022-07-13T19:09:45.212Z] ---> c6e066c1a47f [2022-07-13T19:09:45.212Z] [2022-07-13T19:09:45.212Z] Step 10/31 : FROM alpine:3.16 [2022-07-13T19:09:45.212Z] ---> e66264b98777 [2022-07-13T19:09:45.212Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:09:45.476Z] Removing intermediate container 89ab74abfd33 [2022-07-13T19:09:45.476Z] ---> 0bb4f105e040 [2022-07-13T19:09:45.476Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-13T19:09:45.476Z] ---> Running in b959ff1699cf [2022-07-13T19:09:45.476Z] ---> Running in 8f09ad309f2a [2022-07-13T19:09:45.476Z] Removing intermediate container b959ff1699cf [2022-07-13T19:09:45.476Z] ---> 3c49a707dcca [2022-07-13T19:09:45.476Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-13T19:09:45.476Z] Removing intermediate container 8f09ad309f2a [2022-07-13T19:09:45.476Z] ---> 60371c47ffa0 [2022-07-13T19:09:45.476Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-13T19:09:45.737Z] ---> Running in 9fc6be422a9d [2022-07-13T19:09:45.737Z] ---> Running in e3813a1365d0 [2022-07-13T19:09:45.998Z] Removing intermediate container e3813a1365d0 [2022-07-13T19:09:45.998Z] ---> df5b00b3cb96 [2022-07-13T19:09:45.998Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-13T19:09:46.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:46.571Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:09:46.831Z] ---> 5e648e3459dd [2022-07-13T19:09:46.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-13T19:09:46.831Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-13T19:09:46.831Z] (2/2) Installing su-exec (0.2-r1) [2022-07-13T19:09:46.831Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:09:46.831Z] OK: 6 MiB in 16 packages [2022-07-13T19:09:47.091Z] ---> d5d515f63baa [2022-07-13T19:09:47.091Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-13T19:09:47.662Z] Removing intermediate container 9fc6be422a9d [2022-07-13T19:09:47.662Z] ---> 192ae27174e7 [2022-07-13T19:09:47.662Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-13T19:09:47.662Z] ---> e70fd528a113 [2022-07-13T19:09:47.662Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-13T19:09:47.662Z] ---> Running in afd63aa73f10 [2022-07-13T19:09:47.922Z] ---> Running in ca7290ca2892 [2022-07-13T19:09:47.922Z] Removing intermediate container afd63aa73f10 [2022-07-13T19:09:47.922Z] ---> 55c7dcbddc51 [2022-07-13T19:09:47.922Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-07-13T19:09:48.182Z] ---> Running in 4e254827d87d [2022-07-13T19:09:48.182Z] Removing intermediate container ca7290ca2892 [2022-07-13T19:09:48.182Z] ---> c3dabca52ab8 [2022-07-13T19:09:48.182Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:09:48.182Z] ---> Running in 877f2d90a631 [2022-07-13T19:09:48.441Z] Removing intermediate container 4e254827d87d [2022-07-13T19:09:48.441Z] ---> fc04ef818f0f [2022-07-13T19:09:48.441Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-07-13T19:09:48.441Z] Removing intermediate container 877f2d90a631 [2022-07-13T19:09:48.441Z] ---> 66077c78963b [2022-07-13T19:09:48.441Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T19:09:48.699Z] ---> Running in b741af3d05a3 [2022-07-13T19:09:48.699Z] ---> Running in 01fde01d6d91 [2022-07-13T19:09:48.958Z] Removing intermediate container b741af3d05a3 [2022-07-13T19:09:48.958Z] ---> f2c9e294acf1 [2022-07-13T19:09:48.958Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-13T19:09:48.958Z] Removing intermediate container 01fde01d6d91 [2022-07-13T19:09:48.958Z] ---> 52c0e1174ecc [2022-07-13T19:09:48.958Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:09:48.958Z] ---> Running in 4d155f20bf6d [2022-07-13T19:09:48.958Z] ---> Running in 4ee3dc100edf [2022-07-13T19:09:49.217Z] Removing intermediate container 4ee3dc100edf [2022-07-13T19:09:49.217Z] ---> 07229149838b [2022-07-13T19:09:49.217Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:09:49.475Z] ---> Running in 3a1d1552c657 [2022-07-13T19:09:49.734Z] Removing intermediate container 3a1d1552c657 [2022-07-13T19:09:49.734Z] ---> 0acc6f5ef7af [2022-07-13T19:09:49.734Z] [2022-07-13T19:09:49.994Z] Successfully built 0acc6f5ef7af [2022-07-13T19:09:49.994Z] Successfully tagged sys-mgmt-agent:latest [2022-07-13T19:09:49.994Z] Building security-secretstore-setup [2022-07-13T19:09:53.290Z]  Building sys-mgmt-agent ... done Removing intermediate container 4d155f20bf6d [2022-07-13T19:09:53.290Z] ---> 84265a94ef7c [2022-07-13T19:09:53.290Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-07-13T19:09:53.290Z] ---> Running in be9884cc89a9 [2022-07-13T19:09:53.859Z] Removing intermediate container be9884cc89a9 [2022-07-13T19:09:53.859Z] ---> 762242361257 [2022-07-13T19:09:53.859Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-07-13T19:09:54.429Z] ---> 45571dfbe76f [2022-07-13T19:09:54.429Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-07-13T19:09:54.691Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:09:54.691Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:09:54.691Z] ---> 77bfc7986479 [2022-07-13T19:09:54.691Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T19:09:54.691Z] ---> Using cache [2022-07-13T19:09:54.691Z] ---> 1096fcef6136 [2022-07-13T19:09:54.691Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:09:54.691Z] ---> Using cache [2022-07-13T19:09:54.691Z] ---> 784e4059016b [2022-07-13T19:09:54.691Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-13T19:09:54.691Z] ---> Using cache [2022-07-13T19:09:54.691Z] ---> 4d7243ff02c3 [2022-07-13T19:09:54.691Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T19:09:54.691Z] ---> Using cache [2022-07-13T19:09:54.691Z] ---> f8841471bd47 [2022-07-13T19:09:54.691Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:09:54.691Z] ---> Using cache [2022-07-13T19:09:54.691Z] ---> 610480e5ed54 [2022-07-13T19:09:54.691Z] Step 8/25 : COPY . . [2022-07-13T19:09:54.691Z] ---> Using cache [2022-07-13T19:09:54.691Z] ---> 35ac5337da26 [2022-07-13T19:09:54.691Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-13T19:09:54.691Z] ---> Running in 532282877ad0 [2022-07-13T19:09:54.691Z] ---> Running in d50d31b682b5 [2022-07-13T19:09:55.633Z] 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-07-13T19:09:57.015Z] Removing intermediate container d50d31b682b5 [2022-07-13T19:09:57.015Z] ---> 19b25a9df47f [2022-07-13T19:09:57.015Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:09:57.584Z] ---> 194bdf63b636 [2022-07-13T19:09:57.584Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-13T19:09:57.985Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-13T19:09:59.491Z] ---> 5e0720fa8983 [2022-07-13T19:09:59.492Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-13T19:10:00.431Z] ---> eb565bc67fa4 [2022-07-13T19:10:00.431Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-13T19:10:01.022Z] ---> 3f00b612cfc4 [2022-07-13T19:10:01.022Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-07-13T19:10:01.592Z] Removing intermediate container b4e4866267bb [2022-07-13T19:10:01.592Z] ---> 1abacb24ed3d [2022-07-13T19:10:01.592Z] [2022-07-13T19:10:01.592Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T19:10:01.592Z] ---> e66264b98777 [2022-07-13T19:10:01.592Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-13T19:10:01.592Z] ---> Using cache [2022-07-13T19:10:01.592Z] ---> a024454aa48d [2022-07-13T19:10:01.592Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:10:01.592Z] ---> Using cache [2022-07-13T19:10:01.592Z] ---> 1eb2fc5bc773 [2022-07-13T19:10:01.592Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-13T19:10:01.592Z] ---> Running in a12b0d00277d [2022-07-13T19:10:01.854Z] ---> 6d3f9b1adbc8 [2022-07-13T19:10:01.854Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-13T19:10:01.854Z] Removing intermediate container a12b0d00277d [2022-07-13T19:10:01.854Z] ---> 3e46491644a4 [2022-07-13T19:10:01.854Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T19:10:02.114Z] ---> Running in f471b57d0765 [2022-07-13T19:10:02.372Z] ---> 320000dbcd55 [2022-07-13T19:10:02.372Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-13T19:10:02.372Z] Removing intermediate container f471b57d0765 [2022-07-13T19:10:02.372Z] ---> ce16cfcc75b1 [2022-07-13T19:10:02.372Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:10:02.372Z] ---> Running in 923fd0f21cc7 [2022-07-13T19:10:03.312Z] ---> 7b29c5b5ce42 [2022-07-13T19:10:03.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-13T19:10:04.275Z] ---> a79cdecafc86 [2022-07-13T19:10:04.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-13T19:10:04.275Z] Removing intermediate container 923fd0f21cc7 [2022-07-13T19:10:04.275Z] ---> 84dd0a7242e3 [2022-07-13T19:10:04.275Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-13T19:10:04.275Z] ---> Running in 16fc50a1b5e6 [2022-07-13T19:10:04.535Z] ---> 173faa02873f [2022-07-13T19:10:04.535Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-13T19:10:04.535Z] ---> Running in 7fc4b8c37af6 [2022-07-13T19:10:04.535Z] Removing intermediate container 16fc50a1b5e6 [2022-07-13T19:10:04.535Z] ---> 530e45f16eb9 [2022-07-13T19:10:04.535Z] Step 28/31 : CMD ["gate"] [2022-07-13T19:10:04.796Z] ---> Running in 9d6801f87295 [2022-07-13T19:10:04.796Z] Removing intermediate container 7fc4b8c37af6 [2022-07-13T19:10:04.796Z] ---> 7a85b6fdd6a2 [2022-07-13T19:10:04.796Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:10:04.796Z] Removing intermediate container 9d6801f87295 [2022-07-13T19:10:04.796Z] ---> 647db25e2407 [2022-07-13T19:10:04.796Z] Step 29/31 : LABEL arch=x86_64 [2022-07-13T19:10:05.056Z] ---> Running in 3e77587a922e [2022-07-13T19:10:05.056Z] ---> Running in 9c966da95db7 [2022-07-13T19:10:05.315Z] Removing intermediate container 3e77587a922e [2022-07-13T19:10:05.315Z] ---> 401b1639e042 [2022-07-13T19:10:05.315Z] Step 30/31 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:05.315Z] Removing intermediate container 9c966da95db7 [2022-07-13T19:10:05.315Z] ---> 2af59882be4e [2022-07-13T19:10:05.315Z] Step 20/22 : LABEL arch=x86_64 [2022-07-13T19:10:05.315Z] ---> Running in 7f3fec211f8d [2022-07-13T19:10:05.315Z] ---> Running in 4c2f033aadb5 [2022-07-13T19:10:05.884Z] Removing intermediate container 7f3fec211f8d [2022-07-13T19:10:05.884Z] ---> 22c10b235782 [2022-07-13T19:10:05.884Z] Step 31/31 : LABEL version=0.0.0 [2022-07-13T19:10:05.884Z] Removing intermediate container 4c2f033aadb5 [2022-07-13T19:10:05.884Z] ---> 286cd1be8828 [2022-07-13T19:10:05.884Z] Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:05.884Z] ---> Running in 62121c3efd33 [2022-07-13T19:10:05.884Z] ---> Running in 6eecd447a5fa [2022-07-13T19:10:06.143Z] Removing intermediate container 6eecd447a5fa [2022-07-13T19:10:06.143Z] ---> fb6c2b91c8e3 [2022-07-13T19:10:06.143Z] [2022-07-13T19:10:06.143Z] Removing intermediate container 62121c3efd33 [2022-07-13T19:10:06.143Z] ---> 9a55f08e0dc3 [2022-07-13T19:10:06.143Z] Step 22/22 : LABEL version=0.0.0 [2022-07-13T19:10:06.418Z] ---> Running in c504f4b744e2 [2022-07-13T19:10:06.418Z] Successfully built fb6c2b91c8e3 [2022-07-13T19:10:06.418Z] Successfully tagged security-bootstrapper:latest [2022-07-13T19:10:06.418Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-07-13T19:10:06.985Z] Removing intermediate container c504f4b744e2 [2022-07-13T19:10:06.985Z] ---> a44bf4bfafa1 [2022-07-13T19:10:06.985Z] [2022-07-13T19:10:06.985Z] Successfully built a44bf4bfafa1 [2022-07-13T19:10:06.985Z] Successfully tagged support-scheduler:latest [2022-07-13T19:10:06.985Z] Building core-command [2022-07-13T19:10:13.563Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:10:13.563Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:10:13.563Z] ---> 77bfc7986479 [2022-07-13T19:10:13.563Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:10:13.563Z] ---> Using cache [2022-07-13T19:10:13.563Z] ---> 1096fcef6136 [2022-07-13T19:10:13.563Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:10:13.563Z] ---> Using cache [2022-07-13T19:10:13.563Z] ---> 784e4059016b [2022-07-13T19:10:13.563Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T19:10:13.563Z] ---> Using cache [2022-07-13T19:10:13.563Z] ---> 4d7243ff02c3 [2022-07-13T19:10:13.563Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:10:13.563Z] ---> Using cache [2022-07-13T19:10:13.563Z] ---> f8841471bd47 [2022-07-13T19:10:13.563Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:10:13.563Z] ---> Using cache [2022-07-13T19:10:13.563Z] ---> 610480e5ed54 [2022-07-13T19:10:13.563Z] Step 8/23 : COPY . . [2022-07-13T19:10:13.563Z] ---> Using cache [2022-07-13T19:10:13.563Z] ---> 35ac5337da26 [2022-07-13T19:10:13.563Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-13T19:10:13.822Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:10:13.822Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:10:13.822Z] ---> 77bfc7986479 [2022-07-13T19:10:13.822Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T19:10:13.822Z] ---> Using cache [2022-07-13T19:10:13.822Z] ---> 1096fcef6136 [2022-07-13T19:10:13.822Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:10:13.822Z] ---> Using cache [2022-07-13T19:10:13.822Z] ---> 784e4059016b [2022-07-13T19:10:13.822Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T19:10:13.822Z] ---> Using cache [2022-07-13T19:10:13.822Z] ---> 4d7243ff02c3 [2022-07-13T19:10:13.822Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T19:10:13.822Z] ---> Using cache [2022-07-13T19:10:13.822Z] ---> f8841471bd47 [2022-07-13T19:10:13.822Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:10:13.822Z] ---> Using cache [2022-07-13T19:10:13.822Z] ---> 610480e5ed54 [2022-07-13T19:10:13.822Z] Step 8/22 : COPY . . [2022-07-13T19:10:13.822Z] ---> Using cache [2022-07-13T19:10:13.822Z] ---> 35ac5337da26 [2022-07-13T19:10:13.822Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-13T19:10:17.120Z] ---> Running in 40db06199b4c [2022-07-13T19:10:17.120Z] ---> Running in 7f88879cbeb0 [2022-07-13T19:10:17.120Z] 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-07-13T19:10:17.689Z] 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-07-13T19:10:17.689Z] 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-07-13T19:10:20.233Z] Removing intermediate container 372fd3440ba3 [2022-07-13T19:10:20.233Z] ---> 2a302a2dae65 [2022-07-13T19:10:20.233Z] [2022-07-13T19:10:20.234Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T19:10:20.234Z] ---> e66264b98777 [2022-07-13T19:10:20.234Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-13T19:10:20.234Z] Removing intermediate container 9f97fc146e8c [2022-07-13T19:10:20.234Z] ---> 96dd75e72e33 [2022-07-13T19:10:20.234Z] [2022-07-13T19:10:20.234Z] Step 9/20 : FROM alpine:3.15 [2022-07-13T19:10:20.234Z] ---> 0ac33e5f5afa [2022-07-13T19:10:20.234Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:10:20.234Z] ---> Using cache [2022-07-13T19:10:20.234Z] ---> 4bf4eb2c218b [2022-07-13T19:10:20.234Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:10:20.234Z] ---> Using cache [2022-07-13T19:10:20.234Z] ---> b77d9b42a95b [2022-07-13T19:10:20.234Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-13T19:10:20.234Z] ---> Running in ace6923181a0 [2022-07-13T19:10:20.234Z] ---> Running in 1155f99fa681 [2022-07-13T19:10:20.234Z] Removing intermediate container ace6923181a0 [2022-07-13T19:10:20.234Z] ---> ca90133e5b70 [2022-07-13T19:10:20.234Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-13T19:10:20.234Z] ---> Running in 9a04d3687a3c [2022-07-13T19:10:20.806Z] Removing intermediate container 9a04d3687a3c [2022-07-13T19:10:20.806Z] ---> df5c93b3336a [2022-07-13T19:10:20.806Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-13T19:10:20.806Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:20.806Z] ---> Running in a58dde37a60d [2022-07-13T19:10:21.071Z] Removing intermediate container a58dde37a60d [2022-07-13T19:10:21.071Z] ---> 78773a60261b [2022-07-13T19:10:21.071Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:10:21.071Z] ---> Running in 1c7d5b21782f [2022-07-13T19:10:21.641Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:22.214Z] Removing intermediate container 532282877ad0 [2022-07-13T19:10:22.214Z] ---> 7dfc4d5560da [2022-07-13T19:10:22.214Z] [2022-07-13T19:10:22.214Z] Step 10/25 : FROM alpine:3.16 [2022-07-13T19:10:22.214Z] ---> e66264b98777 [2022-07-13T19:10:22.214Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-13T19:10:22.214Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:10:22.214Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:10:22.214Z] OK: 15861 distinct packages available [2022-07-13T19:10:22.214Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:22.214Z] ---> Running in 2894a830b367 [2022-07-13T19:10:22.784Z] Removing intermediate container 1c7d5b21782f [2022-07-13T19:10:22.784Z] ---> 965d4c68bd12 [2022-07-13T19:10:22.784Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-13T19:10:22.784Z] ---> Running in 82706c5763ab [2022-07-13T19:10:23.045Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:23.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:23.306Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:23.306Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-13T19:10:23.306Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-13T19:10:23.306Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-13T19:10:23.306Z] (3/3) Installing su-exec (0.2-r1) [2022-07-13T19:10:23.306Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:10:23.306Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-13T19:10:23.306Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:10:23.568Z] OK: 6 MiB in 17 packages [2022-07-13T19:10:23.568Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:23.568Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T19:10:23.568Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-13T19:10:23.840Z] (5/9) Installing curl (7.80.0-r2) [2022-07-13T19:10:23.840Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-13T19:10:24.104Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:10:24.104Z] (8/9) Installing libucontext (1.1-r0) [2022-07-13T19:10:24.104Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-13T19:10:24.363Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:10:24.363Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:24.363Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:10:24.363Z] OK: 8 MiB in 23 packages [2022-07-13T19:10:24.770Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-13T19:10:24.770Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-13T19:10:24.770Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-13T19:10:24.770Z] Removing intermediate container 2894a830b367 [2022-07-13T19:10:24.770Z] ---> 792e001c97da [2022-07-13T19:10:24.770Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T19:10:25.030Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-13T19:10:25.030Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-13T19:10:25.030Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-13T19:10:25.295Z] ---> Running in 0df9870f2eaf [2022-07-13T19:10:25.295Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:10:25.295Z] OK: 8 MiB in 20 packages [2022-07-13T19:10:26.241Z] Removing intermediate container 0df9870f2eaf [2022-07-13T19:10:26.241Z] ---> 8aea7d6a09dc [2022-07-13T19:10:26.241Z] Step 13/25 : WORKDIR / [2022-07-13T19:10:26.501Z] Removing intermediate container 1155f99fa681 [2022-07-13T19:10:26.501Z] ---> Running in 5837a444789f [2022-07-13T19:10:26.501Z] ---> 7998a21d8e54 [2022-07-13T19:10:26.501Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:10:26.761Z] Removing intermediate container 82706c5763ab [2022-07-13T19:10:26.761Z] ---> d3207f553e85 [2022-07-13T19:10:26.761Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:10:27.024Z] ---> 0aacaf2c7682 [2022-07-13T19:10:27.024Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-13T19:10:27.024Z] Removing intermediate container 5837a444789f [2022-07-13T19:10:27.024Z] ---> 787d5a71e84b [2022-07-13T19:10:27.024Z] 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-07-13T19:10:27.596Z] ---> fc2f57d24211 [2022-07-13T19:10:27.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-13T19:10:27.596Z] ---> 9c194350e89d [2022-07-13T19:10:27.596Z] 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-07-13T19:10:28.534Z] ---> ef59b17f71ed [2022-07-13T19:10:28.534Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-13T19:10:28.534Z] ---> 9384933809fa [2022-07-13T19:10:28.534Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-13T19:10:28.534Z] ---> 643d37b592b3 [2022-07-13T19:10:28.534Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-13T19:10:29.106Z] ---> dbd4577b4607 [2022-07-13T19:10:29.106Z] 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-07-13T19:10:29.106Z] ---> 332de2acae45 [2022-07-13T19:10:29.106Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-13T19:10:29.106Z] ---> f66a7d9895c8 [2022-07-13T19:10:29.106Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-13T19:10:29.106Z] ---> Running in 6dc73fb29a74 [2022-07-13T19:10:29.366Z] ---> Running in 94113cb73fb7 [2022-07-13T19:10:29.625Z] ---> 82cc5cdd4bba [2022-07-13T19:10:29.625Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-13T19:10:29.625Z] Removing intermediate container 6dc73fb29a74 [2022-07-13T19:10:29.625Z] ---> 43eee3e474ed [2022-07-13T19:10:29.625Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:10:29.625Z] Removing intermediate container 94113cb73fb7 [2022-07-13T19:10:29.625Z] ---> e7861c96cdc4 [2022-07-13T19:10:29.625Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:10:29.887Z] ---> Running in 1594aca42363 [2022-07-13T19:10:29.887Z] ---> Running in 66f557af1a15 [2022-07-13T19:10:30.149Z] Removing intermediate container 1594aca42363 [2022-07-13T19:10:30.149Z] ---> f50c6c577113 [2022-07-13T19:10:30.149Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T19:10:30.149Z] ---> 5b74145fccd3 [2022-07-13T19:10:30.149Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-13T19:10:30.149Z] Removing intermediate container 66f557af1a15 [2022-07-13T19:10:30.149Z] ---> bc7f1976436b [2022-07-13T19:10:30.149Z] Step 18/20 : LABEL arch=x86_64 [2022-07-13T19:10:30.149Z] ---> Running in 76ca9b0c186c [2022-07-13T19:10:30.149Z] ---> Running in c0a419fdb68e [2022-07-13T19:10:30.408Z] Removing intermediate container c0a419fdb68e [2022-07-13T19:10:30.408Z] ---> 4ba62ecd7328 [2022-07-13T19:10:30.408Z] Step 19/20 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:30.408Z] Removing intermediate container 76ca9b0c186c [2022-07-13T19:10:30.408Z] ---> 38aad22fc060 [2022-07-13T19:10:30.408Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:30.408Z] ---> Running in ef5bdcccc041 [2022-07-13T19:10:30.408Z] ---> Running in 65a75c0df515 [2022-07-13T19:10:30.667Z] ---> 9d02af583789 [2022-07-13T19:10:30.667Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T19:10:30.667Z] Removing intermediate container ef5bdcccc041 [2022-07-13T19:10:30.667Z] ---> 9060ee83e178 [2022-07-13T19:10:30.667Z] Step 20/20 : LABEL version=0.0.0 [2022-07-13T19:10:30.667Z] Removing intermediate container 65a75c0df515 [2022-07-13T19:10:30.667Z] ---> a1b3fcb48ea3 [2022-07-13T19:10:30.667Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:10:30.667Z] ---> Running in 0bb169f531ad [2022-07-13T19:10:30.667Z] ---> Running in 4327ca415dcd [2022-07-13T19:10:30.927Z] ---> 179c96eccb69 [2022-07-13T19:10:30.927Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-13T19:10:30.927Z] Removing intermediate container 4327ca415dcd [2022-07-13T19:10:30.927Z] ---> 7639bed5c852 [2022-07-13T19:10:30.927Z] [2022-07-13T19:10:30.927Z] Removing intermediate container 0bb169f531ad [2022-07-13T19:10:30.927Z] ---> 2d3c83180ac8 [2022-07-13T19:10:30.927Z] [2022-07-13T19:10:30.927Z] ---> Running in 6a32bd266770 [2022-07-13T19:10:30.927Z] Successfully built 7639bed5c852 [2022-07-13T19:10:30.927Z] Successfully tagged security-spiffe-token-provider:latest [2022-07-13T19:10:30.927Z] Building support-notifications [2022-07-13T19:10:31.190Z]  Building security-spiffe-token-provider ... done Successfully built 2d3c83180ac8 [2022-07-13T19:10:31.190Z] Successfully tagged core-data:latest [2022-07-13T19:10:34.487Z]  Building core-data ... done Removing intermediate container 6a32bd266770 [2022-07-13T19:10:34.487Z] ---> f400f7cfe392 [2022-07-13T19:10:34.487Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T19:10:34.487Z] ---> Running in a05478576be5 [2022-07-13T19:10:34.747Z] Removing intermediate container a05478576be5 [2022-07-13T19:10:34.747Z] ---> 7c8e5dd768fb [2022-07-13T19:10:34.747Z] Step 23/25 : LABEL arch=x86_64 [2022-07-13T19:10:34.747Z] ---> Running in 4eafbd7d4149 [2022-07-13T19:10:35.009Z] Removing intermediate container 4eafbd7d4149 [2022-07-13T19:10:35.009Z] ---> 25eaeb0f16fd [2022-07-13T19:10:35.009Z] Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:35.009Z] ---> Running in 82d929e73a3a [2022-07-13T19:10:35.268Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:10:35.268Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:10:35.268Z] ---> 77bfc7986479 [2022-07-13T19:10:35.268Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T19:10:35.268Z] ---> Using cache [2022-07-13T19:10:35.268Z] ---> 1096fcef6136 [2022-07-13T19:10:35.268Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:10:35.268Z] ---> Using cache [2022-07-13T19:10:35.268Z] ---> 784e4059016b [2022-07-13T19:10:35.268Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-13T19:10:35.268Z] ---> Running in 7231711ed072 [2022-07-13T19:10:35.268Z] Removing intermediate container 82d929e73a3a [2022-07-13T19:10:35.268Z] ---> 35beb6650b45 [2022-07-13T19:10:35.268Z] Step 25/25 : LABEL version=0.0.0 [2022-07-13T19:10:35.268Z] ---> Running in eb41948edfaf [2022-07-13T19:10:35.532Z] Removing intermediate container eb41948edfaf [2022-07-13T19:10:35.532Z] ---> 61cf2c42a40a [2022-07-13T19:10:35.532Z] [2022-07-13T19:10:35.532Z] 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-07-13T19:10:35.532Z] Successfully built 61cf2c42a40a [2022-07-13T19:10:35.532Z] Successfully tagged security-secretstore-setup:latest [2022-07-13T19:10:35.797Z]  Building security-secretstore-setup ... done fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:36.516Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:36.835Z] OK: 211 MiB in 51 packages [2022-07-13T19:10:37.827Z] Removing intermediate container 7f88879cbeb0 [2022-07-13T19:10:37.827Z] ---> 1794f3c4ad4e [2022-07-13T19:10:37.827Z] [2022-07-13T19:10:37.827Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T19:10:37.827Z] ---> e66264b98777 [2022-07-13T19:10:37.827Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T19:10:37.827Z] ---> Using cache [2022-07-13T19:10:37.827Z] ---> a024454aa48d [2022-07-13T19:10:37.827Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:10:37.827Z] ---> Using cache [2022-07-13T19:10:37.827Z] ---> 1eb2fc5bc773 [2022-07-13T19:10:37.827Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-13T19:10:37.827Z] ---> Running in 7a56e5cb344f [2022-07-13T19:10:37.827Z] Removing intermediate container 7231711ed072 [2022-07-13T19:10:37.827Z] ---> 5d4cc91f5b1b [2022-07-13T19:10:37.827Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T19:10:38.094Z] Removing intermediate container 7a56e5cb344f [2022-07-13T19:10:38.094Z] ---> 7d468008ed95 [2022-07-13T19:10:38.094Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T19:10:38.094Z] ---> b74294b0a64e [2022-07-13T19:10:38.094Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:10:38.094Z] ---> Running in 8093f9723b16 [2022-07-13T19:10:38.094Z] ---> Running in 80cb4027f5ca [2022-07-13T19:10:38.354Z] Removing intermediate container 8093f9723b16 [2022-07-13T19:10:38.354Z] ---> 178125e3cd7d [2022-07-13T19:10:38.354Z] Step 15/23 : WORKDIR / [2022-07-13T19:10:38.354Z] ---> Running in 9dd14293368a [2022-07-13T19:10:38.613Z] Removing intermediate container 9dd14293368a [2022-07-13T19:10:38.613Z] ---> 33db14983cda [2022-07-13T19:10:38.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:10:39.183Z] ---> 49288d3a850b [2022-07-13T19:10:39.183Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-13T19:10:39.183Z] Removing intermediate container 40db06199b4c [2022-07-13T19:10:39.183Z] ---> 1f48b2368759 [2022-07-13T19:10:39.183Z] [2022-07-13T19:10:39.183Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T19:10:39.183Z] ---> e66264b98777 [2022-07-13T19:10:39.183Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-13T19:10:39.758Z] ---> Running in e88453adb252 [2022-07-13T19:10:40.019Z] ---> 0f5b50ced15c [2022-07-13T19:10:40.019Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-13T19:10:40.282Z] ---> 62be872a479a [2022-07-13T19:10:40.282Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-13T19:10:40.282Z] ---> Running in 1a0709258949 [2022-07-13T19:10:40.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:40.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:10:40.556Z] Removing intermediate container 1a0709258949 [2022-07-13T19:10:40.556Z] ---> bad47f46d070 [2022-07-13T19:10:40.556Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:10:40.556Z] ---> Running in 2a0f1d11ef82 [2022-07-13T19:10:40.556Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-13T19:10:40.556Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-13T19:10:40.556Z] Removing intermediate container 2a0f1d11ef82 [2022-07-13T19:10:40.556Z] ---> 1ed96cc19191 [2022-07-13T19:10:40.556Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T19:10:40.556Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-13T19:10:40.816Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-13T19:10:40.816Z] (5/6) Installing curl (7.83.1-r2) [2022-07-13T19:10:40.816Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-13T19:10:40.816Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:10:40.816Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:10:40.816Z] ---> Running in 9b0a3c757837 [2022-07-13T19:10:40.816Z] OK: 8 MiB in 20 packages [2022-07-13T19:10:40.816Z] Removing intermediate container 9b0a3c757837 [2022-07-13T19:10:40.816Z] ---> 548171a55163 [2022-07-13T19:10:40.816Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:41.075Z] ---> Running in 4e08c9367865 [2022-07-13T19:10:41.075Z] Removing intermediate container 4e08c9367865 [2022-07-13T19:10:41.075Z] ---> 05a9a4a1ee37 [2022-07-13T19:10:41.075Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:10:41.075Z] ---> Running in fc6f9e600554 [2022-07-13T19:10:41.337Z] Removing intermediate container e88453adb252 [2022-07-13T19:10:41.337Z] ---> 73fc61677739 [2022-07-13T19:10:41.337Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T19:10:41.337Z] Removing intermediate container fc6f9e600554 [2022-07-13T19:10:41.337Z] ---> af91a6d9d0df [2022-07-13T19:10:41.337Z] [2022-07-13T19:10:41.337Z] ---> Running in 5d1089ac88de [2022-07-13T19:10:41.599Z] Successfully built af91a6d9d0df [2022-07-13T19:10:41.599Z] Successfully tagged core-command:latest [2022-07-13T19:10:41.599Z]  Building core-command ... done Removing intermediate container 5d1089ac88de [2022-07-13T19:10:41.599Z] ---> 5935183a88ca [2022-07-13T19:10:41.599Z] Step 13/22 : WORKDIR /edgex [2022-07-13T19:10:41.599Z] ---> Running in edc6951d3a80 [2022-07-13T19:10:41.860Z] Removing intermediate container edc6951d3a80 [2022-07-13T19:10:41.860Z] ---> 23a2c580c0b2 [2022-07-13T19:10:41.860Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-13T19:10:42.120Z] ---> 6ed4cc427983 [2022-07-13T19:10:42.120Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-13T19:10:42.689Z] ---> 7f99c554a7ea [2022-07-13T19:10:42.689Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-13T19:10:42.954Z] ---> 2af80c2816ac [2022-07-13T19:10:42.955Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T19:10:43.217Z] ---> 842b7640c43f [2022-07-13T19:10:43.217Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-13T19:10:43.478Z] ---> Running in 8c8fb7a44ee6 [2022-07-13T19:10:44.049Z] Removing intermediate container 80cb4027f5ca [2022-07-13T19:10:44.049Z] ---> 900d48ce466e [2022-07-13T19:10:44.049Z] Step 8/22 : COPY . . [2022-07-13T19:10:44.618Z] Removing intermediate container 8c8fb7a44ee6 [2022-07-13T19:10:44.618Z] ---> 856404299b2c [2022-07-13T19:10:44.618Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T19:10:45.559Z] ---> Running in 025a5ba0a1ff [2022-07-13T19:10:45.825Z] Removing intermediate container 025a5ba0a1ff [2022-07-13T19:10:45.825Z] ---> 5bf833a24085 [2022-07-13T19:10:45.825Z] Step 20/22 : LABEL arch=x86_64 [2022-07-13T19:10:45.825Z] ---> Running in 55108239626d [2022-07-13T19:10:45.825Z] Removing intermediate container 55108239626d [2022-07-13T19:10:45.825Z] ---> c8bba7251ad2 [2022-07-13T19:10:45.825Z] Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:10:46.087Z] ---> Running in c9a6fc4136d4 [2022-07-13T19:10:46.087Z] Removing intermediate container c9a6fc4136d4 [2022-07-13T19:10:46.087Z] ---> 85eb6ffcc7b0 [2022-07-13T19:10:46.087Z] Step 22/22 : LABEL version=0.0.0 [2022-07-13T19:10:46.349Z] ---> Running in 723f5f7f80ae [2022-07-13T19:10:46.349Z] Removing intermediate container 723f5f7f80ae [2022-07-13T19:10:46.349Z] ---> bc4aa2bc0479 [2022-07-13T19:10:46.349Z] [2022-07-13T19:10:46.349Z] Successfully built bc4aa2bc0479 [2022-07-13T19:10:46.612Z] Successfully tagged security-proxy-setup:latest [2022-07-13T19:10:49.916Z]  Building security-proxy-setup ... done  ---> f717e8201f24 [2022-07-13T19:10:49.916Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-13T19:10:49.916Z] ---> Running in 0563e1e698f8 [2022-07-13T19:10:49.916Z] 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-07-13T19:11:11.894Z] Removing intermediate container 0563e1e698f8 [2022-07-13T19:11:11.894Z] ---> afd44ccd7133 [2022-07-13T19:11:11.894Z] [2022-07-13T19:11:11.894Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T19:11:11.894Z] ---> e66264b98777 [2022-07-13T19:11:11.894Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-13T19:11:11.894Z] ---> Running in ec9726d4c12e [2022-07-13T19:11:11.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T19:11:11.894Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T19:11:11.894Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-13T19:11:11.894Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-13T19:11:11.894Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:11:11.894Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:11:11.894Z] OK: 6 MiB in 16 packages [2022-07-13T19:11:11.894Z] Removing intermediate container ec9726d4c12e [2022-07-13T19:11:11.894Z] ---> 1a41e579344b [2022-07-13T19:11:11.894Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:11:11.894Z] ---> Running in 5c95f10f5b31 [2022-07-13T19:11:11.894Z] Removing intermediate container 5c95f10f5b31 [2022-07-13T19:11:11.894Z] ---> 942bd8646048 [2022-07-13T19:11:11.894Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-13T19:11:11.894Z] ---> Running in 55eae9103615 [2022-07-13T19:11:11.894Z] Removing intermediate container 55eae9103615 [2022-07-13T19:11:11.894Z] ---> 4b3fcd67e95c [2022-07-13T19:11:11.894Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T19:11:11.894Z] ---> Running in 7f1c0dc750b1 [2022-07-13T19:11:11.894Z] Removing intermediate container 7f1c0dc750b1 [2022-07-13T19:11:11.894Z] ---> 3f450805a3ab [2022-07-13T19:11:11.894Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:11:11.894Z] ---> 5875cfd6f046 [2022-07-13T19:11:11.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-13T19:11:11.894Z] ---> a889c9f0a395 [2022-07-13T19:11:11.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-13T19:11:11.894Z] ---> 6ad9ae98ee76 [2022-07-13T19:11:11.894Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-13T19:11:11.894Z] ---> Running in f087d17ff402 [2022-07-13T19:11:11.894Z] Removing intermediate container f087d17ff402 [2022-07-13T19:11:11.894Z] ---> b97dc848f005 [2022-07-13T19:11:11.894Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:11:11.894Z] ---> Running in 2d3ce76da6ae [2022-07-13T19:11:11.894Z] Removing intermediate container 2d3ce76da6ae [2022-07-13T19:11:11.894Z] ---> 46dbac560487 [2022-07-13T19:11:11.894Z] Step 20/22 : LABEL arch=x86_64 [2022-07-13T19:11:11.894Z] ---> Running in 6859a86c6298 [2022-07-13T19:11:11.894Z] Removing intermediate container 6859a86c6298 [2022-07-13T19:11:11.894Z] ---> 4bf0581d0f1e [2022-07-13T19:11:11.895Z] Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:11:11.895Z] ---> Running in 91657722d1e7 [2022-07-13T19:11:11.895Z] Removing intermediate container 91657722d1e7 [2022-07-13T19:11:11.895Z] ---> 31e6566b4786 [2022-07-13T19:11:11.895Z] Step 22/22 : LABEL version=0.0.0 [2022-07-13T19:11:11.895Z] ---> Running in 62656b3a6fb6 [2022-07-13T19:11:11.895Z] Removing intermediate container 62656b3a6fb6 [2022-07-13T19:11:11.895Z] ---> e1b340eb603a [2022-07-13T19:11:11.895Z] [2022-07-13T19:11:11.895Z] Successfully built e1b340eb603a [2022-07-13T19:11:11.895Z] Successfully tagged support-notifications:latest [2022-07-13T19:11:11.901Z]  Building support-notifications ... done  [Pipeline] } [2022-07-13T19:11:11.939Z] $ docker stop --time=1 314fac0d8341ce69282210ad4dc1d0485d7de2c95a800cd35145b8a9fb345fb2 [2022-07-13T19:11:13.252Z] $ docker rm -f 314fac0d8341ce69282210ad4dc1d0485d7de2c95a800cd35145b8a9fb345fb2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T19:11:13.655Z] + docker images [2022-07-13T19:11:13.655Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-13T19:11:13.655Z] support-notifications latest e1b340eb603a 2 seconds ago 27.1MB [2022-07-13T19:11:13.655Z] afd44ccd7133 6 seconds ago 1.68GB [2022-07-13T19:11:13.655Z] security-proxy-setup latest bc4aa2bc0479 27 seconds ago 27.1MB [2022-07-13T19:11:13.655Z] core-command latest af91a6d9d0df 32 seconds ago 16.1MB [2022-07-13T19:11:13.655Z] 1f48b2368759 34 seconds ago 1.63GB [2022-07-13T19:11:13.655Z] 1794f3c4ad4e 36 seconds ago 1.62GB [2022-07-13T19:11:13.655Z] security-secretstore-setup latest 61cf2c42a40a 38 seconds ago 28.9MB [2022-07-13T19:11:13.655Z] security-spiffe-token-provider latest 7639bed5c852 43 seconds ago 29.1MB [2022-07-13T19:11:13.655Z] core-data latest 2d3c83180ac8 43 seconds ago 21.5MB [2022-07-13T19:11:13.655Z] 7dfc4d5560da 52 seconds ago 1.63GB [2022-07-13T19:11:13.655Z] 2a302a2dae65 54 seconds ago 1.65GB [2022-07-13T19:11:13.655Z] 96dd75e72e33 54 seconds ago 1.67GB [2022-07-13T19:11:13.655Z] support-scheduler latest a44bf4bfafa1 About a minute ago 26.5MB [2022-07-13T19:11:13.655Z] security-bootstrapper latest fb6c2b91c8e3 About a minute ago 19.3MB [2022-07-13T19:11:13.655Z] 1abacb24ed3d About a minute ago 1.68GB [2022-07-13T19:11:13.655Z] sys-mgmt-agent latest 0acc6f5ef7af About a minute ago 299MB [2022-07-13T19:11:13.655Z] c6e066c1a47f About a minute ago 1.62GB [2022-07-13T19:11:13.655Z] core-metadata latest b009e9d9a044 About a minute ago 17.1MB [2022-07-13T19:11:13.655Z] 11a525fcaeba About a minute ago 1.62GB [2022-07-13T19:11:13.655Z] 17df18a05f64 About a minute ago 1.62GB [2022-07-13T19:11:13.655Z] security-spire-agent latest 4261bfc5d2af About a minute ago 125MB [2022-07-13T19:11:13.655Z] security-spire-config latest 718372d08036 2 minutes ago 85.8MB [2022-07-13T19:11:13.655Z] security-spire-server latest 65863dfd0f0a 2 minutes ago 86.5MB [2022-07-13T19:11:13.655Z] df87c2b575a1 2 minutes ago 1.52GB [2022-07-13T19:11:13.655Z] 36faaef33cd7 2 minutes ago 1.52GB [2022-07-13T19:11:13.655Z] 734e1bdb870d 2 minutes ago 1.52GB [2022-07-13T19:11:13.655Z] ci-base-image-x86_64 latest 77bfc7986479 5 minutes ago 937MB [2022-07-13T19:11:13.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 days ago 253MB [2022-07-13T19:11:13.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 6 days ago 677MB [2022-07-13T19:11:13.655Z] alpine 3.16 e66264b98777 7 weeks ago 5.53MB [2022-07-13T19:11:13.655Z] docker 20.10.14 7417809fdb73 3 months ago 218MB [2022-07-13T19:11:13.655Z] alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB [2022-07-13T19:11:13.655Z] 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-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-13T19:11:49.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-13T19:11:58.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.380s coverage: 28.7% of statements [2022-07-13T19:11:58.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-13T19:11:58.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-13T19:12:00.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.544s coverage: 98.5% of statements [2022-07-13T19:12:00.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-13T19:12:00.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.449s coverage: 54.2% of statements [2022-07-13T19:12:00.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-13T19:12:00.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.861s coverage: 89.2% of statements [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.563s coverage: 83.8% of statements [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.230s coverage: 95.6% of statements [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.441s coverage: 72.2% of statements [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.482s coverage: 60.0% of statements [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.419s coverage: 0.9% of statements [2022-07-13T19:12:23.116Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-13T19:12:23.116Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.257s coverage: 58.8% of statements [2022-07-13T19:12:24.563Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.273s coverage: 29.6% of statements [2022-07-13T19:12:24.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-13T19:12:24.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.220s coverage: 47.1% of statements [2022-07-13T19:12:25.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.318s coverage: 79.5% of statements [2022-07-13T19:12:25.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.222s coverage: 94.1% of statements [2022-07-13T19:12:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.312s coverage: 96.3% of statements [2022-07-13T19:12:28.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.184s coverage: 87.5% of statements [2022-07-13T19:12:40.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.299s coverage: 94.4% of statements [2022-07-13T19:12:40.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.208s coverage: 44.8% of statements [2022-07-13T19:12:45.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.680s coverage: 82.5% of statements [2022-07-13T19:12:45.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-13T19:12:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.269s coverage: 92.9% of statements [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-13T19:12:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-13T19:12:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.195s coverage: 87.2% of statements [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-13T19:12:52.717Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-13T19:12:52.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.167s coverage: 100.0% of statements [2022-07-13T19:12:52.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-13T19:12:52.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.258s coverage: 58.8% of statements [2022-07-13T19:12:52.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-13T19:12:52.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.250s coverage: 80.0% of statements [2022-07-13T19:12:52.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements [2022-07-13T19:12:52.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 85.4% of statements [2022-07-13T19:12:52.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.818s coverage: 91.2% of statements [2022-07-13T19:12:52.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-13T19:12:54.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.964s coverage: 64.4% of statements [2022-07-13T19:12:54.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-13T19:12:54.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-13T19:12:54.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.252s coverage: 100.0% of statements [2022-07-13T19:12:54.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 89.4% of statements [2022-07-13T19:12:54.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2022-07-13T19:12:54.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2022-07-13T19:12:56.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2022-07-13T19:13:04.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.392s coverage: 65.4% of statements [2022-07-13T19:13:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-13T19:13:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-13T19:13:04.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-13T19:13:07.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.842s coverage: 43.8% of statements [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-13T19:13:07.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.295s coverage: 89.5% of statements [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-13T19:13:07.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.317s coverage: 84.8% of statements [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-13T19:13:07.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-13T19:13:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.419s coverage: 17.7% of statements [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-13T19:13:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.721s coverage: 92.3% of statements [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-13T19:13:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.309s coverage: 63.2% of statements [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-13T19:13:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.449s coverage: 97.7% of statements [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-13T19:13:15.544Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.210s coverage: 28.9% of statements [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-13T19:13:15.544Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-13T19:13:15.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.199s coverage: 100.0% of statements [2022-07-13T19:13:15.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 96.9% of statements [2022-07-13T19:13:16.526Z] 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-07-13T19:13:16.526Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-07-13T19:13:16.526Z] GO111MODULE=on go vet ./... [2022-07-13T19:15:08.429Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-13T19:15:08.429Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-13T19:15:08.429Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-13T19:15:08.464Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-13T19:15:09.147Z] + ls -al . [2022-07-13T19:15:09.147Z] total 680 [2022-07-13T19:15:09.147Z] drwxrwxr-x 9 1001 1001 4096 Jul 13 19:09 . [2022-07-13T19:15:09.147Z] drwxr-xr-x 4 root root 4096 Jul 13 19:09 .. [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 11 Jul 13 19:07 .dockerignore [2022-07-13T19:15:09.147Z] drwxrwxr-x 8 1001 1001 4096 Jul 13 19:07 .git [2022-07-13T19:15:09.147Z] drwxrwxr-x 3 1001 1001 4096 Jul 13 19:07 .github [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 1030 Jul 13 19:07 .gitignore [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 42 Jul 13 19:07 .golangci.yml [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 87 Jul 13 19:07 .hadolint.yml [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 166 Jul 13 19:07 .sonarcloud.properties [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 1171 Jul 13 19:07 ADOPTERS.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 10347 Jul 13 19:07 Attribution.txt [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 63209 Jul 13 19:07 CHANGELOG.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 3804 Jul 13 19:07 CONTRIBUTING.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 677 Jul 13 19:07 GOVERNANCE.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 850 Jul 13 19:07 Jenkinsfile [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 10775 Jul 13 19:07 LICENSE [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 10350 Jul 13 19:07 Makefile [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 582 Jul 13 19:07 OWNERS.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 9094 Jul 13 19:07 README.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 6912 Jul 13 19:07 SECURITY.md [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 5 Jul 13 19:05 VERSION [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 4131 Jul 13 19:07 ZMQWindows.md [2022-07-13T19:15:09.147Z] drwxrwxr-x 2 1001 1001 4096 Jul 13 19:07 bin [2022-07-13T19:15:09.147Z] drwxrwxr-x 18 1001 1001 4096 Jul 13 19:07 cmd [2022-07-13T19:15:09.147Z] -rw-r--r-- 1 root root 435593 Jul 13 19:13 coverage.out [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 3312 Jul 13 19:07 go.mod [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 36233 Jul 13 19:07 go.sum [2022-07-13T19:15:09.147Z] drwxrwxr-x 8 1001 1001 4096 Jul 13 19:07 internal [2022-07-13T19:15:09.147Z] drwxrwxr-x 3 1001 1001 4096 Jul 13 19:07 openapi [2022-07-13T19:15:09.147Z] drwxrwxr-x 4 1001 1001 4096 Jul 13 19:07 snap [2022-07-13T19:15:09.147Z] -rw-rw-r-- 1 1001 1001 204 Jul 13 19:07 version.go [Pipeline] sh [2022-07-13T19:15:09.831Z] + '[' -e coverage.out ] [2022-07-13T19:15:09.831Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-13T19:15:09.870Z] Warning: overwriting stash ‘coverage-report’ [2022-07-13T19:15:10.634Z] Stashed 1 file(s) [Pipeline] sh [2022-07-13T19:15:11.300Z] + make build [2022-07-13T19:15:11.300Z] 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-07-13T19:16:48.149Z] 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-metadata/core-metadata ./cmd/core-metadata [2022-07-13T19:17:44.775Z] 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-07-13T19:17:44.775Z] 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-07-13T19:18:17.168Z] 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-07-13T19:18:18.154Z] 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-07-13T19:18:22.485Z] 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-07-13T19:18:27.899Z] 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-07-13T19:18:32.501Z] 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-07-13T19:18:38.214Z] 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-07-13T19:18:41.609Z] 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-07-13T19:18:44.996Z] 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-07-13T19:18:53.282Z] 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-07-13T19:18:57.616Z] $ docker stop --time=1 58ec7b6d2f4011c9164057d770ada23c0e1f3821927e8080abe8c79f86dc35ca [2022-07-13T19:18:59.613Z] $ docker rm -f 58ec7b6d2f4011c9164057d770ada23c0e1f3821927e8080abe8c79f86dc35ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:19:02.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T19:19:02.113Z] [2022-07-13T19:19:02.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:19:02.528Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T19:19:02.801Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-13T19:19:02.801Z] 29e5d40040c1: Pulling fs layer [2022-07-13T19:19:02.801Z] 1ce36da41761: Pulling fs layer [2022-07-13T19:19:02.801Z] 25b303627fd3: Pulling fs layer [2022-07-13T19:19:03.078Z] 29e5d40040c1: Verifying Checksum [2022-07-13T19:19:03.078Z] 29e5d40040c1: Download complete [2022-07-13T19:19:03.353Z] 1ce36da41761: Verifying Checksum [2022-07-13T19:19:03.353Z] 1ce36da41761: Download complete [2022-07-13T19:19:03.629Z] 29e5d40040c1: Pull complete [2022-07-13T19:19:05.061Z] 25b303627fd3: Download complete [2022-07-13T19:19:05.061Z] 1ce36da41761: Pull complete [2022-07-13T19:19:17.455Z] 25b303627fd3: Pull complete [2022-07-13T19:19:17.455Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-13T19:19:17.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T19:19:17.455Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:19:17.820Z] prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container [2022-07-13T19:19:17.904Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-13T19:19:20.243Z] $ docker top 93e7df35bb735694fc3872f5199e82ad7e19ef4915edbcfc65675702b537acf2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T19:19:21.218Z] + docker-compose build --help [2022-07-13T19:19:21.218Z] + grep parallel [2022-07-13T19:19:25.519Z] --parallel Build images in parallel. [Pipeline] } [2022-07-13T19:19:25.550Z] $ docker stop --time=1 93e7df35bb735694fc3872f5199e82ad7e19ef4915edbcfc65675702b537acf2 [2022-07-13T19:19:27.154Z] $ docker rm -f 93e7df35bb735694fc3872f5199e82ad7e19ef4915edbcfc65675702b537acf2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:19:27.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T19:19:27.903Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:19:28.182Z] prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container [2022-07-13T19:19:28.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-13T19:19:29.383Z] $ docker top 24e89200666b95ef915c23fc6eb662c28ab839a66c4a9b3359866ebbb0b63fd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T19:19:30.306Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-13T19:19:34.583Z] Building core-command ... [2022-07-13T19:19:34.583Z] Building core-data ... [2022-07-13T19:19:34.583Z] Building core-metadata ... [2022-07-13T19:19:34.583Z] Building security-bootstrapper ... [2022-07-13T19:19:34.583Z] Building security-proxy-setup ... [2022-07-13T19:19:34.583Z] Building security-secretstore-setup ... [2022-07-13T19:19:34.583Z] Building security-spiffe-token-provider ... [2022-07-13T19:19:34.583Z] Building security-spire-agent ... [2022-07-13T19:19:34.583Z] Building security-spire-config ... [2022-07-13T19:19:34.583Z] Building security-spire-server ... [2022-07-13T19:19:34.583Z] Building support-notifications ... [2022-07-13T19:19:34.583Z] Building support-scheduler ... [2022-07-13T19:19:34.583Z] Building sys-mgmt-agent ... [2022-07-13T19:19:34.583Z] Building security-bootstrapper [2022-07-13T19:19:34.583Z] Building security-secretstore-setup [2022-07-13T19:19:34.583Z] Building sys-mgmt-agent [2022-07-13T19:19:34.583Z] Building core-data [2022-07-13T19:19:34.583Z] Building security-spire-agent [2022-07-13T19:20:56.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:20:56.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:20:56.319Z] ---> f3ca1c5f1e00 [2022-07-13T19:20:56.319Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:20:56.319Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:20:56.319Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:20:56.319Z] ---> f3ca1c5f1e00 [2022-07-13T19:20:56.319Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T19:20:56.319Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:20:56.319Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:20:56.319Z] ---> f3ca1c5f1e00 [2022-07-13T19:20:56.319Z] Step 3/31 : WORKDIR /edgex-go [2022-07-13T19:20:56.319Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:20:56.319Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:20:56.319Z] ---> f3ca1c5f1e00 [2022-07-13T19:20:56.319Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T19:20:56.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:20:56.319Z] ---> Running in 836f75397f6b [2022-07-13T19:20:56.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:20:56.319Z] ---> f3ca1c5f1e00 [2022-07-13T19:20:56.319Z] ---> Running in 19ed482e804a [2022-07-13T19:20:56.319Z] ---> Running in a79ea8bcdd7c [2022-07-13T19:20:56.319Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:20:56.319Z] ---> Running in 79b96418934b [2022-07-13T19:20:56.319Z] ---> Running in 4c1500831c22 [2022-07-13T19:20:56.319Z] Removing intermediate container 4c1500831c22 [2022-07-13T19:20:56.319Z] ---> 84739ccbef76 [2022-07-13T19:20:56.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:20:56.319Z] ---> Running in d270bc95d47e [2022-07-13T19:20:56.319Z] Removing intermediate container 79b96418934b [2022-07-13T19:20:56.319Z] ---> d0dae1497820 [2022-07-13T19:20:56.319Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:20:56.319Z] Removing intermediate container a79ea8bcdd7c [2022-07-13T19:20:56.319Z] ---> 68a6191d6417 [2022-07-13T19:20:56.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:20:56.319Z] Removing intermediate container 836f75397f6b [2022-07-13T19:20:56.319Z] ---> f6254be474c5 [2022-07-13T19:20:56.319Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:20:56.319Z] Removing intermediate container 19ed482e804a [2022-07-13T19:20:56.319Z] ---> eb5d6a8c2e93 [2022-07-13T19:20:56.319Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:20:56.319Z] ---> Running in fa02b493886e [2022-07-13T19:20:56.319Z] ---> Running in 7d0d80de8362 [2022-07-13T19:20:56.319Z] ---> Running in 92110565f8f6 [2022-07-13T19:20:56.319Z] ---> Running in 26040267efe3 [2022-07-13T19:20:56.319Z] Removing intermediate container d270bc95d47e [2022-07-13T19:20:56.319Z] ---> a756828d7c13 [2022-07-13T19:20:56.319Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-13T19:20:56.319Z] ---> Running in 2a2faa970981 [2022-07-13T19:20:56.319Z] Removing intermediate container fa02b493886e [2022-07-13T19:20:56.319Z] ---> 79944dcce6f9 [2022-07-13T19:20:56.319Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-13T19:20:56.319Z] ---> Running in 9616043be68c [2022-07-13T19:20:56.319Z] Removing intermediate container 92110565f8f6 [2022-07-13T19:20:56.319Z] ---> 703cfaadcb18 [2022-07-13T19:20:56.319Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-13T19:20:56.319Z] ---> Running in 4d819bbdd39e [2022-07-13T19:20:56.319Z] Removing intermediate container 7d0d80de8362 [2022-07-13T19:20:56.319Z] ---> a769800dc245 [2022-07-13T19:20:56.319Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-13T19:20:56.319Z] ---> Running in 1ce3f7b4ba63 [2022-07-13T19:20:56.319Z] Removing intermediate container 26040267efe3 [2022-07-13T19:20:56.319Z] ---> 5fceaa41a9be [2022-07-13T19:20:56.319Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T19:20:56.319Z] ---> Running in 4d2afd1904fe [2022-07-13T19:20:56.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:56.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:56.319Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:56.597Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:56.597Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:56.873Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:56.873Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:57.153Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:57.431Z] OK: 221 MiB in 51 packages [2022-07-13T19:20:57.431Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:57.710Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:20:58.314Z] OK: 221 MiB in 51 packages [2022-07-13T19:20:58.920Z] OK: 221 MiB in 51 packages [2022-07-13T19:20:58.920Z] Removing intermediate container 2a2faa970981 [2022-07-13T19:20:58.920Z] ---> a06a9c009eb9 [2022-07-13T19:20:58.920Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:20:59.200Z] OK: 221 MiB in 51 packages [2022-07-13T19:20:59.200Z] OK: 221 MiB in 51 packages [2022-07-13T19:21:00.186Z] Removing intermediate container 9616043be68c [2022-07-13T19:21:00.186Z] ---> c3d6e5415c45 [2022-07-13T19:21:00.186Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:21:00.462Z] Removing intermediate container 4d819bbdd39e [2022-07-13T19:21:00.462Z] ---> 54826e1cf532 [2022-07-13T19:21:00.462Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T19:21:00.750Z] Removing intermediate container 1ce3f7b4ba63 [2022-07-13T19:21:00.750Z] ---> 66a02c141b39 [2022-07-13T19:21:00.750Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-13T19:21:00.750Z] Removing intermediate container 4d2afd1904fe [2022-07-13T19:21:00.750Z] ---> 9c41130dda79 [2022-07-13T19:21:00.750Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T19:21:00.750Z] ---> 247d6f734d99 [2022-07-13T19:21:00.750Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:21:01.025Z] ---> Running in 9e9cae0d9516 [2022-07-13T19:21:01.025Z] ---> d42389817eff [2022-07-13T19:21:01.025Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:21:01.306Z] ---> Running in 11855b7e9bec [2022-07-13T19:21:01.911Z] ---> 1975247d6a38 [2022-07-13T19:21:01.911Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:21:01.911Z] ---> dca14a1c005a [2022-07-13T19:21:01.911Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:21:02.186Z] ---> Running in 03e920e1683e [2022-07-13T19:21:02.186Z] ---> Running in ca22fded6995 [2022-07-13T19:21:02.186Z] ---> a1a9e4c18b04 [2022-07-13T19:21:02.186Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:21:02.479Z] ---> Running in 8dfd4fc18a0d [2022-07-13T19:21:59.068Z] Removing intermediate container 03e920e1683e [2022-07-13T19:21:59.068Z] ---> 5662b205386f [2022-07-13T19:21:59.068Z] Step 8/26 : COPY . . [2022-07-13T19:21:59.068Z] Removing intermediate container 8dfd4fc18a0d [2022-07-13T19:21:59.068Z] ---> 591285f5663e [2022-07-13T19:21:59.068Z] Step 8/31 : COPY . . [2022-07-13T19:21:59.068Z] Removing intermediate container 11855b7e9bec [2022-07-13T19:21:59.068Z] ---> c05e8ef6547f [2022-07-13T19:21:59.068Z] Step 8/23 : COPY . . [2022-07-13T19:21:59.068Z] Removing intermediate container ca22fded6995 [2022-07-13T19:21:59.068Z] ---> e4b61b903187 [2022-07-13T19:21:59.068Z] Step 8/25 : COPY . . [2022-07-13T19:21:59.068Z] Removing intermediate container 9e9cae0d9516 [2022-07-13T19:21:59.068Z] ---> 2c24a56c5f60 [2022-07-13T19:21:59.068Z] Step 8/23 : COPY . . [2022-07-13T19:22:25.871Z] ---> 094af28f7570 [2022-07-13T19:22:25.871Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-13T19:22:25.871Z] ---> a4e464083261 [2022-07-13T19:22:25.871Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T19:22:25.871Z] ---> Running in 65ef8947b908 [2022-07-13T19:22:25.871Z] ---> Running in 95efebcb3bd1 [2022-07-13T19:22:25.871Z] ---> 9ac8003ba528 [2022-07-13T19:22:25.871Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-13T19:22:25.871Z] ---> 5d9975a3ce0b [2022-07-13T19:22:25.871Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-13T19:22:25.871Z] ---> Running in 54cf7aa39969 [2022-07-13T19:22:25.871Z] ---> Running in 5bd753bc1647 [2022-07-13T19:22:25.871Z] ---> b64ee243ba9a [2022-07-13T19:22:25.871Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-13T19:22:25.871Z] ---> Running in 3ad8f0885d2d [2022-07-13T19:22:25.871Z] Removing intermediate container 95efebcb3bd1 [2022-07-13T19:22:25.871Z] ---> 04bc9a998f71 [2022-07-13T19:22:25.871Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T19:22:25.871Z] ---> Running in 3c184b2dc362 [2022-07-13T19:22:25.871Z] Removing intermediate container 3c184b2dc362 [2022-07-13T19:22:25.871Z] ---> 50129c8c7df3 [2022-07-13T19:22:25.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-07-13T19:22:25.871Z] ---> Running in 690b3adf3a76 [2022-07-13T19:22:25.871Z] 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-07-13T19:22:25.871Z] 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-07-13T19:22:25.871Z] 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-07-13T19:22:25.871Z] 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-07-13T19:22:27.863Z] Removing intermediate container 690b3adf3a76 [2022-07-13T19:22:27.863Z] ---> fdbb05cc0a80 [2022-07-13T19:22:27.863Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T19:22:27.863Z] ---> Running in ca35b342c8b0 [2022-07-13T19:22:28.139Z] Removing intermediate container ca35b342c8b0 [2022-07-13T19:22:28.139Z] ---> 99bd8ea108d5 [2022-07-13T19:22:28.139Z] [2022-07-13T19:22:28.139Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T19:22:28.139Z] 3.15: Pulling from library/alpine [2022-07-13T19:22:29.585Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T19:22:29.585Z] Status: Downloaded newer image for alpine:3.15 [2022-07-13T19:22:29.585Z] ---> 3fb3c9af89a9 [2022-07-13T19:22:29.585Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:22:29.862Z] ---> Running in 94f4b0c3e20d [2022-07-13T19:22:30.467Z] Removing intermediate container 94f4b0c3e20d [2022-07-13T19:22:30.467Z] ---> 9aa41a206ae9 [2022-07-13T19:22:30.467Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:22:30.467Z] ---> Running in 1637a0a25fab [2022-07-13T19:22:33.894Z] Removing intermediate container 1637a0a25fab [2022-07-13T19:22:33.894Z] ---> 81739db545d9 [2022-07-13T19:22:33.894Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T19:22:33.894Z] ---> Running in 247292a9f1c3 [2022-07-13T19:22:35.887Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:22:36.879Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:22:38.327Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:22:38.328Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:22:38.328Z] OK: 15738 distinct packages available [2022-07-13T19:22:38.328Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:22:39.323Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:22:40.770Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-13T19:22:40.770Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:22:40.770Z] (3/5) Installing libucontext (1.1-r0) [2022-07-13T19:22:40.770Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-13T19:22:41.051Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-13T19:22:41.051Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:22:41.051Z] OK: 6 MiB in 19 packages [2022-07-13T19:22:42.536Z] Removing intermediate container 247292a9f1c3 [2022-07-13T19:22:42.536Z] ---> f4f999a388a0 [2022-07-13T19:22:42.536Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-13T19:22:45.933Z] ---> 3dfe7eec3708 [2022-07-13T19:22:45.933Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T19:22:51.354Z] ---> d5494febd93e [2022-07-13T19:22:51.354Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T19:22:51.354Z] ---> 9f8d3f711190 [2022-07-13T19:22:51.354Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-13T19:22:51.952Z] ---> 5a1b15ca5c36 [2022-07-13T19:22:51.952Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-13T19:22:52.950Z] ---> db7097084cfa [2022-07-13T19:22:52.950Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T19:22:53.246Z] ---> Running in 7e39af01c29a [2022-07-13T19:22:53.523Z] Removing intermediate container 7e39af01c29a [2022-07-13T19:22:53.523Z] ---> 2bc211db6b83 [2022-07-13T19:22:53.523Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T19:22:53.801Z] ---> Running in cfa352caa3b2 [2022-07-13T19:22:54.400Z] Removing intermediate container cfa352caa3b2 [2022-07-13T19:22:54.400Z] ---> e181340224c8 [2022-07-13T19:22:54.400Z] Step 24/26 : LABEL arch=arm64 [2022-07-13T19:22:54.400Z] ---> Running in 2375e6d87077 [2022-07-13T19:22:55.000Z] Removing intermediate container 2375e6d87077 [2022-07-13T19:22:55.000Z] ---> 2d1c31f8b30b [2022-07-13T19:22:55.000Z] Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:22:55.000Z] ---> Running in fcafb5c972cc [2022-07-13T19:22:55.638Z] Removing intermediate container fcafb5c972cc [2022-07-13T19:22:55.638Z] ---> 0c26ed95a973 [2022-07-13T19:22:55.638Z] Step 26/26 : LABEL version=0.0.0 [2022-07-13T19:22:55.638Z] ---> Running in 9bbbb9fc0d08 [2022-07-13T19:22:55.910Z] Removing intermediate container 9bbbb9fc0d08 [2022-07-13T19:22:55.910Z] ---> 65407104b173 [2022-07-13T19:22:55.910Z] [2022-07-13T19:22:56.522Z] Successfully built 65407104b173 [2022-07-13T19:22:56.522Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-13T19:22:56.522Z]  Building security-spire-agent ... done Building core-command [2022-07-13T19:23:23.344Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:23:23.344Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:23:23.344Z] ---> f3ca1c5f1e00 [2022-07-13T19:23:23.344Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:23:23.344Z] ---> Using cache [2022-07-13T19:23:23.344Z] ---> eb5d6a8c2e93 [2022-07-13T19:23:23.344Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:23:23.344Z] ---> Using cache [2022-07-13T19:23:23.344Z] ---> a769800dc245 [2022-07-13T19:23:23.344Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T19:23:23.344Z] ---> Using cache [2022-07-13T19:23:23.344Z] ---> 66a02c141b39 [2022-07-13T19:23:23.344Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:23:23.344Z] ---> Using cache [2022-07-13T19:23:23.344Z] ---> a1a9e4c18b04 [2022-07-13T19:23:23.344Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:23:23.344Z] ---> Using cache [2022-07-13T19:23:23.344Z] ---> 591285f5663e [2022-07-13T19:23:23.344Z] Step 8/23 : COPY . . [2022-07-13T19:23:23.344Z] ---> Using cache [2022-07-13T19:23:23.344Z] ---> 5d9975a3ce0b [2022-07-13T19:23:23.344Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-13T19:23:23.344Z] ---> Running in e40a82e9bcb9 [2022-07-13T19:23:25.332Z] 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-07-13T19:27:32.393Z] 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-07-13T19:27:32.393Z] Removing intermediate container 3ad8f0885d2d [2022-07-13T19:27:32.393Z] ---> 50d2b2a8d0ca [2022-07-13T19:27:32.393Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-13T19:27:32.393Z] ---> Running in ee341285008b [2022-07-13T19:27:32.393Z] 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-07-13T19:27:32.393Z] Removing intermediate container ee341285008b [2022-07-13T19:27:32.393Z] ---> 0675abdc01be [2022-07-13T19:27:32.393Z] [2022-07-13T19:27:32.393Z] Step 11/23 : FROM docker:20.10.14 [2022-07-13T19:27:32.393Z] 20.10.14: Pulling from library/docker [2022-07-13T19:27:42.575Z] Removing intermediate container 5bd753bc1647 [2022-07-13T19:27:42.575Z] ---> 535c872481b4 [2022-07-13T19:27:42.575Z] [2022-07-13T19:27:42.575Z] Step 10/31 : FROM alpine:3.16 [2022-07-13T19:27:42.575Z] 3.16: Pulling from library/alpine [2022-07-13T19:27:42.852Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-13T19:27:42.852Z] Status: Downloaded newer image for alpine:3.16 [2022-07-13T19:27:42.852Z] ---> 6e30ab57aeee [2022-07-13T19:27:42.852Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:27:43.470Z] ---> Running in 8591e8aace83 [2022-07-13T19:27:44.075Z] Removing intermediate container 8591e8aace83 [2022-07-13T19:27:44.075Z] ---> ecc7b4331ae6 [2022-07-13T19:27:44.075Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-13T19:27:44.351Z] ---> Running in b0ce8cc5480c [2022-07-13T19:27:44.641Z] Removing intermediate container 65ef8947b908 [2022-07-13T19:27:44.641Z] ---> 078545f62399 [2022-07-13T19:27:44.641Z] [2022-07-13T19:27:44.641Z] Step 10/25 : FROM alpine:3.16 [2022-07-13T19:27:44.641Z] ---> 6e30ab57aeee [2022-07-13T19:27:44.641Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-13T19:27:44.922Z] ---> Running in eb9a6a76c798 [2022-07-13T19:27:46.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:27:47.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:27:47.490Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:27:47.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:27:48.787Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-13T19:27:48.787Z] (2/2) Installing su-exec (0.2-r1) [2022-07-13T19:27:48.787Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:27:48.787Z] OK: 5 MiB in 16 packages [2022-07-13T19:27:49.405Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-13T19:27:49.681Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-13T19:27:49.681Z] (3/3) Installing su-exec (0.2-r1) [2022-07-13T19:27:49.681Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:27:49.681Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:27:49.961Z] OK: 6 MiB in 17 packages [2022-07-13T19:27:50.241Z] Removing intermediate container b0ce8cc5480c [2022-07-13T19:27:50.241Z] ---> 11ae6f8b59ca [2022-07-13T19:27:50.241Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-13T19:27:50.515Z] ---> Running in 121acd7f9527 [2022-07-13T19:27:51.526Z] Removing intermediate container 121acd7f9527 [2022-07-13T19:27:51.526Z] ---> ea215dc0bf3b [2022-07-13T19:27:51.526Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-07-13T19:27:51.814Z] ---> Running in 6fb28130ff11 [2022-07-13T19:27:52.810Z] Removing intermediate container 6fb28130ff11 [2022-07-13T19:27:52.810Z] ---> 643364418778 [2022-07-13T19:27:52.810Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-07-13T19:27:52.810Z] ---> Running in 2088532e2d26 [2022-07-13T19:27:53.414Z] Removing intermediate container eb9a6a76c798 [2022-07-13T19:27:53.414Z] ---> 212b9f8816b6 [2022-07-13T19:27:53.414Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T19:27:53.696Z] ---> Running in f3d057449edc [2022-07-13T19:27:53.696Z] Removing intermediate container 2088532e2d26 [2022-07-13T19:27:53.696Z] ---> 1c950f2c1141 [2022-07-13T19:27:53.696Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-13T19:27:53.978Z] ---> Running in 7330bfeb71ac [2022-07-13T19:27:54.587Z] Removing intermediate container f3d057449edc [2022-07-13T19:27:54.587Z] ---> 27c47985c776 [2022-07-13T19:27:54.587Z] Step 13/25 : WORKDIR / [2022-07-13T19:27:54.865Z] ---> Running in c7738ef5183c [2022-07-13T19:27:55.851Z] Removing intermediate container c7738ef5183c [2022-07-13T19:27:55.851Z] ---> cb7891906d46 [2022-07-13T19:27:55.851Z] 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-07-13T19:27:57.294Z] ---> 8429974c5ae5 [2022-07-13T19:27:57.294Z] 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-07-13T19:27:57.911Z] Removing intermediate container 7330bfeb71ac [2022-07-13T19:27:57.911Z] ---> b5aaeb939167 [2022-07-13T19:27:57.911Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-07-13T19:27:58.189Z] ---> Running in bf364166d2ed [2022-07-13T19:27:59.185Z] ---> 2f4de880f062 [2022-07-13T19:27:59.185Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-13T19:27:59.185Z] Removing intermediate container bf364166d2ed [2022-07-13T19:27:59.185Z] ---> 98e9ce3dddb3 [2022-07-13T19:27:59.185Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-07-13T19:27:59.185Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-13T19:27:59.185Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-13T19:27:59.185Z] ---> c346e9eafbab [2022-07-13T19:27:59.185Z] 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-07-13T19:27:59.463Z] ---> Running in f61f947c2162 [2022-07-13T19:28:00.450Z] Removing intermediate container f61f947c2162 [2022-07-13T19:28:00.450Z] ---> 67efed47aa6d [2022-07-13T19:28:00.450Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-13T19:28:00.450Z] ---> Running in 0159eb5253b1 [2022-07-13T19:28:01.438Z] ---> 9c5cd6f9f0d3 [2022-07-13T19:28:01.438Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-07-13T19:28:01.438Z] ---> 03df925e25c8 [2022-07-13T19:28:01.438Z] 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-07-13T19:28:01.438Z] ---> Running in 2b0f7e6d145a [2022-07-13T19:28:03.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:28:03.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:28:03.999Z] ---> a0098954e33d [2022-07-13T19:28:03.999Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-13T19:28:04.983Z] (1/43) Installing readline (8.1.1-r0) [2022-07-13T19:28:04.983Z] (2/43) Installing bash (5.1.16-r0) [2022-07-13T19:28:04.983Z] Executing bash-5.1.16-r0.post-install [2022-07-13T19:28:04.983Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-13T19:28:04.983Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T19:28:04.983Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-13T19:28:04.983Z] (6/43) Installing curl (7.80.0-r2) [2022-07-13T19:28:04.983Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-13T19:28:04.983Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-13T19:28:04.983Z] (9/43) Installing expat (2.4.7-r0) [2022-07-13T19:28:04.983Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-13T19:28:04.983Z] (11/43) Installing gdbm (1.22-r0) [2022-07-13T19:28:04.983Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-13T19:28:04.983Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-13T19:28:04.983Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-13T19:28:04.983Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-13T19:28:04.983Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-13T19:28:05.263Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-13T19:28:05.542Z] Removing intermediate container 2b0f7e6d145a [2022-07-13T19:28:05.542Z] ---> 08b53c8c5e43 [2022-07-13T19:28:05.542Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:28:07.019Z] ---> 895af04f49be [2022-07-13T19:28:07.019Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-13T19:28:07.019Z] ---> becc80146c56 [2022-07-13T19:28:07.019Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-13T19:28:07.624Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-13T19:28:07.624Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-13T19:28:07.624Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-13T19:28:07.624Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-13T19:28:07.624Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-13T19:28:07.624Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-13T19:28:07.624Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-13T19:28:07.624Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-13T19:28:07.624Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-13T19:28:07.906Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-13T19:28:07.906Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-13T19:28:07.906Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-13T19:28:07.906Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-13T19:28:07.906Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-13T19:28:07.906Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-13T19:28:07.906Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-13T19:28:07.906Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-13T19:28:07.906Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-13T19:28:07.906Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-13T19:28:07.906Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-13T19:28:07.906Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-13T19:28:08.183Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-13T19:28:08.183Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-13T19:28:08.183Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-13T19:28:08.183Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-13T19:28:08.183Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-13T19:28:08.787Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:28:09.065Z] OK: 82 MiB in 65 packages [2022-07-13T19:28:10.084Z] ---> 5aea46345118 [2022-07-13T19:28:10.084Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-13T19:28:10.360Z] ---> 1d65e0832baf [2022-07-13T19:28:10.360Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T19:28:10.638Z] Removing intermediate container e40a82e9bcb9 [2022-07-13T19:28:10.638Z] ---> 8aec2a6eb5dc [2022-07-13T19:28:10.638Z] [2022-07-13T19:28:10.913Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T19:28:10.913Z] ---> 6e30ab57aeee [2022-07-13T19:28:10.913Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T19:28:10.913Z] ---> Running in 7724de9367c8 [2022-07-13T19:28:11.512Z] ---> 08b60fdb92ed [2022-07-13T19:28:11.512Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-13T19:28:12.114Z] ---> 389b1d173c63 [2022-07-13T19:28:12.114Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-07-13T19:28:12.114Z] ---> Running in 065349f57dc6 [2022-07-13T19:28:13.568Z] ---> 2e039053d6a2 [2022-07-13T19:28:13.568Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-07-13T19:28:13.843Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:28:14.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:28:14.126Z] Collecting docker-compose==1.23.2 [2022-07-13T19:28:14.405Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-13T19:28:15.005Z] Collecting cached-property<2,>=1.2.0 [2022-07-13T19:28:15.005Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-13T19:28:15.005Z] ---> 8e4b4577c9ec [2022-07-13T19:28:15.005Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-13T19:28:15.289Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-13T19:28:15.289Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:28:15.566Z] OK: 5 MiB in 15 packages [2022-07-13T19:28:16.198Z] Removing intermediate container 065349f57dc6 [2022-07-13T19:28:16.198Z] ---> 901610e6d80b [2022-07-13T19:28:16.198Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T19:28:16.198Z] Collecting PyYAML<4,>=3.10 [2022-07-13T19:28:16.198Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-13T19:28:16.478Z] ---> Running in dbcd836f7ae1 [2022-07-13T19:28:17.105Z] ---> 821933859b95 [2022-07-13T19:28:17.105Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-13T19:28:17.105Z] ---> Running in 840b32ca8900 [2022-07-13T19:28:17.399Z] Removing intermediate container dbcd836f7ae1 [2022-07-13T19:28:17.399Z] ---> 5588e5062d52 [2022-07-13T19:28:17.399Z] Step 23/25 : LABEL arch=arm64 [2022-07-13T19:28:17.399Z] Removing intermediate container 7724de9367c8 [2022-07-13T19:28:17.399Z] ---> 7b1fb5e07479 [2022-07-13T19:28:17.399Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:28:17.399Z] ---> Running in 136df2e34cb5 [2022-07-13T19:28:17.399Z] ---> Running in d52ee53ab292 [2022-07-13T19:28:18.400Z] Removing intermediate container 136df2e34cb5 [2022-07-13T19:28:18.400Z] ---> 93322f0df73f [2022-07-13T19:28:18.400Z] Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:28:18.400Z] Removing intermediate container d52ee53ab292 [2022-07-13T19:28:18.400Z] ---> bf99223dba22 [2022-07-13T19:28:18.400Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-13T19:28:18.682Z] ---> Running in 828b19032e3e [2022-07-13T19:28:18.682Z] ---> Running in cbdf263d4d38 [2022-07-13T19:28:19.284Z] Removing intermediate container 828b19032e3e [2022-07-13T19:28:19.284Z] ---> c164e7f075d0 [2022-07-13T19:28:19.284Z] Removing intermediate container cbdf263d4d38 [2022-07-13T19:28:19.284Z] ---> 977f34be9072 [2022-07-13T19:28:19.284Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T19:28:19.284Z] Step 25/25 : LABEL version=0.0.0 [2022-07-13T19:28:19.565Z] ---> Running in 1bace734e81a [2022-07-13T19:28:19.565Z] ---> Running in 5369ae478d5f [2022-07-13T19:28:20.554Z] Removing intermediate container 1bace734e81a [2022-07-13T19:28:20.554Z] ---> 04f10611b581 [2022-07-13T19:28:20.554Z] Step 15/23 : WORKDIR / [2022-07-13T19:28:20.554Z] Removing intermediate container 5369ae478d5f [2022-07-13T19:28:20.554Z] ---> 50bc4060a0ac [2022-07-13T19:28:20.554Z] [2022-07-13T19:28:20.554Z] ---> Running in ca639d498b23 [2022-07-13T19:28:20.837Z] Removing intermediate container 840b32ca8900 [2022-07-13T19:28:20.837Z] ---> 661ba4d0a118 [2022-07-13T19:28:20.837Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-13T19:28:20.837Z] Collecting jsonschema<3,>=2.5.1 [2022-07-13T19:28:20.837Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-13T19:28:20.837Z] ---> Running in 9179a2a86f43 [2022-07-13T19:28:21.123Z] Removing intermediate container ca639d498b23 [2022-07-13T19:28:21.123Z] ---> 0cafffa2a15d [2022-07-13T19:28:21.123Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:28:21.411Z] Successfully built 50bc4060a0ac [2022-07-13T19:28:21.411Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-13T19:28:21.411Z] Building support-scheduler [2022-07-13T19:28:21.411Z]  Building security-secretstore-setup ... done Removing intermediate container 9179a2a86f43 [2022-07-13T19:28:21.411Z] ---> 14001f4f3992 [2022-07-13T19:28:21.411Z] Step 28/31 : CMD ["gate"] [2022-07-13T19:28:21.688Z] ---> Running in bbb1412ea05e [2022-07-13T19:28:22.294Z] Removing intermediate container bbb1412ea05e [2022-07-13T19:28:22.294Z] ---> 78d25f7933e4 [2022-07-13T19:28:22.294Z] Step 29/31 : LABEL arch=arm64 [2022-07-13T19:28:22.294Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-13T19:28:22.294Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-13T19:28:22.294Z] ---> 06db6ac932c0 [2022-07-13T19:28:22.294Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-13T19:28:22.294Z] ---> Running in 382a2caf1886 [2022-07-13T19:28:22.571Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-13T19:28:22.571Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-13T19:28:23.174Z] Removing intermediate container 382a2caf1886 [2022-07-13T19:28:23.174Z] ---> 519a7942bd6d [2022-07-13T19:28:23.174Z] Step 30/31 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:28:23.452Z] ---> Running in 23f6b20c5faa [2022-07-13T19:28:24.482Z] Removing intermediate container 23f6b20c5faa [2022-07-13T19:28:24.482Z] ---> fb5ca04085fa [2022-07-13T19:28:24.482Z] Step 31/31 : LABEL version=0.0.0 [2022-07-13T19:28:24.482Z] ---> e70554fa2717 [2022-07-13T19:28:24.482Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-13T19:28:24.482Z] ---> Running in 5d94de436e9b [2022-07-13T19:28:24.780Z] Collecting docopt<0.7,>=0.6.1 [2022-07-13T19:28:25.070Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-13T19:28:25.070Z] Removing intermediate container 5d94de436e9b [2022-07-13T19:28:25.070Z] ---> 8c9e605556e0 [2022-07-13T19:28:25.070Z] [2022-07-13T19:28:25.352Z] ---> 88437be35aaf [2022-07-13T19:28:25.353Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-13T19:28:25.643Z] ---> Running in fd23abb063a0 [2022-07-13T19:28:25.918Z] Successfully built 8c9e605556e0 [2022-07-13T19:28:26.209Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-13T19:28:26.209Z] Building support-notifications [2022-07-13T19:28:26.209Z]  Building security-bootstrapper ... done Removing intermediate container fd23abb063a0 [2022-07-13T19:28:26.209Z] ---> 41473d835baa [2022-07-13T19:28:26.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:28:26.484Z] ---> Running in e00ae9621475 [2022-07-13T19:28:26.757Z] Removing intermediate container e00ae9621475 [2022-07-13T19:28:26.757Z] ---> 3e03900fa3a5 [2022-07-13T19:28:26.757Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T19:28:27.049Z] ---> Running in cbf315d99467 [2022-07-13T19:28:27.049Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-13T19:28:27.049Z] Collecting texttable<0.10,>=0.9.0 [2022-07-13T19:28:27.049Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-13T19:28:27.326Z] Removing intermediate container cbf315d99467 [2022-07-13T19:28:27.326Z] ---> 356c73726126 [2022-07-13T19:28:27.326Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:28:27.611Z] ---> Running in ff85eec11a12 [2022-07-13T19:28:27.902Z] Removing intermediate container ff85eec11a12 [2022-07-13T19:28:27.902Z] ---> 9d0903d06b6b [2022-07-13T19:28:27.902Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:28:28.180Z] ---> Running in afa5c4fbf580 [2022-07-13T19:28:28.785Z] Removing intermediate container afa5c4fbf580 [2022-07-13T19:28:28.785Z] ---> 011e01dd96c9 [2022-07-13T19:28:28.785Z] [2022-07-13T19:28:29.059Z] Successfully built 011e01dd96c9 [2022-07-13T19:28:29.059Z] Successfully tagged core-command-arm64:latest [2022-07-13T19:28:29.059Z]  Building core-command ... done Building security-spire-config [2022-07-13T19:28:29.656Z] Collecting docker<4.0,>=3.6.0 [2022-07-13T19:28:29.656Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-13T19:28:30.249Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-13T19:28:30.249Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-13T19:28:31.237Z] Collecting docker-pycreds>=0.4.0 [2022-07-13T19:28:31.237Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-13T19:28:32.232Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-13T19:28:32.232Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-13T19:28:32.232Z] Collecting idna<2.8,>=2.5 [2022-07-13T19:28:32.232Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-13T19:28:32.232Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-13T19:28:32.506Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-13T19:28:32.506Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-13T19:28:32.780Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-13T19:28:32.780Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-13T19:28:32.780Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-13T19:28:32.780Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-13T19:28:33.770Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-13T19:28:33.770Z] Attempting uninstall: urllib3 [2022-07-13T19:28:33.770Z] Found existing installation: urllib3 1.26.7 [2022-07-13T19:28:33.770Z] Uninstalling urllib3-1.26.7: [2022-07-13T19:28:33.770Z] Successfully uninstalled urllib3-1.26.7 [2022-07-13T19:28:34.754Z] Attempting uninstall: idna [2022-07-13T19:28:34.754Z] Found existing installation: idna 3.3 [2022-07-13T19:28:34.754Z] Uninstalling idna-3.3: [2022-07-13T19:28:34.754Z] Successfully uninstalled idna-3.3 [2022-07-13T19:28:35.069Z] Removing intermediate container 54cf7aa39969 [2022-07-13T19:28:35.069Z] ---> 4b04fe585e32 [2022-07-13T19:28:35.069Z] [2022-07-13T19:28:35.069Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T19:28:35.069Z] ---> 6e30ab57aeee [2022-07-13T19:28:35.069Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-13T19:28:35.069Z] ---> Running in 65dd052bce4c [2022-07-13T19:28:35.364Z] Removing intermediate container 65dd052bce4c [2022-07-13T19:28:35.364Z] ---> 6744c12e2486 [2022-07-13T19:28:35.364Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-13T19:28:35.648Z] ---> Running in 3ac555ec879f [2022-07-13T19:28:36.261Z] Removing intermediate container 3ac555ec879f [2022-07-13T19:28:36.261Z] ---> 7375663a3e1a [2022-07-13T19:28:36.261Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-13T19:28:36.261Z] ---> Running in 5b0b9b94f819 [2022-07-13T19:28:36.862Z] Removing intermediate container 5b0b9b94f819 [2022-07-13T19:28:36.862Z] ---> 801ad497abd7 [2022-07-13T19:28:36.862Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:28:36.862Z] ---> Running in 11bc326124c1 [2022-07-13T19:28:37.874Z] Attempting uninstall: requests [2022-07-13T19:28:37.874Z] Found existing installation: requests 2.26.0 [2022-07-13T19:28:37.874Z] Uninstalling requests-2.26.0: [2022-07-13T19:28:37.874Z] Successfully uninstalled requests-2.26.0 [2022-07-13T19:28:38.482Z] Running setup.py install for texttable: started [2022-07-13T19:28:39.091Z] Removing intermediate container 11bc326124c1 [2022-07-13T19:28:39.091Z] ---> 428d1c91cc80 [2022-07-13T19:28:39.091Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-13T19:28:39.366Z] ---> Running in a3515ac5c0df [2022-07-13T19:28:40.808Z] Running setup.py install for texttable: finished with status 'done' [2022-07-13T19:28:40.808Z] Running setup.py install for PyYAML: started [2022-07-13T19:28:40.808Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:28:41.799Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:28:42.787Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-13T19:28:42.788Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-13T19:28:42.788Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-13T19:28:42.788Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-13T19:28:43.061Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-13T19:28:43.061Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-13T19:28:43.337Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:28:43.337Z] OK: 8 MiB in 20 packages [2022-07-13T19:28:43.337Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-13T19:28:43.934Z] Running setup.py install for docopt: started [2022-07-13T19:28:44.916Z] Removing intermediate container a3515ac5c0df [2022-07-13T19:28:44.916Z] ---> 107b2e016908 [2022-07-13T19:28:44.916Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:28:45.909Z] Running setup.py install for docopt: finished with status 'done' [2022-07-13T19:28:45.909Z] Running setup.py install for dockerpty: started [2022-07-13T19:28:46.184Z] ---> 78d06740d997 [2022-07-13T19:28:46.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-13T19:28:48.172Z] ---> e8f873c5e49d [2022-07-13T19:28:48.172Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-13T19:28:48.172Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-13T19:28:49.171Z] ---> 65eb2c77b928 [2022-07-13T19:28:49.171Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-13T19:28:49.171Z] ---> Running in 2488729fc0e9 [2022-07-13T19:28:49.788Z] Removing intermediate container 2488729fc0e9 [2022-07-13T19:28:49.788Z] ---> 5cce9727dcd4 [2022-07-13T19:28:49.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:28:49.788Z] ---> Running in c85583ed9e8a [2022-07-13T19:28:50.064Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-07-13T19:28:50.342Z] Removing intermediate container c85583ed9e8a [2022-07-13T19:28:50.342Z] ---> b19f92ce3e77 [2022-07-13T19:28:50.342Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T19:28:50.342Z] ---> Running in f44b8454da65 [2022-07-13T19:28:51.352Z] Removing intermediate container f44b8454da65 [2022-07-13T19:28:51.352Z] ---> 517e639c6ab4 [2022-07-13T19:28:51.352Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:28:51.352Z] ---> Running in 802fab7c411c [2022-07-13T19:28:51.952Z] Removing intermediate container 802fab7c411c [2022-07-13T19:28:51.952Z] ---> f336838fc4c4 [2022-07-13T19:28:51.952Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:28:51.952Z] ---> Running in a71d965011dd [2022-07-13T19:28:52.554Z] Removing intermediate container a71d965011dd [2022-07-13T19:28:52.554Z] ---> 1bbbe4a6a26c [2022-07-13T19:28:52.554Z] [2022-07-13T19:28:53.552Z] Successfully built 1bbbe4a6a26c [2022-07-13T19:28:53.552Z] Successfully tagged core-data-arm64:latest [2022-07-13T19:28:53.552Z]  Building core-data ... done Building security-proxy-setup [2022-07-13T19:29:01.839Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:29:01.839Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:29:01.839Z] ---> f3ca1c5f1e00 [2022-07-13T19:29:01.839Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T19:29:01.839Z] ---> Using cache [2022-07-13T19:29:01.839Z] ---> eb5d6a8c2e93 [2022-07-13T19:29:01.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:29:01.839Z] ---> Using cache [2022-07-13T19:29:01.839Z] ---> a769800dc245 [2022-07-13T19:29:01.839Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T19:29:01.839Z] ---> Using cache [2022-07-13T19:29:01.839Z] ---> 66a02c141b39 [2022-07-13T19:29:01.839Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T19:29:01.839Z] ---> Using cache [2022-07-13T19:29:01.839Z] ---> a1a9e4c18b04 [2022-07-13T19:29:01.839Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:29:01.839Z] ---> Using cache [2022-07-13T19:29:01.839Z] ---> 591285f5663e [2022-07-13T19:29:01.839Z] Step 8/22 : COPY . . [2022-07-13T19:29:01.839Z] ---> Using cache [2022-07-13T19:29:01.839Z] ---> 5d9975a3ce0b [2022-07-13T19:29:01.839Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-13T19:29:02.827Z] ---> Running in 01095fa0f960 [2022-07-13T19:29:03.839Z] Removing intermediate container 0159eb5253b1 [2022-07-13T19:29:03.839Z] ---> 216ad11706b7 [2022-07-13T19:29:03.839Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-13T19:29:04.119Z] ---> Running in 7622135f935f [2022-07-13T19:29:04.392Z] 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-07-13T19:29:04.994Z] Removing intermediate container 7622135f935f [2022-07-13T19:29:04.994Z] ---> c356bd80e407 [2022-07-13T19:29:04.994Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-13T19:29:04.994Z] ---> Running in 55a0100ab8c3 [2022-07-13T19:29:05.595Z] Removing intermediate container 55a0100ab8c3 [2022-07-13T19:29:05.595Z] ---> 50cb8c224264 [2022-07-13T19:29:05.595Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-13T19:29:07.586Z] ---> 8423dec0f699 [2022-07-13T19:29:07.586Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-13T19:29:09.053Z] ---> d420a98ec3ed [2022-07-13T19:29:09.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-13T19:29:10.519Z] ---> eea25b96fecc [2022-07-13T19:29:10.519Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-13T19:29:10.797Z] ---> Running in b3880ea36216 [2022-07-13T19:29:11.776Z] Removing intermediate container b3880ea36216 [2022-07-13T19:29:11.776Z] ---> 09564a82e440 [2022-07-13T19:29:11.776Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:29:11.776Z] ---> Running in e9f37a7704b5 [2022-07-13T19:29:12.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:29:12.050Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:29:12.050Z] ---> f3ca1c5f1e00 [2022-07-13T19:29:12.050Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T19:29:12.050Z] ---> Using cache [2022-07-13T19:29:12.050Z] ---> eb5d6a8c2e93 [2022-07-13T19:29:12.050Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:29:12.050Z] ---> Using cache [2022-07-13T19:29:12.050Z] ---> a769800dc245 [2022-07-13T19:29:12.050Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-13T19:29:12.050Z] ---> Running in a255a46df901 [2022-07-13T19:29:13.032Z] Removing intermediate container e9f37a7704b5 [2022-07-13T19:29:13.032Z] ---> 0b9c5792c2cd [2022-07-13T19:29:13.032Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T19:29:13.032Z] ---> Running in e079b0ca74f9 [2022-07-13T19:29:14.016Z] Removing intermediate container e079b0ca74f9 [2022-07-13T19:29:14.016Z] ---> e63830985192 [2022-07-13T19:29:14.016Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:29:14.016Z] ---> Running in efd03ec5c563 [2022-07-13T19:29:14.016Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:29:15.010Z] Removing intermediate container efd03ec5c563 [2022-07-13T19:29:15.010Z] ---> b20206448175 [2022-07-13T19:29:15.010Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:29:15.010Z] ---> Running in 22cb3c4e2587 [2022-07-13T19:29:15.010Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:29:15.606Z] Removing intermediate container 22cb3c4e2587 [2022-07-13T19:29:15.606Z] ---> 1937bc4ad873 [2022-07-13T19:29:15.606Z] [2022-07-13T19:29:16.212Z] OK: 221 MiB in 51 packages [2022-07-13T19:29:16.491Z] Successfully built 1937bc4ad873 [2022-07-13T19:29:16.491Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-13T19:29:16.491Z]  Building sys-mgmt-agent ... done Building core-metadata [2022-07-13T19:29:16.778Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:29:16.778Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:29:16.778Z] ---> f3ca1c5f1e00 [2022-07-13T19:29:16.778Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T19:29:16.778Z] ---> Using cache [2022-07-13T19:29:16.778Z] ---> eb5d6a8c2e93 [2022-07-13T19:29:16.778Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:29:16.778Z] ---> Using cache [2022-07-13T19:29:16.778Z] ---> a769800dc245 [2022-07-13T19:29:16.778Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T19:29:16.778Z] ---> Running in ef318fe11f3e [2022-07-13T19:29:17.777Z] Removing intermediate container a255a46df901 [2022-07-13T19:29:17.777Z] ---> 02dc005116fd [2022-07-13T19:29:17.777Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T19:29:18.385Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:29:18.661Z] ---> cbfd3b31a33f [2022-07-13T19:29:18.661Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:29:18.964Z] ---> Running in d92388db623d [2022-07-13T19:29:19.240Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:29:20.696Z] OK: 221 MiB in 51 packages [2022-07-13T19:29:22.144Z] Removing intermediate container ef318fe11f3e [2022-07-13T19:29:22.144Z] ---> d65b6e6e407a [2022-07-13T19:29:22.144Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T19:29:23.126Z] ---> e85c1e8aeea3 [2022-07-13T19:29:23.126Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:29:23.126Z] ---> Running in 869948a9110e [2022-07-13T19:29:38.243Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:29:38.244Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:29:38.244Z] ---> f3ca1c5f1e00 [2022-07-13T19:29:38.244Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T19:29:38.244Z] ---> Using cache [2022-07-13T19:29:38.244Z] ---> eb5d6a8c2e93 [2022-07-13T19:29:38.244Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:29:38.244Z] ---> Using cache [2022-07-13T19:29:38.244Z] ---> a769800dc245 [2022-07-13T19:29:38.244Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T19:29:38.244Z] ---> Using cache [2022-07-13T19:29:38.244Z] ---> 66a02c141b39 [2022-07-13T19:29:38.244Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T19:29:38.244Z] ---> Using cache [2022-07-13T19:29:38.244Z] ---> a1a9e4c18b04 [2022-07-13T19:29:38.244Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:29:38.244Z] ---> Using cache [2022-07-13T19:29:38.244Z] ---> 591285f5663e [2022-07-13T19:29:38.244Z] Step 8/22 : COPY . . [2022-07-13T19:29:38.244Z] ---> Using cache [2022-07-13T19:29:38.244Z] ---> 5d9975a3ce0b [2022-07-13T19:29:38.244Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-13T19:29:40.251Z] ---> Running in 72fa45dd946a [2022-07-13T19:29:42.247Z] 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-07-13T19:29:54.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:29:54.982Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:29:54.982Z] ---> f3ca1c5f1e00 [2022-07-13T19:29:54.982Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T19:29:54.982Z] ---> Using cache [2022-07-13T19:29:54.982Z] ---> eb5d6a8c2e93 [2022-07-13T19:29:54.982Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:29:54.982Z] ---> Using cache [2022-07-13T19:29:54.982Z] ---> a769800dc245 [2022-07-13T19:29:54.982Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T19:29:54.982Z] ---> Using cache [2022-07-13T19:29:54.982Z] ---> 66a02c141b39 [2022-07-13T19:29:54.982Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T19:29:54.982Z] ---> Using cache [2022-07-13T19:29:54.982Z] ---> a1a9e4c18b04 [2022-07-13T19:29:54.982Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:29:54.982Z] ---> Using cache [2022-07-13T19:29:54.982Z] ---> 591285f5663e [2022-07-13T19:29:54.982Z] Step 8/23 : COPY . . [2022-07-13T19:29:55.266Z] ---> Using cache [2022-07-13T19:29:55.266Z] ---> 5d9975a3ce0b [2022-07-13T19:29:55.266Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-13T19:29:56.265Z] ---> Running in ea325054233d [2022-07-13T19:29:58.910Z] 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-metadata/core-metadata ./cmd/core-metadata [2022-07-13T19:30:21.126Z] Removing intermediate container d92388db623d [2022-07-13T19:30:21.126Z] ---> 039e822e868d [2022-07-13T19:30:21.126Z] Step 8/22 : COPY . . [2022-07-13T19:30:21.126Z] Removing intermediate container 869948a9110e [2022-07-13T19:30:21.126Z] ---> 6378bdfd2606 [2022-07-13T19:30:21.126Z] Step 8/26 : COPY . . [2022-07-13T19:30:53.497Z] ---> 18c82b379f69 [2022-07-13T19:30:53.497Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-13T19:30:53.497Z] ---> d65e7546918b [2022-07-13T19:30:53.497Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T19:30:53.497Z] ---> Running in 20f37f0b6674 [2022-07-13T19:30:53.497Z] ---> Running in ab6fb22ccca8 [2022-07-13T19:30:53.497Z] Removing intermediate container 20f37f0b6674 [2022-07-13T19:30:53.497Z] ---> 671679587633 [2022-07-13T19:30:53.497Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T19:30:53.497Z] ---> Running in 123ac6951d7f [2022-07-13T19:30:54.514Z] Removing intermediate container 123ac6951d7f [2022-07-13T19:30:54.514Z] ---> 4398bfae1633 [2022-07-13T19:30:54.514Z] 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-07-13T19:30:54.793Z] ---> Running in 39cb52fc1ab3 [2022-07-13T19:30:55.075Z] 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-07-13T19:30:57.719Z] Removing intermediate container 39cb52fc1ab3 [2022-07-13T19:30:57.719Z] ---> 251a108496bc [2022-07-13T19:30:57.719Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T19:30:57.719Z] ---> Running in a023d62df1e0 [2022-07-13T19:30:57.998Z] Removing intermediate container a023d62df1e0 [2022-07-13T19:30:57.998Z] ---> 9e0cad07ec25 [2022-07-13T19:30:57.998Z] [2022-07-13T19:30:57.998Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T19:30:57.998Z] ---> 3fb3c9af89a9 [2022-07-13T19:30:57.998Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:30:57.998Z] ---> Using cache [2022-07-13T19:30:58.276Z] ---> 9aa41a206ae9 [2022-07-13T19:30:58.276Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:30:58.276Z] ---> Using cache [2022-07-13T19:30:58.276Z] ---> 81739db545d9 [2022-07-13T19:30:58.276Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-13T19:30:58.276Z] ---> Running in 10be7ee59520 [2022-07-13T19:31:00.265Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:31:01.250Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:31:02.699Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:31:02.699Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:31:02.699Z] OK: 15738 distinct packages available [2022-07-13T19:31:02.699Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:31:03.689Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:31:05.145Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-13T19:31:05.145Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:31:05.145Z] (3/4) Installing libucontext (1.1-r0) [2022-07-13T19:31:05.423Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-13T19:31:05.423Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:31:05.423Z] OK: 6 MiB in 18 packages [2022-07-13T19:31:07.425Z] Removing intermediate container 10be7ee59520 [2022-07-13T19:31:07.425Z] ---> aa8c6604b1a3 [2022-07-13T19:31:07.425Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T19:31:12.878Z] ---> 8e72714eec40 [2022-07-13T19:31:12.878Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T19:31:13.485Z] ---> aadce4cf8781 [2022-07-13T19:31:13.485Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-13T19:31:13.758Z] ---> Running in c9bca36960b5 [2022-07-13T19:31:14.355Z] Removing intermediate container c9bca36960b5 [2022-07-13T19:31:14.355Z] ---> 2c88429a7ffe [2022-07-13T19:31:14.355Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-13T19:31:15.341Z] ---> a9b78b43bff9 [2022-07-13T19:31:15.341Z] Step 21/26 : WORKDIR / [2022-07-13T19:31:15.341Z] ---> Running in 4ef2f4ec4dbd [2022-07-13T19:31:15.943Z] Removing intermediate container 4ef2f4ec4dbd [2022-07-13T19:31:15.943Z] ---> f50e9f49e334 [2022-07-13T19:31:15.943Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T19:31:15.943Z] ---> Running in 9906d6b5a4d5 [2022-07-13T19:31:16.552Z] Removing intermediate container 9906d6b5a4d5 [2022-07-13T19:31:16.552Z] ---> 8a5fdcaed473 [2022-07-13T19:31:16.552Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T19:31:16.830Z] ---> Running in 3ca7f1d8fbc4 [2022-07-13T19:31:17.456Z] Removing intermediate container 3ca7f1d8fbc4 [2022-07-13T19:31:17.456Z] ---> 2609d466c4c9 [2022-07-13T19:31:17.456Z] Step 24/26 : LABEL arch=arm64 [2022-07-13T19:31:17.456Z] ---> Running in b3b767d29f0a [2022-07-13T19:31:18.098Z] Removing intermediate container b3b767d29f0a [2022-07-13T19:31:18.099Z] ---> bf6a66765327 [2022-07-13T19:31:18.099Z] Step 25/26 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:31:18.099Z] ---> Running in 2161f05335f1 [2022-07-13T19:31:18.743Z] Removing intermediate container 2161f05335f1 [2022-07-13T19:31:18.743Z] ---> 19a90f6414c9 [2022-07-13T19:31:18.743Z] Step 26/26 : LABEL version=0.0.0 [2022-07-13T19:31:19.025Z] ---> Running in 8c64c56fe220 [2022-07-13T19:31:19.630Z] Removing intermediate container 8c64c56fe220 [2022-07-13T19:31:19.630Z] ---> 38234fbcaa4c [2022-07-13T19:31:19.630Z] [2022-07-13T19:31:19.910Z] Successfully built 38234fbcaa4c [2022-07-13T19:31:19.910Z] Successfully tagged security-spire-config-arm64:latest [2022-07-13T19:31:19.910Z]  Building security-spire-config ... done Building security-spire-server [2022-07-13T19:31:52.281Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:31:52.281Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:31:52.281Z] ---> f3ca1c5f1e00 [2022-07-13T19:31:52.281Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> eb5d6a8c2e93 [2022-07-13T19:31:52.281Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> a769800dc245 [2022-07-13T19:31:52.281Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> d65b6e6e407a [2022-07-13T19:31:52.281Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> e85c1e8aeea3 [2022-07-13T19:31:52.281Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> 6378bdfd2606 [2022-07-13T19:31:52.281Z] Step 8/25 : COPY . . [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> d65e7546918b [2022-07-13T19:31:52.281Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> 671679587633 [2022-07-13T19:31:52.281Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> 4398bfae1633 [2022-07-13T19:31:52.281Z] 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-07-13T19:31:52.281Z] ---> Running in 3bf9f843c75d [2022-07-13T19:31:52.281Z] Removing intermediate container 3bf9f843c75d [2022-07-13T19:31:52.281Z] ---> 92401ea63d58 [2022-07-13T19:31:52.281Z] Step 12/25 : WORKDIR /edgex-go [2022-07-13T19:31:52.281Z] ---> Running in 17e141739e6c [2022-07-13T19:31:52.281Z] Removing intermediate container 17e141739e6c [2022-07-13T19:31:52.281Z] ---> 7c7673da79a9 [2022-07-13T19:31:52.281Z] [2022-07-13T19:31:52.281Z] Step 13/25 : FROM alpine:3.15 [2022-07-13T19:31:52.281Z] ---> 3fb3c9af89a9 [2022-07-13T19:31:52.281Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> 9aa41a206ae9 [2022-07-13T19:31:52.281Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> 81739db545d9 [2022-07-13T19:31:52.281Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T19:31:52.281Z] ---> Using cache [2022-07-13T19:31:52.281Z] ---> f4f999a388a0 [2022-07-13T19:31:52.281Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T19:31:57.712Z] ---> 4f27d8259625 [2022-07-13T19:31:57.712Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T19:31:57.994Z] ---> 09bbd06ce712 [2022-07-13T19:31:57.994Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-13T19:31:59.014Z] ---> aba687c04490 [2022-07-13T19:31:59.014Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-13T19:32:00.017Z] ---> 0d33a91c34fc [2022-07-13T19:32:00.017Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T19:32:00.017Z] ---> Running in 4a039e3c1ece [2022-07-13T19:32:00.623Z] Removing intermediate container 4a039e3c1ece [2022-07-13T19:32:00.623Z] ---> d3754e462350 [2022-07-13T19:32:00.623Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T19:32:00.623Z] ---> Running in 0dc0f092ef2d [2022-07-13T19:32:01.234Z] Removing intermediate container 0dc0f092ef2d [2022-07-13T19:32:01.234Z] ---> 1749c32e0801 [2022-07-13T19:32:01.234Z] Step 23/25 : LABEL arch=arm64 [2022-07-13T19:32:01.234Z] ---> Running in ffa35f2a6733 [2022-07-13T19:32:01.843Z] Removing intermediate container ffa35f2a6733 [2022-07-13T19:32:01.843Z] ---> 1889554b96d0 [2022-07-13T19:32:01.843Z] Step 24/25 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:32:02.122Z] ---> Running in 541cf43a7d20 [2022-07-13T19:32:02.725Z] Removing intermediate container 541cf43a7d20 [2022-07-13T19:32:02.725Z] ---> fdcc736b81d4 [2022-07-13T19:32:02.725Z] Step 25/25 : LABEL version=0.0.0 [2022-07-13T19:32:02.725Z] ---> Running in dace45dd74a6 [2022-07-13T19:32:03.337Z] Removing intermediate container dace45dd74a6 [2022-07-13T19:32:03.337Z] ---> e993f4803c1e [2022-07-13T19:32:03.337Z] [2022-07-13T19:32:03.942Z] Successfully built e993f4803c1e [2022-07-13T19:32:03.942Z] Successfully tagged security-spire-server-arm64:latest [2022-07-13T19:32:03.942Z]  Building security-spire-server ... done Building security-spiffe-token-provider [2022-07-13T19:32:30.764Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T19:32:30.764Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-13T19:32:30.764Z] ---> f3ca1c5f1e00 [2022-07-13T19:32:30.764Z] Step 3/20 : WORKDIR /edgex-go [2022-07-13T19:32:30.764Z] ---> Using cache [2022-07-13T19:32:30.764Z] ---> eb5d6a8c2e93 [2022-07-13T19:32:30.764Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-13T19:32:30.764Z] ---> Running in 32869d4912bb [2022-07-13T19:32:30.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:32:30.764Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:32:32.208Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-13T19:32:32.208Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-13T19:32:32.208Z] OK: 16887 distinct packages available [2022-07-13T19:32:32.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:32:32.489Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:32:33.946Z] OK: 221 MiB in 51 packages [2022-07-13T19:32:35.399Z] Removing intermediate container 32869d4912bb [2022-07-13T19:32:35.399Z] ---> 4b9cdb6f362e [2022-07-13T19:32:35.399Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-13T19:32:36.018Z] ---> d045e12f419e [2022-07-13T19:32:36.018Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T19:32:36.299Z] ---> Running in fe258f0ece54 [2022-07-13T19:33:23.317Z] Removing intermediate container fe258f0ece54 [2022-07-13T19:33:23.317Z] ---> 2895ae4caa1f [2022-07-13T19:33:23.317Z] Step 7/20 : COPY . . [2022-07-13T19:33:38.757Z] ---> 72fa275625ee [2022-07-13T19:33:38.757Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-13T19:33:38.757Z] ---> Running in 26369d05a63f [2022-07-13T19:33:40.920Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-13T19:34:49.088Z] 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-07-13T19:35:04.196Z] Removing intermediate container 72fa45dd946a [2022-07-13T19:35:04.196Z] ---> f0ab83436fde [2022-07-13T19:35:04.196Z] [2022-07-13T19:35:04.196Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T19:35:04.196Z] ---> 6e30ab57aeee [2022-07-13T19:35:04.196Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-13T19:35:04.196Z] ---> Running in 13ceacb170e6 [2022-07-13T19:35:04.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:35:04.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:35:05.623Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-13T19:35:05.623Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-13T19:35:05.623Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-13T19:35:05.623Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-13T19:35:05.623Z] (5/6) Installing curl (7.83.1-r2) [2022-07-13T19:35:05.623Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-13T19:35:05.623Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:35:05.899Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:35:06.175Z] OK: 8 MiB in 20 packages [2022-07-13T19:35:08.811Z] Removing intermediate container 13ceacb170e6 [2022-07-13T19:35:08.811Z] ---> 4cc486a0ae66 [2022-07-13T19:35:08.811Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T19:35:08.811Z] ---> Running in 3d3bdb36e13e [2022-07-13T19:35:09.087Z] Removing intermediate container 3d3bdb36e13e [2022-07-13T19:35:09.087Z] ---> 16ec6b4069a3 [2022-07-13T19:35:09.087Z] Step 13/22 : WORKDIR /edgex [2022-07-13T19:35:09.364Z] ---> Running in c0d643d48433 [2022-07-13T19:35:09.643Z] Removing intermediate container c0d643d48433 [2022-07-13T19:35:09.643Z] ---> c25e525dd232 [2022-07-13T19:35:09.643Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-13T19:35:10.628Z] ---> f6b431e06a9a [2022-07-13T19:35:10.628Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-13T19:35:12.068Z] ---> fdcbafc0f31c [2022-07-13T19:35:12.068Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-13T19:35:14.062Z] ---> 78d4f626afd2 [2022-07-13T19:35:14.062Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T19:35:14.670Z] ---> 93ec1011f48b [2022-07-13T19:35:14.670Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-13T19:35:14.670Z] ---> Running in 829bd3635367 [2022-07-13T19:35:18.133Z] Removing intermediate container 829bd3635367 [2022-07-13T19:35:18.133Z] ---> 728e6dd96da0 [2022-07-13T19:35:18.133Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T19:35:18.133Z] ---> Running in 5a51f51094a2 [2022-07-13T19:35:18.415Z] Removing intermediate container 5a51f51094a2 [2022-07-13T19:35:18.415Z] ---> 0f0da50fe92b [2022-07-13T19:35:18.415Z] Step 20/22 : LABEL arch=arm64 [2022-07-13T19:35:18.415Z] ---> Running in c4f731aed6a0 [2022-07-13T19:35:19.022Z] Removing intermediate container c4f731aed6a0 [2022-07-13T19:35:19.022Z] ---> c2e7b9f7a41c [2022-07-13T19:35:19.022Z] Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:35:19.022Z] ---> Running in cfbd55aa85b6 [2022-07-13T19:35:19.623Z] Removing intermediate container cfbd55aa85b6 [2022-07-13T19:35:19.623Z] ---> 7a32e174b241 [2022-07-13T19:35:19.623Z] Step 22/22 : LABEL version=0.0.0 [2022-07-13T19:35:19.623Z] ---> Running in a1f907bab409 [2022-07-13T19:35:20.223Z] Removing intermediate container a1f907bab409 [2022-07-13T19:35:20.223Z] ---> 0df4ea34ee0c [2022-07-13T19:35:20.223Z] [2022-07-13T19:35:20.496Z] Successfully built 0df4ea34ee0c [2022-07-13T19:35:20.770Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-13T19:35:39.069Z]  Building security-proxy-setup ... done Removing intermediate container ea325054233d [2022-07-13T19:35:39.069Z] ---> 08045ff9b51a [2022-07-13T19:35:39.069Z] [2022-07-13T19:35:39.069Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T19:35:39.069Z] ---> 6e30ab57aeee [2022-07-13T19:35:39.069Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T19:35:39.069Z] ---> Using cache [2022-07-13T19:35:39.069Z] ---> 7b1fb5e07479 [2022-07-13T19:35:39.069Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:35:39.069Z] ---> Using cache [2022-07-13T19:35:39.069Z] ---> bf99223dba22 [2022-07-13T19:35:39.069Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-13T19:35:39.069Z] ---> Running in 824e55ff8c19 [2022-07-13T19:35:39.069Z] Removing intermediate container 824e55ff8c19 [2022-07-13T19:35:39.069Z] ---> 06970543f0ad [2022-07-13T19:35:39.069Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T19:35:39.069Z] ---> Running in 24a63bb860be [2022-07-13T19:35:39.363Z] Removing intermediate container 24a63bb860be [2022-07-13T19:35:39.363Z] ---> d999955794c4 [2022-07-13T19:35:39.363Z] Step 15/23 : WORKDIR / [2022-07-13T19:35:39.651Z] ---> Running in f9c9aa3544ec [2022-07-13T19:35:39.925Z] Removing intermediate container f9c9aa3544ec [2022-07-13T19:35:39.925Z] ---> feac6c313572 [2022-07-13T19:35:39.925Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:35:40.923Z] ---> 6feee3cabfe2 [2022-07-13T19:35:40.923Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-13T19:35:42.913Z] ---> c41e6852285a [2022-07-13T19:35:42.913Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-13T19:35:43.513Z] ---> 09771479df12 [2022-07-13T19:35:43.513Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-13T19:35:43.513Z] ---> Running in 63220d02e656 [2022-07-13T19:35:44.112Z] Removing intermediate container 63220d02e656 [2022-07-13T19:35:44.112Z] ---> f17e1a816e56 [2022-07-13T19:35:44.112Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:35:44.112Z] ---> Running in 5c80818f03f7 [2022-07-13T19:35:44.714Z] Removing intermediate container 5c80818f03f7 [2022-07-13T19:35:44.714Z] ---> d834809435a6 [2022-07-13T19:35:44.714Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T19:35:44.714Z] ---> Running in d6cc3be48696 [2022-07-13T19:35:45.317Z] Removing intermediate container d6cc3be48696 [2022-07-13T19:35:45.317Z] ---> 77fbd16ac292 [2022-07-13T19:35:45.317Z] Step 22/23 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:35:45.591Z] ---> Running in d62cdf0e3e5c [2022-07-13T19:35:45.881Z] Removing intermediate container d62cdf0e3e5c [2022-07-13T19:35:45.881Z] ---> 4eb1a85f65f8 [2022-07-13T19:35:45.881Z] Step 23/23 : LABEL version=0.0.0 [2022-07-13T19:35:46.160Z] ---> Running in 10a43091a7ae [2022-07-13T19:35:46.776Z] Removing intermediate container 10a43091a7ae [2022-07-13T19:35:46.776Z] ---> aefdc8360d9a [2022-07-13T19:35:46.776Z] [2022-07-13T19:35:47.052Z] Successfully built aefdc8360d9a [2022-07-13T19:35:47.052Z] Successfully tagged core-metadata-arm64:latest [2022-07-13T19:36:26.117Z]  Building core-metadata ... done Removing intermediate container 01095fa0f960 [2022-07-13T19:36:26.117Z] ---> ee33263e2373 [2022-07-13T19:36:26.117Z] [2022-07-13T19:36:26.117Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T19:36:26.117Z] ---> 6e30ab57aeee [2022-07-13T19:36:26.117Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-13T19:36:26.117Z] ---> Using cache [2022-07-13T19:36:26.117Z] ---> 7b1fb5e07479 [2022-07-13T19:36:26.117Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:36:26.117Z] ---> Using cache [2022-07-13T19:36:26.117Z] ---> bf99223dba22 [2022-07-13T19:36:26.117Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-13T19:36:26.117Z] ---> Running in d6bd53fa717d [2022-07-13T19:36:26.117Z] Removing intermediate container d6bd53fa717d [2022-07-13T19:36:26.117Z] ---> e515e85cc216 [2022-07-13T19:36:26.117Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T19:36:26.117Z] ---> Running in 917c61464157 [2022-07-13T19:36:26.117Z] Removing intermediate container 917c61464157 [2022-07-13T19:36:26.117Z] ---> 0e550d684622 [2022-07-13T19:36:26.117Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:36:26.720Z] ---> f6f061787094 [2022-07-13T19:36:26.720Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-13T19:36:29.376Z] ---> d2d4524f71cd [2022-07-13T19:36:29.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-13T19:36:30.367Z] ---> 658ad9986dc9 [2022-07-13T19:36:30.367Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-13T19:36:30.367Z] ---> Running in 5b6de2478de2 [2022-07-13T19:36:30.974Z] Removing intermediate container 5b6de2478de2 [2022-07-13T19:36:30.974Z] ---> 1b79d7e85183 [2022-07-13T19:36:30.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:36:30.974Z] ---> Running in bd8bc14747d4 [2022-07-13T19:36:31.585Z] Removing intermediate container bd8bc14747d4 [2022-07-13T19:36:31.585Z] ---> 94ed5cd7da3a [2022-07-13T19:36:31.585Z] Step 20/22 : LABEL arch=arm64 [2022-07-13T19:36:31.585Z] ---> Running in 939741117fba [2022-07-13T19:36:32.210Z] Removing intermediate container 939741117fba [2022-07-13T19:36:32.210Z] ---> a232b5048755 [2022-07-13T19:36:32.210Z] Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:36:32.210Z] ---> Running in cdfa824eca5a [2022-07-13T19:36:32.832Z] Removing intermediate container cdfa824eca5a [2022-07-13T19:36:32.832Z] ---> 354be30276fc [2022-07-13T19:36:32.832Z] Step 22/22 : LABEL version=0.0.0 [2022-07-13T19:36:33.111Z] ---> Running in 5d61cd821585 [2022-07-13T19:36:33.389Z] Removing intermediate container 5d61cd821585 [2022-07-13T19:36:33.389Z] ---> cf47dda1b779 [2022-07-13T19:36:33.389Z] [2022-07-13T19:36:34.000Z] Successfully built cf47dda1b779 [2022-07-13T19:36:34.000Z] Successfully tagged support-scheduler-arm64:latest [2022-07-13T19:37:30.596Z]  Building support-scheduler ... done Removing intermediate container ab6fb22ccca8 [2022-07-13T19:37:30.596Z] ---> b691240a7c64 [2022-07-13T19:37:30.596Z] [2022-07-13T19:37:30.596Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T19:37:30.596Z] ---> 6e30ab57aeee [2022-07-13T19:37:30.596Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-13T19:37:30.596Z] ---> Running in 67e3af48eb7c [2022-07-13T19:37:30.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:37:30.596Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:37:30.596Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-13T19:37:30.596Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-13T19:37:30.596Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T19:37:30.596Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:37:30.596Z] OK: 6 MiB in 16 packages [2022-07-13T19:37:32.047Z] Removing intermediate container 67e3af48eb7c [2022-07-13T19:37:32.047Z] ---> f042845df0ac [2022-07-13T19:37:32.047Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T19:37:32.325Z] ---> Running in b2fa54d24155 [2022-07-13T19:37:32.600Z] Removing intermediate container b2fa54d24155 [2022-07-13T19:37:32.600Z] ---> 1e857c4c2e49 [2022-07-13T19:37:32.600Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-13T19:37:32.600Z] ---> Running in f5d33c8181df [2022-07-13T19:37:32.883Z] Removing intermediate container f5d33c8181df [2022-07-13T19:37:32.883Z] ---> b2b358404ce0 [2022-07-13T19:37:32.883Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T19:37:33.159Z] ---> Running in 1fb676c22032 [2022-07-13T19:37:33.438Z] Removing intermediate container 1fb676c22032 [2022-07-13T19:37:33.438Z] ---> 5b8ab68b3731 [2022-07-13T19:37:33.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:37:34.038Z] ---> 9f9fe93f7d52 [2022-07-13T19:37:34.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-13T19:37:36.031Z] ---> 41d7e9f45a9f [2022-07-13T19:37:36.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-13T19:37:36.631Z] ---> 94d8a9af153e [2022-07-13T19:37:36.631Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-13T19:37:36.631Z] ---> Running in f45fc7360444 [2022-07-13T19:37:37.231Z] Removing intermediate container f45fc7360444 [2022-07-13T19:37:37.231Z] ---> 6948991a1963 [2022-07-13T19:37:37.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:37:37.231Z] ---> Running in 9f826d6ea5d8 [2022-07-13T19:37:37.508Z] Removing intermediate container 9f826d6ea5d8 [2022-07-13T19:37:37.508Z] ---> ab166d0477a7 [2022-07-13T19:37:37.508Z] Step 20/22 : LABEL arch=arm64 [2022-07-13T19:37:37.508Z] ---> Running in a20f52509d3a [2022-07-13T19:37:38.106Z] Removing intermediate container a20f52509d3a [2022-07-13T19:37:38.106Z] ---> 4f0f077f9277 [2022-07-13T19:37:38.106Z] Step 21/22 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:37:38.106Z] ---> Running in da078099805e [2022-07-13T19:37:38.382Z] Removing intermediate container da078099805e [2022-07-13T19:37:38.382Z] ---> 9ec9f67a2ab4 [2022-07-13T19:37:38.382Z] Step 22/22 : LABEL version=0.0.0 [2022-07-13T19:37:38.382Z] ---> Running in f79334e9eff5 [2022-07-13T19:37:38.979Z] Removing intermediate container f79334e9eff5 [2022-07-13T19:37:38.979Z] ---> d53c08caa7f3 [2022-07-13T19:37:38.979Z] [2022-07-13T19:37:39.253Z] Successfully built d53c08caa7f3 [2022-07-13T19:37:39.253Z] Successfully tagged support-notifications-arm64:latest [2022-07-13T19:37:47.520Z]  Building support-notifications ... done Removing intermediate container 26369d05a63f [2022-07-13T19:37:47.520Z] ---> 81c64844aa2c [2022-07-13T19:37:47.520Z] [2022-07-13T19:37:47.520Z] Step 9/20 : FROM alpine:3.15 [2022-07-13T19:37:47.520Z] ---> 3fb3c9af89a9 [2022-07-13T19:37:47.520Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T19:37:47.520Z] ---> Using cache [2022-07-13T19:37:47.520Z] ---> 9aa41a206ae9 [2022-07-13T19:37:47.520Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T19:37:47.520Z] ---> Using cache [2022-07-13T19:37:47.520Z] ---> 81739db545d9 [2022-07-13T19:37:47.520Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-13T19:37:47.520Z] ---> Running in 84e4d71243fb [2022-07-13T19:37:48.494Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:37:49.472Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:37:50.450Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T19:37:50.450Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T19:37:50.450Z] OK: 15738 distinct packages available [2022-07-13T19:37:50.722Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T19:37:51.698Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T19:37:52.291Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-13T19:37:52.563Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-13T19:37:52.564Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T19:37:52.564Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-13T19:37:52.842Z] (5/9) Installing curl (7.80.0-r2) [2022-07-13T19:37:52.842Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-13T19:37:52.842Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-13T19:37:53.114Z] (8/9) Installing libucontext (1.1-r0) [2022-07-13T19:37:53.114Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-13T19:37:53.114Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T19:37:53.391Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T19:37:53.391Z] OK: 8 MiB in 23 packages [2022-07-13T19:37:54.829Z] Removing intermediate container 84e4d71243fb [2022-07-13T19:37:54.829Z] ---> 2a80f97495e1 [2022-07-13T19:37:54.829Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T19:37:55.423Z] ---> 22da3c2fcdcc [2022-07-13T19:37:55.423Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-13T19:37:56.399Z] ---> a6482924141b [2022-07-13T19:37:56.399Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-13T19:37:57.021Z] ---> 353ba2b17566 [2022-07-13T19:37:57.021Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-13T19:37:57.297Z] ---> Running in 83551fadbb99 [2022-07-13T19:37:57.570Z] Removing intermediate container 83551fadbb99 [2022-07-13T19:37:57.570Z] ---> d0ca0d904a06 [2022-07-13T19:37:57.570Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T19:37:57.570Z] ---> Running in b8f4e4972f28 [2022-07-13T19:37:57.844Z] Removing intermediate container b8f4e4972f28 [2022-07-13T19:37:57.844Z] ---> 69cdd4cc2f44 [2022-07-13T19:37:57.844Z] Step 18/20 : LABEL arch=arm64 [2022-07-13T19:37:57.844Z] ---> Running in 08693b6f895c [2022-07-13T19:37:58.442Z] Removing intermediate container 08693b6f895c [2022-07-13T19:37:58.442Z] ---> adf5fd4f102d [2022-07-13T19:37:58.442Z] Step 19/20 : LABEL git_sha=ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [2022-07-13T19:37:58.442Z] ---> Running in a144d422b25b [2022-07-13T19:37:58.715Z] Removing intermediate container a144d422b25b [2022-07-13T19:37:58.715Z] ---> eb0ecc24e0d7 [2022-07-13T19:37:58.715Z] Step 20/20 : LABEL version=0.0.0 [2022-07-13T19:37:58.715Z] ---> Running in ea70b711408f [2022-07-13T19:37:58.987Z] Removing intermediate container ea70b711408f [2022-07-13T19:37:58.987Z] ---> 34f339329a34 [2022-07-13T19:37:58.987Z] [2022-07-13T19:37:59.580Z] Successfully built 34f339329a34 [2022-07-13T19:37:59.580Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-13T19:37:59.870Z]  Building security-spiffe-token-provider ... done  [Pipeline] } [2022-07-13T19:37:59.878Z] $ docker stop --time=1 24e89200666b95ef915c23fc6eb662c28ab839a66c4a9b3359866ebbb0b63fd0 [2022-07-13T19:38:01.559Z] $ docker rm -f 24e89200666b95ef915c23fc6eb662c28ab839a66c4a9b3359866ebbb0b63fd0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T19:38:02.177Z] + docker images [2022-07-13T19:38:02.451Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-13T19:38:02.451Z] security-spiffe-token-provider-arm64 latest 34f339329a34 4 seconds ago 28.2MB [2022-07-13T19:38:02.451Z] 81c64844aa2c 16 seconds ago 1.5GB [2022-07-13T19:38:02.451Z] support-notifications-arm64 latest d53c08caa7f3 24 seconds ago 26.1MB [2022-07-13T19:38:02.451Z] b691240a7c64 36 seconds ago 1.51GB [2022-07-13T19:38:02.451Z] support-scheduler-arm64 latest cf47dda1b779 About a minute ago 25.5MB [2022-07-13T19:38:02.451Z] ee33263e2373 About a minute ago 1.51GB [2022-07-13T19:38:02.451Z] core-metadata-arm64 latest aefdc8360d9a 2 minutes ago 16.4MB [2022-07-13T19:38:02.451Z] 08045ff9b51a 2 minutes ago 1.45GB [2022-07-13T19:38:02.451Z] security-proxy-setup-arm64 latest 0df4ea34ee0c 2 minutes ago 26.1MB [2022-07-13T19:38:02.451Z] f0ab83436fde 3 minutes ago 1.46GB [2022-07-13T19:38:02.451Z] security-spire-server-arm64 latest e993f4803c1e 5 minutes ago 84.2MB [2022-07-13T19:38:02.451Z] 7c7673da79a9 6 minutes ago 1.35GB [2022-07-13T19:38:02.451Z] security-spire-config-arm64 latest 38234fbcaa4c 6 minutes ago 83.6MB [2022-07-13T19:38:02.451Z] 9e0cad07ec25 7 minutes ago 1.35GB [2022-07-13T19:38:02.451Z] sys-mgmt-agent-arm64 latest 1937bc4ad873 8 minutes ago 282MB [2022-07-13T19:38:02.451Z] core-data-arm64 latest 1bbbe4a6a26c 9 minutes ago 20.6MB [2022-07-13T19:38:02.451Z] 4b04fe585e32 9 minutes ago 1.48GB [2022-07-13T19:38:02.451Z] core-command-arm64 latest 011e01dd96c9 9 minutes ago 15.5MB [2022-07-13T19:38:02.451Z] security-bootstrapper-arm64 latest 8c9e605556e0 9 minutes ago 18.5MB [2022-07-13T19:38:02.451Z] security-secretstore-setup-arm64 latest 50bc4060a0ac 9 minutes ago 27.9MB [2022-07-13T19:38:02.451Z] 8aec2a6eb5dc 9 minutes ago 1.45GB [2022-07-13T19:38:02.451Z] 078545f62399 10 minutes ago 1.46GB [2022-07-13T19:38:02.451Z] 535c872481b4 10 minutes ago 1.45GB [2022-07-13T19:38:02.451Z] 0675abdc01be 10 minutes ago 1.45GB [2022-07-13T19:38:02.451Z] security-spire-agent-arm64 latest 65407104b173 15 minutes ago 122MB [2022-07-13T19:38:02.451Z] 99bd8ea108d5 15 minutes ago 1.35GB [2022-07-13T19:38:02.451Z] ci-base-image-arm64 latest f3ca1c5f1e00 28 minutes ago 938MB [2022-07-13T19:38:02.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 6 days ago 678MB [2022-07-13T19:38:02.451Z] alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB [2022-07-13T19:38:02.451Z] docker 20.10.14 c346e9eafbab 3 months ago 202MB [2022-07-13T19:38:02.451Z] alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB [2022-07-13T19:38:02.451Z] 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-07-13T19:38:03.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T19:38:03.285Z] [2022-07-13T19:38:03.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:38:03.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T19:38:03.985Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-13T19:38:03.985Z] 8998bd30e6a1: Pulling fs layer [2022-07-13T19:38:03.985Z] 04944245beec: Pulling fs layer [2022-07-13T19:38:03.985Z] 699f458cf7ca: Pulling fs layer [2022-07-13T19:38:03.985Z] 765212b225bb: Pulling fs layer [2022-07-13T19:38:03.985Z] f23df028b6ca: Pulling fs layer [2022-07-13T19:38:03.985Z] d65c8cfc05b1: Pulling fs layer [2022-07-13T19:38:03.985Z] 2437ff75d9bd: Pulling fs layer [2022-07-13T19:38:03.985Z] 765212b225bb: Waiting [2022-07-13T19:38:03.985Z] f23df028b6ca: Waiting [2022-07-13T19:38:03.985Z] d65c8cfc05b1: Waiting [2022-07-13T19:38:03.985Z] 2437ff75d9bd: Waiting [2022-07-13T19:38:04.260Z] 04944245beec: Verifying Checksum [2022-07-13T19:38:04.260Z] 04944245beec: Download complete [2022-07-13T19:38:04.260Z] 765212b225bb: Verifying Checksum [2022-07-13T19:38:04.260Z] 765212b225bb: Download complete [2022-07-13T19:38:04.260Z] f23df028b6ca: Verifying Checksum [2022-07-13T19:38:04.260Z] f23df028b6ca: Download complete [2022-07-13T19:38:04.260Z] d65c8cfc05b1: Verifying Checksum [2022-07-13T19:38:04.260Z] d65c8cfc05b1: Download complete [2022-07-13T19:38:04.260Z] 699f458cf7ca: Verifying Checksum [2022-07-13T19:38:04.260Z] 699f458cf7ca: Download complete [2022-07-13T19:38:04.857Z] 8998bd30e6a1: Verifying Checksum [2022-07-13T19:38:06.829Z] 2437ff75d9bd: Verifying Checksum [2022-07-13T19:38:06.829Z] 2437ff75d9bd: Download complete [2022-07-13T19:38:09.441Z] 8998bd30e6a1: Pull complete [2022-07-13T19:38:09.441Z] 04944245beec: Pull complete [2022-07-13T19:38:11.410Z] 699f458cf7ca: Pull complete [2022-07-13T19:38:11.410Z] 765212b225bb: Pull complete [2022-07-13T19:38:12.003Z] f23df028b6ca: Pull complete [2022-07-13T19:38:12.277Z] d65c8cfc05b1: Pull complete [2022-07-13T19:38:27.343Z] 2437ff75d9bd: Pull complete [2022-07-13T19:38:27.343Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-13T19:38:27.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T19:38:27.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:38:27.740Z] prd-ubuntu20.04-docker-arm64-4c-16g-19869 does not seem to be running inside a container [2022-07-13T19:38:27.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-13T19:38:30.453Z] $ docker top 938fbbb603a3a35e0e6623e9cf580ef550f661de48f18c823224fc92edab4ed9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:31.519Z] ---> job-cost.sh [2022-07-13T19:38:31.519Z] lf-activate-venv: SKIPPING [2022-07-13T19:38:31.519Z] INFO: No Stack... [2022-07-13T19:38:32.112Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-13T19:38:32.706Z] INFO: Archiving Costs [Pipeline] sh [2022-07-13T19:38:33.384Z] + cut -d, -f6 [2022-07-13T19:38:33.384Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-07-13T19:38:33.434Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] [2022-07-13T19:38:33.440Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] did not exist. Created. [2022-07-13T19:38:33.440Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-13T19:38:34.201Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-13T19:38:34.388Z] Stashed 1 file(s) [Pipeline] } [2022-07-13T19:38:34.410Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4091-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-13T19:38:34.485Z] $ docker stop --time=1 938fbbb603a3a35e0e6623e9cf580ef550f661de48f18c823224fc92edab4ed9 [2022-07-13T19:38:35.989Z] $ docker rm -f 938fbbb603a3a35e0e6623e9cf580ef550f661de48f18c823224fc92edab4ed9 [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-07-13T19:38:37.070Z] provisioning config files... [2022-07-13T19:38:37.079Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3164435284217457037tmp [Pipeline] { [Pipeline] sh [2022-07-13T19:38:37.418Z] + set +x [2022-07-13T19:38:37.418Z] + curl -s https://codecov.io/bash [2022-07-13T19:38:37.418Z] + bash -s -- [2022-07-13T19:38:37.418Z] [2022-07-13T19:38:37.418Z] _____ _ [2022-07-13T19:38:37.418Z] / ____| | | [2022-07-13T19:38:37.418Z] | | ___ __| | ___ ___ _____ __ [2022-07-13T19:38:37.418Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-13T19:38:37.418Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-13T19:38:37.418Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-13T19:38:37.418Z] Bash-1.0.6 [2022-07-13T19:38:37.418Z] [2022-07-13T19:38:37.418Z] [2022-07-13T19:38:37.418Z] ==> git version 2.25.1 found [2022-07-13T19:38:37.418Z] ==> 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-07-13T19:38:37.418Z] Release-Date: 2020-01-08 [2022-07-13T19:38:37.418Z] 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-07-13T19:38:37.418Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-13T19:38:37.418Z] ==> Jenkins CI detected. [2022-07-13T19:38:37.418Z] current dir:  /w/workspace/edgex-go/1 [2022-07-13T19:38:37.418Z] project root: . [2022-07-13T19:38:37.418Z] --> token set from env [2022-07-13T19:38:37.418Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-13T19:38:37.680Z] ==> Running gcov in . (disable via -X gcov) [2022-07-13T19:38:37.680Z] ==> Python coveragepy not found [2022-07-13T19:38:37.680Z] ==> Searching for coverage reports in: [2022-07-13T19:38:37.680Z] + . [2022-07-13T19:38:37.680Z] -> Found 1 reports [2022-07-13T19:38:37.680Z] ==> Detecting git/mercurial file structure [2022-07-13T19:38:37.680Z] ==> Reading reports [2022-07-13T19:38:37.680Z] + ./coverage.out bytes=435593 [2022-07-13T19:38:37.680Z] ==> Appending adjustments [2022-07-13T19:38:37.680Z] https://docs.codecov.io/docs/fixing-reports [2022-07-13T19:38:39.065Z] + Found adjustments [2022-07-13T19:38:39.065Z] ==> Gzipping contents [2022-07-13T19:38:39.065Z] 60K /tmp/codecov.P9sHkF.gz [2022-07-13T19:38:39.065Z] ==> Uploading reports [2022-07-13T19:38:39.065Z] url: https://codecov.io [2022-07-13T19:38:39.065Z] query: branch=PR-4091&commit=ae78eb25edabf31f12eb0cb0fb93e39ce4225806&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4091%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4091&job=&cmd_args= [2022-07-13T19:38:39.065Z] -> Pinging Codecov [2022-07-13T19:38:39.065Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4091&commit=ae78eb25edabf31f12eb0cb0fb93e39ce4225806&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4091%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4091&job=&cmd_args= [2022-07-13T19:38:39.065Z] -> Uploading to [2022-07-13T19:38:39.065Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-13/00271124DB129430A58F1EEE437C3FCB/ae78eb25edabf31f12eb0cb0fb93e39ce4225806/88689d24-0f91-43f8-aaad-6b33326cfaed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220713T193838Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7798c88e505d1721be7c36b609efa4ccf00af8b76c55b709402470164bc16526 [2022-07-13T19:38:39.065Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T19:38:39.065Z] Dload Upload Total Spent Left Speed [2022-07-13T19:38:39.326Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59835 0 0 100 59835 0 242k --:--:-- --:--:-- --:--:-- 242k [2022-07-13T19:38:39.326Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ae78eb25edabf31f12eb0cb0fb93e39ce4225806 [Pipeline] } [2022-07-13T19:38:39.354Z] 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-07-13T19:38:40.674Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:41.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:41.978Z] ---> package-listing.sh [2022-07-13T19:38:41.979Z] ++ facter osfamily [2022-07-13T19:38:41.979Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-13T19:38:42.239Z] + OS_FAMILY=debian [2022-07-13T19:38:42.239Z] + workspace=/w/workspace/edgex-go/1 [2022-07-13T19:38:42.239Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-13T19:38:42.239Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-13T19:38:42.239Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-13T19:38:42.239Z] + PACKAGES=/tmp/packages_start.txt [2022-07-13T19:38:42.239Z] + '[' /w/workspace/edgex-go/1 ']' [2022-07-13T19:38:42.239Z] + PACKAGES=/tmp/packages_end.txt [2022-07-13T19:38:42.239Z] + case "${OS_FAMILY}" in [2022-07-13T19:38:42.239Z] + dpkg -l [2022-07-13T19:38:42.239Z] + grep '^ii' [2022-07-13T19:38:42.239Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-13T19:38:42.239Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-13T19:38:42.239Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-13T19:38:42.239Z] + '[' /w/workspace/edgex-go/1 ']' [2022-07-13T19:38:42.239Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-07-13T19:38:42.239Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-07-13T19:38:42.271Z] 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-07-13T19:38:42.566Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:38:43.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T19:38:43.197Z] [2022-07-13T19:38:43.197Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T19:38:43.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T19:38:43.575Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-13T19:38:43.575Z] 5eb5b503b376: Pulling fs layer [2022-07-13T19:38:43.575Z] 5c69ac0246d0: Pulling fs layer [2022-07-13T19:38:43.575Z] ec43610c2a17: Pulling fs layer [2022-07-13T19:38:43.575Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-13T19:38:43.575Z] 33b1e0a273af: Pulling fs layer [2022-07-13T19:38:43.575Z] 3a2ae6a8a46f: Waiting [2022-07-13T19:38:43.575Z] 5d3b04190fa2: Pulling fs layer [2022-07-13T19:38:43.575Z] 33b1e0a273af: Waiting [2022-07-13T19:38:43.575Z] 2f39f015ded8: Pulling fs layer [2022-07-13T19:38:43.575Z] 5d3b04190fa2: Waiting [2022-07-13T19:38:43.575Z] 5c69ac0246d0: Verifying Checksum [2022-07-13T19:38:43.575Z] 5c69ac0246d0: Download complete [2022-07-13T19:38:43.575Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-13T19:38:43.575Z] 3a2ae6a8a46f: Download complete [2022-07-13T19:38:43.575Z] 33b1e0a273af: Verifying Checksum [2022-07-13T19:38:43.575Z] 33b1e0a273af: Download complete [2022-07-13T19:38:43.834Z] ec43610c2a17: Verifying Checksum [2022-07-13T19:38:43.834Z] ec43610c2a17: Download complete [2022-07-13T19:38:43.834Z] 5d3b04190fa2: Verifying Checksum [2022-07-13T19:38:43.834Z] 5d3b04190fa2: Download complete [2022-07-13T19:38:43.834Z] 5eb5b503b376: Download complete [2022-07-13T19:38:44.403Z] 2f39f015ded8: Verifying Checksum [2022-07-13T19:38:44.403Z] 2f39f015ded8: Download complete [2022-07-13T19:38:45.341Z] 5eb5b503b376: Pull complete [2022-07-13T19:38:45.341Z] 5c69ac0246d0: Pull complete [2022-07-13T19:38:45.911Z] ec43610c2a17: Pull complete [2022-07-13T19:38:45.911Z] 3a2ae6a8a46f: Pull complete [2022-07-13T19:38:46.174Z] 33b1e0a273af: Pull complete [2022-07-13T19:38:46.435Z] 5d3b04190fa2: Pull complete [2022-07-13T19:38:50.633Z] 2f39f015ded8: Pull complete [2022-07-13T19:38:50.633Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-13T19:38:50.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T19:38:50.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T19:38:50.857Z] prd-ubuntu20.04-docker-8c-8g-19868 does not seem to be running inside a container [2022-07-13T19:38:50.920Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-13T19:38:53.523Z] $ docker top e9e38e636a4f9aed2fa8abf3b67b8602dc7a221979975f0b727ac187ed0387d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T19:38:53.904Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-13T19:38:54.219Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-13T19:38:54.537Z] + ls /var/log/sa-host [2022-07-13T19:38:54.537Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T19:38:54.760Z] provisioning config files... [2022-07-13T19:38:54.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2509351033331056907tmp [Pipeline] { [Pipeline] echo [2022-07-13T19:38:54.822Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:55.145Z] ---> create-netrc.sh [Pipeline] } [2022-07-13T19:38:55.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:55.595Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-13T19:38:55.626Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:55.940Z] ---> sudo-logs.sh [2022-07-13T19:38:55.940Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-13T19:38:56.016Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:56.327Z] ---> job-cost.sh [2022-07-13T19:38:56.327Z] lf-activate-venv: SKIPPING [2022-07-13T19:38:56.327Z] DEBUG: total: 0.10999999940395355 [2022-07-13T19:38:56.327Z] INFO: Retrieving Stack Cost... [2022-07-13T19:38:56.901Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-13T19:38:57.161Z] INFO: Archiving Costs [Pipeline] echo [2022-07-13T19:38:57.195Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T19:38:57.511Z] ---> logs-deploy.sh [2022-07-13T19:38:57.511Z] lf-activate-venv: SKIPPING [2022-07-13T19:38:57.511Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4091/1 [2022-07-13T19:38:57.511Z] INFO: archiving workspace using pattern(s): [2022-07-13T19:38:58.893Z] Archives upload complete. [2022-07-13T19:38:58.893Z] INFO: archiving logs to Nexus