Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8c995af195f08c96051e81afd7f7ed1e800bba03 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-ssh1849643625588888045.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh15299452057829517435.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12198969240049571774.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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 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-ssh10748955170748199417.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6060986329411931670.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16583 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/247 [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/247 # 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 Avoid second fetch Checking out Revision 8c995af195f08c96051e81afd7f7ed1e800bba03 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 8c995af195f08c96051e81afd7f7ed1e800bba03 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4064)" > git rev-list --no-walk 1e950a92d08d8119d15900c5f3f0f49ced750c51 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-01T16:17:02.406Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-01T16:17:02.458Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-01T16:17:02.469Z] ========================================================= [2022-07-01T16:17:02.469Z] EdgeX Global Pipelines Version Info [2022-07-01T16:17:02.469Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:17:03.224Z] ------------------- [2022-07-01T16:17:03.224Z] stable info: [2022-07-01T16:17:03.224Z] ------------------- [2022-07-01T16:17:03.224Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-01T16:17:03.224Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-07-01T16:17:03.224Z] Message: update stable to v1.0.234 [2022-07-01T16:17:03.797Z] ------------------- [2022-07-01T16:17:03.797Z] experimental info: [2022-07-01T16:17:03.797Z] ------------------- [2022-07-01T16:17:03.797Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-01T16:17:03.797Z] Commit SHA: bc4e646769b4c5265b7fe03fd8295f2cc8e63760 [2022-07-01T16:17:03.797Z] Message: update experimental to v1.0.235 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-01T16:17:04.072Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-01T16:17:04.087Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-01T16:17:04.098Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-01T16:17:04.110Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-01T16:17:04.122Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-01T16:17:04.133Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-07-01T16:17:04.144Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-01T16:17:04.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-01T16:17:04.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-01T16:17:04.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-01T16:17:04.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-01T16:17:04.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-01T16:17:04.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-01T16:17:04.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-01T16:17:04.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-01T16:17:04.247Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-01T16:17:04.258Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-01T16:17:04.270Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-01T16:17:04.282Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-01T16:17:04.293Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-01T16:17:04.306Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-01T16:17:04.315Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-01T16:17:04.325Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-01T16:17:04.336Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-07-01T16:17:04.345Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-07-01T16:17:04.355Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-07-01T16:17:04.373Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c995af195f08c96051e81afd7f7ed1e800bba03 [Pipeline] echo [2022-07-01T16:17:04.384Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c995af [Pipeline] echo [2022-07-01T16:17:04.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-01T16:17:04.437Z] provisioning config files... [2022-07-01T16:17:04.451Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config3759483285530497741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:17:04.755Z] ---> docker-login.sh [2022-07-01T16:17:04.755Z] nexus3.edgexfoundry.org:10001 [2022-07-01T16:17:05.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:17:05.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:17:05.017Z] Configure a credential helper to remove this warning. See [2022-07-01T16:17:05.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:17:05.017Z] [2022-07-01T16:17:05.017Z] Login Succeeded [2022-07-01T16:17:05.017Z] nexus3.edgexfoundry.org:10002 [2022-07-01T16:17:05.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:17:05.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:17:05.281Z] Configure a credential helper to remove this warning. See [2022-07-01T16:17:05.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:17:05.281Z] [2022-07-01T16:17:05.281Z] Login Succeeded [2022-07-01T16:17:05.281Z] nexus3.edgexfoundry.org:10003 [2022-07-01T16:17:05.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:17:05.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:17:05.552Z] Configure a credential helper to remove this warning. See [2022-07-01T16:17:05.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:17:05.552Z] [2022-07-01T16:17:05.552Z] Login Succeeded [2022-07-01T16:17:05.552Z] nexus3.edgexfoundry.org:10004 [2022-07-01T16:17:05.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:17:05.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:17:05.552Z] Configure a credential helper to remove this warning. See [2022-07-01T16:17:05.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:17:05.552Z] [2022-07-01T16:17:05.552Z] Login Succeeded [2022-07-01T16:17:05.552Z] docker.io [2022-07-01T16:17:05.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:17:06.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:17:06.074Z] Configure a credential helper to remove this warning. See [2022-07-01T16:17:06.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:17:06.074Z] [2022-07-01T16:17:06.074Z] Login Succeeded [2022-07-01T16:17:06.074Z] ---> docker-login.sh ends [Pipeline] } [2022-07-01T16:17:06.083Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-01T16:17:06.396Z] + 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-01T16:17:06.396Z] + dirname cmd/core-command/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/core-data/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/core-metadata/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-spire-config/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/security-spire-server/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/support-notifications/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-01T16:17:06.396Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-01T16:17:06.396Z] + cut -d/ -f2 [2022-07-01T16:17:06.396Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-01T16:17:06.435Z] 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-01T16:17:06.784Z] + git rev-list -1 --merges 8c995af195f08c96051e81afd7f7ed1e800bba03~1..8c995af195f08c96051e81afd7f7ed1e800bba03 [Pipeline] echo [2022-07-01T16:17:06.804Z] -----------> git rev-list -1 --merges 8c995af195f08c96051e81afd7f7ed1e800bba03~1..8c995af195f08c96051e81afd7f7ed1e800bba03 8c995af195f08c96051e81afd7f7ed1e800bba03 [false] [Pipeline] sh [2022-07-01T16:17:07.102Z] + git log --format=format:%s -1 8c995af195f08c96051e81afd7f7ed1e800bba03 [Pipeline] echo [2022-07-01T16:17:07.124Z] ========================================================= [2022-07-01T16:17:07.124Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-01T16:17:07.124Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-01T16:17:07.594Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-01T16:17:07.594Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-01T16:17:07.594Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-01T16:17:07.594Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-01T16:17:07.594Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-01T16:17:07.594Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-01T16:17:07.594Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:17:08.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-01T16:17:08.013Z] [2022-07-01T16:17:08.013Z] 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-01T16:17:08.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-01T16:17:08.318Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-01T16:17:08.318Z] 42c077c10790: Pulling fs layer [2022-07-01T16:17:08.318Z] f63e77b7563a: Pulling fs layer [2022-07-01T16:17:08.318Z] bd5fdadae976: Pulling fs layer [2022-07-01T16:17:08.318Z] 205491f53016: Pulling fs layer [2022-07-01T16:17:08.318Z] df18705c85c3: Pulling fs layer [2022-07-01T16:17:08.318Z] bdb3f477010e: Pulling fs layer [2022-07-01T16:17:08.319Z] c8a8fc8e1c8f: Pulling fs layer [2022-07-01T16:17:08.319Z] 2c6e9b1d212d: Pulling fs layer [2022-07-01T16:17:08.319Z] bdb8f0575790: Pulling fs layer [2022-07-01T16:17:08.319Z] 386e3cb2ff24: Pulling fs layer [2022-07-01T16:17:08.319Z] 2343380bae48: Pulling fs layer [2022-07-01T16:17:08.319Z] 205491f53016: Waiting [2022-07-01T16:17:08.319Z] 386e3cb2ff24: Waiting [2022-07-01T16:17:08.319Z] c8a8fc8e1c8f: Waiting [2022-07-01T16:17:08.319Z] 2c6e9b1d212d: Waiting [2022-07-01T16:17:08.319Z] bdb8f0575790: Waiting [2022-07-01T16:17:08.319Z] bdb3f477010e: Waiting [2022-07-01T16:17:08.319Z] df18705c85c3: Waiting [2022-07-01T16:17:08.319Z] f63e77b7563a: Verifying Checksum [2022-07-01T16:17:08.319Z] f63e77b7563a: Download complete [2022-07-01T16:17:08.319Z] 205491f53016: Verifying Checksum [2022-07-01T16:17:08.319Z] 205491f53016: Download complete [2022-07-01T16:17:08.578Z] df18705c85c3: Verifying Checksum [2022-07-01T16:17:08.578Z] df18705c85c3: Download complete [2022-07-01T16:17:08.578Z] bd5fdadae976: Verifying Checksum [2022-07-01T16:17:08.578Z] bd5fdadae976: Download complete [2022-07-01T16:17:08.578Z] bdb3f477010e: Verifying Checksum [2022-07-01T16:17:08.578Z] bdb3f477010e: Download complete [2022-07-01T16:17:08.578Z] 2c6e9b1d212d: Verifying Checksum [2022-07-01T16:17:08.578Z] 2c6e9b1d212d: Download complete [2022-07-01T16:17:08.578Z] bdb8f0575790: Verifying Checksum [2022-07-01T16:17:08.578Z] bdb8f0575790: Download complete [2022-07-01T16:17:08.578Z] 386e3cb2ff24: Verifying Checksum [2022-07-01T16:17:08.578Z] 386e3cb2ff24: Download complete [2022-07-01T16:17:08.578Z] 2343380bae48: Verifying Checksum [2022-07-01T16:17:08.578Z] 2343380bae48: Download complete [2022-07-01T16:17:08.579Z] 42c077c10790: Verifying Checksum [2022-07-01T16:17:08.579Z] 42c077c10790: Download complete [2022-07-01T16:17:09.147Z] c8a8fc8e1c8f: Verifying Checksum [2022-07-01T16:17:09.147Z] c8a8fc8e1c8f: Download complete [2022-07-01T16:17:10.086Z] 42c077c10790: Pull complete [2022-07-01T16:17:10.086Z] f63e77b7563a: Pull complete [2022-07-01T16:17:10.657Z] bd5fdadae976: Pull complete [2022-07-01T16:17:10.657Z] 205491f53016: Pull complete [2022-07-01T16:17:10.917Z] df18705c85c3: Pull complete [2022-07-01T16:17:11.178Z] bdb3f477010e: Pull complete [2022-07-01T16:17:13.723Z] c8a8fc8e1c8f: Pull complete [2022-07-01T16:17:13.723Z] 2c6e9b1d212d: Pull complete [2022-07-01T16:17:13.723Z] bdb8f0575790: Pull complete [2022-07-01T16:17:13.723Z] 386e3cb2ff24: Pull complete [2022-07-01T16:17:13.723Z] 2343380bae48: Pull complete [2022-07-01T16:17:13.723Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-07-01T16:17:13.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-01T16:17:13.723Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:17:13.818Z] prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container [2022-07-01T16:17:13.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-01T16:17:15.310Z] $ docker top e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae -eo pid,comm [2022-07-01T16:17:15.379Z] 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-01T16:17:15.379Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-01T16:17:15.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-01T16:17:15.414Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-01T16:17:15.536Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-01T16:17:15.540Z] $ docker exec e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent [2022-07-01T16:17:15.660Z] SSH_AUTH_SOCK=/tmp/ssh-LxNaEh7tuFlC/agent.34 [2022-07-01T16:17:15.660Z] SSH_AGENT_PID=40 [2022-07-01T16:17:15.666Z] Running ssh-add (command line suppressed) [2022-07-01T16:17:15.801Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_497382631869055462.key (/w/workspace/edgex-go/247@tmp/private_key_497382631869055462.key) [2022-07-01T16:17:15.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-01T16:17:16.108Z] + git tag --points-at HEAD [Pipeline] } [2022-07-01T16:17:16.122Z] $ docker exec --env ******** --env ******** e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent -k [2022-07-01T16:17:16.232Z] unset SSH_AUTH_SOCK; [2022-07-01T16:17:16.233Z] unset SSH_AGENT_PID; [2022-07-01T16:17:16.233Z] echo Agent pid 40 killed; [2022-07-01T16:17:16.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-01T16:17:16.272Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-01T16:17:16.272Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-01T16:17:16.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-01T16:17:16.405Z] $ docker exec e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent [2022-07-01T16:17:16.525Z] SSH_AUTH_SOCK=/tmp/ssh-CmdADji6qMUJ/agent.73 [2022-07-01T16:17:16.525Z] SSH_AGENT_PID=79 [2022-07-01T16:17:16.530Z] Running ssh-add (command line suppressed) [2022-07-01T16:17:16.663Z] Identity added: /w/workspace/edgex-go/247@tmp/private_key_1279162945771940366.key (/w/workspace/edgex-go/247@tmp/private_key_1279162945771940366.key) [2022-07-01T16:17:16.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-01T16:17:16.966Z] + git semver init [2022-07-01T16:17:17.226Z] 2022-07-01 16:17:17,189 [run_init] DEBUG init version:0.0.0 force:False [2022-07-01T16:17:17.226Z] 2022-07-01 16:17:17,190 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/247/.semver [2022-07-01T16:17:17.226Z] 2022-07-01 16:17:17,191 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/247/.semver [2022-07-01T16:17:17.226Z] 2022-07-01 16:17:17,191 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/247/.semver'], cwd=/w/workspace/edgex-go/247, universal_newlines=False, shell=None, istream=None) [2022-07-01T16:17:22.540Z] 2022-07-01 16:17:21,810 [append_file] DEBUG append to file:/w/workspace/edgex-go/247/.git/info/exclude [2022-07-01T16:17:22.540Z] 2022-07-01 16:17:21,810 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/247/.semver/main with force:False [2022-07-01T16:17:22.540Z] 2022-07-01 16:17:21,811 [read_version] DEBUG read version from /w/workspace/edgex-go/247/.semver/main [2022-07-01T16:17:22.540Z] 2022-07-01 16:17:21,811 [read_version] DEBUG read version from /w/workspace/edgex-go/247/.semver/main [2022-07-01T16:17:22.540Z] 2.2.1-dev.17 [Pipeline] } [2022-07-01T16:17:22.552Z] $ docker exec --env ******** --env ******** e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae ssh-agent -k [2022-07-01T16:17:22.672Z] unset SSH_AUTH_SOCK; [2022-07-01T16:17:22.672Z] unset SSH_AGENT_PID; [2022-07-01T16:17:22.672Z] echo Agent pid 79 killed; [2022-07-01T16:17:22.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-01T16:17:22.990Z] + git semver [Pipeline] } [2022-07-01T16:17:23.266Z] $ docker stop --time=1 e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae [2022-07-01T16:17:24.580Z] $ docker rm -f e8e4615fe9f4398b703fbe18bd1626764203055edd755e1a2635b3119746ceae [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-01T16:17:24.943Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-01T16:17:25.214Z] Stashed 1 file(s) [Pipeline] echo [2022-07-01T16:17:25.218Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.17 [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-01T16:17:25.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T16:17:25.324Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T16:17:25.329Z] ========================================================= [2022-07-01T16:17:25.329Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-07-01T16:17:25.329Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-01T16:17:25.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-01T16:17:25.643Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-01T16:17:25.643Z] 59bf1c3509f3: Pulling fs layer [2022-07-01T16:17:25.643Z] 666ba61612fd: Pulling fs layer [2022-07-01T16:17:25.643Z] 8ed8ca486205: Pulling fs layer [2022-07-01T16:17:25.643Z] cc1cd167ecdc: Pulling fs layer [2022-07-01T16:17:25.643Z] c516ae0d96e1: Pulling fs layer [2022-07-01T16:17:25.643Z] 684cea983483: Pulling fs layer [2022-07-01T16:17:25.643Z] dd3240ac7de5: Pulling fs layer [2022-07-01T16:17:25.643Z] b1e948a4e11c: Pulling fs layer [2022-07-01T16:17:25.643Z] a8fd76ee1af6: Pulling fs layer [2022-07-01T16:17:25.643Z] 646ad004c059: Pulling fs layer [2022-07-01T16:17:25.643Z] cc1cd167ecdc: Waiting [2022-07-01T16:17:25.643Z] c516ae0d96e1: Waiting [2022-07-01T16:17:25.643Z] 646ad004c059: Waiting [2022-07-01T16:17:25.643Z] a8fd76ee1af6: Waiting [2022-07-01T16:17:25.643Z] dd3240ac7de5: Waiting [2022-07-01T16:17:25.643Z] b1e948a4e11c: Waiting [2022-07-01T16:17:25.643Z] 684cea983483: Waiting [2022-07-01T16:17:25.643Z] 8ed8ca486205: Verifying Checksum [2022-07-01T16:17:25.643Z] 8ed8ca486205: Download complete [2022-07-01T16:17:25.643Z] 666ba61612fd: Verifying Checksum [2022-07-01T16:17:25.643Z] 666ba61612fd: Download complete [2022-07-01T16:17:25.643Z] c516ae0d96e1: Verifying Checksum [2022-07-01T16:17:25.643Z] c516ae0d96e1: Download complete [2022-07-01T16:17:25.643Z] 684cea983483: Verifying Checksum [2022-07-01T16:17:25.643Z] 684cea983483: Download complete [2022-07-01T16:17:25.643Z] dd3240ac7de5: Download complete [2022-07-01T16:17:25.643Z] 59bf1c3509f3: Verifying Checksum [2022-07-01T16:17:25.904Z] b1e948a4e11c: Verifying Checksum [2022-07-01T16:17:25.904Z] b1e948a4e11c: Download complete [2022-07-01T16:17:25.904Z] 59bf1c3509f3: Pull complete [2022-07-01T16:17:26.167Z] 666ba61612fd: Pull complete [2022-07-01T16:17:26.167Z] 8ed8ca486205: Pull complete [2022-07-01T16:17:26.429Z] 646ad004c059: Verifying Checksum [2022-07-01T16:17:26.429Z] 646ad004c059: Download complete [2022-07-01T16:17:26.429Z] a8fd76ee1af6: Verifying Checksum [2022-07-01T16:17:26.429Z] a8fd76ee1af6: Download complete [2022-07-01T16:17:26.429Z] cc1cd167ecdc: Download complete [2022-07-01T16:17:30.642Z] cc1cd167ecdc: Pull complete [2022-07-01T16:17:30.642Z] c516ae0d96e1: Pull complete [2022-07-01T16:17:30.904Z] 684cea983483: Pull complete [2022-07-01T16:17:30.904Z] dd3240ac7de5: Pull complete [2022-07-01T16:17:30.904Z] b1e948a4e11c: Pull complete [2022-07-01T16:17:33.447Z] a8fd76ee1af6: Pull complete [2022-07-01T16:17:34.396Z] 646ad004c059: Pull complete [2022-07-01T16:17:34.396Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-07-01T16:17:34.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-01T16:17:34.396Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-01T16:17:34.695Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-01T16:17:34.695Z] WORKDIR /edgex [2022-07-01T16:17:34.695Z] COPY go.mod . [2022-07-01T16:17:34.695Z] RUN go mod download [2022-07-01T16:17:34.695Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-01T16:17:36.086Z] Sending build context to Docker daemon 335.1MB [2022-07-01T16:17:36.086Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-07-01T16:17:36.086Z] ---> 8f69c11f6b0c [2022-07-01T16:17:36.086Z] Step 2/4 : WORKDIR /edgex [2022-07-01T16:17:38.630Z] ---> Running in 264058f1bafc [2022-07-01T16:17:38.630Z] Removing intermediate container 264058f1bafc [2022-07-01T16:17:38.630Z] ---> 12c75a0719d7 [2022-07-01T16:17:38.630Z] Step 3/4 : COPY go.mod . [2022-07-01T16:17:38.630Z] ---> f915eaa08376 [2022-07-01T16:17:38.630Z] Step 4/4 : RUN go mod download [2022-07-01T16:17:38.630Z] ---> Running in e2d9ec2325d8 [2022-07-01T16:17:40.283Z] Still waiting to schedule task [2022-07-01T16:17:40.283Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-07-01T16:17:53.555Z] Removing intermediate container e2d9ec2325d8 [2022-07-01T16:17:53.555Z] ---> 1100a7179234 [2022-07-01T16:17:53.555Z] Successfully built 1100a7179234 [2022-07-01T16:17:53.555Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:17:53.966Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-01T16:17:53.966Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:17:54.050Z] prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container [2022-07-01T16:17:54.086Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** ci-base-image-x86_64 cat [2022-07-01T16:17:54.518Z] $ docker top 744b0d1f7bb25966f5a071c032689c3fd15f9fa2f4c33d0a007344a155183bdc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:17:54.881Z] + go version [2022-07-01T16:17:54.881Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-07-01T16:17:54.896Z] $ docker stop --time=1 744b0d1f7bb25966f5a071c032689c3fd15f9fa2f4c33d0a007344a155183bdc [2022-07-01T16:17:56.202Z] $ docker rm -f 744b0d1f7bb25966f5a071c032689c3fd15f9fa2f4c33d0a007344a155183bdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:17:56.600Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-01T16:17:56.600Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:17:56.678Z] prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container [2022-07-01T16:17:56.711Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** ci-base-image-x86_64 cat [2022-07-01T16:17:57.127Z] $ docker top 5e5514fc0725258ae80d0a5da6e13208fd071daef14f9865a74f43a28460d0e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-01T16:17:57.215Z] ========================================================= [2022-07-01T16:17:57.215Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-01T16:17:57.215Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-01T16:17:57.505Z] + make test [2022-07-01T16:17:57.505Z] go mod tidy -compat=1.17 [2022-07-01T16:17:57.766Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-01T16:18:04.347Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-01T16:18:16.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-01T16:18:17.489Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2022-07-01T16:18:17.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-01T16:18:17.489Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-01T16:18:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements [2022-07-01T16:18:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-01T16:18:18.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.101s coverage: 54.2% of statements [2022-07-01T16:18:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-01T16:18:18.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.664s coverage: 89.2% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.074s coverage: 83.8% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.418s coverage: 95.6% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.107s coverage: 72.2% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.062s coverage: 60.0% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.053s coverage: 29.6% of statements [2022-07-01T16:18:22.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2022-07-01T16:18:22.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2022-07-01T16:18:32.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2022-07-01T16:18:32.614Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2022-07-01T16:18:33.185Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.203s coverage: 82.5% of statements [2022-07-01T16:18:33.185Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.068s coverage: 87.2% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 58.8% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.044s coverage: 87.2% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 85.4% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.2% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 64.4% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 89.4% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.399s coverage: 65.4% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.209s coverage: 43.8% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.080s coverage: 17.7% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.170s coverage: 92.3% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.122s coverage: 97.7% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.067s coverage: 28.9% of statements [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-01T16:18:43.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2022-07-01T16:18:43.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-07-01T16:18:43.187Z] 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-01T16:19:01.294Z] GO111MODULE=on go vet ./... [2022-07-01T16:19:06.573Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-01T16:19:06.573Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-01T16:19:06.573Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-01T16:19:06.586Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-01T16:19:06.873Z] + ls -al . [2022-07-01T16:19:06.873Z] total 684 [2022-07-01T16:19:06.873Z] drwxrwxr-x 10 1001 1001 4096 Jul 1 16:17 . [2022-07-01T16:19:06.873Z] drwxr-xr-x 4 root root 4096 Jul 1 16:17 .. [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 11 Jul 1 16:16 .dockerignore [2022-07-01T16:19:06.873Z] drwxrwxr-x 8 1001 1001 4096 Jul 1 16:17 .git [2022-07-01T16:19:06.873Z] drwxrwxr-x 3 1001 1001 4096 Jul 1 16:16 .github [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 879 Jul 1 16:16 .gitignore [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 42 Jul 1 16:16 .golangci.yml [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 87 Jul 1 16:16 .hadolint.yml [2022-07-01T16:19:06.873Z] drwxr-xr-x 3 1001 1001 4096 Jul 1 16:17 .semver [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 166 Jul 1 16:16 .sonarcloud.properties [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 1171 Jul 1 16:16 ADOPTERS.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 10347 Jul 1 16:16 Attribution.txt [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 63209 Jul 1 16:16 CHANGELOG.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 3804 Jul 1 16:16 CONTRIBUTING.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 677 Jul 1 16:16 GOVERNANCE.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 850 Jul 1 16:16 Jenkinsfile [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 10775 Jul 1 16:16 LICENSE [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 10389 Jul 1 16:16 Makefile [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 582 Jul 1 16:16 OWNERS.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 9094 Jul 1 16:16 README.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 6912 Jul 1 16:16 SECURITY.md [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 12 Jul 1 16:17 VERSION [2022-07-01T16:19:06.873Z] -rw-rw-r-- 1 1001 1001 4131 Jul 1 16:16 ZMQWindows.md [2022-07-01T16:19:06.873Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 16:16 bin [2022-07-01T16:19:06.874Z] drwxrwxr-x 18 1001 1001 4096 Jul 1 16:16 cmd [2022-07-01T16:19:06.874Z] -rw-r--r-- 1 root root 435593 Jul 1 16:18 coverage.out [2022-07-01T16:19:06.874Z] -rw-rw-r-- 1 1001 1001 3311 Jul 1 16:16 go.mod [2022-07-01T16:19:06.874Z] -rw-rw-r-- 1 1001 1001 36231 Jul 1 16:17 go.sum [2022-07-01T16:19:06.874Z] drwxrwxr-x 8 1001 1001 4096 Jul 1 16:16 internal [2022-07-01T16:19:06.874Z] drwxrwxr-x 3 1001 1001 4096 Jul 1 16:16 openapi [2022-07-01T16:19:06.874Z] drwxrwxr-x 4 1001 1001 4096 Jul 1 16:16 snap [2022-07-01T16:19:06.874Z] -rw-rw-r-- 1 1001 1001 204 Jul 1 16:16 version.go [Pipeline] sh [2022-07-01T16:19:07.161Z] + '[' -e coverage.out ] [2022-07-01T16:19:07.161Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-01T16:19:07.254Z] Stashed 1 file(s) [Pipeline] sh [2022-07-01T16:19:07.532Z] + make build [2022-07-01T16:19:07.532Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-01T16:19:22.439Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-01T16:19:30.558Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-01T16:19:30.558Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-01T16:19:37.131Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-01T16:19:37.131Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-01T16:19:37.700Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-01T16:19:39.098Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-01T16:19:39.668Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-01T16:19:40.606Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-01T16:19:41.549Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-01T16:19:42.119Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-01T16:19:44.029Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-07-01T16:19:45.432Z] $ docker stop --time=1 5e5514fc0725258ae80d0a5da6e13208fd071daef14f9865a74f43a28460d0e8 [2022-07-01T16:19:47.623Z] $ docker rm -f 5e5514fc0725258ae80d0a5da6e13208fd071daef14f9865a74f43a28460d0e8 [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-01T16:19:48.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-01T16:19:48.512Z] [2022-07-01T16:19:48.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:19:48.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-01T16:19:48.807Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-01T16:19:48.807Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-01T16:19:48.807Z] ca9280d653b3: Pulling fs layer [2022-07-01T16:19:48.807Z] 7e9c9ca2126c: Pulling fs layer [2022-07-01T16:19:48.807Z] cbdbe7a5bc2a: Verifying Checksum [2022-07-01T16:19:48.807Z] cbdbe7a5bc2a: Download complete [2022-07-01T16:19:49.066Z] ca9280d653b3: Verifying Checksum [2022-07-01T16:19:49.066Z] ca9280d653b3: Download complete [2022-07-01T16:19:49.066Z] cbdbe7a5bc2a: Pull complete [2022-07-01T16:19:49.634Z] 7e9c9ca2126c: Download complete [2022-07-01T16:19:49.634Z] ca9280d653b3: Pull complete [2022-07-01T16:19:52.926Z] 7e9c9ca2126c: Pull complete [2022-07-01T16:19:52.926Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-01T16:19:52.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-01T16:19:52.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:19:53.014Z] prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container [2022-07-01T16:19:53.046Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-01T16:19:54.298Z] $ docker top b9faf36bb99bcf2e0df6bf55913f1059fff0afb656c3788b69520441deb0042f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:19:54.654Z] + docker-compose+ build --helpgrep [2022-07-01T16:19:54.654Z] parallel [2022-07-01T16:19:55.223Z] --parallel Build images in parallel. [Pipeline] } [2022-07-01T16:19:55.494Z] $ docker stop --time=1 b9faf36bb99bcf2e0df6bf55913f1059fff0afb656c3788b69520441deb0042f [2022-07-01T16:19:56.802Z] $ docker rm -f b9faf36bb99bcf2e0df6bf55913f1059fff0afb656c3788b69520441deb0042f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:19:57.208Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-01T16:19:57.208Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:19:57.296Z] prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container [2022-07-01T16:19:57.333Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-01T16:19:57.706Z] $ docker top 05d130a850fc0ad0058745b0f304cbec0147c41603ed074fa9bd95e5aee17411 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:19:58.070Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-01T16:19:58.641Z] Building core-command ... [2022-07-01T16:19:58.641Z] Building core-data ... [2022-07-01T16:19:58.641Z] Building core-metadata ... [2022-07-01T16:19:58.641Z] Building security-bootstrapper ... [2022-07-01T16:19:58.641Z] Building security-proxy-setup ... [2022-07-01T16:19:58.641Z] Building security-secretstore-setup ... [2022-07-01T16:19:58.641Z] Building security-spiffe-token-provider ... [2022-07-01T16:19:58.641Z] Building security-spire-agent ... [2022-07-01T16:19:58.641Z] Building security-spire-config ... [2022-07-01T16:19:58.641Z] Building security-spire-server ... [2022-07-01T16:19:58.641Z] Building support-notifications ... [2022-07-01T16:19:58.641Z] Building support-scheduler ... [2022-07-01T16:19:58.641Z] Building sys-mgmt-agent ... [2022-07-01T16:19:58.641Z] Building security-spire-server [2022-07-01T16:19:58.641Z] Building core-metadata [2022-07-01T16:19:58.641Z] Building security-spire-config [2022-07-01T16:19:58.641Z] Building security-spiffe-token-provider [2022-07-01T16:19:58.641Z] Building security-spire-agent [2022-07-01T16:20:16.757Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:16.757Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:16.757Z] ---> 1100a7179234 [2022-07-01T16:20:16.757Z] Step 3/26 : WORKDIR /edgex-go [2022-07-01T16:20:16.757Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:16.757Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:16.757Z] ---> 1100a7179234 [2022-07-01T16:20:16.757Z] Step 3/20 : WORKDIR /edgex-go [2022-07-01T16:20:16.757Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:16.757Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:16.757Z] ---> 1100a7179234 [2022-07-01T16:20:16.757Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:20:16.757Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:16.757Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:16.757Z] ---> 1100a7179234 [2022-07-01T16:20:16.757Z] Step 3/25 : WORKDIR /edgex-go [2022-07-01T16:20:16.757Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:16.757Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:16.757Z] ---> 1100a7179234 [2022-07-01T16:20:16.757Z] Step 3/26 : WORKDIR /edgex-go [2022-07-01T16:20:19.298Z] ---> Running in 2f1d43ab780d [2022-07-01T16:20:19.298Z] ---> Running in 9476ac23d42c [2022-07-01T16:20:19.298Z] ---> Running in 7f22ec4969ea [2022-07-01T16:20:19.298Z] ---> Running in ccb3f6801052 [2022-07-01T16:20:19.298Z] ---> Running in 4df5f9a44efc [2022-07-01T16:20:19.298Z] Removing intermediate container 2f1d43ab780d [2022-07-01T16:20:19.298Z] ---> bfaaf06b6d21 [2022-07-01T16:20:19.298Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:19.298Z] Removing intermediate container 7f22ec4969ea [2022-07-01T16:20:19.298Z] ---> f2f107efa5ad [2022-07-01T16:20:19.298Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:19.298Z] Removing intermediate container ccb3f6801052 [2022-07-01T16:20:19.298Z] ---> 13182f9f64ac [2022-07-01T16:20:19.298Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:19.298Z] Removing intermediate container 4df5f9a44efc [2022-07-01T16:20:19.298Z] ---> 503d90e857f3 [2022-07-01T16:20:19.298Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:19.298Z] Removing intermediate container 9476ac23d42c [2022-07-01T16:20:19.298Z] ---> 5b06e3c93b19 [2022-07-01T16:20:19.298Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-01T16:20:19.298Z] ---> Running in 8fba79a77ee6 [2022-07-01T16:20:19.298Z] ---> Running in cbaa430f9303 [2022-07-01T16:20:19.298Z] ---> Running in 405644f4be6e [2022-07-01T16:20:19.298Z] ---> Running in a2c8a0e7a69b [2022-07-01T16:20:19.298Z] ---> Running in cacdf4fb3574 [2022-07-01T16:20:19.866Z] Removing intermediate container 8fba79a77ee6 [2022-07-01T16:20:19.866Z] ---> 7c4c94360159 [2022-07-01T16:20:19.866Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-01T16:20:19.866Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:19.866Z] ---> Running in 8bfb7ce941f6 [2022-07-01T16:20:20.434Z] Removing intermediate container 405644f4be6e [2022-07-01T16:20:20.434Z] ---> e751bbf98cb0 [2022-07-01T16:20:20.434Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-01T16:20:20.434Z] ---> Running in 9f721d5800e3 [2022-07-01T16:20:20.434Z] Removing intermediate container cbaa430f9303 [2022-07-01T16:20:20.434Z] ---> a659626ad2d3 [2022-07-01T16:20:20.434Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-01T16:20:20.693Z] ---> Running in 00c4ee18450a [2022-07-01T16:20:20.693Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:20.693Z] Removing intermediate container cacdf4fb3574 [2022-07-01T16:20:20.693Z] ---> d329599df143 [2022-07-01T16:20:20.693Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-01T16:20:20.693Z] ---> Running in 6cf5971935fc [2022-07-01T16:20:20.955Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:20.955Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:20.955Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:20.955Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:21.217Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:20:21.217Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:20:21.217Z] OK: 15866 distinct packages available [2022-07-01T16:20:21.217Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:21.483Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:21.751Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:21.751Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:21.751Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:21.751Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:22.015Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:22.015Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:22.015Z] Removing intermediate container 8bfb7ce941f6 [2022-07-01T16:20:22.015Z] ---> 13aca5d106b0 [2022-07-01T16:20:22.015Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-01T16:20:22.275Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:22.275Z] ---> 69a0f7977709 [2022-07-01T16:20:22.275Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:22.275Z] ---> Running in ba00834e144e [2022-07-01T16:20:22.535Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:22.535Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:22.535Z] Removing intermediate container 00c4ee18450a [2022-07-01T16:20:22.535Z] ---> 4c8481463c1e [2022-07-01T16:20:22.535Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-01T16:20:22.535Z] Removing intermediate container 9f721d5800e3 [2022-07-01T16:20:22.535Z] ---> 38d604d81234 [2022-07-01T16:20:22.535Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:20:22.795Z] ---> 8a787f16ae2c [2022-07-01T16:20:22.795Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:22.795Z] ---> Running in 99a7de1f331c [2022-07-01T16:20:22.795Z] ---> 7bc0b7f05276 [2022-07-01T16:20:22.795Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:22.795Z] ---> Running in c06b15fdd271 [2022-07-01T16:20:22.795Z] Removing intermediate container 6cf5971935fc [2022-07-01T16:20:22.795Z] ---> dc36685368de [2022-07-01T16:20:22.795Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-01T16:20:23.054Z] Removing intermediate container a2c8a0e7a69b [2022-07-01T16:20:23.054Z] ---> d7b4ae651a1c [2022-07-01T16:20:23.054Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-01T16:20:23.054Z] ---> fe57b791cb31 [2022-07-01T16:20:23.054Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:23.054Z] ---> Running in fec6a33419a2 [2022-07-01T16:20:23.313Z] ---> bfaec92b64ac [2022-07-01T16:20:23.313Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:23.313Z] ---> Running in c84cfdb44132 [2022-07-01T16:20:23.880Z] Removing intermediate container ba00834e144e [2022-07-01T16:20:23.880Z] ---> 2325b340a6b6 [2022-07-01T16:20:23.880Z] Step 8/26 : COPY . . [2022-07-01T16:20:25.270Z] Removing intermediate container c06b15fdd271 [2022-07-01T16:20:25.270Z] ---> b5c05d7f0ecf [2022-07-01T16:20:25.270Z] Step 8/23 : COPY . . [2022-07-01T16:20:25.270Z] Removing intermediate container 99a7de1f331c [2022-07-01T16:20:25.270Z] ---> d0ec19083ff5 [2022-07-01T16:20:25.270Z] Step 8/26 : COPY . . [2022-07-01T16:20:25.528Z] Removing intermediate container fec6a33419a2 [2022-07-01T16:20:25.528Z] ---> cf262f959b52 [2022-07-01T16:20:25.528Z] Step 8/25 : COPY . . [2022-07-01T16:20:25.528Z] Removing intermediate container c84cfdb44132 [2022-07-01T16:20:25.528Z] ---> de6b2fa0561e [2022-07-01T16:20:25.528Z] Step 7/20 : COPY . . [2022-07-01T16:20:35.534Z] ---> 27f2ae9d2ef6 [2022-07-01T16:20:35.534Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-01T16:20:35.534Z] ---> 47cf4073196c [2022-07-01T16:20:35.534Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-01T16:20:35.534Z] ---> 6dc6fcba0e55 [2022-07-01T16:20:35.534Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-01T16:20:35.534Z] ---> Running in ba3cb69eeacf [2022-07-01T16:20:35.534Z] ---> Running in 72b13d3e39ad [2022-07-01T16:20:35.534Z] ---> 4bfc8e51feb4 [2022-07-01T16:20:35.534Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-01T16:20:35.534Z] ---> 1541a1827109 [2022-07-01T16:20:35.534Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-01T16:20:35.534Z] ---> Running in 43a1889eb81d [2022-07-01T16:20:35.534Z] ---> Running in d47565329564 [2022-07-01T16:20:35.534Z] ---> Running in ffc00243c4ca [2022-07-01T16:20:35.534Z] Removing intermediate container ba3cb69eeacf [2022-07-01T16:20:35.534Z] ---> 9cb9b6dad858 [2022-07-01T16:20:35.534Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-01T16:20:35.534Z] Removing intermediate container 72b13d3e39ad [2022-07-01T16:20:35.534Z] ---> 58812633f001 [2022-07-01T16:20:35.534Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-01T16:20:35.534Z] Removing intermediate container 43a1889eb81d [2022-07-01T16:20:35.534Z] ---> 19b5cdf26554 [2022-07-01T16:20:35.534Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-01T16:20:35.534Z] ---> Running in 870946e9b519 [2022-07-01T16:20:35.534Z] ---> Running in a32acbd8fa9d [2022-07-01T16:20:35.534Z] ---> Running in 948042c87c9c [2022-07-01T16:20:35.794Z] Removing intermediate container 870946e9b519 [2022-07-01T16:20:35.794Z] ---> 332844f75ded [2022-07-01T16:20:35.794Z] 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-01T16:20:35.794Z] Removing intermediate container a32acbd8fa9d [2022-07-01T16:20:35.794Z] ---> d02c2c172eb6 [2022-07-01T16:20:35.794Z] 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-01T16:20:35.794Z] Removing intermediate container 948042c87c9c [2022-07-01T16:20:35.794Z] ---> 48fe93485934 [2022-07-01T16:20:35.794Z] 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-01T16:20:35.794Z] ---> Running in 4306a11e83ff [2022-07-01T16:20:35.794Z] ---> Running in d2d4269d6d86 [2022-07-01T16:20:35.794Z] ---> Running in bb2f3b623106 [2022-07-01T16:20:36.053Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-01T16:20:36.053Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-01T16:20:36.994Z] Removing intermediate container 4306a11e83ff [2022-07-01T16:20:36.994Z] ---> f34fefcfb127 [2022-07-01T16:20:36.994Z] Step 12/26 : WORKDIR /edgex-go [2022-07-01T16:20:36.994Z] ---> Running in 0f98cbf5ed7d [2022-07-01T16:20:36.994Z] Removing intermediate container d2d4269d6d86 [2022-07-01T16:20:36.994Z] ---> 3a1f2088aa4d [2022-07-01T16:20:36.994Z] Step 12/25 : WORKDIR /edgex-go [2022-07-01T16:20:36.994Z] Removing intermediate container bb2f3b623106 [2022-07-01T16:20:36.994Z] ---> 5da51c404f81 [2022-07-01T16:20:36.994Z] Step 12/26 : WORKDIR /edgex-go [2022-07-01T16:20:36.994Z] ---> Running in 0ca0d50411ca [2022-07-01T16:20:36.994Z] ---> Running in b774ba174a95 [2022-07-01T16:20:37.254Z] Removing intermediate container 0f98cbf5ed7d [2022-07-01T16:20:37.254Z] ---> 31690750b3ec [2022-07-01T16:20:37.254Z] [2022-07-01T16:20:37.254Z] Step 13/26 : FROM alpine:3.15 [2022-07-01T16:20:37.254Z] Removing intermediate container 0ca0d50411ca [2022-07-01T16:20:37.254Z] ---> b31993b8db45 [2022-07-01T16:20:37.254Z] [2022-07-01T16:20:37.254Z] Step 13/25 : FROM alpine:3.15 [2022-07-01T16:20:37.254Z] 3.15: Pulling from library/alpine [2022-07-01T16:20:37.254Z] Removing intermediate container b774ba174a95 [2022-07-01T16:20:37.254Z] ---> e243e6aad1bf [2022-07-01T16:20:37.254Z] [2022-07-01T16:20:37.254Z] Step 13/26 : FROM alpine:3.15 [2022-07-01T16:20:37.254Z] 3.15: Pulling from library/alpine [2022-07-01T16:20:37.254Z] 3.15: Pulling from library/alpine [2022-07-01T16:20:37.541Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-01T16:20:37.541Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-01T16:20:37.541Z] Status: Downloaded newer image for alpine:3.15 [2022-07-01T16:20:37.541Z] Status: Image is up to date for alpine:3.15 [2022-07-01T16:20:37.541Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-01T16:20:37.541Z] Status: Image is up to date for alpine:3.15 [2022-07-01T16:20:37.541Z] ---> 0ac33e5f5afa [2022-07-01T16:20:37.541Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:20:37.541Z] ---> 0ac33e5f5afa [2022-07-01T16:20:37.541Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:20:37.801Z] ---> 0ac33e5f5afa [2022-07-01T16:20:37.801Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:20:37.801Z] ---> Running in 2517329b5c00 [2022-07-01T16:20:37.801Z] ---> Running in 7a80fda197dd [2022-07-01T16:20:37.801Z] ---> Running in 444855fa9f22 [2022-07-01T16:20:37.801Z] Removing intermediate container 2517329b5c00 [2022-07-01T16:20:37.801Z] ---> 4bee38406aeb [2022-07-01T16:20:37.801Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:37.801Z] ---> Running in 7621f9b13c8a [2022-07-01T16:20:38.060Z] Removing intermediate container 7a80fda197dd [2022-07-01T16:20:38.060Z] ---> 5e48cca945b6 [2022-07-01T16:20:38.060Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:38.060Z] Removing intermediate container 444855fa9f22 [2022-07-01T16:20:38.060Z] ---> fd5466cb50d5 [2022-07-01T16:20:38.060Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:38.060Z] ---> Running in 2d6a28d53a2c [2022-07-01T16:20:38.060Z] ---> Running in 4cc329fcca6c [2022-07-01T16:20:39.006Z] Removing intermediate container 7621f9b13c8a [2022-07-01T16:20:39.006Z] ---> ed6faea7dff1 [2022-07-01T16:20:39.006Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-01T16:20:39.006Z] ---> Running in 3423da6c854d [2022-07-01T16:20:39.006Z] Removing intermediate container 4cc329fcca6c [2022-07-01T16:20:39.006Z] ---> e765028dd0c4 [2022-07-01T16:20:39.006Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-01T16:20:39.266Z] ---> Running in b7c9de03e422 [2022-07-01T16:20:39.266Z] Removing intermediate container 2d6a28d53a2c [2022-07-01T16:20:39.266Z] ---> 1c2f2b401961 [2022-07-01T16:20:39.266Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-01T16:20:39.266Z] ---> Running in 9c3b0966b2ee [2022-07-01T16:20:39.838Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:40.098Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:40.098Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:41.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:41.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:41.040Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:41.299Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:20:41.299Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:20:41.299Z] OK: 15859 distinct packages available [2022-07-01T16:20:41.299Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:41.299Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:20:41.299Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:20:41.299Z] OK: 15859 distinct packages available [2022-07-01T16:20:41.299Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:41.299Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:20:41.299Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:20:41.299Z] OK: 15859 distinct packages available [2022-07-01T16:20:41.299Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:42.238Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:42.238Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:42.238Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:42.497Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-01T16:20:42.497Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:20:42.497Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-01T16:20:42.497Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-01T16:20:42.762Z] (3/4) Installing libucontext (1.1-r0) [2022-07-01T16:20:42.762Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:20:42.762Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:20:42.762Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-01T16:20:42.762Z] (3/5) Installing libucontext (1.1-r0) [2022-07-01T16:20:42.762Z] (3/5) Installing libucontext (1.1-r0) [2022-07-01T16:20:42.762Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:20:42.762Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-01T16:20:42.762Z] OK: 6 MiB in 18 packages [2022-07-01T16:20:43.026Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-01T16:20:43.026Z] (5/5) Installing openssl (1.1.1o-r0) [2022-07-01T16:20:43.026Z] (5/5) Installing openssl (1.1.1o-r0) [2022-07-01T16:20:43.026Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:20:43.026Z] ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') [2022-07-01T16:20:43.026Z] 1 error; 6 MiB in 18 packages [2022-07-01T16:20:43.026Z] ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') [2022-07-01T16:20:43.026Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:20:43.026Z] 1 error; 6 MiB in 18 packages [2022-07-01T16:20:43.967Z] Removing intermediate container 9c3b0966b2ee [2022-07-01T16:20:43.967Z] ---> 1100888333af [2022-07-01T16:20:43.967Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-01T16:20:43.967Z] Building support-scheduler [2022-07-01T16:20:43.967Z] Building sys-mgmt-agent [2022-07-01T16:20:52.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:52.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:52.105Z] ---> 1100a7179234 [2022-07-01T16:20:52.105Z] Step 3/22 : WORKDIR /edgex-go [2022-07-01T16:20:52.105Z] ---> Using cache [2022-07-01T16:20:52.105Z] ---> 503d90e857f3 [2022-07-01T16:20:52.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:52.105Z] ---> Using cache [2022-07-01T16:20:52.105Z] ---> d329599df143 [2022-07-01T16:20:52.105Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-01T16:20:52.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:20:52.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:20:52.105Z] ---> 1100a7179234 [2022-07-01T16:20:52.105Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:20:52.105Z] ---> Using cache [2022-07-01T16:20:52.105Z] ---> 503d90e857f3 [2022-07-01T16:20:52.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:20:52.105Z] ---> Using cache [2022-07-01T16:20:52.105Z] ---> d329599df143 [2022-07-01T16:20:52.105Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-01T16:20:53.496Z] ---> 1676f4137e73 [2022-07-01T16:20:53.496Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-01T16:20:53.496Z] ---> Running in 60fde52e590a [2022-07-01T16:20:53.496Z] ---> Running in dca8f8fc7e04 [2022-07-01T16:20:53.758Z] ---> 852e5f757745 [2022-07-01T16:20:53.758Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-01T16:20:53.758Z] ---> Running in 81d1290eab52 [2022-07-01T16:20:54.017Z] Removing intermediate container 81d1290eab52 [2022-07-01T16:20:54.017Z] ---> 5d12baad4284 [2022-07-01T16:20:54.017Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-01T16:20:54.017Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:54.017Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:54.586Z] ---> b6d933890e42 [2022-07-01T16:20:54.586Z] Step 21/26 : WORKDIR / [2022-07-01T16:20:54.586Z] ---> Running in 109f4c5982b2 [2022-07-01T16:20:54.846Z] Removing intermediate container 109f4c5982b2 [2022-07-01T16:20:54.846Z] ---> 385c37335d60 [2022-07-01T16:20:54.846Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-01T16:20:55.119Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:55.119Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:55.119Z] ---> Running in 082c0bf77f59 [2022-07-01T16:20:55.119Z] Removing intermediate container d47565329564 [2022-07-01T16:20:55.119Z] ---> c3d86a5800ce [2022-07-01T16:20:55.119Z] [2022-07-01T16:20:55.119Z] Step 10/23 : FROM alpine:3.14 [2022-07-01T16:20:55.119Z] Removing intermediate container 082c0bf77f59 [2022-07-01T16:20:55.119Z] ---> 3537f2ed429b [2022-07-01T16:20:55.119Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-01T16:20:55.119Z] 3.14: Pulling from library/alpine [2022-07-01T16:20:55.379Z] ---> Running in ecb3f0d9f86d [2022-07-01T16:20:55.379Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:55.638Z] Removing intermediate container ecb3f0d9f86d [2022-07-01T16:20:55.638Z] ---> 2fb6f25bf7bf [2022-07-01T16:20:55.638Z] Step 24/26 : LABEL arch=x86_64 [2022-07-01T16:20:55.638Z] OK: 221 MiB in 52 packages [2022-07-01T16:20:55.638Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-01T16:20:55.638Z] Status: Downloaded newer image for alpine:3.14 [2022-07-01T16:20:55.638Z] ---> Running in b57d25bc8f63 [2022-07-01T16:20:55.638Z] ---> e04c818066af [2022-07-01T16:20:55.638Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-01T16:20:55.898Z] ---> Running in 58b55926f77a [2022-07-01T16:20:55.898Z] Removing intermediate container b57d25bc8f63 [2022-07-01T16:20:55.898Z] ---> 55ac22cfdfa0 [2022-07-01T16:20:55.898Z] Step 25/26 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:20:56.158Z] Removing intermediate container 60fde52e590a [2022-07-01T16:20:56.158Z] ---> e110589574ff [2022-07-01T16:20:56.158Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-01T16:20:56.158Z] ---> Running in 5927bf0d923b [2022-07-01T16:20:56.158Z] Removing intermediate container dca8f8fc7e04 [2022-07-01T16:20:56.158Z] ---> 700befbfd906 [2022-07-01T16:20:56.158Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:20:56.419Z] Removing intermediate container 5927bf0d923b [2022-07-01T16:20:56.419Z] ---> 0bffba82f9f0 [2022-07-01T16:20:56.419Z] Step 26/26 : LABEL version=2.2.1-dev.17 [2022-07-01T16:20:56.419Z] ---> 7f64671a3ec1 [2022-07-01T16:20:56.419Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:56.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:56.419Z] ---> Running in 635f000c676a [2022-07-01T16:20:56.419Z] ---> Running in 64725c65f04b [2022-07-01T16:20:56.419Z] ---> b57fe7dd50a8 [2022-07-01T16:20:56.419Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:20:56.419Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:20:56.678Z] ---> Running in a35041518191 [2022-07-01T16:20:56.678Z] Removing intermediate container 635f000c676a [2022-07-01T16:20:56.678Z] ---> 579a48fa5cb8 [2022-07-01T16:20:56.678Z] [2022-07-01T16:20:56.678Z] Successfully built 579a48fa5cb8 [2022-07-01T16:20:56.678Z] Successfully tagged security-spire-config:latest [2022-07-01T16:20:56.678Z]  Building security-spire-config ... done Building support-notifications [2022-07-01T16:20:56.678Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-01T16:20:56.678Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:20:56.678Z] OK: 6 MiB in 15 packages [2022-07-01T16:21:00.878Z] Removing intermediate container 58b55926f77a [2022-07-01T16:21:00.879Z] ---> 7d38126ecca8 [2022-07-01T16:21:00.879Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:21:00.879Z] Removing intermediate container 64725c65f04b [2022-07-01T16:21:00.879Z] ---> 18f32d6b82bd [2022-07-01T16:21:00.879Z] Step 8/22 : COPY . . [2022-07-01T16:21:00.879Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:21:00.879Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:21:00.879Z] ---> 1100a7179234 [2022-07-01T16:21:00.879Z] Step 3/22 : WORKDIR /edgex-go [2022-07-01T16:21:00.879Z] ---> Using cache [2022-07-01T16:21:00.879Z] ---> 503d90e857f3 [2022-07-01T16:21:00.879Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:21:00.879Z] ---> Using cache [2022-07-01T16:21:00.879Z] ---> d329599df143 [2022-07-01T16:21:00.879Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-01T16:21:00.879Z] Removing intermediate container a35041518191 [2022-07-01T16:21:00.879Z] ---> 688d69cb23f4 [2022-07-01T16:21:00.879Z] Step 8/23 : COPY . . [2022-07-01T16:21:00.879Z] Removing intermediate container ffc00243c4ca [2022-07-01T16:21:00.879Z] ---> 2512c368b03a [2022-07-01T16:21:00.879Z] [2022-07-01T16:21:00.879Z] Step 9/20 : FROM alpine:3.15 [2022-07-01T16:21:00.879Z] ---> 0ac33e5f5afa [2022-07-01T16:21:00.879Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:21:00.879Z] ---> Using cache [2022-07-01T16:21:00.879Z] ---> fd5466cb50d5 [2022-07-01T16:21:00.879Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:21:00.879Z] ---> Using cache [2022-07-01T16:21:00.879Z] ---> 1c2f2b401961 [2022-07-01T16:21:00.879Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-01T16:21:00.879Z] ---> Running in 5ff0dfca402c [2022-07-01T16:21:00.879Z] ---> Running in 642996c5d1d6 [2022-07-01T16:21:00.879Z] ---> Running in c7813928f0ef [2022-07-01T16:21:02.258Z] Removing intermediate container 5ff0dfca402c [2022-07-01T16:21:02.258Z] ---> 368d20f8a39c [2022-07-01T16:21:02.258Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-01T16:21:07.631Z] ---> Running in e8d917e450c3 [2022-07-01T16:21:07.632Z] Removing intermediate container e8d917e450c3 [2022-07-01T16:21:07.632Z] ---> 36fd1f1827a8 [2022-07-01T16:21:07.632Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-01T16:21:07.632Z] ---> bcaf93023f34 [2022-07-01T16:21:07.632Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-01T16:21:07.632Z] ---> 29b4c8d0ba23 [2022-07-01T16:21:07.632Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-01T16:21:07.632Z] ---> Running in 77ad9561bd33 [2022-07-01T16:21:07.632Z] ---> Running in 750a392e0657 [2022-07-01T16:21:07.632Z] ---> Running in 1d142535edd0 [2022-07-01T16:21:07.632Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:07.632Z] Removing intermediate container 77ad9561bd33 [2022-07-01T16:21:07.632Z] ---> 413e3c38ca50 [2022-07-01T16:21:07.632Z] Step 15/23 : WORKDIR / [2022-07-01T16:21:07.632Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:07.632Z] ---> Running in e37d457b2ac7 [2022-07-01T16:21:07.891Z] Removing intermediate container e37d457b2ac7 [2022-07-01T16:21:07.891Z] ---> 5cee7a6ff0d7 [2022-07-01T16:21:07.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:21:07.891Z] ---> 831df63a523a [2022-07-01T16:21:07.891Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-01T16:21:08.166Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-01T16:21:08.166Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-01T16:21:08.426Z] ---> e4cc5136eb69 [2022-07-01T16:21:08.426Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-01T16:21:08.426Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:08.691Z] ---> 220f3e5c7393 [2022-07-01T16:21:08.691Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-01T16:21:08.691Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:08.691Z] ---> Running in de798b4be0c3 [2022-07-01T16:21:08.691Z] OK: 221 MiB in 52 packages [2022-07-01T16:21:08.691Z] Removing intermediate container de798b4be0c3 [2022-07-01T16:21:08.691Z] ---> f81f710982d6 [2022-07-01T16:21:08.691Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:21:08.950Z] ---> Running in d346f87c73c1 [2022-07-01T16:21:08.950Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:21:08.950Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:21:08.950Z] OK: 15859 distinct packages available [2022-07-01T16:21:08.950Z] Removing intermediate container d346f87c73c1 [2022-07-01T16:21:08.950Z] ---> 766e12fc6481 [2022-07-01T16:21:08.950Z] Step 21/23 : LABEL arch=x86_64 [2022-07-01T16:21:08.950Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:08.950Z] ---> Running in 4f1cc248d0e9 [2022-07-01T16:21:09.210Z] Removing intermediate container 642996c5d1d6 [2022-07-01T16:21:09.210Z] ---> 64a307f7d777 [2022-07-01T16:21:09.210Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-01T16:21:09.210Z] Removing intermediate container 4f1cc248d0e9 [2022-07-01T16:21:09.210Z] ---> 7891db76fd76 [2022-07-01T16:21:09.210Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:21:09.210Z] ---> Running in e9a3e481179f [2022-07-01T16:21:09.210Z] ---> a413868c9106 [2022-07-01T16:21:09.210Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:21:09.470Z] ---> Running in 4a6ee95ff948 [2022-07-01T16:21:09.470Z] Removing intermediate container e9a3e481179f [2022-07-01T16:21:09.470Z] ---> 4f957de26cb5 [2022-07-01T16:21:09.470Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:21:09.470Z] ---> Running in 376cc7eccd6c [2022-07-01T16:21:09.729Z] Removing intermediate container 376cc7eccd6c [2022-07-01T16:21:09.729Z] ---> d61cba09b504 [2022-07-01T16:21:09.729Z] [2022-07-01T16:21:09.729Z] Successfully built d61cba09b504 [2022-07-01T16:21:09.729Z] Successfully tagged core-metadata:latest [2022-07-01T16:21:09.729Z]  Building core-metadata ... done Building core-data [2022-07-01T16:21:09.729Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:10.299Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-01T16:21:10.299Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-01T16:21:10.299Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-01T16:21:10.559Z] (4/9) Installing libcurl (7.80.0-r1) [2022-07-01T16:21:10.560Z] (5/9) Installing curl (7.80.0-r1) [2022-07-01T16:21:10.560Z] ERROR: libcurl-7.80.0-r1: package mentioned in index not found (try 'apk update') [2022-07-01T16:21:11.129Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-01T16:21:11.129Z] ERROR: curl-7.80.0-r1: package mentioned in index not found (try 'apk update') [2022-07-01T16:21:11.389Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:21:11.648Z] (8/9) Installing libucontext (1.1-r0) [2022-07-01T16:21:11.648Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-01T16:21:11.908Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:21:11.908Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:21:11.908Z] 2 errors; 7 MiB in 21 packages [2022-07-01T16:21:13.289Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:21:13.289Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:21:13.289Z] ---> 1100a7179234 [2022-07-01T16:21:13.289Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:21:13.289Z] ---> Using cache [2022-07-01T16:21:13.289Z] ---> 503d90e857f3 [2022-07-01T16:21:13.289Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:21:13.289Z] ---> Using cache [2022-07-01T16:21:13.289Z] ---> d329599df143 [2022-07-01T16:21:13.289Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-01T16:21:14.668Z] ---> Running in 3be885c87810 [2022-07-01T16:21:14.668Z] Building security-bootstrapper [2022-07-01T16:21:14.668Z] Removing intermediate container 4a6ee95ff948 [2022-07-01T16:21:14.668Z] ---> 6cfc2ed48c46 [2022-07-01T16:21:14.668Z] Step 8/22 : COPY . . [2022-07-01T16:21:15.609Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:16.180Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:16.747Z] OK: 221 MiB in 52 packages [2022-07-01T16:21:23.324Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:21:23.324Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:21:23.324Z] ---> 1100a7179234 [2022-07-01T16:21:23.324Z] Step 3/31 : WORKDIR /edgex-go [2022-07-01T16:21:23.324Z] ---> Using cache [2022-07-01T16:21:23.324Z] ---> 503d90e857f3 [2022-07-01T16:21:23.324Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:21:23.324Z] ---> Using cache [2022-07-01T16:21:23.324Z] ---> d329599df143 [2022-07-01T16:21:23.324Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-01T16:21:23.324Z] ---> Using cache [2022-07-01T16:21:23.324Z] ---> e110589574ff [2022-07-01T16:21:23.324Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-01T16:21:23.324Z] ---> Using cache [2022-07-01T16:21:23.324Z] ---> 7f64671a3ec1 [2022-07-01T16:21:23.324Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:21:23.324Z] ---> Using cache [2022-07-01T16:21:23.324Z] ---> 18f32d6b82bd [2022-07-01T16:21:23.324Z] Step 8/31 : COPY . . [2022-07-01T16:21:23.324Z] ---> Using cache [2022-07-01T16:21:23.324Z] ---> bcaf93023f34 [2022-07-01T16:21:23.324Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-01T16:21:25.871Z] ---> Running in 842737a0709c [2022-07-01T16:21:25.871Z] Removing intermediate container 3be885c87810 [2022-07-01T16:21:25.871Z] ---> 7d244abad770 [2022-07-01T16:21:25.871Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:21:25.871Z] ---> 2d9a3ffb0fe1 [2022-07-01T16:21:25.871Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-01T16:21:25.871Z] ---> Running in 28f07b733f14 [2022-07-01T16:21:26.130Z] ---> 3c6fe0648220 [2022-07-01T16:21:26.130Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:21:26.130Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-01T16:21:26.130Z] ---> Running in 06f963e69f38 [2022-07-01T16:21:26.130Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-01T16:21:28.044Z] Removing intermediate container 750a392e0657 [2022-07-01T16:21:28.044Z] ---> 839a03baa23a [2022-07-01T16:21:28.044Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-01T16:21:28.044Z] ---> Running in ba790e9f2e3e [2022-07-01T16:21:28.044Z] Removing intermediate container 06f963e69f38 [2022-07-01T16:21:28.044Z] ---> b97a71057899 [2022-07-01T16:21:28.044Z] Step 8/23 : COPY . . [2022-07-01T16:21:28.986Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-01T16:21:33.196Z] Removing intermediate container 1d142535edd0 [2022-07-01T16:21:33.196Z] ---> 58ea69bfa82e [2022-07-01T16:21:33.196Z] [2022-07-01T16:21:33.196Z] Step 10/22 : FROM alpine:3.14 [2022-07-01T16:21:33.196Z] ---> e04c818066af [2022-07-01T16:21:33.196Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-01T16:21:33.196Z] ---> Using cache [2022-07-01T16:21:33.196Z] ---> 7d38126ecca8 [2022-07-01T16:21:33.196Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:21:33.196Z] ---> Using cache [2022-07-01T16:21:33.196Z] ---> 368d20f8a39c [2022-07-01T16:21:33.196Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-01T16:21:33.455Z] Removing intermediate container ba790e9f2e3e [2022-07-01T16:21:33.455Z] ---> d5e1e4dc00e5 [2022-07-01T16:21:33.455Z] [2022-07-01T16:21:33.455Z] Step 11/23 : FROM docker:20.10.14 [2022-07-01T16:21:33.718Z] ---> Running in e47d947f6a36 [2022-07-01T16:21:33.718Z] 20.10.14: Pulling from library/docker [2022-07-01T16:21:34.306Z] Removing intermediate container e47d947f6a36 [2022-07-01T16:21:34.306Z] ---> ba0a3fcab900 [2022-07-01T16:21:34.306Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-01T16:21:34.570Z] ---> Running in 94218790a919 [2022-07-01T16:21:35.137Z] Removing intermediate container 94218790a919 [2022-07-01T16:21:35.137Z] ---> f9f5e89d1cc7 [2022-07-01T16:21:35.137Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:21:36.077Z] ---> 7a923fa9745a [2022-07-01T16:21:36.077Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-01T16:21:36.077Z] ---> 7cbb7b91160d [2022-07-01T16:21:36.077Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-01T16:21:36.077Z] ---> Running in 6f4b686d2c99 [2022-07-01T16:21:37.460Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-01T16:21:38.840Z] ---> 4faf11611d68 [2022-07-01T16:21:38.840Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-01T16:21:39.098Z] ---> 9d03a1997a36 [2022-07-01T16:21:39.098Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-01T16:21:39.098Z] ---> Running in f332f47675ae [2022-07-01T16:21:39.360Z] Removing intermediate container f332f47675ae [2022-07-01T16:21:39.360Z] ---> b2f761d3438f [2022-07-01T16:21:39.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:21:39.620Z] ---> Running in 6709273f89b0 [2022-07-01T16:21:39.878Z] Removing intermediate container 6709273f89b0 [2022-07-01T16:21:39.878Z] ---> ed38d68a7883 [2022-07-01T16:21:39.878Z] Step 20/22 : LABEL arch=x86_64 [2022-07-01T16:21:40.154Z] ---> Running in 8b41ad340e54 [2022-07-01T16:21:40.414Z] Removing intermediate container 8b41ad340e54 [2022-07-01T16:21:40.414Z] ---> 0fe9aa6bace4 [2022-07-01T16:21:40.414Z] Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:21:40.414Z] ---> Running in 23a5f7ab413a [2022-07-01T16:21:40.982Z] Removing intermediate container 23a5f7ab413a [2022-07-01T16:21:40.982Z] ---> 004d32091d85 [2022-07-01T16:21:40.982Z] Step 22/22 : LABEL version=2.2.1-dev.17 [2022-07-01T16:21:40.982Z] ---> Running in 093c711319ca [2022-07-01T16:21:41.548Z] Removing intermediate container 093c711319ca [2022-07-01T16:21:41.548Z] ---> 9c14e67a73f5 [2022-07-01T16:21:41.548Z] [2022-07-01T16:21:41.548Z] Successfully built 9c14e67a73f5 [2022-07-01T16:21:41.548Z] Successfully tagged support-scheduler:latest [2022-07-01T16:21:41.548Z] Building security-secretstore-setup [2022-07-01T16:21:41.548Z]  Building support-scheduler ... done Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-01T16:21:41.548Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-01T16:21:41.548Z] ---> 7417809fdb73 [2022-07-01T16:21:41.548Z] 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-01T16:21:42.115Z] ---> Running in 9f11f4584aa0 [2022-07-01T16:21:46.305Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:21:46.305Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:21:46.305Z] ---> 1100a7179234 [2022-07-01T16:21:46.305Z] Step 3/25 : WORKDIR /edgex-go [2022-07-01T16:21:46.305Z] ---> Using cache [2022-07-01T16:21:46.305Z] ---> 503d90e857f3 [2022-07-01T16:21:46.305Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:21:46.305Z] ---> Using cache [2022-07-01T16:21:46.305Z] ---> d329599df143 [2022-07-01T16:21:46.305Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-01T16:21:46.305Z] ---> Using cache [2022-07-01T16:21:46.305Z] ---> e110589574ff [2022-07-01T16:21:46.305Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-01T16:21:46.305Z] ---> Using cache [2022-07-01T16:21:46.305Z] ---> 7f64671a3ec1 [2022-07-01T16:21:46.305Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:21:46.305Z] ---> Using cache [2022-07-01T16:21:46.305Z] ---> 18f32d6b82bd [2022-07-01T16:21:46.305Z] Step 8/25 : COPY . . [2022-07-01T16:21:46.305Z] ---> Using cache [2022-07-01T16:21:46.305Z] ---> bcaf93023f34 [2022-07-01T16:21:46.305Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-01T16:21:48.214Z] Removing intermediate container 9f11f4584aa0 [2022-07-01T16:21:48.214Z] ---> de0071e1187c [2022-07-01T16:21:48.214Z] 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-01T16:21:50.126Z] ---> Running in 9a3fec62264e [2022-07-01T16:21:50.126Z] ---> Running in 09f905ec834a [2022-07-01T16:21:50.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:50.647Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-01T16:21:50.647Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:50.906Z] (1/43) Installing readline (8.1.1-r0) [2022-07-01T16:21:50.906Z] (2/43) Installing bash (5.1.16-r0) [2022-07-01T16:21:50.906Z] Executing bash-5.1.16-r0.post-install [2022-07-01T16:21:50.906Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-01T16:21:50.906Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-01T16:21:50.906Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-01T16:21:50.906Z] (6/43) Installing curl (7.80.0-r2) [2022-07-01T16:21:50.906Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-01T16:21:50.906Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-01T16:21:50.906Z] (9/43) Installing expat (2.4.7-r0) [2022-07-01T16:21:50.906Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-01T16:21:50.906Z] (11/43) Installing gdbm (1.22-r0) [2022-07-01T16:21:50.906Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-01T16:21:50.906Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-01T16:21:50.906Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-01T16:21:50.906Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-01T16:21:50.906Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-01T16:21:50.906Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-01T16:21:51.474Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-01T16:21:51.474Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-01T16:21:51.474Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-01T16:21:51.474Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-01T16:21:51.474Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-01T16:21:51.474Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-01T16:21:51.474Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-01T16:21:51.474Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-01T16:21:51.474Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-01T16:21:51.474Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-01T16:21:51.474Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-01T16:21:51.474Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-01T16:21:51.474Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-01T16:21:51.474Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-01T16:21:51.474Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-01T16:21:51.474Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-01T16:21:51.474Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-01T16:21:51.474Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-01T16:21:51.474Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-01T16:21:51.474Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-01T16:21:51.731Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-01T16:21:51.731Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-01T16:21:51.731Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-01T16:21:51.731Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-01T16:21:51.731Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-01T16:21:51.731Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-01T16:21:51.731Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:21:51.731Z] OK: 83 MiB in 65 packages [2022-07-01T16:21:52.669Z] Collecting docker-compose==1.23.2 [2022-07-01T16:21:52.669Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-01T16:21:52.669Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-01T16:21:52.669Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-01T16:21:52.669Z] Collecting docopt<0.7,>=0.6.1 [2022-07-01T16:21:52.669Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-01T16:21:53.239Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-01T16:21:53.239Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-01T16:21:53.499Z] 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-01T16:21:53.765Z] Collecting docker<4.0,>=3.6.0 [2022-07-01T16:21:53.765Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-01T16:21:53.765Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-01T16:21:53.765Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-01T16:21:53.765Z] Collecting texttable<0.10,>=0.9.0 [2022-07-01T16:21:53.765Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-01T16:21:54.045Z] Removing intermediate container 842737a0709c [2022-07-01T16:21:54.045Z] ---> b61b9b2a0684 [2022-07-01T16:21:54.045Z] [2022-07-01T16:21:54.045Z] Step 10/31 : FROM alpine:3.14 [2022-07-01T16:21:54.045Z] ---> e04c818066af [2022-07-01T16:21:54.045Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-01T16:21:54.045Z] Removing intermediate container 28f07b733f14 [2022-07-01T16:21:54.045Z] ---> a11cbf7eb4e7 [2022-07-01T16:21:54.045Z] [2022-07-01T16:21:54.045Z] Step 10/22 : FROM alpine:3.14 [2022-07-01T16:21:54.045Z] ---> e04c818066af [2022-07-01T16:21:54.045Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-01T16:21:54.307Z] ---> Running in 6448832bbda9 [2022-07-01T16:21:54.307Z] ---> Running in 6010139bfc85 [2022-07-01T16:21:54.307Z] Collecting cached-property<2,>=1.2.0 [2022-07-01T16:21:54.307Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-01T16:21:54.307Z] Collecting PyYAML<4,>=3.10 [2022-07-01T16:21:54.307Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-01T16:21:54.569Z] Removing intermediate container 6010139bfc85 [2022-07-01T16:21:54.569Z] ---> 41aef3cbb81d [2022-07-01T16:21:54.569Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-01T16:21:54.569Z] ---> Running in 1b6832f32578 [2022-07-01T16:21:54.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:54.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:55.088Z] Collecting jsonschema<3,>=2.5.1 [2022-07-01T16:21:55.088Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-01T16:21:55.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:55.088Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-01T16:21:55.088Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-01T16:21:55.088Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:21:55.088Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:21:55.088Z] Collecting docker-pycreds>=0.4.0 [2022-07-01T16:21:55.088Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-01T16:21:55.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:21:55.088Z] OK: 6 MiB in 16 packages [2022-07-01T16:21:55.349Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-01T16:21:55.349Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-01T16:21:55.349Z] 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-01T16:21:55.349Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-01T16:21:55.349Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-01T16:21:55.349Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-01T16:21:55.349Z] (2/2) Installing su-exec (0.2-r1) [2022-07-01T16:21:55.349Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:21:55.349Z] OK: 6 MiB in 16 packages [2022-07-01T16:21:55.349Z] Collecting idna<2.8,>=2.5 [2022-07-01T16:21:55.349Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-01T16:21:55.349Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-01T16:21:55.349Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-01T16:21:55.349Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-01T16:21:55.349Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-01T16:21:55.627Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-01T16:21:55.627Z] Attempting uninstall: urllib3 [2022-07-01T16:21:55.627Z] Found existing installation: urllib3 1.26.7 [2022-07-01T16:21:55.627Z] Uninstalling urllib3-1.26.7: [2022-07-01T16:21:55.627Z] Successfully uninstalled urllib3-1.26.7 [2022-07-01T16:21:55.895Z] Attempting uninstall: idna [2022-07-01T16:21:55.895Z] Found existing installation: idna 3.3 [2022-07-01T16:21:55.895Z] Uninstalling idna-3.3: [2022-07-01T16:21:55.895Z] Successfully uninstalled idna-3.3 [2022-07-01T16:21:56.156Z] Removing intermediate container 6448832bbda9 [2022-07-01T16:21:56.156Z] ---> 99a481421049 [2022-07-01T16:21:56.156Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:21:56.156Z] ---> Running in 52055f23c0ad [2022-07-01T16:21:56.156Z] Removing intermediate container 1b6832f32578 [2022-07-01T16:21:56.156Z] ---> caea9008145c [2022-07-01T16:21:56.156Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-01T16:21:56.156Z] ---> Running in fbc064bd3c36 [2022-07-01T16:21:56.419Z] Attempting uninstall: requests [2022-07-01T16:21:56.419Z] Found existing installation: requests 2.26.0 [2022-07-01T16:21:56.419Z] Uninstalling requests-2.26.0: [2022-07-01T16:21:56.419Z] Successfully uninstalled requests-2.26.0 [2022-07-01T16:21:56.419Z] Removing intermediate container fbc064bd3c36 [2022-07-01T16:21:56.419Z] ---> 163840c92057 [2022-07-01T16:21:56.419Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-01T16:21:56.419Z] Removing intermediate container 52055f23c0ad [2022-07-01T16:21:56.419Z] ---> c45e4bb0833f [2022-07-01T16:21:56.419Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-01T16:21:56.679Z] Running setup.py install for texttable: started [2022-07-01T16:21:56.679Z] ---> Running in 6f75351a65ef [2022-07-01T16:21:56.679Z] ---> Running in 40e5ab129a00 [2022-07-01T16:21:56.945Z] Removing intermediate container 6f75351a65ef [2022-07-01T16:21:56.945Z] ---> 0ece6e87365f [2022-07-01T16:21:56.945Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-01T16:21:56.945Z] Removing intermediate container 40e5ab129a00 [2022-07-01T16:21:56.945Z] ---> dd9f45ed8653 [2022-07-01T16:21:56.945Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-01T16:21:56.945Z] Running setup.py install for texttable: finished with status 'done' [2022-07-01T16:21:56.945Z] Running setup.py install for PyYAML: started [2022-07-01T16:21:56.945Z] ---> Running in a1e3a14415c5 [2022-07-01T16:21:56.945Z] ---> Running in 2d62dab5eb7c [2022-07-01T16:21:57.515Z] Removing intermediate container 2d62dab5eb7c [2022-07-01T16:21:57.515Z] ---> 779fc5047f62 [2022-07-01T16:21:57.515Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:21:57.515Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-01T16:21:57.515Z] Running setup.py install for docopt: started [2022-07-01T16:21:57.777Z] ---> adc8e3cf448b [2022-07-01T16:21:57.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-01T16:21:57.777Z] Running setup.py install for docopt: finished with status 'done' [2022-07-01T16:21:57.777Z] Running setup.py install for dockerpty: started [2022-07-01T16:21:58.351Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-01T16:21:58.617Z] Removing intermediate container a1e3a14415c5 [2022-07-01T16:21:58.617Z] ---> 08a2294610ea [2022-07-01T16:21:58.617Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-01T16:21:58.883Z] ---> Running in 9384ac1525ec [2022-07-01T16:21:58.883Z] ---> 7272d686757c [2022-07-01T16:21:58.883Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-01T16:21:58.884Z] 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-01T16:21:59.147Z] Removing intermediate container 9384ac1525ec [2022-07-01T16:21:59.147Z] ---> e23a1e2a8ca2 [2022-07-01T16:21:59.147Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-01T16:21:59.410Z] ---> 9388cfe3d41c [2022-07-01T16:21:59.410Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-01T16:21:59.670Z] ---> Running in 6867a8a1c683 [2022-07-01T16:21:59.670Z] ---> 6a7b3944e7ac [2022-07-01T16:21:59.670Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-01T16:21:59.670Z] ---> Running in 5d5e6d122ed1 [2022-07-01T16:21:59.929Z] Removing intermediate container 6867a8a1c683 [2022-07-01T16:21:59.929Z] ---> 946fd98788dd [2022-07-01T16:21:59.929Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:21:59.929Z] ---> Running in 7b8834f0745a [2022-07-01T16:22:00.507Z] Removing intermediate container 7b8834f0745a [2022-07-01T16:22:00.507Z] ---> 7eba225f34dd [2022-07-01T16:22:00.507Z] Step 20/22 : LABEL arch=x86_64 [2022-07-01T16:22:00.507Z] ---> Running in f41509908ab3 [2022-07-01T16:22:00.771Z] Removing intermediate container f41509908ab3 [2022-07-01T16:22:00.771Z] ---> e0f90e87aa79 [2022-07-01T16:22:00.771Z] Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:00.771Z] ---> Running in bfb43a7f0a89 [2022-07-01T16:22:01.032Z] Removing intermediate container 5d5e6d122ed1 [2022-07-01T16:22:01.032Z] ---> 87e1c16d5553 [2022-07-01T16:22:01.032Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:22:01.290Z] Removing intermediate container bfb43a7f0a89 [2022-07-01T16:22:01.290Z] ---> 180c74624bd3 [2022-07-01T16:22:01.290Z] Step 22/22 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:01.290Z] ---> Running in 50abbcbd0ec9 [2022-07-01T16:22:01.549Z] ---> fb1d577a08ea [2022-07-01T16:22:01.549Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-01T16:22:01.549Z] Removing intermediate container 50abbcbd0ec9 [2022-07-01T16:22:01.549Z] ---> 001c86d572a2 [2022-07-01T16:22:01.549Z] [2022-07-01T16:22:01.549Z] Successfully built 001c86d572a2 [2022-07-01T16:22:01.808Z] Successfully tagged support-notifications:latest [2022-07-01T16:22:01.808Z] Building security-proxy-setup [2022-07-01T16:22:06.001Z]  Building support-notifications ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-01T16:22:06.001Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:22:06.001Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:22:06.001Z] ---> 1100a7179234 [2022-07-01T16:22:06.001Z] Step 3/22 : WORKDIR /edgex-go [2022-07-01T16:22:06.001Z] ---> Using cache [2022-07-01T16:22:06.001Z] ---> 503d90e857f3 [2022-07-01T16:22:06.001Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:22:06.001Z] ---> Using cache [2022-07-01T16:22:06.001Z] ---> d329599df143 [2022-07-01T16:22:06.001Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-01T16:22:06.001Z] ---> Using cache [2022-07-01T16:22:06.001Z] ---> e110589574ff [2022-07-01T16:22:06.001Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-01T16:22:06.001Z] ---> Using cache [2022-07-01T16:22:06.001Z] ---> 7f64671a3ec1 [2022-07-01T16:22:06.001Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:22:06.001Z] ---> Using cache [2022-07-01T16:22:06.001Z] ---> 18f32d6b82bd [2022-07-01T16:22:06.001Z] Step 8/22 : COPY . . [2022-07-01T16:22:06.001Z] ---> Using cache [2022-07-01T16:22:06.001Z] ---> bcaf93023f34 [2022-07-01T16:22:06.001Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-01T16:22:06.001Z] ---> 13b937f96864 [2022-07-01T16:22:06.001Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-01T16:22:06.001Z] ---> Running in ff55661424b0 [2022-07-01T16:22:06.001Z] Removing intermediate container 6f4b686d2c99 [2022-07-01T16:22:06.001Z] ---> 1042db6868e3 [2022-07-01T16:22:06.001Z] [2022-07-01T16:22:06.001Z] Step 10/23 : FROM alpine:3.14 [2022-07-01T16:22:06.001Z] ---> e04c818066af [2022-07-01T16:22:06.001Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-01T16:22:06.001Z] Removing intermediate container 09f905ec834a [2022-07-01T16:22:06.001Z] ---> 3762f5cd8030 [2022-07-01T16:22:06.001Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-01T16:22:06.001Z] ---> Running in c1e7e172134c [2022-07-01T16:22:06.001Z] ---> 95bb5cc1e35d [2022-07-01T16:22:06.001Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-01T16:22:06.001Z] ---> Running in c45ac5235b78 [2022-07-01T16:22:06.259Z] Removing intermediate container c1e7e172134c [2022-07-01T16:22:06.259Z] ---> b7cf4da4fc55 [2022-07-01T16:22:06.259Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-01T16:22:06.259Z] ---> Running in 42ec196f7c0c [2022-07-01T16:22:06.259Z] Removing intermediate container c45ac5235b78 [2022-07-01T16:22:06.259Z] ---> 79a91779614d [2022-07-01T16:22:06.259Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-01T16:22:06.259Z] ---> ba5caff9d1d9 [2022-07-01T16:22:06.259Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-01T16:22:06.518Z] ---> Running in 37bbe7cd2584 [2022-07-01T16:22:06.518Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-01T16:22:06.518Z] Removing intermediate container 42ec196f7c0c [2022-07-01T16:22:06.518Z] ---> 508afe8df7aa [2022-07-01T16:22:06.518Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-01T16:22:06.518Z] ---> Running in ee29fd215905 [2022-07-01T16:22:06.518Z] Removing intermediate container 37bbe7cd2584 [2022-07-01T16:22:06.518Z] ---> 897dc11fe612 [2022-07-01T16:22:06.518Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-01T16:22:06.778Z] ---> 043b5d0e653f [2022-07-01T16:22:06.778Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-01T16:22:06.778Z] Removing intermediate container ee29fd215905 [2022-07-01T16:22:06.778Z] ---> 86e78bad250e [2022-07-01T16:22:06.778Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:22:07.040Z] ---> Running in ebf4d99cfa62 [2022-07-01T16:22:07.040Z] ---> Running in 265e6918c866 [2022-07-01T16:22:07.040Z] ---> f45137724ba7 [2022-07-01T16:22:07.040Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-01T16:22:07.303Z] Removing intermediate container ebf4d99cfa62 [2022-07-01T16:22:07.303Z] ---> ca8bed485192 [2022-07-01T16:22:07.303Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-01T16:22:07.562Z] ---> eed85ab73198 [2022-07-01T16:22:07.562Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-01T16:22:07.562Z] ---> 3fe64423cd77 [2022-07-01T16:22:07.562Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-01T16:22:07.821Z] ---> Running in 03deecfa083a [2022-07-01T16:22:08.081Z] ---> 45e8260efcc2 [2022-07-01T16:22:08.081Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-01T16:22:08.081Z] ---> Running in ccbb76b20b5d [2022-07-01T16:22:08.081Z] Removing intermediate container 265e6918c866 [2022-07-01T16:22:08.081Z] ---> 655c7e44ee97 [2022-07-01T16:22:08.081Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-01T16:22:08.339Z] ---> Running in 69571c96edfe [2022-07-01T16:22:08.339Z] Removing intermediate container ccbb76b20b5d [2022-07-01T16:22:08.339Z] ---> 883c2648df78 [2022-07-01T16:22:08.339Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:22:08.339Z] ---> Running in 296bbd9dc624 [2022-07-01T16:22:08.597Z] Removing intermediate container 9a3fec62264e [2022-07-01T16:22:08.597Z] ---> d3750edee832 [2022-07-01T16:22:08.597Z] [2022-07-01T16:22:08.597Z] Step 10/25 : FROM alpine:3.14 [2022-07-01T16:22:08.597Z] ---> e04c818066af [2022-07-01T16:22:08.597Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-01T16:22:08.597Z] ---> Running in 07700c3fffe3 [2022-07-01T16:22:08.597Z] Removing intermediate container 296bbd9dc624 [2022-07-01T16:22:08.597Z] ---> 7f7f4c1bac99 [2022-07-01T16:22:08.597Z] Step 21/23 : LABEL arch=x86_64 [2022-07-01T16:22:08.597Z] ---> Running in 2403d63452f0 [2022-07-01T16:22:08.857Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:22:08.857Z] Removing intermediate container 2403d63452f0 [2022-07-01T16:22:08.857Z] ---> 762304920d9b [2022-07-01T16:22:08.857Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:08.857Z] Removing intermediate container 03deecfa083a [2022-07-01T16:22:08.857Z] ---> b377f3ef8f82 [2022-07-01T16:22:08.857Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-01T16:22:08.857Z] ---> Running in dda6fdc3ebcb [2022-07-01T16:22:09.117Z] ---> Running in 2934b2a25fe6 [2022-07-01T16:22:09.117Z] Removing intermediate container dda6fdc3ebcb [2022-07-01T16:22:09.117Z] ---> dcc87d22fc93 [2022-07-01T16:22:09.117Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:09.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:22:09.117Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:22:09.117Z] ---> Running in 47fe8add3fff [2022-07-01T16:22:09.117Z] Removing intermediate container 2934b2a25fe6 [2022-07-01T16:22:09.117Z] ---> dbf50f6997c6 [2022-07-01T16:22:09.117Z] Step 28/31 : CMD ["gate"] [2022-07-01T16:22:09.377Z] ---> Running in c987441a173e [2022-07-01T16:22:09.377Z] Removing intermediate container 47fe8add3fff [2022-07-01T16:22:09.377Z] ---> 4c97f814cfbd [2022-07-01T16:22:09.377Z] [2022-07-01T16:22:09.377Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-01T16:22:09.377Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-01T16:22:09.377Z] (3/3) Installing su-exec (0.2-r1) [2022-07-01T16:22:09.377Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:22:09.377Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:22:09.377Z] Successfully built 4c97f814cfbd [2022-07-01T16:22:09.377Z] Removing intermediate container c987441a173e [2022-07-01T16:22:09.377Z] ---> faa078494a9b [2022-07-01T16:22:09.377Z] Step 29/31 : LABEL arch=x86_64 [2022-07-01T16:22:09.377Z] Successfully tagged sys-mgmt-agent:latest [2022-07-01T16:22:09.377Z] Building core-command [2022-07-01T16:22:09.377Z]  Building sys-mgmt-agent ... done OK: 6 MiB in 17 packages [2022-07-01T16:22:09.398Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16584 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-07-01T16:22:09.411Z] Running in /w/workspace/edgex-go/247 [Pipeline] { [Pipeline] checkout [2022-07-01T16:22:09.482Z] The recommended git tool is: git [2022-07-01T16:22:09.636Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:22:09.636Z] ---> Running in 56d60a6fde9e [2022-07-01T16:22:09.901Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-01T16:22:09.901Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-01T16:22:10.159Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-01T16:22:10.159Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-01T16:22:10.159Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-01T16:22:10.418Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-01T16:22:10.418Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:22:10.418Z] OK: 8 MiB in 20 packages [2022-07-01T16:22:12.955Z] Removing intermediate container 56d60a6fde9e [2022-07-01T16:22:12.955Z] ---> 9d82695de5a6 [2022-07-01T16:22:12.955Z] Step 30/31 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:13.213Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:22:13.213Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:22:13.213Z] ---> 1100a7179234 [2022-07-01T16:22:13.213Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:22:13.213Z] ---> Using cache [2022-07-01T16:22:13.213Z] ---> 503d90e857f3 [2022-07-01T16:22:13.213Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:22:13.213Z] ---> Using cache [2022-07-01T16:22:13.213Z] ---> d329599df143 [2022-07-01T16:22:13.213Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-01T16:22:13.213Z] ---> Using cache [2022-07-01T16:22:13.213Z] ---> e110589574ff [2022-07-01T16:22:13.213Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:22:13.214Z] ---> Using cache [2022-07-01T16:22:13.214Z] ---> 7f64671a3ec1 [2022-07-01T16:22:13.214Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:22:13.214Z] ---> Using cache [2022-07-01T16:22:13.214Z] ---> 18f32d6b82bd [2022-07-01T16:22:13.214Z] Step 8/23 : COPY . . [2022-07-01T16:22:13.214Z] ---> Using cache [2022-07-01T16:22:13.214Z] ---> bcaf93023f34 [2022-07-01T16:22:13.214Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-01T16:22:13.472Z] ---> Running in 4f9709ecb052 [2022-07-01T16:22:13.472Z] ---> Running in f5d1795117fb [2022-07-01T16:22:13.748Z] Removing intermediate container 69571c96edfe [2022-07-01T16:22:13.748Z] ---> b38acd5f8d72 [2022-07-01T16:22:13.748Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:22:13.748Z] Removing intermediate container 07700c3fffe3 [2022-07-01T16:22:13.748Z] ---> 63ecb1db0d90 [2022-07-01T16:22:13.748Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-01T16:22:14.009Z] Removing intermediate container f5d1795117fb [2022-07-01T16:22:14.009Z] ---> 47bef6812f65 [2022-07-01T16:22:14.009Z] Step 31/31 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:14.009Z] ---> Running in 9e3a3b0523a4 [2022-07-01T16:22:14.009Z] ---> Running in 2ec847656df6 [2022-07-01T16:22:14.270Z] ---> ec80d10756ee [2022-07-01T16:22:14.270Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-01T16:22:14.270Z] Removing intermediate container 9e3a3b0523a4 [2022-07-01T16:22:14.270Z] ---> be03d4620db2 [2022-07-01T16:22:14.270Z] Step 13/25 : WORKDIR / [2022-07-01T16:22:14.270Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-01T16:22:14.270Z] ---> Running in dde1fbae9bef [2022-07-01T16:22:14.270Z] Removing intermediate container 2ec847656df6 [2022-07-01T16:22:14.270Z] ---> 86ae343a2e3b [2022-07-01T16:22:14.270Z] [2022-07-01T16:22:14.528Z] Successfully built 86ae343a2e3b [2022-07-01T16:22:14.528Z] Successfully tagged security-bootstrapper:latest [2022-07-01T16:22:14.528Z]  Building security-bootstrapper ... done Removing intermediate container dde1fbae9bef [2022-07-01T16:22:14.528Z] ---> 3770fe47ee28 [2022-07-01T16:22:14.528Z] 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-01T16:22:15.097Z] ---> ecef066635a7 [2022-07-01T16:22:15.097Z] ---> 529bfee14273 [2022-07-01T16:22:15.097Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-01T16:22:15.097Z] [2022-07-01T16:22:15.355Z] ---> 035421481012 [2022-07-01T16:22:15.355Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-01T16:22:15.355Z] ---> b79a7c673d1e [2022-07-01T16:22:15.355Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-01T16:22:15.355Z] ---> Running in 71658a2cf68c [2022-07-01T16:22:15.614Z] Removing intermediate container 71658a2cf68c [2022-07-01T16:22:15.614Z] ---> b25a0e4bc28c [2022-07-01T16:22:15.614Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:22:15.614Z] ---> Running in a3b64ebb0bfa [2022-07-01T16:22:15.614Z] ---> 8220a7fca29f [2022-07-01T16:22:15.614Z] 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-01T16:22:15.614Z] Removing intermediate container a3b64ebb0bfa [2022-07-01T16:22:15.614Z] ---> e4e569c8dfe7 [2022-07-01T16:22:15.614Z] Step 21/23 : LABEL arch=x86_64 [2022-07-01T16:22:15.872Z] ---> Running in 93067f4bf1e1 [2022-07-01T16:22:15.872Z] ---> 9674dda2732c [2022-07-01T16:22:15.872Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-01T16:22:15.872Z] Removing intermediate container 93067f4bf1e1 [2022-07-01T16:22:15.872Z] ---> 6e8ffef20c98 [2022-07-01T16:22:15.872Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:15.872Z] ---> Running in 2fa483e9cc26 [2022-07-01T16:22:16.131Z] Removing intermediate container 2fa483e9cc26 [2022-07-01T16:22:16.131Z] ---> 1df56d89eed7 [2022-07-01T16:22:16.131Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:16.390Z] ---> 738bed30bd5a [2022-07-01T16:22:16.390Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-01T16:22:16.390Z] ---> Running in 65b9bebefec6 [2022-07-01T16:22:16.662Z] Removing intermediate container 65b9bebefec6 [2022-07-01T16:22:16.662Z] ---> ea76686ef12b [2022-07-01T16:22:16.662Z] [2022-07-01T16:22:16.662Z] Successfully built ea76686ef12b [2022-07-01T16:22:16.662Z] Successfully tagged core-data:latest [2022-07-01T16:22:16.783Z] using credential edgex-jenkins-ssh [2022-07-01T16:22:16.801Z] Cloning the remote Git repository [2022-07-01T16:22:16.921Z]  Building core-data ... done  ---> c136651c119c [2022-07-01T16:22:16.921Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-01T16:22:16.866Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-01T16:22:16.951Z] > git init /w/workspace/edgex-go/247 # timeout=10 [2022-07-01T16:22:17.046Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-01T16:22:17.047Z] > git --version # timeout=10 [2022-07-01T16:22:17.075Z] > git --version # 'git version 2.25.1' [2022-07-01T16:22:17.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-01T16:22:17.179Z] ---> ece7e6e85cdb [2022-07-01T16:22:17.179Z] 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-01T16:22:17.179Z] ---> Running in 3dd7810fa56e [2022-07-01T16:22:17.148Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-01T16:22:18.556Z] Removing intermediate container 3dd7810fa56e [2022-07-01T16:22:18.556Z] ---> fc684fce6787 [2022-07-01T16:22:18.556Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-01T16:22:18.556Z] ---> Running in ce752c21d7be [2022-07-01T16:22:18.556Z] Removing intermediate container ce752c21d7be [2022-07-01T16:22:18.556Z] ---> 484338893f72 [2022-07-01T16:22:18.556Z] Step 23/25 : LABEL arch=x86_64 [2022-07-01T16:22:18.556Z] ---> Running in 7155a7914fa5 [2022-07-01T16:22:18.556Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-01T16:22:18.815Z] Removing intermediate container 7155a7914fa5 [2022-07-01T16:22:18.815Z] ---> f1eb59fcfc95 [2022-07-01T16:22:18.815Z] Step 24/25 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:18.815Z] ---> Running in 650ab5d11883 [2022-07-01T16:22:19.113Z] Removing intermediate container 650ab5d11883 [2022-07-01T16:22:19.113Z] ---> 7ce0d716229e [2022-07-01T16:22:19.113Z] Step 25/25 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:19.113Z] ---> Running in 3c9ce09eab7e [2022-07-01T16:22:19.372Z] Removing intermediate container 3c9ce09eab7e [2022-07-01T16:22:19.372Z] ---> 817fcd42722b [2022-07-01T16:22:19.372Z] [2022-07-01T16:22:19.372Z] Successfully built 817fcd42722b [2022-07-01T16:22:19.372Z] Successfully tagged security-secretstore-setup:latest [2022-07-01T16:22:22.127Z]  Building security-secretstore-setup ... done Removing intermediate container ff55661424b0 [2022-07-01T16:22:22.127Z] ---> 19c0811ec4a5 [2022-07-01T16:22:22.127Z] [2022-07-01T16:22:22.127Z] Step 10/22 : FROM alpine:3.14 [2022-07-01T16:22:22.127Z] ---> e04c818066af [2022-07-01T16:22:22.127Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-01T16:22:22.127Z] ---> Running in c182aaa64146 [2022-07-01T16:22:22.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-01T16:22:22.420Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-01T16:22:22.420Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-01T16:22:22.420Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-01T16:22:22.420Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-01T16:22:22.420Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-01T16:22:22.679Z] (5/6) Installing curl (7.79.1-r2) [2022-07-01T16:22:22.679Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-01T16:22:22.679Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:22:22.679Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:22:22.679Z] OK: 8 MiB in 20 packages [2022-07-01T16:22:23.252Z] Removing intermediate container c182aaa64146 [2022-07-01T16:22:23.252Z] ---> 295ff054036d [2022-07-01T16:22:23.252Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-01T16:22:23.252Z] ---> Running in 78eaf67cd560 [2022-07-01T16:22:23.252Z] Removing intermediate container 78eaf67cd560 [2022-07-01T16:22:23.252Z] ---> 8071ea7d2b99 [2022-07-01T16:22:23.252Z] Step 13/22 : WORKDIR /edgex [2022-07-01T16:22:23.252Z] ---> Running in bfd2716bec04 [2022-07-01T16:22:23.512Z] Removing intermediate container bfd2716bec04 [2022-07-01T16:22:23.512Z] ---> d9bc4f23f32a [2022-07-01T16:22:23.512Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-01T16:22:23.772Z] ---> f297a80f3329 [2022-07-01T16:22:23.772Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-01T16:22:24.034Z] ---> 049d20281a60 [2022-07-01T16:22:24.034Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-01T16:22:24.603Z] ---> 527ca1af42fc [2022-07-01T16:22:24.603Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-01T16:22:24.862Z] ---> 0bf3feaedf5c [2022-07-01T16:22:24.862Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-01T16:22:24.862Z] ---> Running in 0adca89eb039 [2022-07-01T16:22:25.801Z] Removing intermediate container 0adca89eb039 [2022-07-01T16:22:25.801Z] ---> 2943bb548d2f [2022-07-01T16:22:25.801Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-01T16:22:25.801Z] ---> Running in fe9e1fbeee99 [2022-07-01T16:22:25.801Z] Removing intermediate container fe9e1fbeee99 [2022-07-01T16:22:25.801Z] ---> e340afb889e3 [2022-07-01T16:22:25.801Z] Step 20/22 : LABEL arch=x86_64 [2022-07-01T16:22:25.801Z] ---> Running in fcf227bf6139 [2022-07-01T16:22:25.801Z] Removing intermediate container fcf227bf6139 [2022-07-01T16:22:25.801Z] ---> af5ac64a3f34 [2022-07-01T16:22:25.801Z] Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:25.801Z] ---> Running in 6abbf63d1778 [2022-07-01T16:22:26.072Z] Removing intermediate container 6abbf63d1778 [2022-07-01T16:22:26.072Z] ---> 3af828eaa608 [2022-07-01T16:22:26.072Z] Step 22/22 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:26.331Z] ---> Running in c5cbb64ca3a3 [2022-07-01T16:22:26.331Z] Removing intermediate container c5cbb64ca3a3 [2022-07-01T16:22:26.331Z] ---> 8e81070a90b5 [2022-07-01T16:22:26.331Z] [2022-07-01T16:22:26.590Z] Successfully built 8e81070a90b5 [2022-07-01T16:22:26.590Z] Successfully tagged security-proxy-setup:latest [2022-07-01T16:22:27.160Z]  Building security-proxy-setup ... done Removing intermediate container 4f9709ecb052 [2022-07-01T16:22:27.160Z] ---> f39a77be6065 [2022-07-01T16:22:27.160Z] [2022-07-01T16:22:27.160Z] Step 10/23 : FROM alpine:3.14 [2022-07-01T16:22:27.160Z] ---> e04c818066af [2022-07-01T16:22:27.160Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-01T16:22:27.160Z] ---> Using cache [2022-07-01T16:22:27.160Z] ---> 7d38126ecca8 [2022-07-01T16:22:27.160Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:22:27.160Z] ---> Using cache [2022-07-01T16:22:27.160Z] ---> 368d20f8a39c [2022-07-01T16:22:27.160Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-01T16:22:27.160Z] ---> Running in e52d9dc83316 [2022-07-01T16:22:27.423Z] Removing intermediate container e52d9dc83316 [2022-07-01T16:22:27.423Z] ---> ec2e5c18de34 [2022-07-01T16:22:27.423Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-01T16:22:27.423Z] ---> Running in 0c1a9e74195f [2022-07-01T16:22:27.423Z] Removing intermediate container 0c1a9e74195f [2022-07-01T16:22:27.423Z] ---> 388c495b7f01 [2022-07-01T16:22:27.423Z] Step 15/23 : WORKDIR / [2022-07-01T16:22:27.423Z] ---> Running in d7bf12c93084 [2022-07-01T16:22:27.423Z] Removing intermediate container d7bf12c93084 [2022-07-01T16:22:27.423Z] ---> 2602ee5989ef [2022-07-01T16:22:27.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:22:27.683Z] ---> c7c8935238b7 [2022-07-01T16:22:27.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-01T16:22:27.942Z] ---> e9a3f1418e2b [2022-07-01T16:22:27.942Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-01T16:22:28.201Z] ---> 6f101d22e389 [2022-07-01T16:22:28.201Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-01T16:22:28.201Z] ---> Running in b401c1b4e4b4 [2022-07-01T16:22:28.201Z] Removing intermediate container b401c1b4e4b4 [2022-07-01T16:22:28.201Z] ---> 0321ebd11257 [2022-07-01T16:22:28.201Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:22:28.460Z] ---> Running in 34a478c28625 [2022-07-01T16:22:28.460Z] Removing intermediate container 34a478c28625 [2022-07-01T16:22:28.460Z] ---> 20cd642b55d1 [2022-07-01T16:22:28.460Z] Step 21/23 : LABEL arch=x86_64 [2022-07-01T16:22:28.460Z] ---> Running in dbab5c41f2d7 [2022-07-01T16:22:28.460Z] Removing intermediate container dbab5c41f2d7 [2022-07-01T16:22:28.460Z] ---> 8717668c4455 [2022-07-01T16:22:28.460Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:22:28.460Z] ---> Running in 3c8079497483 [2022-07-01T16:22:28.719Z] Removing intermediate container 3c8079497483 [2022-07-01T16:22:28.719Z] ---> 96f7c6899c2f [2022-07-01T16:22:28.719Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:22:28.719Z] ---> Running in d4fddad1ee73 [2022-07-01T16:22:28.719Z] Removing intermediate container d4fddad1ee73 [2022-07-01T16:22:28.719Z] ---> 9d52f8e99add [2022-07-01T16:22:28.719Z] [2022-07-01T16:22:28.978Z] Successfully built 9d52f8e99add [2022-07-01T16:22:28.978Z] Successfully tagged core-command:latest [2022-07-01T16:22:28.978Z]  Building core-command ... done  [2022-07-01T16:22:28.978Z] ERROR: for security-spire-server (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") [2022-07-01T16:22:28.978Z] [2022-07-01T16:22:28.978Z] ERROR: for security-spire-agent (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") [2022-07-01T16:22:28.978Z] [2022-07-01T16:22:28.978Z] ERROR: for security-spiffe-token-provider (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2") [2022-07-01T16:22:28.978Z] Service 'security-spiffe-token-provider' failed to build: The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2 [Pipeline] } [2022-07-01T16:22:28.992Z] $ docker stop --time=1 05d130a850fc0ad0058745b0f304cbec0147c41603ed074fa9bd95e5aee17411 [2022-07-01T16:22:30.305Z] $ docker rm -f 05d130a850fc0ad0058745b0f304cbec0147c41603ed074fa9bd95e5aee17411 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-01T16:22:30.528Z] Failed in branch amd64 [2022-07-01T16:22:33.944Z] Avoid second fetch [2022-07-01T16:22:33.945Z] Checking out Revision 8c995af195f08c96051e81afd7f7ed1e800bba03 (main) [2022-07-01T16:22:33.902Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-01T16:22:33.924Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-01T16:22:33.969Z] > git config core.sparsecheckout # timeout=10 [2022-07-01T16:22:33.989Z] > git checkout -f 8c995af195f08c96051e81afd7f7ed1e800bba03 # timeout=10 [2022-07-01T16:22:38.553Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4064)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-01T16:22:39.586Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-01T16:22:39.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-01T16:22:39.586Z] Dload Upload Total Spent Left Speed [2022-07-01T16:22:39.586Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 92825 [Pipeline] sh [2022-07-01T16:22:40.267Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-01T16:22:40.637Z] + sudo tee /etc/docker/daemon.new [2022-07-01T16:22:40.637Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-01T16:22:40.637Z] { [2022-07-01T16:22:40.637Z] "registry-mirrors": [ [2022-07-01T16:22:40.637Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-01T16:22:40.637Z] ], [2022-07-01T16:22:40.637Z] "bip": "10.250.0.254/24", [2022-07-01T16:22:40.637Z] "hosts": [ [2022-07-01T16:22:40.637Z] "tcp://0.0.0.0:5555", [2022-07-01T16:22:40.637Z] "unix:///var/run/docker.sock" [2022-07-01T16:22:40.637Z] ], [2022-07-01T16:22:40.637Z] "mtu": 1458, [2022-07-01T16:22:40.637Z] "selinux-enabled": true, [2022-07-01T16:22:40.637Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-01T16:22:40.637Z] } [Pipeline] sh [2022-07-01T16:22:40.997Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-01T16:22:41.358Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-01T16:22:59.791Z] provisioning config files... [2022-07-01T16:22:59.816Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/247@tmp/config319396776311412821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:23:00.182Z] ---> docker-login.sh [2022-07-01T16:23:00.182Z] nexus3.edgexfoundry.org:10001 [2022-07-01T16:23:00.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:23:01.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:23:01.052Z] Configure a credential helper to remove this warning. See [2022-07-01T16:23:01.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:23:01.052Z] [2022-07-01T16:23:01.052Z] Login Succeeded [2022-07-01T16:23:01.052Z] nexus3.edgexfoundry.org:10002 [2022-07-01T16:23:01.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:23:01.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:23:01.596Z] Configure a credential helper to remove this warning. See [2022-07-01T16:23:01.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:23:01.596Z] [2022-07-01T16:23:01.596Z] Login Succeeded [2022-07-01T16:23:01.596Z] nexus3.edgexfoundry.org:10003 [2022-07-01T16:23:01.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:23:01.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:23:01.880Z] Configure a credential helper to remove this warning. See [2022-07-01T16:23:01.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:23:01.880Z] [2022-07-01T16:23:01.880Z] Login Succeeded [2022-07-01T16:23:01.880Z] nexus3.edgexfoundry.org:10004 [2022-07-01T16:23:02.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:23:02.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:23:02.484Z] Configure a credential helper to remove this warning. See [2022-07-01T16:23:02.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:23:02.484Z] [2022-07-01T16:23:02.484Z] Login Succeeded [2022-07-01T16:23:02.484Z] docker.io [2022-07-01T16:23:02.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-01T16:23:03.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-01T16:23:03.030Z] Configure a credential helper to remove this warning. See [2022-07-01T16:23:03.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-01T16:23:03.030Z] [2022-07-01T16:23:03.030Z] Login Succeeded [2022-07-01T16:23:03.303Z] ---> docker-login.sh ends [Pipeline] } [2022-07-01T16:23:03.321Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-01T16:23:03.844Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T16:23:03.858Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-01T16:23:03.867Z] ========================================================= [2022-07-01T16:23:03.867Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-07-01T16:23:03.867Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-01T16:23:04.203Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-01T16:23:04.481Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-01T16:23:04.481Z] 9b3977197b4f: Pulling fs layer [2022-07-01T16:23:04.481Z] 1a89e8eeedd5: Pulling fs layer [2022-07-01T16:23:04.481Z] 94645a83ff95: Pulling fs layer [2022-07-01T16:23:04.481Z] e6fb740bc735: Pulling fs layer [2022-07-01T16:23:04.481Z] 3a77bd46dcc9: Pulling fs layer [2022-07-01T16:23:04.481Z] 355e64cbe906: Pulling fs layer [2022-07-01T16:23:04.481Z] 63ab81a10011: Pulling fs layer [2022-07-01T16:23:04.481Z] 555d1d1c4555: Pulling fs layer [2022-07-01T16:23:04.482Z] 7d9057610161: Pulling fs layer [2022-07-01T16:23:04.482Z] 3a77bd46dcc9: Waiting [2022-07-01T16:23:04.482Z] 355e64cbe906: Waiting [2022-07-01T16:23:04.482Z] 63ab81a10011: Waiting [2022-07-01T16:23:04.482Z] 555d1d1c4555: Waiting [2022-07-01T16:23:04.482Z] 7d9057610161: Waiting [2022-07-01T16:23:04.482Z] e6fb740bc735: Waiting [2022-07-01T16:23:04.482Z] 94645a83ff95: Verifying Checksum [2022-07-01T16:23:04.482Z] 94645a83ff95: Download complete [2022-07-01T16:23:04.482Z] 1a89e8eeedd5: Verifying Checksum [2022-07-01T16:23:04.482Z] 1a89e8eeedd5: Download complete [2022-07-01T16:23:04.482Z] 3a77bd46dcc9: Verifying Checksum [2022-07-01T16:23:04.482Z] 3a77bd46dcc9: Download complete [2022-07-01T16:23:04.482Z] 355e64cbe906: Verifying Checksum [2022-07-01T16:23:04.482Z] 355e64cbe906: Download complete [2022-07-01T16:23:04.482Z] 9b3977197b4f: Verifying Checksum [2022-07-01T16:23:04.482Z] 9b3977197b4f: Download complete [2022-07-01T16:23:04.482Z] 63ab81a10011: Verifying Checksum [2022-07-01T16:23:04.482Z] 63ab81a10011: Download complete [2022-07-01T16:23:05.469Z] 9b3977197b4f: Pull complete [2022-07-01T16:23:05.469Z] 7d9057610161: Verifying Checksum [2022-07-01T16:23:05.469Z] 7d9057610161: Download complete [2022-07-01T16:23:06.076Z] 1a89e8eeedd5: Pull complete [2022-07-01T16:23:06.355Z] 94645a83ff95: Pull complete [2022-07-01T16:23:06.628Z] 555d1d1c4555: Verifying Checksum [2022-07-01T16:23:06.628Z] 555d1d1c4555: Download complete [2022-07-01T16:23:07.230Z] e6fb740bc735: Verifying Checksum [2022-07-01T16:23:07.230Z] e6fb740bc735: Download complete [2022-07-01T16:23:19.640Z] e6fb740bc735: Pull complete [2022-07-01T16:23:19.640Z] 3a77bd46dcc9: Pull complete [2022-07-01T16:23:19.640Z] 355e64cbe906: Pull complete [2022-07-01T16:23:19.640Z] 63ab81a10011: Pull complete [2022-07-01T16:23:25.039Z] 555d1d1c4555: Pull complete [2022-07-01T16:23:27.021Z] 7d9057610161: Pull complete [2022-07-01T16:23:27.299Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-07-01T16:23:27.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-01T16:23:27.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-01T16:23:27.663Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-01T16:23:27.663Z] WORKDIR /edgex [2022-07-01T16:23:27.663Z] COPY go.mod . [2022-07-01T16:23:27.663Z] RUN go mod download [2022-07-01T16:23:27.663Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-01T16:23:30.295Z] Sending build context to Docker daemon 169.2MB [2022-07-01T16:23:30.295Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-07-01T16:23:30.295Z] ---> 819e984ddca1 [2022-07-01T16:23:30.295Z] Step 2/4 : WORKDIR /edgex [2022-07-01T16:23:32.292Z] ---> Running in 36d41a92d7cc [2022-07-01T16:23:32.564Z] Removing intermediate container 36d41a92d7cc [2022-07-01T16:23:32.564Z] ---> d733747b6ed4 [2022-07-01T16:23:32.564Z] Step 3/4 : COPY go.mod . [2022-07-01T16:23:33.161Z] ---> f7ce4241215e [2022-07-01T16:23:33.161Z] Step 4/4 : RUN go mod download [2022-07-01T16:23:33.161Z] ---> Running in e292dbd23293 [2022-07-01T16:24:29.720Z] Removing intermediate container e292dbd23293 [2022-07-01T16:24:29.720Z] ---> 26a9b95705f5 [2022-07-01T16:24:29.720Z] Successfully built 26a9b95705f5 [2022-07-01T16:24:29.720Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:24:30.085Z] + docker inspect -f . ci-base-image-arm64 [2022-07-01T16:24:30.085Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:24:30.364Z] prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container [2022-07-01T16:24:30.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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 ******** ci-base-image-arm64 cat [2022-07-01T16:24:31.818Z] $ docker top d8506e8f7014836d1db3722d2c92052f250efcbdbc58216dfb8ecd533f1d90bc -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:24:32.756Z] + go version [2022-07-01T16:24:32.756Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-07-01T16:24:32.782Z] $ docker stop --time=1 d8506e8f7014836d1db3722d2c92052f250efcbdbc58216dfb8ecd533f1d90bc [2022-07-01T16:24:34.462Z] $ docker rm -f d8506e8f7014836d1db3722d2c92052f250efcbdbc58216dfb8ecd533f1d90bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:24:35.125Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-01T16:24:35.125Z] [2022-07-01T16:24:35.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:24:35.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-01T16:24:35.759Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-01T16:24:35.759Z] 29e5d40040c1: Pulling fs layer [2022-07-01T16:24:35.759Z] 1ce36da41761: Pulling fs layer [2022-07-01T16:24:35.759Z] 25b303627fd3: Pulling fs layer [2022-07-01T16:24:35.759Z] 29e5d40040c1: Download complete [2022-07-01T16:24:36.034Z] 1ce36da41761: Verifying Checksum [2022-07-01T16:24:36.034Z] 1ce36da41761: Download complete [2022-07-01T16:24:36.327Z] 29e5d40040c1: Pull complete [2022-07-01T16:24:37.768Z] 25b303627fd3: Verifying Checksum [2022-07-01T16:24:37.768Z] 25b303627fd3: Download complete [2022-07-01T16:24:37.768Z] 1ce36da41761: Pull complete [2022-07-01T16:24:50.175Z] 25b303627fd3: Pull complete [2022-07-01T16:24:50.175Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-01T16:24:50.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-01T16:24:50.175Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:24:50.417Z] prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container [2022-07-01T16:24:50.496Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-01T16:24:52.650Z] $ docker top fa622c80ed78a1067af1159bf68680af00cbcf9715e468564eac149701c0bc04 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:24:53.550Z] + docker-compose build --help [2022-07-01T16:24:53.550Z] + grep parallel [2022-07-01T16:24:56.932Z] --parallel Build images in parallel. [Pipeline] } [2022-07-01T16:24:57.225Z] $ docker stop --time=1 fa622c80ed78a1067af1159bf68680af00cbcf9715e468564eac149701c0bc04 [2022-07-01T16:24:58.867Z] $ docker rm -f fa622c80ed78a1067af1159bf68680af00cbcf9715e468564eac149701c0bc04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:24:59.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-01T16:24:59.446Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:24:59.734Z] prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container [2022-07-01T16:24:59.824Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-01T16:25:01.019Z] $ docker top 128a2daac02bc67788a63d0d8e7fc74a7bb9c8abfd4011240f98b5b669d25126 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:25:01.898Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-01T16:25:06.181Z] Building core-command ... [2022-07-01T16:25:06.181Z] Building core-data ... [2022-07-01T16:25:06.181Z] Building core-metadata ... [2022-07-01T16:25:06.181Z] Building security-bootstrapper ... [2022-07-01T16:25:06.181Z] Building security-proxy-setup ... [2022-07-01T16:25:06.181Z] Building security-secretstore-setup ... [2022-07-01T16:25:06.181Z] Building security-spiffe-token-provider ... [2022-07-01T16:25:06.181Z] Building security-spire-agent ... [2022-07-01T16:25:06.181Z] Building security-spire-config ... [2022-07-01T16:25:06.181Z] Building security-spire-server ... [2022-07-01T16:25:06.181Z] Building support-notifications ... [2022-07-01T16:25:06.181Z] Building support-scheduler ... [2022-07-01T16:25:06.181Z] Building sys-mgmt-agent ... [2022-07-01T16:25:06.181Z] Building security-bootstrapper [2022-07-01T16:25:06.181Z] Building security-secretstore-setup [2022-07-01T16:25:06.181Z] Building core-data [2022-07-01T16:25:06.181Z] Building security-spire-agent [2022-07-01T16:25:06.181Z] Building sys-mgmt-agent [2022-07-01T16:25:53.152Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:25:53.152Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:25:53.152Z] ---> 26a9b95705f5 [2022-07-01T16:25:53.152Z] Step 3/25 : WORKDIR /edgex-go [2022-07-01T16:25:53.152Z] ---> Running in 7610fa9312c1 [2022-07-01T16:25:53.152Z] Removing intermediate container 7610fa9312c1 [2022-07-01T16:25:53.152Z] ---> df6796814ada [2022-07-01T16:25:53.152Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:25:53.152Z] ---> Running in af6cd9fa893b [2022-07-01T16:25:53.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:25:53.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:25:53.152Z] ---> 26a9b95705f5 [2022-07-01T16:25:53.152Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:25:53.152Z] ---> Using cache [2022-07-01T16:25:53.152Z] ---> df6796814ada [2022-07-01T16:25:53.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:25:53.152Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:25:53.152Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:25:53.152Z] ---> 26a9b95705f5 [2022-07-01T16:25:53.152Z] Step 3/26 : WORKDIR /edgex-go [2022-07-01T16:25:53.152Z] ---> Using cache [2022-07-01T16:25:53.152Z] ---> df6796814ada [2022-07-01T16:25:53.152Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:25:53.152Z] ---> Running in d9a9537bf303 [2022-07-01T16:25:53.152Z] ---> Running in bb4bd8bf5719 [2022-07-01T16:25:53.152Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:25:53.152Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:25:53.152Z] ---> 26a9b95705f5 [2022-07-01T16:25:53.152Z] Step 3/31 : WORKDIR /edgex-go [2022-07-01T16:25:53.152Z] ---> Using cache [2022-07-01T16:25:53.152Z] ---> df6796814ada [2022-07-01T16:25:53.152Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:25:53.152Z] ---> Running in 782a8d4a1baa [2022-07-01T16:25:53.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:25:53.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:25:53.152Z] ---> 26a9b95705f5 [2022-07-01T16:25:53.152Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:25:53.152Z] ---> Using cache [2022-07-01T16:25:53.152Z] ---> df6796814ada [2022-07-01T16:25:53.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:25:53.152Z] ---> Running in 3b42d7877ca0 [2022-07-01T16:25:55.808Z] Removing intermediate container af6cd9fa893b [2022-07-01T16:25:55.808Z] ---> 41564cd68984 [2022-07-01T16:25:55.808Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-01T16:25:55.808Z] Removing intermediate container 782a8d4a1baa [2022-07-01T16:25:55.808Z] ---> 89bba2f0cee1 [2022-07-01T16:25:55.808Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-01T16:25:55.808Z] ---> Running in f93d569e5972 [2022-07-01T16:25:55.808Z] ---> Running in 9f0c0aaf8527 [2022-07-01T16:25:56.085Z] Removing intermediate container d9a9537bf303 [2022-07-01T16:25:56.085Z] ---> c2acfa65f4f0 [2022-07-01T16:25:56.085Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-01T16:25:56.085Z] Removing intermediate container 3b42d7877ca0 [2022-07-01T16:25:56.085Z] ---> c65ae5b3f22c [2022-07-01T16:25:56.085Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-01T16:25:56.085Z] ---> Running in 5f4b48aa58e1 [2022-07-01T16:25:56.085Z] ---> Running in ae432062c038 [2022-07-01T16:25:56.369Z] Removing intermediate container bb4bd8bf5719 [2022-07-01T16:25:56.369Z] ---> eaddf8b7302b [2022-07-01T16:25:56.369Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-01T16:25:56.649Z] ---> Running in 93558928dd2b [2022-07-01T16:25:57.642Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:57.925Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:58.206Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:58.484Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:58.484Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:58.759Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:58.759Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:59.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:59.314Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:59.592Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:25:59.592Z] OK: 220 MiB in 52 packages [2022-07-01T16:25:59.869Z] OK: 220 MiB in 52 packages [2022-07-01T16:26:00.853Z] OK: 220 MiB in 52 packages [2022-07-01T16:26:00.853Z] OK: 220 MiB in 52 packages [2022-07-01T16:26:01.140Z] OK: 220 MiB in 52 packages [2022-07-01T16:26:01.433Z] Removing intermediate container f93d569e5972 [2022-07-01T16:26:01.433Z] ---> 63525e5f6137 [2022-07-01T16:26:01.433Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-01T16:26:01.711Z] Removing intermediate container 9f0c0aaf8527 [2022-07-01T16:26:01.711Z] ---> dccd11d145b7 [2022-07-01T16:26:01.711Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-01T16:26:02.314Z] Removing intermediate container 93558928dd2b [2022-07-01T16:26:02.314Z] ---> 9c4b4a69fc08 [2022-07-01T16:26:02.314Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-01T16:26:02.314Z] Removing intermediate container 5f4b48aa58e1 [2022-07-01T16:26:02.314Z] ---> e4a85e7517fd [2022-07-01T16:26:02.314Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:26:02.314Z] Removing intermediate container ae432062c038 [2022-07-01T16:26:02.314Z] ---> 3f168c6424d9 [2022-07-01T16:26:02.314Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:26:02.598Z] ---> 22a60b6da46b [2022-07-01T16:26:02.598Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:26:02.882Z] ---> 49532951ecbe [2022-07-01T16:26:02.882Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:26:02.882Z] ---> Running in 6f774e54fa30 [2022-07-01T16:26:02.882Z] ---> Running in 895456f73ee5 [2022-07-01T16:26:03.893Z] ---> 73b39ca63cc1 [2022-07-01T16:26:03.893Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:26:03.893Z] ---> 459e9c4fe117 [2022-07-01T16:26:03.893Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:26:03.893Z] ---> 0e801a84cd48 [2022-07-01T16:26:03.893Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:26:04.170Z] ---> Running in 04343352d512 [2022-07-01T16:26:04.170Z] ---> Running in 36f2216b5268 [2022-07-01T16:26:04.170Z] ---> Running in 83ffa8a301ee [2022-07-01T16:26:08.546Z] Removing intermediate container 6f774e54fa30 [2022-07-01T16:26:08.546Z] ---> c3f92d247c6d [2022-07-01T16:26:08.546Z] Step 8/31 : COPY . . [2022-07-01T16:26:08.832Z] Removing intermediate container 895456f73ee5 [2022-07-01T16:26:08.832Z] ---> 21ecc5d82362 [2022-07-01T16:26:08.832Z] Step 8/25 : COPY . . [2022-07-01T16:26:09.820Z] Removing intermediate container 04343352d512 [2022-07-01T16:26:09.820Z] ---> f60159f0dfde [2022-07-01T16:26:09.820Z] Step 8/23 : COPY . . [2022-07-01T16:26:10.423Z] Removing intermediate container 36f2216b5268 [2022-07-01T16:26:10.423Z] ---> 8125deaee527 [2022-07-01T16:26:10.423Z] Step 8/26 : COPY . . [2022-07-01T16:26:10.423Z] Removing intermediate container 83ffa8a301ee [2022-07-01T16:26:10.423Z] ---> 3cbb6b6f8684 [2022-07-01T16:26:10.423Z] Step 8/23 : COPY . . [2022-07-01T16:26:25.557Z] ---> 098f663e5679 [2022-07-01T16:26:25.557Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-01T16:26:25.557Z] ---> 70953ddc17dd [2022-07-01T16:26:25.557Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-01T16:26:25.838Z] ---> Running in e21842e24d98 [2022-07-01T16:26:25.838Z] ---> a5a05e481570 [2022-07-01T16:26:25.838Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-01T16:26:25.838Z] ---> Running in 469fe840504c [2022-07-01T16:26:25.838Z] ---> d2b61eb794b7 [2022-07-01T16:26:25.838Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-01T16:26:26.115Z] ---> Running in e2c803efa8aa [2022-07-01T16:26:26.115Z] ---> ea9f7f33acbe [2022-07-01T16:26:26.115Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-01T16:26:26.409Z] ---> Running in fbbb01ecd9ed [2022-07-01T16:26:26.409Z] ---> Running in 0d5cd612b32a [2022-07-01T16:26:27.037Z] Removing intermediate container fbbb01ecd9ed [2022-07-01T16:26:27.037Z] ---> 0e79eab0c825 [2022-07-01T16:26:27.037Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-01T16:26:27.037Z] ---> Running in 7e46fca3199f [2022-07-01T16:26:27.657Z] Removing intermediate container 7e46fca3199f [2022-07-01T16:26:27.657Z] ---> 04530c93865d [2022-07-01T16:26:27.657Z] 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-01T16:26:27.949Z] ---> Running in 9615f3900c2c [2022-07-01T16:26:28.229Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-01T16:26:28.510Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-01T16:26:28.510Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-01T16:26:28.786Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-01T16:26:30.794Z] Removing intermediate container 9615f3900c2c [2022-07-01T16:26:30.794Z] ---> d23d27bbae27 [2022-07-01T16:26:30.794Z] Step 12/26 : WORKDIR /edgex-go [2022-07-01T16:26:30.794Z] ---> Running in 052bd7f06294 [2022-07-01T16:26:31.401Z] Removing intermediate container 052bd7f06294 [2022-07-01T16:26:31.401Z] ---> 10f547b00d9b [2022-07-01T16:26:31.401Z] [2022-07-01T16:26:31.401Z] Step 13/26 : FROM alpine:3.15 [2022-07-01T16:26:31.401Z] 3.15: Pulling from library/alpine [2022-07-01T16:26:32.868Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-01T16:26:32.868Z] Status: Downloaded newer image for alpine:3.15 [2022-07-01T16:26:32.868Z] ---> 3fb3c9af89a9 [2022-07-01T16:26:32.868Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:26:32.868Z] ---> Running in 929322f40f04 [2022-07-01T16:26:33.152Z] Removing intermediate container 929322f40f04 [2022-07-01T16:26:33.152Z] ---> badc1815bf70 [2022-07-01T16:26:33.152Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:26:33.436Z] ---> Running in 646327e2b341 [2022-07-01T16:26:36.102Z] Removing intermediate container 646327e2b341 [2022-07-01T16:26:36.102Z] ---> f0f0218948ec [2022-07-01T16:26:36.102Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-01T16:26:36.380Z] ---> Running in f35ad70301e0 [2022-07-01T16:26:38.382Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:26:39.840Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:26:40.828Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:26:40.828Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:26:40.828Z] OK: 15736 distinct packages available [2022-07-01T16:26:41.105Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:26:42.098Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:26:43.095Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-01T16:26:43.095Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:26:43.095Z] (3/5) Installing libucontext (1.1-r0) [2022-07-01T16:26:43.375Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-01T16:26:43.375Z] (5/5) Installing openssl (1.1.1o-r0) [2022-07-01T16:26:43.375Z] ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') [2022-07-01T16:26:43.375Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:26:43.375Z] 1 error; 6 MiB in 18 packages [2022-07-01T16:26:44.848Z] Building support-notifications [2022-07-01T16:27:03.208Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:27:03.208Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:27:03.208Z] ---> 26a9b95705f5 [2022-07-01T16:27:03.208Z] Step 3/22 : WORKDIR /edgex-go [2022-07-01T16:27:03.208Z] ---> Using cache [2022-07-01T16:27:03.208Z] ---> df6796814ada [2022-07-01T16:27:03.208Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:27:03.208Z] ---> Using cache [2022-07-01T16:27:03.208Z] ---> eaddf8b7302b [2022-07-01T16:27:03.208Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-01T16:27:03.208Z] ---> Running in 316f15cdcba9 [2022-07-01T16:27:03.208Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:27:04.650Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:27:05.637Z] OK: 220 MiB in 52 packages [2022-07-01T16:27:06.631Z] Removing intermediate container 316f15cdcba9 [2022-07-01T16:27:06.631Z] ---> 794ff6e7b13c [2022-07-01T16:27:06.631Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-01T16:27:08.080Z] ---> a68281770285 [2022-07-01T16:27:08.080Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:27:08.080Z] ---> Running in 0a17eda0a905 [2022-07-01T16:27:13.505Z] Removing intermediate container 0a17eda0a905 [2022-07-01T16:27:13.505Z] ---> f87bb8d10d3b [2022-07-01T16:27:13.505Z] Step 8/22 : COPY . . [2022-07-01T16:27:25.953Z] ---> cbbb30eb8439 [2022-07-01T16:27:25.953Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-01T16:27:25.953Z] ---> Running in 99887a6bdbab [2022-07-01T16:27:26.954Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-01T16:31:04.047Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-01T16:31:04.047Z] Removing intermediate container 0d5cd612b32a [2022-07-01T16:31:04.047Z] ---> 11b15dca1997 [2022-07-01T16:31:04.047Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-01T16:31:04.047Z] ---> Running in 5183108d460c [2022-07-01T16:31:04.047Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-01T16:31:08.388Z] Removing intermediate container 5183108d460c [2022-07-01T16:31:08.388Z] ---> 96731a1bd6aa [2022-07-01T16:31:08.388Z] [2022-07-01T16:31:08.388Z] Step 11/23 : FROM docker:20.10.14 [2022-07-01T16:31:08.666Z] 20.10.14: Pulling from library/docker [2022-07-01T16:31:15.409Z] Removing intermediate container e2c803efa8aa [2022-07-01T16:31:15.409Z] ---> 175e7108f6aa [2022-07-01T16:31:15.409Z] [2022-07-01T16:31:15.409Z] Step 10/31 : FROM alpine:3.14 [2022-07-01T16:31:15.691Z] 3.14: Pulling from library/alpine [2022-07-01T16:31:18.350Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-01T16:31:18.350Z] Status: Downloaded newer image for alpine:3.14 [2022-07-01T16:31:18.350Z] ---> ac73e934f311 [2022-07-01T16:31:18.350Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-07-01T16:31:18.978Z] ---> Running in d76ddf274d6a [2022-07-01T16:31:19.979Z] Removing intermediate container d76ddf274d6a [2022-07-01T16:31:19.979Z] ---> 4ee1ded4e4a4 [2022-07-01T16:31:19.979Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-01T16:31:19.979Z] ---> Running in 6b115cbf300a [2022-07-01T16:31:21.985Z] Removing intermediate container 469fe840504c [2022-07-01T16:31:21.985Z] ---> 7d9873cfe155 [2022-07-01T16:31:21.985Z] [2022-07-01T16:31:21.985Z] Step 10/25 : FROM alpine:3.14 [2022-07-01T16:31:21.985Z] ---> ac73e934f311 [2022-07-01T16:31:21.985Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-01T16:31:21.986Z] ---> Running in a9dd6a246958 [2022-07-01T16:31:22.269Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:31:22.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:31:23.886Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-01T16:31:23.886Z] (2/2) Installing su-exec (0.2-r1) [2022-07-01T16:31:23.886Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:31:23.886Z] OK: 6 MiB in 16 packages [2022-07-01T16:31:24.886Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:31:25.509Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:31:25.786Z] Removing intermediate container 6b115cbf300a [2022-07-01T16:31:25.786Z] ---> 044e150c91e4 [2022-07-01T16:31:25.786Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-01T16:31:26.069Z] ---> Running in 8f75130b9adc [2022-07-01T16:31:26.682Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-01T16:31:26.682Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-01T16:31:26.682Z] (3/3) Installing su-exec (0.2-r1) [2022-07-01T16:31:26.682Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:31:26.682Z] Removing intermediate container 8f75130b9adc [2022-07-01T16:31:26.682Z] ---> 085d84a2a142 [2022-07-01T16:31:26.682Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-07-01T16:31:26.682Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:31:26.958Z] ---> Running in a2f513f23e54 [2022-07-01T16:31:27.235Z] OK: 6 MiB in 17 packages [2022-07-01T16:31:27.845Z] Removing intermediate container a2f513f23e54 [2022-07-01T16:31:27.845Z] ---> 6916a19b6789 [2022-07-01T16:31:27.845Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-01T16:31:28.122Z] ---> Running in ab7a4c246116 [2022-07-01T16:31:30.789Z] Removing intermediate container a9dd6a246958 [2022-07-01T16:31:30.789Z] ---> b238a0da56f7 [2022-07-01T16:31:30.789Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-01T16:31:30.789Z] ---> Running in 083a4d958c70 [2022-07-01T16:31:31.815Z] Removing intermediate container 083a4d958c70 [2022-07-01T16:31:31.815Z] ---> 8e19274604e3 [2022-07-01T16:31:31.815Z] Step 13/25 : WORKDIR / [2022-07-01T16:31:32.094Z] ---> Running in 53a08bccf458 [2022-07-01T16:31:32.691Z] Removing intermediate container ab7a4c246116 [2022-07-01T16:31:32.692Z] ---> 99a3b2a32f0b [2022-07-01T16:31:32.692Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-07-01T16:31:32.692Z] ---> Running in 8f957d203f31 [2022-07-01T16:31:33.290Z] Removing intermediate container 53a08bccf458 [2022-07-01T16:31:33.290Z] ---> 808723909f47 [2022-07-01T16:31:33.290Z] 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-01T16:31:33.571Z] Removing intermediate container 8f957d203f31 [2022-07-01T16:31:33.571Z] ---> 190eb25f6b1c [2022-07-01T16:31:33.571Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-07-01T16:31:33.856Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-01T16:31:33.856Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-01T16:31:33.856Z] ---> c346e9eafbab [2022-07-01T16:31:33.856Z] 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-01T16:31:33.856Z] ---> Running in 778c28c93512 [2022-07-01T16:31:34.464Z] ---> 13b2b2cd494e [2022-07-01T16:31:34.464Z] 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-01T16:31:34.735Z] Removing intermediate container 778c28c93512 [2022-07-01T16:31:34.735Z] ---> 14aa97c3d03c [2022-07-01T16:31:34.735Z] 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-01T16:31:35.022Z] ---> Running in 4e836f1bc347 [2022-07-01T16:31:35.302Z] ---> e6afa8f1b338 [2022-07-01T16:31:35.302Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-07-01T16:31:35.302Z] ---> Running in 3373283aed9a [2022-07-01T16:31:36.583Z] ---> 044e5230e41a [2022-07-01T16:31:36.584Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-01T16:31:38.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:31:38.208Z] ---> bb3cb5ab0b78 [2022-07-01T16:31:38.208Z] 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-01T16:31:38.525Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:31:40.046Z] ---> ba68eb0ade77 [2022-07-01T16:31:40.046Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-01T16:31:40.046Z] Removing intermediate container 3373283aed9a [2022-07-01T16:31:40.046Z] ---> ee073a2f1510 [2022-07-01T16:31:40.046Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:31:40.342Z] (1/43) Installing readline (8.1.1-r0) [2022-07-01T16:31:40.342Z] (2/43) Installing bash (5.1.16-r0) [2022-07-01T16:31:40.342Z] Executing bash-5.1.16-r0.post-install [2022-07-01T16:31:40.342Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-01T16:31:40.658Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-01T16:31:40.658Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-01T16:31:40.658Z] (6/43) Installing curl (7.80.0-r2) [2022-07-01T16:31:40.658Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-01T16:31:40.658Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-01T16:31:40.658Z] (9/43) Installing expat (2.4.7-r0) [2022-07-01T16:31:40.658Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-01T16:31:40.658Z] (11/43) Installing gdbm (1.22-r0) [2022-07-01T16:31:40.658Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-01T16:31:40.658Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-01T16:31:40.658Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-01T16:31:40.658Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-01T16:31:40.963Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-01T16:31:40.963Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-01T16:31:41.590Z] ---> fa1ecedc5f3d [2022-07-01T16:31:41.590Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-01T16:31:42.281Z] ---> 6ef78f35b458 [2022-07-01T16:31:42.281Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-01T16:31:44.455Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-01T16:31:44.455Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-01T16:31:44.455Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-01T16:31:44.455Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-01T16:31:44.455Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-01T16:31:44.731Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-01T16:31:44.731Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-01T16:31:44.731Z] ---> 1464ca765b95 [2022-07-01T16:31:44.731Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-01T16:31:44.731Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-01T16:31:44.731Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-01T16:31:44.731Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-01T16:31:44.731Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-01T16:31:44.731Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-01T16:31:45.007Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-01T16:31:45.007Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-01T16:31:45.007Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-01T16:31:45.007Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-01T16:31:45.007Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-01T16:31:45.007Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-01T16:31:45.007Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-01T16:31:45.007Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-01T16:31:45.007Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-01T16:31:45.007Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-01T16:31:45.283Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-01T16:31:45.284Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-01T16:31:45.284Z] ---> 8acffdedbb7f [2022-07-01T16:31:45.284Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-01T16:31:45.557Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-01T16:31:45.557Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-01T16:31:46.169Z] ---> 3956e8697a6c [2022-07-01T16:31:46.169Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-01T16:31:46.447Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:31:46.447Z] OK: 82 MiB in 65 packages [2022-07-01T16:31:46.447Z] ---> 4831441a6325 [2022-07-01T16:31:46.447Z] 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-01T16:31:46.723Z] ---> Running in b164bb0fe692 [2022-07-01T16:31:47.358Z] ---> 4eb964ff662c [2022-07-01T16:31:47.358Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-07-01T16:31:48.337Z] ---> 7aaedf075e2e [2022-07-01T16:31:48.338Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-07-01T16:31:48.952Z] ---> Running in 11e58245d090 [2022-07-01T16:31:49.949Z] Removing intermediate container 11e58245d090 [2022-07-01T16:31:49.949Z] ---> 1446b910df00 [2022-07-01T16:31:49.949Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-01T16:31:50.559Z] Removing intermediate container b164bb0fe692 [2022-07-01T16:31:50.559Z] ---> fc20135a1f3d [2022-07-01T16:31:50.559Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-01T16:31:50.559Z] ---> Running in d4a8023c16ae [2022-07-01T16:31:51.155Z] ---> ab3b36099a50 [2022-07-01T16:31:51.155Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-01T16:31:51.426Z] ---> Running in f348913d3c9d [2022-07-01T16:31:51.700Z] Removing intermediate container d4a8023c16ae [2022-07-01T16:31:51.700Z] ---> 7cfa584b0129 [2022-07-01T16:31:51.700Z] Step 23/25 : LABEL arch=arm64 [2022-07-01T16:31:51.982Z] ---> Running in 5db529a9ad46 [2022-07-01T16:31:52.263Z] Collecting docker-compose==1.23.2 [2022-07-01T16:31:52.546Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-01T16:31:52.546Z] Removing intermediate container 5db529a9ad46 [2022-07-01T16:31:52.546Z] ---> 2a2b9a26652e [2022-07-01T16:31:52.546Z] Step 24/25 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:31:52.546Z] ---> Running in a85d11c4c2e3 [2022-07-01T16:31:52.821Z] Collecting docopt<0.7,>=0.6.1 [2022-07-01T16:31:52.821Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-01T16:31:53.426Z] Removing intermediate container a85d11c4c2e3 [2022-07-01T16:31:53.426Z] ---> 238b28fc113e [2022-07-01T16:31:53.426Z] Step 25/25 : LABEL version=2.2.1-dev.17 [2022-07-01T16:31:53.426Z] ---> Running in d30eb2494ae6 [2022-07-01T16:31:54.033Z] Removing intermediate container d30eb2494ae6 [2022-07-01T16:31:54.033Z] ---> 0d9e4286f778 [2022-07-01T16:31:54.033Z] [2022-07-01T16:31:55.045Z] Successfully built 0d9e4286f778 [2022-07-01T16:31:55.045Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-01T16:31:55.045Z] Building core-command [2022-07-01T16:31:55.345Z]  Building security-secretstore-setup ... done Removing intermediate container f348913d3c9d [2022-07-01T16:31:55.345Z] ---> 10a53c8e05e9 [2022-07-01T16:31:55.345Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-01T16:31:55.623Z] ---> Running in 73496ca8aebf [2022-07-01T16:31:55.898Z] Collecting cached-property<2,>=1.2.0 [2022-07-01T16:31:55.898Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-01T16:31:56.506Z] Collecting docker<4.0,>=3.6.0 [2022-07-01T16:31:56.506Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-01T16:31:56.785Z] Removing intermediate container 73496ca8aebf [2022-07-01T16:31:56.785Z] ---> 62afecf9592e [2022-07-01T16:31:56.785Z] Step 28/31 : CMD ["gate"] [2022-07-01T16:31:57.387Z] ---> Running in 4454adb28838 [2022-07-01T16:31:57.991Z] Collecting PyYAML<4,>=3.10 [2022-07-01T16:31:57.991Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-01T16:31:58.598Z] Removing intermediate container 4454adb28838 [2022-07-01T16:31:58.598Z] ---> 8476480d54e8 [2022-07-01T16:31:58.598Z] Step 29/31 : LABEL arch=arm64 [2022-07-01T16:31:59.227Z] ---> Running in c3228a138e31 [2022-07-01T16:31:59.833Z] Removing intermediate container c3228a138e31 [2022-07-01T16:31:59.833Z] ---> 6353509673cd [2022-07-01T16:31:59.833Z] Step 30/31 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:32:00.441Z] ---> Running in 235bd99a42e5 [2022-07-01T16:32:01.046Z] Removing intermediate container 235bd99a42e5 [2022-07-01T16:32:01.046Z] ---> d7d9608d782c [2022-07-01T16:32:01.046Z] Step 31/31 : LABEL version=2.2.1-dev.17 [2022-07-01T16:32:01.675Z] ---> Running in 42ba6f5632e1 [2022-07-01T16:32:02.670Z] Removing intermediate container 42ba6f5632e1 [2022-07-01T16:32:02.670Z] ---> 50c4cd667637 [2022-07-01T16:32:02.670Z] [2022-07-01T16:32:03.277Z] Successfully built 50c4cd667637 [2022-07-01T16:32:03.277Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-01T16:32:03.277Z] Building security-spire-server [2022-07-01T16:32:03.552Z]  Building security-bootstrapper ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-01T16:32:03.552Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-01T16:32:04.160Z] Removing intermediate container e21842e24d98 [2022-07-01T16:32:04.160Z] ---> 744794d5af38 [2022-07-01T16:32:04.160Z] [2022-07-01T16:32:04.160Z] Step 10/23 : FROM alpine:3.14 [2022-07-01T16:32:04.160Z] ---> ac73e934f311 [2022-07-01T16:32:04.160Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-01T16:32:04.439Z] Collecting jsonschema<3,>=2.5.1 [2022-07-01T16:32:04.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-01T16:32:04.439Z] ---> Running in 578b89b361ef [2022-07-01T16:32:04.439Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-01T16:32:04.439Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-01T16:32:05.043Z] Removing intermediate container 578b89b361ef [2022-07-01T16:32:05.043Z] ---> 7bb631cdb1c9 [2022-07-01T16:32:05.043Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-01T16:32:05.043Z] ---> Running in 7213b44ed02b [2022-07-01T16:32:06.038Z] Removing intermediate container 7213b44ed02b [2022-07-01T16:32:06.038Z] ---> 62d918c02974 [2022-07-01T16:32:06.039Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-01T16:32:06.039Z] ---> Running in bd38b8a23ec1 [2022-07-01T16:32:07.032Z] Removing intermediate container bd38b8a23ec1 [2022-07-01T16:32:07.032Z] ---> 822e51b7daef [2022-07-01T16:32:07.032Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:32:07.032Z] ---> Running in 868bfde32a31 [2022-07-01T16:32:07.639Z] Collecting texttable<0.10,>=0.9.0 [2022-07-01T16:32:07.639Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-01T16:32:10.294Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-01T16:32:10.294Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-01T16:32:10.570Z] 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-01T16:32:10.570Z] Removing intermediate container 868bfde32a31 [2022-07-01T16:32:10.570Z] ---> 87df9eba86cd [2022-07-01T16:32:10.570Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-01T16:32:10.570Z] ---> Running in 733bd58f03f9 [2022-07-01T16:32:10.844Z] Collecting docker-pycreds>=0.4.0 [2022-07-01T16:32:10.844Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-01T16:32:12.297Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:12.578Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-01T16:32:12.578Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-01T16:32:12.864Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-01T16:32:12.864Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-01T16:32:13.162Z] Collecting idna<2.8,>=2.5 [2022-07-01T16:32:13.162Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-01T16:32:13.162Z] 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-01T16:32:13.449Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:13.733Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-01T16:32:13.733Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-01T16:32:13.733Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-01T16:32:13.733Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-01T16:32:14.351Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:32:14.351Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:32:14.351Z] ---> 26a9b95705f5 [2022-07-01T16:32:14.351Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:32:14.351Z] ---> Using cache [2022-07-01T16:32:14.351Z] ---> df6796814ada [2022-07-01T16:32:14.351Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:32:14.351Z] ---> Using cache [2022-07-01T16:32:14.351Z] ---> eaddf8b7302b [2022-07-01T16:32:14.351Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-01T16:32:14.351Z] ---> Running in 7997b2151f8a [2022-07-01T16:32:14.957Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-01T16:32:14.958Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-07-01T16:32:14.958Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-01T16:32:15.238Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-01T16:32:15.238Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-01T16:32:15.238Z] Attempting uninstall: urllib3 [2022-07-01T16:32:15.238Z] Found existing installation: urllib3 1.26.7 [2022-07-01T16:32:15.238Z] Uninstalling urllib3-1.26.7: [2022-07-01T16:32:15.238Z] Successfully uninstalled urllib3-1.26.7 [2022-07-01T16:32:15.514Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-01T16:32:15.515Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-01T16:32:15.791Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:32:15.791Z] OK: 8 MiB in 20 packages [2022-07-01T16:32:16.070Z] Attempting uninstall: idna [2022-07-01T16:32:16.070Z] Found existing installation: idna 3.3 [2022-07-01T16:32:16.383Z] Uninstalling idna-3.3: [2022-07-01T16:32:16.383Z] Successfully uninstalled idna-3.3 [2022-07-01T16:32:16.992Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:17.597Z] Removing intermediate container 733bd58f03f9 [2022-07-01T16:32:17.597Z] ---> 44398d45f515 [2022-07-01T16:32:17.597Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:32:18.204Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:18.807Z] ---> 223bf1a4d58f [2022-07-01T16:32:18.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-01T16:32:19.411Z] OK: 220 MiB in 52 packages [2022-07-01T16:32:20.015Z] Attempting uninstall: requests [2022-07-01T16:32:20.015Z] Found existing installation: requests 2.26.0 [2022-07-01T16:32:20.288Z] Uninstalling requests-2.26.0: [2022-07-01T16:32:20.288Z] Successfully uninstalled requests-2.26.0 [2022-07-01T16:32:20.895Z] Running setup.py install for texttable: started [2022-07-01T16:32:20.895Z] Removing intermediate container 7997b2151f8a [2022-07-01T16:32:20.895Z] ---> b506e0bc536b [2022-07-01T16:32:20.895Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:32:22.899Z] ---> 05926f882070 [2022-07-01T16:32:22.899Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> fcbc443f8f8d [2022-07-01T16:32:22.899Z] [2022-07-01T16:32:22.899Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:32:22.899Z] ---> Running in 8170891d9e51 [2022-07-01T16:32:23.501Z] Running setup.py install for texttable: finished with status 'done' [2022-07-01T16:32:23.501Z] Running setup.py install for PyYAML: started [2022-07-01T16:32:24.490Z] ---> 0effcdf597cb [2022-07-01T16:32:24.490Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-01T16:32:24.490Z] ---> Running in 2be416cf003e [2022-07-01T16:32:25.491Z] Removing intermediate container 2be416cf003e [2022-07-01T16:32:25.491Z] ---> a59db78dc9cb [2022-07-01T16:32:25.491Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:32:25.769Z] ---> Running in f4fe2d67821d [2022-07-01T16:32:26.375Z] Removing intermediate container f4fe2d67821d [2022-07-01T16:32:26.375Z] ---> aebb991ed6fc [2022-07-01T16:32:26.375Z] Step 21/23 : LABEL arch=arm64 [2022-07-01T16:32:26.375Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 Running setup.py install for PyYAML: finished with status 'done' [2022-07-01T16:32:26.375Z] [2022-07-01T16:32:26.375Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:32:26.375Z] ---> 26a9b95705f5 [2022-07-01T16:32:26.375Z] Step 3/25 : WORKDIR /edgex-go [2022-07-01T16:32:26.375Z] ---> Using cache [2022-07-01T16:32:26.375Z] ---> df6796814ada [2022-07-01T16:32:26.375Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:32:26.375Z] ---> Using cache [2022-07-01T16:32:26.375Z] ---> eaddf8b7302b [2022-07-01T16:32:26.375Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-01T16:32:26.375Z] ---> Using cache [2022-07-01T16:32:26.375Z] ---> 9c4b4a69fc08 [2022-07-01T16:32:26.665Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-01T16:32:26.665Z] ---> Using cache [2022-07-01T16:32:26.665Z] ---> 459e9c4fe117 [2022-07-01T16:32:26.665Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:32:26.665Z] ---> Using cache [2022-07-01T16:32:26.665Z] ---> 8125deaee527 [2022-07-01T16:32:26.665Z] Step 8/25 : COPY . . [2022-07-01T16:32:26.665Z] ---> Running in 33c30f23a0f4 [2022-07-01T16:32:26.665Z] ---> Using cache [2022-07-01T16:32:26.665Z] ---> d2b61eb794b7 [2022-07-01T16:32:26.665Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-01T16:32:26.665Z] ---> Using cache [2022-07-01T16:32:26.665Z] ---> 0e79eab0c825 [2022-07-01T16:32:26.665Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-01T16:32:26.665Z] ---> Using cache [2022-07-01T16:32:26.665Z] ---> 04530c93865d [2022-07-01T16:32:26.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-01T16:32:26.953Z] ---> Running in 5993d3e6dbc6 [2022-07-01T16:32:26.953Z] Running setup.py install for docopt: started [2022-07-01T16:32:27.230Z] Removing intermediate container 33c30f23a0f4 [2022-07-01T16:32:27.230Z] ---> 98dca628f910 [2022-07-01T16:32:27.230Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:32:27.506Z] ---> Running in ed31ac0ac5ac [2022-07-01T16:32:28.122Z] Removing intermediate container ed31ac0ac5ac [2022-07-01T16:32:28.122Z] ---> c520a3889baa [2022-07-01T16:32:28.122Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:32:28.401Z] ---> Running in 7901174c7bea [2022-07-01T16:32:29.406Z] Removing intermediate container 7901174c7bea [2022-07-01T16:32:29.406Z] ---> 78e356df414c [2022-07-01T16:32:29.406Z] [2022-07-01T16:32:29.690Z] Running setup.py install for docopt: finished with status 'done' [2022-07-01T16:32:29.690Z] Running setup.py install for dockerpty: started [2022-07-01T16:32:29.979Z] Removing intermediate container 8170891d9e51 [2022-07-01T16:32:29.979Z] ---> 756103289e4e [2022-07-01T16:32:29.979Z] Step 8/23 : COPY . . [2022-07-01T16:32:29.979Z] Successfully built 78e356df414c [2022-07-01T16:32:30.255Z] Successfully tagged core-data-arm64:latest [2022-07-01T16:32:30.255Z]  Building core-data ... done Building security-proxy-setup [2022-07-01T16:32:30.540Z] Removing intermediate container 5993d3e6dbc6 [2022-07-01T16:32:30.540Z] ---> f9efb7b342e4 [2022-07-01T16:32:30.540Z] Step 12/25 : WORKDIR /edgex-go [2022-07-01T16:32:30.540Z] ---> Running in d6dd4385049f [2022-07-01T16:32:31.549Z] Removing intermediate container d6dd4385049f [2022-07-01T16:32:31.549Z] ---> 5e6ac6715cd6 [2022-07-01T16:32:31.549Z] [2022-07-01T16:32:31.549Z] Step 13/25 : FROM alpine:3.15 [2022-07-01T16:32:31.549Z] ---> 3fb3c9af89a9 [2022-07-01T16:32:31.549Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:32:31.549Z] ---> Using cache [2022-07-01T16:32:31.549Z] ---> badc1815bf70 [2022-07-01T16:32:31.549Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:32:31.549Z] ---> Using cache [2022-07-01T16:32:31.549Z] ---> f0f0218948ec [2022-07-01T16:32:31.549Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-01T16:32:31.549Z] ---> Running in ca76e696e54d [2022-07-01T16:32:32.544Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-01T16:32:33.992Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:34.986Z] 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-01T16:32:35.263Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:36.713Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:32:36.713Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:32:36.713Z] OK: 15736 distinct packages available [2022-07-01T16:32:36.713Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:37.703Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:32:38.707Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-01T16:32:38.707Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:32:38.991Z] (3/5) Installing libucontext (1.1-r0) [2022-07-01T16:32:38.991Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-01T16:32:38.991Z] (5/5) Installing openssl (1.1.1o-r0) [2022-07-01T16:32:39.267Z] ERROR: openssl-1.1.1o-r0: package mentioned in index not found (try 'apk update') [2022-07-01T16:32:39.267Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:32:39.267Z] 1 error; 6 MiB in 18 packages [2022-07-01T16:32:41.277Z] Building core-metadata [2022-07-01T16:32:51.465Z] ---> ac36b2d7040b [2022-07-01T16:32:51.465Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-01T16:32:51.751Z] ---> Running in 132521676d7a [2022-07-01T16:32:53.737Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:32:53.737Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:32:53.737Z] ---> 26a9b95705f5 [2022-07-01T16:32:53.737Z] Step 3/22 : WORKDIR /edgex-go [2022-07-01T16:32:53.737Z] ---> Using cache [2022-07-01T16:32:53.737Z] ---> df6796814ada [2022-07-01T16:32:53.737Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:32:53.737Z] ---> Using cache [2022-07-01T16:32:53.737Z] ---> eaddf8b7302b [2022-07-01T16:32:53.737Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-01T16:32:53.737Z] ---> Using cache [2022-07-01T16:32:53.737Z] ---> b506e0bc536b [2022-07-01T16:32:53.737Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-01T16:32:53.737Z] ---> Using cache [2022-07-01T16:32:53.737Z] ---> fcbc443f8f8d [2022-07-01T16:32:53.737Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:32:53.737Z] ---> Using cache [2022-07-01T16:32:53.737Z] ---> 756103289e4e [2022-07-01T16:32:53.737Z] Step 8/22 : COPY . . [2022-07-01T16:32:54.338Z] ---> Using cache [2022-07-01T16:32:54.338Z] ---> ac36b2d7040b [2022-07-01T16:32:54.338Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-01T16:32:54.338Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-01T16:32:54.618Z] ---> Running in 3a63f6862ca8 [2022-07-01T16:32:57.278Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-01T16:33:00.714Z] Removing intermediate container 4e836f1bc347 [2022-07-01T16:33:00.714Z] ---> ba074cf3f4cc [2022-07-01T16:33:00.714Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-01T16:33:00.992Z] ---> Running in 4cb0aa897109 [2022-07-01T16:33:01.986Z] Removing intermediate container 4cb0aa897109 [2022-07-01T16:33:01.986Z] ---> 9106ca2cf8ec [2022-07-01T16:33:01.986Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-01T16:33:01.986Z] ---> Running in f1466c5ac3a7 [2022-07-01T16:33:02.263Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:33:02.263Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:33:02.263Z] ---> 26a9b95705f5 [2022-07-01T16:33:02.263Z] Step 3/23 : WORKDIR /edgex-go [2022-07-01T16:33:02.263Z] ---> Using cache [2022-07-01T16:33:02.263Z] ---> df6796814ada [2022-07-01T16:33:02.263Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:33:02.263Z] ---> Using cache [2022-07-01T16:33:02.263Z] ---> eaddf8b7302b [2022-07-01T16:33:02.263Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-01T16:33:02.263Z] ---> Using cache [2022-07-01T16:33:02.263Z] ---> b506e0bc536b [2022-07-01T16:33:02.263Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-01T16:33:02.263Z] ---> Using cache [2022-07-01T16:33:02.263Z] ---> fcbc443f8f8d [2022-07-01T16:33:02.263Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:33:02.263Z] ---> Using cache [2022-07-01T16:33:02.263Z] ---> 756103289e4e [2022-07-01T16:33:02.263Z] Step 8/23 : COPY . . [2022-07-01T16:33:02.542Z] ---> Using cache [2022-07-01T16:33:02.542Z] ---> ac36b2d7040b [2022-07-01T16:33:02.542Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-01T16:33:02.542Z] ---> Running in c7b64024b9ad [2022-07-01T16:33:02.861Z] Removing intermediate container f1466c5ac3a7 [2022-07-01T16:33:02.861Z] ---> d247a10edfff [2022-07-01T16:33:02.861Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-01T16:33:05.492Z] ---> 3a902f8d894e [2022-07-01T16:33:05.492Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-01T16:33:05.492Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-01T16:33:06.096Z] ---> aaa8342f0a50 [2022-07-01T16:33:06.096Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-01T16:33:07.544Z] ---> 18e0db4234d3 [2022-07-01T16:33:07.544Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-01T16:33:07.544Z] ---> Running in a79bc9def95b [2022-07-01T16:33:08.153Z] Removing intermediate container a79bc9def95b [2022-07-01T16:33:08.153Z] ---> d8e0003323bd [2022-07-01T16:33:08.153Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:33:08.153Z] ---> Running in 4e50e4263dc3 [2022-07-01T16:33:08.759Z] Removing intermediate container 4e50e4263dc3 [2022-07-01T16:33:08.759Z] ---> 032db5c3db33 [2022-07-01T16:33:08.759Z] Step 21/23 : LABEL arch=arm64 [2022-07-01T16:33:08.759Z] ---> Running in ff4cb558b611 [2022-07-01T16:33:09.363Z] Removing intermediate container ff4cb558b611 [2022-07-01T16:33:09.363Z] ---> 73cf5cb4af72 [2022-07-01T16:33:09.363Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:33:09.363Z] ---> Running in c28afebb5beb [2022-07-01T16:33:09.959Z] Removing intermediate container c28afebb5beb [2022-07-01T16:33:09.959Z] ---> 1294325769a7 [2022-07-01T16:33:09.959Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:33:09.959Z] ---> Running in c9d50d1dc2f6 [2022-07-01T16:33:10.574Z] Removing intermediate container c9d50d1dc2f6 [2022-07-01T16:33:10.574Z] ---> 8e6b8eaa8139 [2022-07-01T16:33:10.574Z] [2022-07-01T16:33:10.848Z] Successfully built 8e6b8eaa8139 [2022-07-01T16:33:10.849Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-01T16:33:10.849Z]  Building sys-mgmt-agent ... done Building security-spire-config [2022-07-01T16:33:29.210Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:33:29.210Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:33:29.210Z] ---> 26a9b95705f5 [2022-07-01T16:33:29.210Z] Step 3/26 : WORKDIR /edgex-go [2022-07-01T16:33:29.210Z] ---> Using cache [2022-07-01T16:33:29.210Z] ---> df6796814ada [2022-07-01T16:33:29.210Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:33:29.210Z] ---> Using cache [2022-07-01T16:33:29.210Z] ---> eaddf8b7302b [2022-07-01T16:33:29.210Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-01T16:33:29.210Z] ---> Using cache [2022-07-01T16:33:29.210Z] ---> 9c4b4a69fc08 [2022-07-01T16:33:29.211Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> 459e9c4fe117 [2022-07-01T16:33:29.211Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> 8125deaee527 [2022-07-01T16:33:29.211Z] Step 8/26 : COPY . . [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> d2b61eb794b7 [2022-07-01T16:33:29.211Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> 0e79eab0c825 [2022-07-01T16:33:29.211Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> 04530c93865d [2022-07-01T16:33:29.211Z] 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-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> d23d27bbae27 [2022-07-01T16:33:29.211Z] Step 12/26 : WORKDIR /edgex-go [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> 10f547b00d9b [2022-07-01T16:33:29.211Z] [2022-07-01T16:33:29.211Z] Step 13/26 : FROM alpine:3.15 [2022-07-01T16:33:29.211Z] ---> 3fb3c9af89a9 [2022-07-01T16:33:29.211Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> badc1815bf70 [2022-07-01T16:33:29.211Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:33:29.211Z] ---> Using cache [2022-07-01T16:33:29.211Z] ---> f0f0218948ec [2022-07-01T16:33:29.211Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-01T16:33:29.211Z] ---> Running in 90d89ed1ab64 [2022-07-01T16:33:30.671Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:33:32.128Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:33:33.127Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:33:33.127Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:33:33.127Z] OK: 15736 distinct packages available [2022-07-01T16:33:33.405Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:33:34.399Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:33:35.390Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-01T16:33:35.668Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:33:35.668Z] (3/4) Installing libucontext (1.1-r0) [2022-07-01T16:33:35.668Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-01T16:33:35.949Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:33:35.949Z] OK: 6 MiB in 18 packages [2022-07-01T16:33:37.956Z] Removing intermediate container 90d89ed1ab64 [2022-07-01T16:33:37.956Z] ---> 0065251386c7 [2022-07-01T16:33:37.956Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-01T16:33:44.747Z] ---> ea15643d1732 [2022-07-01T16:33:44.747Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-01T16:33:45.359Z] ---> 09f101cb6ae6 [2022-07-01T16:33:45.359Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-01T16:33:45.636Z] ---> Running in a124e78229c4 [2022-07-01T16:33:46.243Z] Removing intermediate container a124e78229c4 [2022-07-01T16:33:46.243Z] ---> 901d68a3673e [2022-07-01T16:33:46.243Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-01T16:33:47.251Z] ---> 2d275e75ddc9 [2022-07-01T16:33:47.251Z] Step 21/26 : WORKDIR / [2022-07-01T16:33:47.251Z] ---> Running in b29a3492156a [2022-07-01T16:33:48.305Z] Removing intermediate container b29a3492156a [2022-07-01T16:33:48.305Z] ---> c26bcb2d1024 [2022-07-01T16:33:48.305Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-01T16:33:48.583Z] ---> Running in 330e025156fe [2022-07-01T16:33:49.589Z] Removing intermediate container 330e025156fe [2022-07-01T16:33:49.589Z] ---> 432b17d4e9a9 [2022-07-01T16:33:49.589Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-01T16:33:49.869Z] ---> Running in 3f444b901df4 [2022-07-01T16:33:51.363Z] Removing intermediate container 3f444b901df4 [2022-07-01T16:33:51.363Z] ---> cb360938a693 [2022-07-01T16:33:51.363Z] Step 24/26 : LABEL arch=arm64 [2022-07-01T16:33:51.363Z] ---> Running in ed72e57df4ed [2022-07-01T16:33:52.868Z] Removing intermediate container ed72e57df4ed [2022-07-01T16:33:52.868Z] ---> 97fe73664e15 [2022-07-01T16:33:52.868Z] Step 25/26 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:33:52.868Z] ---> Running in 6a6aba824cb5 [2022-07-01T16:33:53.874Z] Removing intermediate container 6a6aba824cb5 [2022-07-01T16:33:53.874Z] ---> 25422c1ebd54 [2022-07-01T16:33:53.874Z] Step 26/26 : LABEL version=2.2.1-dev.17 [2022-07-01T16:33:54.166Z] ---> Running in 75c041626d92 [2022-07-01T16:33:55.622Z] Removing intermediate container 75c041626d92 [2022-07-01T16:33:55.622Z] ---> 33cfe055ba03 [2022-07-01T16:33:55.622Z] [2022-07-01T16:33:56.237Z] Successfully built 33cfe055ba03 [2022-07-01T16:33:56.237Z] Successfully tagged security-spire-config-arm64:latest [2022-07-01T16:33:56.237Z] Building support-scheduler [2022-07-01T16:34:00.601Z]  Building security-spire-config ... done Removing intermediate container 99887a6bdbab [2022-07-01T16:34:00.601Z] ---> 61bb0e6f714a [2022-07-01T16:34:00.601Z] [2022-07-01T16:34:00.601Z] Step 10/22 : FROM alpine:3.14 [2022-07-01T16:34:00.601Z] ---> ac73e934f311 [2022-07-01T16:34:00.601Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-01T16:34:00.886Z] ---> Running in fb71cffb829c [2022-07-01T16:34:02.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:34:03.527Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:34:04.528Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-01T16:34:04.528Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-01T16:34:04.528Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:34:04.810Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:34:05.416Z] OK: 6 MiB in 16 packages [2022-07-01T16:34:08.848Z] Removing intermediate container fb71cffb829c [2022-07-01T16:34:08.848Z] ---> d4304793669d [2022-07-01T16:34:08.848Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:34:08.848Z] ---> Running in d4fb18b0effa [2022-07-01T16:34:09.131Z] Removing intermediate container d4fb18b0effa [2022-07-01T16:34:09.131Z] ---> 676e98f83fc7 [2022-07-01T16:34:09.131Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-01T16:34:09.414Z] ---> Running in a6f536892618 [2022-07-01T16:34:10.413Z] Removing intermediate container a6f536892618 [2022-07-01T16:34:10.413Z] ---> bc6e5aaae8b9 [2022-07-01T16:34:10.413Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-01T16:34:10.413Z] ---> Running in 6519ffe6ad5f [2022-07-01T16:34:11.681Z] Removing intermediate container 6519ffe6ad5f [2022-07-01T16:34:11.681Z] ---> 1c79fd99921c [2022-07-01T16:34:11.681Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:34:12.834Z] ---> 9ab414a06b35 [2022-07-01T16:34:12.834Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-01T16:34:17.367Z] ---> 9e9959e3a5bd [2022-07-01T16:34:17.367Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-01T16:34:17.367Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:34:17.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:34:17.367Z] ---> 26a9b95705f5 [2022-07-01T16:34:17.367Z] Step 3/22 : WORKDIR /edgex-go [2022-07-01T16:34:17.367Z] ---> Using cache [2022-07-01T16:34:17.367Z] ---> df6796814ada [2022-07-01T16:34:17.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:34:17.367Z] ---> Using cache [2022-07-01T16:34:17.367Z] ---> eaddf8b7302b [2022-07-01T16:34:17.367Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-01T16:34:17.367Z] ---> Using cache [2022-07-01T16:34:17.367Z] ---> b506e0bc536b [2022-07-01T16:34:17.367Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-01T16:34:17.367Z] ---> Using cache [2022-07-01T16:34:17.367Z] ---> fcbc443f8f8d [2022-07-01T16:34:17.367Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:34:17.367Z] ---> Using cache [2022-07-01T16:34:17.367Z] ---> 756103289e4e [2022-07-01T16:34:17.367Z] Step 8/22 : COPY . . [2022-07-01T16:34:17.706Z] ---> Using cache [2022-07-01T16:34:17.707Z] ---> ac36b2d7040b [2022-07-01T16:34:17.707Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-01T16:34:17.707Z] ---> Running in c58aa95e14fe [2022-07-01T16:34:19.196Z] ---> 1ee08196cd61 [2022-07-01T16:34:19.196Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-01T16:34:19.196Z] ---> Running in cabb330ba10f [2022-07-01T16:34:20.222Z] Removing intermediate container cabb330ba10f [2022-07-01T16:34:20.222Z] ---> a8c71342865f [2022-07-01T16:34:20.222Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:34:20.222Z] ---> Running in 13444b149819 [2022-07-01T16:34:20.510Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-01T16:34:20.799Z] Removing intermediate container 13444b149819 [2022-07-01T16:34:20.799Z] ---> 9cd2d6a7dcd7 [2022-07-01T16:34:20.799Z] Step 20/22 : LABEL arch=arm64 [2022-07-01T16:34:21.083Z] ---> Running in 7ddd1131ef9b [2022-07-01T16:34:21.705Z] Removing intermediate container 7ddd1131ef9b [2022-07-01T16:34:21.705Z] ---> 2ecb4a930fa9 [2022-07-01T16:34:21.705Z] Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:34:21.987Z] ---> Running in 37d2488daa17 [2022-07-01T16:34:22.613Z] Removing intermediate container 37d2488daa17 [2022-07-01T16:34:22.613Z] ---> 4980c1916861 [2022-07-01T16:34:22.613Z] Step 22/22 : LABEL version=2.2.1-dev.17 [2022-07-01T16:34:22.897Z] ---> Running in 8f2d3d1d874e [2022-07-01T16:34:23.525Z] Removing intermediate container 8f2d3d1d874e [2022-07-01T16:34:23.525Z] ---> bf3057189a5e [2022-07-01T16:34:23.525Z] [2022-07-01T16:34:23.814Z] Successfully built bf3057189a5e [2022-07-01T16:34:23.814Z] Successfully tagged support-notifications-arm64:latest [2022-07-01T16:34:23.814Z]  Building support-notifications ... done Building security-spiffe-token-provider [2022-07-01T16:34:42.215Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-07-01T16:34:42.215Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-01T16:34:42.215Z] ---> 26a9b95705f5 [2022-07-01T16:34:42.215Z] Step 3/20 : WORKDIR /edgex-go [2022-07-01T16:34:42.215Z] ---> Using cache [2022-07-01T16:34:42.215Z] ---> df6796814ada [2022-07-01T16:34:42.215Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-01T16:34:42.517Z] ---> Running in 84e0424c4c93 [2022-07-01T16:34:45.175Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:34:46.169Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:34:47.627Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:34:47.627Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:34:47.627Z] OK: 15743 distinct packages available [2022-07-01T16:34:47.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:34:48.903Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:34:50.349Z] OK: 220 MiB in 52 packages [2022-07-01T16:34:51.813Z] Removing intermediate container 84e0424c4c93 [2022-07-01T16:34:51.813Z] ---> 12c8d4148d9e [2022-07-01T16:34:51.813Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-01T16:34:52.811Z] ---> 248c261d283a [2022-07-01T16:34:53.089Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-01T16:34:53.089Z] ---> Running in 6e5f1389d9a7 [2022-07-01T16:35:01.416Z] Removing intermediate container 6e5f1389d9a7 [2022-07-01T16:35:01.416Z] ---> b26e1a17bdf2 [2022-07-01T16:35:01.416Z] Step 7/20 : COPY . . [2022-07-01T16:35:13.898Z] ---> 8c68820093f6 [2022-07-01T16:35:13.898Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-01T16:35:13.898Z] ---> Running in 45849fbd386d [2022-07-01T16:35:15.923Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-01T16:38:38.044Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.17" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-01T16:38:43.516Z] Removing intermediate container 132521676d7a [2022-07-01T16:38:43.516Z] ---> 55160b4611f8 [2022-07-01T16:38:43.516Z] [2022-07-01T16:38:43.516Z] Step 10/23 : FROM alpine:3.14 [2022-07-01T16:38:43.516Z] ---> ac73e934f311 [2022-07-01T16:38:43.516Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-01T16:38:43.516Z] ---> Running in 151866189b8f [2022-07-01T16:38:44.973Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:38:45.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:38:47.047Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-01T16:38:47.047Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:38:47.047Z] OK: 5 MiB in 15 packages [2022-07-01T16:38:48.511Z] Removing intermediate container 151866189b8f [2022-07-01T16:38:48.511Z] ---> 46e45be24b52 [2022-07-01T16:38:48.511Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:38:48.511Z] ---> Running in 99d01a384501 [2022-07-01T16:38:49.127Z] Removing intermediate container 99d01a384501 [2022-07-01T16:38:49.127Z] ---> 7df1a8aa7027 [2022-07-01T16:38:49.127Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-01T16:38:49.412Z] ---> Running in 953be96613ba [2022-07-01T16:38:50.025Z] Removing intermediate container 953be96613ba [2022-07-01T16:38:50.025Z] ---> 0af67b088a24 [2022-07-01T16:38:50.025Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-01T16:38:50.310Z] ---> Running in da42505c99c0 [2022-07-01T16:38:50.920Z] Removing intermediate container da42505c99c0 [2022-07-01T16:38:50.920Z] ---> 7c69e427a081 [2022-07-01T16:38:50.920Z] Step 15/23 : WORKDIR / [2022-07-01T16:38:50.920Z] ---> Running in b3a69ddada25 [2022-07-01T16:38:51.535Z] Removing intermediate container b3a69ddada25 [2022-07-01T16:38:51.535Z] ---> 9accf7091b84 [2022-07-01T16:38:51.535Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:38:52.553Z] ---> e91b3b1cdc4e [2022-07-01T16:38:52.553Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-01T16:38:54.573Z] ---> 06485c546256 [2022-07-01T16:38:54.573Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-01T16:38:55.591Z] ---> eecc3e7d2294 [2022-07-01T16:38:55.591Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-01T16:38:55.591Z] ---> Running in bf81a429e38c [2022-07-01T16:38:56.209Z] Removing intermediate container bf81a429e38c [2022-07-01T16:38:56.209Z] ---> 502a4f65b32d [2022-07-01T16:38:56.209Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:38:56.209Z] ---> Running in 38e818f31075 [2022-07-01T16:38:56.827Z] Removing intermediate container 38e818f31075 [2022-07-01T16:38:56.827Z] ---> 6fe93ef17ec5 [2022-07-01T16:38:56.827Z] Step 21/23 : LABEL arch=arm64 [2022-07-01T16:38:57.104Z] ---> Running in 25d9abd06b5a [2022-07-01T16:38:57.732Z] Removing intermediate container 25d9abd06b5a [2022-07-01T16:38:57.732Z] ---> bdd06d265050 [2022-07-01T16:38:57.732Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:38:57.732Z] ---> Running in 7fb12efb2714 [2022-07-01T16:38:58.732Z] Removing intermediate container 7fb12efb2714 [2022-07-01T16:38:58.732Z] ---> deb5b24182b3 [2022-07-01T16:38:58.732Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:38:58.732Z] ---> Running in 8f94405aec26 [2022-07-01T16:38:59.729Z] Removing intermediate container 8f94405aec26 [2022-07-01T16:38:59.729Z] ---> 02b0c9e04cba [2022-07-01T16:38:59.729Z] [2022-07-01T16:39:00.340Z] Successfully built 02b0c9e04cba [2022-07-01T16:39:00.340Z] Successfully tagged core-command-arm64:latest [2022-07-01T16:39:07.108Z]  Building core-command ... done Removing intermediate container 3a63f6862ca8 [2022-07-01T16:39:07.108Z] ---> 9b6d81f20098 [2022-07-01T16:39:07.108Z] [2022-07-01T16:39:07.108Z] Step 10/22 : FROM alpine:3.14 [2022-07-01T16:39:07.108Z] ---> ac73e934f311 [2022-07-01T16:39:07.108Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-01T16:39:07.108Z] ---> Running in 711846fa13d0 [2022-07-01T16:39:08.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:39:08.853Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:39:09.844Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-01T16:39:09.844Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-07-01T16:39:10.121Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-07-01T16:39:10.121Z] (4/6) Installing libcurl (7.79.1-r2) [2022-07-01T16:39:10.121Z] (5/6) Installing curl (7.79.1-r2) [2022-07-01T16:39:10.121Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-01T16:39:10.121Z] Executing busybox-1.33.1-r7.trigger [2022-07-01T16:39:10.121Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:39:10.402Z] OK: 8 MiB in 20 packages [2022-07-01T16:39:12.441Z] Removing intermediate container 711846fa13d0 [2022-07-01T16:39:12.441Z] ---> 352c61443cd8 [2022-07-01T16:39:12.441Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-01T16:39:12.729Z] ---> Running in a09500e4ce27 [2022-07-01T16:39:13.029Z] Removing intermediate container a09500e4ce27 [2022-07-01T16:39:13.029Z] ---> 923f4fb0e944 [2022-07-01T16:39:13.029Z] Step 13/22 : WORKDIR /edgex [2022-07-01T16:39:13.307Z] ---> Running in 3582dd8cd614 [2022-07-01T16:39:13.911Z] Removing intermediate container 3582dd8cd614 [2022-07-01T16:39:13.911Z] ---> 941d0acdee2e [2022-07-01T16:39:13.911Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-01T16:39:14.926Z] ---> 4ee25c861116 [2022-07-01T16:39:14.926Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-01T16:39:16.920Z] ---> cdfa7a78ff1e [2022-07-01T16:39:16.920Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-01T16:39:18.373Z] ---> 0c0302b5781c [2022-07-01T16:39:18.373Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-01T16:39:19.834Z] ---> 2b7498bf827a [2022-07-01T16:39:19.834Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-01T16:39:20.114Z] ---> Running in 0944bf9f230e [2022-07-01T16:39:25.581Z] Removing intermediate container 0944bf9f230e [2022-07-01T16:39:25.581Z] ---> 9178d076e303 [2022-07-01T16:39:25.581Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-01T16:39:25.581Z] ---> Running in ac78ab41d635 [2022-07-01T16:39:25.859Z] Removing intermediate container ac78ab41d635 [2022-07-01T16:39:25.859Z] ---> 5310e451e2a1 [2022-07-01T16:39:25.859Z] Step 20/22 : LABEL arch=arm64 [2022-07-01T16:39:26.466Z] ---> Running in b534b29d3fdd [2022-07-01T16:39:27.461Z] Removing intermediate container b534b29d3fdd [2022-07-01T16:39:27.461Z] ---> 0ebaa1668757 [2022-07-01T16:39:27.461Z] Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:39:27.741Z] ---> Running in b5cf1a8bd9b6 [2022-07-01T16:39:28.738Z] Removing intermediate container b5cf1a8bd9b6 [2022-07-01T16:39:28.738Z] ---> 784e1200a531 [2022-07-01T16:39:28.738Z] Step 22/22 : LABEL version=2.2.1-dev.17 [2022-07-01T16:39:28.738Z] ---> Running in 33ef344ed51d [2022-07-01T16:39:29.742Z] Removing intermediate container 33ef344ed51d [2022-07-01T16:39:29.742Z] ---> 29a6a119c14c [2022-07-01T16:39:29.742Z] [2022-07-01T16:39:29.742Z] Removing intermediate container c7b64024b9ad [2022-07-01T16:39:29.742Z] ---> a72ff2bc8a7c [2022-07-01T16:39:29.742Z] [2022-07-01T16:39:29.742Z] Step 10/23 : FROM alpine:3.14 [2022-07-01T16:39:29.742Z] Successfully built 29a6a119c14c [2022-07-01T16:39:30.032Z] ---> ac73e934f311 [2022-07-01T16:39:30.032Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-01T16:39:30.032Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-01T16:39:30.032Z] ---> Using cache [2022-07-01T16:39:30.032Z] ---> 46e45be24b52 [2022-07-01T16:39:30.032Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:39:30.032Z] ---> Using cache [2022-07-01T16:39:30.032Z] ---> 7df1a8aa7027 [2022-07-01T16:39:30.032Z]  Building security-proxy-setup ... done Step 13/23 : ENV APP_PORT=59881 [2022-07-01T16:39:30.032Z] ---> Running in 4a00a333d2f8 [2022-07-01T16:39:30.654Z] Removing intermediate container 4a00a333d2f8 [2022-07-01T16:39:30.654Z] ---> 635c86995ff9 [2022-07-01T16:39:30.654Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-01T16:39:30.940Z] ---> Running in 294b3ca7d09d [2022-07-01T16:39:31.548Z] Removing intermediate container 294b3ca7d09d [2022-07-01T16:39:31.548Z] ---> 1b2a53ce2f40 [2022-07-01T16:39:31.548Z] Step 15/23 : WORKDIR / [2022-07-01T16:39:31.548Z] ---> Running in 22eed29bb4ef [2022-07-01T16:39:32.551Z] Removing intermediate container 22eed29bb4ef [2022-07-01T16:39:32.551Z] ---> 03311b9facaf [2022-07-01T16:39:32.551Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:39:33.547Z] ---> 350aa24fe487 [2022-07-01T16:39:33.547Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-01T16:39:35.002Z] ---> 9206f3543e19 [2022-07-01T16:39:35.002Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-01T16:39:36.006Z] ---> 92ae26dea0ba [2022-07-01T16:39:36.006Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-01T16:39:36.285Z] ---> Running in a97cfcc97a48 [2022-07-01T16:39:36.904Z] Removing intermediate container a97cfcc97a48 [2022-07-01T16:39:36.904Z] ---> d9ca3f6c806e [2022-07-01T16:39:36.904Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:39:36.904Z] ---> Running in 24db69f0c13a [2022-07-01T16:39:37.516Z] Removing intermediate container 24db69f0c13a [2022-07-01T16:39:37.516Z] ---> 239ec3fe8f61 [2022-07-01T16:39:37.516Z] Step 21/23 : LABEL arch=arm64 [2022-07-01T16:39:37.516Z] ---> Running in 3c4b3f49a25f [2022-07-01T16:39:38.139Z] Removing intermediate container 3c4b3f49a25f [2022-07-01T16:39:38.139Z] ---> 19fc839bc00a [2022-07-01T16:39:38.139Z] Step 22/23 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:39:38.420Z] ---> Running in e9d772f1d147 [2022-07-01T16:39:39.042Z] Removing intermediate container e9d772f1d147 [2022-07-01T16:39:39.042Z] ---> fc86bcad8592 [2022-07-01T16:39:39.042Z] Step 23/23 : LABEL version=2.2.1-dev.17 [2022-07-01T16:39:39.042Z] ---> Running in 3c6e8d570bf1 [2022-07-01T16:39:39.651Z] Removing intermediate container 3c6e8d570bf1 [2022-07-01T16:39:39.936Z] ---> 10b6023fd4e3 [2022-07-01T16:39:39.936Z] [2022-07-01T16:39:40.224Z] Successfully built 10b6023fd4e3 [2022-07-01T16:39:40.224Z] Successfully tagged core-metadata-arm64:latest [2022-07-01T16:41:17.150Z]  Building core-metadata ... done Removing intermediate container 45849fbd386d [2022-07-01T16:41:17.150Z] ---> 0972eaf1711e [2022-07-01T16:41:17.150Z] [2022-07-01T16:41:17.150Z] Step 9/20 : FROM alpine:3.15 [2022-07-01T16:41:17.150Z] ---> 3fb3c9af89a9 [2022-07-01T16:41:17.150Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-01T16:41:17.150Z] ---> Using cache [2022-07-01T16:41:17.150Z] ---> badc1815bf70 [2022-07-01T16:41:17.150Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-01T16:41:17.150Z] ---> Using cache [2022-07-01T16:41:17.150Z] ---> f0f0218948ec [2022-07-01T16:41:17.150Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-01T16:41:17.150Z] Removing intermediate container c58aa95e14fe [2022-07-01T16:41:17.150Z] ---> a1b01a4eb2be [2022-07-01T16:41:17.150Z] [2022-07-01T16:41:17.150Z] Step 10/22 : FROM alpine:3.14 [2022-07-01T16:41:17.150Z] ---> ac73e934f311 [2022-07-01T16:41:17.150Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-01T16:41:17.150Z] ---> Using cache [2022-07-01T16:41:17.150Z] ---> 46e45be24b52 [2022-07-01T16:41:17.150Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-01T16:41:17.150Z] ---> Using cache [2022-07-01T16:41:17.150Z] ---> 7df1a8aa7027 [2022-07-01T16:41:17.150Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-01T16:41:17.150Z] ---> Running in 0f7a5a18cb43 [2022-07-01T16:41:17.150Z] ---> Running in 462b19bce074 [2022-07-01T16:41:17.150Z] Removing intermediate container 0f7a5a18cb43 [2022-07-01T16:41:17.150Z] ---> 24a331bd6c05 [2022-07-01T16:41:17.150Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-01T16:41:17.150Z] ---> Running in 7e1047e631cd [2022-07-01T16:41:17.150Z] Removing intermediate container 7e1047e631cd [2022-07-01T16:41:17.150Z] ---> d1fb533105e3 [2022-07-01T16:41:17.150Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-01T16:41:17.150Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:41:17.150Z] ---> 0dbec84aab15 [2022-07-01T16:41:17.150Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-01T16:41:17.150Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:41:17.150Z] ---> 041b133f1b5d [2022-07-01T16:41:17.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-01T16:41:17.150Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-07-01T16:41:17.150Z] v3.15.4-208-g3b158a1c74 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-07-01T16:41:17.150Z] OK: 15736 distinct packages available [2022-07-01T16:41:17.150Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-01T16:41:17.150Z] ---> 5cc5ca691744 [2022-07-01T16:41:17.150Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-01T16:41:17.150Z] ---> Running in 7abaa33b7b55 [2022-07-01T16:41:17.150Z] Removing intermediate container 7abaa33b7b55 [2022-07-01T16:41:17.150Z] ---> 151f8d48cd05 [2022-07-01T16:41:17.150Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-01T16:41:17.150Z] ---> Running in c5afe4aa7962 [2022-07-01T16:41:17.150Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-01T16:41:17.150Z] Removing intermediate container c5afe4aa7962 [2022-07-01T16:41:17.150Z] ---> 1674d6a59e63 [2022-07-01T16:41:17.150Z] Step 20/22 : LABEL arch=arm64 [2022-07-01T16:41:17.150Z] ---> Running in 671e7ba6a0df [2022-07-01T16:41:17.150Z] Removing intermediate container 671e7ba6a0df [2022-07-01T16:41:17.150Z] ---> 91cba0178647 [2022-07-01T16:41:17.150Z] Step 21/22 : LABEL git_sha=8c995af195f08c96051e81afd7f7ed1e800bba03 [2022-07-01T16:41:17.150Z] ---> Running in 0981c2a279c5 [2022-07-01T16:41:17.424Z] Removing intermediate container 0981c2a279c5 [2022-07-01T16:41:17.424Z] ---> fa54ebffc659 [2022-07-01T16:41:17.424Z] Step 22/22 : LABEL version=2.2.1-dev.17 [2022-07-01T16:41:17.424Z] ---> Running in 60f56661f603 [2022-07-01T16:41:17.424Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-01T16:41:17.699Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-01T16:41:17.699Z] Removing intermediate container 60f56661f603 [2022-07-01T16:41:17.699Z] ---> 7b7b6d7d478d [2022-07-01T16:41:17.699Z] [2022-07-01T16:41:17.973Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-01T16:41:17.973Z] (4/9) Installing libcurl (7.80.0-r1) [2022-07-01T16:41:17.973Z] ERROR: libcurl-7.80.0-r1: package mentioned in index not found (try 'apk update') [2022-07-01T16:41:17.973Z] (5/9) Installing curl (7.80.0-r1) [2022-07-01T16:41:17.973Z] Successfully built 7b7b6d7d478d [2022-07-01T16:41:18.246Z] Successfully tagged support-scheduler-arm64:latest [2022-07-01T16:41:18.521Z]  Building support-scheduler ... done ERROR: curl-7.80.0-r1: package mentioned in index not found (try 'apk update') [2022-07-01T16:41:18.521Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-01T16:41:19.123Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-01T16:41:19.123Z] (8/9) Installing libucontext (1.1-r0) [2022-07-01T16:41:19.123Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-01T16:41:19.399Z] Executing busybox-1.34.1-r5.trigger [2022-07-01T16:41:19.399Z] Executing ca-certificates-20211220-r0.trigger [2022-07-01T16:41:19.673Z] 2 errors; 7 MiB in 21 packages [2022-07-01T16:41:20.663Z] [2022-07-01T16:41:20.663Z] ERROR: for security-spire-agent (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") [2022-07-01T16:41:20.663Z] [2022-07-01T16:41:20.663Z] ERROR: for security-spire-server (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init openssl gcompat' returned a non-zero code: 1") [2022-07-01T16:41:20.663Z] [2022-07-01T16:41:20.663Z] ERROR: for security-spiffe-token-provider (, "The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2") [2022-07-01T16:41:20.663Z] Service 'security-spiffe-token-provider' failed to build: The command '/bin/sh -c apk update && apk --no-cache --update add dumb-init curl gcompat' returned a non-zero code: 2 [Pipeline] } [2022-07-01T16:41:20.963Z] $ docker stop --time=1 128a2daac02bc67788a63d0d8e7fc74a7bb9c8abfd4011240f98b5b669d25126 [2022-07-01T16:41:22.834Z] $ docker rm -f 128a2daac02bc67788a63d0d8e7fc74a7bb9c8abfd4011240f98b5b669d25126 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:41:23.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-01T16:41:23.553Z] [2022-07-01T16:41:23.553Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:41:24.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-01T16:41:24.467Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-01T16:41:24.467Z] 8998bd30e6a1: Pulling fs layer [2022-07-01T16:41:24.467Z] 04944245beec: Pulling fs layer [2022-07-01T16:41:24.467Z] 699f458cf7ca: Pulling fs layer [2022-07-01T16:41:24.467Z] 765212b225bb: Pulling fs layer [2022-07-01T16:41:24.467Z] f23df028b6ca: Pulling fs layer [2022-07-01T16:41:24.467Z] d65c8cfc05b1: Pulling fs layer [2022-07-01T16:41:24.467Z] 2437ff75d9bd: Pulling fs layer [2022-07-01T16:41:24.467Z] f23df028b6ca: Waiting [2022-07-01T16:41:24.467Z] d65c8cfc05b1: Waiting [2022-07-01T16:41:24.467Z] 765212b225bb: Waiting [2022-07-01T16:41:24.467Z] 2437ff75d9bd: Waiting [2022-07-01T16:41:24.467Z] 04944245beec: Verifying Checksum [2022-07-01T16:41:24.467Z] 04944245beec: Download complete [2022-07-01T16:41:24.467Z] 765212b225bb: Verifying Checksum [2022-07-01T16:41:24.467Z] 765212b225bb: Download complete [2022-07-01T16:41:24.745Z] f23df028b6ca: Verifying Checksum [2022-07-01T16:41:24.745Z] f23df028b6ca: Download complete [2022-07-01T16:41:24.745Z] d65c8cfc05b1: Verifying Checksum [2022-07-01T16:41:24.745Z] d65c8cfc05b1: Download complete [2022-07-01T16:41:24.745Z] 699f458cf7ca: Verifying Checksum [2022-07-01T16:41:24.745Z] 699f458cf7ca: Download complete [2022-07-01T16:41:25.347Z] 8998bd30e6a1: Verifying Checksum [2022-07-01T16:41:25.347Z] 8998bd30e6a1: Download complete [2022-07-01T16:41:27.980Z] 2437ff75d9bd: Verifying Checksum [2022-07-01T16:41:27.980Z] 2437ff75d9bd: Download complete [2022-07-01T16:41:30.608Z] 8998bd30e6a1: Pull complete [2022-07-01T16:41:30.882Z] 04944245beec: Pull complete [2022-07-01T16:41:32.320Z] 699f458cf7ca: Pull complete [2022-07-01T16:41:32.596Z] 765212b225bb: Pull complete [2022-07-01T16:41:33.583Z] f23df028b6ca: Pull complete [2022-07-01T16:41:33.856Z] d65c8cfc05b1: Pull complete [2022-07-01T16:41:52.248Z] 2437ff75d9bd: Pull complete [2022-07-01T16:41:52.248Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-01T16:41:52.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-01T16:41:52.248Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:41:52.524Z] prd-ubuntu20.04-docker-arm64-4c-16g-16584 does not seem to be running inside a container [2022-07-01T16:41:52.613Z] $ 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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-01T16:41:55.805Z] $ docker top 2a77dd71e14488092bb291d6acd2b3305cb3f1d8d280e7884822857bd008dcb4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:41:56.774Z] ---> job-cost.sh [2022-07-01T16:41:56.774Z] lf-activate-venv: SKIPPING [2022-07-01T16:41:56.774Z] INFO: No Stack... [2022-07-01T16:41:57.364Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-01T16:41:58.339Z] INFO: Archiving Costs [Pipeline] sh [2022-07-01T16:41:59.004Z] + + cat /w/workspace/edgex-go/247/archives/cost.csv [2022-07-01T16:41:59.004Z] cut -d, -f6 [Pipeline] lock [2022-07-01T16:41:59.069Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] [2022-07-01T16:41:59.075Z] Resource [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] did not exist. Created. [2022-07-01T16:41:59.075Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-01T16:41:59.738Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-01T16:42:00.448Z] Stashed 1 file(s) [Pipeline] } [2022-07-01T16:42:00.455Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-247-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-01T16:42:00.474Z] $ docker stop --time=1 2a77dd71e14488092bb291d6acd2b3305cb3f1d8d280e7884822857bd008dcb4 [2022-07-01T16:42:02.058Z] $ docker rm -f 2a77dd71e14488092bb291d6acd2b3305cb3f1d8d280e7884822857bd008dcb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-01T16:42:02.386Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-01T16:42:02.913Z] + [ -d /w/workspace/edgex-go/247/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:03.210Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:04.071Z] ---> package-listing.sh [2022-07-01T16:42:04.071Z] ++ facter osfamily [2022-07-01T16:42:04.071Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-01T16:42:04.331Z] + OS_FAMILY=debian [2022-07-01T16:42:04.331Z] + workspace=/w/workspace/edgex-go/247 [2022-07-01T16:42:04.331Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-01T16:42:04.331Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-01T16:42:04.331Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-01T16:42:04.331Z] + PACKAGES=/tmp/packages_start.txt [2022-07-01T16:42:04.331Z] + '[' /w/workspace/edgex-go/247 ']' [2022-07-01T16:42:04.331Z] + PACKAGES=/tmp/packages_end.txt [2022-07-01T16:42:04.331Z] + case "${OS_FAMILY}" in [2022-07-01T16:42:04.331Z] + dpkg -l [2022-07-01T16:42:04.331Z] + grep '^ii' [2022-07-01T16:42:04.331Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-01T16:42:04.331Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-01T16:42:04.331Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-01T16:42:04.331Z] + '[' /w/workspace/edgex-go/247 ']' [2022-07-01T16:42:04.331Z] + mkdir -p /w/workspace/edgex-go/247/archives/ [2022-07-01T16:42:04.331Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/247/archives/ [Pipeline] echo [2022-07-01T16:42:04.343Z] 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/247/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-01T16:42:04.622Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:42:05.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T16:42:05.189Z] [2022-07-01T16:42:05.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-01T16:42:05.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T16:42:05.494Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-01T16:42:05.494Z] 5eb5b503b376: Pulling fs layer [2022-07-01T16:42:05.494Z] 5c69ac0246d0: Pulling fs layer [2022-07-01T16:42:05.494Z] ec43610c2a17: Pulling fs layer [2022-07-01T16:42:05.494Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-01T16:42:05.494Z] 33b1e0a273af: Pulling fs layer [2022-07-01T16:42:05.494Z] 5d3b04190fa2: Pulling fs layer [2022-07-01T16:42:05.494Z] 2f39f015ded8: Pulling fs layer [2022-07-01T16:42:05.494Z] 33b1e0a273af: Waiting [2022-07-01T16:42:05.494Z] 5d3b04190fa2: Waiting [2022-07-01T16:42:05.494Z] 2f39f015ded8: Waiting [2022-07-01T16:42:05.494Z] 3a2ae6a8a46f: Waiting [2022-07-01T16:42:05.494Z] 5c69ac0246d0: Verifying Checksum [2022-07-01T16:42:05.494Z] 5c69ac0246d0: Download complete [2022-07-01T16:42:05.494Z] 3a2ae6a8a46f: Download complete [2022-07-01T16:42:05.494Z] 33b1e0a273af: Verifying Checksum [2022-07-01T16:42:05.494Z] 33b1e0a273af: Download complete [2022-07-01T16:42:05.755Z] 5d3b04190fa2: Verifying Checksum [2022-07-01T16:42:05.755Z] 5d3b04190fa2: Download complete [2022-07-01T16:42:05.755Z] ec43610c2a17: Verifying Checksum [2022-07-01T16:42:05.755Z] ec43610c2a17: Download complete [2022-07-01T16:42:05.755Z] 5eb5b503b376: Verifying Checksum [2022-07-01T16:42:05.755Z] 5eb5b503b376: Download complete [2022-07-01T16:42:06.324Z] 2f39f015ded8: Download complete [2022-07-01T16:42:06.894Z] 5eb5b503b376: Pull complete [2022-07-01T16:42:07.153Z] 5c69ac0246d0: Pull complete [2022-07-01T16:42:07.413Z] ec43610c2a17: Pull complete [2022-07-01T16:42:07.672Z] 3a2ae6a8a46f: Pull complete [2022-07-01T16:42:07.932Z] 33b1e0a273af: Pull complete [2022-07-01T16:42:07.932Z] 5d3b04190fa2: Pull complete [2022-07-01T16:42:12.128Z] 2f39f015ded8: Pull complete [2022-07-01T16:42:12.128Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-01T16:42:12.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-01T16:42:12.128Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-01T16:42:12.213Z] prd-ubuntu20.04-docker-8c-8g-16583 does not seem to be running inside a container [2022-07-01T16:42:12.252Z] $ 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/247/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/247 -v /w/workspace/edgex-go/247:/w/workspace/edgex-go/247:rw,z -v /w/workspace/edgex-go/247@tmp:/w/workspace/edgex-go/247@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-lftools-log-publisher:latest cat [2022-07-01T16:42:14.345Z] $ docker top e2813e541e14648719962e0b16900a50fff516c848dae25f333b70c5cfb4dcba -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-01T16:42:14.743Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-01T16:42:15.026Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-01T16:42:15.315Z] + ls /var/log/sa-host [2022-07-01T16:42:15.315Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-01T16:42:15.379Z] provisioning config files... [2022-07-01T16:42:15.388Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/247@tmp/config6048903826938303871tmp [Pipeline] { [Pipeline] echo [2022-07-01T16:42:15.401Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:15.684Z] ---> create-netrc.sh [Pipeline] } [2022-07-01T16:42:15.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:16.007Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-01T16:42:16.015Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:16.301Z] ---> sudo-logs.sh [2022-07-01T16:42:16.302Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-01T16:42:16.340Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:16.623Z] ---> job-cost.sh [2022-07-01T16:42:16.623Z] lf-activate-venv: SKIPPING [2022-07-01T16:42:16.623Z] DEBUG: total: 0.10999999940395355 [2022-07-01T16:42:16.623Z] INFO: Retrieving Stack Cost... [2022-07-01T16:42:16.882Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-01T16:42:17.822Z] INFO: Archiving Costs [Pipeline] echo [2022-07-01T16:42:17.833Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-01T16:42:18.121Z] ---> logs-deploy.sh [2022-07-01T16:42:18.121Z] lf-activate-venv: SKIPPING [2022-07-01T16:42:18.121Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/247 [2022-07-01T16:42:18.121Z] INFO: archiving workspace using pattern(s): [2022-07-01T16:42:19.060Z] Archives upload complete. [2022-07-01T16:42:19.060Z] INFO: archiving logs to Nexus