Pull request #3924 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of siggiskulason for edgexfoundry/edgex-go Obtained Jenkinsfile from c73fc40abdafc3f768e735f6e5e6fb50530cdfb7+c716e684b70864673cdf3dc7cabeb53a7964410a (2223d0951264c4a34c6c0c1a5de3f14d72427579) 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-ssh16573951561967618281.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh4226652126879105019.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 c72b16708d6eed9a08be464a432ce22db7d90667 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/PR-3924/workspace@libs/edgex-global-pipelines/.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/PR-3924/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11266725793905033451.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 shared 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-ssh10273568066598719439.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/PR-3924/workspace@libs/lf-pipelines/.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/PR-3924/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh13456638083274080631.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared 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:true] ========================================================= [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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10440 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit c716e684b70864673cdf3dc7cabeb53a7964410a into PR head commit c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 Merge succeeded, producing 319129c869291172227b9a7889e0ae47bfe6e2d5 Checking out Revision 319129c869291172227b9a7889e0ae47bfe6e2d5 (PR-3924) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c716e684b70864673cdf3dc7cabeb53a7964410a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 319129c869291172227b9a7889e0ae47bfe6e2d5 # timeout=10 Commit message: "Merge commit 'c716e684b70864673cdf3dc7cabeb53a7964410a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-01T12:07:22.282Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-01T12:07:22.351Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-01T12:07:22.372Z] ========================================================= [2022-04-01T12:07:22.373Z] EdgeX Global Pipelines Version Info [2022-04-01T12:07:22.373Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 713ff3db5fce3e835e0c0c87a083ec18cdb2b939 # timeout=10 [2022-04-01T12:07:23.211Z] ------------------- [2022-04-01T12:07:23.211Z] stable info: [2022-04-01T12:07:23.211Z] ------------------- [2022-04-01T12:07:23.211Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-01T12:07:23.211Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-01T12:07:23.211Z] Message: update stable to v1.0.221 [2022-04-01T12:07:23.785Z] ------------------- [2022-04-01T12:07:23.785Z] experimental info: [2022-04-01T12:07:23.785Z] ------------------- [2022-04-01T12:07:23.785Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-01T12:07:23.785Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-01T12:07:23.785Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-01T12:07:23.925Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-01T12:07:23.937Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-01T12:07:23.949Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-01T12:07:23.963Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-01T12:07:23.980Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-01T12:07:23.993Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-01T12:07:24.004Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-01T12:07:24.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-01T12:07:24.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-01T12:07:24.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-01T12:07:24.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-01T12:07:24.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-01T12:07:24.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-01T12:07:24.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-01T12:07:24.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-01T12:07:24.218Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-01T12:07:24.236Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-01T12:07:24.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-01T12:07:24.260Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-01T12:07:24.274Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-01T12:07:24.284Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-04-01T12:07:24.301Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-01T12:07:24.318Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3924 [Pipeline] echo [2022-04-01T12:07:24.333Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3924 [Pipeline] echo [2022-04-01T12:07:24.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3924 [Pipeline] echo [2022-04-01T12:07:24.356Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] echo [2022-04-01T12:07:24.366Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 319129c [Pipeline] echo [2022-04-01T12:07:24.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T12:07:24.429Z] provisioning config files... [2022-04-01T12:07:24.446Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2429934609434426871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:07:24.781Z] ---> docker-login.sh [2022-04-01T12:07:24.781Z] nexus3.edgexfoundry.org:10001 [2022-04-01T12:07:25.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:07:25.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:07:25.310Z] Configure a credential helper to remove this warning. See [2022-04-01T12:07:25.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:07:25.310Z] [2022-04-01T12:07:25.310Z] Login Succeeded [2022-04-01T12:07:25.310Z] nexus3.edgexfoundry.org:10002 [2022-04-01T12:07:25.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:07:25.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:07:25.310Z] Configure a credential helper to remove this warning. See [2022-04-01T12:07:25.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:07:25.310Z] [2022-04-01T12:07:25.310Z] Login Succeeded [2022-04-01T12:07:25.310Z] nexus3.edgexfoundry.org:10003 [2022-04-01T12:07:25.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:07:25.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:07:25.572Z] Configure a credential helper to remove this warning. See [2022-04-01T12:07:25.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:07:25.572Z] [2022-04-01T12:07:25.572Z] Login Succeeded [2022-04-01T12:07:25.572Z] nexus3.edgexfoundry.org:10004 [2022-04-01T12:07:25.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:07:25.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:07:25.572Z] Configure a credential helper to remove this warning. See [2022-04-01T12:07:25.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:07:25.572Z] [2022-04-01T12:07:25.572Z] Login Succeeded [2022-04-01T12:07:25.572Z] docker.io [2022-04-01T12:07:25.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:07:26.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:07:26.116Z] Configure a credential helper to remove this warning. See [2022-04-01T12:07:26.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:07:26.116Z] [2022-04-01T12:07:26.116Z] Login Succeeded [2022-04-01T12:07:26.116Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T12:07:26.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T12:07:26.436Z] + 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-04-01T12:07:26.437Z] + dirname cmd/core-command/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-01T12:07:26.437Z] + + cutdirname -d/ cmd/core-data/Dockerfile -f2 [2022-04-01T12:07:26.437Z] [2022-04-01T12:07:26.437Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/core-metadata/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-01T12:07:26.437Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-01T12:07:26.437Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-01T12:07:26.437Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/security-spire-server/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/support-notifications/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-01T12:07:26.437Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-01T12:07:26.437Z] + cut -d/ -f2 [2022-04-01T12:07:26.437Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-01T12:07:26.472Z] 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-04-01T12:07:26.814Z] + git rev-list -1 --merges 319129c869291172227b9a7889e0ae47bfe6e2d5~1..319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] echo [2022-04-01T12:07:26.829Z] -----------> git rev-list -1 --merges 319129c869291172227b9a7889e0ae47bfe6e2d5~1..319129c869291172227b9a7889e0ae47bfe6e2d5 319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:07:26.829Z] 319129c869291172227b9a7889e0ae47bfe6e2d5 [false] [Pipeline] sh [2022-04-01T12:07:27.120Z] + git log --format=format:%s -1 319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] echo [2022-04-01T12:07:27.137Z] ========================================================= [2022-04-01T12:07:27.137Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-01T12:07:27.137Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-01T12:07:27.702Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-01T12:07:27.702Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-01T12:07:27.702Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-01T12:07:27.702Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-01T12:07:27.702Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-01T12:07:27.702Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-01T12:07:27.702Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:07:28.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T12:07:28.132Z] [2022-04-01T12:07:28.132Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:07:28.437Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T12:07:28.437Z] latest: Pulling from edgex-devops/git-semver [2022-04-01T12:07:28.437Z] a0d0a0d46f8b: Pulling fs layer [2022-04-01T12:07:28.437Z] 3e5f54012d9b: Pulling fs layer [2022-04-01T12:07:28.437Z] 4c7163046ea9: Pulling fs layer [2022-04-01T12:07:28.437Z] 0c2d73faf560: Pulling fs layer [2022-04-01T12:07:28.437Z] 0c2d73faf560: Waiting [2022-04-01T12:07:28.437Z] 3e5f54012d9b: Verifying Checksum [2022-04-01T12:07:28.437Z] 3e5f54012d9b: Download complete [2022-04-01T12:07:28.437Z] a0d0a0d46f8b: Download complete [2022-04-01T12:07:28.437Z] 0c2d73faf560: Verifying Checksum [2022-04-01T12:07:28.437Z] 0c2d73faf560: Download complete [2022-04-01T12:07:28.437Z] 4c7163046ea9: Verifying Checksum [2022-04-01T12:07:28.437Z] 4c7163046ea9: Download complete [2022-04-01T12:07:28.697Z] a0d0a0d46f8b: Pull complete [2022-04-01T12:07:28.697Z] 3e5f54012d9b: Pull complete [2022-04-01T12:07:28.960Z] 4c7163046ea9: Pull complete [2022-04-01T12:07:29.223Z] 0c2d73faf560: Pull complete [2022-04-01T12:07:29.223Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-01T12:07:29.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T12:07:29.223Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-01T12:07:29.397Z] prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container [2022-04-01T12:07:29.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-01T12:07:30.086Z] $ docker top 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-01T12:07:30.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T12:07:30.191Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T12:07:30.327Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T12:07:30.333Z] $ docker exec 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent [2022-04-01T12:07:30.468Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDbOOPJ/agent.13 [2022-04-01T12:07:30.468Z] SSH_AGENT_PID=19 [2022-04-01T12:07:30.477Z] Running ssh-add (command line suppressed) [2022-04-01T12:07:30.616Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8990207862691477026.key (/w/workspace/edgex-go/7@tmp/private_key_8990207862691477026.key) [2022-04-01T12:07:30.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T12:07:30.933Z] + git tag --points-at HEAD [Pipeline] } [2022-04-01T12:07:30.961Z] $ docker exec --env ******** --env ******** 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent -k [2022-04-01T12:07:31.086Z] unset SSH_AUTH_SOCK; [2022-04-01T12:07:31.087Z] unset SSH_AGENT_PID; [2022-04-01T12:07:31.087Z] echo Agent pid 19 killed; [2022-04-01T12:07:31.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-01T12:07:31.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T12:07:31.128Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T12:07:31.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T12:07:31.261Z] $ docker exec 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent [2022-04-01T12:07:31.395Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCnEjCa/agent.52 [2022-04-01T12:07:31.396Z] SSH_AGENT_PID=59 [2022-04-01T12:07:31.401Z] Running ssh-add (command line suppressed) [2022-04-01T12:07:31.508Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_2332002674096312486.key (/w/workspace/edgex-go/7@tmp/private_key_2332002674096312486.key) [2022-04-01T12:07:31.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T12:07:31.815Z] + git semver init [2022-04-01T12:07:31.815Z] # -> Open(): unable to determine branch for HEAD [2022-04-01T12:07:31.815Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2022-04-01T12:07:31.815Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2022-04-01T12:07:31.815Z] # $SEMVER_REMOTE_NAME = origin [2022-04-01T12:07:31.815Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-01T12:07:31.815Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-01T12:07:31.815Z] # $SEMVER_BRANCH = PR-3924 [2022-04-01T12:07:31.815Z] # $SEMVER_TEMP = /tmp/semver-475074662 [2022-04-01T12:07:31.815Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-01T12:07:44.105Z] # '/tmp/semver-475074662' -> '/w/workspace/edgex-go/7/.semver' [2022-04-01T12:07:44.368Z] # -> Force: false [2022-04-01T12:07:44.368Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2022-04-01T12:07:44.382Z] $ docker exec --env ******** --env ******** 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 ssh-agent -k [2022-04-01T12:07:44.500Z] unset SSH_AUTH_SOCK; [2022-04-01T12:07:44.500Z] unset SSH_AGENT_PID; [2022-04-01T12:07:44.500Z] echo Agent pid 59 killed; [2022-04-01T12:07:44.509Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T12:07:44.815Z] + git semver [Pipeline] } [2022-04-01T12:07:44.833Z] $ docker stop --time=1 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 [2022-04-01T12:07:46.554Z] $ docker rm -f 083d3639575ac8309cd5340870e79911666844c563bf8afd1d2a8cc3751e3c11 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T12:07:46.937Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-01T12:07:47.207Z] Stashed 1 file(s) [Pipeline] echo [2022-04-01T12:07:47.211Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-01T12:07:47.309Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T12:07:47.316Z] ========================================================= [2022-04-01T12:07:47.316Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-01T12:07:47.316Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-01T12:07:47.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-01T12:07:47.611Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-01T12:07:47.611Z] 59bf1c3509f3: Pulling fs layer [2022-04-01T12:07:47.611Z] 666ba61612fd: Pulling fs layer [2022-04-01T12:07:47.611Z] 8ed8ca486205: Pulling fs layer [2022-04-01T12:07:47.611Z] 4fe6c5a15a65: Pulling fs layer [2022-04-01T12:07:47.611Z] 22a0e8bec74d: Pulling fs layer [2022-04-01T12:07:47.611Z] 640e595b4fbd: Pulling fs layer [2022-04-01T12:07:47.611Z] 763cafe07f6e: Pulling fs layer [2022-04-01T12:07:47.611Z] 0c0b528cf693: Pulling fs layer [2022-04-01T12:07:47.611Z] 10935f4eaf8b: Pulling fs layer [2022-04-01T12:07:47.611Z] 4fe6c5a15a65: Waiting [2022-04-01T12:07:47.611Z] 22a0e8bec74d: Waiting [2022-04-01T12:07:47.611Z] 640e595b4fbd: Waiting [2022-04-01T12:07:47.611Z] 763cafe07f6e: Waiting [2022-04-01T12:07:47.611Z] 10935f4eaf8b: Waiting [2022-04-01T12:07:47.611Z] 0c0b528cf693: Waiting [2022-04-01T12:07:47.611Z] 8ed8ca486205: Verifying Checksum [2022-04-01T12:07:47.611Z] 8ed8ca486205: Download complete [2022-04-01T12:07:47.611Z] 666ba61612fd: Download complete [2022-04-01T12:07:47.611Z] 22a0e8bec74d: Verifying Checksum [2022-04-01T12:07:47.611Z] 22a0e8bec74d: Download complete [2022-04-01T12:07:47.611Z] 640e595b4fbd: Verifying Checksum [2022-04-01T12:07:47.611Z] 640e595b4fbd: Download complete [2022-04-01T12:07:47.611Z] 59bf1c3509f3: Verifying Checksum [2022-04-01T12:07:47.611Z] 59bf1c3509f3: Download complete [2022-04-01T12:07:47.611Z] 763cafe07f6e: Verifying Checksum [2022-04-01T12:07:47.611Z] 763cafe07f6e: Download complete [2022-04-01T12:07:47.871Z] 0c0b528cf693: Verifying Checksum [2022-04-01T12:07:47.871Z] 0c0b528cf693: Download complete [2022-04-01T12:07:47.871Z] 59bf1c3509f3: Pull complete [2022-04-01T12:07:47.871Z] 666ba61612fd: Pull complete [2022-04-01T12:07:48.134Z] 8ed8ca486205: Pull complete [2022-04-01T12:07:48.395Z] 10935f4eaf8b: Verifying Checksum [2022-04-01T12:07:48.395Z] 10935f4eaf8b: Download complete [2022-04-01T12:07:48.395Z] 4fe6c5a15a65: Verifying Checksum [2022-04-01T12:07:48.395Z] 4fe6c5a15a65: Download complete [2022-04-01T12:07:51.695Z] 4fe6c5a15a65: Pull complete [2022-04-01T12:07:51.955Z] 22a0e8bec74d: Pull complete [2022-04-01T12:07:51.955Z] 640e595b4fbd: Pull complete [2022-04-01T12:07:51.956Z] 763cafe07f6e: Pull complete [2022-04-01T12:07:52.216Z] 0c0b528cf693: Pull complete [2022-04-01T12:07:54.130Z] 10935f4eaf8b: Pull complete [2022-04-01T12:07:54.130Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-01T12:07:54.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-01T12:07:54.130Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-01T12:07:54.437Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-01T12:07:54.438Z] WORKDIR /edgex [2022-04-01T12:07:54.438Z] COPY go.mod . [2022-04-01T12:07:54.438Z] RUN go mod download [2022-04-01T12:07:54.438Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-01T12:07:55.824Z] Sending build context to Docker daemon 334.6MB [2022-04-01T12:07:55.824Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-01T12:07:55.824Z] ---> 99d49a6021b9 [2022-04-01T12:07:55.824Z] Step 2/4 : WORKDIR /edgex [2022-04-01T12:07:57.216Z] ---> Running in 8a6c303a0d56 [2022-04-01T12:07:57.477Z] Removing intermediate container 8a6c303a0d56 [2022-04-01T12:07:57.477Z] ---> 01c5d4408906 [2022-04-01T12:07:57.477Z] Step 3/4 : COPY go.mod . [2022-04-01T12:07:57.477Z] ---> dab5c25c627d [2022-04-01T12:07:57.477Z] Step 4/4 : RUN go mod download [2022-04-01T12:07:57.478Z] ---> Running in d2624f7c512e [2022-04-01T12:08:02.275Z] Still waiting to schedule task [2022-04-01T12:08:02.275Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-01T12:08:15.606Z] Removing intermediate container d2624f7c512e [2022-04-01T12:08:15.607Z] ---> ef634a5db35a [2022-04-01T12:08:15.607Z] Successfully built ef634a5db35a [2022-04-01T12:08:15.607Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:08:15.903Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-01T12:08:15.903Z] . [Pipeline] withDockerContainer [2022-04-01T12:08:15.967Z] prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container [2022-04-01T12:08:16.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-01T12:08:16.405Z] $ docker top 6c52184eae3e26d1b15cc32f1dd530b67888672affc585075aa57220c5e1d547 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T12:08:16.758Z] + go version [2022-04-01T12:08:16.759Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-01T12:08:16.772Z] $ docker stop --time=1 6c52184eae3e26d1b15cc32f1dd530b67888672affc585075aa57220c5e1d547 [2022-04-01T12:08:18.067Z] $ docker rm -f 6c52184eae3e26d1b15cc32f1dd530b67888672affc585075aa57220c5e1d547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:08:18.459Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-01T12:08:18.459Z] . [Pipeline] withDockerContainer [2022-04-01T12:08:18.531Z] prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container [2022-04-01T12:08:18.569Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-01T12:08:18.920Z] $ docker top afc2bce74c4e6d75492ba2806d2efe38acbee31698883f33de04405d6e01ec60 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-01T12:08:18.992Z] ========================================================= [2022-04-01T12:08:18.992Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-01T12:08:18.992Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-01T12:08:19.290Z] + make test [2022-04-01T12:08:19.290Z] go mod tidy -compat=1.17 [2022-04-01T12:08:19.290Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-01T12:08:24.577Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-01T12:08:34.556Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-01T12:08:34.556Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-01T12:08:34.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-01T12:08:35.073Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-01T12:08:35.073Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-01T12:08:35.073Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-01T12:08:35.073Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-01T12:08:35.073Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-01T12:08:35.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-01T12:08:35.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.070s coverage: 28.7% of statements [2022-04-01T12:08:35.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-01T12:08:35.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-01T12:08:37.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.085s coverage: 98.5% of statements [2022-04-01T12:08:37.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-01T12:08:37.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.077s coverage: 54.9% of statements [2022-04-01T12:08:37.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-01T12:08:37.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.652s coverage: 89.2% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.091s coverage: 84.4% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.410s coverage: 94.7% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.071s coverage: 72.2% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.075s coverage: 60.0% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.061s coverage: 0.9% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 24.0% of statements [2022-04-01T12:08:41.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.298s coverage: 96.3% of statements [2022-04-01T12:08:41.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2022-04-01T12:08:49.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2022-04-01T12:08:49.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2022-04-01T12:08:51.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.183s coverage: 82.5% of statements [2022-04-01T12:08:51.346Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 58.8% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.0% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.146s coverage: 91.2% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 64.4% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 89.4% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 65.4% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.133s coverage: 43.8% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.180s coverage: 92.3% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.068s coverage: 63.2% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.046s coverage: 28.9% of statements [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-01T12:09:01.431Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2022-04-01T12:09:01.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-04-01T12:09:01.431Z] 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-04-01T12:09:19.537Z] GO111MODULE=on go vet ./... [2022-04-01T12:09:21.445Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-01T12:09:21.707Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-01T12:09:21.966Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-01T12:09:22.551Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-01T12:09:22.841Z] + ls -al . [2022-04-01T12:09:22.841Z] total 664 [2022-04-01T12:09:22.841Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 12:09 . [2022-04-01T12:09:22.841Z] drwxr-xr-x 4 root root 4096 Apr 1 12:08 .. [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 12:07 .dockerignore [2022-04-01T12:09:22.841Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 12:07 .git [2022-04-01T12:09:22.841Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 12:07 .github [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 870 Apr 1 12:07 .gitignore [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 42 Apr 1 12:07 .golangci.yml [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 87 Apr 1 12:07 .hadolint.yml [2022-04-01T12:09:22.841Z] drwx------ 3 1001 1001 4096 Apr 1 12:07 .semver [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 12:07 .sonarcloud.properties [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 1171 Apr 1 12:07 ADOPTERS.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 9953 Apr 1 12:07 Attribution.txt [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 51732 Apr 1 12:07 CHANGELOG.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 12:07 CONTRIBUTING.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 677 Apr 1 12:07 GOVERNANCE.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 849 Apr 1 12:07 Jenkinsfile [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 12:07 LICENSE [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 8478 Apr 1 12:07 Makefile [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 582 Apr 1 12:07 OWNERS.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 8207 Apr 1 12:07 README.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 6912 Apr 1 12:07 SECURITY.md [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 12:07 VERSION [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 12:07 ZMQWindows.md [2022-04-01T12:09:22.841Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 12:07 bin [2022-04-01T12:09:22.841Z] drwxrwxr-x 18 1001 1001 4096 Apr 1 12:07 cmd [2022-04-01T12:09:22.841Z] -rw-r--r-- 1 root root 429121 Apr 1 12:08 coverage.out [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 3175 Apr 1 12:07 go.mod [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 34990 Apr 1 12:08 go.sum [2022-04-01T12:09:22.841Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 12:07 internal [2022-04-01T12:09:22.841Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 12:07 openapi [2022-04-01T12:09:22.841Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 12:07 snap [2022-04-01T12:09:22.841Z] -rw-rw-r-- 1 1001 1001 204 Apr 1 12:07 version.go [Pipeline] sh [2022-04-01T12:09:23.129Z] + '[' -e coverage.out ] [2022-04-01T12:09:23.129Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-01T12:09:23.235Z] Stashed 1 file(s) [Pipeline] sh [2022-04-01T12:09:23.519Z] + make build [2022-04-01T12:09:23.519Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-01T12:09:37.775Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10441 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws [2022-04-01T12:09:37.787Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2022-04-01T12:09:38.034Z] The recommended git tool is: git [2022-04-01T12:09:41.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-01T12:09:44.877Z] using credential edgex-jenkins-ssh [2022-04-01T12:09:44.900Z] Cloning the remote Git repository [2022-04-01T12:09:44.989Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-01T12:09:45.075Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2022-04-01T12:09:45.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-01T12:09:45.182Z] > git --version # timeout=10 [2022-04-01T12:09:45.221Z] > git --version # 'git version 2.25.1' [2022-04-01T12:09:45.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T12:09:45.388Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T12:09:51.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-01T12:09:51.594Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-01T12:09:52.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-01T12:09:52.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-01T12:09:53.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-01T12:09:55.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-01T12:09:55.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-01T12:09:57.378Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-01T12:09:57.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-01T12:09:59.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-01T12:10:00.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-01T12:10:01.686Z] $ docker stop --time=1 afc2bce74c4e6d75492ba2806d2efe38acbee31698883f33de04405d6e01ec60 [2022-04-01T12:10:01.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-01T12:10:02.000Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T12:10:02.024Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-01T12:10:02.058Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-01T12:10:02.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T12:10:02.072Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-01T12:10:02.900Z] Merging remotes/origin/main commit c716e684b70864673cdf3dc7cabeb53a7964410a into PR head commit c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 [2022-04-01T12:10:03.486Z] Merge succeeded, producing b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:10:03.486Z] Checking out Revision b0f882bed63e090e7eb60baa9186560de7f15524 (PR-3924) [2022-04-01T12:10:03.902Z] $ docker rm -f afc2bce74c4e6d75492ba2806d2efe38acbee31698883f33de04405d6e01ec60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2022-04-01T12:10:02.924Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T12:10:02.943Z] > git checkout -f c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 # timeout=10 [2022-04-01T12:10:03.165Z] > git remote # timeout=10 [2022-04-01T12:10:03.183Z] > git config --get remote.origin.url # timeout=10 [2022-04-01T12:10:03.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T12:10:03.219Z] > git merge c716e684b70864673cdf3dc7cabeb53a7964410a # timeout=10 [2022-04-01T12:10:03.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-01T12:10:03.499Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T12:10:03.523Z] > git checkout -f b0f882bed63e090e7eb60baa9186560de7f15524 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:10:05.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-01T12:10:05.337Z] [2022-04-01T12:10:05.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:10:05.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-01T12:10:05.637Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-01T12:10:05.637Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-01T12:10:05.637Z] ca9280d653b3: Pulling fs layer [2022-04-01T12:10:05.637Z] 7e9c9ca2126c: Pulling fs layer [2022-04-01T12:10:05.637Z] cbdbe7a5bc2a: Verifying Checksum [2022-04-01T12:10:05.637Z] cbdbe7a5bc2a: Download complete [2022-04-01T12:10:05.897Z] ca9280d653b3: Verifying Checksum [2022-04-01T12:10:05.897Z] ca9280d653b3: Download complete [2022-04-01T12:10:05.897Z] cbdbe7a5bc2a: Pull complete [2022-04-01T12:10:06.158Z] 7e9c9ca2126c: Download complete [2022-04-01T12:10:06.158Z] ca9280d653b3: Pull complete [2022-04-01T12:10:07.775Z] Commit message: "Merge commit 'c716e684b70864673cdf3dc7cabeb53a7964410a' into HEAD" [2022-04-01T12:10:07.802Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T12:10:08.769Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-01T12:10:08.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-01T12:10:08.769Z] Dload Upload Total Spent Left Speed [2022-04-01T12:10:08.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45030 0 --:--:-- --:--:-- --:--:-- 45030 [Pipeline] sh [2022-04-01T12:10:07.790Z] > git rev-list --no-walk 713ff3db5fce3e835e0c0c87a083ec18cdb2b939 # timeout=10 [2022-04-01T12:10:09.305Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-01T12:10:09.451Z] 7e9c9ca2126c: Pull complete [2022-04-01T12:10:09.451Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-01T12:10:09.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-01T12:10:09.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-01T12:10:09.516Z] prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container [2022-04-01T12:10:09.554Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-01T12:10:09.651Z] + sudo tee /etc/docker/daemon.new [2022-04-01T12:10:09.652Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-01T12:10:09.652Z] { [2022-04-01T12:10:09.652Z] "registry-mirrors": [ [2022-04-01T12:10:09.652Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-01T12:10:09.652Z] ], [2022-04-01T12:10:09.652Z] "bip": "10.250.0.254/24", [2022-04-01T12:10:09.652Z] "hosts": [ [2022-04-01T12:10:09.652Z] "tcp://0.0.0.0:5555", [2022-04-01T12:10:09.652Z] "unix:///var/run/docker.sock" [2022-04-01T12:10:09.652Z] ], [2022-04-01T12:10:09.652Z] "mtu": 1458, [2022-04-01T12:10:09.652Z] "selinux-enabled": true, [2022-04-01T12:10:09.652Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-01T12:10:09.652Z] } [2022-04-01T12:10:10.672Z] $ docker top aacacf815a02174411922375c70fc322b1eb8b109c46fb8ade6edf73d645dbe3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2022-04-01T12:10:11.154Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2022-04-01T12:10:11.173Z] + docker-compose build --help [2022-04-01T12:10:11.173Z] + grep parallel [Pipeline] sh [2022-04-01T12:10:11.500Z] + sudo service docker restart [2022-04-01T12:10:11.743Z] --parallel Build images in parallel. [Pipeline] } [2022-04-01T12:10:11.755Z] $ docker stop --time=1 aacacf815a02174411922375c70fc322b1eb8b109c46fb8ade6edf73d645dbe3 [2022-04-01T12:10:13.045Z] $ docker rm -f aacacf815a02174411922375c70fc322b1eb8b109c46fb8ade6edf73d645dbe3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:10:13.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-01T12:10:13.452Z] . [Pipeline] withDockerContainer [2022-04-01T12:10:13.599Z] prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container [2022-04-01T12:10:13.781Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-01T12:10:14.123Z] $ docker top c430f44fc6c7061ddccff4c2880437c27559d012aa337b04a68ee8040a5c85b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T12:10:14.478Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-01T12:10:15.050Z] Building core-command ... [2022-04-01T12:10:15.050Z] Building core-data ... [2022-04-01T12:10:15.050Z] Building core-metadata ... [2022-04-01T12:10:15.050Z] Building security-bootstrapper ... [2022-04-01T12:10:15.050Z] Building security-proxy-setup ... [2022-04-01T12:10:15.050Z] Building security-secretstore-setup ... [2022-04-01T12:10:15.050Z] Building security-spiffe-token-provider ... [2022-04-01T12:10:15.050Z] Building security-spire-agent ... [2022-04-01T12:10:15.050Z] Building security-spire-config ... [2022-04-01T12:10:15.050Z] Building security-spire-server ... [2022-04-01T12:10:15.050Z] Building support-notifications ... [2022-04-01T12:10:15.050Z] Building support-scheduler ... [2022-04-01T12:10:15.050Z] Building sys-mgmt-agent ... [2022-04-01T12:10:15.050Z] Building security-bootstrapper [2022-04-01T12:10:15.050Z] Building security-secretstore-setup [2022-04-01T12:10:15.050Z] Building security-proxy-setup [2022-04-01T12:10:15.050Z] Building sys-mgmt-agent [2022-04-01T12:10:15.050Z] Building core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T12:10:29.842Z] provisioning config files... [2022-04-01T12:10:29.865Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1270413840088029508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:10:30.234Z] ---> docker-login.sh [2022-04-01T12:10:30.235Z] nexus3.edgexfoundry.org:10001 [2022-04-01T12:10:30.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:10:31.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:10:31.106Z] Configure a credential helper to remove this warning. See [2022-04-01T12:10:31.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:10:31.106Z] [2022-04-01T12:10:31.106Z] Login Succeeded [2022-04-01T12:10:31.106Z] nexus3.edgexfoundry.org:10002 [2022-04-01T12:10:31.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:10:31.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:10:31.380Z] Configure a credential helper to remove this warning. See [2022-04-01T12:10:31.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:10:31.380Z] [2022-04-01T12:10:31.380Z] Login Succeeded [2022-04-01T12:10:31.654Z] nexus3.edgexfoundry.org:10003 [2022-04-01T12:10:31.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:10:31.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:10:31.927Z] Configure a credential helper to remove this warning. See [2022-04-01T12:10:31.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:10:31.927Z] [2022-04-01T12:10:31.927Z] Login Succeeded [2022-04-01T12:10:31.927Z] nexus3.edgexfoundry.org:10004 [2022-04-01T12:10:32.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:10:32.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:10:32.488Z] Configure a credential helper to remove this warning. See [2022-04-01T12:10:32.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:10:32.488Z] [2022-04-01T12:10:32.488Z] Login Succeeded [2022-04-01T12:10:32.488Z] docker.io [2022-04-01T12:10:32.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T12:10:33.156Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:10:33.156Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:10:33.156Z] ---> ef634a5db35a [2022-04-01T12:10:33.156Z] Step 3/22 : WORKDIR /edgex-go [2022-04-01T12:10:33.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:10:33.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:10:33.156Z] ---> ef634a5db35a [2022-04-01T12:10:33.156Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:10:33.156Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:10:33.156Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:10:33.156Z] ---> ef634a5db35a [2022-04-01T12:10:33.156Z] Step 3/31 : WORKDIR /edgex-go [2022-04-01T12:10:33.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:10:33.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:10:33.156Z] ---> ef634a5db35a [2022-04-01T12:10:33.156Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:10:33.156Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:10:33.156Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:10:33.156Z] ---> ef634a5db35a [2022-04-01T12:10:33.156Z] Step 3/25 : WORKDIR /edgex-go [2022-04-01T12:10:33.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T12:10:33.360Z] Configure a credential helper to remove this warning. See [2022-04-01T12:10:33.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T12:10:33.360Z] [2022-04-01T12:10:33.360Z] Login Succeeded [2022-04-01T12:10:33.360Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T12:10:33.377Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-01T12:10:33.861Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T12:10:33.876Z] ========================================================= [2022-04-01T12:10:33.876Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-01T12:10:33.876Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-01T12:10:34.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-01T12:10:34.497Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-01T12:10:34.497Z] 9b3977197b4f: Pulling fs layer [2022-04-01T12:10:34.497Z] 1a89e8eeedd5: Pulling fs layer [2022-04-01T12:10:34.497Z] 94645a83ff95: Pulling fs layer [2022-04-01T12:10:34.497Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-01T12:10:34.497Z] 0c92f367c5e7: Pulling fs layer [2022-04-01T12:10:34.497Z] f7c0051592d6: Pulling fs layer [2022-04-01T12:10:34.497Z] a227ed2f7395: Pulling fs layer [2022-04-01T12:10:34.497Z] 7b1c46037f91: Pulling fs layer [2022-04-01T12:10:34.497Z] a227ed2f7395: Waiting [2022-04-01T12:10:34.497Z] 7b1c46037f91: Waiting [2022-04-01T12:10:34.497Z] 3f3a8bcf1eab: Waiting [2022-04-01T12:10:34.497Z] 0c92f367c5e7: Waiting [2022-04-01T12:10:34.497Z] 94645a83ff95: Verifying Checksum [2022-04-01T12:10:34.497Z] 94645a83ff95: Download complete [2022-04-01T12:10:34.497Z] 1a89e8eeedd5: Verifying Checksum [2022-04-01T12:10:34.497Z] 1a89e8eeedd5: Download complete [2022-04-01T12:10:34.497Z] 0c92f367c5e7: Download complete [2022-04-01T12:10:34.497Z] f7c0051592d6: Verifying Checksum [2022-04-01T12:10:34.497Z] f7c0051592d6: Download complete [2022-04-01T12:10:34.497Z] a227ed2f7395: Verifying Checksum [2022-04-01T12:10:34.497Z] a227ed2f7395: Download complete [2022-04-01T12:10:34.497Z] 9b3977197b4f: Verifying Checksum [2022-04-01T12:10:34.497Z] 9b3977197b4f: Download complete [2022-04-01T12:10:35.065Z] ---> Running in e78f911e5d24 [2022-04-01T12:10:35.065Z] ---> Running in b1a7ad8a60b6 [2022-04-01T12:10:35.065Z] ---> Running in 3614d82ff172 [2022-04-01T12:10:35.065Z] ---> Running in 0502cb78c1a0 [2022-04-01T12:10:35.065Z] ---> Running in fc1e6fee4151 [2022-04-01T12:10:35.065Z] Removing intermediate container 3614d82ff172 [2022-04-01T12:10:35.065Z] ---> 64224db13399 [2022-04-01T12:10:35.065Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:10:35.065Z] Removing intermediate container b1a7ad8a60b6 [2022-04-01T12:10:35.065Z] ---> de5052cc3e05 [2022-04-01T12:10:35.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:10:35.065Z] Removing intermediate container 0502cb78c1a0 [2022-04-01T12:10:35.065Z] ---> 8b7654223304 [2022-04-01T12:10:35.065Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:10:35.065Z] Removing intermediate container fc1e6fee4151 [2022-04-01T12:10:35.065Z] ---> 3538c74e418b [2022-04-01T12:10:35.065Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:10:35.065Z] Removing intermediate container e78f911e5d24 [2022-04-01T12:10:35.065Z] ---> 4ef4cafcaf38 [2022-04-01T12:10:35.065Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:10:35.065Z] ---> Running in b00311c32379 [2022-04-01T12:10:35.065Z] ---> Running in 9b74f2ff83a2 [2022-04-01T12:10:35.065Z] ---> Running in 5cce389be8fc [2022-04-01T12:10:35.065Z] ---> Running in c038f1af4684 [2022-04-01T12:10:35.065Z] ---> Running in 883f0ffef483 [2022-04-01T12:10:35.493Z] 9b3977197b4f: Pull complete [2022-04-01T12:10:35.769Z] 1a89e8eeedd5: Pull complete [2022-04-01T12:10:36.000Z] Removing intermediate container b00311c32379 [2022-04-01T12:10:36.000Z] ---> 3c992c5ef1c9 [2022-04-01T12:10:36.000Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-01T12:10:36.000Z] ---> Running in dd514fa4bd72 [2022-04-01T12:10:36.047Z] 94645a83ff95: Pull complete [2022-04-01T12:10:36.259Z] Removing intermediate container 5cce389be8fc [2022-04-01T12:10:36.259Z] ---> 25a252462c4a [2022-04-01T12:10:36.259Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-01T12:10:36.259Z] ---> Running in 0209bf6ef6e4 [2022-04-01T12:10:36.259Z] Removing intermediate container 9b74f2ff83a2 [2022-04-01T12:10:36.259Z] ---> 696b06e0dd5d [2022-04-01T12:10:36.259Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-01T12:10:36.259Z] ---> Running in aad96df0f2a4 [2022-04-01T12:10:36.518Z] Removing intermediate container c038f1af4684 [2022-04-01T12:10:36.518Z] ---> 431e1c7d7b0c [2022-04-01T12:10:36.518Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-01T12:10:36.518Z] ---> Running in ded492156de2 [2022-04-01T12:10:36.518Z] Removing intermediate container 883f0ffef483 [2022-04-01T12:10:36.518Z] ---> b67bad16b22e [2022-04-01T12:10:36.518Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-01T12:10:36.518Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:36.518Z] ---> Running in a038c9905eb3 [2022-04-01T12:10:36.643Z] 7b1c46037f91: Verifying Checksum [2022-04-01T12:10:36.643Z] 7b1c46037f91: Download complete [2022-04-01T12:10:36.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:36.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.036Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.241Z] 3f3a8bcf1eab: Download complete [2022-04-01T12:10:37.605Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.606Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.606Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.865Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.865Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:10:37.865Z] OK: 221 MiB in 52 packages [2022-04-01T12:10:37.865Z] OK: 221 MiB in 52 packages [2022-04-01T12:10:37.865Z] OK: 221 MiB in 52 packages [2022-04-01T12:10:38.124Z] OK: 221 MiB in 52 packages [2022-04-01T12:10:38.384Z] Removing intermediate container 0209bf6ef6e4 [2022-04-01T12:10:38.384Z] ---> 27cba8327c0c [2022-04-01T12:10:38.384Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-01T12:10:38.384Z] OK: 221 MiB in 52 packages [2022-04-01T12:10:38.384Z] Removing intermediate container dd514fa4bd72 [2022-04-01T12:10:38.384Z] ---> 8bbc4a7f990a [2022-04-01T12:10:38.384Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-01T12:10:38.384Z] Removing intermediate container aad96df0f2a4 [2022-04-01T12:10:38.384Z] ---> ff86e04a1d12 [2022-04-01T12:10:38.384Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:10:38.648Z] ---> ac41daaf8c3c [2022-04-01T12:10:38.648Z] ---> 62ac423af8da [2022-04-01T12:10:38.648Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:10:38.648Z] [2022-04-01T12:10:38.648Z] ---> e1ca98a7e929 [2022-04-01T12:10:38.648Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:10:38.648Z] ---> Running in 4c9f73c289a9 [2022-04-01T12:10:38.648Z] ---> Running in bd149ad56c5d [2022-04-01T12:10:38.648Z] Removing intermediate container a038c9905eb3 [2022-04-01T12:10:38.648Z] ---> f820b7a2fc4e [2022-04-01T12:10:38.648Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:10:38.648Z] ---> Running in 047bab495b15 [2022-04-01T12:10:38.648Z] Removing intermediate container ded492156de2 [2022-04-01T12:10:38.648Z] ---> d7875e52873d [2022-04-01T12:10:38.648Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-01T12:10:38.907Z] ---> 9f357c5bbdf1 [2022-04-01T12:10:38.907Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:10:38.907Z] ---> Running in 580da5e2f0f5 [2022-04-01T12:10:38.907Z] ---> a89aae8202d3 [2022-04-01T12:10:38.907Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:10:38.907Z] ---> Running in dc4a07112e6e [2022-04-01T12:10:39.846Z] Removing intermediate container bd149ad56c5d [2022-04-01T12:10:39.846Z] ---> 29f02342ba20 [2022-04-01T12:10:39.846Z] Step 8/31 : COPY . . [2022-04-01T12:10:40.792Z] Removing intermediate container 580da5e2f0f5 [2022-04-01T12:10:40.792Z] ---> ac3f3d9c6f23 [2022-04-01T12:10:40.792Z] Step 8/23 : COPY . . [2022-04-01T12:10:40.792Z] Removing intermediate container 4c9f73c289a9 [2022-04-01T12:10:40.792Z] ---> b040f552fc12 [2022-04-01T12:10:40.792Z] Step 8/25 : COPY . . [2022-04-01T12:10:40.792Z] Removing intermediate container dc4a07112e6e [2022-04-01T12:10:40.792Z] ---> bd2b91e88936 [2022-04-01T12:10:40.792Z] Step 8/22 : COPY . . [2022-04-01T12:10:40.792Z] Removing intermediate container 047bab495b15 [2022-04-01T12:10:40.792Z] ---> 083b832d1baf [2022-04-01T12:10:40.792Z] Step 8/23 : COPY . . [2022-04-01T12:10:49.670Z] 3f3a8bcf1eab: Pull complete [2022-04-01T12:10:49.670Z] 0c92f367c5e7: Pull complete [2022-04-01T12:10:49.670Z] f7c0051592d6: Pull complete [2022-04-01T12:10:49.945Z] a227ed2f7395: Pull complete [2022-04-01T12:10:50.781Z] ---> 363039cd8f84 [2022-04-01T12:10:50.781Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-01T12:10:50.781Z] ---> 4b641684f650 [2022-04-01T12:10:50.781Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-01T12:10:50.781Z] ---> 8632ac230f4f [2022-04-01T12:10:50.781Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-01T12:10:50.781Z] ---> 6469b638490f [2022-04-01T12:10:50.781Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-01T12:10:50.781Z] ---> 76ad5590705e [2022-04-01T12:10:50.781Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-01T12:10:50.781Z] ---> Running in d67cf34fbb82 [2022-04-01T12:10:50.781Z] ---> Running in e68df3069a3c [2022-04-01T12:10:50.781Z] ---> Running in cd732cadf531 [2022-04-01T12:10:50.781Z] ---> Running in a074741d73e2 [2022-04-01T12:10:50.781Z] ---> Running in 84b4a83f345f [2022-04-01T12:10:50.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-01T12:10:50.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-01T12:10:50.781Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-01T12:10:50.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-01T12:10:50.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-01T12:10:58.238Z] 7b1c46037f91: Pull complete [2022-04-01T12:10:58.238Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-01T12:10:58.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-01T12:10:58.238Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-01T12:10:58.604Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-01T12:10:58.604Z] WORKDIR /edgex [2022-04-01T12:10:58.604Z] COPY go.mod . [2022-04-01T12:10:58.604Z] RUN go mod download [2022-04-01T12:10:58.604Z] + docker build -t ci-base-image-arm64 -f - . [2022-04-01T12:11:01.262Z] Sending build context to Docker daemon 169.1MB [2022-04-01T12:11:01.262Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-01T12:11:01.262Z] ---> f79e39bc4007 [2022-04-01T12:11:01.262Z] Step 2/4 : WORKDIR /edgex [2022-04-01T12:11:03.248Z] ---> Running in fde7461286d9 [2022-04-01T12:11:03.248Z] Removing intermediate container fde7461286d9 [2022-04-01T12:11:03.248Z] ---> 0e7251815116 [2022-04-01T12:11:03.248Z] Step 3/4 : COPY go.mod . [2022-04-01T12:11:03.844Z] ---> 2b195f609188 [2022-04-01T12:11:03.844Z] Step 4/4 : RUN go mod download [2022-04-01T12:11:03.844Z] ---> Running in 9a1a429644dd [2022-04-01T12:11:29.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-01T12:11:29.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-01T12:11:29.514Z] Removing intermediate container cd732cadf531 [2022-04-01T12:11:29.514Z] Removing intermediate container d67cf34fbb82 [2022-04-01T12:11:29.514Z] ---> 72acc053d43e [2022-04-01T12:11:29.514Z] [2022-04-01T12:11:29.514Z] ---> 4e599af33a3d [2022-04-01T12:11:29.514Z] Step 10/25 : FROM alpine:3.14Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-01T12:11:29.514Z] [2022-04-01T12:11:29.514Z] Removing intermediate container 84b4a83f345f [2022-04-01T12:11:29.514Z] ---> c301119ed148 [2022-04-01T12:11:29.514Z] [2022-04-01T12:11:29.514Z] Step 10/22 : FROM alpine:3.14 [2022-04-01T12:11:29.514Z] Removing intermediate container a074741d73e2 [2022-04-01T12:11:29.514Z] ---> e40299e29e94 [2022-04-01T12:11:29.514Z] [2022-04-01T12:11:29.514Z] Step 10/31 : FROM alpine:3.14 [2022-04-01T12:11:29.514Z] ---> Running in 2967515c1af1 [2022-04-01T12:11:29.514Z] Removing intermediate container e68df3069a3c [2022-04-01T12:11:29.514Z] ---> 2c57e5d9e907 [2022-04-01T12:11:29.514Z] [2022-04-01T12:11:29.514Z] Step 10/23 : FROM alpine:3.14 [2022-04-01T12:11:29.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-01T12:11:30.459Z] 3.14: Pulling from library/alpine [2022-04-01T12:11:30.721Z] 3.14: Pulling from library/alpine [2022-04-01T12:11:31.294Z] 3.14: Pulling from library/alpine [2022-04-01T12:11:31.294Z] 3.14: Pulling from library/alpine [2022-04-01T12:11:31.557Z] Removing intermediate container 2967515c1af1 [2022-04-01T12:11:31.557Z] ---> 36e61b3ce1a1 [2022-04-01T12:11:31.557Z] [2022-04-01T12:11:31.557Z] Step 11/23 : FROM docker:20.10.14 [2022-04-01T12:11:33.465Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T12:11:33.465Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T12:11:33.465Z] Status: Image is up to date for alpine:3.14 [2022-04-01T12:11:33.465Z] Status: Downloaded newer image for alpine:3.14 [2022-04-01T12:11:33.465Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T12:11:33.465Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T12:11:33.465Z] Status: Image is up to date for alpine:3.14 [2022-04-01T12:11:33.465Z] Status: Image is up to date for alpine:3.14 [2022-04-01T12:11:33.465Z] ---> 84b07dd2d1fd [2022-04-01T12:11:33.465Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-01T12:11:33.465Z] ---> 84b07dd2d1fd [2022-04-01T12:11:33.465Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-01T12:11:33.465Z] ---> 84b07dd2d1fd [2022-04-01T12:11:33.465Z] ---> 84b07dd2d1fd [2022-04-01T12:11:33.465Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-initStep 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-01T12:11:33.465Z] [2022-04-01T12:11:33.465Z] ---> Running in b63e442437f0 [2022-04-01T12:11:33.465Z] ---> Running in 2a292280b859 [2022-04-01T12:11:33.465Z] ---> Running in 978ab5d30165 [2022-04-01T12:11:33.465Z] ---> Running in 07ef3e1f7173 [2022-04-01T12:11:33.465Z] Removing intermediate container 978ab5d30165 [2022-04-01T12:11:33.465Z] ---> f60f48c33b55 [2022-04-01T12:11:33.465Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-01T12:11:33.465Z] Removing intermediate container 07ef3e1f7173 [2022-04-01T12:11:33.465Z] ---> 2578d858922c [2022-04-01T12:11:33.465Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-01T12:11:33.465Z] ---> Running in 58e4e4fbef82 [2022-04-01T12:11:33.465Z] 20.10.14: Pulling from library/docker [2022-04-01T12:11:33.465Z] ---> Running in 80f2bf92ac9a [2022-04-01T12:11:33.465Z] Removing intermediate container 58e4e4fbef82 [2022-04-01T12:11:33.465Z] ---> dfb962f91f9a [2022-04-01T12:11:33.465Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-01T12:11:33.724Z] ---> Running in 95a231751a2d [2022-04-01T12:11:33.724Z] Removing intermediate container 95a231751a2d [2022-04-01T12:11:33.724Z] ---> 021c9f8fbda2 [2022-04-01T12:11:33.724Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:33.724Z] ---> Running in 6a8c6f9e4df6 [2022-04-01T12:11:33.724Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:33.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:33.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:33.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:33.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:33.983Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:33.983Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-01T12:11:33.983Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-01T12:11:33.983Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-01T12:11:33.983Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-01T12:11:34.243Z] (5/6) Installing curl (7.79.1-r0) [2022-04-01T12:11:34.243Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:34.243Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:11:34.243Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:11:34.243Z] OK: 8 MiB in 20 packages [2022-04-01T12:11:34.243Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:34.243Z] (2/2) Installing su-exec (0.2-r1) [2022-04-01T12:11:34.243Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:11:34.243Z] OK: 6 MiB in 16 packages [2022-04-01T12:11:34.243Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-01T12:11:34.243Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:34.243Z] (3/3) Installing su-exec (0.2-r1) [2022-04-01T12:11:34.243Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:11:34.243Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:11:34.243Z] OK: 6 MiB in 17 packages [2022-04-01T12:11:34.815Z] Removing intermediate container 2a292280b859 [2022-04-01T12:11:34.815Z] ---> f09ce4031ca2 [2022-04-01T12:11:34.815Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-01T12:11:34.815Z] Removing intermediate container 6a8c6f9e4df6 [2022-04-01T12:11:34.815Z] ---> e99241b54459 [2022-04-01T12:11:34.815Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-01T12:11:35.077Z] Removing intermediate container 80f2bf92ac9a [2022-04-01T12:11:35.077Z] ---> 81ddc47decf1 [2022-04-01T12:11:35.077Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-01T12:11:35.077Z] ---> Running in 1bfd82f9fa2b [2022-04-01T12:11:35.077Z] ---> Running in 5ed877a5a932 [2022-04-01T12:11:35.077Z] ---> Running in 327e072561ec [2022-04-01T12:11:35.077Z] Removing intermediate container b63e442437f0 [2022-04-01T12:11:35.077Z] ---> 12a5956aa332 [2022-04-01T12:11:35.077Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-01T12:11:35.077Z] Removing intermediate container 1bfd82f9fa2b [2022-04-01T12:11:35.077Z] ---> 3286aa500292 [2022-04-01T12:11:35.077Z] Step 13/22 : WORKDIR /edgex [2022-04-01T12:11:35.340Z] ---> Running in 77ff5839554e [2022-04-01T12:11:35.340Z] Removing intermediate container 327e072561ec [2022-04-01T12:11:35.340Z] ---> 862a003ca351 [2022-04-01T12:11:35.340Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-01T12:11:35.340Z] ---> Running in 8ead7b6a0da5 [2022-04-01T12:11:35.340Z] ---> Running in b4e45346891b [2022-04-01T12:11:35.340Z] Removing intermediate container 77ff5839554e [2022-04-01T12:11:35.340Z] ---> 0dc2dd67a41e [2022-04-01T12:11:35.340Z] Step 13/25 : WORKDIR / [2022-04-01T12:11:35.601Z] Removing intermediate container 8ead7b6a0da5 [2022-04-01T12:11:35.601Z] ---> 50f472168550 [2022-04-01T12:11:35.601Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-01T12:11:35.601Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:35.601Z] ---> Running in 14763e6100f5 [2022-04-01T12:11:35.601Z] Removing intermediate container b4e45346891b [2022-04-01T12:11:35.601Z] ---> 461517aa6a65 [2022-04-01T12:11:35.601Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-01T12:11:35.601Z] ---> Running in 1673db0fc657 [2022-04-01T12:11:35.861Z] ---> 3dc293feb132 [2022-04-01T12:11:35.861Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-01T12:11:35.861Z] Removing intermediate container 14763e6100f5 [2022-04-01T12:11:35.861Z] ---> eaecd753e4f5 [2022-04-01T12:11:35.861Z] 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-04-01T12:11:36.432Z] ---> cdc58acde46f [2022-04-01T12:11:36.432Z] 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-04-01T12:11:36.432Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:36.432Z] ---> b5135a697d5d [2022-04-01T12:11:36.432Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-01T12:11:36.697Z] ---> ba42b7046404 [2022-04-01T12:11:36.697Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-01T12:11:36.697Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:36.697Z] Removing intermediate container 1673db0fc657 [2022-04-01T12:11:36.697Z] ---> 562c3460938a [2022-04-01T12:11:36.697Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-01T12:11:36.697Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-01T12:11:36.697Z] ---> Running in d7951776710e [2022-04-01T12:11:36.957Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-01T12:11:36.957Z] ---> 41deab1e6138 [2022-04-01T12:11:36.957Z] 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-04-01T12:11:36.957Z] ---> 5424e2fea2bb [2022-04-01T12:11:36.957Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-01T12:11:36.957Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-01T12:11:36.957Z] Removing intermediate container d7951776710e [2022-04-01T12:11:36.957Z] ---> 20eb1c79a4cb [2022-04-01T12:11:36.957Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-01T12:11:36.957Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-01T12:11:37.217Z] ---> 02152bf367b9 [2022-04-01T12:11:37.217Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-01T12:11:37.217Z] ---> 5c937623613d [2022-04-01T12:11:37.217Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-01T12:11:37.217Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-01T12:11:37.217Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:11:37.217Z] OK: 8 MiB in 20 packages [2022-04-01T12:11:37.217Z] ---> 368d78b1473c [2022-04-01T12:11:37.217Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-01T12:11:37.217Z] ---> Running in 20f2c12a81e6 [2022-04-01T12:11:37.477Z] ---> Running in a1b1dc84d3b8 [2022-04-01T12:11:37.736Z] ---> ed84710713a5 [2022-04-01T12:11:37.736Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-01T12:11:37.996Z] Removing intermediate container 5ed877a5a932 [2022-04-01T12:11:37.996Z] ---> fe9aeb957e42 [2022-04-01T12:11:37.996Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:11:38.256Z] ---> ed2d3ec5d0f0 [2022-04-01T12:11:38.256Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-01T12:11:38.256Z] ---> e133f4386daa [2022-04-01T12:11:38.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-01T12:11:38.516Z] ---> 5c15c06c1c93 [2022-04-01T12:11:38.516Z] 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-04-01T12:11:38.516Z] ---> Running in 2c97e8419db7 [2022-04-01T12:11:38.516Z] Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec [2022-04-01T12:11:38.516Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-01T12:11:38.516Z] ---> 5f3d65aad428 [2022-04-01T12:11:38.516Z] 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-04-01T12:11:38.516Z] Removing intermediate container 20f2c12a81e6 [2022-04-01T12:11:38.516Z] ---> 67eb4dcc6af6 [2022-04-01T12:11:38.516Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-01T12:11:38.776Z] ---> Running in 6e97ffd54c37 [2022-04-01T12:11:38.776Z] ---> Running in a7d094553965 [2022-04-01T12:11:38.776Z] Removing intermediate container a1b1dc84d3b8 [2022-04-01T12:11:38.776Z] ---> 50aebc2549a9 [2022-04-01T12:11:38.776Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:11:38.776Z] Removing intermediate container a7d094553965 [2022-04-01T12:11:38.776Z] ---> 14830ed68c01 [2022-04-01T12:11:38.776Z] Step 20/22 : LABEL arch=x86_64 [2022-04-01T12:11:39.040Z] Removing intermediate container 6e97ffd54c37 [2022-04-01T12:11:39.040Z] ---> 11627b0f2227 [2022-04-01T12:11:39.040Z] 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-04-01T12:11:39.040Z] ---> Running in 1f84abda957c [2022-04-01T12:11:39.040Z] ---> 8f2f0e23852e [2022-04-01T12:11:39.040Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-01T12:11:39.040Z] ---> 34c1d9cb4715 [2022-04-01T12:11:39.040Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-01T12:11:39.040Z] ---> Running in f8fdb725cb95 [2022-04-01T12:11:39.040Z] Removing intermediate container 1f84abda957c [2022-04-01T12:11:39.040Z] ---> 8637d4275604 [2022-04-01T12:11:39.040Z] Step 21/22 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:11:39.300Z] ---> Running in f1cd5aebd591 [2022-04-01T12:11:39.300Z] ---> b8083959a234 [2022-04-01T12:11:39.300Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-01T12:11:39.300Z] ---> Running in 752fa9e9f4da [2022-04-01T12:11:39.300Z] Removing intermediate container f1cd5aebd591 [2022-04-01T12:11:39.300Z] ---> 4a89cb0d40ea [2022-04-01T12:11:39.300Z] Step 22/22 : LABEL version=0.0.0 [2022-04-01T12:11:39.300Z] Removing intermediate container 2c97e8419db7 [2022-04-01T12:11:39.300Z] ---> 9bdad10b56dc [2022-04-01T12:11:39.300Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-01T12:11:39.558Z] ---> Running in e51bd97f650c [2022-04-01T12:11:39.558Z] ---> Running in 6bc0f35145b0 [2022-04-01T12:11:39.558Z] Removing intermediate container 752fa9e9f4da [2022-04-01T12:11:39.558Z] ---> f30a78cd1fa3 [2022-04-01T12:11:39.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:11:39.558Z] ---> Running in 8278cd50ef32 [2022-04-01T12:11:39.559Z] Removing intermediate container e51bd97f650c [2022-04-01T12:11:39.559Z] ---> 484a32bb8ab7 [2022-04-01T12:11:39.559Z] Step 23/25 : LABEL arch=x86_64 [2022-04-01T12:11:39.559Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:39.559Z] Removing intermediate container 6bc0f35145b0 [2022-04-01T12:11:39.559Z] ---> 17a1e17cafe7 [2022-04-01T12:11:39.559Z] [2022-04-01T12:11:39.559Z] ---> 4afeed5cd0fa [2022-04-01T12:11:39.559Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-01T12:11:39.559Z] ---> Running in a802f94d4602 [2022-04-01T12:11:39.559Z] Removing intermediate container 8278cd50ef32 [2022-04-01T12:11:39.559Z] ---> 6874d124845c [2022-04-01T12:11:39.559Z] Step 21/23 : LABEL arch=x86_64 [2022-04-01T12:11:39.817Z] Successfully built 17a1e17cafe7 [2022-04-01T12:11:39.818Z] ---> Running in 13c0e2f8b875 [2022-04-01T12:11:39.818Z] Successfully tagged security-proxy-setup:latest [2022-04-01T12:11:39.818Z] Building security-spire-agent [2022-04-01T12:11:39.818Z]  Building security-proxy-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:39.818Z] Removing intermediate container a802f94d4602 [2022-04-01T12:11:39.818Z] ---> e01bf41bc3fd [2022-04-01T12:11:39.818Z] Step 24/25 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:11:39.818Z] ---> 3ce7797435a7 [2022-04-01T12:11:39.818Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-01T12:11:39.818Z] ---> Running in 484295650bd9 [2022-04-01T12:11:39.818Z] Removing intermediate container 13c0e2f8b875 [2022-04-01T12:11:39.818Z] ---> e15986368652 [2022-04-01T12:11:39.818Z] Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:11:40.077Z] (1/43) Installing readline (8.1.1-r0) [2022-04-01T12:11:40.077Z] (2/43) Installing bash (5.1.16-r0) [2022-04-01T12:11:40.077Z] Executing bash-5.1.16-r0.post-install [2022-04-01T12:11:40.077Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-01T12:11:40.077Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-01T12:11:40.077Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-01T12:11:40.077Z] (6/43) Installing curl (7.80.0-r0) [2022-04-01T12:11:40.077Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:40.077Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-01T12:11:40.077Z] (9/43) Installing expat (2.4.7-r0) [2022-04-01T12:11:40.077Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-01T12:11:40.077Z] (11/43) Installing gdbm (1.22-r0) [2022-04-01T12:11:40.077Z] (12/43) Installing xz-libs (5.2.5-r0) [2022-04-01T12:11:40.077Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-01T12:11:40.077Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-01T12:11:40.077Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-01T12:11:40.077Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-01T12:11:40.077Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-01T12:11:40.346Z] ---> Running in 188d68a72035 [2022-04-01T12:11:40.346Z] Removing intermediate container 484295650bd9 [2022-04-01T12:11:40.346Z] ---> fd52313735e2 [2022-04-01T12:11:40.346Z] Step 25/25 : LABEL version=0.0.0 [2022-04-01T12:11:40.605Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-01T12:11:40.605Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-01T12:11:40.605Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-01T12:11:40.605Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-01T12:11:40.605Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-01T12:11:40.605Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-01T12:11:40.605Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-01T12:11:40.605Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-01T12:11:40.605Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-01T12:11:40.605Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-01T12:11:40.605Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-01T12:11:40.605Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-01T12:11:40.605Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-01T12:11:40.605Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-01T12:11:40.605Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-01T12:11:40.605Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-01T12:11:40.605Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-01T12:11:40.605Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-01T12:11:40.605Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-01T12:11:40.605Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-01T12:11:40.605Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-01T12:11:40.605Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-01T12:11:40.605Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-01T12:11:40.605Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-01T12:11:40.605Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-01T12:11:40.605Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-01T12:11:40.864Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:11:40.864Z] OK: 83 MiB in 65 packages [2022-04-01T12:11:41.434Z] Removing intermediate container 188d68a72035 [2022-04-01T12:11:41.434Z] ---> 8a734b803814 [2022-04-01T12:11:41.434Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:11:41.434Z] ---> 560afe3e3a36 [2022-04-01T12:11:41.434Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-01T12:11:41.434Z] ---> Running in 525ac3ca8419 [2022-04-01T12:11:41.434Z] ---> Running in 314a3cc96d45 [2022-04-01T12:11:41.434Z] Removing intermediate container 525ac3ca8419 [2022-04-01T12:11:41.434Z] ---> b3233066fa1e [2022-04-01T12:11:41.434Z] [2022-04-01T12:11:41.434Z] Successfully built b3233066fa1e [2022-04-01T12:11:41.696Z] ---> a53d61b206f3 [2022-04-01T12:11:41.696Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-01T12:11:41.696Z] Successfully tagged security-secretstore-setup:latest [2022-04-01T12:11:41.696Z]  Building security-secretstore-setup ... done Building core-command [2022-04-01T12:11:41.696Z] Collecting docker-compose==1.23.2 [2022-04-01T12:11:41.696Z] Removing intermediate container 314a3cc96d45 [2022-04-01T12:11:41.696Z] ---> a441e03b204a [2022-04-01T12:11:41.696Z] [2022-04-01T12:11:41.696Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-01T12:11:41.696Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-01T12:11:41.696Z] ---> Running in ff571f58f222 [2022-04-01T12:11:41.696Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-01T12:11:41.696Z] Successfully built a441e03b204a [2022-04-01T12:11:41.696Z] Successfully tagged core-data:latest [2022-04-01T12:11:41.696Z] Building security-spire-config [2022-04-01T12:11:41.696Z]  Building core-data ... done Removing intermediate container ff571f58f222 [2022-04-01T12:11:41.696Z] ---> 74c102320af7 [2022-04-01T12:11:41.696Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-01T12:11:42.264Z] Collecting jsonschema<3,>=2.5.1 [2022-04-01T12:11:42.264Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-01T12:11:42.264Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-01T12:11:42.264Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-01T12:11:42.264Z] Collecting docopt<0.7,>=0.6.1 [2022-04-01T12:11:42.264Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-01T12:11:42.522Z] ---> 460fa99b8035 [2022-04-01T12:11:42.522Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-01T12:11:42.781Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-01T12:11:42.781Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-01T12:11:42.781Z] 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-04-01T12:11:42.781Z] Collecting cached-property<2,>=1.2.0 [2022-04-01T12:11:42.781Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-01T12:11:43.041Z] ---> Running in 83bd7f874d0c [2022-04-01T12:11:43.041Z] Collecting PyYAML<4,>=3.10 [2022-04-01T12:11:43.041Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-01T12:11:43.610Z] Collecting texttable<0.10,>=0.9.0 [2022-04-01T12:11:43.610Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-01T12:11:44.178Z] Collecting docker<4.0,>=3.6.0 [2022-04-01T12:11:44.178Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-01T12:11:44.178Z] Collecting docker-pycreds>=0.4.0 [2022-04-01T12:11:44.178Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-01T12:11:44.178Z] 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-04-01T12:11:44.178Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-01T12:11:44.178Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-01T12:11:44.178Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-01T12:11:44.178Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-01T12:11:44.437Z] Collecting idna<2.8,>=2.5 [2022-04-01T12:11:44.437Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-01T12:11:44.437Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-01T12:11:44.437Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-01T12:11:44.437Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-01T12:11:44.437Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-01T12:11:44.437Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-01T12:11:44.437Z] Attempting uninstall: urllib3 [2022-04-01T12:11:44.437Z] Found existing installation: urllib3 1.26.7 [2022-04-01T12:11:44.437Z] Uninstalling urllib3-1.26.7: [2022-04-01T12:11:44.437Z] Successfully uninstalled urllib3-1.26.7 [2022-04-01T12:11:44.709Z] Removing intermediate container 83bd7f874d0c [2022-04-01T12:11:44.709Z] ---> d5901a4222a2 [2022-04-01T12:11:44.709Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-01T12:11:44.709Z] Attempting uninstall: idna [2022-04-01T12:11:44.709Z] Found existing installation: idna 3.3 [2022-04-01T12:11:44.709Z] ---> Running in 6c25688869c8 [2022-04-01T12:11:44.709Z] Uninstalling idna-3.3: [2022-04-01T12:11:44.709Z] Successfully uninstalled idna-3.3 [2022-04-01T12:11:44.968Z] Removing intermediate container 6c25688869c8 [2022-04-01T12:11:44.968Z] ---> 02e80c3dc144 [2022-04-01T12:11:44.968Z] Step 28/31 : CMD ["gate"] [2022-04-01T12:11:44.968Z] ---> Running in 0deb1677123c [2022-04-01T12:11:45.537Z] Removing intermediate container 0deb1677123c [2022-04-01T12:11:45.537Z] ---> f288a819bc33 [2022-04-01T12:11:45.537Z] Step 29/31 : LABEL arch=x86_64 [2022-04-01T12:11:45.537Z] Attempting uninstall: requests [2022-04-01T12:11:45.537Z] Found existing installation: requests 2.26.0 [2022-04-01T12:11:45.537Z] Uninstalling requests-2.26.0: [2022-04-01T12:11:45.537Z] ---> Running in 62cc02bb46af [2022-04-01T12:11:45.537Z] Successfully uninstalled requests-2.26.0 [2022-04-01T12:11:45.796Z] Running setup.py install for texttable: started [2022-04-01T12:11:45.796Z] Removing intermediate container 62cc02bb46af [2022-04-01T12:11:45.796Z] ---> 0ccfc969bd9a [2022-04-01T12:11:45.796Z] Step 30/31 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:11:46.055Z] ---> Running in 9e0e7898050e [2022-04-01T12:11:46.055Z] Running setup.py install for texttable: finished with status 'done' [2022-04-01T12:11:46.055Z] Running setup.py install for PyYAML: started [2022-04-01T12:11:46.314Z] Removing intermediate container 9e0e7898050e [2022-04-01T12:11:46.314Z] ---> 139e324cbf95 [2022-04-01T12:11:46.314Z] Step 31/31 : LABEL version=0.0.0 [2022-04-01T12:11:46.314Z] ---> Running in 98c9899c46e4 [2022-04-01T12:11:46.573Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-01T12:11:46.573Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:11:46.573Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:11:46.573Z] ---> ef634a5db35a [2022-04-01T12:11:46.573Z] Step 3/24 : WORKDIR /edgex-go [2022-04-01T12:11:46.573Z] ---> Using cache [2022-04-01T12:11:46.573Z] ---> 3538c74e418b [2022-04-01T12:11:46.573Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:46.573Z] ---> Using cache [2022-04-01T12:11:46.573Z] ---> 431e1c7d7b0c [2022-04-01T12:11:46.573Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-04-01T12:11:46.573Z] ---> Using cache [2022-04-01T12:11:46.573Z] ---> d7875e52873d [2022-04-01T12:11:46.573Z] Step 6/24 : COPY go.mod vendor* ./ [2022-04-01T12:11:46.573Z] ---> Using cache [2022-04-01T12:11:46.573Z] ---> a89aae8202d3 [2022-04-01T12:11:46.573Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:11:46.573Z] ---> Using cache [2022-04-01T12:11:46.573Z] ---> bd2b91e88936 [2022-04-01T12:11:46.573Z] Step 8/24 : COPY . . [2022-04-01T12:11:46.573Z] ---> Using cache [2022-04-01T12:11:46.573Z] ---> 4b641684f650 [2022-04-01T12:11:46.573Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-04-01T12:11:46.573Z] Running setup.py install for docopt: started [2022-04-01T12:11:46.833Z] Removing intermediate container 98c9899c46e4 [2022-04-01T12:11:46.833Z] ---> 8b4382c25caa [2022-04-01T12:11:46.833Z] [2022-04-01T12:11:46.833Z] ---> Running in aa9c0390439d [2022-04-01T12:11:47.097Z] Running setup.py install for docopt: finished with status 'done' [2022-04-01T12:11:47.097Z] Running setup.py install for dockerpty: started [2022-04-01T12:11:47.097Z] Successfully built 8b4382c25caa [2022-04-01T12:11:47.097Z] Successfully tagged security-bootstrapper:latest [2022-04-01T12:11:47.097Z]  Building security-bootstrapper ... done Building support-scheduler [2022-04-01T12:11:47.097Z] Removing intermediate container aa9c0390439d [2022-04-01T12:11:47.097Z] ---> 15fdcd373d15 [2022-04-01T12:11:47.097Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-04-01T12:11:47.357Z] ---> Running in 60a7511de8d3 [2022-04-01T12:11:47.357Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-01T12:11:47.616Z] 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-04-01T12:11:48.183Z] spire-1.2.0/ [2022-04-01T12:11:49.561Z] spire-1.2.0/README.md [2022-04-01T12:11:49.561Z] spire-1.2.0/bin/ [2022-04-01T12:11:49.561Z] spire-1.2.0/bin/spire-server [2022-04-01T12:11:49.561Z] spire-1.2.0/bin/spire-agent [2022-04-01T12:11:49.561Z] spire-1.2.0/conf/ [2022-04-01T12:11:49.561Z] spire-1.2.0/conf/server/ [2022-04-01T12:11:49.561Z] spire-1.2.0/conf/server/server.conf [2022-04-01T12:11:49.561Z] spire-1.2.0/conf/agent/ [2022-04-01T12:11:49.561Z] spire-1.2.0/conf/agent/agent.conf [2022-04-01T12:11:49.561Z] spire-1.2.0/LICENSE [2022-04-01T12:11:50.501Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:11:50.501Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:11:50.501Z] ---> ef634a5db35a [2022-04-01T12:11:50.501Z] Step 3/24 : WORKDIR /edgex-go [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> 3538c74e418b [2022-04-01T12:11:50.501Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> 431e1c7d7b0c [2022-04-01T12:11:50.501Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> d7875e52873d [2022-04-01T12:11:50.501Z] Step 6/24 : COPY go.mod vendor* ./ [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> a89aae8202d3 [2022-04-01T12:11:50.501Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> bd2b91e88936 [2022-04-01T12:11:50.501Z] Step 8/24 : COPY . . [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> 4b641684f650 [2022-04-01T12:11:50.501Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-04-01T12:11:50.501Z] ---> Using cache [2022-04-01T12:11:50.501Z] ---> 15fdcd373d15 [2022-04-01T12:11:50.501Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-04-01T12:11:50.761Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:11:50.761Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:11:50.761Z] ---> ef634a5db35a [2022-04-01T12:11:50.761Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:11:50.761Z] ---> Using cache [2022-04-01T12:11:50.761Z] ---> 3538c74e418b [2022-04-01T12:11:50.761Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:50.761Z] ---> Using cache [2022-04-01T12:11:50.761Z] ---> 431e1c7d7b0c [2022-04-01T12:11:50.761Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-01T12:11:50.761Z] ---> Using cache [2022-04-01T12:11:50.761Z] ---> d7875e52873d [2022-04-01T12:11:50.761Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:11:50.761Z] ---> Using cache [2022-04-01T12:11:50.761Z] ---> a89aae8202d3 [2022-04-01T12:11:50.761Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:11:50.761Z] ---> Using cache [2022-04-01T12:11:50.761Z] ---> bd2b91e88936 [2022-04-01T12:11:50.761Z] Step 8/23 : COPY . . [2022-04-01T12:11:50.761Z] ---> Using cache [2022-04-01T12:11:50.761Z] ---> 4b641684f650 [2022-04-01T12:11:50.761Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-01T12:11:50.761Z] ---> Running in 7a562f71735a [2022-04-01T12:11:50.761Z] ---> Running in b365c1e34bad [2022-04-01T12:11:50.877Z] Removing intermediate container 9a1a429644dd [2022-04-01T12:11:50.877Z] ---> ab8ee17c8b66 [2022-04-01T12:11:50.877Z] Successfully built ab8ee17c8b66 [2022-04-01T12:11:50.877Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:11:51.212Z] + docker inspect -f . ci-base-image-arm64 [2022-04-01T12:11:51.212Z] . [Pipeline] withDockerContainer [2022-04-01T12:11:51.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-01T12:11:51.329Z] spire-1.2.0/ [2022-04-01T12:11:51.424Z] prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container [2022-04-01T12:11:51.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-01T12:11:52.708Z] spire-1.2.0/README.md [2022-04-01T12:11:52.708Z] spire-1.2.0/bin/ [2022-04-01T12:11:52.708Z] spire-1.2.0/bin/spire-server [2022-04-01T12:11:52.708Z] spire-1.2.0/bin/spire-agent [2022-04-01T12:11:52.708Z] spire-1.2.0/conf/ [2022-04-01T12:11:52.708Z] spire-1.2.0/conf/server/ [2022-04-01T12:11:52.708Z] spire-1.2.0/conf/server/server.conf [2022-04-01T12:11:52.708Z] spire-1.2.0/conf/agent/ [2022-04-01T12:11:52.708Z] spire-1.2.0/conf/agent/agent.conf [2022-04-01T12:11:52.708Z] spire-1.2.0/LICENSE [2022-04-01T12:11:52.797Z] $ docker top edf36040b5a4d77cc0f8412872f1cd407b6e3b4fea45563a98744a08ee8a5194 -eo pid,comm [2022-04-01T12:11:52.967Z] Removing intermediate container 60a7511de8d3 [2022-04-01T12:11:52.967Z] ---> 3452f1c73a81 [2022-04-01T12:11:52.967Z] [2022-04-01T12:11:52.967Z] Step 11/24 : FROM alpine:3.15 [2022-04-01T12:11:52.967Z] Removing intermediate container f8fdb725cb95 [2022-04-01T12:11:52.967Z] ---> fc0627f49383 [2022-04-01T12:11:52.967Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-01T12:11:52.967Z] ---> Running in 691870190c3e [Pipeline] { [Pipeline] sh [2022-04-01T12:11:53.225Z] Removing intermediate container 691870190c3e [2022-04-01T12:11:53.226Z] ---> a443466bf377 [2022-04-01T12:11:53.226Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-01T12:11:53.226Z] ---> Running in 0bb99345aea0 [2022-04-01T12:11:53.226Z] 3.15: Pulling from library/alpine [2022-04-01T12:11:53.488Z] Removing intermediate container 0bb99345aea0 [2022-04-01T12:11:53.489Z] ---> 4fc6409f140c [2022-04-01T12:11:53.489Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-01T12:11:53.489Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:11:53.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:11:53.489Z] ---> ef634a5db35a [2022-04-01T12:11:53.489Z] Step 3/22 : WORKDIR /edgex-go [2022-04-01T12:11:53.489Z] ---> Using cache [2022-04-01T12:11:53.489Z] ---> 3538c74e418b [2022-04-01T12:11:53.489Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:53.489Z] ---> Using cache [2022-04-01T12:11:53.489Z] ---> 431e1c7d7b0c [2022-04-01T12:11:53.489Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-01T12:11:53.489Z] ---> Using cache [2022-04-01T12:11:53.489Z] ---> d7875e52873d [2022-04-01T12:11:53.489Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-01T12:11:53.489Z] ---> Using cache [2022-04-01T12:11:53.489Z] ---> a89aae8202d3 [2022-04-01T12:11:53.489Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:11:53.489Z] ---> Using cache [2022-04-01T12:11:53.489Z] ---> bd2b91e88936 [2022-04-01T12:11:53.489Z] Step 8/22 : COPY . . [2022-04-01T12:11:53.489Z] ---> Using cache [2022-04-01T12:11:53.489Z] ---> 4b641684f650 [2022-04-01T12:11:53.489Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-01T12:11:53.686Z] + go version [2022-04-01T12:11:53.686Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-01T12:11:53.710Z] $ docker stop --time=1 edf36040b5a4d77cc0f8412872f1cd407b6e3b4fea45563a98744a08ee8a5194 [2022-04-01T12:11:53.747Z] ---> Running in 7a4732d0a8de [2022-04-01T12:11:53.747Z] Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 [2022-04-01T12:11:54.007Z] Status: Downloaded newer image for alpine:3.15 [2022-04-01T12:11:54.007Z] ---> 76c8fb57b6fc [2022-04-01T12:11:54.007Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:11:54.007Z] ---> 7d196e095db6 [2022-04-01T12:11:54.007Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-01T12:11:54.007Z] ---> Running in 6cd19bb0e69e [2022-04-01T12:11:54.269Z] Removing intermediate container 6cd19bb0e69e [2022-04-01T12:11:54.269Z] ---> 6e3533d6dadb [2022-04-01T12:11:54.269Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:54.269Z] ---> Running in 425864772bb5 [2022-04-01T12:11:54.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-01T12:11:54.269Z] ---> bc292185f93b [2022-04-01T12:11:54.269Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-01T12:11:54.836Z] ---> 9c4704a0fe2c [2022-04-01T12:11:54.836Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-01T12:11:54.836Z] Removing intermediate container 7a562f71735a [2022-04-01T12:11:54.836Z] ---> cbde6d9a675c [2022-04-01T12:11:54.836Z] [2022-04-01T12:11:54.836Z] Step 11/24 : FROM alpine:3.15 [2022-04-01T12:11:54.836Z] ---> 76c8fb57b6fc [2022-04-01T12:11:54.836Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:11:54.836Z] ---> Using cache [2022-04-01T12:11:54.836Z] ---> 6e3533d6dadb [2022-04-01T12:11:54.836Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:11:54.836Z] ---> Running in 04277a24c40c [2022-04-01T12:11:54.836Z] ---> Running in 4c4a9ab1f8d5 [2022-04-01T12:11:54.836Z] Removing intermediate container 04277a24c40c [2022-04-01T12:11:54.836Z] ---> 7039d4feb56b [2022-04-01T12:11:54.836Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:11:55.096Z] ---> Running in de2c8b9a3469 [2022-04-01T12:11:55.096Z] Removing intermediate container de2c8b9a3469 [2022-04-01T12:11:55.096Z] ---> b08bace3ae7c [2022-04-01T12:11:55.096Z] Step 21/23 : LABEL arch=x86_64 [2022-04-01T12:11:55.336Z] $ docker rm -f edf36040b5a4d77cc0f8412872f1cd407b6e3b4fea45563a98744a08ee8a5194 [2022-04-01T12:11:55.356Z] ---> Running in 17a6cb64df16 [2022-04-01T12:11:55.356Z] Removing intermediate container 17a6cb64df16 [2022-04-01T12:11:55.356Z] ---> 1980ba136921 [2022-04-01T12:11:55.356Z] Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:11:55.617Z] Removing intermediate container 425864772bb5 [2022-04-01T12:11:55.617Z] ---> e53ba61aba9b [2022-04-01T12:11:55.617Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-01T12:11:55.617Z] ---> Running in c96473980458 [2022-04-01T12:11:55.617Z] ---> Running in b9b3c49f8ed4 [2022-04-01T12:11:55.877Z] Removing intermediate container c96473980458 [2022-04-01T12:11:55.877Z] ---> 47de2cd6157b [2022-04-01T12:11:55.877Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:11:55.877Z] ---> Running in 1a0fb5b103e1 [2022-04-01T12:11:55.930Z] + docker inspect -f . ci-base-image-arm64 [2022-04-01T12:11:55.930Z] . [Pipeline] withDockerContainer [2022-04-01T12:11:56.136Z] Removing intermediate container 1a0fb5b103e1 [2022-04-01T12:11:56.137Z] ---> 17e799eadbbb [2022-04-01T12:11:56.137Z] [2022-04-01T12:11:56.137Z] Successfully built 17e799eadbbb [2022-04-01T12:11:56.137Z] Successfully tagged sys-mgmt-agent:latest [2022-04-01T12:11:56.137Z]  Building sys-mgmt-agent ... done Building security-spiffe-token-provider [2022-04-01T12:11:56.137Z] Removing intermediate container 4c4a9ab1f8d5 [2022-04-01T12:11:56.137Z] ---> bfae43492e52 [2022-04-01T12:11:56.137Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-01T12:11:56.137Z] ---> Running in 726ee601f914 [2022-04-01T12:11:56.164Z] prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container [2022-04-01T12:11:56.250Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-01T12:11:56.397Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:56.968Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:57.228Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:57.440Z] $ docker top 9c0182dc0786f5ab4ef4dd4ba6faaa60e5b6c191f5f95f53eeea347e05a6e147 -eo pid,comm [2022-04-01T12:11:57.487Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:11:57.487Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:11:57.487Z] OK: 15854 distinct packages available [2022-04-01T12:11:57.487Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2022-04-01T12:11:57.703Z] ========================================================= [2022-04-01T12:11:57.703Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-01T12:11:57.703Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-01T12:11:58.055Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:58.315Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:58.315Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:11:58.315Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:11:58.315Z] OK: 15854 distinct packages available [2022-04-01T12:11:58.315Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:58.355Z] + make test [2022-04-01T12:11:58.355Z] go mod tidy -compat=1.17 [2022-04-01T12:11:58.576Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:58.836Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:11:58.836Z] (3/5) Installing libucontext (1.1-r0) [2022-04-01T12:11:58.836Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-01T12:11:59.096Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-01T12:11:59.096Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:11:59.096Z] OK: 6 MiB in 19 packages [2022-04-01T12:11:59.096Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:11:59.332Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-01T12:11:59.671Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-01T12:11:59.671Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:11:59.671Z] (3/4) Installing libucontext (1.1-r0) [2022-04-01T12:11:59.931Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-01T12:11:59.931Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:11:59.931Z] OK: 6 MiB in 18 packages [2022-04-01T12:12:00.500Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:12:00.500Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:12:00.500Z] ---> ef634a5db35a [2022-04-01T12:12:00.500Z] Step 3/20 : WORKDIR /edgex-go [2022-04-01T12:12:00.500Z] ---> Using cache [2022-04-01T12:12:00.500Z] ---> 3538c74e418b [2022-04-01T12:12:00.500Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-01T12:12:01.884Z] ---> Running in 4099493e697e [2022-04-01T12:12:02.451Z] Removing intermediate container 726ee601f914 [2022-04-01T12:12:02.451Z] ---> 7a88dc830eaa [2022-04-01T12:12:02.451Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-04-01T12:12:02.451Z] Removing intermediate container b9b3c49f8ed4 [2022-04-01T12:12:02.451Z] ---> 531771a89f61 [2022-04-01T12:12:02.451Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin [2022-04-01T12:12:03.018Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:03.959Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:03.959Z] ---> 285b8c41b4c8 [2022-04-01T12:12:03.959Z] Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-04-01T12:12:04.218Z] ---> 40092bfbbcc3 [2022-04-01T12:12:04.218Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-01T12:12:04.218Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:12:04.218Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:12:04.218Z] OK: 15864 distinct packages available [2022-04-01T12:12:04.218Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:04.970Z] ---> 3b6c4a3ae898 [2022-04-01T12:12:04.970Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-01T12:12:04.970Z] ---> Running in e64d0d9d2135 [2022-04-01T12:12:04.970Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:05.337Z] Removing intermediate container e64d0d9d2135 [2022-04-01T12:12:05.337Z] ---> 20faed4dfca6 [2022-04-01T12:12:05.337Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-01T12:12:05.337Z] OK: 221 MiB in 52 packages [2022-04-01T12:12:05.598Z] ---> f5feab969bd1 [2022-04-01T12:12:05.598Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-01T12:12:05.858Z] ---> 14cc269dfb7d [2022-04-01T12:12:05.858Z] Step 19/24 : WORKDIR / [2022-04-01T12:12:05.858Z] ---> Running in e88d96644909 [2022-04-01T12:12:06.117Z] Removing intermediate container e88d96644909 [2022-04-01T12:12:06.117Z] ---> 89cb80856fdb [2022-04-01T12:12:06.117Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-01T12:12:06.376Z] ---> Running in ad95a26d61a7 [2022-04-01T12:12:06.376Z] ---> 2c8c1a9e8f9a [2022-04-01T12:12:06.376Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-01T12:12:06.376Z] Removing intermediate container 4099493e697e [2022-04-01T12:12:06.376Z] ---> 5b54896bee99 [2022-04-01T12:12:06.376Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-01T12:12:06.647Z] Removing intermediate container ad95a26d61a7 [2022-04-01T12:12:06.647Z] ---> 00fa44ddb610 [2022-04-01T12:12:06.647Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-01T12:12:06.647Z] ---> 87d688a5036b [2022-04-01T12:12:06.647Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-01T12:12:06.907Z] ---> Running in fdacb2309979 [2022-04-01T12:12:06.907Z] ---> 8bd9b3eec864 [2022-04-01T12:12:06.907Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:12:06.907Z] ---> Running in 7d6a2e402dba [2022-04-01T12:12:07.167Z] Removing intermediate container fdacb2309979 [2022-04-01T12:12:07.167Z] ---> 2a3721d34a46 [2022-04-01T12:12:07.167Z] Step 22/24 : LABEL arch=x86_64 [2022-04-01T12:12:07.167Z] ---> 5a35183e36db [2022-04-01T12:12:07.167Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-01T12:12:07.167Z] ---> Running in 0941ebbfc9ca [2022-04-01T12:12:07.167Z] ---> Running in 204bc50bfbae [2022-04-01T12:12:07.426Z] Removing intermediate container 204bc50bfbae [2022-04-01T12:12:07.426Z] ---> 3b9197917f1e [2022-04-01T12:12:07.426Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-01T12:12:07.426Z] Removing intermediate container 0941ebbfc9ca [2022-04-01T12:12:07.426Z] ---> 8cb8e00441b7 [2022-04-01T12:12:07.426Z] Step 23/24 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:07.426Z] ---> Running in 69565d361893 [2022-04-01T12:12:07.426Z] ---> Running in c25fec568a65 [2022-04-01T12:12:07.686Z] Removing intermediate container 69565d361893 [2022-04-01T12:12:07.686Z] ---> 4d3d5d3b075c [2022-04-01T12:12:07.686Z] Step 22/24 : LABEL arch=x86_64 [2022-04-01T12:12:07.686Z] Removing intermediate container c25fec568a65 [2022-04-01T12:12:07.686Z] ---> 1e3da6ab445f [2022-04-01T12:12:07.686Z] Step 24/24 : LABEL version=0.0.0 [2022-04-01T12:12:07.686Z] ---> Running in 726963ac3dbb [2022-04-01T12:12:07.686Z] ---> Running in 8938bdc4fde0 [2022-04-01T12:12:07.946Z] Removing intermediate container 726963ac3dbb [2022-04-01T12:12:07.946Z] ---> 0544ae8bfde5 [2022-04-01T12:12:07.946Z] Step 23/24 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:07.946Z] Removing intermediate container 8938bdc4fde0 [2022-04-01T12:12:07.946Z] ---> db42010eb7e3 [2022-04-01T12:12:07.946Z] [2022-04-01T12:12:07.946Z] ---> Running in 3e1bb2ca450c [2022-04-01T12:12:07.946Z] Successfully built db42010eb7e3 [2022-04-01T12:12:07.946Z] Successfully tagged security-spire-config:latest [2022-04-01T12:12:07.946Z] Building security-spire-server [2022-04-01T12:12:08.204Z]  Building security-spire-config ... done Removing intermediate container 7d6a2e402dba [2022-04-01T12:12:08.204Z] ---> 48f89a5f8db8 [2022-04-01T12:12:08.204Z] Step 7/20 : COPY . . [2022-04-01T12:12:08.204Z] Removing intermediate container 3e1bb2ca450c [2022-04-01T12:12:08.204Z] ---> cbf68a605d38 [2022-04-01T12:12:08.204Z] Step 24/24 : LABEL version=0.0.0 [2022-04-01T12:12:08.204Z] ---> Running in dbf69577c133 [2022-04-01T12:12:09.582Z] Removing intermediate container dbf69577c133 [2022-04-01T12:12:09.582Z] ---> cebb6dce63e5 [2022-04-01T12:12:09.582Z] [2022-04-01T12:12:09.582Z] Successfully built cebb6dce63e5 [2022-04-01T12:12:09.582Z] Successfully tagged security-spire-agent:latest [2022-04-01T12:12:09.582Z]  Building security-spire-agent ... done Building support-notifications [2022-04-01T12:12:14.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:12:14.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:12:14.863Z] ---> ef634a5db35a [2022-04-01T12:12:14.863Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> 3538c74e418b [2022-04-01T12:12:14.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> 431e1c7d7b0c [2022-04-01T12:12:14.863Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> d7875e52873d [2022-04-01T12:12:14.863Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> a89aae8202d3 [2022-04-01T12:12:14.863Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> bd2b91e88936 [2022-04-01T12:12:14.863Z] Step 8/23 : COPY . . [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> 4b641684f650 [2022-04-01T12:12:14.863Z] Step 9/23 : ARG SPIRE_RELEASE=1.2.0 [2022-04-01T12:12:14.863Z] ---> Using cache [2022-04-01T12:12:14.863Z] ---> 15fdcd373d15 [2022-04-01T12:12:14.864Z] Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-04-01T12:12:14.864Z] ---> Using cache [2022-04-01T12:12:14.864Z] ---> cbde6d9a675c [2022-04-01T12:12:14.864Z] [2022-04-01T12:12:14.864Z] Step 11/23 : FROM alpine:3.15 [2022-04-01T12:12:14.864Z] ---> 76c8fb57b6fc [2022-04-01T12:12:14.864Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:12:14.864Z] ---> Using cache [2022-04-01T12:12:14.864Z] ---> 6e3533d6dadb [2022-04-01T12:12:14.864Z] Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:12:14.864Z] ---> Using cache [2022-04-01T12:12:14.864Z] ---> bfae43492e52 [2022-04-01T12:12:14.864Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-01T12:12:15.433Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:12:15.433Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:12:15.433Z] ---> ef634a5db35a [2022-04-01T12:12:15.433Z] Step 3/22 : WORKDIR /edgex-go [2022-04-01T12:12:15.433Z] ---> Using cache [2022-04-01T12:12:15.433Z] ---> 3538c74e418b [2022-04-01T12:12:15.433Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:12:15.433Z] ---> Using cache [2022-04-01T12:12:15.433Z] ---> 431e1c7d7b0c [2022-04-01T12:12:15.433Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-01T12:12:16.817Z] ---> Running in ee81cbd4b82c [2022-04-01T12:12:16.817Z] ---> Running in 5f9e2d1065cf [2022-04-01T12:12:16.817Z] Removing intermediate container b365c1e34bad [2022-04-01T12:12:16.817Z] ---> b8d8ddbed5b0 [2022-04-01T12:12:16.817Z] [2022-04-01T12:12:16.817Z] Step 10/23 : FROM alpine:3.14 [2022-04-01T12:12:16.817Z] ---> 84b07dd2d1fd [2022-04-01T12:12:16.817Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-01T12:12:16.817Z] ---> 8bf3c7584852 [2022-04-01T12:12:16.817Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-01T12:12:17.076Z] ---> Running in cc977312ccd2 [2022-04-01T12:12:17.076Z] ---> Running in a41c14a576a5 [2022-04-01T12:12:17.335Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:17.335Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:17.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-01T12:12:17.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:17.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:17.852Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-01T12:12:17.852Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:12:17.852Z] OK: 6 MiB in 15 packages [2022-04-01T12:12:18.113Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:18.113Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:18.374Z] OK: 221 MiB in 52 packages [2022-04-01T12:12:18.636Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:12:18.637Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:12:18.637Z] OK: 15854 distinct packages available [2022-04-01T12:12:18.637Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:18.898Z] Removing intermediate container 7a4732d0a8de [2022-04-01T12:12:18.898Z] ---> 64d03d040f88 [2022-04-01T12:12:18.898Z] [2022-04-01T12:12:18.898Z] Step 10/22 : FROM alpine:3.14 [2022-04-01T12:12:18.898Z] ---> 84b07dd2d1fd [2022-04-01T12:12:18.898Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-01T12:12:18.898Z] ---> Using cache [2022-04-01T12:12:18.898Z] ---> 064a20367cbc [2022-04-01T12:12:18.898Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:12:18.898Z] Removing intermediate container cc977312ccd2 [2022-04-01T12:12:18.898Z] ---> 064a20367cbc [2022-04-01T12:12:18.898Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:12:18.898Z] ---> Running in 2f2092d6115e [2022-04-01T12:12:19.157Z] ---> Running in 87f21fea96a2 [2022-04-01T12:12:19.157Z] Removing intermediate container ee81cbd4b82c [2022-04-01T12:12:19.157Z] ---> b12e54cf0a19 [2022-04-01T12:12:19.157Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-01T12:12:19.157Z] Removing intermediate container 2f2092d6115e [2022-04-01T12:12:19.157Z] ---> 33ecddf52faa [2022-04-01T12:12:19.157Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-01T12:12:19.157Z] ---> Running in 8a57aa7bb6a3 [2022-04-01T12:12:19.157Z] Removing intermediate container 87f21fea96a2 [2022-04-01T12:12:19.157Z] ---> eea32e3d049e [2022-04-01T12:12:19.157Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-01T12:12:19.437Z] ---> 49117c945449 [2022-04-01T12:12:19.437Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:12:19.437Z] ---> Running in 2cb0570f416c [2022-04-01T12:12:19.437Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:19.437Z] ---> Running in 6a23361d9667 [2022-04-01T12:12:19.437Z] Removing intermediate container 8a57aa7bb6a3 [2022-04-01T12:12:19.437Z] ---> 252f37f348ca [2022-04-01T12:12:19.437Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-01T12:12:19.437Z] Removing intermediate container 2cb0570f416c [2022-04-01T12:12:19.437Z] ---> 7bd32417c714 [2022-04-01T12:12:19.437Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-01T12:12:19.437Z] ---> Running in 893f04f04f95 [2022-04-01T12:12:19.437Z] ---> Running in d3dda2e85d05 [2022-04-01T12:12:19.697Z] Removing intermediate container 893f04f04f95 [2022-04-01T12:12:19.697Z] ---> dc41335221fa [2022-04-01T12:12:19.697Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:12:19.697Z] Removing intermediate container d3dda2e85d05 [2022-04-01T12:12:19.697Z] ---> 848221a6fc1d [2022-04-01T12:12:19.697Z] Step 15/23 : WORKDIR / [2022-04-01T12:12:19.697Z] ---> Running in dd7ee7b59ef2 [2022-04-01T12:12:19.697Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-01T12:12:19.697Z] ---> 8bffd9a5b313 [2022-04-01T12:12:19.697Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-01T12:12:19.697Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:12:19.956Z] Removing intermediate container dd7ee7b59ef2 [2022-04-01T12:12:19.956Z] ---> e843ea3af4bc [2022-04-01T12:12:19.956Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:12:19.956Z] (3/5) Installing libucontext (1.1-r0) [2022-04-01T12:12:19.956Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-01T12:12:19.956Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-01T12:12:20.216Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:12:20.216Z] OK: 6 MiB in 19 packages [2022-04-01T12:12:20.216Z] ---> 81f8f5a71342 [2022-04-01T12:12:20.216Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-01T12:12:20.477Z] ---> 8111ad8710bd [2022-04-01T12:12:20.477Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-01T12:12:20.736Z] Removing intermediate container 6a23361d9667 [2022-04-01T12:12:20.736Z] ---> 5c8800f4b10a [2022-04-01T12:12:20.736Z] Step 8/22 : COPY . . [2022-04-01T12:12:20.736Z] Removing intermediate container 5f9e2d1065cf [2022-04-01T12:12:20.736Z] ---> ed0b89e56e2e [2022-04-01T12:12:20.736Z] Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-04-01T12:12:20.996Z] ---> 3c2fcd639ad8 [2022-04-01T12:12:20.996Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-01T12:12:20.996Z] ---> Running in 7e8871b398a9 [2022-04-01T12:12:21.564Z] Removing intermediate container 7e8871b398a9 [2022-04-01T12:12:21.564Z] ---> 8e6638a0fb93 [2022-04-01T12:12:21.564Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:12:22.506Z] ---> 14556ef8ae37 [2022-04-01T12:12:22.506Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-01T12:12:22.787Z] ---> Running in ff85703c8fb4 [2022-04-01T12:12:22.787Z] ---> d7725e842f04 [2022-04-01T12:12:22.787Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-01T12:12:23.046Z] Removing intermediate container ff85703c8fb4 [2022-04-01T12:12:23.046Z] ---> bb4888dfbbf8 [2022-04-01T12:12:23.046Z] Step 20/22 : LABEL arch=x86_64 [2022-04-01T12:12:23.313Z] ---> Running in 8acb7274b801 [2022-04-01T12:12:23.313Z] ---> 8acfd815dd83 [2022-04-01T12:12:23.313Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-01T12:12:23.313Z] ---> a7822c47b625 [2022-04-01T12:12:23.313Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-01T12:12:23.313Z] ---> Running in c91b18f8d430 [2022-04-01T12:12:23.313Z] Removing intermediate container 8acb7274b801 [2022-04-01T12:12:23.313Z] ---> a46e7fe868f4 [2022-04-01T12:12:23.313Z] Step 21/22 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:23.574Z] ---> Running in 7a47da00c9b8 [2022-04-01T12:12:23.574Z] Removing intermediate container c91b18f8d430 [2022-04-01T12:12:23.574Z] ---> 3b0c4b3e9a7f [2022-04-01T12:12:23.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:12:23.847Z] ---> Running in 8629056d96bf [2022-04-01T12:12:23.847Z] ---> 42fef4d9508f [2022-04-01T12:12:23.847Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-01T12:12:23.847Z] Removing intermediate container 7a47da00c9b8 [2022-04-01T12:12:23.847Z] ---> d432eea6dbb0 [2022-04-01T12:12:23.847Z] Step 22/22 : LABEL version=0.0.0 [2022-04-01T12:12:23.847Z] ---> Running in 47f23825e31d [2022-04-01T12:12:23.847Z] Removing intermediate container 8629056d96bf [2022-04-01T12:12:23.847Z] ---> 3dc4a2d86e5f [2022-04-01T12:12:23.847Z] Step 21/23 : LABEL arch=x86_64 [2022-04-01T12:12:24.107Z] ---> Running in 4a998b7c9ce3 [2022-04-01T12:12:24.107Z] Removing intermediate container 47f23825e31d [2022-04-01T12:12:24.107Z] ---> bb4c3d1f34a1 [2022-04-01T12:12:24.107Z] [2022-04-01T12:12:24.365Z] ---> ca3de568adf0 [2022-04-01T12:12:24.365Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-01T12:12:24.365Z] Successfully built bb4c3d1f34a1 [2022-04-01T12:12:24.365Z] ---> Running in baec9ed2ab02 [2022-04-01T12:12:24.365Z] Removing intermediate container 4a998b7c9ce3 [2022-04-01T12:12:24.365Z] ---> d4f35e09b30e [2022-04-01T12:12:24.365Z] Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:24.365Z] Successfully tagged support-scheduler:latest [2022-04-01T12:12:24.365Z] Building core-metadata [2022-04-01T12:12:24.639Z]  Building support-scheduler ... done  ---> Running in d4e7a5e234ae [2022-04-01T12:12:24.639Z] Removing intermediate container baec9ed2ab02 [2022-04-01T12:12:24.639Z] ---> 5c976e83729c [2022-04-01T12:12:24.639Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-01T12:12:26.019Z] ---> Running in 189ea4d114d1 [2022-04-01T12:12:26.019Z] Removing intermediate container d4e7a5e234ae [2022-04-01T12:12:26.019Z] ---> 0bd89a149ac1 [2022-04-01T12:12:26.019Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:12:26.589Z] ---> Running in fac0ce20ae51 [2022-04-01T12:12:26.589Z] Removing intermediate container 189ea4d114d1 [2022-04-01T12:12:26.589Z] ---> 1e52298e7624 [2022-04-01T12:12:26.589Z] Step 21/23 : LABEL arch=x86_64 [2022-04-01T12:12:26.589Z] ---> Running in 54c05f6910b5 [2022-04-01T12:12:26.589Z] Removing intermediate container fac0ce20ae51 [2022-04-01T12:12:26.589Z] ---> 15b9ca950ced [2022-04-01T12:12:26.589Z] [2022-04-01T12:12:26.850Z] Successfully built 15b9ca950ced [2022-04-01T12:12:26.850Z] Successfully tagged core-command:latest [2022-04-01T12:12:26.850Z]  Building core-command ... done Removing intermediate container 54c05f6910b5 [2022-04-01T12:12:26.850Z] ---> 6125334aaf33 [2022-04-01T12:12:26.850Z] Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:27.108Z] ---> Running in 443b08935734 [2022-04-01T12:12:27.368Z] Removing intermediate container 443b08935734 [2022-04-01T12:12:27.368Z] ---> 6d690bf1548d [2022-04-01T12:12:27.368Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:12:27.368Z] ---> Running in 052b9148cef0 [2022-04-01T12:12:27.631Z] Removing intermediate container 052b9148cef0 [2022-04-01T12:12:27.631Z] ---> 92d772cebb27 [2022-04-01T12:12:27.631Z] [2022-04-01T12:12:27.892Z] Successfully built 92d772cebb27 [2022-04-01T12:12:27.892Z] Successfully tagged security-spire-server:latest [2022-04-01T12:12:30.428Z]  Building security-spire-server ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:12:30.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:12:30.428Z] ---> ef634a5db35a [2022-04-01T12:12:30.428Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:12:30.428Z] ---> Using cache [2022-04-01T12:12:30.428Z] ---> 3538c74e418b [2022-04-01T12:12:30.428Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:12:30.428Z] ---> Using cache [2022-04-01T12:12:30.428Z] ---> 431e1c7d7b0c [2022-04-01T12:12:30.428Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-01T12:12:30.428Z] ---> Using cache [2022-04-01T12:12:30.428Z] ---> d7875e52873d [2022-04-01T12:12:30.428Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:12:30.428Z] ---> Using cache [2022-04-01T12:12:30.428Z] ---> a89aae8202d3 [2022-04-01T12:12:30.428Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:12:30.428Z] ---> Using cache [2022-04-01T12:12:30.428Z] ---> bd2b91e88936 [2022-04-01T12:12:30.428Z] Step 8/23 : COPY . . [2022-04-01T12:12:30.428Z] ---> Using cache [2022-04-01T12:12:30.428Z] ---> 4b641684f650 [2022-04-01T12:12:30.428Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-01T12:12:30.688Z] ---> Running in a5f059a27bb6 [2022-04-01T12:12:30.688Z] ---> dc1d33f82f39 [2022-04-01T12:12:30.688Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-01T12:12:30.947Z] ---> Running in 57df83dc199f [2022-04-01T12:12:30.947Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-01T12:12:31.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-01T12:12:31.686Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-01T12:12:34.500Z] Removing intermediate container a41c14a576a5 [2022-04-01T12:12:34.500Z] ---> dec79ff507ca [2022-04-01T12:12:34.500Z] [2022-04-01T12:12:34.500Z] Step 9/20 : FROM alpine:3.15 [2022-04-01T12:12:34.500Z] ---> 76c8fb57b6fc [2022-04-01T12:12:34.500Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:12:34.500Z] ---> Using cache [2022-04-01T12:12:34.500Z] ---> 6e3533d6dadb [2022-04-01T12:12:34.500Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:12:34.500Z] ---> Using cache [2022-04-01T12:12:34.500Z] ---> bfae43492e52 [2022-04-01T12:12:34.500Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-01T12:12:34.500Z] ---> Running in 0eebf61c699a [2022-04-01T12:12:35.068Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:35.634Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:36.201Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:12:36.201Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:12:36.201Z] OK: 15854 distinct packages available [2022-04-01T12:12:36.201Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:37.136Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:37.394Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-01T12:12:37.394Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-01T12:12:37.394Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-01T12:12:37.653Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-01T12:12:37.653Z] (5/9) Installing curl (7.80.0-r0) [2022-04-01T12:12:37.653Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-01T12:12:37.912Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:12:37.912Z] (8/9) Installing libucontext (1.1-r0) [2022-04-01T12:12:37.912Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-01T12:12:38.172Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:12:38.172Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:12:38.172Z] OK: 8 MiB in 23 packages [2022-04-01T12:12:39.545Z] Removing intermediate container 0eebf61c699a [2022-04-01T12:12:39.545Z] ---> f4d79872bafd [2022-04-01T12:12:39.545Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:12:39.545Z] ---> 76dc47d1cf0d [2022-04-01T12:12:39.545Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-01T12:12:40.479Z] ---> 307b63585742 [2022-04-01T12:12:40.479Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-01T12:12:40.737Z] ---> f61f1578fc37 [2022-04-01T12:12:40.737Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-01T12:12:40.737Z] ---> Running in b578282c8aef [2022-04-01T12:12:41.006Z] Removing intermediate container b578282c8aef [2022-04-01T12:12:41.006Z] ---> dec1bdfae07b [2022-04-01T12:12:41.006Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:12:41.006Z] ---> Running in 3f8586716da9 [2022-04-01T12:12:41.264Z] Removing intermediate container 3f8586716da9 [2022-04-01T12:12:41.264Z] ---> 2983c22c3b86 [2022-04-01T12:12:41.264Z] Step 18/20 : LABEL arch=x86_64 [2022-04-01T12:12:41.264Z] ---> Running in b89975d1a833 [2022-04-01T12:12:41.524Z] Removing intermediate container b89975d1a833 [2022-04-01T12:12:41.524Z] ---> df8a1eb34d82 [2022-04-01T12:12:41.524Z] Step 19/20 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:41.524Z] ---> Running in 8ad04f6c703d [2022-04-01T12:12:41.784Z] Removing intermediate container 8ad04f6c703d [2022-04-01T12:12:41.784Z] ---> 1c9c067974eb [2022-04-01T12:12:41.784Z] Step 20/20 : LABEL version=0.0.0 [2022-04-01T12:12:41.784Z] ---> Running in 247fa61c3a1d [2022-04-01T12:12:42.043Z] Removing intermediate container 247fa61c3a1d [2022-04-01T12:12:42.043Z] ---> 49d0a08c19ac [2022-04-01T12:12:42.043Z] [2022-04-01T12:12:42.043Z] Successfully built 49d0a08c19ac [2022-04-01T12:12:42.043Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-01T12:12:52.024Z]  Building security-spiffe-token-provider ... done Removing intermediate container 57df83dc199f [2022-04-01T12:12:52.024Z] ---> 1b46d87fdf7c [2022-04-01T12:12:52.024Z] [2022-04-01T12:12:52.024Z] Step 10/22 : FROM alpine:3.14 [2022-04-01T12:12:52.024Z] ---> 84b07dd2d1fd [2022-04-01T12:12:52.024Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-01T12:12:52.024Z] Removing intermediate container a5f059a27bb6 [2022-04-01T12:12:52.024Z] ---> fc82dda4a78a [2022-04-01T12:12:52.024Z] [2022-04-01T12:12:52.024Z] Step 10/23 : FROM alpine:3.14 [2022-04-01T12:12:52.024Z] ---> 84b07dd2d1fd [2022-04-01T12:12:52.024Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-01T12:12:52.024Z] ---> Using cache [2022-04-01T12:12:52.024Z] ---> 064a20367cbc [2022-04-01T12:12:52.024Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:12:52.024Z] ---> Using cache [2022-04-01T12:12:52.024Z] ---> eea32e3d049e [2022-04-01T12:12:52.024Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-01T12:12:52.024Z] ---> Running in f5bb2631e3e9 [2022-04-01T12:12:52.024Z] ---> Running in 385e5553c711 [2022-04-01T12:12:52.024Z] Removing intermediate container 385e5553c711 [2022-04-01T12:12:52.024Z] ---> e65fb7501bf5 [2022-04-01T12:12:52.024Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-01T12:12:52.024Z] ---> Running in fca0f304160a [2022-04-01T12:12:52.024Z] Removing intermediate container fca0f304160a [2022-04-01T12:12:52.024Z] ---> f431f0c6a886 [2022-04-01T12:12:52.024Z] Step 15/23 : WORKDIR / [2022-04-01T12:12:52.024Z] ---> Running in acf50278d6d2 [2022-04-01T12:12:52.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:52.024Z] Removing intermediate container acf50278d6d2 [2022-04-01T12:12:52.024Z] ---> dba76446746a [2022-04-01T12:12:52.024Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:12:52.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-01T12:12:52.024Z] ---> bd2114ad7ef9 [2022-04-01T12:12:52.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-01T12:12:52.024Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-01T12:12:52.024Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-01T12:12:52.024Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:12:52.024Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:12:52.024Z] OK: 6 MiB in 16 packages [2022-04-01T12:12:52.024Z] ---> 23139eebbed1 [2022-04-01T12:12:52.024Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-01T12:12:52.024Z] Removing intermediate container f5bb2631e3e9 [2022-04-01T12:12:52.024Z] ---> 77275f78b96a [2022-04-01T12:12:52.024Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:12:52.024Z] ---> 3bc1622bff21 [2022-04-01T12:12:52.024Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-01T12:12:52.024Z] ---> Running in 079f40870ba8 [2022-04-01T12:12:52.024Z] ---> Running in eb329f9ee5bc [2022-04-01T12:12:52.024Z] Removing intermediate container 079f40870ba8 [2022-04-01T12:12:52.024Z] ---> c74bd5db19f2 [2022-04-01T12:12:52.024Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-01T12:12:52.024Z] ---> Running in e681d12b4eaf [2022-04-01T12:12:52.024Z] Removing intermediate container eb329f9ee5bc [2022-04-01T12:12:52.024Z] ---> 5c34cc081efc [2022-04-01T12:12:52.024Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:12:52.024Z] ---> Running in d0c49854c00b [2022-04-01T12:12:52.024Z] Removing intermediate container e681d12b4eaf [2022-04-01T12:12:52.024Z] ---> c2a488cc0426 [2022-04-01T12:12:52.024Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-01T12:12:52.284Z] Removing intermediate container d0c49854c00b [2022-04-01T12:12:52.284Z] ---> 93959c8707f7 [2022-04-01T12:12:52.284Z] Step 21/23 : LABEL arch=x86_64 [2022-04-01T12:12:52.284Z] ---> Running in 2614f111798f [2022-04-01T12:12:52.284Z] ---> Running in d0837868a6d1 [2022-04-01T12:12:52.284Z] Removing intermediate container 2614f111798f [2022-04-01T12:12:52.284Z] ---> b8d85271dec1 [2022-04-01T12:12:52.284Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:12:52.284Z] Removing intermediate container d0837868a6d1 [2022-04-01T12:12:52.284Z] ---> 53581b17f529 [2022-04-01T12:12:52.284Z] Step 22/23 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:52.284Z] ---> Running in 8a17b575ba3c [2022-04-01T12:12:52.542Z] ---> 120e4f93f891 [2022-04-01T12:12:52.542Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-01T12:12:52.542Z] Removing intermediate container 8a17b575ba3c [2022-04-01T12:12:52.542Z] ---> ae1c73c7992a [2022-04-01T12:12:52.542Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:12:52.542Z] ---> Running in e19b6c485edc [2022-04-01T12:12:52.542Z] Removing intermediate container e19b6c485edc [2022-04-01T12:12:52.542Z] ---> c7081e8bea1c [2022-04-01T12:12:52.542Z] [2022-04-01T12:12:52.801Z] Successfully built c7081e8bea1c [2022-04-01T12:12:52.801Z] Successfully tagged core-metadata:latest [2022-04-01T12:12:52.801Z]  Building core-metadata ... done  ---> dfa08d144cc6 [2022-04-01T12:12:52.801Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-01T12:12:53.061Z] ---> 5fd7f4aef21a [2022-04-01T12:12:53.061Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-01T12:12:53.061Z] ---> Running in 5ec36bd3f273 [2022-04-01T12:12:53.061Z] Removing intermediate container 5ec36bd3f273 [2022-04-01T12:12:53.061Z] ---> 6b160af717fa [2022-04-01T12:12:53.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:12:53.061Z] ---> Running in cfacd851d76c [2022-04-01T12:12:53.321Z] Removing intermediate container cfacd851d76c [2022-04-01T12:12:53.321Z] ---> 356f48e125e3 [2022-04-01T12:12:53.321Z] Step 20/22 : LABEL arch=x86_64 [2022-04-01T12:12:53.321Z] ---> Running in 9dd0dac5a598 [2022-04-01T12:12:53.321Z] Removing intermediate container 9dd0dac5a598 [2022-04-01T12:12:53.321Z] ---> 425a2ca094c6 [2022-04-01T12:12:53.321Z] Step 21/22 : LABEL git_sha=319129c869291172227b9a7889e0ae47bfe6e2d5 [2022-04-01T12:12:53.321Z] ---> Running in 23b9bcc35270 [2022-04-01T12:12:53.580Z] Removing intermediate container 23b9bcc35270 [2022-04-01T12:12:53.580Z] ---> 695ababe5054 [2022-04-01T12:12:53.580Z] Step 22/22 : LABEL version=0.0.0 [2022-04-01T12:12:53.580Z] ---> Running in 95d0dbfdfaba [2022-04-01T12:12:53.580Z] Removing intermediate container 95d0dbfdfaba [2022-04-01T12:12:53.580Z] ---> 5f513913ead3 [2022-04-01T12:12:53.580Z] [2022-04-01T12:12:53.580Z] Successfully built 5f513913ead3 [2022-04-01T12:12:53.580Z] Successfully tagged support-notifications:latest [2022-04-01T12:12:53.847Z]  Building support-notifications ... done  [Pipeline] } [2022-04-01T12:12:53.848Z] $ docker stop --time=1 c430f44fc6c7061ddccff4c2880437c27559d012aa337b04a68ee8040a5c85b2 [2022-04-01T12:12:55.124Z] $ docker rm -f c430f44fc6c7061ddccff4c2880437c27559d012aa337b04a68ee8040a5c85b2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T12:12:55.468Z] + docker images [2022-04-01T12:12:55.468Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-01T12:12:55.468Z] support-notifications latest 5f513913ead3 2 seconds ago 26.6MB [2022-04-01T12:12:55.468Z] core-metadata latest c7081e8bea1c 3 seconds ago 26.1MB [2022-04-01T12:12:55.468Z] 1b46d87fdf7c 6 seconds ago 1.62GB [2022-04-01T12:12:55.468Z] fc82dda4a78a 6 seconds ago 1.62GB [2022-04-01T12:12:55.468Z] security-spiffe-token-provider latest 49d0a08c19ac 14 seconds ago 28.5MB [2022-04-01T12:12:55.468Z] dec79ff507ca 22 seconds ago 1.61GB [2022-04-01T12:12:55.468Z] security-spire-server latest 92d772cebb27 28 seconds ago 82.9MB [2022-04-01T12:12:55.468Z] core-command latest 15b9ca950ced 29 seconds ago 24.5MB [2022-04-01T12:12:55.468Z] support-scheduler latest bb4c3d1f34a1 32 seconds ago 26MB [2022-04-01T12:12:55.468Z] 64d03d040f88 37 seconds ago 1.62GB [2022-04-01T12:12:55.468Z] b8d8ddbed5b0 39 seconds ago 1.61GB [2022-04-01T12:12:55.468Z] security-spire-agent latest cebb6dce63e5 47 seconds ago 119MB [2022-04-01T12:12:55.468Z] security-spire-config latest db42010eb7e3 48 seconds ago 82.2MB [2022-04-01T12:12:55.468Z] sys-mgmt-agent latest 17e799eadbbb About a minute ago 307MB [2022-04-01T12:12:55.468Z] cbde6d9a675c About a minute ago 1.61GB [2022-04-01T12:12:55.468Z] 3452f1c73a81 About a minute ago 1.61GB [2022-04-01T12:12:55.468Z] security-bootstrapper latest 8b4382c25caa About a minute ago 24.3MB [2022-04-01T12:12:55.468Z] core-data latest a441e03b204a About a minute ago 35.9MB [2022-04-01T12:12:55.468Z] security-secretstore-setup latest b3233066fa1e About a minute ago 42.1MB [2022-04-01T12:12:55.468Z] security-proxy-setup latest 17a1e17cafe7 About a minute ago 43.4MB [2022-04-01T12:12:55.468Z] 36e61b3ce1a1 About a minute ago 1.62GB [2022-04-01T12:12:55.468Z] 72acc053d43e About a minute ago 1.63GB [2022-04-01T12:12:55.468Z] c301119ed148 About a minute ago 1.63GB [2022-04-01T12:12:55.468Z] 2c57e5d9e907 About a minute ago 1.65GB [2022-04-01T12:12:55.468Z] e40299e29e94 About a minute ago 1.61GB [2022-04-01T12:12:55.468Z] ci-base-image-x86_64 latest ef634a5db35a 4 minutes ago 896MB [2022-04-01T12:12:55.468Z] docker 20.10.14 5f3d65aad428 2 days ago 218MB [2022-04-01T12:12:55.468Z] alpine 3.14 84b07dd2d1fd 3 days ago 5.59MB [2022-04-01T12:12:55.468Z] alpine 3.15 76c8fb57b6fc 3 days ago 5.57MB [2022-04-01T12:12:55.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 8 weeks ago 562MB [2022-04-01T12:12:55.468Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-04-01T12:12:55.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2022-04-01T12:12:55.638Z] Running on prd-ubuntu18.04-docker-8c-8g-9950 in /w/workspace/edgexfoundry_edgex-go_PR-3924 [Pipeline] { [Pipeline] ws [2022-04-01T12:12:55.649Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2022-04-01T12:12:55.668Z] The recommended git tool is: git [2022-04-01T12:12:57.102Z] using credential edgex-jenkins-ssh [2022-04-01T12:12:57.112Z] Cloning the remote Git repository [2022-04-01T12:12:57.138Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-01T12:12:57.163Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2022-04-01T12:12:57.204Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-01T12:12:57.204Z] > git --version # timeout=10 [2022-04-01T12:12:57.209Z] > git --version # 'git version 2.17.1' [2022-04-01T12:12:57.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T12:12:57.228Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T12:13:02.314Z] Merging remotes/origin/main commit c716e684b70864673cdf3dc7cabeb53a7964410a into PR head commit c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 [2022-04-01T12:13:02.477Z] Merge succeeded, producing ded824551e9f59122f42b13046eddfb70814056d [2022-04-01T12:13:02.478Z] Checking out Revision ded824551e9f59122f42b13046eddfb70814056d (PR-3924) [2022-04-01T12:13:01.622Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-01T12:13:01.630Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T12:13:01.642Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-01T12:13:01.659Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-01T12:13:01.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T12:13:01.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3924/head:refs/remotes/origin/PR-3924 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-01T12:13:02.331Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T12:13:02.336Z] > git checkout -f c73fc40abdafc3f768e735f6e5e6fb50530cdfb7 # timeout=10 [2022-04-01T12:13:02.391Z] > git remote # timeout=10 [2022-04-01T12:13:02.401Z] > git config --get remote.origin.url # timeout=10 [2022-04-01T12:13:02.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T12:13:02.418Z] > git merge c716e684b70864673cdf3dc7cabeb53a7964410a # timeout=10 [2022-04-01T12:13:02.481Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-01T12:13:02.488Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T12:13:02.491Z] > git checkout -f ded824551e9f59122f42b13046eddfb70814056d # timeout=10 [2022-04-01T12:13:06.048Z] Commit message: "Merge commit 'c716e684b70864673cdf3dc7cabeb53a7964410a' into HEAD" [2022-04-01T12:13:06.057Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:13:06.840Z] + echo snap-build.sh [2022-04-01T12:13:06.840Z] snap-build.sh [2022-04-01T12:13:06.840Z] + SNAP_BASE_DIR=. [2022-04-01T12:13:06.840Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2022-04-01T12:13:06.840Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2022-04-01T12:13:06.840Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2022-04-01T12:13:06.840Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2022-04-01T12:13:06.840Z] + cd /w/workspace/edgex-go/7 [2022-04-01T12:13:06.840Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-04-01T12:13:06.840Z] Reading package lists... [2022-04-01T12:13:06.840Z] Building dependency tree... [2022-04-01T12:13:06.840Z] Reading state information... [2022-04-01T12:13:06.840Z] The following packages were automatically installed and are no longer required: [2022-04-01T12:13:06.840Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-04-01T12:13:06.840Z] uidmap xdelta3 [2022-04-01T12:13:06.840Z] Use 'sudo apt autoremove' to remove them. [2022-04-01T12:13:06.840Z] The following packages will be REMOVED: [2022-04-01T12:13:06.840Z] lxd* lxd-client* [2022-04-01T12:13:06.840Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-04-01T12:13:06.059Z] > git rev-list --no-walk 713ff3db5fce3e835e0c0c87a083ec18cdb2b939 # timeout=10 [2022-04-01T12:13:07.102Z] After this operation, 31.7 MB disk space will be freed. [2022-04-01T12:13:07.884Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) [2022-04-01T12:13:07.884Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-04-01T12:13:08.454Z] Removing lxd dnsmasq configuration [2022-04-01T12:13:08.454Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-04-01T12:13:08.715Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-04-01T12:13:09.286Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-04-01T12:13:09.546Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190491 files and directories currently installed.) [2022-04-01T12:13:09.546Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-04-01T12:13:10.929Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-04-01T12:13:10.929Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-04-01T12:13:11.498Z] + sudo snap remove --purge lxd [2022-04-01T12:13:11.498Z] snap "lxd" is not installed [2022-04-01T12:13:11.498Z] + sudo groupadd --force --system lxd [2022-04-01T12:13:11.498Z] ++ whoami [2022-04-01T12:13:11.498Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-04-01T12:13:11.498Z] + newgrp - lxd [2022-04-01T12:13:11.498Z] + sudo snap install lxd [2022-04-01T12:13:21.507Z] 2022-04-01T12:13:18Z INFO Waiting for automatic snapd restart... [2022-04-01T12:13:33.733Z] lxd 4.24-c92c0b2 from Canonical* installed [2022-04-01T12:13:33.733Z] + sudo lxd init --auto [2022-04-01T12:13:43.901Z] + sudo snap install --classic snapcraft [2022-04-01T12:13:48.107Z] snapcraft 6.1 from Canonical* installed [2022-04-01T12:13:48.107Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-04-01T12:13:48.107Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-04-01T12:13:48.107Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-01T12:13:48.107Z] Dload Upload Total Spent Left Speed [2022-04-01T12:13:48.107Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4416 0 --:--:-- --:--:-- --:--:-- 4416 [2022-04-01T12:13:48.107Z] 100 3325k 100 3325k 0 0 10.2M 0 --:--:-- --:--:-- --:--:-- 10.2M [2022-04-01T12:13:48.107Z] ./yq_linux_amd64 [2022-04-01T12:13:48.107Z] + sudo snapcraft prime --use-lxd [2022-04-01T12:13:50.020Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-04-01T12:13:50.020Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-04-01T12:13:50.020Z] - README.md [2022-04-01T12:13:50.020Z] [2022-04-01T12:13:50.020Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-04-01T12:13:50.281Z] Launching a container. [2022-04-01T12:13:53.504Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-01T12:14:00.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-01T12:14:00.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-01T12:14:00.254Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-01T12:14:00.277Z] Waiting for container to be ready [2022-04-01T12:14:00.849Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-04-01T12:14:00.849Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-04-01T12:14:00.849Z] [2022-04-01T12:14:05.052Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-04-01T12:14:05.686Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-01T12:14:05.686Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-01T12:14:05.686Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-01T12:14:05.686Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-01T12:14:05.686Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-01T12:14:05.686Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-01T12:14:05.965Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-01T12:14:06.435Z] Waiting for network to be ready... [2022-04-01T12:14:06.696Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-04-01T12:14:06.957Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1377 kB] [2022-04-01T12:14:06.957Z] Get:3 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-04-01T12:14:06.957Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [238 kB] [2022-04-01T12:14:06.957Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-04-01T12:14:06.957Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-04-01T12:14:06.957Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [853 kB] [2022-04-01T12:14:06.957Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [122 kB] [2022-04-01T12:14:06.957Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [695 kB] [2022-04-01T12:14:06.963Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-01T12:14:06.963Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-01T12:14:06.963Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-01T12:14:06.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-01T12:14:07.216Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [122 kB] [2022-04-01T12:14:07.477Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-04-01T12:14:07.737Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-04-01T12:14:07.997Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-04-01T12:14:07.997Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-04-01T12:14:07.997Z] Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-04-01T12:14:07.997Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-04-01T12:14:07.997Z] Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-04-01T12:14:07.997Z] Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-04-01T12:14:08.258Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-04-01T12:14:08.515Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1703 kB] [2022-04-01T12:14:08.515Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [319 kB] [2022-04-01T12:14:08.515Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.4 kB] [2022-04-01T12:14:08.515Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7336 B] [2022-04-01T12:14:08.515Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [910 kB] [2022-04-01T12:14:08.515Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [130 kB] [2022-04-01T12:14:08.515Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [915 kB] [2022-04-01T12:14:08.515Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [204 kB] [2022-04-01T12:14:10.423Z] Fetched 23.6 MB in 4s (6186 kB/s) [2022-04-01T12:14:11.361Z] Reading package lists... [2022-04-01T12:14:11.361Z] Reading package lists... [2022-04-01T12:14:11.621Z] Building dependency tree... [2022-04-01T12:14:11.621Z] Reading state information... [2022-04-01T12:14:11.621Z] The following additional packages will be installed: [2022-04-01T12:14:11.621Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-04-01T12:14:11.621Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-04-01T12:14:11.621Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-04-01T12:14:11.621Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-04-01T12:14:11.621Z] Suggested packages: [2022-04-01T12:14:11.621Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-04-01T12:14:11.621Z] Recommended packages: [2022-04-01T12:14:11.621Z] gnupg libsasl2-modules [2022-04-01T12:14:11.621Z] The following NEW packages will be installed: [2022-04-01T12:14:11.621Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-04-01T12:14:11.621Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-04-01T12:14:11.621Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-04-01T12:14:11.621Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-04-01T12:14:11.621Z] The following packages will be upgraded: [2022-04-01T12:14:11.621Z] gpg gpg-agent gpgconf libudev1 [2022-04-01T12:14:11.882Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-04-01T12:14:11.882Z] Need to get 3859 kB of archives. [2022-04-01T12:14:11.882Z] After this operation, 14.9 MB of additional disk space will be used. [2022-04-01T12:14:11.882Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-04-01T12:14:11.882Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-04-01T12:14:11.882Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-04-01T12:14:11.882Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-04-01T12:14:11.882Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-04-01T12:14:11.882Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-04-01T12:14:11.882Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-04-01T12:14:11.882Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-04-01T12:14:11.882Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-04-01T12:14:11.882Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-04-01T12:14:11.882Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-04-01T12:14:11.882Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-04-01T12:14:11.882Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-04-01T12:14:11.882Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-04-01T12:14:11.882Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-04-01T12:14:11.882Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-04-01T12:14:11.882Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-04-01T12:14:11.882Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-04-01T12:14:11.882Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-04-01T12:14:11.882Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-04-01T12:14:11.882Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-04-01T12:14:11.882Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-04-01T12:14:12.143Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-01T12:14:12.143Z] Fetched 3859 kB in 0s (14.2 MB/s) [2022-04-01T12:14:12.143Z] (Reading database ... 12816 files and directories currently installed.) [2022-04-01T12:14:12.143Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:12.143Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-01T12:14:12.143Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-04-01T12:14:12.403Z] Selecting previously unselected package udev. [2022-04-01T12:14:12.403Z] (Reading database ... 12816 files and directories currently installed.) [2022-04-01T12:14:12.403Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:12.403Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-04-01T12:14:12.403Z] Selecting previously unselected package libfuse2:amd64. [2022-04-01T12:14:12.403Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-04-01T12:14:12.403Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-04-01T12:14:12.664Z] Selecting previously unselected package fuse. [2022-04-01T12:14:12.664Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-04-01T12:14:12.664Z] Unpacking fuse (2.9.9-3) ... [2022-04-01T12:14:12.664Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-01T12:14:12.664Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-01T12:14:12.664Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-01T12:14:12.664Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-01T12:14:12.924Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-01T12:14:12.924Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-01T12:14:12.924Z] Selecting previously unselected package libksba8:amd64. [2022-04-01T12:14:12.924Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-04-01T12:14:12.924Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-04-01T12:14:12.924Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-04-01T12:14:12.924Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:12.924Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.184Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-04-01T12:14:13.184Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.184Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.184Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-04-01T12:14:13.184Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.184Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.184Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-04-01T12:14:13.184Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.184Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.184Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-04-01T12:14:13.184Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.184Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.444Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-04-01T12:14:13.444Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.444Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.444Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-04-01T12:14:13.444Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.444Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.444Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-04-01T12:14:13.444Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.444Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.703Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-04-01T12:14:13.703Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-04-01T12:14:13.703Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:13.703Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-04-01T12:14:13.703Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-04-01T12:14:13.703Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-01T12:14:13.703Z] Selecting previously unselected package libsasl2-2:amd64. [2022-04-01T12:14:13.703Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-04-01T12:14:13.703Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-01T12:14:13.704Z] Selecting previously unselected package libldap-common. [2022-04-01T12:14:13.704Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-04-01T12:14:13.704Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-01T12:14:13.704Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-04-01T12:14:13.704Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-04-01T12:14:13.704Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-01T12:14:13.963Z] Selecting previously unselected package dirmngr. [2022-04-01T12:14:13.963Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-01T12:14:13.963Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-04-01T12:14:13.963Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-04-01T12:14:13.963Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-04-01T12:14:13.963Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-01T12:14:13.963Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-01T12:14:13.963Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-04-01T12:14:14.536Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-04-01T12:14:14.798Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-04-01T12:14:14.798Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:14.798Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-04-01T12:14:14.798Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-04-01T12:14:14.798Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:14.798Z] Setting up fuse (2.9.9-3) ... [2022-04-01T12:14:14.798Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-04-01T12:14:15.368Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-04-01T12:14:15.369Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-04-01T12:14:15.369Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-04-01T12:14:15.369Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-04-01T12:14:15.628Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-04-01T12:14:15.628Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-04-01T12:14:15.888Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-04-01T12:14:15.888Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-04-01T12:14:15.888Z] units). This means they are not meant to be enabled using systemctl. [2022-04-01T12:14:15.888Z] [2022-04-01T12:14:15.888Z] Possible reasons for having this kind of units are: [2022-04-01T12:14:15.888Z] • A unit may be statically enabled by being symlinked from another unit's [2022-04-01T12:14:15.888Z] .wants/ or .requires/ directory. [2022-04-01T12:14:15.888Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-04-01T12:14:15.888Z] a requirement dependency on it. [2022-04-01T12:14:15.888Z] • A unit may be started when needed via activation (socket, path, timer, [2022-04-01T12:14:15.888Z] D-Bus, udev, scripted systemctl call, ...). [2022-04-01T12:14:15.888Z] • In case of template units, the unit is meant to be enabled with some [2022-04-01T12:14:15.888Z] instance name specified. [2022-04-01T12:14:16.148Z] Reading package lists... [2022-04-01T12:14:16.408Z] Building dependency tree... [2022-04-01T12:14:16.408Z] Reading state information... [2022-04-01T12:14:16.408Z] The following additional packages will be installed: [2022-04-01T12:14:16.408Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-04-01T12:14:16.408Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-04-01T12:14:16.408Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-04-01T12:14:16.408Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-04-01T12:14:16.408Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-04-01T12:14:16.408Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-04-01T12:14:16.408Z] Suggested packages: [2022-04-01T12:14:16.408Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-04-01T12:14:16.408Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-04-01T12:14:16.408Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-04-01T12:14:16.408Z] systemd-container policykit-1 [2022-04-01T12:14:16.408Z] Recommended packages: [2022-04-01T12:14:16.408Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-04-01T12:14:16.668Z] The following NEW packages will be installed: [2022-04-01T12:14:16.668Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-04-01T12:14:16.668Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-04-01T12:14:16.668Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-04-01T12:14:16.668Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-04-01T12:14:16.668Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-04-01T12:14:16.668Z] The following packages will be upgraded: [2022-04-01T12:14:16.668Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-04-01T12:14:16.668Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-04-01T12:14:16.668Z] Need to get 46.5 MB of archives. [2022-04-01T12:14:16.668Z] After this operation, 181 MB of additional disk space will be used. [2022-04-01T12:14:16.668Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-04-01T12:14:16.668Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-04-01T12:14:16.668Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-04-01T12:14:16.668Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-04-01T12:14:16.928Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-04-01T12:14:16.928Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [717 kB] [2022-04-01T12:14:16.928Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-04-01T12:14:16.928Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.4 [1899 kB] [2022-04-01T12:14:16.928Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.4 [1675 kB] [2022-04-01T12:14:16.928Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.4 [387 kB] [2022-04-01T12:14:16.928Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-04-01T12:14:16.928Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-04-01T12:14:16.928Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-04-01T12:14:16.928Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-04-01T12:14:16.928Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-04-01T12:14:16.928Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-04-01T12:14:16.928Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-04-01T12:14:16.928Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-04-01T12:14:16.928Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-04-01T12:14:16.928Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-04-01T12:14:16.928Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] [2022-04-01T12:14:16.928Z] Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-04-01T12:14:16.928Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-04-01T12:14:17.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.232s coverage: 28.7% of statements [2022-04-01T12:14:17.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-01T12:14:17.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-01T12:14:17.188Z] Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-04-01T12:14:17.188Z] Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-04-01T12:14:17.188Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-04-01T12:14:17.188Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-04-01T12:14:17.448Z] Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-04-01T12:14:17.448Z] Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-04-01T12:14:17.448Z] Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-04-01T12:14:17.448Z] Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-04-01T12:14:17.448Z] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-04-01T12:14:17.448Z] Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-04-01T12:14:17.707Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-01T12:14:17.707Z] Fetched 46.5 MB in 1s (51.0 MB/s) [2022-04-01T12:14:17.707Z] (Reading database ... 13067 files and directories currently installed.) [2022-04-01T12:14:17.707Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:17.707Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-01T12:14:17.707Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:17.707Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-01T12:14:17.968Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:17.968Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-01T12:14:18.907Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:18.907Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-04-01T12:14:18.907Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-04-01T12:14:18.907Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-04-01T12:14:18.907Z] (Reading database ... 13068 files and directories currently installed.) [2022-04-01T12:14:18.907Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-01T12:14:18.907Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:19.166Z] Selecting previously unselected package libexpat1:amd64. [2022-04-01T12:14:19.166Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-04-01T12:14:19.166Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-04-01T12:14:19.166Z] Selecting previously unselected package python3.8-minimal. [2022-04-01T12:14:19.166Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-01T12:14:19.166Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:19.426Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:19.426Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-04-01T12:14:19.426Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:19.996Z] Selecting previously unselected package python3-minimal. [2022-04-01T12:14:19.996Z] (Reading database ... 13359 files and directories currently installed.) [2022-04-01T12:14:19.996Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-04-01T12:14:19.996Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-04-01T12:14:19.996Z] Selecting previously unselected package mime-support. [2022-04-01T12:14:19.996Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-04-01T12:14:19.996Z] Unpacking mime-support (3.64ubuntu1) ... [2022-04-01T12:14:19.996Z] Selecting previously unselected package libmpdec2:amd64. [2022-04-01T12:14:19.996Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-04-01T12:14:19.996Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-04-01T12:14:19.996Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-04-01T12:14:20.256Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-01T12:14:20.256Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:20.256Z] Selecting previously unselected package python3.8. [2022-04-01T12:14:20.256Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.4_amd64.deb ... [2022-04-01T12:14:20.256Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:20.516Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-04-01T12:14:20.516Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-04-01T12:14:20.516Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-04-01T12:14:20.516Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-04-01T12:14:20.516Z] Selecting previously unselected package python3. [2022-04-01T12:14:20.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.418s coverage: 98.5% of statements [2022-04-01T12:14:20.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-01T12:14:20.774Z] (Reading database ... 13761 files and directories currently installed.) [2022-04-01T12:14:20.774Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-04-01T12:14:20.774Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-04-01T12:14:20.774Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-04-01T12:14:20.774Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-04-01T12:14:20.774Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-04-01T12:14:20.774Z] Selecting previously unselected package dbus. [2022-04-01T12:14:20.774Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-04-01T12:14:20.774Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-04-01T12:14:20.774Z] Selecting previously unselected package libbsd0:amd64. [2022-04-01T12:14:20.774Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-04-01T12:14:20.774Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-04-01T12:14:21.034Z] Selecting previously unselected package libpam-systemd:amd64. [2022-04-01T12:14:21.034Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-04-01T12:14:21.034Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-04-01T12:14:21.034Z] Selecting previously unselected package sudo. [2022-04-01T12:14:21.034Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-04-01T12:14:21.034Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-04-01T12:14:21.295Z] Selecting previously unselected package apparmor. [2022-04-01T12:14:21.295Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-04-01T12:14:21.295Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-04-01T12:14:21.295Z] Selecting previously unselected package libcbor0.6:amd64. [2022-04-01T12:14:21.295Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-04-01T12:14:21.295Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-04-01T12:14:21.295Z] Selecting previously unselected package libedit2:amd64. [2022-04-01T12:14:21.295Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-04-01T12:14:21.295Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-04-01T12:14:21.555Z] Selecting previously unselected package libfido2-1:amd64. [2022-04-01T12:14:21.555Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-04-01T12:14:21.555Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-04-01T12:14:21.555Z] Selecting previously unselected package libkrb5support0:amd64. [2022-04-01T12:14:21.555Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:14:21.555Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:21.555Z] Selecting previously unselected package libk5crypto3:amd64. [2022-04-01T12:14:21.555Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:14:21.555Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:21.555Z] Selecting previously unselected package libkeyutils1:amd64. [2022-04-01T12:14:21.555Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-04-01T12:14:21.555Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-04-01T12:14:21.555Z] Selecting previously unselected package libkrb5-3:amd64. [2022-04-01T12:14:21.555Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:14:21.555Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:21.814Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-04-01T12:14:21.814Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:14:21.814Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:21.814Z] Selecting previously unselected package openssh-client. [2022-04-01T12:14:21.814Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-04-01T12:14:21.814Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-04-01T12:14:21.814Z] Selecting previously unselected package dbus-user-session. [2022-04-01T12:14:21.814Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-04-01T12:14:22.074Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-04-01T12:14:22.074Z] Selecting previously unselected package liblzo2-2:amd64. [2022-04-01T12:14:22.074Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-04-01T12:14:22.074Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-04-01T12:14:22.074Z] Selecting previously unselected package squashfs-tools. [2022-04-01T12:14:22.074Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-04-01T12:14:22.074Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-04-01T12:14:22.074Z] Selecting previously unselected package snapd. [2022-04-01T12:14:22.074Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... [2022-04-01T12:14:22.074Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-04-01T12:14:23.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.426s coverage: 54.9% of statements [2022-04-01T12:14:23.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-01T12:14:23.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-01T12:14:25.369Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-04-01T12:14:25.369Z] Setting up mime-support (3.64ubuntu1) ... [2022-04-01T12:14:25.369Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-04-01T12:14:25.369Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-04-01T12:14:25.369Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:25.369Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-04-01T12:14:25.369Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-04-01T12:14:25.630Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-04-01T12:14:25.630Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:25.630Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:25.630Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-04-01T12:14:25.630Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:25.630Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-04-01T12:14:25.630Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ... [2022-04-01T12:14:26.199Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-04-01T12:14:26.199Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-04-01T12:14:26.199Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-04-01T12:14:26.199Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-04-01T12:14:26.199Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-04-01T12:14:26.199Z] running python rtupdate hooks for python3.8... [2022-04-01T12:14:26.199Z] running python post-rtupdate hooks for python3.8... [2022-04-01T12:14:26.461Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-04-01T12:14:27.404Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-04-01T12:14:27.665Z] Reloading AppArmor profiles [2022-04-01T12:14:27.665Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:14:27.665Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-04-01T12:14:27.665Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-04-01T12:14:27.930Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-04-01T12:14:27.930Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-04-01T12:14:27.930Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-04-01T12:14:27.930Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-04-01T12:14:29.840Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-04-01T12:14:29.840Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-04-01T12:14:29.840Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-04-01T12:14:29.840Z] Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-04-01T12:14:30.099Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-04-01T12:14:30.358Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-04-01T12:14:30.619Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-04-01T12:14:30.880Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-04-01T12:14:30.880Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-04-01T12:14:30.880Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-04-01T12:14:31.141Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-04-01T12:14:31.400Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-04-01T12:14:31.688Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-04-01T12:14:31.949Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-04-01T12:14:32.210Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2022-04-01T12:14:32.210Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-04-01T12:14:32.786Z] Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease [2022-04-01T12:14:32.786Z] Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-04-01T12:14:33.048Z] Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-04-01T12:14:33.882Z] Reading package lists... [2022-04-01T12:14:34.142Z] Reading package lists... [2022-04-01T12:14:34.406Z] Building dependency tree... [2022-04-01T12:14:34.406Z] Reading state information... [2022-04-01T12:14:34.406Z] Calculating upgrade... [2022-04-01T12:14:34.406Z] The following packages will be upgraded: [2022-04-01T12:14:34.406Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-04-01T12:14:34.406Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-04-01T12:14:34.406Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-04-01T12:14:34.406Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-04-01T12:14:34.406Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-04-01T12:14:34.406Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-04-01T12:14:34.406Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-04-01T12:14:34.406Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-04-01T12:14:34.406Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-04-01T12:14:34.406Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-04-01T12:14:34.406Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-04-01T12:14:34.406Z] xz-utils zlib1g [2022-04-01T12:14:34.666Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-04-01T12:14:34.666Z] Need to get 65.7 MB of archives. [2022-04-01T12:14:34.666Z] After this operation, 27.6 MB of additional disk space will be used. [2022-04-01T12:14:34.666Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] [2022-04-01T12:14:34.666Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-04-01T12:14:34.666Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] [2022-04-01T12:14:34.666Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-107.121 [1115 kB] [2022-04-01T12:14:34.666Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-04-01T12:14:34.666Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-04-01T12:14:34.927Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-04-01T12:14:34.927Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-04-01T12:14:34.927Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-04-01T12:14:34.927Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-04-01T12:14:34.927Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-04-01T12:14:34.927Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-04-01T12:14:34.928Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-04-01T12:14:34.928Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-04-01T12:14:34.928Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-04-01T12:14:34.928Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] [2022-04-01T12:14:34.928Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-04-01T12:14:34.928Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-04-01T12:14:34.928Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-04-01T12:14:34.928Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-04-01T12:14:34.928Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-04-01T12:14:34.928Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.3 [53.8 kB] [2022-04-01T12:14:34.928Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-04-01T12:14:34.928Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-04-01T12:14:34.928Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-04-01T12:14:34.928Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-04-01T12:14:34.928Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-04-01T12:14:34.928Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-04-01T12:14:34.928Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-04-01T12:14:34.928Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-04-01T12:14:34.928Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] [2022-04-01T12:14:34.928Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-04-01T12:14:34.928Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-04-01T12:14:34.928Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-04-01T12:14:34.928Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-04-01T12:14:34.928Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-04-01T12:14:34.928Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-04-01T12:14:34.928Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-04-01T12:14:34.928Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-04-01T12:14:34.928Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-04-01T12:14:34.928Z] Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-04-01T12:14:34.928Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] [2022-04-01T12:14:34.928Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] [2022-04-01T12:14:34.928Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-04-01T12:14:34.928Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-04-01T12:14:34.928Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-04-01T12:14:34.928Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-04-01T12:14:34.928Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2022a-0ubuntu0.20.04 [294 kB] [2022-04-01T12:14:34.928Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-04-01T12:14:34.928Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-04-01T12:14:35.187Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-04-01T12:14:35.187Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-04-01T12:14:35.187Z] Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-04-01T12:14:35.187Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-04-01T12:14:35.187Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] [2022-04-01T12:14:35.187Z] Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] [2022-04-01T12:14:35.187Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] [2022-04-01T12:14:35.187Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] [2022-04-01T12:14:35.187Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] [2022-04-01T12:14:35.187Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] [2022-04-01T12:14:35.446Z] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-04-01T12:14:35.446Z] Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] [2022-04-01T12:14:35.446Z] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-04-01T12:14:35.446Z] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-04-01T12:14:35.446Z] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-04-01T12:14:35.446Z] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-04-01T12:14:35.446Z] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-04-01T12:14:35.446Z] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-04-01T12:14:35.446Z] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-04-01T12:14:35.446Z] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-04-01T12:14:35.446Z] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-04-01T12:14:35.446Z] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-04-01T12:14:35.446Z] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-04-01T12:14:35.705Z] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-04-01T12:14:35.705Z] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-04-01T12:14:35.705Z] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-04-01T12:14:35.705Z] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-04-01T12:14:35.965Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-01T12:14:35.965Z] Fetched 65.7 MB in 1s (57.8 MB/s) [2022-04-01T12:14:36.224Z] (Reading database ... 14313 files and directories currently installed.) [2022-04-01T12:14:36.224Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... [2022-04-01T12:14:36.224Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-01T12:14:36.485Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-04-01T12:14:36.485Z] Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-01T12:14:36.746Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-107.121_amd64.deb ... [2022-04-01T12:14:36.746Z] Unpacking linux-libc-dev:amd64 (5.4.0-107.121) over (5.4.0-26.30) ... [2022-04-01T12:14:37.006Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:37.006Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:37.264Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:37.264Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:37.527Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:37.527Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:37.527Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:37.527Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:37.800Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:37.800Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:37.800Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:37.800Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:37.800Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:38.062Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:38.062Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:38.062Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-01T12:14:38.062Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:38.062Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:38.322Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:38.322Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-01T12:14:38.322Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:38.322Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:38.322Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:38.322Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:38.585Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-04-01T12:14:38.585Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-04-01T12:14:38.585Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:38.844Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-01T12:14:38.844Z] Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... [2022-04-01T12:14:38.844Z] Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-01T12:14:39.104Z] Setting up libc6:amd64 (2.31-0ubuntu9.7) ... [2022-04-01T12:14:39.364Z] (Reading database ... 14312 files and directories currently installed.) [2022-04-01T12:14:39.364Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-04-01T12:14:39.364Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-04-01T12:14:39.364Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-04-01T12:14:39.364Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-04-01T12:14:39.940Z] Setting up base-files (11ubuntu5.5) ... [2022-04-01T12:14:39.940Z] Installing new version of config file /etc/issue ... [2022-04-01T12:14:39.940Z] Installing new version of config file /etc/issue.net ... [2022-04-01T12:14:39.940Z] Installing new version of config file /etc/lsb-release ... [2022-04-01T12:14:39.940Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-04-01T12:14:40.243Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-04-01T12:14:40.243Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-04-01T12:14:40.243Z] Removing obsolete conffile /etc/default/motd-news ... [2022-04-01T12:14:40.524Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:40.524Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-04-01T12:14:40.524Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-04-01T12:14:40.524Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-04-01T12:14:40.524Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2022-04-01T12:14:40.790Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:40.790Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:40.790Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-04-01T12:14:40.790Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:40.790Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:40.790Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-04-01T12:14:40.790Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-04-01T12:14:41.065Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-04-01T12:14:41.065Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:41.065Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-04-01T12:14:41.065Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-01T12:14:41.660Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-04-01T12:14:41.660Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-01T12:14:41.660Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-04-01T12:14:41.660Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-01T12:14:42.240Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-04-01T12:14:42.240Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:42.240Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-04-01T12:14:42.501Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-04-01T12:14:43.073Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... [2022-04-01T12:14:43.073Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-04-01T12:14:43.073Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... [2022-04-01T12:14:43.073Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:43.073Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-04-01T12:14:43.073Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-04-01T12:14:43.073Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-04-01T12:14:43.335Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:43.335Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:43.335Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:43.335Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:43.335Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:43.335Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:43.335Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:43.598Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:43.598Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:43.598Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:43.598Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:43.598Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:43.598Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:43.858Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:43.858Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:43.858Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:43.858Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:43.858Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:44.118Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:44.119Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:44.119Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:44.119Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:44.119Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:44.690Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:44.950Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-04-01T12:14:45.211Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-04-01T12:14:45.211Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:45.211Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-04-01T12:14:45.211Z] Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-04-01T12:14:45.472Z] Setting up libc-bin (2.31-0ubuntu9.7) ... [2022-04-01T12:14:45.472Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:45.472Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-04-01T12:14:45.472Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 19.198s coverage: 89.2% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.259s coverage: 84.4% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.486s coverage: 94.7% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.244s coverage: 72.2% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.231s coverage: 60.0% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.559s coverage: 0.9% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.360s coverage: 58.8% of statements [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.524s coverage: 24.0% of statements [2022-04-01T12:14:45.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.301s coverage: 47.1% of statements [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.335s coverage: 79.5% of statements [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.255s coverage: 94.1% of statements [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.278s coverage: 96.3% of statements [2022-04-01T12:14:45.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.239s coverage: 87.5% of statements [2022-04-01T12:14:45.734Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-04-01T12:14:45.734Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:45.734Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-04-01T12:14:45.734Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-04-01T12:14:45.734Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-04-01T12:14:45.734Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:45.734Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-04-01T12:14:45.734Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-04-01T12:14:45.995Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-04-01T12:14:45.995Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:45.995Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-04-01T12:14:45.995Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-04-01T12:14:45.995Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-04-01T12:14:46.256Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:46.256Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-04-01T12:14:46.256Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-04-01T12:14:46.256Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-04-01T12:14:46.256Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:46.256Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-04-01T12:14:46.256Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-04-01T12:14:46.517Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-04-01T12:14:46.517Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:46.517Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-04-01T12:14:46.517Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-04-01T12:14:46.517Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-04-01T12:14:46.517Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:46.517Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-04-01T12:14:46.517Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-04-01T12:14:46.779Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-04-01T12:14:46.779Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:46.779Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-04-01T12:14:46.779Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-04-01T12:14:46.779Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-04-01T12:14:46.779Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:46.779Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-04-01T12:14:46.779Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-04-01T12:14:47.041Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-04-01T12:14:47.041Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:47.041Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-04-01T12:14:47.041Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-04-01T12:14:47.041Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-04-01T12:14:47.303Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:47.303Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-04-01T12:14:47.303Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-04-01T12:14:47.303Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-04-01T12:14:47.303Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:47.303Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-04-01T12:14:47.303Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-04-01T12:14:47.874Z] Setting up apt (2.0.6) ... [2022-04-01T12:14:48.445Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-04-01T12:14:48.445Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:48.445Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-04-01T12:14:48.445Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-01T12:14:48.445Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-04-01T12:14:48.706Z] (Reading database ... 14311 files and directories currently installed.) [2022-04-01T12:14:48.706Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-04-01T12:14:48.706Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-01T12:14:48.706Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-04-01T12:14:48.706Z] (Reading database ... 14313 files and directories currently installed.) [2022-04-01T12:14:48.706Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-04-01T12:14:48.968Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-01T12:14:48.968Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-04-01T12:14:49.228Z] (Reading database ... 14317 files and directories currently installed.) [2022-04-01T12:14:49.228Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-04-01T12:14:49.228Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-04-01T12:14:49.228Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-04-01T12:14:49.228Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-04-01T12:14:49.228Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-04-01T12:14:49.488Z] (Reading database ... 14317 files and directories currently installed.) [2022-04-01T12:14:49.488Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-04-01T12:14:49.488Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-04-01T12:14:49.757Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-04-01T12:14:50.019Z] (Reading database ... 14317 files and directories currently installed.) [2022-04-01T12:14:50.019Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-04-01T12:14:50.019Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-04-01T12:14:50.019Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-04-01T12:14:50.019Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-04-01T12:14:50.294Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-04-01T12:14:50.294Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-04-01T12:14:50.557Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-04-01T12:14:50.557Z] Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-04-01T12:14:50.820Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-04-01T12:14:50.820Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-04-01T12:14:51.081Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-04-01T12:14:51.081Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-04-01T12:14:51.081Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-04-01T12:14:51.081Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-04-01T12:14:51.081Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-04-01T12:14:51.081Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-04-01T12:14:51.342Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-04-01T12:14:51.342Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-04-01T12:14:51.342Z] Preparing to unpack .../09-tzdata_2022a-0ubuntu0.20.04_all.deb ... [2022-04-01T12:14:51.342Z] Unpacking tzdata (2022a-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-04-01T12:14:51.917Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-04-01T12:14:51.917Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-04-01T12:14:51.917Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-04-01T12:14:51.917Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-01T12:14:51.917Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-04-01T12:14:51.917Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-01T12:14:52.177Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-04-01T12:14:52.177Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-01T12:14:52.177Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-04-01T12:14:52.177Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-01T12:14:52.440Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-04-01T12:14:52.440Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-01T12:14:52.440Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-04-01T12:14:52.440Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-04-01T12:14:52.440Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-04-01T12:14:52.440Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-04-01T12:14:52.702Z] Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:52.702Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:52.964Z] Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:52.964Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:53.908Z] Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:53.908Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:54.482Z] Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:54.483Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:54.744Z] Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:54.744Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:55.005Z] Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:55.005Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:55.574Z] Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... [2022-04-01T12:14:55.574Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) over (9.3.0-10ubuntu2) ... [2022-04-01T12:14:55.833Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-04-01T12:14:55.833Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-04-01T12:14:55.833Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... [2022-04-01T12:14:55.833Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-04-01T12:14:55.833Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-04-01T12:14:55.833Z] Setting up linux-libc-dev:amd64 (5.4.0-107.121) ... [2022-04-01T12:14:55.833Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-04-01T12:14:55.833Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:55.833Z] Setting up tzdata (2022a-0ubuntu0.20.04) ... [2022-04-01T12:14:56.094Z] [2022-04-01T12:14:56.094Z] Current default time zone: 'Etc/UTC' [2022-04-01T12:14:56.094Z] Local time is now: Fri Apr 1 12:14:55 UTC 2022. [2022-04-01T12:14:56.094Z] Universal Time is now: Fri Apr 1 12:14:55 UTC 2022. [2022-04-01T12:14:56.094Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-04-01T12:14:56.094Z] [2022-04-01T12:14:56.094Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-04-01T12:14:56.094Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:56.094Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:56.094Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-04-01T12:14:56.094Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-04-01T12:14:56.094Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-04-01T12:14:56.094Z] Setting up libc-dev-bin (2.31-0ubuntu9.7) ... [2022-04-01T12:14:56.094Z] Setting up openssl (1.1.1f-1ubuntu2.12) ... [2022-04-01T12:14:56.094Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-04-01T12:14:56.094Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:56.094Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-04-01T12:14:56.094Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-04-01T12:14:56.094Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-04-01T12:14:56.354Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-04-01T12:14:57.736Z] Updating certificates in /etc/ssl/certs... [2022-04-01T12:14:57.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.245s coverage: 94.4% of statements [2022-04-01T12:14:57.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements [2022-04-01T12:14:58.673Z] 21 added, 21 removed; done. [2022-04-01T12:14:58.673Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:58.673Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-04-01T12:14:58.673Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-04-01T12:14:58.933Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:58.933Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... [2022-04-01T12:14:58.933Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-04-01T12:14:58.933Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-04-01T12:14:58.933Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-04-01T12:14:58.933Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:58.933Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-04-01T12:14:58.933Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:58.933Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:58.933Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... [2022-04-01T12:14:58.933Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-04-01T12:14:58.933Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-04-01T12:14:59.193Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-04-01T12:14:59.193Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-04-01T12:14:59.193Z] Updating certificates in /etc/ssl/certs... [2022-04-01T12:14:59.766Z] 0 added, 0 removed; done. [2022-04-01T12:14:59.766Z] Running hooks in /etc/ca-certificates/update.d... [2022-04-01T12:14:59.766Z] done. [2022-04-01T12:15:01.285Z] Reading package lists... [2022-04-01T12:15:01.285Z] Building dependency tree... [2022-04-01T12:15:01.285Z] Reading state information... [2022-04-01T12:15:01.285Z] The following NEW packages will be installed: [2022-04-01T12:15:01.285Z] apt-transport-https [2022-04-01T12:15:01.547Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-04-01T12:15:01.547Z] Need to get 4680 B of archives. [2022-04-01T12:15:01.547Z] After this operation, 162 kB of additional disk space will be used. [2022-04-01T12:15:01.547Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-04-01T12:15:01.547Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-01T12:15:01.547Z] Fetched 4680 B in 0s (88.5 kB/s) [2022-04-01T12:15:01.809Z] Selecting previously unselected package apt-transport-https. [2022-04-01T12:15:01.809Z] (Reading database ... 14320 files and directories currently installed.) [2022-04-01T12:15:01.809Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-04-01T12:15:01.809Z] Unpacking apt-transport-https (2.0.6) ... [2022-04-01T12:15:01.809Z] Setting up apt-transport-https (2.0.6) ... [2022-04-01T12:15:01.809Z] Waiting for network to be ready... [2022-04-01T12:15:04.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.689s coverage: 82.5% of statements [2022-04-01T12:15:04.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-01T12:15:08.382Z] 2022-04-01T12:15:05Z INFO Waiting for automatic snapd restart... [2022-04-01T12:15:09.322Z] snapd 2.54.4 from Canonical* installed [2022-04-01T12:15:10.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.273s coverage: 92.9% of statements [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-01T12:15:10.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.069s coverage: 65.1% of statements [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-01T12:15:10.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.217s coverage: 87.2% of statements [2022-04-01T12:15:10.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-01T12:15:10.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-01T12:15:10.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.175s coverage: 100.0% of statements [2022-04-01T12:15:10.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-01T12:15:10.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.281s coverage: 58.8% of statements [2022-04-01T12:15:10.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-01T12:15:10.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.248s coverage: 80.0% of statements [2022-04-01T12:15:10.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.263s coverage: 87.2% of statements [2022-04-01T12:15:10.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.284s coverage: 85.4% of statements [2022-04-01T12:15:10.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.755s coverage: 91.2% of statements [2022-04-01T12:15:10.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-01T12:15:10.702Z] "snapd" switched to the "latest/stable" channel [2022-04-01T12:15:10.702Z] [2022-04-01T12:15:12.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.842s coverage: 64.4% of statements [2022-04-01T12:15:12.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-01T12:15:12.048Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-01T12:15:12.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.227s coverage: 100.0% of statements [2022-04-01T12:15:12.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 89.4% of statements [2022-04-01T12:15:12.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2022-04-01T12:15:12.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2022-04-01T12:15:12.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2022-04-01T12:15:13.243Z] core20 20220318 from Canonical* installed [2022-04-01T12:15:13.243Z] "core20" switched to the "latest/stable" channel [2022-04-01T12:15:13.243Z] [2022-04-01T12:15:15.782Z] snapcraft 6.1 from Canonical* installed [2022-04-01T12:15:15.782Z] "snapcraft" switched to the "latest/stable" channel [2022-04-01T12:15:15.782Z] [2022-04-01T12:15:19.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.349s coverage: 65.4% of statements [2022-04-01T12:15:19.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-01T12:15:19.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-01T12:15:19.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-01T12:15:20.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.757s coverage: 43.8% of statements [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-01T12:15:20.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.215s coverage: 89.5% of statements [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-01T12:15:20.490Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.279s coverage: 84.8% of statements [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-01T12:15:20.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-01T12:15:21.057Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2022-04-01T12:15:21.057Z] - README.md [2022-04-01T12:15:21.057Z] [2022-04-01T12:15:21.057Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-04-01T12:15:21.057Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-04-01T12:15:21.057Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-04-01T12:15:21.057Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-04-01T12:15:21.996Z] Reading package lists... [2022-04-01T12:15:22.568Z] Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 [2022-04-01T12:15:22.568Z] Reading package lists... [2022-04-01T12:15:22.829Z] Building dependency tree... [2022-04-01T12:15:22.829Z] Reading state information... [2022-04-01T12:15:22.829Z] Suggested packages: [2022-04-01T12:15:22.829Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-04-01T12:15:22.829Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-04-01T12:15:22.829Z] krb5-user libnorm-doc [2022-04-01T12:15:22.829Z] Recommended packages: [2022-04-01T12:15:22.829Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-04-01T12:15:22.829Z] The following NEW packages will be installed: [2022-04-01T12:15:22.829Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-04-01T12:15:22.829Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-04-01T12:15:22.829Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-04-01T12:15:22.829Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-04-01T12:15:22.829Z] libzmq5 pkg-config zip [2022-04-01T12:15:23.089Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-04-01T12:15:23.089Z] Need to get 10.3 MB of archives. [2022-04-01T12:15:23.089Z] After this operation, 56.5 MB of additional disk space will be used. [2022-04-01T12:15:23.089Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-04-01T12:15:23.089Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-04-01T12:15:23.089Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-04-01T12:15:23.089Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-04-01T12:15:23.089Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-04-01T12:15:23.350Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-04-01T12:15:23.350Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-04-01T12:15:23.350Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-04-01T12:15:23.350Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-04-01T12:15:23.350Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-04-01T12:15:23.350Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-04-01T12:15:23.350Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-04-01T12:15:23.922Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-04-01T12:15:23.922Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-04-01T12:15:23.922Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-04-01T12:15:23.922Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-04-01T12:15:23.922Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-04-01T12:15:23.922Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-04-01T12:15:23.922Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-04-01T12:15:23.922Z] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-04-01T12:15:23.922Z] Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-04-01T12:15:23.922Z] Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-04-01T12:15:23.922Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-04-01T12:15:24.181Z] Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-04-01T12:15:24.181Z] Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-04-01T12:15:24.181Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-04-01T12:15:24.181Z] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-04-01T12:15:24.181Z] debconf: delaying package configuration, since apt-utils is not installed [2022-04-01T12:15:24.181Z] Fetched 10.3 MB in 1s (9638 kB/s) [2022-04-01T12:15:24.181Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-04-01T12:15:24.181Z] (Reading database ... 14324 files and directories currently installed.) [2022-04-01T12:15:24.181Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-04-01T12:15:24.181Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-04-01T12:15:24.442Z] Selecting previously unselected package libsodium23:amd64. [2022-04-01T12:15:24.442Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-04-01T12:15:24.442Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-04-01T12:15:24.442Z] Selecting previously unselected package libpsl5:amd64. [2022-04-01T12:15:24.442Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-04-01T12:15:24.442Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-04-01T12:15:24.702Z] Selecting previously unselected package libbrotli1:amd64. [2022-04-01T12:15:24.702Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-04-01T12:15:24.702Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-04-01T12:15:24.702Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-04-01T12:15:24.702Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-04-01T12:15:24.702Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-04-01T12:15:24.702Z] Selecting previously unselected package librtmp1:amd64. [2022-04-01T12:15:24.702Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-04-01T12:15:24.702Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-04-01T12:15:24.702Z] Selecting previously unselected package libssh-4:amd64. [2022-04-01T12:15:24.702Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-04-01T12:15:24.702Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-04-01T12:15:24.965Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-04-01T12:15:24.965Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-04-01T12:15:24.965Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-04-01T12:15:24.965Z] Selecting previously unselected package liberror-perl. [2022-04-01T12:15:24.965Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-04-01T12:15:24.965Z] Unpacking liberror-perl (0.17029-1) ... [2022-04-01T12:15:24.965Z] Selecting previously unselected package git-man. [2022-04-01T12:15:24.965Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-04-01T12:15:24.965Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-04-01T12:15:25.227Z] Selecting previously unselected package git. [2022-04-01T12:15:25.227Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-04-01T12:15:25.227Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-04-01T12:15:25.798Z] Selecting previously unselected package libgssrpc4:amd64. [2022-04-01T12:15:25.798Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:15:25.798Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:25.798Z] Selecting previously unselected package libkdb5-9:amd64. [2022-04-01T12:15:25.798Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:15:25.798Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:25.798Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-04-01T12:15:25.798Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:15:25.798Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:25.798Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-04-01T12:15:25.798Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:15:25.798Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:26.059Z] Selecting previously unselected package comerr-dev:amd64. [2022-04-01T12:15:26.059Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-04-01T12:15:26.059Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-04-01T12:15:26.059Z] Selecting previously unselected package krb5-multidev:amd64. [2022-04-01T12:15:26.059Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:15:26.059Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:26.059Z] Selecting previously unselected package libnorm1:amd64. [2022-04-01T12:15:26.059Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-04-01T12:15:26.059Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-01T12:15:26.059Z] Selecting previously unselected package libnorm-dev:amd64. [2022-04-01T12:15:26.319Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-04-01T12:15:26.320Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-01T12:15:26.320Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-04-01T12:15:26.320Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-04-01T12:15:26.320Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-01T12:15:26.320Z] Selecting previously unselected package libpgm-dev:amd64. [2022-04-01T12:15:26.320Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-04-01T12:15:26.320Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-01T12:15:26.320Z] Selecting previously unselected package libsodium-dev:amd64. [2022-04-01T12:15:26.320Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-04-01T12:15:26.320Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-04-01T12:15:26.588Z] Selecting previously unselected package libzmq5:amd64. [2022-04-01T12:15:26.588Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-04-01T12:15:26.588Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-04-01T12:15:26.588Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-04-01T12:15:26.588Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-04-01T12:15:26.588Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:26.588Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-04-01T12:15:26.588Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-04-01T12:15:26.588Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-04-01T12:15:26.848Z] Selecting previously unselected package pkg-config. [2022-04-01T12:15:26.848Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-04-01T12:15:26.848Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-04-01T12:15:26.849Z] Selecting previously unselected package zip. [2022-04-01T12:15:26.849Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-04-01T12:15:26.849Z] Unpacking zip (3.0-11build1) ... [2022-04-01T12:15:26.849Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-04-01T12:15:26.849Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-04-01T12:15:26.849Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-04-01T12:15:26.849Z] No schema files found: doing nothing. [2022-04-01T12:15:26.849Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-04-01T12:15:26.849Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-01T12:15:26.849Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-04-01T12:15:26.849Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-04-01T12:15:26.849Z] Setting up liberror-perl (0.17029-1) ... [2022-04-01T12:15:26.849Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:27.108Z] Setting up zip (3.0-11build1) ... [2022-04-01T12:15:27.108Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-04-01T12:15:27.108Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-04-01T12:15:27.108Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-04-01T12:15:27.108Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-04-01T12:15:27.108Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-04-01T12:15:27.108Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:27.108Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-04-01T12:15:27.108Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:27.108Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-01T12:15:27.108Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:27.109Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-04-01T12:15:27.109Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-04-01T12:15:27.109Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-04-01T12:15:27.109Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-04-01T12:15:27.109Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:27.109Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-04-01T12:15:27.109Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-04-01T12:15:27.368Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-04-01T12:15:27.938Z] comerr-dev set to automatically installed. [2022-04-01T12:15:27.939Z] git set to automatically installed. [2022-04-01T12:15:27.939Z] git-man set to automatically installed. [2022-04-01T12:15:27.939Z] krb5-multidev set to automatically installed. [2022-04-01T12:15:27.939Z] libbrotli1 set to automatically installed. [2022-04-01T12:15:27.939Z] libcurl3-gnutls set to automatically installed. [2022-04-01T12:15:27.939Z] liberror-perl set to automatically installed. [2022-04-01T12:15:27.939Z] libglib2.0-0 set to automatically installed. [2022-04-01T12:15:27.939Z] libgssrpc4 set to automatically installed. [2022-04-01T12:15:27.939Z] libkadm5clnt-mit11 set to automatically installed. [2022-04-01T12:15:27.939Z] libkadm5srv-mit11 set to automatically installed. [2022-04-01T12:15:27.939Z] libkdb5-9 set to automatically installed. [2022-04-01T12:15:27.939Z] libkrb5-dev set to automatically installed. [2022-04-01T12:15:27.939Z] libnghttp2-14 set to automatically installed. [2022-04-01T12:15:27.939Z] libnorm-dev set to automatically installed. [2022-04-01T12:15:27.939Z] libnorm1 set to automatically installed. [2022-04-01T12:15:27.939Z] libpgm-5.2-0 set to automatically installed. [2022-04-01T12:15:27.939Z] libpgm-dev set to automatically installed. [2022-04-01T12:15:27.939Z] libpsl5 set to automatically installed. [2022-04-01T12:15:27.939Z] librtmp1 set to automatically installed. [2022-04-01T12:15:27.939Z] libsodium-dev set to automatically installed. [2022-04-01T12:15:27.939Z] libsodium23 set to automatically installed. [2022-04-01T12:15:27.939Z] libssh-4 set to automatically installed. [2022-04-01T12:15:27.939Z] libzmq3-dev set to automatically installed. [2022-04-01T12:15:27.939Z] libzmq5 set to automatically installed. [2022-04-01T12:15:27.939Z] pkg-config set to automatically installed. [2022-04-01T12:15:27.939Z] zip set to automatically installed. [2022-04-01T12:15:28.512Z] snapd is not logged in, snap install commands will use sudo [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.287s coverage: 17.7% of statements [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.693s coverage: 92.3% of statements [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.277s coverage: 63.2% of statements [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.535s coverage: 97.7% of statements [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.186s coverage: 28.9% of statements [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-01T12:15:28.807Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.190s coverage: 100.0% of statements [2022-04-01T12:15:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 96.9% of statements [2022-04-01T12:15:28.807Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-01T12:15:28.807Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-01T12:15:28.807Z] GO111MODULE=on go vet ./... [2022-04-01T12:15:40.740Z] go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed [2022-04-01T12:15:41.312Z] Downloading snap 'edgex-app-service-configurable' [2022-04-01T12:15:43.857Z] Pulling app-service-configurable [2022-04-01T12:15:43.857Z] + snapcraftctl pull [2022-04-01T12:15:45.313Z] Pulling config-common [2022-04-01T12:15:45.313Z] + snapcraftctl pull [2022-04-01T12:15:46.748Z] Pulling go-build-helper [2022-04-01T12:15:46.748Z] + snapcraftctl pull [2022-04-01T12:15:48.130Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-04-01T12:15:48.130Z] Skipping pull go-build-helper (already ran) [2022-04-01T12:15:48.130Z] Building go-build-helper [2022-04-01T12:15:48.130Z] + snapcraftctl build [2022-04-01T12:15:49.514Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-04-01T12:15:50.084Z] Staging go-build-helper [2022-04-01T12:15:50.084Z] + snapcraftctl stage [2022-04-01T12:15:55.370Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-04-01T12:15:55.370Z] Fetched 290 kB in 0s (0 B/s) [2022-04-01T12:15:55.370Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-04-01T12:15:55.370Z] Fetched 158 kB in 0s (0 B/s) [2022-04-01T12:15:55.370Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-04-01T12:15:55.370Z] Fetched 242 kB in 0s (0 B/s) [2022-04-01T12:15:55.370Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-04-01T12:15:55.370Z] Fetched 150 kB in 0s (0 B/s) [2022-04-01T12:15:55.370Z] Pulling edgex-go [2022-04-01T12:15:55.370Z] + snapcraftctl pull [2022-04-01T12:15:56.312Z] Pulling hooks [2022-04-01T12:15:56.312Z] + snapcraftctl pull [2022-04-01T12:16:08.551Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-04-01T12:16:08.551Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-04-01T12:16:08.551Z] Fetched 96.1 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-04-01T12:16:08.551Z] Fetched 78.7 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-04-01T12:16:08.551Z] Fetched 48.0 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-04-01T12:16:08.551Z] Fetched 50.2 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] [2022-04-01T12:16:08.551Z] Fetched 14.7 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-04-01T12:16:08.551Z] Fetched 234 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-04-01T12:16:08.551Z] Fetched 155 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-04-01T12:16:08.551Z] Fetched 170 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-04-01T12:16:08.551Z] Fetched 267 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-04-01T12:16:08.551Z] Fetched 50.6 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-04-01T12:16:08.551Z] Fetched 15.1 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-04-01T12:16:08.551Z] Fetched 51.5 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-04-01T12:16:08.551Z] Fetched 121 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-04-01T12:16:08.551Z] Fetched 29.7 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-04-01T12:16:08.551Z] Fetched 1021 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] [2022-04-01T12:16:08.551Z] Fetched 49.3 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-04-01T12:16:08.551Z] Fetched 54.9 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-04-01T12:16:08.551Z] Fetched 16.6 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-04-01T12:16:08.551Z] Fetched 87.9 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-04-01T12:16:08.551Z] Fetched 142 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-04-01T12:16:08.551Z] Fetched 41.8 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-04-01T12:16:08.551Z] Fetched 181 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-04-01T12:16:08.551Z] Fetched 208 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-04-01T12:16:08.551Z] Fetched 161 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-04-01T12:16:08.551Z] Fetched 107 kB in 0s (0 B/s) [2022-04-01T12:16:08.551Z] Pulling static-packages [2022-04-01T12:16:08.551Z] + snapcraftctl pull [2022-04-01T12:16:08.551Z] Pulling version [2022-04-01T12:16:08.551Z] + cd /root/project [2022-04-01T12:16:08.551Z] ++ git describe --tags --abbrev=0 [2022-04-01T12:16:08.551Z] ++ sed s/v// [2022-04-01T12:16:08.551Z] + GIT_VERSION=2.2.0-dev.54 [2022-04-01T12:16:08.551Z] + '[' -z 2.2.0-dev.54 ']' [2022-04-01T12:16:08.551Z] + snapcraftctl set-version 2.2.0-dev.54 [2022-04-01T12:16:09.935Z] Building app-service-configurable [2022-04-01T12:16:09.935Z] + snapcraftctl build [2022-04-01T12:16:11.846Z] Building config-common [2022-04-01T12:16:11.846Z] + snapcraftctl build [2022-04-01T12:16:12.785Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-04-01T12:16:13.777Z] Skipping build go-build-helper (already ran) [2022-04-01T12:16:13.777Z] Building edgex-go [2022-04-01T12:16:14.038Z] + cd /root/parts/edgex-go/src [2022-04-01T12:16:14.038Z] ++ git describe --tags --abbrev=0 [2022-04-01T12:16:14.038Z] ++ sed s/v// [2022-04-01T12:16:14.038Z] + GIT_VERSION=2.2.0-dev.54 [2022-04-01T12:16:14.038Z] + '[' -z 2.2.0-dev.54 ']' [2022-04-01T12:16:14.038Z] + echo 2.2.0-dev.54 [2022-04-01T12:16:14.038Z] + '[' '!' -d vendor ']' [2022-04-01T12:16:14.038Z] + go mod download all [2022-04-01T12:16:19.326Z] + make build [2022-04-01T12:16:19.326Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-01T12:16:37.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-01T12:16:52.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-01T12:16:52.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-01T12:16:53.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-01T12:16:54.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-01T12:16:56.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-01T12:16:57.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-01T12:16:58.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-01T12:17:00.368Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-01T12:17:01.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-01T12:17:03.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-01T12:17:05.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.54" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-01T12:17:05.682Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2022-04-01T12:17:06.468Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-04-01T12:17:06.468Z] + case "$service" in [2022-04-01T12:17:06.468Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-04-01T12:17:06.469Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-04-01T12:17:06.469Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-04-01T12:17:06.469Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-04-01T12:17:06.469Z] + case "$service" in [2022-04-01T12:17:06.469Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-04-01T12:17:06.469Z] + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml [2022-04-01T12:17:06.469Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-04-01T12:17:06.469Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-04-01T12:17:06.469Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2022-04-01T12:17:06.492Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-01T12:17:07.418Z] Building hooks [2022-04-01T12:17:07.418Z] + cd /root/parts/hooks/src [2022-04-01T12:17:07.418Z] + make build [2022-04-01T12:17:07.418Z] go mod tidy [2022-04-01T12:17:07.418Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.2.0 [2022-04-01T12:17:07.931Z] ./bin/test-attribution-txt.sh [2022-04-01T12:17:08.816Z] github.com/canonical/edgex-go/hooks/cmd/configure imports [2022-04-01T12:17:08.816Z] github.com/canonical/edgex-snap-hooks/v2: reading github.com/canonical/edgex-snap-hooks/go.mod at revision v2.2.0: unknown revision v2.2.0 [2022-04-01T12:17:08.816Z] github.com/canonical/edgex-go/hooks/cmd/configure imports [2022-04-01T12:17:08.816Z] github.com/canonical/edgex-snap-hooks/v2/options: reading github.com/canonical/edgex-snap-hooks/go.mod at revision v2.2.0: unknown revision v2.2.0 [2022-04-01T12:17:08.816Z] make: *** [Makefile:5: tidy] Error 1 [2022-04-01T12:17:09.080Z] Failed to run 'override-build': Exit code was 2. [2022-04-01T12:17:09.343Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] echo [2022-04-01T12:17:11.574Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-01T12:17:12.142Z] + ls -al . [2022-04-01T12:17:12.142Z] total 660 [2022-04-01T12:17:12.142Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 12:17 . [2022-04-01T12:17:12.142Z] drwxr-xr-x 4 root root 4096 Apr 1 12:11 .. [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 12:10 .dockerignore [2022-04-01T12:17:12.142Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 12:10 .git [2022-04-01T12:17:12.142Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 12:10 .github [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 870 Apr 1 12:10 .gitignore [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 42 Apr 1 12:10 .golangci.yml [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 87 Apr 1 12:10 .hadolint.yml [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 12:10 .sonarcloud.properties [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 1171 Apr 1 12:10 ADOPTERS.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 9953 Apr 1 12:10 Attribution.txt [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 51732 Apr 1 12:10 CHANGELOG.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 12:10 CONTRIBUTING.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 677 Apr 1 12:10 GOVERNANCE.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 849 Apr 1 12:10 Jenkinsfile [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 12:10 LICENSE [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 8478 Apr 1 12:10 Makefile [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 582 Apr 1 12:10 OWNERS.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 8207 Apr 1 12:10 README.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 6912 Apr 1 12:10 SECURITY.md [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 12:07 VERSION [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 12:10 ZMQWindows.md [2022-04-01T12:17:12.142Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 12:10 bin [2022-04-01T12:17:12.142Z] drwxrwxr-x 18 1001 1001 4096 Apr 1 12:10 cmd [2022-04-01T12:17:12.142Z] -rw-r--r-- 1 root root 429121 Apr 1 12:15 coverage.out [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 3175 Apr 1 12:10 go.mod [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 34990 Apr 1 12:11 go.sum [2022-04-01T12:17:12.142Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 12:10 internal [2022-04-01T12:17:12.142Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 12:10 openapi [2022-04-01T12:17:12.142Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 12:10 snap [2022-04-01T12:17:12.142Z] -rw-rw-r-- 1 1001 1001 204 Apr 1 12:10 version.go [Pipeline] sh [2022-04-01T12:17:12.808Z] + '[' -e coverage.out ] [2022-04-01T12:17:12.808Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-01T12:17:12.831Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] } [Pipeline] // withEnv [2022-04-01T12:17:13.772Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // ws [Pipeline] sh [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-01T12:17:13.908Z] Failed in branch amd64 [2022-04-01T12:17:14.449Z] + make build [2022-04-01T12:17:14.449Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-01T12:19:06.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-01T12:20:43.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-01T12:20:43.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-01T12:20:48.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-01T12:20:49.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-01T12:20:56.438Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-01T12:21:01.857Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-01T12:21:07.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-01T12:21:13.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-01T12:21:18.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-01T12:21:25.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-01T12:21:35.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-01T12:21:39.532Z] $ docker stop --time=1 9c0182dc0786f5ab4ef4dd4ba6faaa60e5b6c191f5f95f53eeea347e05a6e147 [2022-04-01T12:21:41.602Z] $ docker rm -f 9c0182dc0786f5ab4ef4dd4ba6faaa60e5b6c191f5f95f53eeea347e05a6e147 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:21:44.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-01T12:21:44.013Z] [2022-04-01T12:21:44.013Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:21:44.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-01T12:21:44.639Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-01T12:21:44.639Z] 29e5d40040c1: Pulling fs layer [2022-04-01T12:21:44.639Z] 1ce36da41761: Pulling fs layer [2022-04-01T12:21:44.639Z] 25b303627fd3: Pulling fs layer [2022-04-01T12:21:44.639Z] 29e5d40040c1: Verifying Checksum [2022-04-01T12:21:44.639Z] 29e5d40040c1: Download complete [2022-04-01T12:21:44.916Z] 1ce36da41761: Verifying Checksum [2022-04-01T12:21:44.916Z] 1ce36da41761: Download complete [2022-04-01T12:21:45.191Z] 29e5d40040c1: Pull complete [2022-04-01T12:21:46.638Z] 25b303627fd3: Verifying Checksum [2022-04-01T12:21:46.638Z] 25b303627fd3: Download complete [2022-04-01T12:21:46.638Z] 1ce36da41761: Pull complete [2022-04-01T12:21:59.248Z] 25b303627fd3: Pull complete [2022-04-01T12:21:59.248Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-01T12:21:59.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-01T12:21:59.248Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-01T12:21:59.532Z] prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container [2022-04-01T12:21:59.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-01T12:22:02.188Z] $ docker top 78b0fd24dc97aa4d2cd9e80cb67b220e2e2b1cb0d6b3cae4fc5a75b3179bb3b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T12:22:03.193Z] + grep parallel [2022-04-01T12:22:03.193Z] + docker-compose build --help [2022-04-01T12:22:08.599Z] --parallel Build images in parallel. [Pipeline] } [2022-04-01T12:22:08.622Z] $ docker stop --time=1 78b0fd24dc97aa4d2cd9e80cb67b220e2e2b1cb0d6b3cae4fc5a75b3179bb3b7 [2022-04-01T12:22:10.284Z] $ docker rm -f 78b0fd24dc97aa4d2cd9e80cb67b220e2e2b1cb0d6b3cae4fc5a75b3179bb3b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:22:10.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-01T12:22:10.886Z] . [Pipeline] withDockerContainer [2022-04-01T12:22:11.118Z] prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container [2022-04-01T12:22:11.224Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-01T12:22:12.519Z] $ docker top 4e0570db0e08bead71b15fa3e04089076fa07034e3bdaa33b2fbb3c80eba6657 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T12:22:13.434Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-01T12:22:18.828Z] Building core-command ... [2022-04-01T12:22:18.828Z] Building core-data ... [2022-04-01T12:22:18.828Z] Building core-metadata ... [2022-04-01T12:22:18.828Z] Building security-bootstrapper ... [2022-04-01T12:22:18.828Z] Building security-proxy-setup ... [2022-04-01T12:22:18.828Z] Building security-secretstore-setup ... [2022-04-01T12:22:18.828Z] Building security-spiffe-token-provider ... [2022-04-01T12:22:18.828Z] Building security-spire-agent ... [2022-04-01T12:22:18.828Z] Building security-spire-config ... [2022-04-01T12:22:18.828Z] Building security-spire-server ... [2022-04-01T12:22:18.828Z] Building support-notifications ... [2022-04-01T12:22:18.828Z] Building support-scheduler ... [2022-04-01T12:22:18.828Z] Building sys-mgmt-agent ... [2022-04-01T12:22:18.828Z] Building support-notifications [2022-04-01T12:22:18.828Z] Building core-data [2022-04-01T12:22:18.828Z] Building core-metadata [2022-04-01T12:22:18.828Z] Building security-proxy-setup [2022-04-01T12:22:18.828Z] Building security-spire-config [2022-04-01T12:24:10.649Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:24:10.649Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:24:10.649Z] ---> ab8ee17c8b66 [2022-04-01T12:24:10.649Z] Step 3/22 : WORKDIR /edgex-go [2022-04-01T12:24:10.649Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:24:10.649Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:24:10.649Z] ---> ab8ee17c8b66 [2022-04-01T12:24:10.649Z] Step 3/22 : WORKDIR /edgex-go [2022-04-01T12:24:10.649Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:24:10.649Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:24:10.649Z] ---> ab8ee17c8b66 [2022-04-01T12:24:10.649Z] Step 3/24 : WORKDIR /edgex-go [2022-04-01T12:24:10.649Z] ---> Running in f49de76fac71 [2022-04-01T12:24:10.649Z] ---> Running in 6b1dcf6a7360 [2022-04-01T12:24:10.649Z] ---> Running in e7baa27bb64b [2022-04-01T12:24:10.649Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:24:10.649Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:24:10.649Z] ---> ab8ee17c8b66 [2022-04-01T12:24:10.649Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:24:10.649Z] ---> Running in 567359f09314 [2022-04-01T12:24:10.649Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:24:10.649Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:24:10.649Z] ---> ab8ee17c8b66 [2022-04-01T12:24:10.649Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:24:10.649Z] ---> Running in 482cb5f1a900 [2022-04-01T12:24:10.649Z] Removing intermediate container f49de76fac71 [2022-04-01T12:24:10.649Z] ---> a8d01a14c2ef [2022-04-01T12:24:10.649Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:24:10.649Z] Removing intermediate container e7baa27bb64b [2022-04-01T12:24:10.649Z] ---> df6bdc5ca47c [2022-04-01T12:24:10.649Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:24:10.649Z] ---> Running in 223adce15b7a [2022-04-01T12:24:10.649Z] Removing intermediate container 567359f09314 [2022-04-01T12:24:10.649Z] ---> 26a14aec90df [2022-04-01T12:24:10.649Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:24:10.649Z] Removing intermediate container 6b1dcf6a7360 [2022-04-01T12:24:10.649Z] ---> 61c5ea68ac2c [2022-04-01T12:24:10.649Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:24:10.649Z] ---> Running in 8172af04a567 [2022-04-01T12:24:10.649Z] ---> Running in 578f39152e18 [2022-04-01T12:24:10.649Z] ---> Running in a63b7111fe2c [2022-04-01T12:24:10.649Z] Removing intermediate container 482cb5f1a900 [2022-04-01T12:24:10.649Z] ---> f7ba66ae9d78 [2022-04-01T12:24:10.649Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:24:10.649Z] ---> Running in 564c17c6c2ff [2022-04-01T12:24:10.649Z] Removing intermediate container 223adce15b7a [2022-04-01T12:24:10.649Z] ---> fd6ecc8a9d43 [2022-04-01T12:24:10.649Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-04-01T12:24:10.649Z] ---> Running in 5d55eb3d552c [2022-04-01T12:24:10.649Z] Removing intermediate container 8172af04a567 [2022-04-01T12:24:10.649Z] ---> 8194af08a863 [2022-04-01T12:24:10.649Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-01T12:24:10.649Z] Removing intermediate container a63b7111fe2c [2022-04-01T12:24:10.649Z] ---> 13df6de96078 [2022-04-01T12:24:10.649Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-01T12:24:10.649Z] ---> Running in 3f0ec8bf2f0c [2022-04-01T12:24:10.649Z] ---> Running in dcaa7636a908 [2022-04-01T12:24:10.649Z] Removing intermediate container 564c17c6c2ff [2022-04-01T12:24:10.649Z] ---> 3d4f3a31112e [2022-04-01T12:24:10.649Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-01T12:24:10.649Z] ---> Running in b68a67ba2f65 [2022-04-01T12:24:10.649Z] Removing intermediate container 578f39152e18 [2022-04-01T12:24:10.649Z] ---> e967549d6594 [2022-04-01T12:24:10.649Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-01T12:24:10.649Z] ---> Running in cdf9480e16e6 [2022-04-01T12:24:10.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.649Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.650Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.650Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.650Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.650Z] OK: 220 MiB in 52 packages [2022-04-01T12:24:10.650Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:24:10.650Z] OK: 220 MiB in 52 packages [2022-04-01T12:24:10.650Z] OK: 220 MiB in 52 packages [2022-04-01T12:24:10.650Z] OK: 220 MiB in 52 packages [2022-04-01T12:24:10.650Z] OK: 220 MiB in 52 packages [2022-04-01T12:24:10.650Z] Removing intermediate container 5d55eb3d552c [2022-04-01T12:24:10.650Z] ---> 61cd3df633b6 [2022-04-01T12:24:10.650Z] Step 6/24 : COPY go.mod vendor* ./ [2022-04-01T12:24:10.650Z] Removing intermediate container 3f0ec8bf2f0c [2022-04-01T12:24:10.650Z] ---> 07daa22e6c11 [2022-04-01T12:24:10.650Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-01T12:24:10.650Z] Removing intermediate container b68a67ba2f65 [2022-04-01T12:24:10.650Z] ---> 7e236263a414 [2022-04-01T12:24:10.650Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:24:10.650Z] Removing intermediate container dcaa7636a908 [2022-04-01T12:24:10.650Z] ---> 05f4d66a12e7 [2022-04-01T12:24:10.650Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:24:10.924Z] Removing intermediate container cdf9480e16e6 [2022-04-01T12:24:10.924Z] ---> 64595cd9beb8 [2022-04-01T12:24:10.924Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-01T12:24:11.524Z] ---> fb75317ecdf4 [2022-04-01T12:24:11.524Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:24:11.524Z] ---> 9d06cd2bd931 [2022-04-01T12:24:11.524Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:24:11.524Z] ---> Running in 7036d2ce69a5 [2022-04-01T12:24:11.524Z] ---> Running in a0e17de6f4df [2022-04-01T12:24:11.805Z] ---> 2b3f004845ab [2022-04-01T12:24:11.805Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:24:12.090Z] ---> cb7573ee17a2 [2022-04-01T12:24:12.090Z] ---> cccd0c013238 [2022-04-01T12:24:12.090Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:24:12.090Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:24:12.090Z] ---> Running in 84a2972accdd [2022-04-01T12:24:12.376Z] ---> Running in 2d69382717bc [2022-04-01T12:24:12.376Z] ---> Running in 86960d5653ff [2022-04-01T12:24:16.699Z] Removing intermediate container a0e17de6f4df [2022-04-01T12:24:16.699Z] ---> 866610301373 [2022-04-01T12:24:16.699Z] Step 8/22 : COPY . . [2022-04-01T12:24:17.684Z] Removing intermediate container 7036d2ce69a5 [2022-04-01T12:24:17.684Z] ---> 184971db50da [2022-04-01T12:24:17.684Z] Step 8/24 : COPY . . [2022-04-01T12:24:17.956Z] Removing intermediate container 84a2972accdd [2022-04-01T12:24:17.956Z] ---> 2f34b3b9f230 [2022-04-01T12:24:17.956Z] Step 8/23 : COPY . . [2022-04-01T12:24:18.235Z] Removing intermediate container 2d69382717bc [2022-04-01T12:24:18.235Z] ---> 5bdd9b368bc2 [2022-04-01T12:24:18.235Z] Step 8/23 : COPY . . [2022-04-01T12:24:18.235Z] Removing intermediate container 86960d5653ff [2022-04-01T12:24:18.235Z] ---> 63dc3b29e0cd [2022-04-01T12:24:18.235Z] Step 8/22 : COPY . . [2022-04-01T12:24:50.626Z] ---> b41d954fd898 [2022-04-01T12:24:50.627Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-01T12:24:50.627Z] ---> 66f3bc7778d8 [2022-04-01T12:24:50.627Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-04-01T12:24:50.627Z] ---> 9df543c7cfb1 [2022-04-01T12:24:50.627Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-01T12:24:50.627Z] ---> Running in 16cc121738ab [2022-04-01T12:24:50.627Z] ---> 8b2bc8383aa2 [2022-04-01T12:24:50.627Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-01T12:24:50.627Z] ---> Running in 0732a5f0ecd8 [2022-04-01T12:24:50.627Z] ---> Running in f09142fe07a5 [2022-04-01T12:24:50.627Z] ---> Running in 6f2160cf9d6d [2022-04-01T12:24:50.627Z] Removing intermediate container 0732a5f0ecd8 [2022-04-01T12:24:50.627Z] ---> 11fd4a5b5bb6 [2022-04-01T12:24:50.627Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-04-01T12:24:50.627Z] ---> 6d565186beb6 [2022-04-01T12:24:50.627Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-01T12:24:50.627Z] ---> Running in c9f9cc51f2ac [2022-04-01T12:24:50.912Z] ---> Running in eed6c2756f29 [2022-04-01T12:24:51.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-01T12:24:52.189Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-01T12:24:52.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-01T12:24:53.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-01T12:24:55.178Z] spire-1.2.0/ [2022-04-01T12:24:59.500Z] spire-1.2.0/README.md [2022-04-01T12:24:59.500Z] spire-1.2.0/bin/ [2022-04-01T12:24:59.500Z] spire-1.2.0/bin/spire-server [2022-04-01T12:24:59.500Z] spire-1.2.0/bin/spire-agent [2022-04-01T12:24:59.500Z] spire-1.2.0/conf/ [2022-04-01T12:24:59.500Z] spire-1.2.0/conf/server/ [2022-04-01T12:24:59.500Z] spire-1.2.0/conf/server/server.conf [2022-04-01T12:24:59.500Z] spire-1.2.0/conf/agent/ [2022-04-01T12:24:59.500Z] spire-1.2.0/conf/agent/agent.conf [2022-04-01T12:24:59.500Z] spire-1.2.0/LICENSE [2022-04-01T12:25:06.263Z] Removing intermediate container c9f9cc51f2ac [2022-04-01T12:25:06.263Z] ---> b59046dbe281 [2022-04-01T12:25:06.263Z] [2022-04-01T12:25:06.263Z] Step 11/24 : FROM alpine:3.15 [2022-04-01T12:25:06.263Z] 3.15: Pulling from library/alpine [2022-04-01T12:25:07.275Z] Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04 [2022-04-01T12:25:07.275Z] Status: Downloaded newer image for alpine:3.15 [2022-04-01T12:25:07.275Z] ---> 03078ca19a05 [2022-04-01T12:25:07.275Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:25:07.275Z] ---> Running in 5827377dac81 [2022-04-01T12:25:07.891Z] Removing intermediate container 5827377dac81 [2022-04-01T12:25:07.891Z] ---> ebb4fcdbde25 [2022-04-01T12:25:07.891Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:25:07.891Z] ---> Running in b72402ae44ee [2022-04-01T12:25:11.300Z] Removing intermediate container b72402ae44ee [2022-04-01T12:25:11.300Z] ---> c72b344eb54b [2022-04-01T12:25:11.300Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-01T12:25:11.300Z] ---> Running in 26afebb55bfc [2022-04-01T12:25:12.755Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:25:13.743Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:25:15.192Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:25:15.192Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:25:15.192Z] OK: 15729 distinct packages available [2022-04-01T12:25:15.470Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:25:16.460Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:25:17.447Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-01T12:25:17.723Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:25:17.723Z] (3/4) Installing libucontext (1.1-r0) [2022-04-01T12:25:17.723Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-01T12:25:18.000Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:25:18.000Z] OK: 6 MiB in 18 packages [2022-04-01T12:25:19.440Z] Removing intermediate container 26afebb55bfc [2022-04-01T12:25:19.440Z] ---> cca682d099c5 [2022-04-01T12:25:19.440Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-04-01T12:25:24.874Z] ---> 0abc2ee9a9df [2022-04-01T12:25:24.874Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-01T12:25:25.158Z] ---> b2c2a68b3149 [2022-04-01T12:25:25.158Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-01T12:25:25.442Z] ---> Running in ded4bf3c7e2e [2022-04-01T12:25:25.724Z] Removing intermediate container ded4bf3c7e2e [2022-04-01T12:25:25.724Z] ---> 420b2eca0760 [2022-04-01T12:25:25.724Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-01T12:25:26.732Z] ---> 9181a51ad0d8 [2022-04-01T12:25:26.732Z] Step 19/24 : WORKDIR / [2022-04-01T12:25:26.732Z] ---> Running in cbfe6cf9d760 [2022-04-01T12:25:27.349Z] Removing intermediate container cbfe6cf9d760 [2022-04-01T12:25:27.349Z] ---> 9df86093a597 [2022-04-01T12:25:27.349Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-01T12:25:27.622Z] ---> Running in 172a1390f82d [2022-04-01T12:25:28.215Z] Removing intermediate container 172a1390f82d [2022-04-01T12:25:28.215Z] ---> 51545261fe05 [2022-04-01T12:25:28.215Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-01T12:25:28.215Z] ---> Running in febe683dfd04 [2022-04-01T12:25:28.818Z] Removing intermediate container febe683dfd04 [2022-04-01T12:25:28.818Z] ---> f80d1588b9ed [2022-04-01T12:25:28.818Z] Step 22/24 : LABEL arch=arm64 [2022-04-01T12:25:28.818Z] ---> Running in a613f309cbd0 [2022-04-01T12:25:29.444Z] Removing intermediate container a613f309cbd0 [2022-04-01T12:25:29.444Z] ---> 64b4373b50ea [2022-04-01T12:25:29.444Z] Step 23/24 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:25:29.444Z] ---> Running in 9b012715c82e [2022-04-01T12:25:30.069Z] Removing intermediate container 9b012715c82e [2022-04-01T12:25:30.069Z] ---> 1d6c1229086d [2022-04-01T12:25:30.069Z] Step 24/24 : LABEL version=0.0.0 [2022-04-01T12:25:30.069Z] ---> Running in b9ae41832f26 [2022-04-01T12:25:30.670Z] Removing intermediate container b9ae41832f26 [2022-04-01T12:25:30.670Z] ---> 326c05f5b6ee [2022-04-01T12:25:30.670Z] [2022-04-01T12:25:31.272Z] Successfully built 326c05f5b6ee [2022-04-01T12:25:31.272Z] Successfully tagged security-spire-config-arm64:latest [2022-04-01T12:25:31.272Z]  Building security-spire-config ... done Building security-secretstore-setup [2022-04-01T12:26:10.338Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:26:10.338Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:26:10.338Z] ---> ab8ee17c8b66 [2022-04-01T12:26:10.338Z] Step 3/25 : WORKDIR /edgex-go [2022-04-01T12:26:10.338Z] ---> Using cache [2022-04-01T12:26:10.338Z] ---> f7ba66ae9d78 [2022-04-01T12:26:10.338Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:26:10.338Z] ---> Using cache [2022-04-01T12:26:10.338Z] ---> 3d4f3a31112e [2022-04-01T12:26:10.338Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-01T12:26:10.338Z] ---> Using cache [2022-04-01T12:26:10.338Z] ---> 7e236263a414 [2022-04-01T12:26:10.338Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-01T12:26:10.338Z] ---> Using cache [2022-04-01T12:26:10.338Z] ---> cccd0c013238 [2022-04-01T12:26:10.338Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:26:10.338Z] ---> Using cache [2022-04-01T12:26:10.338Z] ---> 5bdd9b368bc2 [2022-04-01T12:26:10.338Z] Step 8/25 : COPY . . [2022-04-01T12:26:10.338Z] ---> Using cache [2022-04-01T12:26:10.338Z] ---> 9df543c7cfb1 [2022-04-01T12:26:10.338Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-01T12:26:10.338Z] ---> Running in 5c153bc4720c [2022-04-01T12:26:10.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-01T12:31:17.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-01T12:31:27.755Z] Removing intermediate container eed6c2756f29 [2022-04-01T12:31:27.755Z] ---> c492d8aae7e6 [2022-04-01T12:31:27.755Z] [2022-04-01T12:31:27.755Z] Step 10/22 : FROM alpine:3.14 [2022-04-01T12:31:27.755Z] 3.14: Pulling from library/alpine [2022-04-01T12:31:29.203Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T12:31:29.491Z] Status: Downloaded newer image for alpine:3.14 [2022-04-01T12:31:29.491Z] ---> cc3d11fa2d52 [2022-04-01T12:31:29.491Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-01T12:31:29.491Z] ---> Running in ee1ffd758a4e [2022-04-01T12:31:32.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:31:32.137Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:31:33.120Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-01T12:31:33.120Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-01T12:31:33.396Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-01T12:31:33.396Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-01T12:31:33.396Z] (5/6) Installing curl (7.79.1-r0) [2022-04-01T12:31:33.396Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-01T12:31:33.396Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:31:33.396Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:31:33.681Z] OK: 8 MiB in 20 packages [2022-04-01T12:31:37.102Z] Removing intermediate container ee1ffd758a4e [2022-04-01T12:31:37.102Z] ---> a4107c5e1cac [2022-04-01T12:31:37.102Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-01T12:31:37.382Z] ---> Running in 3d188ecab04a [2022-04-01T12:31:38.391Z] Removing intermediate container 3d188ecab04a [2022-04-01T12:31:38.391Z] ---> b4513024fa40 [2022-04-01T12:31:38.391Z] Step 13/22 : WORKDIR /edgex [2022-04-01T12:31:38.391Z] ---> Running in d37ca1c707f3 [2022-04-01T12:31:39.390Z] Removing intermediate container d37ca1c707f3 [2022-04-01T12:31:39.390Z] ---> bbfc55a04954 [2022-04-01T12:31:39.390Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-01T12:31:41.408Z] ---> 3650ad415edc [2022-04-01T12:31:41.408Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-01T12:31:42.010Z] Removing intermediate container 16cc121738ab [2022-04-01T12:31:42.010Z] ---> a3b89137cd2d [2022-04-01T12:31:42.010Z] [2022-04-01T12:31:42.010Z] Step 10/22 : FROM alpine:3.14 [2022-04-01T12:31:42.010Z] ---> cc3d11fa2d52 [2022-04-01T12:31:42.010Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-01T12:31:42.296Z] ---> Running in bf4cf806a02d [2022-04-01T12:31:44.958Z] ---> 724e9f598f32 [2022-04-01T12:31:44.958Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-01T12:31:44.958Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:31:45.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:31:45.519Z] Removing intermediate container f09142fe07a5 [2022-04-01T12:31:45.519Z] ---> a37184abc3e6 [2022-04-01T12:31:45.519Z] [2022-04-01T12:31:45.519Z] Step 10/23 : FROM alpine:3.14 [2022-04-01T12:31:45.519Z] ---> cc3d11fa2d52 [2022-04-01T12:31:45.519Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-01T12:31:45.797Z] ---> Running in a867cc482287 [2022-04-01T12:31:46.665Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-01T12:31:46.665Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-01T12:31:46.665Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:31:47.117Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:31:47.117Z] OK: 6 MiB in 16 packages [2022-04-01T12:31:47.440Z] ---> 1d4f1d96d94a [2022-04-01T12:31:47.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-01T12:31:48.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:31:48.382Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:31:49.034Z] ---> 80e917691adb [2022-04-01T12:31:49.034Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-01T12:31:49.423Z] ---> Running in a64e72723cba [2022-04-01T12:31:49.724Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-01T12:31:49.724Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:31:49.724Z] OK: 5 MiB in 15 packages [2022-04-01T12:31:50.475Z] Removing intermediate container bf4cf806a02d [2022-04-01T12:31:50.475Z] ---> eaff56fb073e [2022-04-01T12:31:50.475Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:31:50.778Z] ---> Running in f3c27dcebe62 [2022-04-01T12:31:51.801Z] Removing intermediate container f3c27dcebe62 [2022-04-01T12:31:51.801Z] ---> 423fbf74a7b0 [2022-04-01T12:31:51.801Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-01T12:31:52.082Z] Removing intermediate container a867cc482287 [2022-04-01T12:31:52.082Z] ---> 532130a3b5e0 [2022-04-01T12:31:52.082Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:31:52.082Z] ---> Running in abefc3eefa99 [2022-04-01T12:31:52.358Z] ---> Running in 41f7d6bfe74f [2022-04-01T12:31:53.341Z] Removing intermediate container abefc3eefa99 [2022-04-01T12:31:53.341Z] ---> df3382cfc6f4 [2022-04-01T12:31:53.341Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-01T12:31:53.342Z] ---> Running in bc56d22e7d95 [2022-04-01T12:31:53.342Z] Removing intermediate container 41f7d6bfe74f [2022-04-01T12:31:53.342Z] ---> c45e8e3afeae [2022-04-01T12:31:53.342Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-01T12:31:53.342Z] ---> Running in 2b944b5fc038 [2022-04-01T12:31:53.944Z] Removing intermediate container a64e72723cba [2022-04-01T12:31:53.944Z] ---> 38a3d7cb2c3d [2022-04-01T12:31:53.944Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-01T12:31:54.217Z] Removing intermediate container 2b944b5fc038 [2022-04-01T12:31:54.217Z] ---> 5f2761312efc [2022-04-01T12:31:54.217Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-01T12:31:54.217Z] Removing intermediate container bc56d22e7d95 [2022-04-01T12:31:54.217Z] ---> 5993df1ce012 [2022-04-01T12:31:54.217Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:31:54.217Z] ---> Running in e804daa691ca [2022-04-01T12:31:54.217Z] ---> Running in 48e4c351dee5 [2022-04-01T12:31:55.209Z] Removing intermediate container 48e4c351dee5 [2022-04-01T12:31:55.209Z] ---> 6400759e955c [2022-04-01T12:31:55.209Z] Step 15/23 : WORKDIR / [2022-04-01T12:31:55.209Z] Removing intermediate container e804daa691ca [2022-04-01T12:31:55.209Z] ---> 2852e9d7de97 [2022-04-01T12:31:55.209Z] Step 20/22 : LABEL arch=arm64 [2022-04-01T12:31:55.209Z] ---> Running in d894f9623107 [2022-04-01T12:31:55.209Z] ---> da0d3ae784b7 [2022-04-01T12:31:55.209Z] ---> Running in 925a08e2c2f2 [2022-04-01T12:31:55.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-01T12:31:55.816Z] Removing intermediate container 925a08e2c2f2 [2022-04-01T12:31:55.816Z] ---> 5273560eeb0c [2022-04-01T12:31:55.816Z] Step 21/22 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:31:56.095Z] ---> Running in 63cdc6ba1a3f [2022-04-01T12:31:56.095Z] Removing intermediate container d894f9623107 [2022-04-01T12:31:56.095Z] ---> b3dc598acf58 [2022-04-01T12:31:56.095Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:31:56.705Z] Removing intermediate container 63cdc6ba1a3f [2022-04-01T12:31:56.705Z] ---> af58b68fb6dd [2022-04-01T12:31:56.705Z] Step 22/22 : LABEL version=0.0.0 [2022-04-01T12:31:56.705Z] ---> Running in 98447ad4f181 [2022-04-01T12:31:57.712Z] ---> be5fa180631c [2022-04-01T12:31:57.712Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-01T12:31:57.712Z] Removing intermediate container 98447ad4f181 [2022-04-01T12:31:57.712Z] ---> c05f81cc08c0 [2022-04-01T12:31:57.712Z] [2022-04-01T12:31:58.689Z] ---> 9f047b096dc0 [2022-04-01T12:31:58.689Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-01T12:31:58.964Z] Successfully built c05f81cc08c0 [2022-04-01T12:31:58.964Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-01T12:31:58.964Z] Building sys-mgmt-agent [2022-04-01T12:31:59.962Z]  Building security-proxy-setup ... done  ---> 227b6088f438 [2022-04-01T12:31:59.962Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-01T12:32:00.239Z] ---> Running in e18f7623f7a7 [2022-04-01T12:32:00.846Z] ---> 74270ef186f5 [2022-04-01T12:32:00.846Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-01T12:32:01.120Z] Removing intermediate container e18f7623f7a7 [2022-04-01T12:32:01.120Z] ---> 0afb2ca94629 [2022-04-01T12:32:01.120Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:32:01.396Z] ---> Running in aef771b3e062 [2022-04-01T12:32:02.007Z] Removing intermediate container aef771b3e062 [2022-04-01T12:32:02.008Z] ---> 33aed6e5b003 [2022-04-01T12:32:02.008Z] Step 20/22 : LABEL arch=arm64 [2022-04-01T12:32:02.297Z] ---> dee478e2b23b [2022-04-01T12:32:02.297Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-01T12:32:02.297Z] ---> Running in bd4adf09a7b2 [2022-04-01T12:32:02.571Z] ---> Running in 2f136bacf03a [2022-04-01T12:32:03.181Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-01T12:32:03.465Z] Removing intermediate container bd4adf09a7b2 [2022-04-01T12:32:03.465Z] ---> 99aa2665a448 [2022-04-01T12:32:03.465Z] Step 21/22 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:32:03.465Z] Removing intermediate container 2f136bacf03a [2022-04-01T12:32:03.465Z] ---> 9f132c02e56b [2022-04-01T12:32:03.465Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:32:03.743Z] ---> Running in ba970cb71be9 [2022-04-01T12:32:03.743Z] ---> Running in 531c602d2f28 [2022-04-01T12:32:04.754Z] Removing intermediate container 531c602d2f28 [2022-04-01T12:32:04.754Z] ---> 2c18581c645d [2022-04-01T12:32:04.754Z] Step 22/22 : LABEL version=0.0.0 [2022-04-01T12:32:04.754Z] Removing intermediate container ba970cb71be9 [2022-04-01T12:32:04.754Z] ---> 6cdbe07e2e8d [2022-04-01T12:32:04.754Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T12:32:05.038Z] ---> Running in 0e025f7d4a9f [2022-04-01T12:32:05.038Z] ---> Running in d5ccabccae75 [2022-04-01T12:32:06.027Z] Removing intermediate container d5ccabccae75 [2022-04-01T12:32:06.027Z] ---> 916510b32559 [2022-04-01T12:32:06.027Z] Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:32:06.027Z] Removing intermediate container 0e025f7d4a9f [2022-04-01T12:32:06.027Z] ---> 31079ccda04a [2022-04-01T12:32:06.027Z] [2022-04-01T12:32:06.027Z] ---> Running in ee9766311c98 [2022-04-01T12:32:07.013Z] Successfully built 31079ccda04a [2022-04-01T12:32:07.013Z] Successfully tagged support-notifications-arm64:latest [2022-04-01T12:32:07.013Z] Building security-spire-agent [2022-04-01T12:32:07.013Z]  Building support-notifications ... done Removing intermediate container ee9766311c98 [2022-04-01T12:32:07.013Z] ---> add26177e3ee [2022-04-01T12:32:07.013Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:32:07.298Z] ---> Running in d93c8594cc52 [2022-04-01T12:32:08.278Z] Removing intermediate container d93c8594cc52 [2022-04-01T12:32:08.278Z] ---> 56d08ad6ca75 [2022-04-01T12:32:08.278Z] [2022-04-01T12:32:09.261Z] Successfully built 56d08ad6ca75 [2022-04-01T12:32:09.261Z] Successfully tagged core-metadata-arm64:latest [2022-04-01T12:32:09.261Z] Building security-bootstrapper [2022-04-01T12:32:11.249Z]  Building core-metadata ... done Removing intermediate container 6f2160cf9d6d [2022-04-01T12:32:11.249Z] ---> ca781625dbac [2022-04-01T12:32:11.249Z] [2022-04-01T12:32:11.249Z] Step 10/23 : FROM alpine:3.14 [2022-04-01T12:32:11.249Z] ---> cc3d11fa2d52 [2022-04-01T12:32:11.249Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-01T12:32:11.523Z] ---> Running in 3b8dc77cc624 [2022-04-01T12:32:12.122Z] Removing intermediate container 3b8dc77cc624 [2022-04-01T12:32:12.122Z] ---> 222517784b09 [2022-04-01T12:32:12.122Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-01T12:32:12.400Z] ---> Running in f187874a0743 [2022-04-01T12:32:13.379Z] Removing intermediate container f187874a0743 [2022-04-01T12:32:13.379Z] ---> 023cbba8bdf8 [2022-04-01T12:32:13.379Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-01T12:32:13.379Z] ---> Running in d9a7eeb7b9cf [2022-04-01T12:32:13.984Z] Removing intermediate container d9a7eeb7b9cf [2022-04-01T12:32:13.984Z] ---> 11ebae3f12b5 [2022-04-01T12:32:13.984Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:32:13.984Z] ---> Running in a68523f996fe [2022-04-01T12:32:17.383Z] Removing intermediate container a68523f996fe [2022-04-01T12:32:17.383Z] ---> 53412758f154 [2022-04-01T12:32:17.383Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-01T12:32:17.383Z] Removing intermediate container 5c153bc4720c [2022-04-01T12:32:17.383Z] ---> d7750a35f4ca [2022-04-01T12:32:17.383Z] [2022-04-01T12:32:17.383Z] Step 10/25 : FROM alpine:3.14 [2022-04-01T12:32:17.383Z] ---> cc3d11fa2d52 [2022-04-01T12:32:17.383Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-01T12:32:17.383Z] ---> Running in 09686b38b09a [2022-04-01T12:32:17.383Z] ---> Running in caf91e2334ad [2022-04-01T12:32:18.826Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:32:18.826Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:32:19.108Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:32:19.705Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:32:19.980Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-01T12:32:20.276Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-01T12:32:20.276Z] (3/3) Installing su-exec (0.2-r1) [2022-04-01T12:32:20.276Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:32:20.276Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:32:20.555Z] OK: 6 MiB in 17 packages [2022-04-01T12:32:20.832Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-01T12:32:20.832Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-01T12:32:20.832Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-01T12:32:21.104Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-01T12:32:21.104Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-01T12:32:21.382Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-01T12:32:21.382Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:32:21.382Z] OK: 8 MiB in 20 packages [2022-04-01T12:32:23.364Z] Removing intermediate container caf91e2334ad [2022-04-01T12:32:23.364Z] ---> e8200c3524e1 [2022-04-01T12:32:23.364Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:32:23.364Z] Removing intermediate container 09686b38b09a [2022-04-01T12:32:23.364Z] ---> 07b4097744fc [2022-04-01T12:32:23.364Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-01T12:32:23.364Z] ---> Running in be9d05e123aa [2022-04-01T12:32:23.972Z] Removing intermediate container be9d05e123aa [2022-04-01T12:32:23.972Z] ---> 15e0a16bb769 [2022-04-01T12:32:23.972Z] Step 13/25 : WORKDIR / [2022-04-01T12:32:23.972Z] ---> Running in a927f7d29337 [2022-04-01T12:32:24.268Z] ---> 36b3615ea3f3 [2022-04-01T12:32:24.268Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-01T12:32:24.551Z] Removing intermediate container a927f7d29337 [2022-04-01T12:32:24.551Z] ---> 59f7879127f3 [2022-04-01T12:32:24.551Z] 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-04-01T12:32:25.535Z] ---> cfdbfc9471f1 [2022-04-01T12:32:25.535Z] 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-04-01T12:32:26.517Z] ---> dcee0b03167b [2022-04-01T12:32:26.517Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-01T12:32:27.114Z] ---> 0022b75e398a [2022-04-01T12:32:27.114Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-01T12:32:27.388Z] ---> 0f5ba75f207f [2022-04-01T12:32:27.388Z] 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-04-01T12:32:27.986Z] ---> a208d3e58b92 [2022-04-01T12:32:27.986Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-01T12:32:28.261Z] ---> 7cc73ebda94d [2022-04-01T12:32:28.261Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-01T12:32:28.261Z] ---> Running in 283edbfb8548 [2022-04-01T12:32:28.854Z] Removing intermediate container 283edbfb8548 [2022-04-01T12:32:28.854Z] ---> ec8e0397454b [2022-04-01T12:32:28.854Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:32:28.854Z] ---> Running in 389b3b51d2c6 [2022-04-01T12:32:29.455Z] Removing intermediate container 389b3b51d2c6 [2022-04-01T12:32:29.455Z] ---> 84a73d08ab47 [2022-04-01T12:32:29.455Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T12:32:29.455Z] ---> Running in e3a779da4655 [2022-04-01T12:32:30.059Z] Removing intermediate container e3a779da4655 [2022-04-01T12:32:30.059Z] ---> 225a21e1156b [2022-04-01T12:32:30.059Z] Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:32:30.335Z] ---> Running in f5ad1a171952 [2022-04-01T12:32:30.941Z] Removing intermediate container f5ad1a171952 [2022-04-01T12:32:30.941Z] ---> 3eb478677b90 [2022-04-01T12:32:30.941Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:32:30.941Z] ---> 0bf2a21e1de5 [2022-04-01T12:32:30.941Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-01T12:32:30.941Z] ---> Running in f0db5df262b7 [2022-04-01T12:32:31.545Z] Removing intermediate container f0db5df262b7 [2022-04-01T12:32:31.545Z] ---> 1430825db868 [2022-04-01T12:32:31.545Z] [2022-04-01T12:32:32.147Z] Successfully built 1430825db868 [2022-04-01T12:32:32.147Z] Successfully tagged core-data-arm64:latest [2022-04-01T12:32:32.147Z]  Building core-data ... done Building core-command [2022-04-01T12:32:32.747Z] ---> f01734f547d3 [2022-04-01T12:32:32.747Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-01T12:32:33.353Z] ---> 4f891218aca2 [2022-04-01T12:32:33.353Z] 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-04-01T12:32:33.628Z] ---> Running in cc2ef7ba55f5 [2022-04-01T12:32:36.272Z] Removing intermediate container cc2ef7ba55f5 [2022-04-01T12:32:36.272Z] ---> 628d5625bd6a [2022-04-01T12:32:36.272Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-01T12:32:36.272Z] ---> Running in bedd151d1412 [2022-04-01T12:32:36.272Z] Removing intermediate container bedd151d1412 [2022-04-01T12:32:36.272Z] ---> 46ef46652c00 [2022-04-01T12:32:36.272Z] Step 23/25 : LABEL arch=arm64 [2022-04-01T12:32:36.549Z] ---> Running in 2b171e11db2f [2022-04-01T12:32:37.155Z] Removing intermediate container 2b171e11db2f [2022-04-01T12:32:37.155Z] ---> 7c036e554db7 [2022-04-01T12:32:37.155Z] Step 24/25 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:32:37.155Z] ---> Running in 8a2c3ba7a1d0 [2022-04-01T12:32:37.759Z] Removing intermediate container 8a2c3ba7a1d0 [2022-04-01T12:32:37.759Z] ---> 42e3e4fa1a81 [2022-04-01T12:32:37.759Z] Step 25/25 : LABEL version=0.0.0 [2022-04-01T12:32:37.759Z] ---> Running in 20d8c26795a2 [2022-04-01T12:32:38.356Z] Removing intermediate container 20d8c26795a2 [2022-04-01T12:32:38.356Z] ---> 1edc1297aba7 [2022-04-01T12:32:38.356Z] [2022-04-01T12:32:38.632Z] Successfully built 1edc1297aba7 [2022-04-01T12:32:38.921Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-01T12:32:38.921Z] Building support-scheduler [2022-04-01T12:33:01.097Z]  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:33:01.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:33:01.097Z] ---> ab8ee17c8b66 [2022-04-01T12:33:01.097Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:33:01.097Z] ---> Using cache [2022-04-01T12:33:01.097Z] ---> f7ba66ae9d78 [2022-04-01T12:33:01.097Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:33:01.097Z] ---> Using cache [2022-04-01T12:33:01.097Z] ---> 3d4f3a31112e [2022-04-01T12:33:01.097Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-01T12:33:01.097Z] ---> Running in dae785b683ad [2022-04-01T12:33:01.097Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:33:01.097Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:33:02.076Z] OK: 220 MiB in 52 packages [2022-04-01T12:33:03.511Z] Removing intermediate container dae785b683ad [2022-04-01T12:33:03.511Z] ---> 9b464bdcd66c [2022-04-01T12:33:03.511Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:33:04.498Z] ---> 143c1838f24d [2022-04-01T12:33:04.498Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:33:04.498Z] ---> Running in c98862304a47 [2022-04-01T12:33:07.903Z] Removing intermediate container c98862304a47 [2022-04-01T12:33:07.903Z] ---> b6362265e5b4 [2022-04-01T12:33:07.903Z] Step 8/23 : COPY . . [2022-04-01T12:33:23.010Z] Step 1/24 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:33:23.010Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:33:23.010Z] ---> ab8ee17c8b66 [2022-04-01T12:33:23.010Z] Step 3/24 : WORKDIR /edgex-go [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> f7ba66ae9d78 [2022-04-01T12:33:23.010Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 3d4f3a31112e [2022-04-01T12:33:23.010Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 7e236263a414 [2022-04-01T12:33:23.010Z] Step 6/24 : COPY go.mod vendor* ./ [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> cccd0c013238 [2022-04-01T12:33:23.010Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 5bdd9b368bc2 [2022-04-01T12:33:23.010Z] Step 8/24 : COPY . . [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 9df543c7cfb1 [2022-04-01T12:33:23.010Z] Step 9/24 : ARG SPIRE_RELEASE=1.2.0 [2022-04-01T12:33:23.010Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:33:23.010Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:33:23.010Z] ---> ab8ee17c8b66 [2022-04-01T12:33:23.010Z] Step 3/31 : WORKDIR /edgex-go [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> f7ba66ae9d78 [2022-04-01T12:33:23.010Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 3d4f3a31112e [2022-04-01T12:33:23.010Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 7e236263a414 [2022-04-01T12:33:23.010Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> cccd0c013238 [2022-04-01T12:33:23.010Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 5bdd9b368bc2 [2022-04-01T12:33:23.010Z] Step 8/31 : COPY . . [2022-04-01T12:33:23.010Z] ---> Running in 833186fad569 [2022-04-01T12:33:23.010Z] ---> Using cache [2022-04-01T12:33:23.010Z] ---> 9df543c7cfb1 [2022-04-01T12:33:23.010Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-01T12:33:23.292Z] ---> Running in 43232a965a39 [2022-04-01T12:33:23.585Z] Removing intermediate container 833186fad569 [2022-04-01T12:33:23.585Z] ---> 477355003a34 [2022-04-01T12:33:23.585Z] Step 10/24 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-04-01T12:33:23.857Z] ---> Running in 38a13d098253 [2022-04-01T12:33:25.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-01T12:33:27.298Z] spire-1.2.0/ [2022-04-01T12:33:31.659Z] spire-1.2.0/README.md [2022-04-01T12:33:31.659Z] spire-1.2.0/bin/ [2022-04-01T12:33:31.659Z] spire-1.2.0/bin/spire-server [2022-04-01T12:33:31.659Z] spire-1.2.0/bin/spire-agent [2022-04-01T12:33:31.659Z] spire-1.2.0/conf/ [2022-04-01T12:33:31.659Z] spire-1.2.0/conf/server/ [2022-04-01T12:33:31.659Z] spire-1.2.0/conf/server/server.conf [2022-04-01T12:33:31.659Z] spire-1.2.0/conf/agent/ [2022-04-01T12:33:31.659Z] spire-1.2.0/conf/agent/agent.conf [2022-04-01T12:33:31.659Z] spire-1.2.0/LICENSE [2022-04-01T12:33:38.389Z] ---> 0332df0f5b3d [2022-04-01T12:33:38.389Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-01T12:33:38.389Z] ---> Running in d3607b64dd0c [2022-04-01T12:33:40.374Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-01T12:33:41.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:33:41.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:33:41.009Z] ---> ab8ee17c8b66 [2022-04-01T12:33:41.009Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:33:41.009Z] ---> Using cache [2022-04-01T12:33:41.009Z] ---> f7ba66ae9d78 [2022-04-01T12:33:41.009Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:33:41.009Z] ---> Using cache [2022-04-01T12:33:41.009Z] ---> 3d4f3a31112e [2022-04-01T12:33:41.009Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-01T12:33:41.009Z] ---> Using cache [2022-04-01T12:33:41.009Z] ---> 7e236263a414 [2022-04-01T12:33:41.009Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:33:41.009Z] ---> Using cache [2022-04-01T12:33:41.009Z] ---> cccd0c013238 [2022-04-01T12:33:41.009Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:33:41.009Z] ---> Using cache [2022-04-01T12:33:41.009Z] ---> 5bdd9b368bc2 [2022-04-01T12:33:41.009Z] Step 8/23 : COPY . . [2022-04-01T12:33:41.009Z] ---> Using cache [2022-04-01T12:33:41.009Z] ---> 9df543c7cfb1 [2022-04-01T12:33:41.009Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-01T12:33:41.284Z] ---> Running in bb74fcd455da [2022-04-01T12:33:42.730Z] Removing intermediate container 38a13d098253 [2022-04-01T12:33:42.730Z] ---> 79a64bebd2bc [2022-04-01T12:33:42.730Z] [2022-04-01T12:33:42.730Z] Step 11/24 : FROM alpine:3.15 [2022-04-01T12:33:42.730Z] ---> 03078ca19a05 [2022-04-01T12:33:42.730Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:33:42.730Z] ---> Using cache [2022-04-01T12:33:42.730Z] ---> ebb4fcdbde25 [2022-04-01T12:33:42.730Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:33:42.730Z] ---> Using cache [2022-04-01T12:33:42.730Z] ---> c72b344eb54b [2022-04-01T12:33:42.730Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-01T12:33:43.008Z] ---> Running in 86b96e204574 [2022-04-01T12:33:44.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-01T12:33:45.470Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:33:45.470Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:33:45.470Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:33:45.470Z] ---> ab8ee17c8b66 [2022-04-01T12:33:45.470Z] Step 3/22 : WORKDIR /edgex-go [2022-04-01T12:33:45.470Z] ---> Using cache [2022-04-01T12:33:45.470Z] ---> f7ba66ae9d78 [2022-04-01T12:33:45.470Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:33:45.470Z] ---> Using cache [2022-04-01T12:33:45.470Z] ---> 3d4f3a31112e [2022-04-01T12:33:45.470Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-01T12:33:45.470Z] ---> Using cache [2022-04-01T12:33:45.470Z] ---> 7e236263a414 [2022-04-01T12:33:45.470Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-01T12:33:45.470Z] ---> Using cache [2022-04-01T12:33:45.470Z] ---> cccd0c013238 [2022-04-01T12:33:45.470Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:33:45.470Z] ---> Using cache [2022-04-01T12:33:45.470Z] ---> 5bdd9b368bc2 [2022-04-01T12:33:45.470Z] Step 8/22 : COPY . . [2022-04-01T12:33:45.470Z] ---> Using cache [2022-04-01T12:33:45.470Z] ---> 9df543c7cfb1 [2022-04-01T12:33:45.470Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-01T12:33:45.470Z] ---> Running in 6593f4ca435d [2022-04-01T12:33:46.482Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:33:46.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-01T12:33:47.748Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:33:47.748Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:33:47.748Z] OK: 15729 distinct packages available [2022-04-01T12:33:47.748Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:33:48.735Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:33:49.729Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-01T12:33:50.006Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:33:50.006Z] (3/5) Installing libucontext (1.1-r0) [2022-04-01T12:33:50.006Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-01T12:33:50.288Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-01T12:33:50.288Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:33:50.288Z] OK: 6 MiB in 19 packages [2022-04-01T12:33:51.764Z] Removing intermediate container 86b96e204574 [2022-04-01T12:33:52.042Z] ---> 8259d7c0b876 [2022-04-01T12:33:52.042Z] Step 15/24 : COPY --from=builder /edgex-go/bin/spire-agent /usr/local/bin [2022-04-01T12:33:55.452Z] ---> 881cfd4610df [2022-04-01T12:33:55.452Z] Step 16/24 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-04-01T12:34:00.889Z] ---> 516450e22353 [2022-04-01T12:34:00.889Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-01T12:34:01.493Z] ---> c66854c45861 [2022-04-01T12:34:01.493Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-01T12:34:02.482Z] ---> 74a9fb51b7dc [2022-04-01T12:34:02.483Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-01T12:34:03.479Z] ---> ac382ad238cd [2022-04-01T12:34:03.479Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-01T12:34:03.479Z] ---> Running in f61c9e5c7d55 [2022-04-01T12:34:04.091Z] Removing intermediate container f61c9e5c7d55 [2022-04-01T12:34:04.091Z] ---> 0565b9e243a7 [2022-04-01T12:34:04.091Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-01T12:34:04.091Z] ---> Running in 7830babd4aef [2022-04-01T12:34:04.707Z] Removing intermediate container 7830babd4aef [2022-04-01T12:34:04.707Z] ---> b59d817b34ce [2022-04-01T12:34:04.707Z] Step 22/24 : LABEL arch=arm64 [2022-04-01T12:34:04.707Z] ---> Running in 82c01521f94f [2022-04-01T12:34:05.318Z] Removing intermediate container 82c01521f94f [2022-04-01T12:34:05.318Z] ---> f650f43105eb [2022-04-01T12:34:05.318Z] Step 23/24 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:34:05.318Z] ---> Running in d7b4600eab74 [2022-04-01T12:34:05.933Z] Removing intermediate container d7b4600eab74 [2022-04-01T12:34:05.933Z] ---> ee56a7591f95 [2022-04-01T12:34:05.933Z] Step 24/24 : LABEL version=0.0.0 [2022-04-01T12:34:05.933Z] ---> Running in e478cd13f39c [2022-04-01T12:34:06.558Z] Removing intermediate container e478cd13f39c [2022-04-01T12:34:06.558Z] ---> 05302101d2cf [2022-04-01T12:34:06.558Z] [2022-04-01T12:34:06.837Z] Successfully built 05302101d2cf [2022-04-01T12:34:06.837Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-01T12:34:06.837Z]  Building security-spire-agent ... done Building security-spiffe-token-provider [2022-04-01T12:34:45.885Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:34:45.885Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:34:45.885Z] ---> ab8ee17c8b66 [2022-04-01T12:34:45.885Z] Step 3/20 : WORKDIR /edgex-go [2022-04-01T12:34:45.885Z] ---> Using cache [2022-04-01T12:34:45.885Z] ---> f7ba66ae9d78 [2022-04-01T12:34:45.885Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-01T12:34:45.885Z] ---> Running in 0544ac324d22 [2022-04-01T12:34:45.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:34:45.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:34:45.885Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:34:45.885Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:34:45.885Z] OK: 15739 distinct packages available [2022-04-01T12:34:46.158Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:34:47.144Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:34:48.588Z] OK: 220 MiB in 52 packages [2022-04-01T12:34:50.041Z] Removing intermediate container 0544ac324d22 [2022-04-01T12:34:50.041Z] ---> c33818b869a6 [2022-04-01T12:34:50.041Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-01T12:34:51.050Z] ---> a368b37530a3 [2022-04-01T12:34:51.050Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:34:51.050Z] ---> Running in 8fe6d83faddb [2022-04-01T12:34:57.761Z] Removing intermediate container 8fe6d83faddb [2022-04-01T12:34:57.761Z] ---> 22ba44a5b35d [2022-04-01T12:34:57.761Z] Step 7/20 : COPY . . [2022-04-01T12:35:24.589Z] ---> e838ed0d20fe [2022-04-01T12:35:24.589Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-01T12:35:24.589Z] ---> Running in 6959f4e1caad [2022-04-01T12:35:24.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-01T12:40:01.761Z] Removing intermediate container 43232a965a39 [2022-04-01T12:40:01.761Z] ---> c40098ad622e [2022-04-01T12:40:01.761Z] [2022-04-01T12:40:01.761Z] Step 10/31 : FROM alpine:3.14 [2022-04-01T12:40:01.761Z] ---> cc3d11fa2d52 [2022-04-01T12:40:01.761Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-01T12:40:01.761Z] ---> Running in 0e11b44ca3bb [2022-04-01T12:40:01.761Z] Removing intermediate container 0e11b44ca3bb [2022-04-01T12:40:01.761Z] ---> 6c44ba08e770 [2022-04-01T12:40:01.761Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-01T12:40:01.761Z] ---> Running in 05a5eb402b8e [2022-04-01T12:40:01.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:40:01.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:40:01.761Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-01T12:40:01.761Z] (2/2) Installing su-exec (0.2-r1) [2022-04-01T12:40:01.761Z] Executing busybox-1.33.1-r6.trigger [2022-04-01T12:40:01.761Z] OK: 6 MiB in 16 packages [2022-04-01T12:40:01.761Z] Removing intermediate container 05a5eb402b8e [2022-04-01T12:40:01.761Z] ---> ea0162ac5e72 [2022-04-01T12:40:01.761Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-01T12:40:01.761Z] ---> Running in 8ef6cd872580 [2022-04-01T12:40:01.761Z] Removing intermediate container 8ef6cd872580 [2022-04-01T12:40:01.761Z] ---> b744aa0f46e6 [2022-04-01T12:40:01.761Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-01T12:40:01.761Z] ---> Running in bb5d6b6adfd2 [2022-04-01T12:40:01.761Z] Removing intermediate container bb5d6b6adfd2 [2022-04-01T12:40:01.761Z] ---> 36dd0a5c1d13 [2022-04-01T12:40:01.761Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-01T12:40:01.761Z] ---> Running in d8f5e4cb725d [2022-04-01T12:40:01.761Z] Removing intermediate container d8f5e4cb725d [2022-04-01T12:40:01.761Z] ---> 1b6c598c8d18 [2022-04-01T12:40:01.761Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-01T12:40:01.761Z] ---> Running in 551f737b1ad7 [2022-04-01T12:40:01.761Z] Removing intermediate container 551f737b1ad7 [2022-04-01T12:40:01.761Z] ---> 4c13a829a6c8 [2022-04-01T12:40:01.761Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-01T12:40:01.761Z] ---> 5ec83d294f27 [2022-04-01T12:40:02.043Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-01T12:40:02.043Z] ---> Running in 01073870dfaa [2022-04-01T12:40:06.394Z] Removing intermediate container 01073870dfaa [2022-04-01T12:40:06.394Z] ---> 758c7f457303 [2022-04-01T12:40:06.394Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:40:07.851Z] ---> bab2936826bb [2022-04-01T12:40:07.851Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-01T12:40:14.957Z] ---> 538d3f0d1211 [2022-04-01T12:40:14.957Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-01T12:40:17.051Z] ---> e43f5ae41821 [2022-04-01T12:40:17.051Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-01T12:40:19.041Z] ---> b335b8bc3624 [2022-04-01T12:40:19.042Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-01T12:40:21.031Z] Removing intermediate container d3607b64dd0c [2022-04-01T12:40:21.031Z] ---> 534b721573cb [2022-04-01T12:40:21.031Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-01T12:40:21.031Z] ---> 67982f43f55f [2022-04-01T12:40:21.031Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-01T12:40:21.310Z] ---> Running in 3b42de0b2762 [2022-04-01T12:40:22.299Z] ---> Running in 20be2658a50e [2022-04-01T12:40:23.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-01T12:40:23.564Z] Removing intermediate container 20be2658a50e [2022-04-01T12:40:23.564Z] ---> 192d101f47ea [2022-04-01T12:40:23.564Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-01T12:40:25.556Z] ---> 6d6bcf84928a [2022-04-01T12:40:25.556Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-01T12:40:26.542Z] ---> Running in adf4c572a5ba [2022-04-01T12:40:26.543Z] Removing intermediate container bb74fcd455da [2022-04-01T12:40:26.543Z] ---> 5e2754acf692 [2022-04-01T12:40:26.543Z] [2022-04-01T12:40:26.543Z] Step 10/23 : FROM alpine:3.14 [2022-04-01T12:40:26.543Z] ---> cc3d11fa2d52 [2022-04-01T12:40:26.543Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-01T12:40:26.543Z] ---> Using cache [2022-04-01T12:40:26.543Z] ---> 532130a3b5e0 [2022-04-01T12:40:26.543Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:40:26.543Z] ---> Using cache [2022-04-01T12:40:26.543Z] ---> c45e8e3afeae [2022-04-01T12:40:26.822Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-01T12:40:27.099Z] ---> Running in b72429b0367b [2022-04-01T12:40:27.702Z] Removing intermediate container 3b42de0b2762 [2022-04-01T12:40:27.702Z] ---> add31751aca0 [2022-04-01T12:40:27.702Z] [2022-04-01T12:40:27.702Z] Step 11/23 : FROM docker:20.10.14 [2022-04-01T12:40:27.976Z] Removing intermediate container b72429b0367b [2022-04-01T12:40:27.977Z] ---> 039a8e20bd74 [2022-04-01T12:40:27.977Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-01T12:40:27.977Z] 20.10.14: Pulling from library/docker [2022-04-01T12:40:28.259Z] ---> Running in 487f9e31df18 [2022-04-01T12:40:29.272Z] Removing intermediate container 487f9e31df18 [2022-04-01T12:40:29.272Z] ---> c07ccc1d5084 [2022-04-01T12:40:29.273Z] Step 15/23 : WORKDIR / [2022-04-01T12:40:29.554Z] ---> Running in 27a80969588d [2022-04-01T12:40:31.004Z] Removing intermediate container 27a80969588d [2022-04-01T12:40:31.004Z] ---> c216ba9f5201 [2022-04-01T12:40:31.004Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:40:31.004Z] Removing intermediate container adf4c572a5ba [2022-04-01T12:40:31.004Z] ---> f836c3293eb2 [2022-04-01T12:40:31.004Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-01T12:40:31.990Z] ---> Running in 393310474b0a [2022-04-01T12:40:32.602Z] ---> 84de1e2d18dc [2022-04-01T12:40:32.602Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-01T12:40:32.882Z] Removing intermediate container 393310474b0a [2022-04-01T12:40:32.882Z] ---> 366e8acb7cd2 [2022-04-01T12:40:32.882Z] Step 28/31 : CMD ["gate"] [2022-04-01T12:40:33.873Z] ---> Running in 11bf71b79f23 [2022-04-01T12:40:34.493Z] Removing intermediate container 11bf71b79f23 [2022-04-01T12:40:34.494Z] ---> 42c8d36994f4 [2022-04-01T12:40:34.494Z] Step 29/31 : LABEL arch=arm64 [2022-04-01T12:40:35.101Z] ---> Running in c18364625d6f [2022-04-01T12:40:36.546Z] Removing intermediate container c18364625d6f [2022-04-01T12:40:36.546Z] ---> 30a66cd314e9 [2022-04-01T12:40:36.546Z] Step 30/31 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:40:36.822Z] ---> ca7a24505f14 [2022-04-01T12:40:36.822Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-01T12:40:37.423Z] ---> Running in a3b1094a638f [2022-04-01T12:40:38.414Z] ---> 714795329136 [2022-04-01T12:40:38.414Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-01T12:40:38.414Z] ---> Running in 9a6efa1105e8 [2022-04-01T12:40:38.690Z] Removing intermediate container a3b1094a638f [2022-04-01T12:40:38.690Z] ---> f3dd8c5f0dbb [2022-04-01T12:40:38.690Z] Step 31/31 : LABEL version=0.0.0 [2022-04-01T12:40:39.290Z] ---> Running in 216d3ef48cd2 [2022-04-01T12:40:39.290Z] Removing intermediate container 9a6efa1105e8 [2022-04-01T12:40:39.290Z] ---> bf9a9117381e [2022-04-01T12:40:39.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:40:39.570Z] ---> Running in de7461b895f2 [2022-04-01T12:40:40.173Z] Removing intermediate container 216d3ef48cd2 [2022-04-01T12:40:40.174Z] ---> 1bfbe02984c5 [2022-04-01T12:40:40.174Z] [2022-04-01T12:40:40.450Z] Removing intermediate container de7461b895f2 [2022-04-01T12:40:40.450Z] ---> 4848c6d05764 [2022-04-01T12:40:40.450Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T12:40:40.723Z] ---> Running in f1bdd8fe65e5 [2022-04-01T12:40:41.334Z] Removing intermediate container f1bdd8fe65e5 [2022-04-01T12:40:41.334Z] ---> 72eb175e6eea [2022-04-01T12:40:41.334Z] Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:40:41.621Z] ---> Running in cd638509f34e [2022-04-01T12:40:41.621Z] Removing intermediate container 6593f4ca435d [2022-04-01T12:40:41.621Z] ---> 6af4e8902ea7 [2022-04-01T12:40:41.621Z] [2022-04-01T12:40:41.621Z] Step 10/22 : FROM alpine:3.14 [2022-04-01T12:40:41.621Z] ---> cc3d11fa2d52 [2022-04-01T12:40:41.621Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-01T12:40:41.621Z] ---> Using cache [2022-04-01T12:40:41.621Z] ---> 532130a3b5e0 [2022-04-01T12:40:41.621Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-01T12:40:41.621Z] ---> Using cache [2022-04-01T12:40:41.621Z] ---> c45e8e3afeae [2022-04-01T12:40:41.621Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-01T12:40:41.914Z] Successfully built 1bfbe02984c5 [2022-04-01T12:40:41.914Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-01T12:40:41.914Z]  Building security-bootstrapper ... done Building security-spire-server [2022-04-01T12:40:41.914Z] ---> Running in c76eaa5f180e [2022-04-01T12:40:42.518Z] Removing intermediate container cd638509f34e [2022-04-01T12:40:42.518Z] ---> 73727e0c7f2a [2022-04-01T12:40:42.518Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:40:42.518Z] Removing intermediate container c76eaa5f180e [2022-04-01T12:40:42.518Z] ---> 8886fa154950 [2022-04-01T12:40:42.518Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-01T12:40:42.518Z] ---> Running in 6ffbd4f34e1b [2022-04-01T12:40:42.794Z] ---> Running in 083ce927ffd6 [2022-04-01T12:40:43.393Z] Removing intermediate container 6ffbd4f34e1b [2022-04-01T12:40:43.393Z] ---> b8db2f4fd7d8 [2022-04-01T12:40:43.393Z] [2022-04-01T12:40:43.672Z] Removing intermediate container 083ce927ffd6 [2022-04-01T12:40:43.672Z] ---> 8b51f61a99d1 [2022-04-01T12:40:43.672Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:40:44.275Z] Successfully built b8db2f4fd7d8 [2022-04-01T12:40:44.275Z] Successfully tagged core-command-arm64:latest [2022-04-01T12:40:44.851Z]  Building core-command ... done  ---> 267a19058738 [2022-04-01T12:40:44.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-01T12:40:48.273Z] ---> 97a41a846749 [2022-04-01T12:40:48.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-01T12:40:49.742Z] ---> d865789bab76 [2022-04-01T12:40:49.742Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-01T12:40:49.742Z] ---> Running in dd7489e4aa6c [2022-04-01T12:40:50.370Z] Removing intermediate container dd7489e4aa6c [2022-04-01T12:40:50.370Z] ---> bd2f5063e64d [2022-04-01T12:40:50.370Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:40:50.370Z] Digest: sha256:7dad83861f0b28bd6a0b281dc5f72144927b9f8173e388e461c8feba6be20bec [2022-04-01T12:40:50.370Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-01T12:40:50.370Z] ---> c52727829a8a [2022-04-01T12:40:50.370Z] 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-04-01T12:40:50.646Z] ---> Running in 6675cff66c8a [2022-04-01T12:40:50.646Z] ---> Running in 718e0293e8c0 [2022-04-01T12:40:51.253Z] Removing intermediate container 6675cff66c8a [2022-04-01T12:40:51.253Z] ---> df940a9a3d3a [2022-04-01T12:40:51.253Z] Step 20/22 : LABEL arch=arm64 [2022-04-01T12:40:51.253Z] Removing intermediate container 718e0293e8c0 [2022-04-01T12:40:51.253Z] ---> ebd42023a6f7 [2022-04-01T12:40:51.253Z] 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-04-01T12:40:51.253Z] ---> Running in df86864a15fc [2022-04-01T12:40:51.253Z] ---> Running in d79f904a812c [2022-04-01T12:40:52.245Z] Removing intermediate container df86864a15fc [2022-04-01T12:40:52.245Z] ---> a17db0efd041 [2022-04-01T12:40:52.245Z] Step 21/22 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:40:52.245Z] ---> Running in 1d92f2e4cdd3 [2022-04-01T12:40:52.850Z] Removing intermediate container 1d92f2e4cdd3 [2022-04-01T12:40:52.850Z] ---> 34c4ad5a81c8 [2022-04-01T12:40:52.850Z] Step 22/22 : LABEL version=0.0.0 [2022-04-01T12:40:52.850Z] ---> Running in a892fc667b59 [2022-04-01T12:40:53.129Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:40:53.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:40:53.682Z] Removing intermediate container a892fc667b59 [2022-04-01T12:40:53.682Z] ---> e5952e32e403 [2022-04-01T12:40:53.682Z] [2022-04-01T12:40:54.287Z] Successfully built e5952e32e403 [2022-04-01T12:40:54.287Z] Successfully tagged support-scheduler-arm64:latest [2022-04-01T12:40:54.287Z]  Building support-scheduler ... done (1/43) Installing readline (8.1.1-r0) [2022-04-01T12:40:54.287Z] (2/43) Installing bash (5.1.16-r0) [2022-04-01T12:40:54.287Z] Executing bash-5.1.16-r0.post-install [2022-04-01T12:40:54.287Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-01T12:40:54.287Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-01T12:40:54.287Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-01T12:40:54.287Z] (6/43) Installing curl (7.80.0-r0) [2022-04-01T12:40:54.287Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-01T12:40:54.563Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-01T12:40:54.563Z] (9/43) Installing expat (2.4.7-r0) [2022-04-01T12:40:54.563Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-01T12:40:54.563Z] (11/43) Installing gdbm (1.22-r0) [2022-04-01T12:40:54.563Z] (12/43) Installing xz-libs (5.2.5-r0) [2022-04-01T12:40:54.563Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-01T12:40:54.563Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-01T12:40:54.563Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-01T12:40:54.563Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-01T12:40:54.837Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-01T12:40:56.818Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-01T12:40:56.818Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-01T12:40:56.818Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-01T12:40:56.818Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-01T12:40:56.818Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-01T12:40:56.818Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-01T12:40:56.818Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-01T12:40:56.818Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-01T12:40:56.818Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-01T12:40:56.818Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-01T12:40:57.093Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-01T12:40:57.093Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-01T12:40:57.093Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-01T12:40:57.093Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-01T12:40:57.093Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-01T12:40:57.093Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-01T12:40:57.093Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-01T12:40:57.093Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-01T12:40:57.093Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-01T12:40:57.093Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-01T12:40:57.093Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-01T12:40:57.093Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-01T12:40:57.093Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-01T12:40:57.093Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-01T12:40:57.367Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-01T12:40:57.367Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-01T12:40:57.969Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:40:57.969Z] OK: 82 MiB in 65 packages [2022-04-01T12:41:01.388Z] Removing intermediate container 6959f4e1caad [2022-04-01T12:41:01.388Z] ---> cafe2ea7c6f4 [2022-04-01T12:41:01.388Z] [2022-04-01T12:41:01.388Z] Step 9/20 : FROM alpine:3.15 [2022-04-01T12:41:01.388Z] ---> 03078ca19a05 [2022-04-01T12:41:01.388Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:41:01.388Z] ---> Using cache [2022-04-01T12:41:01.388Z] ---> ebb4fcdbde25 [2022-04-01T12:41:01.388Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:41:01.388Z] ---> Using cache [2022-04-01T12:41:01.388Z] ---> c72b344eb54b [2022-04-01T12:41:01.388Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-01T12:41:01.388Z] ---> Running in e73260ab5db9 [2022-04-01T12:41:02.821Z] Collecting docker-compose==1.23.2 [2022-04-01T12:41:02.821Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:41:02.821Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-01T12:41:03.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:41:03.806Z] Collecting PyYAML<4,>=3.10 [2022-04-01T12:41:03.806Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-01T12:41:04.822Z] v3.15.3-14-g83fcdd9ddc [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-01T12:41:04.822Z] v3.15.3-13-gd905dfa045 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-01T12:41:04.822Z] OK: 15729 distinct packages available [2022-04-01T12:41:04.822Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-01T12:41:04.822Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-01T12:41:04.822Z] ---> ab8ee17c8b66 [2022-04-01T12:41:04.822Z] Step 3/23 : WORKDIR /edgex-go [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> f7ba66ae9d78 [2022-04-01T12:41:04.822Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 3d4f3a31112e [2022-04-01T12:41:04.822Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 7e236263a414 [2022-04-01T12:41:04.822Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> cccd0c013238 [2022-04-01T12:41:04.822Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 5bdd9b368bc2 [2022-04-01T12:41:04.822Z] Step 8/23 : COPY . . [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 9df543c7cfb1 [2022-04-01T12:41:04.822Z] Step 9/23 : ARG SPIRE_RELEASE=1.2.0 [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 477355003a34 [2022-04-01T12:41:04.822Z] Step 10/23 : RUN wget -q "https://github.com/spiffe/spire/releases/download/v${SPIRE_RELEASE}/spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" && tar xv --strip-components=1 -f "spire-${SPIRE_RELEASE}-linux-x86_64-glibc.tar.gz" [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 79a64bebd2bc [2022-04-01T12:41:04.822Z] [2022-04-01T12:41:04.822Z] Step 11/23 : FROM alpine:3.15 [2022-04-01T12:41:04.822Z] ---> 03078ca19a05 [2022-04-01T12:41:04.822Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> ebb4fcdbde25 [2022-04-01T12:41:04.822Z] Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> c72b344eb54b [2022-04-01T12:41:04.822Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-01T12:41:04.822Z] ---> Using cache [2022-04-01T12:41:04.822Z] ---> 8259d7c0b876 [2022-04-01T12:41:04.822Z] Step 15/23 : COPY --from=builder /edgex-go/bin/spire-server /usr/local/bin [2022-04-01T12:41:04.822Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T12:41:05.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T12:41:06.801Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-01T12:41:06.801Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-01T12:41:07.071Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-01T12:41:07.071Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-01T12:41:07.071Z] (5/9) Installing curl (7.80.0-r0) [2022-04-01T12:41:07.347Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-01T12:41:07.347Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-01T12:41:07.347Z] (8/9) Installing libucontext (1.1-r0) [2022-04-01T12:41:07.619Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-01T12:41:07.619Z] Executing busybox-1.34.1-r4.trigger [2022-04-01T12:41:07.619Z] Executing ca-certificates-20211220-r0.trigger [2022-04-01T12:41:07.900Z] OK: 8 MiB in 23 packages [2022-04-01T12:41:07.900Z] ---> 83c9eff0637c [2022-04-01T12:41:07.900Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-01T12:41:08.886Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-01T12:41:08.886Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-01T12:41:08.886Z] 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-04-01T12:41:08.886Z] ---> 8bce6118cf9e [2022-04-01T12:41:08.886Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-01T12:41:09.159Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-01T12:41:09.159Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-01T12:41:09.433Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-01T12:41:09.433Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-01T12:41:09.433Z] ---> 04a941c51901 [2022-04-01T12:41:09.433Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-01T12:41:09.710Z] Removing intermediate container e73260ab5db9 [2022-04-01T12:41:09.710Z] ---> 855828445c37 [2022-04-01T12:41:09.710Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-01T12:41:10.306Z] ---> 1fbdc1446a7f [2022-04-01T12:41:10.306Z] ---> 6ed085256ec9 [2022-04-01T12:41:10.306Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-01T12:41:10.306Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-01T12:41:10.595Z] ---> Running in d968fe58bf8c [2022-04-01T12:41:10.867Z] Removing intermediate container d968fe58bf8c [2022-04-01T12:41:10.867Z] ---> 550cb3e72ada [2022-04-01T12:41:10.867Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-01T12:41:11.142Z] ---> Running in a30f1356d59c [2022-04-01T12:41:11.417Z] Removing intermediate container a30f1356d59c [2022-04-01T12:41:11.417Z] ---> b56613d15658 [2022-04-01T12:41:11.417Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T12:41:11.691Z] ---> Running in 824d36bdacf8 [2022-04-01T12:41:11.968Z] Collecting docker<4.0,>=3.6.0 [2022-04-01T12:41:11.968Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-01T12:41:11.968Z] Removing intermediate container 824d36bdacf8 [2022-04-01T12:41:11.968Z] ---> 090832ef1c94 [2022-04-01T12:41:11.968Z] Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:41:11.968Z] ---> 14071e715a54 [2022-04-01T12:41:11.968Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-01T12:41:12.244Z] ---> Running in 2d45f87de8f8 [2022-04-01T12:41:12.520Z] Collecting jsonschema<3,>=2.5.1 [2022-04-01T12:41:12.520Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-01T12:41:12.520Z] Collecting docopt<0.7,>=0.6.1 [2022-04-01T12:41:12.520Z] Removing intermediate container 2d45f87de8f8 [2022-04-01T12:41:12.520Z] ---> 91855fd18f75 [2022-04-01T12:41:12.520Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:41:12.520Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-01T12:41:12.520Z] ---> Running in 06f648b8debd [2022-04-01T12:41:12.805Z] ---> 1aec093cdf35 [2022-04-01T12:41:12.805Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-01T12:41:12.805Z] ---> Running in 54f6ce1971f3 [2022-04-01T12:41:13.078Z] Removing intermediate container 06f648b8debd [2022-04-01T12:41:13.078Z] ---> 5fa0f8b1116a [2022-04-01T12:41:13.078Z] [2022-04-01T12:41:13.358Z] Removing intermediate container 54f6ce1971f3 [2022-04-01T12:41:13.358Z] ---> 14cd02c8b6de [2022-04-01T12:41:13.358Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:41:13.358Z] ---> Running in 0e3dbf1cdb9e [2022-04-01T12:41:13.637Z] Successfully built 5fa0f8b1116a [2022-04-01T12:41:13.637Z] Successfully tagged security-spire-server-arm64:latest [2022-04-01T12:41:13.637Z]  Building security-spire-server ... done Removing intermediate container 0e3dbf1cdb9e [2022-04-01T12:41:13.637Z] ---> 7321305393a9 [2022-04-01T12:41:13.637Z] Step 18/20 : LABEL arch=arm64 [2022-04-01T12:41:13.919Z] ---> Running in 019d189d6a32 [2022-04-01T12:41:14.193Z] Removing intermediate container 019d189d6a32 [2022-04-01T12:41:14.193Z] ---> 9ec757e11782 [2022-04-01T12:41:14.193Z] Step 19/20 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:41:14.193Z] ---> Running in 532bf3c759a1 [2022-04-01T12:41:14.474Z] Removing intermediate container 532bf3c759a1 [2022-04-01T12:41:14.474Z] ---> 8d892bb1e7f6 [2022-04-01T12:41:14.474Z] Step 20/20 : LABEL version=0.0.0 [2022-04-01T12:41:14.474Z] Collecting texttable<0.10,>=0.9.0 [2022-04-01T12:41:14.751Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-01T12:41:14.751Z] ---> Running in 0f1591a96fba [2022-04-01T12:41:15.022Z] Removing intermediate container 0f1591a96fba [2022-04-01T12:41:15.022Z] ---> 0b2870bd1ccd [2022-04-01T12:41:15.022Z] [2022-04-01T12:41:15.612Z] Successfully built 0b2870bd1ccd [2022-04-01T12:41:15.612Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-01T12:41:16.202Z]  Building security-spiffe-token-provider ... done Collecting cached-property<2,>=1.2.0 [2022-04-01T12:41:16.202Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-01T12:41:16.473Z] Collecting docker-pycreds>=0.4.0 [2022-04-01T12:41:16.473Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-01T12:41:17.066Z] 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-04-01T12:41:17.663Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-01T12:41:17.663Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-01T12:41:17.663Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-01T12:41:17.663Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-01T12:41:17.935Z] Collecting idna<2.8,>=2.5 [2022-04-01T12:41:17.935Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-01T12:41:18.205Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-01T12:41:18.205Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-01T12:41:18.205Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-01T12:41:18.205Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-01T12:41:18.798Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-01T12:41:18.798Z] Attempting uninstall: urllib3 [2022-04-01T12:41:18.798Z] Found existing installation: urllib3 1.26.7 [2022-04-01T12:41:18.798Z] Uninstalling urllib3-1.26.7: [2022-04-01T12:41:18.798Z] Successfully uninstalled urllib3-1.26.7 [2022-04-01T12:41:19.388Z] Attempting uninstall: idna [2022-04-01T12:41:19.388Z] Found existing installation: idna 3.3 [2022-04-01T12:41:19.388Z] Uninstalling idna-3.3: [2022-04-01T12:41:19.388Z] Successfully uninstalled idna-3.3 [2022-04-01T12:41:21.997Z] Attempting uninstall: requests [2022-04-01T12:41:21.997Z] Found existing installation: requests 2.26.0 [2022-04-01T12:41:21.997Z] Uninstalling requests-2.26.0: [2022-04-01T12:41:21.997Z] Successfully uninstalled requests-2.26.0 [2022-04-01T12:41:21.997Z] Running setup.py install for texttable: started [2022-04-01T12:41:23.961Z] Running setup.py install for texttable: finished with status 'done' [2022-04-01T12:41:23.961Z] Running setup.py install for PyYAML: started [2022-04-01T12:41:25.923Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-01T12:41:25.923Z] Running setup.py install for docopt: started [2022-04-01T12:41:27.888Z] Running setup.py install for docopt: finished with status 'done' [2022-04-01T12:41:27.888Z] Running setup.py install for dockerpty: started [2022-04-01T12:41:29.318Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-01T12:41:31.293Z] 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-04-01T12:41:39.564Z] Removing intermediate container d79f904a812c [2022-04-01T12:41:39.564Z] ---> 3398765427f4 [2022-04-01T12:41:39.564Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-01T12:41:39.564Z] ---> Running in 71049fa4eb2d [2022-04-01T12:41:39.564Z] Removing intermediate container 71049fa4eb2d [2022-04-01T12:41:39.564Z] ---> e2df4feaeb42 [2022-04-01T12:41:39.564Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-01T12:41:39.564Z] ---> Running in 4ccba49bced9 [2022-04-01T12:41:40.165Z] Removing intermediate container 4ccba49bced9 [2022-04-01T12:41:40.165Z] ---> 9bb6885de6e5 [2022-04-01T12:41:40.165Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-01T12:41:41.141Z] ---> 1f35bfd17bff [2022-04-01T12:41:41.141Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-01T12:41:41.736Z] ---> c64dafbe2a4f [2022-04-01T12:41:41.736Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-01T12:41:42.338Z] ---> 3001ae43343b [2022-04-01T12:41:42.338Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-01T12:41:42.610Z] ---> Running in a1d358c1cbf3 [2022-04-01T12:41:42.883Z] Removing intermediate container a1d358c1cbf3 [2022-04-01T12:41:42.883Z] ---> a53ca6382c91 [2022-04-01T12:41:42.883Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-01T12:41:42.883Z] ---> Running in 05d70553e317 [2022-04-01T12:41:43.154Z] Removing intermediate container 05d70553e317 [2022-04-01T12:41:43.154Z] ---> ce27fac6531f [2022-04-01T12:41:43.154Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T12:41:43.154Z] ---> Running in 0f9b4ede0f8a [2022-04-01T12:41:43.442Z] Removing intermediate container 0f9b4ede0f8a [2022-04-01T12:41:43.442Z] ---> 2d3f54145e97 [2022-04-01T12:41:43.442Z] Step 22/23 : LABEL git_sha=b0f882bed63e090e7eb60baa9186560de7f15524 [2022-04-01T12:41:43.713Z] ---> Running in b27819da075e [2022-04-01T12:41:43.985Z] Removing intermediate container b27819da075e [2022-04-01T12:41:43.985Z] ---> e5113d29aa50 [2022-04-01T12:41:43.985Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T12:41:43.985Z] ---> Running in 16bdd956ffb1 [2022-04-01T12:41:44.258Z] Removing intermediate container 16bdd956ffb1 [2022-04-01T12:41:44.258Z] ---> afeeebbeb31b [2022-04-01T12:41:44.258Z] [2022-04-01T12:41:44.849Z] Successfully built afeeebbeb31b [2022-04-01T12:41:44.849Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-01T12:41:45.136Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-04-01T12:41:45.132Z] $ docker stop --time=1 4e0570db0e08bead71b15fa3e04089076fa07034e3bdaa33b2fbb3c80eba6657 [2022-04-01T12:41:46.800Z] $ docker rm -f 4e0570db0e08bead71b15fa3e04089076fa07034e3bdaa33b2fbb3c80eba6657 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T12:41:47.347Z] + docker images [2022-04-01T12:41:47.619Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-01T12:41:47.619Z] sys-mgmt-agent-arm64 latest afeeebbeb31b 3 seconds ago 290MB [2022-04-01T12:41:47.619Z] security-spiffe-token-provider-arm64 latest 0b2870bd1ccd 33 seconds ago 27.7MB [2022-04-01T12:41:47.619Z] security-spire-server-arm64 latest 5fa0f8b1116a 35 seconds ago 82.6MB [2022-04-01T12:41:47.619Z] cafe2ea7c6f4 48 seconds ago 1.42GB [2022-04-01T12:41:47.619Z] support-scheduler-arm64 latest e5952e32e403 54 seconds ago 24.9MB [2022-04-01T12:41:47.619Z] core-command-arm64 latest b8db2f4fd7d8 About a minute ago 23.7MB [2022-04-01T12:41:47.619Z] 6af4e8902ea7 About a minute ago 1.43GB [2022-04-01T12:41:47.619Z] security-bootstrapper-arm64 latest 1bfbe02984c5 About a minute ago 23.6MB [2022-04-01T12:41:47.619Z] add31751aca0 About a minute ago 1.43GB [2022-04-01T12:41:47.619Z] 5e2754acf692 About a minute ago 1.43GB [2022-04-01T12:41:47.619Z] c40098ad622e About a minute ago 1.43GB [2022-04-01T12:41:47.619Z] security-spire-agent-arm64 latest 05302101d2cf 7 minutes ago 118MB [2022-04-01T12:41:47.619Z] 79a64bebd2bc 8 minutes ago 1.42GB [2022-04-01T12:41:47.619Z] security-secretstore-setup-arm64 latest 1edc1297aba7 9 minutes ago 40.8MB [2022-04-01T12:41:47.619Z] core-data-arm64 latest 1430825db868 9 minutes ago 34.4MB [2022-04-01T12:41:47.619Z] d7750a35f4ca 9 minutes ago 1.44GB [2022-04-01T12:41:47.619Z] ca781625dbac 9 minutes ago 1.46GB [2022-04-01T12:41:47.619Z] core-metadata-arm64 latest 56d08ad6ca75 9 minutes ago 25.1MB [2022-04-01T12:41:47.619Z] support-notifications-arm64 latest 31079ccda04a 9 minutes ago 25.5MB [2022-04-01T12:41:47.619Z] security-proxy-setup-arm64 latest c05f81cc08c0 9 minutes ago 42.1MB [2022-04-01T12:41:47.619Z] a37184abc3e6 10 minutes ago 1.43GB [2022-04-01T12:41:47.619Z] a3b89137cd2d 10 minutes ago 1.43GB [2022-04-01T12:41:47.619Z] c492d8aae7e6 10 minutes ago 1.44GB [2022-04-01T12:41:47.619Z] security-spire-config-arm64 latest 326c05f5b6ee 16 minutes ago 81.9MB [2022-04-01T12:41:47.619Z] b59046dbe281 16 minutes ago 1.42GB [2022-04-01T12:41:47.619Z] ci-base-image-arm64 latest ab8ee17c8b66 30 minutes ago 886MB [2022-04-01T12:41:47.619Z] docker 20.10.14 c52727829a8a 3 days ago 202MB [2022-04-01T12:41:47.619Z] alpine 3.14 cc3d11fa2d52 3 days ago 5.34MB [2022-04-01T12:41:47.619Z] alpine 3.15 03078ca19a05 3 days ago 5.32MB [2022-04-01T12:41:47.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 8 weeks ago 551MB [2022-04-01T12:41:47.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:41:48.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T12:41:48.053Z] [2022-04-01T12:41:48.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:41:48.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T12:41:48.676Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-01T12:41:48.676Z] 8998bd30e6a1: Pulling fs layer [2022-04-01T12:41:48.676Z] 04944245beec: Pulling fs layer [2022-04-01T12:41:48.676Z] 699f458cf7ca: Pulling fs layer [2022-04-01T12:41:48.676Z] 765212b225bb: Pulling fs layer [2022-04-01T12:41:48.676Z] f23df028b6ca: Pulling fs layer [2022-04-01T12:41:48.676Z] d65c8cfc05b1: Pulling fs layer [2022-04-01T12:41:48.676Z] 2437ff75d9bd: Pulling fs layer [2022-04-01T12:41:48.676Z] 765212b225bb: Waiting [2022-04-01T12:41:48.676Z] f23df028b6ca: Waiting [2022-04-01T12:41:48.676Z] 2437ff75d9bd: Waiting [2022-04-01T12:41:48.676Z] d65c8cfc05b1: Waiting [2022-04-01T12:41:48.676Z] 04944245beec: Download complete [2022-04-01T12:41:48.676Z] 765212b225bb: Verifying Checksum [2022-04-01T12:41:48.676Z] 765212b225bb: Download complete [2022-04-01T12:41:48.676Z] f23df028b6ca: Verifying Checksum [2022-04-01T12:41:48.676Z] f23df028b6ca: Download complete [2022-04-01T12:41:48.676Z] d65c8cfc05b1: Verifying Checksum [2022-04-01T12:41:48.676Z] d65c8cfc05b1: Download complete [2022-04-01T12:41:48.951Z] 699f458cf7ca: Verifying Checksum [2022-04-01T12:41:48.951Z] 699f458cf7ca: Download complete [2022-04-01T12:41:49.225Z] 8998bd30e6a1: Verifying Checksum [2022-04-01T12:41:49.225Z] 8998bd30e6a1: Download complete [2022-04-01T12:41:51.842Z] 2437ff75d9bd: Verifying Checksum [2022-04-01T12:41:51.842Z] 2437ff75d9bd: Download complete [2022-04-01T12:41:53.815Z] 8998bd30e6a1: Pull complete [2022-04-01T12:41:54.087Z] 04944245beec: Pull complete [2022-04-01T12:41:55.515Z] 699f458cf7ca: Pull complete [2022-04-01T12:41:55.786Z] 765212b225bb: Pull complete [2022-04-01T12:41:56.760Z] f23df028b6ca: Pull complete [2022-04-01T12:41:56.760Z] d65c8cfc05b1: Pull complete [2022-04-01T12:42:11.840Z] 2437ff75d9bd: Pull complete [2022-04-01T12:42:11.840Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-01T12:42:11.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T12:42:11.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-01T12:42:12.064Z] prd-ubuntu20.04-docker-arm64-4c-16g-10441 does not seem to be running inside a container [2022-04-01T12:42:12.134Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-01T12:42:15.088Z] $ docker top 949d08d9bfe5751fbda0803da22e916cd26cbfc083e020facabf93ab87856595 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:16.102Z] ---> job-cost.sh [2022-04-01T12:42:16.103Z] lf-activate-venv: SKIPPING [2022-04-01T12:42:16.103Z] INFO: No Stack... [2022-04-01T12:42:16.694Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-01T12:42:17.690Z] INFO: Archiving Costs [Pipeline] sh [2022-04-01T12:42:18.405Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2022-04-01T12:42:18.405Z] + cut -d, -f6 [Pipeline] lock [2022-04-01T12:42:18.479Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] [2022-04-01T12:42:18.485Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] did not exist. Created. [2022-04-01T12:42:18.485Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-01T12:42:19.194Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-01T12:42:19.408Z] Stashed 1 file(s) [Pipeline] } [2022-04-01T12:42:19.415Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3924-7-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-01T12:42:19.428Z] $ docker stop --time=1 949d08d9bfe5751fbda0803da22e916cd26cbfc083e020facabf93ab87856595 [2022-04-01T12:42:20.996Z] $ docker rm -f 949d08d9bfe5751fbda0803da22e916cd26cbfc083e020facabf93ab87856595 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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-04-01T12:42:21.946Z] + [ -d /w/workspace/edgex-go/7/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:22.237Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:23.119Z] ---> package-listing.sh [2022-04-01T12:42:23.119Z] ++ facter osfamily [2022-04-01T12:42:23.119Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-01T12:42:23.404Z] + OS_FAMILY=debian [2022-04-01T12:42:23.404Z] + workspace=/w/workspace/edgex-go/7 [2022-04-01T12:42:23.404Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-01T12:42:23.404Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-01T12:42:23.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-01T12:42:23.404Z] + PACKAGES=/tmp/packages_start.txt [2022-04-01T12:42:23.404Z] + '[' /w/workspace/edgex-go/7 ']' [2022-04-01T12:42:23.404Z] + PACKAGES=/tmp/packages_end.txt [2022-04-01T12:42:23.404Z] + case "${OS_FAMILY}" in [2022-04-01T12:42:23.404Z] + dpkg -l [2022-04-01T12:42:23.404Z] + grep '^ii' [2022-04-01T12:42:23.404Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-01T12:42:23.404Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-01T12:42:23.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-01T12:42:23.404Z] + '[' /w/workspace/edgex-go/7 ']' [2022-04-01T12:42:23.404Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2022-04-01T12:42:23.404Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2022-04-01T12:42:23.418Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-01T12:42:23.746Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:42:24.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T12:42:24.309Z] [2022-04-01T12:42:24.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T12:42:24.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T12:42:24.613Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-01T12:42:24.613Z] 5eb5b503b376: Pulling fs layer [2022-04-01T12:42:24.613Z] 5c69ac0246d0: Pulling fs layer [2022-04-01T12:42:24.613Z] ec43610c2a17: Pulling fs layer [2022-04-01T12:42:24.613Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-01T12:42:24.613Z] 33b1e0a273af: Pulling fs layer [2022-04-01T12:42:24.613Z] 5d3b04190fa2: Pulling fs layer [2022-04-01T12:42:24.613Z] 2f39f015ded8: Pulling fs layer [2022-04-01T12:42:24.613Z] 3a2ae6a8a46f: Waiting [2022-04-01T12:42:24.613Z] 33b1e0a273af: Waiting [2022-04-01T12:42:24.613Z] 2f39f015ded8: Waiting [2022-04-01T12:42:24.613Z] 5c69ac0246d0: Verifying Checksum [2022-04-01T12:42:24.613Z] 5c69ac0246d0: Download complete [2022-04-01T12:42:24.613Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-01T12:42:24.613Z] 3a2ae6a8a46f: Download complete [2022-04-01T12:42:24.876Z] 33b1e0a273af: Verifying Checksum [2022-04-01T12:42:24.876Z] 33b1e0a273af: Download complete [2022-04-01T12:42:24.876Z] ec43610c2a17: Verifying Checksum [2022-04-01T12:42:24.876Z] ec43610c2a17: Download complete [2022-04-01T12:42:24.876Z] 5d3b04190fa2: Verifying Checksum [2022-04-01T12:42:24.876Z] 5d3b04190fa2: Download complete [2022-04-01T12:42:24.876Z] 5eb5b503b376: Verifying Checksum [2022-04-01T12:42:24.876Z] 5eb5b503b376: Download complete [2022-04-01T12:42:25.828Z] 2f39f015ded8: Download complete [2022-04-01T12:42:26.768Z] 5eb5b503b376: Pull complete [2022-04-01T12:42:26.768Z] 5c69ac0246d0: Pull complete [2022-04-01T12:42:27.340Z] ec43610c2a17: Pull complete [2022-04-01T12:42:27.340Z] 3a2ae6a8a46f: Pull complete [2022-04-01T12:42:27.601Z] 33b1e0a273af: Pull complete [2022-04-01T12:42:27.601Z] 5d3b04190fa2: Pull complete [2022-04-01T12:42:31.795Z] 2f39f015ded8: Pull complete [2022-04-01T12:42:31.795Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-01T12:42:31.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T12:42:31.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-01T12:42:31.870Z] prd-ubuntu20.04-docker-8c-8g-10440 does not seem to be running inside a container [2022-04-01T12:42:31.893Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-01T12:42:33.545Z] $ docker top 1188710bfea0c5ba9c830d4af78efe3f1c118e150d698482ff42bbe9f0fe72a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T12:42:33.924Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-01T12:42:34.218Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-01T12:42:34.511Z] + ls /var/log/sa-host [2022-04-01T12:42:34.511Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T12:42:34.729Z] provisioning config files... [2022-04-01T12:42:34.741Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config1279284302145483899tmp [Pipeline] { [Pipeline] echo [2022-04-01T12:42:34.757Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:35.045Z] ---> create-netrc.sh [Pipeline] } [2022-04-01T12:42:35.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:35.395Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-01T12:42:35.406Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:35.694Z] ---> sudo-logs.sh [2022-04-01T12:42:35.695Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-01T12:42:35.745Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:36.037Z] ---> job-cost.sh [2022-04-01T12:42:36.037Z] lf-activate-venv: SKIPPING [2022-04-01T12:42:36.037Z] DEBUG: total: 0.10999999940395355 [2022-04-01T12:42:36.037Z] INFO: Retrieving Stack Cost... [2022-04-01T12:42:36.609Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-01T12:42:37.181Z] INFO: Archiving Costs [Pipeline] echo [2022-04-01T12:42:37.195Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T12:42:37.488Z] ---> logs-deploy.sh [2022-04-01T12:42:37.488Z] lf-activate-venv: SKIPPING [2022-04-01T12:42:37.488Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3924/7 [2022-04-01T12:42:37.488Z] INFO: archiving workspace using pattern(s): [2022-04-01T12:42:38.430Z] Archives upload complete. [2022-04-01T12:42:38.430Z] INFO: archiving logs to Nexus