Pull request #3697 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a163396c5fcb06ca26f267f77dcd4715c866de00+1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 (1c5ce32388d3d83bfb63469162cf2f912d81a138) Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh6997290509913353182.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-ssh5262533716112890591.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 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 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-3697/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-3697/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8982650312227401559.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > 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-ssh8393635889177746577.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-3697/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-3697/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4334228378974658271.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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: [[centos7-docker-4c-2g, ubuntu18.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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1490 in /w/workspace/edgexfoundry_edgex-go_PR-3697 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh3392312692784304137.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 into PR head commit a163396c5fcb06ca26f267f77dcd4715c866de00 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh6005547208159923419.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3697/head:refs/remotes/origin/PR-3697 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 Merge succeeded, producing a163396c5fcb06ca26f267f77dcd4715c866de00 Checking out Revision a163396c5fcb06ca26f267f77dcd4715c866de00 (PR-3697) > git remote # timeout=10 > 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 /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh780066294524870005.key > git merge 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-09-07T01:01:07.865Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-09-07T01:01:07.982Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-09-07T01:01:08.021Z] ========================================================= [2021-09-07T01:01:08.021Z] EdgeX Global Pipelines Version Info [2021-09-07T01:01:08.021Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9ef11cef12feabcd1f1257898d554769db27dc44 # timeout=10 [2021-09-07T01:01:09.286Z] ------------------- [2021-09-07T01:01:09.286Z] stable info: [2021-09-07T01:01:09.286Z] ------------------- [2021-09-07T01:01:09.286Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-09-07T01:01:09.286Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-07T01:01:09.286Z] Message: update stable to v1.0.205 [2021-09-07T01:01:09.875Z] ------------------- [2021-09-07T01:01:09.875Z] experimental info: [2021-09-07T01:01:09.875Z] ------------------- [2021-09-07T01:01:09.875Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-09-07T01:01:09.875Z] Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 [2021-09-07T01:01:09.875Z] Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-09-07T01:01:10.086Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-09-07T01:01:10.111Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-09-07T01:01:10.136Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-09-07T01:01:10.176Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-09-07T01:01:10.198Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-09-07T01:01:10.223Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-09-07T01:01:10.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-09-07T01:01:10.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-09-07T01:01:10.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-09-07T01:01:10.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-09-07T01:01:10.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-09-07T01:01:10.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-09-07T01:01:10.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-09-07T01:01:10.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-09-07T01:01:10.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-09-07T01:01:10.487Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-09-07T01:01:10.519Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-09-07T01:01:10.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-09-07T01:01:10.574Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-09-07T01:01:10.595Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-09-07T01:01:10.616Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-09-07T01:01:10.655Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-09-07T01:01:10.679Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-09-07T01:01:10.735Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3697 [Pipeline] echo [2021-09-07T01:01:10.758Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3697 [Pipeline] echo [2021-09-07T01:01:10.780Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3697 [Pipeline] echo [2021-09-07T01:01:10.818Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a163396c5fcb06ca26f267f77dcd4715c866de00 [Pipeline] echo [2021-09-07T01:01:10.841Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a163396 [Pipeline] echo [2021-09-07T01:01:10.879Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-07T01:01:10.950Z] provisioning config files... [2021-09-07T01:01:10.969Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2621737549294238079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:01:11.323Z] ---> docker-login.sh [2021-09-07T01:01:11.323Z] nexus3.edgexfoundry.org:10001 [2021-09-07T01:01:11.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:01:11.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:01:11.590Z] Configure a credential helper to remove this warning. See [2021-09-07T01:01:11.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:01:11.590Z] [2021-09-07T01:01:11.590Z] Login Succeeded [2021-09-07T01:01:11.590Z] nexus3.edgexfoundry.org:10002 [2021-09-07T01:01:11.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:01:11.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:01:11.590Z] Configure a credential helper to remove this warning. See [2021-09-07T01:01:11.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:01:11.590Z] [2021-09-07T01:01:11.590Z] Login Succeeded [2021-09-07T01:01:11.590Z] nexus3.edgexfoundry.org:10003 [2021-09-07T01:01:11.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:01:11.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:01:11.860Z] Configure a credential helper to remove this warning. See [2021-09-07T01:01:11.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:01:11.860Z] [2021-09-07T01:01:11.860Z] Login Succeeded [2021-09-07T01:01:11.860Z] nexus3.edgexfoundry.org:10004 [2021-09-07T01:01:11.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:01:12.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:01:12.130Z] Configure a credential helper to remove this warning. See [2021-09-07T01:01:12.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:01:12.130Z] [2021-09-07T01:01:12.130Z] Login Succeeded [2021-09-07T01:01:12.130Z] docker.io [2021-09-07T01:01:12.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:01:12.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:01:12.398Z] Configure a credential helper to remove this warning. See [2021-09-07T01:01:12.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:01:12.398Z] [2021-09-07T01:01:12.398Z] Login Succeeded [2021-09-07T01:01:12.398Z] ---> docker-login.sh ends [Pipeline] } [2021-09-07T01:01:12.412Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-07T01:01:12.786Z] ++ 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/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/core-command/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo core-command,cmd/core-command/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/core-data/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo core-data,cmd/core-data/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] ++ dirname cmd/core-metadata/Dockerfile [2021-09-07T01:01:12.786Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/support-notifications/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-09-07T01:01:12.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-09-07T01:01:12.786Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-09-07T01:01:12.786Z] ++ cut -d/ -f2 [2021-09-07T01:01:12.786Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-09-07T01:01:12.847Z] 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: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] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:01:13.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-07T01:01:13.578Z] [2021-09-07T01:01:13.578Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:01:13.909Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-07T01:01:13.909Z] latest: Pulling from edgex-devops/git-semver [2021-09-07T01:01:13.909Z] 31603596830f: Pulling fs layer [2021-09-07T01:01:13.909Z] 04fac38145f0: Pulling fs layer [2021-09-07T01:01:13.909Z] 701f6daf10bf: Pulling fs layer [2021-09-07T01:01:13.909Z] 24f72da36158: Pulling fs layer [2021-09-07T01:01:13.909Z] 24f72da36158: Waiting [2021-09-07T01:01:13.909Z] 04fac38145f0: Verifying Checksum [2021-09-07T01:01:13.909Z] 04fac38145f0: Download complete [2021-09-07T01:01:14.182Z] 31603596830f: Verifying Checksum [2021-09-07T01:01:14.182Z] 31603596830f: Download complete [2021-09-07T01:01:14.182Z] 31603596830f: Pull complete [2021-09-07T01:01:14.459Z] 04fac38145f0: Pull complete [2021-09-07T01:01:14.459Z] 24f72da36158: Verifying Checksum [2021-09-07T01:01:14.459Z] 24f72da36158: Download complete [2021-09-07T01:01:14.459Z] 701f6daf10bf: Download complete [2021-09-07T01:01:15.056Z] 701f6daf10bf: Pull complete [2021-09-07T01:01:15.056Z] 24f72da36158: Pull complete [2021-09-07T01:01:15.056Z] Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 [2021-09-07T01:01:15.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-09-07T01:01:15.056Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-09-07T01:01:15.148Z] prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container [2021-09-07T01:01:15.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 [2021-09-07T01:01:15.971Z] $ docker top e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-09-07T01:01:16.101Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-07T01:01:16.101Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-07T01:01:16.221Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-07T01:01:16.222Z] $ docker exec e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent [2021-09-07T01:01:16.335Z] SSH_AUTH_SOCK=/tmp/ssh-0z63fw8tpRKu/agent.13 [2021-09-07T01:01:16.335Z] SSH_AGENT_PID=19 [2021-09-07T01:01:16.347Z] Running ssh-add (command line suppressed) [2021-09-07T01:01:16.452Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3812179866936414868.key (/w/workspace/edgex-go/4@tmp/private_key_3812179866936414868.key) [2021-09-07T01:01:16.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-07T01:01:16.803Z] + git tag --points-at HEAD [Pipeline] } [2021-09-07T01:01:16.822Z] $ docker exec --env ******** --env ******** e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent -k [2021-09-07T01:01:16.911Z] unset SSH_AUTH_SOCK; [2021-09-07T01:01:16.911Z] unset SSH_AGENT_PID; [2021-09-07T01:01:16.911Z] echo Agent pid 19 killed; [2021-09-07T01:01:16.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-09-07T01:01:16.988Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-09-07T01:01:16.988Z] [ssh-agent] Looking for ssh-agent implementation... [2021-09-07T01:01:17.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-09-07T01:01:17.100Z] $ docker exec e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent [2021-09-07T01:01:17.213Z] SSH_AUTH_SOCK=/tmp/ssh-ejd32eZT0w8x/agent.52 [2021-09-07T01:01:17.213Z] SSH_AGENT_PID=59 [2021-09-07T01:01:17.223Z] Running ssh-add (command line suppressed) [2021-09-07T01:01:17.316Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7348200618083581138.key (/w/workspace/edgex-go/4@tmp/private_key_7348200618083581138.key) [2021-09-07T01:01:17.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-09-07T01:01:17.652Z] + git semver init [2021-09-07T01:01:17.653Z] # -> Open(): unable to determine branch for HEAD [2021-09-07T01:01:17.653Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-09-07T01:01:17.653Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-09-07T01:01:17.653Z] # $SEMVER_REMOTE_NAME = origin [2021-09-07T01:01:17.653Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-09-07T01:01:17.653Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-09-07T01:01:17.653Z] # $SEMVER_BRANCH = PR-3697 [2021-09-07T01:01:17.653Z] # $SEMVER_TEMP = /tmp/semver-350489539 [2021-09-07T01:01:17.653Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-09-07T01:02:05.069Z] # '/tmp/semver-350489539' -> '/w/workspace/edgex-go/4/.semver' [2021-09-07T01:02:05.069Z] # -> Force: false [2021-09-07T01:02:05.069Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-09-07T01:02:05.082Z] $ docker exec --env ******** --env ******** e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent -k [2021-09-07T01:02:05.197Z] unset SSH_AUTH_SOCK; [2021-09-07T01:02:05.197Z] unset SSH_AGENT_PID; [2021-09-07T01:02:05.197Z] echo Agent pid 59 killed; [2021-09-07T01:02:05.216Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-09-07T01:02:05.572Z] + git semver [Pipeline] } [2021-09-07T01:02:05.592Z] $ docker stop --time=1 e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d [2021-09-07T01:02:07.302Z] $ docker rm -f e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-07T01:02:07.729Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-09-07T01:02:08.135Z] Stashed 1 file(s) [Pipeline] echo [2021-09-07T01:02:08.139Z] [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 [2021-09-07T01:02:08.468Z] ========================================================= [2021-09-07T01:02:08.468Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-09-07T01:02:08.468Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-07T01:02:08.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-07T01:02:08.800Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-09-07T01:02:08.800Z] 540db60ca938: Pulling fs layer [2021-09-07T01:02:08.800Z] adcc1eea9eea: Pulling fs layer [2021-09-07T01:02:08.800Z] 4c4ab2625f07: Pulling fs layer [2021-09-07T01:02:08.800Z] db62176df00c: Pulling fs layer [2021-09-07T01:02:08.800Z] 3b30891b0d05: Pulling fs layer [2021-09-07T01:02:08.800Z] 06b49ca38bd5: Pulling fs layer [2021-09-07T01:02:08.800Z] c788192a36de: Pulling fs layer [2021-09-07T01:02:08.800Z] a77e37c0d609: Pulling fs layer [2021-09-07T01:02:08.800Z] c3185cebc471: Pulling fs layer [2021-09-07T01:02:08.800Z] 3b30891b0d05: Waiting [2021-09-07T01:02:08.800Z] 06b49ca38bd5: Waiting [2021-09-07T01:02:08.800Z] c788192a36de: Waiting [2021-09-07T01:02:08.800Z] a77e37c0d609: Waiting [2021-09-07T01:02:08.800Z] c3185cebc471: Waiting [2021-09-07T01:02:08.800Z] db62176df00c: Waiting [2021-09-07T01:02:08.800Z] 4c4ab2625f07: Verifying Checksum [2021-09-07T01:02:08.800Z] 4c4ab2625f07: Download complete [2021-09-07T01:02:08.800Z] adcc1eea9eea: Verifying Checksum [2021-09-07T01:02:08.800Z] adcc1eea9eea: Download complete [2021-09-07T01:02:09.067Z] 3b30891b0d05: Verifying Checksum [2021-09-07T01:02:09.067Z] 3b30891b0d05: Download complete [2021-09-07T01:02:09.067Z] 06b49ca38bd5: Verifying Checksum [2021-09-07T01:02:09.067Z] 06b49ca38bd5: Download complete [2021-09-07T01:02:09.067Z] 540db60ca938: Verifying Checksum [2021-09-07T01:02:09.067Z] 540db60ca938: Download complete [2021-09-07T01:02:09.067Z] c788192a36de: Verifying Checksum [2021-09-07T01:02:09.067Z] c788192a36de: Download complete [2021-09-07T01:02:09.335Z] 540db60ca938: Pull complete [2021-09-07T01:02:09.335Z] adcc1eea9eea: Pull complete [2021-09-07T01:02:09.335Z] a77e37c0d609: Verifying Checksum [2021-09-07T01:02:09.335Z] a77e37c0d609: Download complete [2021-09-07T01:02:09.335Z] 4c4ab2625f07: Pull complete [2021-09-07T01:02:13.598Z] c3185cebc471: Verifying Checksum [2021-09-07T01:02:13.598Z] c3185cebc471: Download complete [2021-09-07T01:02:14.184Z] db62176df00c: Verifying Checksum [2021-09-07T01:02:14.184Z] db62176df00c: Download complete [2021-09-07T01:02:17.575Z] db62176df00c: Pull complete [2021-09-07T01:02:17.575Z] 3b30891b0d05: Pull complete [2021-09-07T01:02:17.575Z] 06b49ca38bd5: Pull complete [2021-09-07T01:02:17.575Z] c788192a36de: Pull complete [2021-09-07T01:02:17.846Z] a77e37c0d609: Pull complete [2021-09-07T01:02:19.902Z] c3185cebc471: Pull complete [2021-09-07T01:02:19.902Z] Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd [2021-09-07T01:02:19.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-07T01:02:19.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-09-07T01:02:20.240Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-07T01:02:20.240Z] WORKDIR /edgex [2021-09-07T01:02:20.240Z] COPY go.mod . [2021-09-07T01:02:20.240Z] RUN go mod download' [2021-09-07T01:02:20.240Z] + docker build -t ci-base-image-x86_64 -f - . [2021-09-07T01:02:21.701Z] Sending build context to Docker daemon 328.8MB [2021-09-07T01:02:21.702Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-09-07T01:02:21.702Z] ---> 031687cdd783 [2021-09-07T01:02:21.702Z] Step 2/4 : WORKDIR /edgex [2021-09-07T01:02:23.135Z] ---> Running in b17dd2e5081a [2021-09-07T01:02:23.366Z] Still waiting to schedule task [2021-09-07T01:02:23.367Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-09-07T01:02:23.406Z] Removing intermediate container b17dd2e5081a [2021-09-07T01:02:23.406Z] ---> 18d1d63ca3eb [2021-09-07T01:02:23.406Z] Step 3/4 : COPY go.mod . [2021-09-07T01:02:23.406Z] ---> b4466613eed7 [2021-09-07T01:02:23.406Z] Step 4/4 : RUN go mod download [2021-09-07T01:02:23.406Z] ---> Running in 7b5e9480cc65 [2021-09-07T01:02:55.688Z] Removing intermediate container 7b5e9480cc65 [2021-09-07T01:02:55.688Z] ---> 222e698d92cc [2021-09-07T01:02:55.688Z] Successfully built 222e698d92cc [2021-09-07T01:02:55.688Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:02:56.013Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-07T01:02:56.013Z] . [Pipeline] withDockerContainer [2021-09-07T01:02:56.100Z] prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container [2021-09-07T01:02:56.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 [2021-09-07T01:02:56.569Z] $ docker top 7fc43413fe25ae4a732428140ee57f1b88bdfccce91f46c90bdbd00f3cbb2dbb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:02:56.979Z] + go version [2021-09-07T01:02:56.979Z] go version go1.16.6 linux/amd64 [Pipeline] } [2021-09-07T01:02:56.995Z] $ docker stop --time=1 7fc43413fe25ae4a732428140ee57f1b88bdfccce91f46c90bdbd00f3cbb2dbb [2021-09-07T01:02:58.184Z] $ docker rm -f 7fc43413fe25ae4a732428140ee57f1b88bdfccce91f46c90bdbd00f3cbb2dbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:02:58.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-09-07T01:02:58.851Z] . [Pipeline] withDockerContainer [2021-09-07T01:02:58.940Z] prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container [2021-09-07T01:02:59.001Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 [2021-09-07T01:02:59.320Z] $ docker top dd366b43d893d3cfb8101eb1d407a5ad9bcf6e4adc4d107d27f6408ab5966768 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-09-07T01:02:59.425Z] ========================================================= [2021-09-07T01:02:59.425Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-09-07T01:02:59.425Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-07T01:02:59.762Z] + go mod tidy [Pipeline] sh [2021-09-07T01:03:00.346Z] + make test [2021-09-07T01:03:00.346Z] 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 [2021-09-07T01:03:00.619Z] go mod tidy [2021-09-07T01:03:00.619Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-09-07T01:03:05.990Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-09-07T01:03:21.228Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-09-07T01:03:26.594Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-09-07T01:03:27.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-09-07T01:03:27.465Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-09-07T01:03:30.088Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-09-07T01:03:30.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-09-07T01:03:30.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-09-07T01:03:30.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-09-07T01:03:30.971Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-09-07T01:03:31.243Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-09-07T01:03:31.517Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-09-07T01:03:31.517Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-09-07T01:03:31.517Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-09-07T01:03:31.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-09-07T01:03:32.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.039s coverage: 28.7% of statements [2021-09-07T01:03:32.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-09-07T01:03:32.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-09-07T01:03:33.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.051s coverage: 100.0% of statements [2021-09-07T01:03:33.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-09-07T01:03:34.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.068s coverage: 46.3% of statements [2021-09-07T01:03:34.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-09-07T01:03:34.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-09-07T01:03:35.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.105s coverage: 90.1% of statements [2021-09-07T01:03:35.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-09-07T01:03:35.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:03:36.320Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements [2021-09-07T01:03:36.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-09-07T01:03:36.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-09-07T01:03:36.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-09-07T01:03:36.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-09-07T01:03:36.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-09-07T01:03:36.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.230s coverage: 94.2% of statements [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:03:36.920Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.044s coverage: 59.1% of statements [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-09-07T01:03:36.920Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-09-07T01:03:37.189Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.053s coverage: 60.0% of statements [2021-09-07T01:03:37.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-09-07T01:03:37.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-09-07T01:03:37.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-09-07T01:03:38.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.049s coverage: 0.8% of statements [2021-09-07T01:03:38.183Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-09-07T01:03:38.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-09-07T01:03:38.183Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 21.7% of statements [2021-09-07T01:03:38.183Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-09-07T01:03:38.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-09-07T01:03:39.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.065s coverage: 79.5% of statements [2021-09-07T01:03:39.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-09-07T01:03:39.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-09-07T01:03:39.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-09-07T01:03:52.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements [2021-09-07T01:03:52.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-09-07T01:03:57.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.187s coverage: 81.8% of statements [2021-09-07T01:03:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-09-07T01:04:16.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements [2021-09-07T01:04:16.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.048s coverage: 80.0% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.2% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 64.4% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.202s coverage: 66.9% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-09-07T01:04:16.010Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 43.6% of statements [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-09-07T01:04:16.010Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-09-07T01:04:16.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2021-09-07T01:04:16.292Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-09-07T01:04:16.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements [2021-09-07T01:04:16.574Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 19.5% of statements [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 92.0% of statements [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 62.7% of statements [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.088s coverage: 97.7% of statements [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-09-07T01:04:23.256Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-09-07T01:04:23.256Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements [2021-09-07T01:04:23.256Z] GO111MODULE=on go vet ./... [2021-09-07T01:04:45.413Z] gofmt -l . [2021-09-07T01:04:45.679Z] [ "`gofmt -l .`" = "" ] [2021-09-07T01:04:45.947Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-09-07T01:04:46.541Z] + ls -al . [2021-09-07T01:04:46.541Z] total 608 [2021-09-07T01:04:46.541Z] drwxrwxr-x 10 1001 1001 4096 Sep 7 01:04 . [2021-09-07T01:04:46.541Z] drwxr-xr-x 4 root root 28 Sep 7 01:02 .. [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 11 Sep 7 01:01 .dockerignore [2021-09-07T01:04:46.541Z] drwxrwxr-x 8 1001 1001 179 Sep 7 01:01 .git [2021-09-07T01:04:46.541Z] drwxrwxr-x 4 1001 1001 142 Sep 7 01:01 .github [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 818 Sep 7 01:01 .gitignore [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 76 Sep 7 01:01 .hadolint.yml [2021-09-07T01:04:46.541Z] drwx------ 3 1001 1001 58 Sep 7 01:02 .semver [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 166 Sep 7 01:01 .sonarcloud.properties [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 1171 Sep 7 01:01 ADOPTERS.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 8493 Sep 7 01:01 Attribution.txt [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 43881 Sep 7 01:01 CHANGELOG.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 3804 Sep 7 01:01 CONTRIBUTING.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 677 Sep 7 01:01 GOVERNANCE.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 849 Sep 7 01:01 Jenkinsfile [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 10775 Sep 7 01:01 LICENSE [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 5915 Sep 7 01:01 Makefile [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 582 Sep 7 01:01 OWNERS.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 8643 Sep 7 01:01 README.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 6912 Sep 7 01:01 SECURITY.md [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 5 Sep 7 01:02 VERSION [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 4131 Sep 7 01:01 ZMQWindows.md [2021-09-07T01:04:46.541Z] drwxrwxr-x 2 1001 1001 37 Sep 7 01:01 bin [2021-09-07T01:04:46.541Z] drwxrwxr-x 14 1001 1001 4096 Sep 7 01:01 cmd [2021-09-07T01:04:46.541Z] -rw-r--r-- 1 root root 404331 Sep 7 01:04 coverage.out [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 841 Sep 7 01:01 go.mod [2021-09-07T01:04:46.541Z] -rw-r--r-- 1 root root 50064 Sep 7 01:02 go.sum [2021-09-07T01:04:46.541Z] drwxrwxr-x 8 1001 1001 124 Sep 7 01:01 internal [2021-09-07T01:04:46.541Z] drwxrwxr-x 3 1001 1001 16 Sep 7 01:01 openapi [2021-09-07T01:04:46.541Z] drwxrwxr-x 4 1001 1001 71 Sep 7 01:01 snap [2021-09-07T01:04:46.541Z] -rw-rw-r-- 1 1001 1001 204 Sep 7 01:01 version.go [Pipeline] sh [2021-09-07T01:04:46.859Z] + '[' -e coverage.out ] [2021-09-07T01:04:46.859Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-09-07T01:04:46.986Z] Stashed 1 file(s) [Pipeline] sh [2021-09-07T01:04:47.290Z] + make build [2021-09-07T01:04:47.290Z] go mod tidy [2021-09-07T01:04:47.290Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-09-07T01:04:48.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-09-07T01:04:55.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-09-07T01:04:55.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-09-07T01:04:56.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-07T01:04:57.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-09-07T01:04:58.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-09-07T01:04:58.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-09-07T01:04:59.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-09-07T01:05:00.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-09-07T01:05:00.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-09-07T01:05:01.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-09-07T01:05:03.305Z] $ docker stop --time=1 dd366b43d893d3cfb8101eb1d407a5ad9bcf6e4adc4d107d27f6408ab5966768 [2021-09-07T01:05:05.363Z] $ docker rm -f dd366b43d893d3cfb8101eb1d407a5ad9bcf6e4adc4d107d27f6408ab5966768 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:05:06.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-07T01:05:06.647Z] [2021-09-07T01:05:06.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:05:06.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-07T01:05:06.991Z] latest: Pulling from edgex-devops/edgex-compose [2021-09-07T01:05:06.991Z] cbdbe7a5bc2a: Pulling fs layer [2021-09-07T01:05:06.991Z] ca9280d653b3: Pulling fs layer [2021-09-07T01:05:06.991Z] 7e9c9ca2126c: Pulling fs layer [2021-09-07T01:05:07.256Z] cbdbe7a5bc2a: Verifying Checksum [2021-09-07T01:05:07.256Z] cbdbe7a5bc2a: Download complete [2021-09-07T01:05:07.256Z] cbdbe7a5bc2a: Pull complete [2021-09-07T01:05:08.214Z] ca9280d653b3: Verifying Checksum [2021-09-07T01:05:08.214Z] ca9280d653b3: Download complete [2021-09-07T01:05:08.802Z] ca9280d653b3: Pull complete [2021-09-07T01:05:10.386Z] 7e9c9ca2126c: Verifying Checksum [2021-09-07T01:05:10.386Z] 7e9c9ca2126c: Download complete [2021-09-07T01:05:14.083Z] 7e9c9ca2126c: Pull complete [2021-09-07T01:05:14.083Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-09-07T01:05:14.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-07T01:05:14.083Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-09-07T01:05:14.200Z] prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container [2021-09-07T01:05:14.272Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 [2021-09-07T01:05:16.913Z] $ docker top 586d1d7b175c0688238b202f13e03d5bb403dbc2014ec44518de59031035cbfa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:05:17.304Z] + docker-compose build --help [2021-09-07T01:05:17.304Z] + grep parallel [2021-09-07T01:05:17.893Z] --parallel Build images in parallel. [Pipeline] } [2021-09-07T01:05:17.912Z] $ docker stop --time=1 586d1d7b175c0688238b202f13e03d5bb403dbc2014ec44518de59031035cbfa [2021-09-07T01:05:19.108Z] $ docker rm -f 586d1d7b175c0688238b202f13e03d5bb403dbc2014ec44518de59031035cbfa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:05:19.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-09-07T01:05:19.566Z] . [Pipeline] withDockerContainer [2021-09-07T01:05:19.656Z] prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container [2021-09-07T01:05:19.720Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 [2021-09-07T01:05:20.038Z] $ docker top b71bc628ce69b3400c38d9dbb8eeaf88a29cba6d6c0507ab506fafa3aed1799a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:05:20.458Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-09-07T01:05:21.039Z] Building core-command ... [2021-09-07T01:05:21.039Z] Building core-data ... [2021-09-07T01:05:21.039Z] Building core-metadata ... [2021-09-07T01:05:21.039Z] Building security-bootstrapper ... [2021-09-07T01:05:21.039Z] Building security-proxy-setup ... [2021-09-07T01:05:21.039Z] Building security-secretstore-setup ... [2021-09-07T01:05:21.039Z] Building support-notifications ... [2021-09-07T01:05:21.039Z] Building support-scheduler ... [2021-09-07T01:05:21.039Z] Building sys-mgmt-agent ... [2021-09-07T01:05:21.039Z] Building sys-mgmt-agent [2021-09-07T01:05:21.039Z] Building core-command [2021-09-07T01:05:21.039Z] Building core-data [2021-09-07T01:05:21.039Z] Building security-secretstore-setup [2021-09-07T01:05:21.039Z] Building security-proxy-setup [2021-09-07T01:05:31.025Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1492 in /w/workspace/edgexfoundry_edgex-go_PR-3697 [Pipeline] { [Pipeline] ws [2021-09-07T01:05:31.042Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-09-07T01:05:31.305Z] The recommended git tool is: git [2021-09-07T01:05:31.992Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:05:31.992Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:05:31.992Z] ---> 222e698d92cc [2021-09-07T01:05:31.992Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:05:31.992Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:05:31.992Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:05:31.992Z] ---> 222e698d92cc [2021-09-07T01:05:31.992Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:05:31.992Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:05:31.992Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:05:31.992Z] ---> 222e698d92cc [2021-09-07T01:05:31.992Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:05:34.580Z] ---> Running in 93af49d3bffe [2021-09-07T01:05:34.580Z] ---> Running in 93ecaa8cd600 [2021-09-07T01:05:34.580Z] ---> Running in a5cb2d18b349 [2021-09-07T01:05:36.731Z] using credential edgex-jenkins-ssh [2021-09-07T01:05:36.751Z] Cloning the remote Git repository [2021-09-07T01:05:36.876Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-09-07T01:05:37.009Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-09-07T01:05:37.102Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-07T01:05:37.103Z] > git --version # timeout=10 [2021-09-07T01:05:37.134Z] > git --version # 'git version 2.17.1' [2021-09-07T01:05:37.137Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-07T01:05:37.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-07T01:05:38.844Z] Removing intermediate container a5cb2d18b349 [2021-09-07T01:05:38.844Z] ---> 0956e3d47ea4 [2021-09-07T01:05:38.844Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:05:38.844Z] Removing intermediate container 93ecaa8cd600 [2021-09-07T01:05:38.844Z] ---> f1cb8d704d41 [2021-09-07T01:05:38.844Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:05:38.844Z] Removing intermediate container 93af49d3bffe [2021-09-07T01:05:38.844Z] ---> 640a85c0c2bb [2021-09-07T01:05:38.845Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:05:39.111Z] ---> Running in 0a25212e7087 [2021-09-07T01:05:39.380Z] ---> Running in b8c083b63b58 [2021-09-07T01:05:39.380Z] ---> Running in 08a5533c36b0 [2021-09-07T01:05:43.638Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:05:43.638Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:05:43.638Z] ---> 222e698d92cc [2021-09-07T01:05:43.638Z] Step 3/26 : WORKDIR /edgex-go [2021-09-07T01:05:43.638Z] ---> Using cache [2021-09-07T01:05:43.638Z] ---> 640a85c0c2bb [2021-09-07T01:05:43.638Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:05:43.638Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:05:43.638Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:05:43.638Z] ---> 222e698d92cc [2021-09-07T01:05:43.638Z] Step 3/22 : WORKDIR /edgex-go [2021-09-07T01:05:43.638Z] ---> Using cache [2021-09-07T01:05:43.638Z] ---> 640a85c0c2bb [2021-09-07T01:05:43.638Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:05:44.224Z] ---> Running in 819c2de333ee [2021-09-07T01:05:44.224Z] ---> Running in dd4b15044a67 [2021-09-07T01:05:44.224Z] Removing intermediate container b8c083b63b58 [2021-09-07T01:05:44.224Z] ---> c79f23a94761 [2021-09-07T01:05:44.224Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-09-07T01:05:44.224Z] Removing intermediate container 0a25212e7087 [2021-09-07T01:05:44.224Z] ---> cf5a7b2a02c3 [2021-09-07T01:05:44.224Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-09-07T01:05:44.224Z] ---> Running in ea94dd972065 [2021-09-07T01:05:44.224Z] Removing intermediate container 08a5533c36b0 [2021-09-07T01:05:44.224Z] ---> 9c51459ac87b [2021-09-07T01:05:44.224Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-07T01:05:44.224Z] ---> Running in 1e705d893cdc [2021-09-07T01:05:44.224Z] ---> Running in e086f7e125af [2021-09-07T01:05:45.197Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:45.197Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:45.197Z] Removing intermediate container 819c2de333ee [2021-09-07T01:05:45.197Z] ---> 824ec8fbf255 [2021-09-07T01:05:45.197Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-09-07T01:05:45.197Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:45.197Z] ---> Running in e5091e1e8ac7 [2021-09-07T01:05:45.197Z] Removing intermediate container dd4b15044a67 [2021-09-07T01:05:45.197Z] ---> 40fa65c9c5e0 [2021-09-07T01:05:45.197Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-09-07T01:05:45.197Z] ---> Running in 0eef876cc20d [2021-09-07T01:05:45.465Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:45.465Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:45.738Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:45.738Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:46.010Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:46.279Z] OK: 219 MiB in 52 packages [2021-09-07T01:05:46.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:46.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:05:46.279Z] OK: 219 MiB in 52 packages [2021-09-07T01:05:47.017Z] OK: 219 MiB in 52 packages [2021-09-07T01:05:47.017Z] Removing intermediate container 1e705d893cdc [2021-09-07T01:05:47.017Z] ---> 9ff1119957db [2021-09-07T01:05:47.017Z] Step 6/24 : COPY go.mod . [2021-09-07T01:05:47.017Z] OK: 219 MiB in 52 packages [2021-09-07T01:05:47.290Z] OK: 219 MiB in 52 packages [2021-09-07T01:05:47.290Z] Removing intermediate container ea94dd972065 [2021-09-07T01:05:47.290Z] ---> 800c503808c2 [2021-09-07T01:05:47.290Z] Step 6/24 : COPY go.mod . [2021-09-07T01:05:47.290Z] ---> 9adb043459c3 [2021-09-07T01:05:47.290Z] Step 7/24 : RUN go mod download [2021-09-07T01:05:47.290Z] ---> Running in 90ccdcce2c1b [2021-09-07T01:05:47.290Z] Removing intermediate container e086f7e125af [2021-09-07T01:05:47.290Z] ---> 015610268bc8 [2021-09-07T01:05:47.290Z] Step 6/24 : COPY go.mod . [2021-09-07T01:05:47.290Z] Removing intermediate container e5091e1e8ac7 [2021-09-07T01:05:47.290Z] ---> 9228b0630066 [2021-09-07T01:05:47.290Z] Step 6/26 : COPY go.mod . [2021-09-07T01:05:47.290Z] ---> 3adcc43a180c [2021-09-07T01:05:47.290Z] Step 7/24 : RUN go mod download [2021-09-07T01:05:47.290Z] ---> Running in a6b69915f7be [2021-09-07T01:05:47.290Z] Removing intermediate container 0eef876cc20d [2021-09-07T01:05:47.290Z] ---> 8dfd616c5bc0 [2021-09-07T01:05:47.290Z] Step 6/22 : COPY go.mod . [2021-09-07T01:05:47.290Z] ---> f1ea18660b0c [2021-09-07T01:05:47.290Z] Step 7/24 : RUN go mod download [2021-09-07T01:05:47.290Z] ---> Running in 32a7ad09312c [2021-09-07T01:05:47.556Z] ---> e71779b2d478 [2021-09-07T01:05:47.556Z] Step 7/26 : RUN go mod download [2021-09-07T01:05:47.556Z] ---> dc1ac87688f3 [2021-09-07T01:05:47.556Z] Step 7/22 : RUN go mod download [2021-09-07T01:05:47.556Z] ---> Running in 614da6d7c1e7 [2021-09-07T01:05:47.556Z] ---> Running in 494e484f1169 [2021-09-07T01:05:48.977Z] Removing intermediate container 90ccdcce2c1b [2021-09-07T01:05:48.977Z] ---> 9c5a29e1115a [2021-09-07T01:05:48.977Z] Step 8/24 : COPY . . [2021-09-07T01:05:48.977Z] Removing intermediate container a6b69915f7be [2021-09-07T01:05:48.977Z] ---> 92638a02d40b [2021-09-07T01:05:48.977Z] Step 8/24 : COPY . . [2021-09-07T01:05:54.311Z] Merging remotes/origin/main commit 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 into PR head commit a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:05:54.349Z] Removing intermediate container 32a7ad09312c [2021-09-07T01:05:54.349Z] ---> 8b81c22c7321 [2021-09-07T01:05:54.349Z] Step 8/24 : COPY . . [2021-09-07T01:05:54.349Z] Removing intermediate container 614da6d7c1e7 [2021-09-07T01:05:54.349Z] ---> 9c107475ae7a [2021-09-07T01:05:54.349Z] Step 8/26 : COPY . . [2021-09-07T01:05:54.349Z] Removing intermediate container 494e484f1169 [2021-09-07T01:05:54.349Z] ---> f8ee29118b2a [2021-09-07T01:05:54.349Z] Step 8/22 : COPY . . [2021-09-07T01:05:54.349Z] ---> ace3a6b0f7d8 [2021-09-07T01:05:54.349Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:05:54.349Z] ---> 486692534ba5 [2021-09-07T01:05:54.349Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:05:54.672Z] Merge succeeded, producing a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:05:54.672Z] Checking out Revision a163396c5fcb06ca26f267f77dcd4715c866de00 (PR-3697) [2021-09-07T01:05:53.652Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-07T01:05:53.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-07T01:05:53.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-07T01:05:53.733Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-07T01:05:53.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-07T01:05:53.746Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3697/head:refs/remotes/origin/PR-3697 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-07T01:05:54.328Z] > git config core.sparsecheckout # timeout=10 [2021-09-07T01:05:54.345Z] > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 [2021-09-07T01:05:54.579Z] > git remote # timeout=10 [2021-09-07T01:05:54.603Z] > git config --get remote.origin.url # timeout=10 [2021-09-07T01:05:54.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-07T01:05:54.627Z] > git merge 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 # timeout=10 [2021-09-07T01:05:54.651Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-07T01:05:54.678Z] > git config core.sparsecheckout # timeout=10 [2021-09-07T01:05:54.691Z] > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 [2021-09-07T01:05:58.642Z] ---> Running in 3f354009f7c7 [2021-09-07T01:05:58.642Z] ---> Running in b3b139df3ed3 [2021-09-07T01:05:59.220Z] Commit message: "build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-07T01:05:59.828Z] provisioning config files... [2021-09-07T01:05:59.859Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3779588571981043797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:06:00.454Z] ---> docker-login.sh [2021-09-07T01:06:00.454Z] nexus3.edgexfoundry.org:10001 [2021-09-07T01:06:01.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:06:01.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:06:01.665Z] Configure a credential helper to remove this warning. See [2021-09-07T01:06:01.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:06:01.665Z] [2021-09-07T01:06:01.665Z] Login Succeeded [2021-09-07T01:06:01.665Z] nexus3.edgexfoundry.org:10002 [2021-09-07T01:06:02.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:06:02.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:06:02.303Z] Configure a credential helper to remove this warning. See [2021-09-07T01:06:02.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:06:02.303Z] [2021-09-07T01:06:02.303Z] Login Succeeded [2021-09-07T01:06:02.303Z] nexus3.edgexfoundry.org:10003 [2021-09-07T01:06:02.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:06:02.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:06:02.851Z] Configure a credential helper to remove this warning. See [2021-09-07T01:06:02.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:06:02.851Z] [2021-09-07T01:06:02.851Z] Login Succeeded [2021-09-07T01:06:02.851Z] nexus3.edgexfoundry.org:10004 [2021-09-07T01:06:03.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:06:03.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:06:03.125Z] Configure a credential helper to remove this warning. See [2021-09-07T01:06:03.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:06:03.125Z] [2021-09-07T01:06:03.125Z] Login Succeeded [2021-09-07T01:06:03.125Z] docker.io [2021-09-07T01:06:03.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-09-07T01:06:03.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-09-07T01:06:03.996Z] Configure a credential helper to remove this warning. See [2021-09-07T01:06:03.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-09-07T01:06:03.996Z] [2021-09-07T01:06:03.996Z] Login Succeeded [2021-09-07T01:06:03.996Z] ---> docker-login.sh ends [2021-09-07T01:06:04.006Z] Removing intermediate container 3f354009f7c7 [2021-09-07T01:06:04.006Z] ---> 4d136f1700c4 [2021-09-07T01:06:04.006Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-09-07T01:06:04.006Z] ---> ec44b20dc8e5 [2021-09-07T01:06:04.006Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:06:04.006Z] ---> 46e56b8f682b [2021-09-07T01:06:04.006Z] Step 9/22 : RUN go mod tidy [2021-09-07T01:06:04.006Z] ---> Running in 2750626e339e [2021-09-07T01:06:04.006Z] ---> 77fbaf39de6c [2021-09-07T01:06:04.006Z] Step 9/26 : RUN go mod tidy [2021-09-07T01:06:04.006Z] ---> Running in b94b9aa82755 [2021-09-07T01:06:04.006Z] ---> Running in ed300e3b540e [2021-09-07T01:06:04.006Z] Removing intermediate container b3b139df3ed3 [2021-09-07T01:06:04.006Z] ---> 6f5497bed268 [2021-09-07T01:06:04.006Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-09-07T01:06:04.006Z] ---> Running in 47dedd15882f [2021-09-07T01:06:04.006Z] ---> Running in b39415c1ad8c [2021-09-07T01:06:04.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] } [2021-09-07T01:06:04.081Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-09-07T01:06:04.656Z] ========================================================= [2021-09-07T01:06:04.656Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-09-07T01:06:04.656Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-07T01:06:04.976Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-09-07T01:06:05.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-07T01:06:05.566Z] Removing intermediate container b94b9aa82755 [2021-09-07T01:06:05.566Z] ---> 26be1b2aa005 [2021-09-07T01:06:05.566Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-09-07T01:06:05.566Z] ---> Running in 303b63213a24 [2021-09-07T01:06:05.668Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-09-07T01:06:05.668Z] 595b0fe564bb: Pulling fs layer [2021-09-07T01:06:05.668Z] 24495759ef45: Pulling fs layer [2021-09-07T01:06:05.668Z] d148012ef14d: Pulling fs layer [2021-09-07T01:06:05.668Z] e90a11edd702: Pulling fs layer [2021-09-07T01:06:05.668Z] d77568369979: Pulling fs layer [2021-09-07T01:06:05.668Z] fc1c9f9a7f3b: Pulling fs layer [2021-09-07T01:06:05.668Z] 170f2ba95c9a: Pulling fs layer [2021-09-07T01:06:05.668Z] 97ac5df62f85: Pulling fs layer [2021-09-07T01:06:05.668Z] e90a11edd702: Waiting [2021-09-07T01:06:05.668Z] d77568369979: Waiting [2021-09-07T01:06:05.668Z] fc1c9f9a7f3b: Waiting [2021-09-07T01:06:05.668Z] 170f2ba95c9a: Waiting [2021-09-07T01:06:05.668Z] 97ac5df62f85: Waiting [2021-09-07T01:06:05.668Z] d148012ef14d: Download complete [2021-09-07T01:06:05.668Z] 24495759ef45: Verifying Checksum [2021-09-07T01:06:05.668Z] 24495759ef45: Download complete [2021-09-07T01:06:05.668Z] d77568369979: Verifying Checksum [2021-09-07T01:06:05.668Z] d77568369979: Download complete [2021-09-07T01:06:05.668Z] 595b0fe564bb: Verifying Checksum [2021-09-07T01:06:05.668Z] 595b0fe564bb: Download complete [2021-09-07T01:06:05.668Z] fc1c9f9a7f3b: Verifying Checksum [2021-09-07T01:06:05.668Z] fc1c9f9a7f3b: Download complete [2021-09-07T01:06:05.668Z] 170f2ba95c9a: Verifying Checksum [2021-09-07T01:06:05.668Z] 170f2ba95c9a: Download complete [2021-09-07T01:06:06.156Z] Removing intermediate container 47dedd15882f [2021-09-07T01:06:06.156Z] ---> 703e38dcaaa2 [2021-09-07T01:06:06.156Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-09-07T01:06:06.156Z] ---> Running in b4766e98e8b5 [2021-09-07T01:06:06.156Z] Removing intermediate container ed300e3b540e [2021-09-07T01:06:06.156Z] ---> 2704ff9cc2bc [2021-09-07T01:06:06.156Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-09-07T01:06:06.156Z] ---> Running in a11db295fb41 [2021-09-07T01:06:06.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-09-07T01:06:06.279Z] 595b0fe564bb: Pull complete [2021-09-07T01:06:06.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-09-07T01:06:07.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-09-07T01:06:07.283Z] 24495759ef45: Pull complete [2021-09-07T01:06:07.892Z] d148012ef14d: Pull complete [2021-09-07T01:06:09.364Z] 97ac5df62f85: Verifying Checksum [2021-09-07T01:06:09.651Z] e90a11edd702: Verifying Checksum [2021-09-07T01:06:09.651Z] e90a11edd702: Download complete [2021-09-07T01:06:19.825Z] e90a11edd702: Pull complete [2021-09-07T01:06:20.102Z] d77568369979: Pull complete [2021-09-07T01:06:20.705Z] fc1c9f9a7f3b: Pull complete [2021-09-07T01:06:20.984Z] 170f2ba95c9a: Pull complete [2021-09-07T01:06:27.731Z] 97ac5df62f85: Pull complete [2021-09-07T01:06:27.731Z] Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 [2021-09-07T01:06:27.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-07T01:06:27.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-09-07T01:06:28.112Z] + docker build -t ci-base-image-arm64 -f - . [2021-09-07T01:06:28.112Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-07T01:06:28.112Z] WORKDIR /edgex [2021-09-07T01:06:28.112Z] COPY go.mod . [2021-09-07T01:06:28.112Z] RUN go mod download [2021-09-07T01:06:30.759Z] Sending build context to Docker daemon 166MB [2021-09-07T01:06:30.759Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-09-07T01:06:30.759Z] ---> 04bc70af865f [2021-09-07T01:06:30.759Z] Step 2/4 : WORKDIR /edgex [2021-09-07T01:06:35.057Z] ---> Running in d5288a330939 [2021-09-07T01:06:35.330Z] Removing intermediate container d5288a330939 [2021-09-07T01:06:35.330Z] ---> c4848355b698 [2021-09-07T01:06:35.330Z] Step 3/4 : COPY go.mod . [2021-09-07T01:06:36.308Z] ---> 7496a6b0567b [2021-09-07T01:06:36.308Z] Step 4/4 : RUN go mod download [2021-09-07T01:06:36.308Z] ---> Running in 8052b2e5e8eb [2021-09-07T01:06:45.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-09-07T01:06:45.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-09-07T01:06:45.914Z] Removing intermediate container 2750626e339e [2021-09-07T01:06:45.914Z] ---> 90c8c34a4757 [2021-09-07T01:06:45.914Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-09-07T01:06:45.914Z] ---> Running in 0a903aae1514 [2021-09-07T01:06:45.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-07T01:06:45.914Z] Removing intermediate container 303b63213a24 [2021-09-07T01:06:45.914Z] ---> 895d6ff85687 [2021-09-07T01:06:45.914Z] [2021-09-07T01:06:45.914Z] Step 11/24 : FROM alpine:3.12 [2021-09-07T01:06:45.914Z] 3.12: Pulling from library/alpine [2021-09-07T01:06:45.914Z] Removing intermediate container 0a903aae1514 [2021-09-07T01:06:45.914Z] ---> 7002a4d4025f [2021-09-07T01:06:45.914Z] [2021-09-07T01:06:45.914Z] Step 12/24 : FROM docker:20.10.7 [2021-09-07T01:06:45.914Z] 20.10.7: Pulling from library/docker [2021-09-07T01:06:45.914Z] Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a [2021-09-07T01:06:45.914Z] Status: Downloaded newer image for alpine:3.12 [2021-09-07T01:06:45.914Z] ---> 48b8ec4ed9eb [2021-09-07T01:06:45.914Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-07T01:06:47.749Z] ---> Running in ca57e2f9584a [2021-09-07T01:06:47.749Z] Removing intermediate container a11db295fb41 [2021-09-07T01:06:47.749Z] ---> 3d5f2a649b35 [2021-09-07T01:06:47.749Z] [2021-09-07T01:06:47.749Z] Step 11/22 : FROM alpine:3.12 [2021-09-07T01:06:47.749Z] ---> 48b8ec4ed9eb [2021-09-07T01:06:47.750Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-09-07T01:06:47.750Z] Removing intermediate container b4766e98e8b5 [2021-09-07T01:06:47.750Z] ---> 7bcc4444d33a [2021-09-07T01:06:47.750Z] [2021-09-07T01:06:47.750Z] Step 11/26 : FROM alpine:3.12 [2021-09-07T01:06:47.750Z] ---> 48b8ec4ed9eb [2021-09-07T01:06:47.750Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-09-07T01:06:47.750Z] ---> Running in 115c877fd1b9 [2021-09-07T01:06:47.750Z] ---> Running in 5534efd5bbdc [2021-09-07T01:06:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:47.750Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-09-07T01:06:47.750Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:06:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:47.750Z] OK: 6 MiB in 15 packages [2021-09-07T01:06:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:47.750Z] (1/4) Installing ca-certificates (20191127-r4) [2021-09-07T01:06:47.750Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-09-07T01:06:47.750Z] (3/4) Installing libcurl (7.78.0-r0) [2021-09-07T01:06:47.750Z] (4/4) Installing curl (7.78.0-r0) [2021-09-07T01:06:47.750Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:06:47.750Z] Executing ca-certificates-20191127-r4.trigger [2021-09-07T01:06:47.750Z] (1/3) Installing ca-certificates (20191127-r4) [2021-09-07T01:06:47.750Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-09-07T01:06:47.750Z] (3/3) Installing su-exec (0.2-r1) [2021-09-07T01:06:47.750Z] OK: 7 MiB in 18 packages [2021-09-07T01:06:47.750Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:06:47.750Z] Executing ca-certificates-20191127-r4.trigger [2021-09-07T01:06:47.750Z] OK: 6 MiB in 17 packages [2021-09-07T01:06:48.350Z] Removing intermediate container ca57e2f9584a [2021-09-07T01:06:48.350Z] ---> ca0a102f119e [2021-09-07T01:06:48.350Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:06:48.350Z] ---> Running in 47bac9b12629 [2021-09-07T01:06:48.350Z] Removing intermediate container 115c877fd1b9 [2021-09-07T01:06:48.350Z] ---> 0cc51f6ca215 [2021-09-07T01:06:48.350Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-07T01:06:48.623Z] Removing intermediate container b39415c1ad8c [2021-09-07T01:06:48.623Z] ---> 4defe5eeab66 [2021-09-07T01:06:48.623Z] [2021-09-07T01:06:48.623Z] Step 11/24 : FROM alpine:3.12 [2021-09-07T01:06:48.623Z] ---> 48b8ec4ed9eb [2021-09-07T01:06:48.623Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-09-07T01:06:48.623Z] Removing intermediate container 5534efd5bbdc [2021-09-07T01:06:48.623Z] ---> 91dd905c5f69 [2021-09-07T01:06:48.623Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-07T01:06:48.623Z] ---> Running in e2fa335c644a [2021-09-07T01:06:48.623Z] ---> Running in 1d759cab9f4b [2021-09-07T01:06:48.623Z] Removing intermediate container 47bac9b12629 [2021-09-07T01:06:48.623Z] ---> 656465594131 [2021-09-07T01:06:48.623Z] Step 14/24 : ENV APP_PORT=59882 [2021-09-07T01:06:48.623Z] ---> Running in 5f58a123c2b5 [2021-09-07T01:06:48.623Z] ---> Running in cfdd659410cc [2021-09-07T01:06:48.623Z] Removing intermediate container e2fa335c644a [2021-09-07T01:06:48.623Z] ---> b48170165f50 [2021-09-07T01:06:48.623Z] Step 14/22 : WORKDIR /edgex [2021-09-07T01:06:48.903Z] Removing intermediate container 5f58a123c2b5 [2021-09-07T01:06:48.903Z] ---> f1456c982365 [2021-09-07T01:06:48.903Z] Step 13/24 : ENV APP_PORT=59880 [2021-09-07T01:06:48.903Z] Removing intermediate container 1d759cab9f4b [2021-09-07T01:06:48.903Z] ---> 18d822a1befa [2021-09-07T01:06:48.903Z] Step 14/26 : WORKDIR / [2021-09-07T01:06:48.903Z] ---> Running in 6fbd6bde2f2c [2021-09-07T01:06:48.903Z] ---> Running in 7720da064321 [2021-09-07T01:06:48.903Z] Removing intermediate container cfdd659410cc [2021-09-07T01:06:48.903Z] ---> c75c6503ac3f [2021-09-07T01:06:48.903Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-07T01:06:48.903Z] ---> Running in 30f0277b0a65 [2021-09-07T01:06:48.903Z] ---> Running in 28a904527e55 [2021-09-07T01:06:48.903Z] Removing intermediate container 7720da064321 [2021-09-07T01:06:48.903Z] ---> 43798750013a [2021-09-07T01:06:48.903Z] Step 14/24 : EXPOSE $APP_PORT [2021-09-07T01:06:48.903Z] Removing intermediate container 6fbd6bde2f2c [2021-09-07T01:06:48.903Z] ---> 259ac4a33ad8 [2021-09-07T01:06:48.903Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-09-07T01:06:48.903Z] Removing intermediate container 28a904527e55 [2021-09-07T01:06:48.903Z] ---> 218346dde463 [2021-09-07T01:06:48.903Z] Step 16/24 : WORKDIR / [2021-09-07T01:06:48.903Z] ---> Running in 0b00cd410f90 [2021-09-07T01:06:49.173Z] Removing intermediate container 30f0277b0a65 [2021-09-07T01:06:49.173Z] ---> d72149da8648 [2021-09-07T01:06:49.173Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-09-07T01:06:49.173Z] ---> Running in 3c126415d9b9 [2021-09-07T01:06:49.173Z] Removing intermediate container 0b00cd410f90 [2021-09-07T01:06:49.173Z] ---> e4b9e29ef2f1 [2021-09-07T01:06:49.173Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:06:49.173Z] ---> 23f783723332 [2021-09-07T01:06:49.173Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-09-07T01:06:49.173Z] ---> 86e34e1ea5bc [2021-09-07T01:06:49.173Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-09-07T01:06:49.173Z] Removing intermediate container 3c126415d9b9 [2021-09-07T01:06:49.173Z] ---> 690dcfcbc132 [2021-09-07T01:06:49.173Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:06:49.173Z] ---> Running in c0d734cf8230 [2021-09-07T01:06:49.441Z] ---> b5b375fb5ace [2021-09-07T01:06:49.441Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-09-07T01:06:49.713Z] ---> ce46decafdc2 [2021-09-07T01:06:49.713Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-09-07T01:06:49.981Z] ---> 59849bd74ab0 [2021-09-07T01:06:49.981Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-09-07T01:06:49.981Z] ---> a13f89cbd0d4 [2021-09-07T01:06:49.981Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-09-07T01:06:50.251Z] ---> 6b6a31bfb427 [2021-09-07T01:06:50.251Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-09-07T01:06:50.525Z] ---> c52b118b6cd0 [2021-09-07T01:06:50.525Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-09-07T01:06:50.525Z] ---> a04c9ad23f80 [2021-09-07T01:06:50.526Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-09-07T01:06:50.526Z] Removing intermediate container c0d734cf8230 [2021-09-07T01:06:50.526Z] ---> f6ef658b6b7b [2021-09-07T01:06:50.526Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-09-07T01:06:50.526Z] ---> Running in 6e50e97c1cd7 [2021-09-07T01:06:50.526Z] ---> Running in d9c7d1f8066f [2021-09-07T01:06:50.526Z] ---> 263a3d65c3b1 [2021-09-07T01:06:50.526Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-09-07T01:06:50.794Z] ---> Running in 50abb27285d4 [2021-09-07T01:06:51.078Z] Removing intermediate container d9c7d1f8066f [2021-09-07T01:06:51.078Z] ---> 70352981c0f5 [2021-09-07T01:06:51.078Z] Step 19/22 : CMD ["--init=true"] [2021-09-07T01:06:51.078Z] ---> a7091d32e071 [2021-09-07T01:06:51.078Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-09-07T01:06:51.078Z] ---> Running in 2b257b964069 [2021-09-07T01:06:51.078Z] Removing intermediate container 50abb27285d4 [2021-09-07T01:06:51.078Z] ---> 83d41dc9f0d2 [2021-09-07T01:06:51.078Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:06:51.078Z] ---> Running in cdf201c198f9 [2021-09-07T01:06:51.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:51.349Z] Removing intermediate container 2b257b964069 [2021-09-07T01:06:51.349Z] ---> c567d5de3537 [2021-09-07T01:06:51.349Z] Step 20/22 : LABEL arch=x86_64 [2021-09-07T01:06:51.617Z] ---> Running in 3cea9f6281d9 [2021-09-07T01:06:51.617Z] Removing intermediate container cdf201c198f9 [2021-09-07T01:06:51.617Z] ---> f0cb02050191 [2021-09-07T01:06:51.617Z] Step 22/24 : LABEL arch=x86_64 [2021-09-07T01:06:51.617Z] ---> 48f41e8d3f61 [2021-09-07T01:06:51.617Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-09-07T01:06:51.617Z] ---> Running in 05b88f36a8b4 [2021-09-07T01:06:51.617Z] Removing intermediate container 3cea9f6281d9 [2021-09-07T01:06:51.617Z] ---> eb279b1b5019 [2021-09-07T01:06:51.617Z] Step 21/22 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:06:51.886Z] ---> Running in 9b9e79526e35 [2021-09-07T01:06:51.886Z] Removing intermediate container 05b88f36a8b4 [2021-09-07T01:06:51.886Z] ---> 2ba65eb723b6 [2021-09-07T01:06:51.886Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:06:51.886Z] ---> Running in b9101525f15c [2021-09-07T01:06:51.886Z] ---> 07a2260f4cb6 [2021-09-07T01:06:51.886Z] Step 22/26 : 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/ [2021-09-07T01:06:51.886Z] Removing intermediate container 9b9e79526e35 [2021-09-07T01:06:51.886Z] ---> 3850f2073dd1 [2021-09-07T01:06:51.886Z] Step 22/22 : LABEL version=0.0.0 [2021-09-07T01:06:51.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:51.886Z] ---> Running in cdc6e20b0db8 [2021-09-07T01:06:52.159Z] ---> Running in 683197c6e637 [2021-09-07T01:06:52.159Z] Removing intermediate container b9101525f15c [2021-09-07T01:06:52.159Z] ---> 20a8fce2843e [2021-09-07T01:06:52.159Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:06:52.159Z] ---> Running in 14049a9ddb78 [2021-09-07T01:06:52.159Z] Removing intermediate container 683197c6e637 [2021-09-07T01:06:52.159Z] ---> b6c3a227eaf1 [2021-09-07T01:06:52.159Z] [2021-09-07T01:06:52.439Z] Removing intermediate container 14049a9ddb78 [2021-09-07T01:06:52.439Z] ---> ea8f9a5c530a [2021-09-07T01:06:52.439Z] [2021-09-07T01:06:52.439Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-09-07T01:06:52.439Z] Successfully built b6c3a227eaf1 [2021-09-07T01:06:52.439Z] Successfully tagged security-proxy-setup:latest [2021-09-07T01:06:52.439Z] Successfully built ea8f9a5c530a [2021-09-07T01:06:52.439Z] Building core-metadata [2021-09-07T01:06:52.439Z] (2/6) Installing libgcc (9.3.0-r2) [2021-09-07T01:06:52.439Z]  Building security-proxy-setup ... done Successfully tagged core-command:latest [2021-09-07T01:06:52.439Z] Building support-notifications [2021-09-07T01:06:52.725Z]  Building core-command ... done (3/6) Installing libsodium (1.0.18-r0) [2021-09-07T01:06:52.725Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-09-07T01:06:53.691Z] (5/6) Installing libzmq (4.3.3-r0) [2021-09-07T01:06:53.963Z] (6/6) Installing zeromq (4.3.3-r0) [2021-09-07T01:06:53.963Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:06:53.963Z] OK: 8 MiB in 20 packages [2021-09-07T01:06:55.378Z] Removing intermediate container cdc6e20b0db8 [2021-09-07T01:06:55.378Z] ---> 98f4438580c9 [2021-09-07T01:06:55.378Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-09-07T01:06:56.341Z] ---> Running in 1bfb36403d1c [2021-09-07T01:06:56.341Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-09-07T01:06:56.341Z] Status: Downloaded newer image for docker:20.10.7 [2021-09-07T01:06:56.341Z] ---> 08bdaf2f88f9 [2021-09-07T01:06:56.341Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:06:56.611Z] ---> Running in 9707d7c288e1 [2021-09-07T01:06:56.611Z] Removing intermediate container 1bfb36403d1c [2021-09-07T01:06:56.611Z] ---> a538b54a8700 [2021-09-07T01:06:56.611Z] Step 24/26 : LABEL arch=x86_64 [2021-09-07T01:06:56.611Z] Removing intermediate container 6e50e97c1cd7 [2021-09-07T01:06:56.611Z] ---> 169662b1894c [2021-09-07T01:06:56.611Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:06:56.611Z] ---> Running in a2ecbe3c17e3 [2021-09-07T01:06:56.879Z] Removing intermediate container 9707d7c288e1 [2021-09-07T01:06:56.879Z] ---> 39deb9ecc924 [2021-09-07T01:06:56.879Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-09-07T01:06:56.879Z] ---> Running in 48121e07c2d2 [2021-09-07T01:06:56.879Z] Removing intermediate container a2ecbe3c17e3 [2021-09-07T01:06:56.879Z] ---> d5f2f6213c53 [2021-09-07T01:06:56.879Z] Step 25/26 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:06:57.149Z] ---> ab436f34459d [2021-09-07T01:06:57.149Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-09-07T01:06:57.149Z] ---> Running in 6edde943d5e6 [2021-09-07T01:06:57.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:57.747Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:06:57.747Z] Removing intermediate container 6edde943d5e6 [2021-09-07T01:06:57.747Z] ---> 854098c1c54c [2021-09-07T01:06:57.747Z] Step 26/26 : LABEL version=0.0.0 [2021-09-07T01:06:58.017Z] (1/39) Installing readline (8.1.0-r0) [2021-09-07T01:06:58.017Z] (2/39) Installing bash (5.1.0-r0) [2021-09-07T01:06:58.017Z] Executing bash-5.1.0-r0.post-install [2021-09-07T01:06:58.017Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-09-07T01:06:58.017Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-09-07T01:06:58.017Z] (5/39) Installing libcurl (7.78.0-r0) [2021-09-07T01:06:58.017Z] (6/39) Installing curl (7.78.0-r0) [2021-09-07T01:06:58.017Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-09-07T01:06:58.017Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-09-07T01:06:58.017Z] (9/39) Installing expat (2.2.10-r1) [2021-09-07T01:06:58.017Z] (10/39) Installing libffi (3.3-r2) [2021-09-07T01:06:58.017Z] (11/39) Installing gdbm (1.19-r0) [2021-09-07T01:06:58.017Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-09-07T01:06:58.017Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-09-07T01:06:58.017Z] (14/39) Installing python3 (3.8.10-r0) [2021-09-07T01:06:58.611Z] ---> 15f37f323f2f [2021-09-07T01:06:58.611Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-09-07T01:06:58.611Z] ---> Running in 5c65e76b54e8 [2021-09-07T01:06:58.611Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-09-07T01:06:58.611Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-09-07T01:06:58.611Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-09-07T01:06:58.611Z] (18/39) Installing py3-six (1.15.0-r0) [2021-09-07T01:06:58.876Z] (19/39) Installing py3-packaging (20.9-r0) [2021-09-07T01:06:59.157Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-09-07T01:06:59.157Z] Removing intermediate container 5c65e76b54e8 [2021-09-07T01:06:59.157Z] ---> 6c089fc3da68 [2021-09-07T01:06:59.157Z] [2021-09-07T01:06:59.434Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-09-07T01:06:59.434Z] (22/39) Installing py3-idna (3.1-r0) [2021-09-07T01:06:59.434Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-09-07T01:06:59.434Z] Successfully built 6c089fc3da68 [2021-09-07T01:06:59.707Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-09-07T01:06:59.707Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-09-07T01:06:59.977Z] Successfully tagged security-secretstore-setup:latest [2021-09-07T01:06:59.977Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2021-09-07T01:06:59.977Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-09-07T01:06:59.977Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-09-07T01:07:00.245Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-09-07T01:07:01.214Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-09-07T01:07:01.214Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-09-07T01:07:01.214Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-09-07T01:07:01.214Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-09-07T01:07:01.214Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-09-07T01:07:01.799Z] ---> 935327ba2cf6 [2021-09-07T01:07:01.799Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-09-07T01:07:01.799Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-09-07T01:07:01.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:07:01.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:07:01.799Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-09-07T01:07:02.070Z] (36/39) Installing py3-progress (1.5-r0) [2021-09-07T01:07:02.070Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-09-07T01:07:02.070Z] ---> 222e698d92cc [2021-09-07T01:07:02.070Z] Step 3/23 : WORKDIR /edgex-go [2021-09-07T01:07:02.336Z] ---> Using cache [2021-09-07T01:07:02.336Z] ---> 640a85c0c2bb [2021-09-07T01:07:02.336Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:07:02.336Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-09-07T01:07:02.336Z] ---> Using cache [2021-09-07T01:07:02.336Z] ---> 40fa65c9c5e0 [2021-09-07T01:07:02.336Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-09-07T01:07:02.603Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-09-07T01:07:03.576Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:07:03.576Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:07:03.576Z] ---> 222e698d92cc [2021-09-07T01:07:03.576Z] Step 3/32 : WORKDIR /edgex-go [2021-09-07T01:07:03.576Z] ---> Using cache [2021-09-07T01:07:03.576Z] ---> 640a85c0c2bb [2021-09-07T01:07:03.576Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:07:03.576Z] ---> Using cache [2021-09-07T01:07:03.576Z] ---> 40fa65c9c5e0 [2021-09-07T01:07:03.576Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-09-07T01:07:03.576Z] ---> Using cache [2021-09-07T01:07:03.576Z] ---> 8dfd616c5bc0 [2021-09-07T01:07:03.576Z] Step 6/32 : COPY go.mod . [2021-09-07T01:07:03.843Z] ---> Using cache [2021-09-07T01:07:03.843Z] ---> dc1ac87688f3 [2021-09-07T01:07:03.843Z] Step 7/32 : RUN go mod download [2021-09-07T01:07:03.843Z] ---> Using cache [2021-09-07T01:07:03.843Z] ---> f8ee29118b2a [2021-09-07T01:07:03.843Z] Step 8/32 : COPY . . [2021-09-07T01:07:03.843Z] ---> Using cache [2021-09-07T01:07:03.843Z] ---> 46e56b8f682b [2021-09-07T01:07:03.843Z] Step 9/32 : RUN go mod tidy [2021-09-07T01:07:03.843Z] ---> Using cache [2021-09-07T01:07:03.843Z] ---> 2704ff9cc2bc [2021-09-07T01:07:03.843Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-09-07T01:07:04.809Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:07:04.809Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:07:04.809Z] ---> 222e698d92cc [2021-09-07T01:07:04.809Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> 640a85c0c2bb [2021-09-07T01:07:04.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> 40fa65c9c5e0 [2021-09-07T01:07:04.809Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> 8dfd616c5bc0 [2021-09-07T01:07:04.809Z] Step 6/24 : COPY go.mod . [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> dc1ac87688f3 [2021-09-07T01:07:04.809Z] Step 7/24 : RUN go mod download [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> f8ee29118b2a [2021-09-07T01:07:04.809Z] Step 8/24 : COPY . . [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> 46e56b8f682b [2021-09-07T01:07:04.809Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:07:04.809Z] ---> Using cache [2021-09-07T01:07:04.809Z] ---> 2704ff9cc2bc [2021-09-07T01:07:04.809Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-09-07T01:07:04.809Z] ---> Running in 4c8330ad7d12 [2021-09-07T01:07:04.809Z] ---> Running in 80f8ebbc7fa8 [2021-09-07T01:07:04.809Z] ---> Running in 3f3a10e18c79 [2021-09-07T01:07:04.809Z] Executing busybox-1.32.1-r6.trigger [2021-09-07T01:07:04.809Z] OK: 82 MiB in 59 packages [2021-09-07T01:07:04.809Z] ---> Running in 7abb1017dd4f [2021-09-07T01:07:04.809Z] Removing intermediate container 3f3a10e18c79 [2021-09-07T01:07:04.809Z] ---> ca0e5ba12df9 [2021-09-07T01:07:04.809Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:07:04.809Z] ---> Running in c565872e7e6b [2021-09-07T01:07:05.077Z] Removing intermediate container c565872e7e6b [2021-09-07T01:07:05.077Z] ---> 061bcd3cba78 [2021-09-07T01:07:05.077Z] Step 22/24 : LABEL arch=x86_64 [2021-09-07T01:07:05.077Z] ---> Running in 6f1c8266ace7 [2021-09-07T01:07:05.350Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:07:05.617Z] Removing intermediate container 6f1c8266ace7 [2021-09-07T01:07:05.617Z] ---> ed60c30c2488 [2021-09-07T01:07:05.617Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:07:05.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-09-07T01:07:05.617Z] ---> Running in 264bb5dac2f8 [2021-09-07T01:07:05.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-09-07T01:07:05.889Z] Removing intermediate container 264bb5dac2f8 [2021-09-07T01:07:05.889Z] ---> 0e4cb99b22f3 [2021-09-07T01:07:05.889Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:07:05.889Z] ---> Running in d0db1d138731 [2021-09-07T01:07:06.165Z] Removing intermediate container d0db1d138731 [2021-09-07T01:07:06.165Z] ---> 92e238921fce [2021-09-07T01:07:06.165Z] [2021-09-07T01:07:06.447Z] Successfully built 92e238921fce [2021-09-07T01:07:06.447Z] Successfully tagged core-data:latest [2021-09-07T01:07:06.447Z] Building support-scheduler [2021-09-07T01:07:06.726Z]  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:07:06.726Z] Collecting docker-compose==1.23.2 [2021-09-07T01:07:06.726Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-09-07T01:07:07.008Z] Collecting websocket-client<1.0,>=0.32.0 [2021-09-07T01:07:07.008Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-09-07T01:07:07.008Z] Collecting dockerpty<0.5,>=0.4.1 [2021-09-07T01:07:07.008Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-09-07T01:07:07.300Z] OK: 219 MiB in 52 packages [2021-09-07T01:07:07.577Z] Collecting cached-property<2,>=1.2.0 [2021-09-07T01:07:07.577Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-09-07T01:07:07.577Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-09-07T01:07:07.859Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-09-07T01:07:07.859Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-09-07T01:07:08.135Z] Collecting jsonschema<3,>=2.5.1 [2021-09-07T01:07:08.135Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-09-07T01:07:08.135Z] Collecting PyYAML<4,>=3.10 [2021-09-07T01:07:08.135Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-09-07T01:07:09.134Z] Collecting docopt<0.7,>=0.6.1 [2021-09-07T01:07:09.134Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-09-07T01:07:09.414Z] Collecting docker<4.0,>=3.6.0 [2021-09-07T01:07:09.414Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-09-07T01:07:09.414Z] Collecting texttable<0.10,>=0.9.0 [2021-09-07T01:07:09.414Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-09-07T01:07:10.024Z] Collecting docker-pycreds>=0.4.0 [2021-09-07T01:07:10.024Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-09-07T01:07:10.024Z] Collecting certifi>=2017.4.17 [2021-09-07T01:07:10.024Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-09-07T01:07:10.024Z] Collecting urllib3<1.25,>=1.21.1 [2021-09-07T01:07:10.024Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-09-07T01:07:10.301Z] Collecting chardet<3.1.0,>=3.0.2 [2021-09-07T01:07:10.302Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-09-07T01:07:10.302Z] Collecting idna<2.8,>=2.5 [2021-09-07T01:07:10.302Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-09-07T01:07:10.302Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-09-07T01:07:10.302Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-09-07T01:07:10.302Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-09-07T01:07:10.302Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-09-07T01:07:10.570Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-09-07T01:07:10.570Z] Attempting uninstall: urllib3 [2021-09-07T01:07:10.570Z] Found existing installation: urllib3 1.26.2 [2021-09-07T01:07:10.570Z] Uninstalling urllib3-1.26.2: [2021-09-07T01:07:10.570Z] Successfully uninstalled urllib3-1.26.2 [2021-09-07T01:07:11.153Z] Removing intermediate container 4c8330ad7d12 [2021-09-07T01:07:11.153Z] ---> 102a1366b4ce [2021-09-07T01:07:11.153Z] Step 6/23 : COPY go.mod . [2021-09-07T01:07:11.154Z] Attempting uninstall: idna [2021-09-07T01:07:11.154Z] Found existing installation: idna 3.1 [2021-09-07T01:07:11.154Z] Uninstalling idna-3.1: [2021-09-07T01:07:11.154Z] Successfully uninstalled idna-3.1 [2021-09-07T01:07:11.633Z] ---> 5c1ef34c19e3 [2021-09-07T01:07:11.633Z] Step 7/23 : RUN go mod download [2021-09-07T01:07:11.633Z] Attempting uninstall: chardet [2021-09-07T01:07:11.633Z] Found existing installation: chardet 4.0.0 [2021-09-07T01:07:11.633Z] Uninstalling chardet-4.0.0: [2021-09-07T01:07:11.633Z] Successfully uninstalled chardet-4.0.0 [2021-09-07T01:07:11.633Z] ---> Running in 8e79c1ef6791 [2021-09-07T01:07:12.222Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:07:12.222Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:07:12.222Z] ---> 222e698d92cc [2021-09-07T01:07:12.222Z] Step 3/23 : WORKDIR /edgex-go [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> 640a85c0c2bb [2021-09-07T01:07:12.222Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> 40fa65c9c5e0 [2021-09-07T01:07:12.222Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> 8dfd616c5bc0 [2021-09-07T01:07:12.222Z] Step 6/23 : COPY go.mod . [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> dc1ac87688f3 [2021-09-07T01:07:12.222Z] Step 7/23 : RUN go mod download [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> f8ee29118b2a [2021-09-07T01:07:12.222Z] Step 8/23 : COPY . . [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> 46e56b8f682b [2021-09-07T01:07:12.222Z] Step 9/23 : RUN go mod tidy [2021-09-07T01:07:12.222Z] ---> Using cache [2021-09-07T01:07:12.222Z] ---> 2704ff9cc2bc [2021-09-07T01:07:12.222Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-09-07T01:07:12.222Z] ---> Running in eaa5831ea309 [2021-09-07T01:07:12.222Z] Attempting uninstall: requests [2021-09-07T01:07:12.222Z] Found existing installation: requests 2.25.1 [2021-09-07T01:07:12.222Z] Uninstalling requests-2.25.1: [2021-09-07T01:07:12.491Z] Successfully uninstalled requests-2.25.1 [2021-09-07T01:07:12.491Z] Running setup.py install for texttable: started [2021-09-07T01:07:12.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-09-07T01:07:13.348Z] Running setup.py install for texttable: finished with status 'done' [2021-09-07T01:07:13.348Z] Running setup.py install for PyYAML: started [2021-09-07T01:07:14.308Z] Removing intermediate container 8e79c1ef6791 [2021-09-07T01:07:14.308Z] ---> 9349d70df78c [2021-09-07T01:07:14.308Z] Step 8/23 : COPY . . [2021-09-07T01:07:14.576Z] Running setup.py install for PyYAML: finished with status 'done' [2021-09-07T01:07:14.576Z] Running setup.py install for docopt: started [2021-09-07T01:07:15.555Z] Running setup.py install for docopt: finished with status 'done' [2021-09-07T01:07:15.555Z] Running setup.py install for dockerpty: started [2021-09-07T01:07:16.524Z] Running setup.py install for dockerpty: finished with status 'done' [2021-09-07T01:07:18.034Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 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 [2021-09-07T01:07:21.489Z] ---> b5cc43616b60 [2021-09-07T01:07:21.489Z] Step 9/23 : RUN go mod tidy [2021-09-07T01:07:21.489Z] ---> Running in 1a0721f47cfc [2021-09-07T01:07:24.163Z] Removing intermediate container 48121e07c2d2 [2021-09-07T01:07:24.163Z] ---> 178ad2bd0a85 [2021-09-07T01:07:24.163Z] Step 15/24 : ENV APP_PORT=58890 [2021-09-07T01:07:24.163Z] ---> Running in 509e12f91aaa [2021-09-07T01:07:24.433Z] Removing intermediate container 509e12f91aaa [2021-09-07T01:07:24.433Z] ---> 9bafe271eed5 [2021-09-07T01:07:24.433Z] Step 16/24 : EXPOSE $APP_PORT [2021-09-07T01:07:24.433Z] Removing intermediate container 1a0721f47cfc [2021-09-07T01:07:24.433Z] ---> 732e19559fd7 [2021-09-07T01:07:24.433Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-09-07T01:07:24.433Z] ---> Running in dcde30f05fbc [2021-09-07T01:07:24.433Z] ---> Running in bc6c1a8766bb [2021-09-07T01:07:24.700Z] Removing intermediate container dcde30f05fbc [2021-09-07T01:07:24.700Z] ---> ef3467643935 [2021-09-07T01:07:24.700Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-09-07T01:07:25.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-09-07T01:07:25.305Z] ---> f8d6eb62c560 [2021-09-07T01:07:25.305Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-09-07T01:07:25.586Z] ---> 7e398c34b0f1 [2021-09-07T01:07:25.586Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-09-07T01:07:26.197Z] ---> 9f0146c83c17 [2021-09-07T01:07:26.197Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-09-07T01:07:26.197Z] ---> Running in 177993ac87d0 [2021-09-07T01:07:26.197Z] Removing intermediate container 177993ac87d0 [2021-09-07T01:07:26.197Z] ---> 4da42f04dd53 [2021-09-07T01:07:26.197Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:07:26.197Z] ---> Running in 078def2e30fe [2021-09-07T01:07:26.794Z] Removing intermediate container 078def2e30fe [2021-09-07T01:07:26.794Z] ---> e8363ead81b4 [2021-09-07T01:07:26.794Z] Step 22/24 : LABEL arch=x86_64 [2021-09-07T01:07:26.794Z] ---> Running in 9043724beea3 [2021-09-07T01:07:26.794Z] Removing intermediate container 9043724beea3 [2021-09-07T01:07:26.794Z] ---> a8d7857aabf9 [2021-09-07T01:07:26.794Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:07:26.794Z] ---> Running in 6033c9069afd [2021-09-07T01:07:27.068Z] Removing intermediate container 6033c9069afd [2021-09-07T01:07:27.068Z] ---> 8d2c670fd89d [2021-09-07T01:07:27.068Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:07:27.068Z] ---> Running in 1f082ac923f0 [2021-09-07T01:07:27.068Z] Removing intermediate container 1f082ac923f0 [2021-09-07T01:07:27.068Z] ---> 44a5628750b1 [2021-09-07T01:07:27.068Z] [2021-09-07T01:07:27.346Z] Successfully built 44a5628750b1 [2021-09-07T01:07:27.346Z] Successfully tagged sys-mgmt-agent:latest [2021-09-07T01:07:42.411Z]  Building sys-mgmt-agent ... done Removing intermediate container 80f8ebbc7fa8 [2021-09-07T01:07:42.411Z] ---> a67e4dc4eae6 [2021-09-07T01:07:42.411Z] [2021-09-07T01:07:42.411Z] Step 11/32 : FROM alpine:3.12 [2021-09-07T01:07:42.411Z] ---> 48b8ec4ed9eb [2021-09-07T01:07:42.411Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-09-07T01:07:42.411Z] ---> Running in d42d810fd62e [2021-09-07T01:07:42.411Z] Removing intermediate container d42d810fd62e [2021-09-07T01:07:42.411Z] ---> fd778b188374 [2021-09-07T01:07:42.411Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-09-07T01:07:42.411Z] ---> Running in cd912e85a8d2 [2021-09-07T01:07:42.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:07:42.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:07:42.411Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-09-07T01:07:42.411Z] (2/2) Installing su-exec (0.2-r1) [2021-09-07T01:07:42.411Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:07:42.411Z] OK: 6 MiB in 16 packages [2021-09-07T01:07:42.411Z] Removing intermediate container 7abb1017dd4f [2021-09-07T01:07:42.411Z] ---> 1086a25c4e01 [2021-09-07T01:07:42.411Z] [2021-09-07T01:07:42.411Z] Step 11/24 : FROM alpine:3.12 [2021-09-07T01:07:42.411Z] ---> 48b8ec4ed9eb [2021-09-07T01:07:42.411Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-07T01:07:42.411Z] ---> Using cache [2021-09-07T01:07:42.411Z] ---> ca0a102f119e [2021-09-07T01:07:42.411Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:07:42.411Z] ---> Using cache [2021-09-07T01:07:42.411Z] ---> 656465594131 [2021-09-07T01:07:42.411Z] Step 14/24 : ENV APP_PORT=59881 [2021-09-07T01:07:42.411Z] ---> Running in 9b43e2449933 [2021-09-07T01:07:42.685Z] Removing intermediate container cd912e85a8d2 [2021-09-07T01:07:42.685Z] ---> 796c265706bc [2021-09-07T01:07:42.685Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-09-07T01:07:42.685Z] Removing intermediate container 9b43e2449933 [2021-09-07T01:07:42.685Z] ---> 2547643092fb [2021-09-07T01:07:42.685Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-07T01:07:42.685Z] ---> Running in 9deeac526fa7 [2021-09-07T01:07:42.685Z] ---> Running in 9679bcab79c9 [2021-09-07T01:07:42.957Z] Removing intermediate container 9deeac526fa7 [2021-09-07T01:07:42.957Z] ---> b6a717433ea9 [2021-09-07T01:07:42.957Z] Step 16/24 : WORKDIR / [2021-09-07T01:07:42.957Z] Removing intermediate container 9679bcab79c9 [2021-09-07T01:07:42.957Z] ---> e62e37bfcbdd [2021-09-07T01:07:42.957Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-09-07T01:07:42.957Z] ---> Running in 9811944424c1 [2021-09-07T01:07:42.957Z] ---> Running in e95f67467bad [2021-09-07T01:07:43.238Z] Removing intermediate container 9811944424c1 [2021-09-07T01:07:43.238Z] ---> 14693e0ea4d4 [2021-09-07T01:07:43.238Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:07:43.238Z] Removing intermediate container e95f67467bad [2021-09-07T01:07:43.238Z] ---> 6cf3084b279e [2021-09-07T01:07:43.238Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-09-07T01:07:43.238Z] ---> Running in d8f8e26b6aa9 [2021-09-07T01:07:43.513Z] ---> 292e0f22bfdf [2021-09-07T01:07:43.513Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-09-07T01:07:44.114Z] ---> 8b6a44082ddc [2021-09-07T01:07:44.114Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-09-07T01:07:44.399Z] ---> d5421515d900 [2021-09-07T01:07:44.399Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-09-07T01:07:44.399Z] ---> Running in 684673c0ce4f [2021-09-07T01:07:44.668Z] Removing intermediate container d8f8e26b6aa9 [2021-09-07T01:07:44.668Z] ---> cf46e1697b84 [2021-09-07T01:07:44.668Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-09-07T01:07:44.668Z] ---> Running in ef1f7bb07c83 [2021-09-07T01:07:44.668Z] Removing intermediate container 684673c0ce4f [2021-09-07T01:07:44.668Z] ---> cd298d4cc28c [2021-09-07T01:07:44.668Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:07:44.668Z] ---> Running in 3d1b4b31f064 [2021-09-07T01:07:44.936Z] Removing intermediate container ef1f7bb07c83 [2021-09-07T01:07:44.936Z] ---> b358118abbd9 [2021-09-07T01:07:44.936Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-09-07T01:07:44.936Z] Removing intermediate container 3d1b4b31f064 [2021-09-07T01:07:44.936Z] ---> 7b0c43b6e170 [2021-09-07T01:07:44.936Z] Step 22/24 : LABEL arch=x86_64 [2021-09-07T01:07:44.936Z] ---> Running in b453be9fe01c [2021-09-07T01:07:45.206Z] Removing intermediate container b453be9fe01c [2021-09-07T01:07:45.206Z] ---> f1b3158ae64f [2021-09-07T01:07:45.206Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:07:45.206Z] ---> Running in fa5c64c657cc [2021-09-07T01:07:45.206Z] ---> 38bc0b60760d [2021-09-07T01:07:45.206Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-09-07T01:07:45.206Z] ---> Running in 68c5accbca4b [2021-09-07T01:07:45.206Z] Removing intermediate container fa5c64c657cc [2021-09-07T01:07:45.206Z] ---> cd1ecbc25410 [2021-09-07T01:07:45.206Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:07:45.473Z] ---> Running in 30f0821ba477 [2021-09-07T01:07:45.473Z] Removing intermediate container 30f0821ba477 [2021-09-07T01:07:45.473Z] ---> 6a98815f0ba5 [2021-09-07T01:07:45.473Z] [2021-09-07T01:07:45.739Z] Successfully built 6a98815f0ba5 [2021-09-07T01:07:45.739Z] Successfully tagged core-metadata:latest [2021-09-07T01:07:46.343Z]  Building core-metadata ... done Removing intermediate container 68c5accbca4b [2021-09-07T01:07:46.343Z] ---> 598d12c78828 [2021-09-07T01:07:46.343Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:07:47.334Z] ---> 5d13ea5b8a70 [2021-09-07T01:07:47.334Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-09-07T01:07:47.334Z] Removing intermediate container eaa5831ea309 [2021-09-07T01:07:47.334Z] ---> a6fa78e26664 [2021-09-07T01:07:47.334Z] [2021-09-07T01:07:47.334Z] Step 11/23 : FROM alpine:3.12 [2021-09-07T01:07:47.334Z] ---> 48b8ec4ed9eb [2021-09-07T01:07:47.334Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-09-07T01:07:47.334Z] ---> Using cache [2021-09-07T01:07:47.334Z] ---> ca0a102f119e [2021-09-07T01:07:47.334Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:07:47.334Z] ---> Using cache [2021-09-07T01:07:47.334Z] ---> 656465594131 [2021-09-07T01:07:47.334Z] Step 14/23 : ENV APP_PORT=59861 [2021-09-07T01:07:47.602Z] ---> Running in 723caad0708a [2021-09-07T01:07:47.602Z] ---> 3ebccba1246f [2021-09-07T01:07:47.602Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-09-07T01:07:47.602Z] Removing intermediate container 723caad0708a [2021-09-07T01:07:47.602Z] ---> ad2a9b8fce94 [2021-09-07T01:07:47.602Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-07T01:07:47.883Z] ---> Running in a8ef2088176b [2021-09-07T01:07:47.883Z] ---> 243d66249e8f [2021-09-07T01:07:47.883Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-09-07T01:07:47.883Z] Removing intermediate container a8ef2088176b [2021-09-07T01:07:47.883Z] ---> d368816ed09c [2021-09-07T01:07:47.883Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:07:48.171Z] ---> 40292c246ab3 [2021-09-07T01:07:48.171Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-09-07T01:07:48.171Z] ---> 4bd29ba6ffbb [2021-09-07T01:07:48.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-09-07T01:07:48.452Z] ---> 4df2a01923f0 [2021-09-07T01:07:48.452Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-09-07T01:07:48.733Z] ---> fcedbdcbcb20 [2021-09-07T01:07:48.733Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-09-07T01:07:48.733Z] ---> Running in 081a4492fbd4 [2021-09-07T01:07:49.015Z] ---> 33a7eeb3b3d8 [2021-09-07T01:07:49.015Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-09-07T01:07:49.015Z] Removing intermediate container 081a4492fbd4 [2021-09-07T01:07:49.015Z] ---> e80c397b45e7 [2021-09-07T01:07:49.015Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-09-07T01:07:49.015Z] ---> Running in 58962de5e9ec [2021-09-07T01:07:49.291Z] Removing intermediate container 58962de5e9ec [2021-09-07T01:07:49.291Z] ---> 9ccb341a3a06 [2021-09-07T01:07:49.291Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:07:49.291Z] ---> Running in cf7bad69f309 [2021-09-07T01:07:49.291Z] ---> b80fbf3ac65e [2021-09-07T01:07:49.291Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-09-07T01:07:49.562Z] ---> Running in 26f6e114a66c [2021-09-07T01:07:49.562Z] Removing intermediate container cf7bad69f309 [2021-09-07T01:07:49.562Z] ---> 46db10dc3216 [2021-09-07T01:07:49.562Z] Step 21/23 : LABEL arch=x86_64 [2021-09-07T01:07:49.562Z] ---> Running in 7137d426bbbc [2021-09-07T01:07:49.562Z] Removing intermediate container 7137d426bbbc [2021-09-07T01:07:49.562Z] ---> c141695f80f9 [2021-09-07T01:07:49.562Z] Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:07:49.830Z] ---> Running in c07cf4fd66ed [2021-09-07T01:07:49.830Z] Removing intermediate container c07cf4fd66ed [2021-09-07T01:07:49.830Z] ---> ef3a2229645b [2021-09-07T01:07:49.830Z] Step 23/23 : LABEL version=0.0.0 [2021-09-07T01:07:50.098Z] ---> Running in 8cb7d7291921 [2021-09-07T01:07:50.098Z] Removing intermediate container 8cb7d7291921 [2021-09-07T01:07:50.098Z] ---> c6896f8d8e74 [2021-09-07T01:07:50.098Z] [2021-09-07T01:07:50.098Z] Successfully built c6896f8d8e74 [2021-09-07T01:07:50.098Z] Successfully tagged support-scheduler:latest [2021-09-07T01:07:50.098Z]  Building support-scheduler ... done Removing intermediate container 26f6e114a66c [2021-09-07T01:07:50.098Z] ---> 55fbf8b09c3b [2021-09-07T01:07:50.098Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-09-07T01:07:50.367Z] ---> Running in 520abb87085c [2021-09-07T01:07:50.634Z] Removing intermediate container 520abb87085c [2021-09-07T01:07:50.634Z] ---> bea6a7c44bb1 [2021-09-07T01:07:50.634Z] Step 29/32 : CMD ["gate"] [2021-09-07T01:07:50.902Z] Removing intermediate container bc6c1a8766bb [2021-09-07T01:07:50.902Z] ---> 91b6dab3ab3e [2021-09-07T01:07:50.902Z] [2021-09-07T01:07:50.902Z] Step 11/23 : FROM alpine:3.12 [2021-09-07T01:07:50.902Z] ---> 48b8ec4ed9eb [2021-09-07T01:07:50.902Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-09-07T01:07:50.902Z] ---> Running in aaf8d381efcc [2021-09-07T01:07:50.902Z] ---> Running in 337bef0eeed8 [2021-09-07T01:07:51.170Z] Removing intermediate container aaf8d381efcc [2021-09-07T01:07:51.170Z] ---> cdd642b4e554 [2021-09-07T01:07:51.170Z] Step 30/32 : LABEL arch=x86_64 [2021-09-07T01:07:51.170Z] ---> Running in cfd6d2f911b0 [2021-09-07T01:07:51.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-09-07T01:07:51.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-09-07T01:07:51.439Z] Removing intermediate container cfd6d2f911b0 [2021-09-07T01:07:51.439Z] ---> c2b6340db808 [2021-09-07T01:07:51.439Z] Step 31/32 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:07:51.439Z] ---> Running in 64ef97a9b1c1 [2021-09-07T01:07:51.439Z] (1/2) Installing ca-certificates (20191127-r4) [2021-09-07T01:07:51.439Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-09-07T01:07:51.439Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:07:51.439Z] Executing ca-certificates-20191127-r4.trigger [2021-09-07T01:07:51.439Z] OK: 6 MiB in 16 packages [2021-09-07T01:07:51.439Z] Removing intermediate container 64ef97a9b1c1 [2021-09-07T01:07:51.439Z] ---> 8d411f29c469 [2021-09-07T01:07:51.439Z] Step 32/32 : LABEL version=0.0.0 [2021-09-07T01:07:51.712Z] ---> Running in c1f05996007d [2021-09-07T01:07:51.712Z] Removing intermediate container c1f05996007d [2021-09-07T01:07:51.712Z] ---> a40f839ffaa1 [2021-09-07T01:07:51.712Z] [2021-09-07T01:07:51.981Z] Successfully built a40f839ffaa1 [2021-09-07T01:07:51.981Z] Successfully tagged security-bootstrapper:latest [2021-09-07T01:07:51.981Z]  Building security-bootstrapper ... done Removing intermediate container 337bef0eeed8 [2021-09-07T01:07:51.981Z] ---> 92d1725e9dcc [2021-09-07T01:07:51.981Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:07:51.981Z] ---> Running in e4921671e303 [2021-09-07T01:07:51.981Z] Removing intermediate container e4921671e303 [2021-09-07T01:07:51.981Z] ---> e223a1b23c76 [2021-09-07T01:07:51.981Z] Step 14/23 : ENV APP_PORT=59860 [2021-09-07T01:07:51.981Z] ---> Running in 9a4fee0b7188 [2021-09-07T01:07:52.246Z] Removing intermediate container 9a4fee0b7188 [2021-09-07T01:07:52.246Z] ---> 97e61202952b [2021-09-07T01:07:52.246Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-07T01:07:52.246Z] ---> Running in cc1d6e4674bd [2021-09-07T01:07:52.246Z] Removing intermediate container cc1d6e4674bd [2021-09-07T01:07:52.246Z] ---> 0c31c6701ae7 [2021-09-07T01:07:52.246Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:07:52.513Z] ---> a8603c656f6c [2021-09-07T01:07:52.513Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-09-07T01:07:52.780Z] ---> 945b96b1614c [2021-09-07T01:07:52.780Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-09-07T01:07:52.780Z] ---> da59ec7f6030 [2021-09-07T01:07:52.780Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-09-07T01:07:53.051Z] ---> Running in cb5b2e018e74 [2021-09-07T01:07:53.051Z] Removing intermediate container cb5b2e018e74 [2021-09-07T01:07:53.051Z] ---> 9fb48a145416 [2021-09-07T01:07:53.051Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:07:53.051Z] ---> Running in 1cd56c2619f8 [2021-09-07T01:07:53.051Z] Removing intermediate container 1cd56c2619f8 [2021-09-07T01:07:53.051Z] ---> 362791cfc420 [2021-09-07T01:07:53.051Z] Step 21/23 : LABEL arch=x86_64 [2021-09-07T01:07:53.051Z] ---> Running in 2736bdbfb425 [2021-09-07T01:07:53.322Z] Removing intermediate container 2736bdbfb425 [2021-09-07T01:07:53.322Z] ---> 4aecccf133ad [2021-09-07T01:07:53.322Z] Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:07:53.322Z] ---> Running in 1cbe6194bf35 [2021-09-07T01:07:53.322Z] Removing intermediate container 1cbe6194bf35 [2021-09-07T01:07:53.322Z] ---> d178ff0a91cc [2021-09-07T01:07:53.322Z] Step 23/23 : LABEL version=0.0.0 [2021-09-07T01:07:53.322Z] ---> Running in dcd182f1a9b1 [2021-09-07T01:07:53.588Z] Removing intermediate container dcd182f1a9b1 [2021-09-07T01:07:53.588Z] ---> 045a531c8f4c [2021-09-07T01:07:53.588Z] [2021-09-07T01:07:53.588Z] Successfully built 045a531c8f4c [2021-09-07T01:07:53.588Z] Successfully tagged support-notifications:latest [2021-09-07T01:07:53.599Z]  Building support-notifications ... done  [Pipeline] } [2021-09-07T01:07:53.603Z] $ docker stop --time=1 b71bc628ce69b3400c38d9dbb8eeaf88a29cba6d6c0507ab506fafa3aed1799a [2021-09-07T01:07:54.878Z] $ docker rm -f b71bc628ce69b3400c38d9dbb8eeaf88a29cba6d6c0507ab506fafa3aed1799a [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-07T01:07:55.278Z] + docker images [2021-09-07T01:07:55.278Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-07T01:07:55.278Z] support-notifications latest 045a531c8f4c 2 seconds ago 16.8MB [2021-09-07T01:07:55.278Z] security-bootstrapper latest a40f839ffaa1 4 seconds ago 18.8MB [2021-09-07T01:07:55.278Z] 91b6dab3ab3e 5 seconds ago 1.75GB [2021-09-07T01:07:55.278Z] support-scheduler latest c6896f8d8e74 6 seconds ago 16.1MB [2021-09-07T01:07:55.278Z] a6fa78e26664 8 seconds ago 1.75GB [2021-09-07T01:07:55.278Z] core-metadata latest 6a98815f0ba5 10 seconds ago 16.7MB [2021-09-07T01:07:55.278Z] 1086a25c4e01 14 seconds ago 1.76GB [2021-09-07T01:07:55.278Z] a67e4dc4eae6 16 seconds ago 1.75GB [2021-09-07T01:07:55.278Z] sys-mgmt-agent latest 44a5628750b1 29 seconds ago 325MB [2021-09-07T01:07:55.278Z] core-data latest 92e238921fce 50 seconds ago 20.4MB [2021-09-07T01:07:55.278Z] security-secretstore-setup latest 6c089fc3da68 57 seconds ago 28.1MB [2021-09-07T01:07:55.278Z] core-command latest ea8f9a5c530a About a minute ago 16MB [2021-09-07T01:07:55.278Z] security-proxy-setup latest b6c3a227eaf1 About a minute ago 25.9MB [2021-09-07T01:07:55.278Z] 4defe5eeab66 About a minute ago 1.76GB [2021-09-07T01:07:55.278Z] 7bcc4444d33a About a minute ago 1.76GB [2021-09-07T01:07:55.278Z] 3d5f2a649b35 About a minute ago 1.76GB [2021-09-07T01:07:55.278Z] 7002a4d4025f About a minute ago 1.75GB [2021-09-07T01:07:55.278Z] 895d6ff85687 About a minute ago 1.75GB [2021-09-07T01:07:55.278Z] ci-base-image-x86_64 latest 222e698d92cc 5 minutes ago 1.25GB [2021-09-07T01:07:55.278Z] alpine 3.12 48b8ec4ed9eb 6 days ago 5.58MB [2021-09-07T01:07:55.278Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 2 weeks ago 37.5MB [2021-09-07T01:07:55.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 4 weeks ago 547MB [2021-09-07T01:07:55.278Z] docker 20.10.7 08bdaf2f88f9 3 months ago 246MB [2021-09-07T01:07:55.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 14 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 [2021-09-07T01:08:10.749Z] Still waiting to schedule task [2021-09-07T01:08:10.749Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-09-07T01:08:14.379Z] Removing intermediate container 8052b2e5e8eb [2021-09-07T01:08:14.379Z] ---> 92d3767a3ab8 [2021-09-07T01:08:14.379Z] Successfully built 92d3767a3ab8 [2021-09-07T01:08:14.379Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:08:14.734Z] + docker inspect -f . ci-base-image-arm64 [2021-09-07T01:08:14.734Z] . [Pipeline] withDockerContainer [2021-09-07T01:08:14.982Z] prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container [2021-09-07T01:08:15.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-09-07T01:08:16.914Z] $ docker top 9f868f34c206ef1c611f9070a0d472df6ed871dbd206b4ad85b99a6ee550c23e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:08:17.865Z] + go version [2021-09-07T01:08:17.865Z] go version go1.16.6 linux/arm64 [Pipeline] } [2021-09-07T01:08:17.890Z] $ docker stop --time=1 9f868f34c206ef1c611f9070a0d472df6ed871dbd206b4ad85b99a6ee550c23e [2021-09-07T01:08:19.826Z] $ docker rm -f 9f868f34c206ef1c611f9070a0d472df6ed871dbd206b4ad85b99a6ee550c23e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:08:20.670Z] + docker inspect -f . ci-base-image-arm64 [2021-09-07T01:08:20.670Z] . [Pipeline] withDockerContainer [2021-09-07T01:08:20.944Z] prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container [2021-09-07T01:08:21.032Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat [2021-09-07T01:08:22.575Z] $ docker top 7fd6715e3e4e2202d2bc1314b663ab89d07f663a8b7b5667ee313a723ca512d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-09-07T01:08:22.862Z] ========================================================= [2021-09-07T01:08:22.862Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-09-07T01:08:22.862Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-09-07T01:08:23.522Z] + go mod tidy [Pipeline] sh [2021-09-07T01:08:25.161Z] + make test [2021-09-07T01:08:25.161Z] 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 [2021-09-07T01:08:25.161Z] go mod tidy [2021-09-07T01:08:25.761Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-09-07T01:08:52.606Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-09-07T01:09:22.633Z] Running on prd-ubuntu18.04-docker-8c-8g-1494 in /w/workspace/edgexfoundry_edgex-go_PR-3697 [Pipeline] { [Pipeline] ws [2021-09-07T01:09:22.652Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-09-07T01:09:22.787Z] The recommended git tool is: git [2021-09-07T01:09:25.432Z] using credential edgex-jenkins-ssh [2021-09-07T01:09:25.446Z] Cloning the remote Git repository [2021-09-07T01:09:25.466Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-09-07T01:09:25.540Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-09-07T01:09:25.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-07T01:09:25.586Z] > git --version # timeout=10 [2021-09-07T01:09:25.595Z] > git --version # 'git version 2.17.1' [2021-09-07T01:09:25.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-07T01:09:25.632Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-07T01:09:38.578Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-07T01:09:38.584Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-09-07T01:09:38.594Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-09-07T01:09:38.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-09-07T01:09:38.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-07T01:09:38.612Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3697/head:refs/remotes/origin/PR-3697 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-09-07T01:09:39.093Z] Merging remotes/origin/main commit 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 into PR head commit a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:09:39.210Z] Merge succeeded, producing a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:09:39.211Z] Checking out Revision a163396c5fcb06ca26f267f77dcd4715c866de00 (PR-3697) [2021-09-07T01:09:39.097Z] > git config core.sparsecheckout # timeout=10 [2021-09-07T01:09:39.102Z] > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 [2021-09-07T01:09:39.172Z] > git remote # timeout=10 [2021-09-07T01:09:39.179Z] > git config --get remote.origin.url # timeout=10 [2021-09-07T01:09:39.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-09-07T01:09:39.187Z] > git merge 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 # timeout=10 [2021-09-07T01:09:39.197Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-07T01:09:39.208Z] > git config core.sparsecheckout # timeout=10 [2021-09-07T01:09:39.223Z] > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 [2021-09-07T01:09:42.971Z] Commit message: "build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:09:43.870Z] + echo snap-build.sh [2021-09-07T01:09:43.870Z] snap-build.sh [2021-09-07T01:09:43.870Z] + SNAP_BASE_DIR=. [2021-09-07T01:09:43.870Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-09-07T01:09:43.870Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-09-07T01:09:43.870Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-09-07T01:09:43.870Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-09-07T01:09:43.870Z] + cd /w/workspace/edgex-go/4 [2021-09-07T01:09:43.870Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-09-07T01:09:43.870Z] Reading package lists... [2021-09-07T01:09:43.870Z] Building dependency tree... [2021-09-07T01:09:43.870Z] Reading state information... [2021-09-07T01:09:43.870Z] The following packages were automatically installed and are no longer required: [2021-09-07T01:09:43.870Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-09-07T01:09:43.870Z] uidmap xdelta3 [2021-09-07T01:09:43.870Z] Use 'sudo apt autoremove' to remove them. [2021-09-07T01:09:43.870Z] The following packages will be REMOVED: [2021-09-07T01:09:43.870Z] lxd* lxd-client* [2021-09-07T01:09:44.139Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-09-07T01:09:44.139Z] After this operation, 31.7 MB disk space will be freed. [2021-09-07T01:09:44.674Z] (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 ... 190317 files and directories currently installed.) [2021-09-07T01:09:44.674Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-09-07T01:09:45.631Z] Removing lxd dnsmasq configuration [2021-09-07T01:09:45.631Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-09-07T01:09:45.631Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-09-07T01:09:46.591Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-09-07T01:09:46.591Z] (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 ... 190142 files and directories currently installed.) [2021-09-07T01:09:46.591Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-09-07T01:09:48.004Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-09-07T01:09:48.004Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-09-07T01:09:48.589Z] + sudo snap remove --purge lxd [2021-09-07T01:09:48.589Z] snap "lxd" is not installed [2021-09-07T01:09:48.589Z] + sudo groupadd --force --system lxd [2021-09-07T01:09:48.589Z] ++ whoami [2021-09-07T01:09:48.589Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-09-07T01:09:48.589Z] + newgrp - lxd [2021-09-07T01:09:48.589Z] + sudo snap install lxd [2021-09-07T01:09:49.804Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-09-07T01:09:56.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-09-07T01:09:56.843Z] 2021-09-07T01:09:54Z INFO Waiting for automatic snapd restart... [2021-09-07T01:09:57.554Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-09-07T01:09:58.158Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-09-07T01:10:09.186Z] lxd 4.18 from Canonical* installed [2021-09-07T01:10:09.186Z] + sudo lxd init --auto [2021-09-07T01:10:10.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-09-07T01:10:10.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-09-07T01:10:10.655Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-09-07T01:10:10.655Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-09-07T01:10:10.655Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-09-07T01:10:11.651Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-09-07T01:10:12.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-09-07T01:10:12.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-09-07T01:10:12.746Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-09-07T01:10:12.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-09-07T01:10:17.225Z] + sudo snap install --classic snapcraft [2021-09-07T01:10:22.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.174s coverage: 28.7% of statements [2021-09-07T01:10:22.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-09-07T01:10:22.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-09-07T01:10:25.429Z] snapcraft 5.0 from Canonical* installed [2021-09-07T01:10:25.430Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-09-07T01:10:25.430Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-09-07T01:10:25.430Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-07T01:10:25.430Z] Dload Upload Total Spent Left Speed [2021-09-07T01:10:26.313Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 627 100 627 0 0 380 0 0:00:01 0:00:01 --:--:-- 380 [2021-09-07T01:10:27.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.312s coverage: 100.0% of statements [2021-09-07T01:10:27.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-09-07T01:10:27.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.352s coverage: 46.3% of statements [2021-09-07T01:10:27.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-09-07T01:10:27.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-09-07T01:10:29.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.756s coverage: 90.1% of statements [2021-09-07T01:10:29.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-09-07T01:10:29.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:10:30.046Z] 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 100 3325k 100 3325k 0 0 641k 0 0:00:05 0:00:05 --:--:-- 1642k [2021-09-07T01:10:30.046Z] ./yq_linux_amd64 [2021-09-07T01:10:30.046Z] + sudo snapcraft prime --use-lxd [2021-09-07T01:10:32.229Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-09-07T01:10:32.229Z] 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: [2021-09-07T01:10:32.229Z] - README.md [2021-09-07T01:10:32.229Z] [2021-09-07T01:10:32.229Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-09-07T01:10:32.229Z] Launching a container. [2021-09-07T01:10:32.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.309s coverage: 81.2% of statements [2021-09-07T01:10:32.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-09-07T01:10:32.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-09-07T01:10:32.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-09-07T01:10:32.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-09-07T01:10:32.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-09-07T01:10:39.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.667s coverage: 94.2% of statements [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:10:39.243Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.232s coverage: 59.1% of statements [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-09-07T01:10:39.243Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.249s coverage: 60.0% of statements [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-09-07T01:10:39.243Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-09-07T01:10:39.244Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.371s coverage: 0.8% of statements [2021-09-07T01:10:39.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-09-07T01:10:39.244Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.217s coverage: 58.8% of statements [2021-09-07T01:10:39.244Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.308s coverage: 21.7% of statements [2021-09-07T01:10:39.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-09-07T01:10:39.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.339s coverage: 47.1% of statements [2021-09-07T01:10:40.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.257s coverage: 79.5% of statements [2021-09-07T01:10:40.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.185s coverage: 94.1% of statements [2021-09-07T01:10:40.617Z] Waiting for container to be ready [2021-09-07T01:10:40.617Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-09-07T01:10:40.617Z] [2021-09-07T01:10:41.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.378s coverage: 96.3% of statements [2021-09-07T01:10:41.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.253s coverage: 87.5% of statements [2021-09-07T01:10:43.278Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-09-07T01:10:43.560Z] Waiting for network to be ready... [2021-09-07T01:10:43.838Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-09-07T01:10:44.118Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] [2021-09-07T01:10:44.119Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-09-07T01:10:44.119Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-09-07T01:10:44.119Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-09-07T01:10:44.119Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-09-07T01:10:44.119Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-09-07T01:10:44.119Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-09-07T01:10:44.119Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] [2021-09-07T01:10:44.119Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] [2021-09-07T01:10:44.734Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-09-07T01:10:44.734Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-09-07T01:10:45.019Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-09-07T01:10:45.305Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-09-07T01:10:45.305Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-09-07T01:10:45.305Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-09-07T01:10:45.305Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-09-07T01:10:45.305Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-09-07T01:10:45.916Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-09-07T01:10:45.916Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] [2021-09-07T01:10:46.204Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-09-07T01:10:46.204Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-09-07T01:10:46.204Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-09-07T01:10:46.204Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-09-07T01:10:46.204Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-09-07T01:10:46.204Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] [2021-09-07T01:10:46.487Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] [2021-09-07T01:10:48.505Z] Fetched 25.1 MB in 5s (5552 kB/s) [2021-09-07T01:10:49.111Z] Reading package lists... [2021-09-07T01:10:49.393Z] Reading package lists... [2021-09-07T01:10:49.671Z] Building dependency tree... [2021-09-07T01:10:49.671Z] Reading state information... [2021-09-07T01:10:49.671Z] The following additional packages will be installed: [2021-09-07T01:10:49.671Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-09-07T01:10:49.671Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-09-07T01:10:49.671Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-09-07T01:10:49.671Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-09-07T01:10:49.671Z] Suggested packages: [2021-09-07T01:10:49.671Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-09-07T01:10:49.671Z] Recommended packages: [2021-09-07T01:10:49.671Z] gnupg libsasl2-modules [2021-09-07T01:10:49.671Z] The following NEW packages will be installed: [2021-09-07T01:10:49.671Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-09-07T01:10:49.671Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-09-07T01:10:49.671Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-09-07T01:10:49.671Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-09-07T01:10:49.671Z] The following packages will be upgraded: [2021-09-07T01:10:49.671Z] gpg gpg-agent gpgconf libudev1 [2021-09-07T01:10:49.671Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2021-09-07T01:10:49.671Z] Need to get 3527 kB of archives. [2021-09-07T01:10:49.671Z] After this operation, 13.3 MB of additional disk space will be used. [2021-09-07T01:10:49.671Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-09-07T01:10:49.957Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-09-07T01:10:49.957Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-09-07T01:10:49.957Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-09-07T01:10:49.957Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] [2021-09-07T01:10:50.238Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] [2021-09-07T01:10:50.847Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-09-07T01:10:50.847Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-09-07T01:10:50.847Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-09-07T01:10:50.847Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-09-07T01:10:50.847Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-09-07T01:10:50.847Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-09-07T01:10:50.847Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-09-07T01:10:50.847Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-09-07T01:10:50.847Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-09-07T01:10:50.847Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-09-07T01:10:50.847Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-09-07T01:10:50.847Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-09-07T01:10:50.847Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-09-07T01:10:50.847Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-09-07T01:10:50.847Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-09-07T01:10:51.124Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-09-07T01:10:51.124Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-07T01:10:51.124Z] Fetched 3527 kB in 1s (2815 kB/s) [2021-09-07T01:10:51.124Z] (Reading database ... 12511 files and directories currently installed.) [2021-09-07T01:10:51.124Z] Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... [2021-09-07T01:10:51.124Z] Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-07T01:10:51.124Z] Setting up libudev1:amd64 (237-3ubuntu10.51) ... [2021-09-07T01:10:51.402Z] Selecting previously unselected package udev. [2021-09-07T01:10:51.402Z] (Reading database ... 12511 files and directories currently installed.) [2021-09-07T01:10:51.402Z] Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... [2021-09-07T01:10:51.402Z] Unpacking udev (237-3ubuntu10.51) ... [2021-09-07T01:10:51.402Z] Selecting previously unselected package libfuse2:amd64. [2021-09-07T01:10:51.402Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-09-07T01:10:51.402Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-09-07T01:10:51.688Z] Selecting previously unselected package fuse. [2021-09-07T01:10:51.688Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-09-07T01:10:51.688Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-09-07T01:10:51.688Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-07T01:10:51.688Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-07T01:10:51.688Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-07T01:10:51.688Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-07T01:10:51.688Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-07T01:10:51.688Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-07T01:10:51.974Z] Selecting previously unselected package libksba8:amd64. [2021-09-07T01:10:51.974Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-09-07T01:10:51.974Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-09-07T01:10:51.974Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-09-07T01:10:51.974Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:51.974Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:51.974Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-09-07T01:10:51.974Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:51.974Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:51.974Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-09-07T01:10:51.974Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:51.974Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:51.974Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-09-07T01:10:51.974Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:51.974Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.259Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-09-07T01:10:52.259Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:52.259Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.259Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-09-07T01:10:52.259Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:52.259Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.259Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-09-07T01:10:52.259Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:52.259Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.259Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-09-07T01:10:52.259Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:52.259Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.259Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-09-07T01:10:52.259Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-09-07T01:10:52.259Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.534Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-07T01:10:52.534Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-09-07T01:10:52.534Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-07T01:10:52.534Z] Selecting previously unselected package libsasl2-2:amd64. [2021-09-07T01:10:52.534Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-09-07T01:10:52.534Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-07T01:10:52.534Z] Selecting previously unselected package libldap-common. [2021-09-07T01:10:52.534Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-09-07T01:10:52.534Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-07T01:10:52.534Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-07T01:10:52.534Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-09-07T01:10:52.534Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-07T01:10:52.534Z] Selecting previously unselected package dirmngr. [2021-09-07T01:10:52.534Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-07T01:10:52.534Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-09-07T01:10:52.814Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-07T01:10:52.814Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-09-07T01:10:52.814Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-09-07T01:10:52.814Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-07T01:10:52.814Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-09-07T01:10:52.814Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-09-07T01:10:52.814Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:52.814Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-09-07T01:10:52.814Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-07T01:10:52.814Z] Setting up udev (237-3ubuntu10.51) ... [2021-09-07T01:10:53.094Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-09-07T01:10:53.094Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.094Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-09-07T01:10:53.377Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-09-07T01:10:53.377Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-09-07T01:10:53.377Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-09-07T01:10:53.377Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-09-07T01:10:53.377Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-09-07T01:10:53.377Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-07T01:10:53.655Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-09-07T01:10:53.655Z] settings in the [Install] section, and DefaultInstance for template units). [2021-09-07T01:10:53.655Z] This means they are not meant to be enabled using systemctl. [2021-09-07T01:10:53.655Z] Possible reasons for having this kind of units are: [2021-09-07T01:10:53.655Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-09-07T01:10:53.655Z] .wants/ or .requires/ directory. [2021-09-07T01:10:53.655Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-09-07T01:10:53.655Z] a requirement dependency on it. [2021-09-07T01:10:53.655Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-09-07T01:10:53.655Z] D-Bus, udev, scripted systemctl call, ...). [2021-09-07T01:10:53.655Z] 4) In case of template units, the unit is meant to be enabled with some [2021-09-07T01:10:53.655Z] instance name specified. [2021-09-07T01:10:53.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.231s coverage: 94.4% of statements [2021-09-07T01:10:53.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.192s coverage: 44.8% of statements [2021-09-07T01:10:53.934Z] Reading package lists... [2021-09-07T01:10:54.216Z] Building dependency tree... [2021-09-07T01:10:54.216Z] Reading state information... [2021-09-07T01:10:54.216Z] The following additional packages will be installed: [2021-09-07T01:10:54.216Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-09-07T01:10:54.216Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-09-07T01:10:54.216Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-09-07T01:10:54.216Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-09-07T01:10:54.216Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-09-07T01:10:54.216Z] Suggested packages: [2021-09-07T01:10:54.216Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-09-07T01:10:54.216Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-09-07T01:10:54.216Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-09-07T01:10:54.216Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-09-07T01:10:54.216Z] systemd-container policykit-1 [2021-09-07T01:10:54.216Z] Recommended packages: [2021-09-07T01:10:54.216Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-09-07T01:10:54.216Z] The following NEW packages will be installed: [2021-09-07T01:10:54.216Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-09-07T01:10:54.216Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-09-07T01:10:54.216Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-09-07T01:10:54.216Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-09-07T01:10:54.216Z] python3.6-minimal snapd squashfs-tools sudo [2021-09-07T01:10:54.216Z] The following packages will be upgraded: [2021-09-07T01:10:54.216Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-09-07T01:10:54.496Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2021-09-07T01:10:54.496Z] Need to get 36.7 MB of archives. [2021-09-07T01:10:54.496Z] After this operation, 147 MB of additional disk space will be used. [2021-09-07T01:10:54.496Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] [2021-09-07T01:10:54.496Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] [2021-09-07T01:10:54.496Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-09-07T01:10:54.496Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-09-07T01:10:54.496Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-09-07T01:10:54.496Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-09-07T01:10:54.496Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-09-07T01:10:54.496Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-09-07T01:10:54.496Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-09-07T01:10:54.496Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-09-07T01:10:54.496Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-09-07T01:10:54.496Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-09-07T01:10:54.777Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-09-07T01:10:54.777Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-09-07T01:10:54.777Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2021-09-07T01:10:54.777Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2021-09-07T01:10:54.777Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.3 [111 kB] [2021-09-07T01:10:55.768Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] [2021-09-07T01:10:55.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2021-09-07T01:10:55.768Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2021-09-07T01:10:55.768Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-09-07T01:10:55.768Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-09-07T01:10:55.768Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-09-07T01:10:55.768Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-09-07T01:10:55.768Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-09-07T01:10:55.768Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-09-07T01:10:55.768Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-09-07T01:10:56.050Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-09-07T01:10:56.050Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-09-07T01:10:56.050Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-09-07T01:10:57.512Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-07T01:10:57.512Z] Fetched 36.7 MB in 3s (12.2 MB/s) [2021-09-07T01:10:57.512Z] (Reading database ... 12757 files and directories currently installed.) [2021-09-07T01:10:57.512Z] Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... [2021-09-07T01:10:57.512Z] Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-07T01:10:58.117Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... [2021-09-07T01:10:58.117Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-07T01:10:58.117Z] Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... [2021-09-07T01:10:58.117Z] (Reading database ... 12757 files and directories currently installed.) [2021-09-07T01:10:58.117Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2021-09-07T01:10:58.117Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2021-09-07T01:10:58.398Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2021-09-07T01:10:58.398Z] (Reading database ... 12757 files and directories currently installed.) [2021-09-07T01:10:58.398Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2021-09-07T01:10:58.398Z] Unpacking apt (1.6.14) over (1.6.1) ... [2021-09-07T01:10:58.675Z] Setting up apt (1.6.14) ... [2021-09-07T01:10:58.675Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-09-07T01:10:58.954Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-09-07T01:10:58.954Z] (Reading database ... 12764 files and directories currently installed.) [2021-09-07T01:10:58.954Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-09-07T01:10:59.230Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-09-07T01:10:59.230Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-09-07T01:10:59.230Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-07T01:10:59.230Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:10:59.230Z] Selecting previously unselected package libexpat1:amd64. [2021-09-07T01:10:59.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.608s coverage: 81.8% of statements [2021-09-07T01:10:59.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-09-07T01:10:59.524Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-09-07T01:10:59.524Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-09-07T01:10:59.524Z] Selecting previously unselected package python3.6-minimal. [2021-09-07T01:10:59.524Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-07T01:10:59.524Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:10:59.802Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... [2021-09-07T01:10:59.802Z] Checking for services that may need to be restarted...done. [2021-09-07T01:10:59.802Z] Checking for services that may need to be restarted...done. [2021-09-07T01:10:59.802Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:10:59.802Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-09-07T01:10:59.802Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:11:00.410Z] Selecting previously unselected package python3-minimal. [2021-09-07T01:11:00.411Z] (Reading database ... 13012 files and directories currently installed.) [2021-09-07T01:11:00.411Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-09-07T01:11:00.411Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-09-07T01:11:00.411Z] Selecting previously unselected package mime-support. [2021-09-07T01:11:00.411Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-09-07T01:11:00.411Z] Unpacking mime-support (3.60ubuntu1) ... [2021-09-07T01:11:00.411Z] Selecting previously unselected package libmpdec2:amd64. [2021-09-07T01:11:00.411Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-09-07T01:11:00.411Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-09-07T01:11:00.411Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-09-07T01:11:00.411Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-07T01:11:00.411Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:11:00.692Z] Selecting previously unselected package python3.6. [2021-09-07T01:11:00.692Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-09-07T01:11:00.692Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:11:00.692Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-09-07T01:11:00.692Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-09-07T01:11:00.692Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-09-07T01:11:00.692Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-09-07T01:11:00.972Z] Selecting previously unselected package python3. [2021-09-07T01:11:00.972Z] (Reading database ... 13442 files and directories currently installed.) [2021-09-07T01:11:00.972Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-09-07T01:11:00.972Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-09-07T01:11:00.972Z] Selecting previously unselected package multiarch-support. [2021-09-07T01:11:00.972Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-09-07T01:11:00.972Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-09-07T01:11:00.972Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-09-07T01:11:01.255Z] Selecting previously unselected package liblzo2-2:amd64. [2021-09-07T01:11:01.255Z] (Reading database ... 13479 files and directories currently installed.) [2021-09-07T01:11:01.255Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-09-07T01:11:01.255Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-09-07T01:11:01.255Z] Selecting previously unselected package libbsd0:amd64. [2021-09-07T01:11:01.255Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-09-07T01:11:01.255Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-09-07T01:11:01.255Z] Selecting previously unselected package sudo. [2021-09-07T01:11:01.255Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-09-07T01:11:01.255Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-09-07T01:11:01.255Z] Selecting previously unselected package apparmor. [2021-09-07T01:11:01.255Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-09-07T01:11:01.255Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-09-07T01:11:01.535Z] Selecting previously unselected package libedit2:amd64. [2021-09-07T01:11:01.535Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-09-07T01:11:01.535Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-09-07T01:11:01.535Z] Selecting previously unselected package libkrb5support0:amd64. [2021-09-07T01:11:01.535Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-09-07T01:11:01.535Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:01.535Z] Selecting previously unselected package libk5crypto3:amd64. [2021-09-07T01:11:01.535Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-09-07T01:11:01.535Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:01.816Z] Selecting previously unselected package libkeyutils1:amd64. [2021-09-07T01:11:01.816Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-09-07T01:11:01.816Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-09-07T01:11:01.816Z] Selecting previously unselected package libkrb5-3:amd64. [2021-09-07T01:11:01.816Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-09-07T01:11:01.816Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:01.816Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-09-07T01:11:01.816Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-09-07T01:11:01.816Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:01.816Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-09-07T01:11:01.816Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2021-09-07T01:11:01.816Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-09-07T01:11:02.097Z] Selecting previously unselected package openssh-client. [2021-09-07T01:11:02.097Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2021-09-07T01:11:02.097Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-09-07T01:11:02.097Z] Selecting previously unselected package squashfs-tools. [2021-09-07T01:11:02.097Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.3_amd64.deb ... [2021-09-07T01:11:02.097Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... [2021-09-07T01:11:02.097Z] Selecting previously unselected package snapd. [2021-09-07T01:11:02.097Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-09-07T01:11:02.374Z] Unpacking snapd (2.49.2+18.04) ... [2021-09-07T01:11:04.380Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-09-07T01:11:04.380Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2021-09-07T01:11:04.380Z] Setting up mime-support (3.60ubuntu1) ... [2021-09-07T01:11:04.380Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-09-07T01:11:04.380Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-09-07T01:11:04.380Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:04.380Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-07T01:11:04.380Z] Setting up systemd (237-3ubuntu10.51) ... [2021-09-07T01:11:04.380Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-09-07T01:11:04.993Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-09-07T01:11:04.993Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-09-07T01:11:04.993Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-09-07T01:11:04.993Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:11:04.993Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:04.993Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-09-07T01:11:05.608Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... [2021-09-07T01:11:05.608Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:05.608Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-09-07T01:11:05.608Z] Setting up python3 (3.6.7-1~18.04) ... [2021-09-07T01:11:05.608Z] running python rtupdate hooks for python3.6... [2021-09-07T01:11:05.608Z] running python post-rtupdate hooks for python3.6... [2021-09-07T01:11:05.608Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-09-07T01:11:07.070Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-09-07T01:11:07.070Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-09-07T01:11:07.070Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2021-09-07T01:11:07.070Z] Setting up snapd (2.49.2+18.04) ... [2021-09-07T01:11:07.349Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.289s coverage: 92.9% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.194s coverage: 87.2% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.181s coverage: 58.8% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.200s coverage: 80.0% of statements [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.270s coverage: 87.2% of statements [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.261s coverage: 85.4% of statements [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.313s coverage: 91.2% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.721s coverage: 64.4% of statements [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-09-07T01:11:07.623Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-09-07T01:11:07.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.197s coverage: 100.0% of statements [2021-09-07T01:11:07.628Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-09-07T01:11:07.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-09-07T01:11:07.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements [2021-09-07T01:11:07.932Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-09-07T01:11:08.246Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-09-07T01:11:08.246Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-09-07T01:11:08.246Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-09-07T01:11:08.606Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-09-07T01:11:08.606Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-09-07T01:11:08.895Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-09-07T01:11:08.895Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-09-07T01:11:09.179Z] /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' [2021-09-07T01:11:09.179Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-09-07T01:11:09.179Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-09-07T01:11:09.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.151s coverage: 73.7% of statements [2021-09-07T01:11:09.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-09-07T01:11:09.823Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-09-07T01:11:10.111Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-09-07T01:11:10.111Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-09-07T01:11:11.389Z] Reading package lists... [2021-09-07T01:11:11.389Z] Reading package lists... [2021-09-07T01:11:11.669Z] Building dependency tree... [2021-09-07T01:11:11.669Z] Reading state information... [2021-09-07T01:11:11.669Z] Calculating upgrade... [2021-09-07T01:11:11.952Z] The following packages will be upgraded: [2021-09-07T01:11:11.952Z] advancecomp base-files bash binutils binutils-common [2021-09-07T01:11:11.952Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-09-07T01:11:11.952Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-09-07T01:11:11.952Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2021-09-07T01:11:11.952Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2021-09-07T01:11:11.952Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-09-07T01:11:11.952Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-09-07T01:11:11.952Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-09-07T01:11:11.952Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-09-07T01:11:11.952Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-09-07T01:11:11.952Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-09-07T01:11:11.952Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-09-07T01:11:11.952Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-09-07T01:11:11.952Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-09-07T01:11:11.952Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-09-07T01:11:11.952Z] ubuntu-keyring util-linux [2021-09-07T01:11:11.952Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-09-07T01:11:11.952Z] Need to get 64.2 MB of archives. [2021-09-07T01:11:11.952Z] After this operation, 5126 kB of additional disk space will be used. [2021-09-07T01:11:11.952Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] [2021-09-07T01:11:11.952Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-09-07T01:11:12.232Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-09-07T01:11:12.232Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-09-07T01:11:12.232Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-09-07T01:11:12.232Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-09-07T01:11:12.232Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-09-07T01:11:12.232Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-09-07T01:11:12.232Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-09-07T01:11:12.232Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-09-07T01:11:12.232Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-09-07T01:11:12.232Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-09-07T01:11:12.232Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-09-07T01:11:12.232Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-09-07T01:11:12.232Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-09-07T01:11:12.232Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-09-07T01:11:12.232Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-09-07T01:11:12.232Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-09-07T01:11:12.232Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-09-07T01:11:12.509Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-09-07T01:11:12.509Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-09-07T01:11:12.509Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-09-07T01:11:12.509Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-09-07T01:11:12.509Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-09-07T01:11:12.509Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-09-07T01:11:12.509Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-09-07T01:11:12.509Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-09-07T01:11:12.509Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-09-07T01:11:12.509Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-09-07T01:11:12.509Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-09-07T01:11:12.509Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-09-07T01:11:12.509Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-09-07T01:11:12.509Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-09-07T01:11:12.509Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-09-07T01:11:12.509Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-09-07T01:11:12.509Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-09-07T01:11:12.509Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-09-07T01:11:12.509Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-09-07T01:11:12.509Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-09-07T01:11:12.509Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-09-07T01:11:12.509Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-09-07T01:11:12.509Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] [2021-09-07T01:11:12.509Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-09-07T01:11:12.509Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-09-07T01:11:12.509Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-09-07T01:11:12.509Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-09-07T01:11:12.509Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-09-07T01:11:12.509Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-09-07T01:11:12.509Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-09-07T01:11:12.509Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-09-07T01:11:12.509Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-09-07T01:11:12.509Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-09-07T01:11:12.509Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-09-07T01:11:12.509Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-09-07T01:11:12.509Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-09-07T01:11:12.509Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-09-07T01:11:12.509Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-09-07T01:11:12.792Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-09-07T01:11:13.069Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-09-07T01:11:13.069Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-09-07T01:11:13.069Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-09-07T01:11:13.069Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-09-07T01:11:13.069Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-09-07T01:11:13.069Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-09-07T01:11:13.069Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-09-07T01:11:13.069Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-09-07T01:11:13.069Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-09-07T01:11:13.070Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-09-07T01:11:13.673Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-09-07T01:11:13.673Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-09-07T01:11:13.673Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-09-07T01:11:13.673Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-09-07T01:11:13.673Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2021-09-07T01:11:13.673Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-09-07T01:11:13.673Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-09-07T01:11:13.951Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-09-07T01:11:13.951Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-09-07T01:11:13.951Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-09-07T01:11:13.951Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-09-07T01:11:13.951Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-09-07T01:11:13.951Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-09-07T01:11:13.951Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-09-07T01:11:13.951Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-09-07T01:11:13.951Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2021-09-07T01:11:13.951Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2021-09-07T01:11:13.951Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2021-09-07T01:11:13.951Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] [2021-09-07T01:11:13.951Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2021-09-07T01:11:13.951Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-09-07T01:11:13.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.101s coverage: 66.9% of statements [2021-09-07T01:11:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-09-07T01:11:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-09-07T01:11:13.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-09-07T01:11:14.231Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-09-07T01:11:14.232Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-09-07T01:11:14.232Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-09-07T01:11:14.232Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-09-07T01:11:14.232Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-09-07T01:11:14.232Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-09-07T01:11:14.232Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-09-07T01:11:14.232Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-09-07T01:11:14.232Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-09-07T01:11:14.232Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-09-07T01:11:14.232Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-09-07T01:11:14.232Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-09-07T01:11:14.513Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-09-07T01:11:14.513Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-09-07T01:11:14.513Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-07T01:11:14.513Z] Fetched 64.2 MB in 3s (24.9 MB/s) [2021-09-07T01:11:14.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-07T01:11:14.513Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-09-07T01:11:14.513Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-07T01:11:15.122Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-09-07T01:11:15.122Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-07T01:11:15.122Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... [2021-09-07T01:11:15.122Z] Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... [2021-09-07T01:11:15.400Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.400Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.400Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.400Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.400Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.400Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.685Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.685Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.685Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.685Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.685Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.685Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.685Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.685Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.966Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:15.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-07T01:11:15.966Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.966Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.966Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:15.966Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-07T01:11:15.966Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.966Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:15.966Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:15.966Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:16.254Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:16.254Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-09-07T01:11:16.254Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:16.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-07T01:11:16.254Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-09-07T01:11:16.536Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-07T01:11:16.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.855s coverage: 43.6% of statements [2021-09-07T01:11:16.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-09-07T01:11:16.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-09-07T01:11:16.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.341s coverage: 89.5% of statements [2021-09-07T01:11:16.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-09-07T01:11:16.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.259s coverage: 84.8% of statements [2021-09-07T01:11:16.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-09-07T01:11:16.820Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-09-07T01:11:17.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-09-07T01:11:17.097Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-09-07T01:11:17.097Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-09-07T01:11:17.097Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-09-07T01:11:17.097Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-09-07T01:11:17.373Z] Setting up base-files (10.1ubuntu2.10) ... [2021-09-07T01:11:17.373Z] Installing new version of config file /etc/issue ... [2021-09-07T01:11:17.373Z] Installing new version of config file /etc/issue.net ... [2021-09-07T01:11:17.373Z] Installing new version of config file /etc/lsb-release ... [2021-09-07T01:11:17.373Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-09-07T01:11:17.650Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-09-07T01:11:17.651Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-09-07T01:11:17.651Z] Removing obsolete conffile /etc/default/motd-news ... [2021-09-07T01:11:17.932Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:17.932Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-09-07T01:11:17.932Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-09-07T01:11:17.932Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-09-07T01:11:17.932Z] 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 [2021-09-07T01:11:17.932Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:17.932Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:17.932Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:18.211Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:18.211Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:18.211Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-09-07T01:11:18.211Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-09-07T01:11:18.211Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-09-07T01:11:18.211Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:18.211Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-09-07T01:11:18.211Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-09-07T01:11:18.491Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-09-07T01:11:18.491Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:18.491Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-07T01:11:18.491Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-07T01:11:18.772Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-09-07T01:11:18.772Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:18.772Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-07T01:11:18.772Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-07T01:11:18.772Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-09-07T01:11:18.772Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:18.772Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-09-07T01:11:18.772Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-09-07T01:11:19.055Z] Setting up grep (3.1-2build1) ... [2021-09-07T01:11:19.055Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:19.055Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2021-09-07T01:11:19.055Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2021-09-07T01:11:19.055Z] Setting up gzip (1.6-5ubuntu1.1) ... [2021-09-07T01:11:19.055Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:19.055Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-09-07T01:11:19.055Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-09-07T01:11:19.338Z] Setting up login (1:4.5-1ubuntu2) ... [2021-09-07T01:11:19.338Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:19.338Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-07T01:11:19.338Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-07T01:11:19.338Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-09-07T01:11:19.338Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:19.338Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-09-07T01:11:19.826Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-07T01:11:19.826Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-09-07T01:11:20.105Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-07T01:11:20.105Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-09-07T01:11:20.105Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-07T01:11:20.384Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-09-07T01:11:20.384Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:20.384Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-09-07T01:11:20.384Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-09-07T01:11:20.992Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-09-07T01:11:20.992Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-09-07T01:11:20.992Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-09-07T01:11:20.992Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-09-07T01:11:20.992Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-09-07T01:11:20.992Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:20.992Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-09-07T01:11:20.992Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-09-07T01:11:21.273Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-09-07T01:11:21.273Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:21.273Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:21.273Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:21.273Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:21.273Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:21.273Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:21.273Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:21.554Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:21.554Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:21.554Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:21.554Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:21.554Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:21.555Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:21.555Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:21.555Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:21.836Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:21.836Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:21.836Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-07T01:11:21.836Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-07T01:11:21.836Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-07T01:11:21.836Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-07T01:11:21.836Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-09-07T01:11:21.836Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:21.836Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-09-07T01:11:21.836Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-07T01:11:22.119Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-09-07T01:11:22.119Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:22.119Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:22.119Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:22.119Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:22.119Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:22.119Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:22.119Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:22.402Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:22.402Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:22.402Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:22.402Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:22.713Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:22.992Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-09-07T01:11:23.274Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-09-07T01:11:23.274Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:23.274Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-09-07T01:11:23.274Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-09-07T01:11:23.557Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-09-07T01:11:23.557Z] (Reading database ... 13915 files and directories currently installed.) [2021-09-07T01:11:23.557Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-09-07T01:11:23.557Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-09-07T01:11:23.557Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-09-07T01:11:23.839Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-07T01:11:23.839Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-09-07T01:11:23.839Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-09-07T01:11:23.839Z] Setting up debconf (1.5.66ubuntu1) ... [2021-09-07T01:11:24.116Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-07T01:11:24.116Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-09-07T01:11:24.116Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-09-07T01:11:24.116Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-09-07T01:11:24.116Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-07T01:11:24.116Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-09-07T01:11:24.116Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-09-07T01:11:24.116Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-09-07T01:11:24.400Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-07T01:11:24.400Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-09-07T01:11:24.400Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-07T01:11:24.400Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-07T01:11:24.400Z] (Reading database ... 13917 files and directories currently installed.) [2021-09-07T01:11:24.400Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-09-07T01:11:24.400Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-07T01:11:24.400Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-07T01:11:24.682Z] (Reading database ... 13919 files and directories currently installed.) [2021-09-07T01:11:24.682Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-09-07T01:11:24.682Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-07T01:11:24.682Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.255s coverage: 19.5% of statements [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.586s coverage: 92.0% of statements [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.260s coverage: 62.7% of statements [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.448s coverage: 97.7% of statements [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.215s coverage: 28.9% of statements [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-09-07T01:11:24.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.178s coverage: 100.0% of statements [2021-09-07T01:11:24.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 95.4% of statements [2021-09-07T01:11:24.962Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:24.962Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-09-07T01:11:24.962Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-09-07T01:11:24.962Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... [2021-09-07T01:11:24.962Z] Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... [2021-09-07T01:11:24.962Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-07T01:11:24.962Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-07T01:11:24.962Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-09-07T01:11:25.249Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:25.249Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-09-07T01:11:25.249Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-09-07T01:11:25.249Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-09-07T01:11:25.249Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:25.249Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-09-07T01:11:25.249Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-09-07T01:11:25.249Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-09-07T01:11:25.489Z] GO111MODULE=on go vet ./... [2021-09-07T01:11:25.526Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:25.526Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-09-07T01:11:25.526Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-09-07T01:11:25.526Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-09-07T01:11:25.807Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:25.807Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-09-07T01:11:25.807Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-09-07T01:11:25.807Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-09-07T01:11:25.808Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:25.808Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-09-07T01:11:25.808Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-09-07T01:11:25.808Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-09-07T01:11:25.808Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:25.808Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-09-07T01:11:26.093Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-09-07T01:11:26.093Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-09-07T01:11:26.093Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.093Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-09-07T01:11:26.093Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-09-07T01:11:26.375Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-09-07T01:11:26.375Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.375Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-09-07T01:11:26.375Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-09-07T01:11:26.375Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-09-07T01:11:26.375Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.375Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-09-07T01:11:26.375Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-09-07T01:11:26.663Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-09-07T01:11:26.663Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.663Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-09-07T01:11:26.663Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-09-07T01:11:26.663Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-09-07T01:11:26.663Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.663Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-09-07T01:11:26.663Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-09-07T01:11:26.947Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-09-07T01:11:26.947Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.947Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-09-07T01:11:26.947Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-09-07T01:11:26.947Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-09-07T01:11:26.947Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:26.947Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-09-07T01:11:26.947Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-09-07T01:11:27.227Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-09-07T01:11:27.227Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:27.227Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-09-07T01:11:27.227Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-09-07T01:11:27.227Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-09-07T01:11:27.227Z] (Reading database ... 13923 files and directories currently installed.) [2021-09-07T01:11:27.227Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-09-07T01:11:27.227Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-09-07T01:11:27.513Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-09-07T01:11:27.514Z] (Reading database ... 13924 files and directories currently installed.) [2021-09-07T01:11:27.514Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-09-07T01:11:27.514Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-09-07T01:11:27.514Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-09-07T01:11:27.514Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-09-07T01:11:27.791Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... [2021-09-07T01:11:27.791Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... [2021-09-07T01:11:27.791Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-09-07T01:11:27.791Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-09-07T01:11:27.791Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-09-07T01:11:27.791Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-09-07T01:11:28.076Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-09-07T01:11:28.076Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-09-07T01:11:28.076Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-09-07T01:11:28.076Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-09-07T01:11:28.076Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-09-07T01:11:28.076Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-09-07T01:11:28.076Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-09-07T01:11:28.076Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-09-07T01:11:28.360Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-09-07T01:11:28.360Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-09-07T01:11:28.360Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-09-07T01:11:28.360Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-09-07T01:11:28.360Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-09-07T01:11:28.360Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-09-07T01:11:28.641Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-09-07T01:11:28.641Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-09-07T01:11:28.930Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-09-07T01:11:28.930Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-09-07T01:11:28.930Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-07T01:11:28.930Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-07T01:11:29.213Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-07T01:11:29.213Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-07T01:11:29.213Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-07T01:11:29.213Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-07T01:11:29.213Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-09-07T01:11:29.213Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-09-07T01:11:29.494Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:29.494Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:29.494Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:29.494Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:29.494Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:29.494Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:29.494Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:29.494Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:30.486Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:30.486Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:31.095Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:31.376Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:31.376Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:31.376Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:31.663Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:31.663Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:32.661Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-09-07T01:11:32.661Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-09-07T01:11:32.661Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-09-07T01:11:32.661Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-09-07T01:11:32.661Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-09-07T01:11:32.661Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-09-07T01:11:32.661Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-09-07T01:11:32.661Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-09-07T01:11:32.947Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-09-07T01:11:32.947Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-09-07T01:11:32.947Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-09-07T01:11:32.947Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-09-07T01:11:32.947Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-09-07T01:11:32.947Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-09-07T01:11:32.947Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-09-07T01:11:33.231Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-09-07T01:11:33.231Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.231Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-09-07T01:11:33.231Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.231Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.231Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.231Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-09-07T01:11:33.231Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-09-07T01:11:33.231Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-09-07T01:11:33.514Z] [2021-09-07T01:11:33.514Z] Current default time zone: 'Etc/UTC' [2021-09-07T01:11:33.514Z] Local time is now: Tue Sep 7 01:11:33 UTC 2021. [2021-09-07T01:11:33.514Z] Universal Time is now: Tue Sep 7 01:11:33 UTC 2021. [2021-09-07T01:11:33.514Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-09-07T01:11:33.514Z] [2021-09-07T01:11:33.514Z] Setting up systemd-sysv (237-3ubuntu10.51) ... [2021-09-07T01:11:33.514Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.514Z] Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... [2021-09-07T01:11:33.514Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-09-07T01:11:33.514Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-09-07T01:11:33.514Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-09-07T01:11:33.514Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-09-07T01:11:33.514Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-09-07T01:11:33.514Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-09-07T01:11:33.514Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-09-07T01:11:33.514Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.514Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-09-07T01:11:33.793Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:33.793Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-09-07T01:11:33.793Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:33.793Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-09-07T01:11:33.793Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-09-07T01:11:33.793Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-09-07T01:11:33.793Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... [2021-09-07T01:11:33.793Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-09-07T01:11:33.793Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-09-07T01:11:33.793Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-09-07T01:11:33.793Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-09-07T01:11:35.785Z] Updating certificates in /etc/ssl/certs... [2021-09-07T01:11:36.393Z] 23 added, 27 removed; done. [2021-09-07T01:11:36.393Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-09-07T01:11:36.393Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-09-07T01:11:36.393Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-09-07T01:11:36.393Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-09-07T01:11:36.393Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-09-07T01:11:36.393Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.393Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-09-07T01:11:36.393Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-09-07T01:11:36.393Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-09-07T01:11:36.672Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-09-07T01:11:36.672Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-09-07T01:11:36.672Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.672Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-09-07T01:11:36.673Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-09-07T01:11:36.673Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-09-07T01:11:36.673Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-09-07T01:11:36.673Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-09-07T01:11:36.673Z] Processing triggers for systemd (237-3ubuntu10.51) ... [2021-09-07T01:11:36.673Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-09-07T01:11:36.673Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-09-07T01:11:36.673Z] Updating certificates in /etc/ssl/certs... [2021-09-07T01:11:37.277Z] 0 added, 0 removed; done. [2021-09-07T01:11:37.277Z] Running hooks in /etc/ca-certificates/update.d... [2021-09-07T01:11:37.277Z] done. [2021-09-07T01:11:37.884Z] Reading package lists... [2021-09-07T01:11:37.884Z] Building dependency tree... [2021-09-07T01:11:37.884Z] Reading state information... [2021-09-07T01:11:37.884Z] The following NEW packages will be installed: [2021-09-07T01:11:37.884Z] apt-transport-https [2021-09-07T01:11:38.168Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-09-07T01:11:38.168Z] Need to get 4348 B of archives. [2021-09-07T01:11:38.168Z] After this operation, 154 kB of additional disk space will be used. [2021-09-07T01:11:38.168Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2021-09-07T01:11:38.450Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-07T01:11:38.450Z] Fetched 4348 B in 0s (22.1 kB/s) [2021-09-07T01:11:38.450Z] Selecting previously unselected package apt-transport-https. [2021-09-07T01:11:38.450Z] (Reading database ... 13929 files and directories currently installed.) [2021-09-07T01:11:38.450Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2021-09-07T01:11:38.450Z] Unpacking apt-transport-https (1.6.14) ... [2021-09-07T01:11:38.450Z] Setting up apt-transport-https (1.6.14) ... [2021-09-07T01:11:38.729Z] Waiting for network to be ready... [2021-09-07T01:11:44.180Z] 2021-09-07T01:11:41Z INFO Waiting for automatic snapd restart... [2021-09-07T01:11:44.461Z] snapd 2.51.4 from Canonical* installed [2021-09-07T01:11:45.455Z] "snapd" switched to the "latest/stable" channel [2021-09-07T01:11:45.455Z] [2021-09-07T01:11:47.478Z] core18 20210722 from Canonical* installed [2021-09-07T01:11:47.757Z] "core18" switched to the "latest/stable" channel [2021-09-07T01:11:47.758Z] [2021-09-07T01:11:50.414Z] snapcraft 5.0 from Canonical* installed [2021-09-07T01:11:50.414Z] "snapcraft" switched to the "latest/stable" channel [2021-09-07T01:11:50.414Z] [2021-09-07T01:11:54.805Z] 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: [2021-09-07T01:11:54.805Z] - README.md [2021-09-07T01:11:54.805Z] [2021-09-07T01:11:54.805Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-09-07T01:11:55.087Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-09-07T01:11:55.087Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-09-07T01:11:55.087Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-09-07T01:11:56.394Z] Reading package lists... [2021-09-07T01:11:56.677Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-09-07T01:11:56.677Z] Reading package lists... [2021-09-07T01:11:56.961Z] Building dependency tree... [2021-09-07T01:11:56.961Z] Reading state information... [2021-09-07T01:11:56.961Z] Suggested packages: [2021-09-07T01:11:56.961Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-09-07T01:11:56.961Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-09-07T01:11:56.961Z] Recommended packages: [2021-09-07T01:11:56.961Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-09-07T01:11:56.961Z] The following NEW packages will be installed: [2021-09-07T01:11:56.961Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-09-07T01:11:56.961Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-09-07T01:11:56.961Z] pkg-config zip [2021-09-07T01:11:56.961Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-07T01:11:57.251Z] Need to get 7663 kB of archives. [2021-09-07T01:11:57.251Z] After this operation, 43.8 MB of additional disk space will be used. [2021-09-07T01:11:57.251Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-09-07T01:11:57.251Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-09-07T01:11:57.251Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] [2021-09-07T01:11:57.251Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-09-07T01:11:57.251Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-09-07T01:11:57.543Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-09-07T01:11:57.543Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-09-07T01:11:57.543Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-09-07T01:11:57.543Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-09-07T01:11:57.826Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-09-07T01:11:57.826Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-09-07T01:11:57.826Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-09-07T01:11:57.826Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-09-07T01:11:58.108Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-09-07T01:11:58.108Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-09-07T01:11:58.108Z] debconf: delaying package configuration, since apt-utils is not installed [2021-09-07T01:11:58.108Z] Fetched 7663 kB in 1s (8493 kB/s) [2021-09-07T01:11:58.108Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-09-07T01:11:58.108Z] (Reading database ... 13933 files and directories currently installed.) [2021-09-07T01:11:58.108Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-09-07T01:11:58.108Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-09-07T01:11:58.395Z] Selecting previously unselected package libpsl5:amd64. [2021-09-07T01:11:58.395Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-09-07T01:11:58.395Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-09-07T01:11:58.395Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-09-07T01:11:58.395Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-09-07T01:11:58.395Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-09-07T01:11:58.395Z] Selecting previously unselected package librtmp1:amd64. [2021-09-07T01:11:58.395Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-09-07T01:11:58.395Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-09-07T01:11:58.395Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-09-07T01:11:58.395Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... [2021-09-07T01:11:58.395Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-09-07T01:11:58.679Z] Selecting previously unselected package liberror-perl. [2021-09-07T01:11:58.679Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-09-07T01:11:58.679Z] Unpacking liberror-perl (0.17025-1) ... [2021-09-07T01:11:58.679Z] Selecting previously unselected package git-man. [2021-09-07T01:11:58.679Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-09-07T01:11:58.679Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-09-07T01:11:58.679Z] Selecting previously unselected package git. [2021-09-07T01:11:58.679Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-09-07T01:11:58.679Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-09-07T01:11:59.293Z] Selecting previously unselected package libnorm1:amd64. [2021-09-07T01:11:59.293Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-09-07T01:11:59.293Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-09-07T01:11:59.293Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-09-07T01:11:59.293Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-09-07T01:11:59.293Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-09-07T01:11:59.293Z] Selecting previously unselected package libsodium23:amd64. [2021-09-07T01:11:59.293Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-09-07T01:11:59.293Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-09-07T01:11:59.573Z] Selecting previously unselected package libzmq5:amd64. [2021-09-07T01:11:59.573Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-09-07T01:11:59.573Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-07T01:11:59.573Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-09-07T01:11:59.573Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-09-07T01:11:59.573Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-07T01:11:59.573Z] Selecting previously unselected package pkg-config. [2021-09-07T01:11:59.573Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-09-07T01:11:59.573Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-09-07T01:11:59.573Z] Selecting previously unselected package zip. [2021-09-07T01:11:59.573Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-09-07T01:11:59.573Z] Unpacking zip (3.0-11build1) ... [2021-09-07T01:11:59.573Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-09-07T01:11:59.849Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-09-07T01:11:59.849Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-09-07T01:11:59.849Z] Setting up liberror-perl (0.17025-1) ... [2021-09-07T01:11:59.849Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-09-07T01:11:59.849Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-09-07T01:11:59.849Z] No schema files found: doing nothing. [2021-09-07T01:11:59.849Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-09-07T01:11:59.849Z] Setting up zip (3.0-11build1) ... [2021-09-07T01:11:59.849Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-09-07T01:11:59.849Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-09-07T01:11:59.849Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-09-07T01:11:59.849Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-07T01:11:59.849Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... [2021-09-07T01:11:59.849Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-09-07T01:11:59.849Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-09-07T01:11:59.849Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-09-07T01:12:00.449Z] git set to automatically installed. [2021-09-07T01:12:00.449Z] git-man set to automatically installed. [2021-09-07T01:12:00.449Z] libcurl3-gnutls set to automatically installed. [2021-09-07T01:12:00.449Z] liberror-perl set to automatically installed. [2021-09-07T01:12:00.449Z] libglib2.0-0 set to automatically installed. [2021-09-07T01:12:00.449Z] libnghttp2-14 set to automatically installed. [2021-09-07T01:12:00.449Z] libnorm1 set to automatically installed. [2021-09-07T01:12:00.449Z] libpgm-5.2-0 set to automatically installed. [2021-09-07T01:12:00.449Z] libpsl5 set to automatically installed. [2021-09-07T01:12:00.449Z] librtmp1 set to automatically installed. [2021-09-07T01:12:00.449Z] libsodium23 set to automatically installed. [2021-09-07T01:12:00.449Z] libzmq3-dev set to automatically installed. [2021-09-07T01:12:00.449Z] libzmq5 set to automatically installed. [2021-09-07T01:12:00.450Z] pkg-config set to automatically installed. [2021-09-07T01:12:00.450Z] zip set to automatically installed. [2021-09-07T01:12:01.905Z] snapd is not logged in, snap install commands will use sudo [2021-09-07T01:12:02.908Z] snap "core18" has no updates available [2021-09-07T01:12:03.509Z] snapd is not logged in, snap install commands will use sudo [2021-09-07T01:12:10.193Z] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed [2021-09-07T01:12:10.193Z] Pulling config-common [2021-09-07T01:12:10.193Z] + snapcraftctl pull [2021-09-07T01:12:11.159Z] Pulling go-build-helper [2021-09-07T01:12:11.159Z] + snapcraftctl pull [2021-09-07T01:12:12.121Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-09-07T01:12:12.121Z] Skipping pull go-build-helper (already ran) [2021-09-07T01:12:12.121Z] Building go-build-helper [2021-09-07T01:12:12.121Z] + snapcraftctl build [2021-09-07T01:12:14.075Z] Staging go-build-helper [2021-09-07T01:12:14.075Z] + snapcraftctl stage [2021-09-07T01:12:24.169Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-09-07T01:12:24.169Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-09-07T01:12:24.169Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] [2021-09-07T01:12:24.169Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] [2021-09-07T01:12:24.169Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2021-09-07T01:12:24.169Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2021-09-07T01:12:24.169Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] [2021-09-07T01:12:24.169Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] [2021-09-07T01:12:24.169Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] [2021-09-07T01:12:24.169Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] [2021-09-07T01:12:24.169Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-09-07T01:12:24.169Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-09-07T01:12:24.169Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-09-07T01:12:24.169Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-09-07T01:12:24.169Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-09-07T01:12:24.169Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-09-07T01:12:24.169Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-09-07T01:12:24.169Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-09-07T01:12:24.169Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-09-07T01:12:24.169Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] [2021-09-07T01:12:24.169Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] [2021-09-07T01:12:24.169Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] [2021-09-07T01:12:24.169Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2021-09-07T01:12:24.169Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] [2021-09-07T01:12:24.169Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] [2021-09-07T01:12:24.169Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] [2021-09-07T01:12:24.169Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] [2021-09-07T01:12:24.169Z] Fetched 25.1 MB in 0s (0 B/s) [2021-09-07T01:12:24.169Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-09-07T01:12:24.169Z] Fetched 224 kB in 0s (0 B/s) [2021-09-07T01:12:24.169Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-09-07T01:12:24.169Z] Fetched 157 kB in 0s (0 B/s) [2021-09-07T01:12:24.169Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-09-07T01:12:24.169Z] Fetched 221 kB in 0s (0 B/s) [2021-09-07T01:12:24.169Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-09-07T01:12:24.169Z] Fetched 143 kB in 0s (0 B/s) [2021-09-07T01:12:24.169Z] Pulling edgex-go [2021-09-07T01:12:24.169Z] + snapcraftctl pull [2021-09-07T01:12:24.169Z] Pulling hooks [2021-09-07T01:12:24.169Z] + snapcraftctl pull [2021-09-07T01:12:42.414Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-09-07T01:12:42.414Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-09-07T01:12:42.414Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-09-07T01:12:42.414Z] Fetched 0 B in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-09-07T01:12:42.414Z] Fetched 96.5 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-09-07T01:12:42.414Z] Fetched 279 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-09-07T01:12:42.414Z] Fetched 122 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-09-07T01:12:42.414Z] Fetched 77.8 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-09-07T01:12:42.414Z] Fetched 8848 B in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-09-07T01:12:42.414Z] Fetched 47.8 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-09-07T01:12:42.414Z] Fetched 45.6 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-09-07T01:12:42.414Z] Fetched 15.0 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] [2021-09-07T01:12:42.414Z] Fetched 219 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-09-07T01:12:42.414Z] Fetched 154 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-09-07T01:12:42.414Z] Fetched 50.6 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-09-07T01:12:42.414Z] Fetched 14.8 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-09-07T01:12:42.414Z] Fetched 41.8 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-09-07T01:12:42.414Z] Fetched 499 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-09-07T01:12:42.414Z] Fetched 111 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-09-07T01:12:42.414Z] Fetched 240 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-09-07T01:12:42.414Z] Fetched 29.3 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-09-07T01:12:42.414Z] Fetched 85.5 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-09-07T01:12:42.414Z] Fetched 24.5 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-09-07T01:12:42.414Z] Fetched 49.2 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-09-07T01:12:42.414Z] Fetched 54.2 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-09-07T01:12:42.414Z] Fetched 30.8 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-09-07T01:12:42.414Z] Fetched 15.8 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-09-07T01:12:42.414Z] Fetched 85.9 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-09-07T01:12:42.414Z] Fetched 8720 B in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-09-07T01:12:42.414Z] Fetched 140 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-09-07T01:12:42.414Z] Fetched 119 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-09-07T01:12:42.414Z] Fetched 111 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-09-07T01:12:42.414Z] Fetched 11.1 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-09-07T01:12:42.414Z] Fetched 645 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-09-07T01:12:42.414Z] Fetched 41.3 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-09-07T01:12:42.414Z] Fetched 17.9 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-09-07T01:12:42.414Z] Fetched 368 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-09-07T01:12:42.414Z] Fetched 187 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-09-07T01:12:42.414Z] Fetched 175 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-09-07T01:12:42.414Z] Fetched 206 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] [2021-09-07T01:12:42.414Z] Fetched 1302 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-09-07T01:12:42.414Z] Fetched 36.2 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] [2021-09-07T01:12:42.414Z] Fetched 159 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-09-07T01:12:42.414Z] Fetched 107 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-09-07T01:12:42.414Z] Fetched 48.7 kB in 0s (0 B/s) [2021-09-07T01:12:42.414Z] Pulling static-packages [2021-09-07T01:12:42.414Z] + snapcraftctl pull [2021-09-07T01:12:42.414Z] Pulling version [2021-09-07T01:12:42.414Z] + cd /root/project [2021-09-07T01:12:42.414Z] + git describe --tags --abbrev=0 [2021-09-07T01:12:42.414Z] + sed s/v// [2021-09-07T01:12:42.414Z] + GIT_VERSION=2.0.1-dev.37 [2021-09-07T01:12:42.414Z] + [ -z 2.0.1-dev.37 ] [2021-09-07T01:12:42.414Z] + snapcraftctl set-version 2.0.1-dev.37 [2021-09-07T01:12:44.228Z] Building config-common [2021-09-07T01:12:44.228Z] + snapcraftctl build [2021-09-07T01:12:44.499Z] Skipping build go-build-helper (already ran) [2021-09-07T01:12:44.771Z] Building edgex-go [2021-09-07T01:12:44.771Z] + cd /root/parts/edgex-go/src [2021-09-07T01:12:44.771Z] + git describe --tags --abbrev=0 [2021-09-07T01:12:44.771Z] + sed s/v// [2021-09-07T01:12:44.771Z] + GIT_VERSION=2.0.1-dev.37 [2021-09-07T01:12:44.771Z] + [ -z 2.0.1-dev.37 ] [2021-09-07T01:12:44.771Z] + echo 2.0.1-dev.37 [2021-09-07T01:12:44.771Z] + make build [2021-09-07T01:12:44.771Z] go mod tidy [2021-09-07T01:12:48.186Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 [2021-09-07T01:12:48.186Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-09-07T01:12:48.186Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.16 [2021-09-07T01:12:48.186Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-09-07T01:12:48.186Z] go: downloading github.com/google/uuid v1.3.0 [2021-09-07T01:12:48.186Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2021-09-07T01:12:48.186Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 [2021-09-07T01:12:48.186Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2021-09-07T01:12:48.186Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-09-07T01:12:48.186Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-09-07T01:12:48.186Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 [2021-09-07T01:12:48.186Z] go: downloading github.com/lib/pq v1.10.3 [2021-09-07T01:12:48.186Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-09-07T01:12:48.592Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2021-09-07T01:12:48.592Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2021-09-07T01:12:48.902Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 [2021-09-07T01:12:48.902Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 [2021-09-07T01:12:49.572Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-09-07T01:12:49.573Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-07T01:12:49.573Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-07T01:12:49.573Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2021-09-07T01:12:49.573Z] go: downloading github.com/go-kit/kit v0.11.0 [2021-09-07T01:12:49.573Z] go: downloading github.com/stretchr/objx v0.1.1 [2021-09-07T01:12:49.573Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2021-09-07T01:12:49.573Z] go: downloading github.com/x448/float16 v0.8.4 [2021-09-07T01:12:49.863Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2021-09-07T01:12:49.863Z] go: downloading github.com/leodido/go-urn v1.2.1 [2021-09-07T01:12:49.863Z] go: downloading golang.org/x/text v0.3.6 [2021-09-07T01:12:49.863Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-09-07T01:12:49.863Z] go: downloading github.com/go-playground/locales v0.14.0 [2021-09-07T01:12:50.148Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-09-07T01:12:50.148Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-09-07T01:12:50.148Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-09-07T01:12:50.148Z] go: downloading github.com/kr/pretty v0.3.0 [2021-09-07T01:12:50.437Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2021-09-07T01:12:50.437Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-09-07T01:12:50.437Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-09-07T01:12:50.437Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-09-07T01:12:50.437Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2021-09-07T01:12:50.437Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-09-07T01:12:50.437Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2021-09-07T01:12:50.750Z] go: downloading github.com/kr/text v0.2.0 [2021-09-07T01:12:50.750Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2021-09-07T01:12:50.750Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-09-07T01:12:51.032Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-09-07T01:12:51.032Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-09-07T01:12:51.032Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-09-07T01:12:51.032Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-07T01:12:51.032Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-09-07T01:12:51.032Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-09-07T01:12:51.032Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-09-07T01:12:51.032Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-09-07T01:12:51.032Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-09-07T01:12:51.032Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-09-07T01:12:51.312Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-09-07T01:12:51.312Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-07T01:12:51.312Z] go: downloading github.com/fatih/color v1.9.0 [2021-09-07T01:12:51.312Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-09-07T01:12:51.312Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-07T01:12:51.312Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-07T01:12:51.312Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-09-07T01:12:51.312Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-09-07T01:12:51.312Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-09-07T01:12:51.312Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-09-07T01:12:51.312Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-09-07T01:12:51.312Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-09-07T01:12:51.591Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-09-07T01:12:51.591Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-09-07T01:12:51.591Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-09-07T01:12:51.591Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-09-07T01:12:51.591Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-09-07T01:12:51.591Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-09-07T01:12:51.591Z] go: downloading github.com/miekg/dns v1.1.26 [2021-09-07T01:12:51.591Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-09-07T01:12:51.591Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-09-07T01:12:51.591Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-09-07T01:12:51.591Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-09-07T01:12:51.591Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-data/core-data ./cmd/core-data [2021-09-07T01:13:01.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-09-07T01:13:02.350Z] gofmt -l . [2021-09-07T01:13:02.350Z] [ "`gofmt -l .`" = "" ] [2021-09-07T01:13:02.350Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-09-07T01:13:03.013Z] + ls -al . [2021-09-07T01:13:03.013Z] total 636 [2021-09-07T01:13:03.013Z] drwxrwxr-x 9 1001 1001 4096 Sep 7 01:12 . [2021-09-07T01:13:03.013Z] drwxr-xr-x 4 root root 4096 Sep 7 01:08 .. [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 11 Sep 7 01:05 .dockerignore [2021-09-07T01:13:03.013Z] drwxrwxr-x 8 1001 1001 4096 Sep 7 01:05 .git [2021-09-07T01:13:03.013Z] drwxrwxr-x 4 1001 1001 4096 Sep 7 01:05 .github [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 818 Sep 7 01:05 .gitignore [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 76 Sep 7 01:05 .hadolint.yml [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 166 Sep 7 01:05 .sonarcloud.properties [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 1171 Sep 7 01:05 ADOPTERS.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 8493 Sep 7 01:05 Attribution.txt [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 43881 Sep 7 01:05 CHANGELOG.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 3804 Sep 7 01:05 CONTRIBUTING.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 677 Sep 7 01:05 GOVERNANCE.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 849 Sep 7 01:05 Jenkinsfile [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 10775 Sep 7 01:05 LICENSE [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 5915 Sep 7 01:05 Makefile [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 582 Sep 7 01:05 OWNERS.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 8643 Sep 7 01:05 README.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 6912 Sep 7 01:05 SECURITY.md [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 5 Sep 7 01:02 VERSION [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 4131 Sep 7 01:05 ZMQWindows.md [2021-09-07T01:13:03.013Z] drwxrwxr-x 2 1001 1001 4096 Sep 7 01:05 bin [2021-09-07T01:13:03.013Z] drwxrwxr-x 14 1001 1001 4096 Sep 7 01:05 cmd [2021-09-07T01:13:03.013Z] -rw-r--r-- 1 root root 404331 Sep 7 01:11 coverage.out [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 841 Sep 7 01:05 go.mod [2021-09-07T01:13:03.013Z] -rw-r--r-- 1 root root 50064 Sep 7 01:08 go.sum [2021-09-07T01:13:03.013Z] drwxrwxr-x 8 1001 1001 4096 Sep 7 01:05 internal [2021-09-07T01:13:03.013Z] drwxrwxr-x 3 1001 1001 4096 Sep 7 01:05 openapi [2021-09-07T01:13:03.013Z] drwxrwxr-x 4 1001 1001 4096 Sep 7 01:05 snap [2021-09-07T01:13:03.013Z] -rw-rw-r-- 1 1001 1001 204 Sep 7 01:05 version.go [Pipeline] sh [2021-09-07T01:13:03.671Z] + '[' -e coverage.out ] [2021-09-07T01:13:03.671Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-09-07T01:13:03.717Z] Warning: overwriting stash ‘coverage-report’ [2021-09-07T01:13:04.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-command/core-command ./cmd/core-command [2021-09-07T01:13:04.532Z] Stashed 1 file(s) [Pipeline] sh [2021-09-07T01:13:05.192Z] + make build [2021-09-07T01:13:05.192Z] go mod tidy [2021-09-07T01:13:05.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-09-07T01:13:05.793Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-09-07T01:13:06.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-07T01:13:07.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-09-07T01:13:08.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-09-07T01:13:09.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-09-07T01:13:10.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-09-07T01:13:11.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-09-07T01:13:12.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-09-07T01:13:12.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config [2021-09-07T01:13:13.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-09-07T01:13:15.269Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-09-07T01:13:15.269Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-09-07T01:13:15.269Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-09-07T01:13:15.269Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-09-07T01:13:15.269Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-09-07T01:13:15.269Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-09-07T01:13:15.269Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-09-07T01:13:15.269Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-09-07T01:13:15.269Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-09-07T01:13:15.269Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-09-07T01:13:15.269Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-09-07T01:13:15.269Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-09-07T01:13:15.269Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-09-07T01:13:15.270Z] + 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 [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-09-07T01:13:15.270Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-09-07T01:13:15.270Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-09-07T01:13:15.270Z] + 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 [2021-09-07T01:13:15.270Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-09-07T01:13:15.270Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-09-07T01:13:15.270Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-09-07T01:13:16.740Z] Building hooks [2021-09-07T01:13:16.740Z] + cd /root/parts/hooks/src [2021-09-07T01:13:16.740Z] + make build [2021-09-07T01:13:16.740Z] go mod tidy [2021-09-07T01:13:17.357Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 [2021-09-07T01:13:17.357Z] go: downloading github.com/stretchr/testify v1.5.1 [2021-09-07T01:13:17.357Z] go: downloading gopkg.in/yaml.v2 v2.2.2 [2021-09-07T01:13:17.357Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2021-09-07T01:13:17.641Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2021-09-07T01:13:18.245Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2021-09-07T01:13:18.854Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2021-09-07T01:13:18.854Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2021-09-07T01:13:21.510Z] Building static-packages [2021-09-07T01:13:21.510Z] + snapcraftctl build [2021-09-07T01:13:23.515Z] Building version [2021-09-07T01:13:23.515Z] + snapcraftctl build [2021-09-07T01:13:25.500Z] Staging config-common [2021-09-07T01:13:25.500Z] + snapcraftctl stage [2021-09-07T01:13:26.485Z] Skipping stage go-build-helper (already ran) [2021-09-07T01:13:26.486Z] Staging edgex-go [2021-09-07T01:13:26.486Z] + snapcraftctl stage [2021-09-07T01:13:27.468Z] Staging hooks [2021-09-07T01:13:27.468Z] + snapcraftctl stage [2021-09-07T01:13:28.930Z] Staging static-packages [2021-09-07T01:13:28.930Z] + snapcraftctl stage [2021-09-07T01:13:29.928Z] Staging version [2021-09-07T01:13:29.928Z] + snapcraftctl stage [2021-09-07T01:13:30.916Z] Priming config-common [2021-09-07T01:13:30.916Z] + snapcraftctl prime [2021-09-07T01:13:32.124Z] Priming go-build-helper [2021-09-07T01:13:32.124Z] + snapcraftctl prime [2021-09-07T01:13:33.136Z] Priming edgex-go [2021-09-07T01:13:33.136Z] + snapcraftctl prime [2021-09-07T01:13:34.603Z] Priming hooks [2021-09-07T01:13:34.603Z] + snapcraftctl prime [2021-09-07T01:13:34.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-09-07T01:13:35.605Z] Priming static-packages [2021-09-07T01:13:35.605Z] + snapcraftctl prime [2021-09-07T01:13:37.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-09-07T01:13:38.243Z] Priming version [2021-09-07T01:13:38.243Z] + snapcraftctl prime [2021-09-07T01:13:39.243Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-07T01:13:41.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-07T01:13:42.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-09-07T01:13:45.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-09-07T01:13:49.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-09-07T01:13:52.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-09-07T01:13:56.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-09-07T01:14:00.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-09-07T01:14:05.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-09-07T01:14:09.573Z] $ docker stop --time=1 7fd6715e3e4e2202d2bc1314b663ab89d07f663a8b7b5667ee313a723ca512d1 [2021-09-07T01:14:12.293Z] $ docker rm -f 7fd6715e3e4e2202d2bc1314b663ab89d07f663a8b7b5667ee313a723ca512d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:14:14.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-07T01:14:14.410Z] [2021-09-07T01:14:14.410Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:14:14.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-07T01:14:15.363Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-09-07T01:14:15.363Z] 29e5d40040c1: Pulling fs layer [2021-09-07T01:14:15.363Z] 1ce36da41761: Pulling fs layer [2021-09-07T01:14:15.363Z] 25b303627fd3: Pulling fs layer [2021-09-07T01:14:15.960Z] 29e5d40040c1: Verifying Checksum [2021-09-07T01:14:15.960Z] 29e5d40040c1: Download complete [2021-09-07T01:14:16.562Z] 29e5d40040c1: Pull complete [2021-09-07T01:14:16.562Z] 1ce36da41761: Verifying Checksum [2021-09-07T01:14:16.562Z] 1ce36da41761: Download complete [2021-09-07T01:14:18.003Z] 1ce36da41761: Pull complete [2021-09-07T01:14:18.278Z] 25b303627fd3: Verifying Checksum [2021-09-07T01:14:18.278Z] 25b303627fd3: Download complete [2021-09-07T01:14:28.442Z] 25b303627fd3: Pull complete [2021-09-07T01:14:28.442Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-09-07T01:14:28.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-07T01:14:28.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-09-07T01:14:28.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container [2021-09-07T01:14:28.797Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose-arm64:latest cat [2021-09-07T01:14:32.549Z] $ docker top 4dbf5ab3c12bf3c46589b74fe672328ffbc450c7688a13d51f5b3b9ae1675295 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:14:33.563Z] + docker-compose build --help [2021-09-07T01:14:33.563Z] + grep parallel [2021-09-07T01:14:37.867Z] --parallel Build images in parallel. [Pipeline] } [2021-09-07T01:14:38.158Z] $ docker stop --time=1 4dbf5ab3c12bf3c46589b74fe672328ffbc450c7688a13d51f5b3b9ae1675295 [2021-09-07T01:14:39.968Z] $ docker rm -f 4dbf5ab3c12bf3c46589b74fe672328ffbc450c7688a13d51f5b3b9ae1675295 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:14:40.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-09-07T01:14:40.619Z] . [Pipeline] withDockerContainer [2021-09-07T01:14:40.865Z] prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container [2021-09-07T01:14:40.945Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-09-07T01:14:42.527Z] $ docker top dfd9c982bd5843c0ff45235cfbf9b7671fd01267c7934fb13ddbba57c4d51cdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:14:43.466Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-09-07T01:14:49.315Z] Building core-command ... [2021-09-07T01:14:49.315Z] Building core-data ... [2021-09-07T01:14:49.315Z] Building core-metadata ... [2021-09-07T01:14:49.315Z] Building security-bootstrapper ... [2021-09-07T01:14:49.315Z] Building security-proxy-setup ... [2021-09-07T01:14:49.315Z] Building security-secretstore-setup ... [2021-09-07T01:14:49.315Z] Building support-notifications ... [2021-09-07T01:14:49.315Z] Building support-scheduler ... [2021-09-07T01:14:49.315Z] Building sys-mgmt-agent ... [2021-09-07T01:14:49.315Z] Building core-data [2021-09-07T01:14:49.315Z] Building security-secretstore-setup [2021-09-07T01:14:49.315Z] Building core-metadata [2021-09-07T01:14:49.315Z] Building support-notifications [2021-09-07T01:14:49.315Z] Building support-scheduler [2021-09-07T01:15:57.390Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:15:57.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:15:57.390Z] ---> 92d3767a3ab8 [2021-09-07T01:15:57.390Z] Step 3/23 : WORKDIR /edgex-go [2021-09-07T01:15:57.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:15:57.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:15:57.390Z] ---> 92d3767a3ab8 [2021-09-07T01:15:57.390Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:15:57.390Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:15:57.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:15:57.390Z] ---> 92d3767a3ab8 [2021-09-07T01:15:57.390Z] Step 3/23 : WORKDIR /edgex-go [2021-09-07T01:15:57.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:15:57.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:15:57.390Z] ---> 92d3767a3ab8 [2021-09-07T01:15:57.390Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:15:57.390Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:15:57.390Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:15:57.390Z] ---> 92d3767a3ab8 [2021-09-07T01:15:57.390Z] Step 3/26 : WORKDIR /edgex-go [2021-09-07T01:15:57.390Z] ---> Running in 6664dcffd381 [2021-09-07T01:15:57.390Z] ---> Running in f81171b4df00 [2021-09-07T01:15:57.390Z] ---> Running in 1ab1db608717 [2021-09-07T01:15:57.390Z] ---> Running in 33172c536832 [2021-09-07T01:15:57.390Z] ---> Running in 1a747bfbf273 [2021-09-07T01:15:57.390Z] Removing intermediate container f81171b4df00 [2021-09-07T01:15:57.390Z] ---> cbd5c84b0864 [2021-09-07T01:15:57.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:15:57.390Z] Removing intermediate container 6664dcffd381 [2021-09-07T01:15:57.390Z] ---> 6ccb5d6bdf59 [2021-09-07T01:15:57.390Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:15:57.390Z] Removing intermediate container 33172c536832 [2021-09-07T01:15:57.390Z] ---> f7a9dbb2542d [2021-09-07T01:15:57.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:15:57.390Z] Removing intermediate container 1a747bfbf273 [2021-09-07T01:15:57.390Z] ---> 54a54210f64b [2021-09-07T01:15:57.390Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:15:57.390Z] Removing intermediate container 1ab1db608717 [2021-09-07T01:15:57.390Z] ---> 9599512d080f [2021-09-07T01:15:57.390Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:15:57.390Z] ---> Running in c3358223c85c [2021-09-07T01:15:57.390Z] ---> Running in 77f7afdfd0b9 [2021-09-07T01:15:57.390Z] ---> Running in b055bfc4b2e9 [2021-09-07T01:15:57.390Z] ---> Running in 34013ee3bc72 [2021-09-07T01:15:57.390Z] ---> Running in 779ea5c521c6 [2021-09-07T01:15:59.368Z] Removing intermediate container c3358223c85c [2021-09-07T01:15:59.368Z] ---> c16821348b7b [2021-09-07T01:15:59.368Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-07T01:15:59.368Z] ---> Running in 924c6c305be3 [2021-09-07T01:15:59.368Z] Removing intermediate container 77f7afdfd0b9 [2021-09-07T01:15:59.368Z] ---> 72bba1d77fa3 [2021-09-07T01:15:59.368Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-09-07T01:15:59.967Z] ---> Running in 85d18db9ae8c [2021-09-07T01:15:59.967Z] Removing intermediate container 34013ee3bc72 [2021-09-07T01:15:59.967Z] ---> ac3d1452228d [2021-09-07T01:15:59.967Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-09-07T01:15:59.967Z] Removing intermediate container b055bfc4b2e9 [2021-09-07T01:15:59.967Z] ---> a92b7ecc9862 [2021-09-07T01:15:59.967Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-09-07T01:16:00.257Z] Removing intermediate container 779ea5c521c6 [2021-09-07T01:16:00.257Z] ---> 6b7b8e221a7f [2021-09-07T01:16:00.257Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-09-07T01:16:00.257Z] ---> Running in 35f538f9f9c4 [2021-09-07T01:16:00.257Z] ---> Running in 3ca9d3a4e2b5 [2021-09-07T01:16:02.005Z] ---> Running in 3493a718bf79 [2021-09-07T01:16:02.005Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:02.005Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:02.278Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:02.278Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:02.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:02.279Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:02.552Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:03.149Z] OK: 218 MiB in 52 packages [2021-09-07T01:16:03.149Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:03.430Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:03.430Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:16:03.708Z] OK: 218 MiB in 52 packages [2021-09-07T01:16:04.314Z] OK: 218 MiB in 52 packages [2021-09-07T01:16:04.598Z] OK: 218 MiB in 52 packages [2021-09-07T01:16:04.599Z] OK: 218 MiB in 52 packages [2021-09-07T01:16:04.599Z] Removing intermediate container 924c6c305be3 [2021-09-07T01:16:04.599Z] ---> 7842d9d118b6 [2021-09-07T01:16:04.599Z] Step 6/24 : COPY go.mod . [2021-09-07T01:16:05.592Z] Removing intermediate container 85d18db9ae8c [2021-09-07T01:16:05.592Z] ---> 51fd16fdee9f [2021-09-07T01:16:05.592Z] Step 6/23 : COPY go.mod . [2021-09-07T01:16:05.878Z] ---> bb35c988c490 [2021-09-07T01:16:05.878Z] Step 7/24 : RUN go mod download [2021-09-07T01:16:06.152Z] ---> Running in ac4978679941 [2021-09-07T01:16:06.152Z] Removing intermediate container 35f538f9f9c4 [2021-09-07T01:16:06.152Z] ---> 01fe5631023f [2021-09-07T01:16:06.152Z] Step 6/26 : COPY go.mod . [2021-09-07T01:16:06.152Z] Removing intermediate container 3493a718bf79 [2021-09-07T01:16:06.152Z] ---> 75e7b8d4c0f4 [2021-09-07T01:16:06.152Z] Step 6/24 : COPY go.mod . [2021-09-07T01:16:06.762Z] Removing intermediate container 3ca9d3a4e2b5 [2021-09-07T01:16:06.762Z] ---> 9f29374e8481 [2021-09-07T01:16:06.762Z] Step 6/23 : COPY go.mod . [2021-09-07T01:16:07.048Z] ---> 2c8441c01aaa [2021-09-07T01:16:07.048Z] Step 7/23 : RUN go mod download [2021-09-07T01:16:07.322Z] ---> Running in 7afb0e848f44 [2021-09-07T01:16:07.322Z] ---> ed66adf06619 [2021-09-07T01:16:07.322Z] Step 7/26 : RUN go mod download [2021-09-07T01:16:07.601Z] ---> 6fe4fa02c304 [2021-09-07T01:16:07.601Z] Step 7/24 : RUN go mod download [2021-09-07T01:16:07.601Z] ---> Running in 071a8ef7af2c [2021-09-07T01:16:07.895Z] ---> Running in 36013482cc75 [2021-09-07T01:16:07.895Z] ---> 4d19d55f4993 [2021-09-07T01:16:07.895Z] Step 7/23 : RUN go mod download [2021-09-07T01:16:08.516Z] ---> Running in 5761f576af7b [2021-09-07T01:16:11.158Z] Removing intermediate container ac4978679941 [2021-09-07T01:16:11.158Z] ---> de9a2a61cd42 [2021-09-07T01:16:11.158Z] Step 8/24 : COPY . . [2021-09-07T01:16:13.149Z] Removing intermediate container 7afb0e848f44 [2021-09-07T01:16:13.149Z] ---> 8dface231a4a [2021-09-07T01:16:13.149Z] Step 8/23 : COPY . . [2021-09-07T01:16:16.540Z] Removing intermediate container 36013482cc75 [2021-09-07T01:16:16.540Z] ---> 2f1860378f6c [2021-09-07T01:16:16.540Z] Step 8/24 : COPY . . [2021-09-07T01:16:16.540Z] Removing intermediate container 071a8ef7af2c [2021-09-07T01:16:16.540Z] ---> b239b467ee16 [2021-09-07T01:16:16.540Z] Step 8/26 : COPY . . [2021-09-07T01:16:17.144Z] Removing intermediate container 5761f576af7b [2021-09-07T01:16:17.144Z] ---> c1c09e94240a [2021-09-07T01:16:17.144Z] Step 8/23 : COPY . . [2021-09-07T01:16:39.344Z] ---> 318abd526fda [2021-09-07T01:16:39.344Z] Step 9/23 : RUN go mod tidy [2021-09-07T01:16:39.344Z] ---> 2f5bfa06d521 [2021-09-07T01:16:39.344Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:16:39.344Z] ---> f41c23ba080f [2021-09-07T01:16:39.344Z] Step 9/26 : RUN go mod tidy [2021-09-07T01:16:39.344Z] ---> 85f8fbe3099c [2021-09-07T01:16:39.344Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:16:39.344Z] ---> Running in ee7fe54c2f8f [2021-09-07T01:16:39.344Z] ---> Running in 8669494dc244 [2021-09-07T01:16:39.344Z] ---> Running in cc0dc5b94658 [2021-09-07T01:16:39.344Z] ---> Running in 58e22730e9da [2021-09-07T01:16:39.344Z] ---> 002ef324efff [2021-09-07T01:16:39.344Z] Step 9/23 : RUN go mod tidy [2021-09-07T01:16:39.344Z] ---> Running in 1feef8fef35d [2021-09-07T01:16:44.756Z] Removing intermediate container ee7fe54c2f8f [2021-09-07T01:16:44.756Z] ---> e54da6611cff [2021-09-07T01:16:44.756Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-09-07T01:16:45.032Z] ---> Running in 3b65ef7cf945 [2021-09-07T01:16:45.633Z] Removing intermediate container cc0dc5b94658 [2021-09-07T01:16:45.633Z] ---> 620e08a952e5 [2021-09-07T01:16:45.633Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-09-07T01:16:45.911Z] ---> Running in 5face81db453 [2021-09-07T01:16:46.191Z] Removing intermediate container 8669494dc244 [2021-09-07T01:16:46.191Z] ---> 2ef1fff9beb6 [2021-09-07T01:16:46.191Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-09-07T01:16:47.881Z] ---> Running in 5a0301d47851 [2021-09-07T01:16:47.881Z] Removing intermediate container 1feef8fef35d [2021-09-07T01:16:47.881Z] ---> 2988518ef5ce [2021-09-07T01:16:47.881Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-09-07T01:16:47.881Z] Removing intermediate container 58e22730e9da [2021-09-07T01:16:47.881Z] ---> 39824dc3aa05 [2021-09-07T01:16:47.881Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-09-07T01:16:47.881Z] ---> Running in a5e10c88922d [2021-09-07T01:16:47.881Z] ---> Running in 47c91cb7aa61 [2021-09-07T01:16:47.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-09-07T01:16:47.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-09-07T01:16:48.482Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-09-07T01:16:49.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-09-07T01:16:49.469Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-09-07T01:18:41.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-09-07T01:18:56.466Z] Removing intermediate container 47c91cb7aa61 [2021-09-07T01:18:56.466Z] ---> fcf865e3dafa [2021-09-07T01:18:56.466Z] [2021-09-07T01:18:56.466Z] Step 11/26 : FROM alpine:3.12 [2021-09-07T01:18:56.466Z] Removing intermediate container 3b65ef7cf945 [2021-09-07T01:18:56.466Z] ---> 739f173af1b8 [2021-09-07T01:18:56.466Z] [2021-09-07T01:18:56.466Z] Step 11/23 : FROM alpine:3.12 [2021-09-07T01:18:56.466Z] 3.12: Pulling from library/alpine [2021-09-07T01:18:56.466Z] 3.12: Pulling from library/alpine [2021-09-07T01:18:57.065Z] Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a [2021-09-07T01:18:57.065Z] Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a [2021-09-07T01:18:57.065Z] Status: Downloaded newer image for alpine:3.12 [2021-09-07T01:18:57.065Z] Status: Downloaded newer image for alpine:3.12 [2021-09-07T01:18:57.065Z] ---> afc2cc120ca2 [2021-09-07T01:18:57.065Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-09-07T01:18:57.065Z] ---> afc2cc120ca2 [2021-09-07T01:18:57.065Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-09-07T01:18:59.071Z] ---> Running in 0ba3612ae98c [2021-09-07T01:18:59.071Z] ---> Running in ea6e616f00a6 [2021-09-07T01:18:59.348Z] Removing intermediate container a5e10c88922d [2021-09-07T01:18:59.348Z] ---> 1ed86b0a16f6 [2021-09-07T01:18:59.348Z] [2021-09-07T01:18:59.348Z] Step 11/23 : FROM alpine:3.12 [2021-09-07T01:18:59.348Z] ---> afc2cc120ca2 [2021-09-07T01:18:59.348Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-09-07T01:18:59.622Z] Removing intermediate container 5face81db453 [2021-09-07T01:18:59.622Z] ---> 5041e1ab0142 [2021-09-07T01:18:59.622Z] [2021-09-07T01:18:59.622Z] Step 11/24 : FROM alpine:3.12 [2021-09-07T01:18:59.622Z] ---> afc2cc120ca2 [2021-09-07T01:18:59.622Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-07T01:19:00.223Z] ---> Running in 253e86257d40 [2021-09-07T01:19:00.223Z] ---> Running in 60bb1d8adebd [2021-09-07T01:19:01.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:01.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:01.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:01.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:02.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:02.563Z] (1/3) Installing ca-certificates (20191127-r4) [2021-09-07T01:19:02.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:02.563Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-09-07T01:19:02.563Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:19:02.563Z] (2/3) Installing dumb-init (1.2.2-r1) [2021-09-07T01:19:02.564Z] (3/3) Installing su-exec (0.2-r1) [2021-09-07T01:19:02.564Z] OK: 5 MiB in 15 packages [2021-09-07T01:19:02.564Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:19:02.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:02.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:02.564Z] Executing ca-certificates-20191127-r4.trigger [2021-09-07T01:19:02.846Z] OK: 6 MiB in 17 packages [2021-09-07T01:19:03.467Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-09-07T01:19:03.467Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:19:03.467Z] OK: 5 MiB in 15 packages [2021-09-07T01:19:03.467Z] (1/2) Installing ca-certificates (20191127-r4) [2021-09-07T01:19:03.467Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-09-07T01:19:03.467Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:19:03.467Z] Executing ca-certificates-20191127-r4.trigger [2021-09-07T01:19:03.743Z] OK: 6 MiB in 16 packages [2021-09-07T01:19:05.185Z] Removing intermediate container ea6e616f00a6 [2021-09-07T01:19:05.185Z] ---> f5c25c0b9cb8 [2021-09-07T01:19:05.185Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:19:05.185Z] ---> Running in 71254e019290 [2021-09-07T01:19:05.465Z] Removing intermediate container 60bb1d8adebd [2021-09-07T01:19:05.465Z] ---> 16f5771aabc8 [2021-09-07T01:19:05.465Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:19:06.454Z] Removing intermediate container 0ba3612ae98c [2021-09-07T01:19:06.454Z] ---> 6017982f55e4 [2021-09-07T01:19:06.454Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-07T01:19:06.454Z] ---> Running in 5992de471328 [2021-09-07T01:19:06.454Z] Removing intermediate container 253e86257d40 [2021-09-07T01:19:06.454Z] ---> 0c2923452d76 [2021-09-07T01:19:06.454Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:19:07.046Z] Removing intermediate container 71254e019290 [2021-09-07T01:19:07.046Z] ---> ece9c32bde8b [2021-09-07T01:19:07.046Z] Step 14/23 : ENV APP_PORT=59861 [2021-09-07T01:19:07.318Z] ---> Running in dae387174894 [2021-09-07T01:19:07.318Z] ---> Running in 536259f044b8 [2021-09-07T01:19:07.318Z] ---> Running in 1d14726dbec8 [2021-09-07T01:19:07.318Z] Removing intermediate container 5992de471328 [2021-09-07T01:19:07.318Z] ---> eae49aa3ffa4 [2021-09-07T01:19:07.318Z] Step 14/24 : ENV APP_PORT=59881 [2021-09-07T01:19:07.918Z] Removing intermediate container 5a0301d47851 [2021-09-07T01:19:07.918Z] ---> 7de1da0bd781 [2021-09-07T01:19:07.918Z] [2021-09-07T01:19:07.918Z] Step 11/24 : FROM alpine:3.12 [2021-09-07T01:19:07.918Z] ---> afc2cc120ca2 [2021-09-07T01:19:07.918Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-09-07T01:19:07.918Z] ---> Running in 6c25a05885c8 [2021-09-07T01:19:08.196Z] ---> Running in eb24cca4793a [2021-09-07T01:19:08.196Z] Removing intermediate container dae387174894 [2021-09-07T01:19:08.196Z] ---> 976cfe78efd6 [2021-09-07T01:19:08.196Z] Step 14/23 : ENV APP_PORT=59860 [2021-09-07T01:19:08.196Z] Removing intermediate container 536259f044b8 [2021-09-07T01:19:08.196Z] ---> abce68ff7b7c [2021-09-07T01:19:08.196Z] Step 14/26 : WORKDIR / [2021-09-07T01:19:08.196Z] Removing intermediate container 1d14726dbec8 [2021-09-07T01:19:08.196Z] ---> cd54c905dba2 [2021-09-07T01:19:08.196Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-07T01:19:08.471Z] ---> Running in d1670edb6f51 [2021-09-07T01:19:08.471Z] ---> Running in 4996a35e0836 [2021-09-07T01:19:08.471Z] ---> Running in 8b300751fefe [2021-09-07T01:19:08.744Z] Removing intermediate container 6c25a05885c8 [2021-09-07T01:19:08.744Z] ---> 8d04c6be439a [2021-09-07T01:19:08.744Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-07T01:19:08.744Z] Removing intermediate container eb24cca4793a [2021-09-07T01:19:08.744Z] ---> bb0a5289fc4b [2021-09-07T01:19:08.744Z] Step 13/24 : ENV APP_PORT=59880 [2021-09-07T01:19:09.022Z] ---> Running in ee3d2d0ee3ff [2021-09-07T01:19:09.022Z] ---> Running in a12e8924a697 [2021-09-07T01:19:09.296Z] Removing intermediate container 4996a35e0836 [2021-09-07T01:19:09.296Z] ---> 2d425f534acf [2021-09-07T01:19:09.296Z] Step 15/23 : EXPOSE $APP_PORT [2021-09-07T01:19:09.296Z] Removing intermediate container d1670edb6f51 [2021-09-07T01:19:09.296Z] ---> e335179ed305 [2021-09-07T01:19:09.296Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-09-07T01:19:09.296Z] Removing intermediate container 8b300751fefe [2021-09-07T01:19:09.296Z] ---> b017f94626a5 [2021-09-07T01:19:09.296Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:19:09.572Z] ---> Running in 545a476464f0 [2021-09-07T01:19:09.572Z] Removing intermediate container ee3d2d0ee3ff [2021-09-07T01:19:09.572Z] ---> e30fb9a5d570 [2021-09-07T01:19:09.572Z] Step 16/24 : WORKDIR / [2021-09-07T01:19:09.847Z] ---> Running in 7690f4b899c8 [2021-09-07T01:19:09.847Z] Removing intermediate container a12e8924a697 [2021-09-07T01:19:09.847Z] ---> efef84b626fd [2021-09-07T01:19:09.847Z] Step 14/24 : EXPOSE $APP_PORT [2021-09-07T01:19:10.126Z] ---> Running in 7dcaf5a112fd [2021-09-07T01:19:10.422Z] Removing intermediate container 545a476464f0 [2021-09-07T01:19:10.422Z] ---> 1ef3f16cd363 [2021-09-07T01:19:10.422Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:19:10.422Z] ---> ae044dbed717 [2021-09-07T01:19:10.422Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-09-07T01:19:10.700Z] ---> 0319cd3160a7 [2021-09-07T01:19:10.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-09-07T01:19:10.700Z] Removing intermediate container 7690f4b899c8 [2021-09-07T01:19:10.700Z] ---> 5f178e9db676 [2021-09-07T01:19:10.700Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:19:10.975Z] Removing intermediate container 7dcaf5a112fd [2021-09-07T01:19:10.975Z] ---> c50e0b20241e [2021-09-07T01:19:10.975Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:19:11.254Z] ---> Running in 38faa1b74c3e [2021-09-07T01:19:11.855Z] ---> c20798eb170b [2021-09-07T01:19:11.855Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-09-07T01:19:12.133Z] ---> 683d5661ba4d [2021-09-07T01:19:12.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-09-07T01:19:12.133Z] ---> 5d77159a4d76 [2021-09-07T01:19:12.133Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-09-07T01:19:13.146Z] ---> ccaf59e60191 [2021-09-07T01:19:13.146Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-09-07T01:19:13.753Z] ---> 056c96431583 [2021-09-07T01:19:13.753Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-09-07T01:19:14.029Z] ---> 292888754772 [2021-09-07T01:19:14.029Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-09-07T01:19:14.307Z] ---> b288dd3bb07a [2021-09-07T01:19:14.307Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-09-07T01:19:14.307Z] ---> 5c0cfb03437f [2021-09-07T01:19:14.307Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-09-07T01:19:14.590Z] ---> Running in 72ad893552ec [2021-09-07T01:19:14.865Z] Removing intermediate container 38faa1b74c3e [2021-09-07T01:19:14.865Z] ---> 291aca190c58 [2021-09-07T01:19:14.865Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-09-07T01:19:15.139Z] ---> f70cc7bb226c [2021-09-07T01:19:15.139Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-09-07T01:19:15.139Z] ---> Running in 97a88aca7014 [2021-09-07T01:19:15.414Z] Removing intermediate container 72ad893552ec [2021-09-07T01:19:15.414Z] ---> c81cb27589f2 [2021-09-07T01:19:15.414Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:19:15.414Z] ---> cf115b9c35c5 [2021-09-07T01:19:15.414Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-09-07T01:19:15.704Z] ---> Running in eba4719cd461 [2021-09-07T01:19:15.705Z] ---> 442ca52f67eb [2021-09-07T01:19:15.705Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-09-07T01:19:15.705Z] ---> Running in 9f24eabcfb78 [2021-09-07T01:19:15.980Z] ---> Running in 0002d5852d66 [2021-09-07T01:19:16.263Z] Removing intermediate container eba4719cd461 [2021-09-07T01:19:16.263Z] ---> b0f3437608ee [2021-09-07T01:19:16.263Z] Step 21/23 : LABEL arch=arm64 [2021-09-07T01:19:16.874Z] ---> Running in 73cfa37d7bd4 [2021-09-07T01:19:16.874Z] Removing intermediate container 9f24eabcfb78 [2021-09-07T01:19:16.874Z] ---> 2cf4dd8d27c1 [2021-09-07T01:19:16.874Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:19:16.874Z] Removing intermediate container 0002d5852d66 [2021-09-07T01:19:16.874Z] ---> f85cef5d23ee [2021-09-07T01:19:16.874Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:19:16.874Z] ---> 7d349e873ac9 [2021-09-07T01:19:16.874Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-09-07T01:19:17.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:17.147Z] ---> Running in 4229e76074b4 [2021-09-07T01:19:17.147Z] ---> Running in 77ce80c9464b [2021-09-07T01:19:17.429Z] Removing intermediate container 73cfa37d7bd4 [2021-09-07T01:19:17.429Z] ---> 9baaab59d29e [2021-09-07T01:19:17.429Z] Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:19:17.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:19:17.973Z] ---> Running in f20053ebe2d7 [2021-09-07T01:19:17.973Z] Removing intermediate container 4229e76074b4 [2021-09-07T01:19:17.973Z] ---> fcaf83fd692d [2021-09-07T01:19:17.973Z] Step 21/23 : LABEL arch=arm64 [2021-09-07T01:19:18.243Z] Removing intermediate container 77ce80c9464b [2021-09-07T01:19:18.243Z] ---> dc7848452760 [2021-09-07T01:19:18.243Z] Step 22/24 : LABEL arch=arm64 [2021-09-07T01:19:18.515Z] ---> Running in 41499d24f57b [2021-09-07T01:19:18.515Z] ---> 115bdfe93f3b [2021-09-07T01:19:18.515Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-09-07T01:19:18.515Z] ---> Running in f17edd4984de [2021-09-07T01:19:18.515Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-09-07T01:19:18.515Z] Removing intermediate container f20053ebe2d7 [2021-09-07T01:19:18.515Z] ---> 0bb55c353c96 [2021-09-07T01:19:18.515Z] Step 23/23 : LABEL version=0.0.0 [2021-09-07T01:19:18.515Z] (2/6) Installing libgcc (9.3.0-r2) [2021-09-07T01:19:18.788Z] (3/6) Installing libsodium (1.0.18-r0) [2021-09-07T01:19:18.788Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-09-07T01:19:18.788Z] ---> Running in 52e034868146 [2021-09-07T01:19:19.069Z] (5/6) Installing libzmq (4.3.3-r0) [2021-09-07T01:19:19.069Z] Removing intermediate container 41499d24f57b [2021-09-07T01:19:19.069Z] Removing intermediate container f17edd4984de [2021-09-07T01:19:19.069Z] ---> 59b949ee7115 [2021-09-07T01:19:19.069Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:19:19.069Z] ---> 9792dfeac854 [2021-09-07T01:19:19.069Z] Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:19:19.069Z] (6/6) Installing zeromq (4.3.3-r0) [2021-09-07T01:19:19.069Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:19:19.346Z] OK: 8 MiB in 20 packages [2021-09-07T01:19:19.346Z] ---> Running in a2523813335d [2021-09-07T01:19:19.346Z] ---> Running in 36581171675f [2021-09-07T01:19:19.618Z] Removing intermediate container 52e034868146 [2021-09-07T01:19:19.619Z] ---> 1a9c4b274bee [2021-09-07T01:19:19.619Z] [2021-09-07T01:19:19.619Z] ---> 8ce8392ec4b8 [2021-09-07T01:19:19.619Z] Step 22/26 : 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/ [2021-09-07T01:19:19.888Z] ---> Running in d8a2d7763176 [2021-09-07T01:19:20.160Z] Successfully built 1a9c4b274bee [2021-09-07T01:19:20.160Z] Successfully tagged support-scheduler-arm64:latest [2021-09-07T01:19:20.160Z]  Building support-scheduler ... done Building security-bootstrapper [2021-09-07T01:19:20.160Z] Removing intermediate container 36581171675f [2021-09-07T01:19:20.160Z] ---> 5ec9846a15da [2021-09-07T01:19:20.160Z] Step 23/23 : LABEL version=0.0.0 [2021-09-07T01:19:20.160Z] Removing intermediate container a2523813335d [2021-09-07T01:19:20.160Z] ---> 1f66910c4846 [2021-09-07T01:19:20.160Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:19:20.494Z] ---> Running in 5564c7ac211f [2021-09-07T01:19:20.494Z] ---> Running in 8befa450c54b [2021-09-07T01:19:20.785Z] Removing intermediate container 97a88aca7014 [2021-09-07T01:19:20.785Z] ---> b60ca8c6d6e7 [2021-09-07T01:19:20.785Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:19:21.480Z] Removing intermediate container 5564c7ac211f [2021-09-07T01:19:21.480Z] ---> e086e62aca48 [2021-09-07T01:19:21.480Z] [2021-09-07T01:19:21.778Z] Successfully built e086e62aca48 [2021-09-07T01:19:22.102Z] Successfully tagged support-notifications-arm64:latest [2021-09-07T01:19:22.102Z] Building security-proxy-setup [2021-09-07T01:19:22.102Z]  Building support-notifications ... done Removing intermediate container 8befa450c54b [2021-09-07T01:19:22.102Z] ---> 4baca58ad850 [2021-09-07T01:19:22.102Z] [2021-09-07T01:19:22.726Z] Successfully built 4baca58ad850 [2021-09-07T01:19:22.726Z] Successfully tagged core-metadata-arm64:latest [2021-09-07T01:19:22.726Z]  Building core-metadata ... done Building sys-mgmt-agent [2021-09-07T01:19:23.012Z] ---> 321ce92f3a92 [2021-09-07T01:19:23.012Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-09-07T01:19:23.613Z] Removing intermediate container d8a2d7763176 [2021-09-07T01:19:23.613Z] ---> 501eb26c3f7b [2021-09-07T01:19:23.613Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-09-07T01:19:24.204Z] ---> Running in 20c141919a3c [2021-09-07T01:19:24.804Z] ---> e0fbf7969a2e [2021-09-07T01:19:24.804Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-09-07T01:19:25.081Z] Removing intermediate container 20c141919a3c [2021-09-07T01:19:25.081Z] ---> c7356b4be5cc [2021-09-07T01:19:25.081Z] Step 24/26 : LABEL arch=arm64 [2021-09-07T01:19:25.680Z] ---> Running in 7e36bd08ea31 [2021-09-07T01:19:25.960Z] ---> 43c5b165ea71 [2021-09-07T01:19:26.242Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-09-07T01:19:26.518Z] ---> Running in 59b67b226e58 [2021-09-07T01:19:26.518Z] Removing intermediate container 7e36bd08ea31 [2021-09-07T01:19:26.518Z] ---> 81dcbd3145d8 [2021-09-07T01:19:26.518Z] Step 25/26 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:19:26.791Z] ---> Running in 1458056dffa1 [2021-09-07T01:19:27.386Z] Removing intermediate container 59b67b226e58 [2021-09-07T01:19:27.386Z] ---> e08cfeffe3bb [2021-09-07T01:19:27.386Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:19:27.657Z] Removing intermediate container 1458056dffa1 [2021-09-07T01:19:27.657Z] ---> fc96078d8dc9 [2021-09-07T01:19:27.657Z] Step 26/26 : LABEL version=0.0.0 [2021-09-07T01:19:27.932Z] ---> Running in 2a25254b2128 [2021-09-07T01:19:28.537Z] ---> Running in dc66f65a1cb0 [2021-09-07T01:19:28.808Z] Removing intermediate container 2a25254b2128 [2021-09-07T01:19:28.808Z] ---> 6e4e34aa4df8 [2021-09-07T01:19:28.808Z] Step 22/24 : LABEL arch=arm64 [2021-09-07T01:19:29.083Z] Removing intermediate container dc66f65a1cb0 [2021-09-07T01:19:29.083Z] ---> b184da44e60d [2021-09-07T01:19:29.083Z] [2021-09-07T01:19:29.675Z] ---> Running in 9769bf90dee2 [2021-09-07T01:19:29.675Z] Successfully built b184da44e60d [2021-09-07T01:19:29.675Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-09-07T01:19:29.675Z]  Building security-secretstore-setup ... done Building core-command [2021-09-07T01:19:30.283Z] Removing intermediate container 9769bf90dee2 [2021-09-07T01:19:30.283Z] ---> 749b746e89cc [2021-09-07T01:19:30.283Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:19:30.554Z] ---> Running in 0131044ea9e1 [2021-09-07T01:19:30.826Z] Removing intermediate container 0131044ea9e1 [2021-09-07T01:19:30.826Z] ---> 628084cf4116 [2021-09-07T01:19:30.826Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:19:31.421Z] ---> Running in 8c0ae5e00521 [2021-09-07T01:19:32.017Z] Removing intermediate container 8c0ae5e00521 [2021-09-07T01:19:32.017Z] ---> 190fd4a1829a [2021-09-07T01:19:32.017Z] [2021-09-07T01:19:32.616Z] Successfully built 190fd4a1829a [2021-09-07T01:19:32.616Z] Successfully tagged core-data-arm64:latest [2021-09-07T01:20:11.618Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:20:11.618Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:20:11.618Z] ---> 92d3767a3ab8 [2021-09-07T01:20:11.618Z] Step 3/32 : WORKDIR /edgex-go [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 54a54210f64b [2021-09-07T01:20:11.618Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> ac3d1452228d [2021-09-07T01:20:11.618Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 01fe5631023f [2021-09-07T01:20:11.618Z] Step 6/32 : COPY go.mod . [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> ed66adf06619 [2021-09-07T01:20:11.618Z] Step 7/32 : RUN go mod download [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> b239b467ee16 [2021-09-07T01:20:11.618Z] Step 8/32 : COPY . . [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> f41c23ba080f [2021-09-07T01:20:11.618Z] Step 9/32 : RUN go mod tidy [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 39824dc3aa05 [2021-09-07T01:20:11.618Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-09-07T01:20:11.618Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:20:11.618Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:20:11.618Z] ---> 92d3767a3ab8 [2021-09-07T01:20:11.618Z] Step 3/22 : WORKDIR /edgex-go [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 54a54210f64b [2021-09-07T01:20:11.618Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> ac3d1452228d [2021-09-07T01:20:11.618Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 01fe5631023f [2021-09-07T01:20:11.618Z] Step 6/22 : COPY go.mod . [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> ed66adf06619 [2021-09-07T01:20:11.618Z] Step 7/22 : RUN go mod download [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> b239b467ee16 [2021-09-07T01:20:11.618Z] Step 8/22 : COPY . . [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> f41c23ba080f [2021-09-07T01:20:11.618Z] Step 9/22 : RUN go mod tidy [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 39824dc3aa05 [2021-09-07T01:20:11.618Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-09-07T01:20:11.618Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:20:11.618Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:20:11.618Z] ---> 92d3767a3ab8 [2021-09-07T01:20:11.618Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> 54a54210f64b [2021-09-07T01:20:11.618Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:20:11.618Z] ---> Using cache [2021-09-07T01:20:11.618Z] ---> ac3d1452228d [2021-09-07T01:20:11.618Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-09-07T01:20:12.305Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-09-07T01:20:12.305Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-09-07T01:20:12.305Z] ---> 92d3767a3ab8 [2021-09-07T01:20:12.305Z] Step 3/24 : WORKDIR /edgex-go [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> 54a54210f64b [2021-09-07T01:20:12.305Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> ac3d1452228d [2021-09-07T01:20:12.305Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> 01fe5631023f [2021-09-07T01:20:12.305Z] Step 6/24 : COPY go.mod . [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> ed66adf06619 [2021-09-07T01:20:12.305Z] Step 7/24 : RUN go mod download [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> b239b467ee16 [2021-09-07T01:20:12.305Z] Step 8/24 : COPY . . [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> f41c23ba080f [2021-09-07T01:20:12.305Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:20:12.305Z] ---> Using cache [2021-09-07T01:20:12.305Z] ---> 39824dc3aa05 [2021-09-07T01:20:12.305Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-09-07T01:20:12.906Z] ---> Running in a42c3e119c8a [2021-09-07T01:20:12.906Z] ---> Running in 57e3734db81f [2021-09-07T01:20:12.906Z] ---> Running in 2ae1354a7a9e [2021-09-07T01:20:12.906Z] ---> Running in 4a15087d9cf5 [2021-09-07T01:20:14.914Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-09-07T01:20:14.914Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:20:15.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-09-07T01:20:15.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-09-07T01:20:15.794Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:20:16.798Z] OK: 218 MiB in 52 packages [2021-09-07T01:20:18.785Z] Removing intermediate container 2ae1354a7a9e [2021-09-07T01:20:18.785Z] ---> d07ddde1c5bc [2021-09-07T01:20:18.785Z] Step 6/24 : COPY go.mod . [2021-09-07T01:20:19.783Z] ---> 5371658d1791 [2021-09-07T01:20:19.783Z] Step 7/24 : RUN go mod download [2021-09-07T01:20:20.064Z] ---> Running in 6449099bffef [2021-09-07T01:20:26.835Z] Removing intermediate container 6449099bffef [2021-09-07T01:20:26.835Z] ---> 61825ea6da05 [2021-09-07T01:20:26.836Z] Step 8/24 : COPY . . [2021-09-07T01:20:45.188Z] ---> a6eba5d5e77e [2021-09-07T01:20:45.188Z] Step 9/24 : RUN go mod tidy [2021-09-07T01:20:45.188Z] ---> Running in c5181ef465fb [2021-09-07T01:20:50.621Z] Removing intermediate container c5181ef465fb [2021-09-07T01:20:50.621Z] ---> 3b83889d44e7 [2021-09-07T01:20:50.622Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-09-07T01:20:50.894Z] ---> Running in 87d4d4cf28be [2021-09-07T01:20:52.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-09-07T01:21:39.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-09-07T01:21:48.189Z] Removing intermediate container 4a15087d9cf5 [2021-09-07T01:21:48.189Z] ---> 58180bc174f3 [2021-09-07T01:21:48.189Z] [2021-09-07T01:21:48.189Z] Step 11/24 : FROM alpine:3.12 [2021-09-07T01:21:48.189Z] ---> afc2cc120ca2 [2021-09-07T01:21:48.189Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-09-07T01:21:48.189Z] ---> Using cache [2021-09-07T01:21:48.189Z] ---> 16f5771aabc8 [2021-09-07T01:21:48.487Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:21:48.487Z] ---> Using cache [2021-09-07T01:21:48.487Z] ---> eae49aa3ffa4 [2021-09-07T01:21:48.487Z] Step 14/24 : ENV APP_PORT=59882 [2021-09-07T01:21:48.487Z] ---> Running in 5bd2911f68ee [2021-09-07T01:21:49.493Z] Removing intermediate container 5bd2911f68ee [2021-09-07T01:21:49.494Z] ---> 09635ff26eb6 [2021-09-07T01:21:49.494Z] Step 15/24 : EXPOSE $APP_PORT [2021-09-07T01:21:50.102Z] ---> Running in ecc41b1f8949 [2021-09-07T01:21:51.087Z] Removing intermediate container ecc41b1f8949 [2021-09-07T01:21:51.087Z] ---> 81ebcf819cdc [2021-09-07T01:21:51.087Z] Step 16/24 : WORKDIR / [2021-09-07T01:21:51.363Z] ---> Running in cd9e9ac05706 [2021-09-07T01:21:52.833Z] Removing intermediate container cd9e9ac05706 [2021-09-07T01:21:52.833Z] ---> ca02b9ceacf6 [2021-09-07T01:21:52.833Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:21:53.111Z] Removing intermediate container a42c3e119c8a [2021-09-07T01:21:53.111Z] ---> 4d18a311514c [2021-09-07T01:21:53.111Z] [2021-09-07T01:21:53.111Z] Step 11/32 : FROM alpine:3.12 [2021-09-07T01:21:53.111Z] ---> afc2cc120ca2 [2021-09-07T01:21:53.111Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-09-07T01:21:53.390Z] ---> Running in dabaf7bbf389 [2021-09-07T01:21:53.671Z] Removing intermediate container 57e3734db81f [2021-09-07T01:21:53.671Z] ---> d8039434150a [2021-09-07T01:21:53.671Z] [2021-09-07T01:21:53.671Z] Step 11/22 : FROM alpine:3.12 [2021-09-07T01:21:53.671Z] ---> afc2cc120ca2 [2021-09-07T01:21:53.671Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-09-07T01:21:53.671Z] ---> Running in 664c00b7d84a [2021-09-07T01:21:54.668Z] ---> 0eee948d1b98 [2021-09-07T01:21:54.668Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-09-07T01:21:54.668Z] Removing intermediate container dabaf7bbf389 [2021-09-07T01:21:54.668Z] ---> 606ba1c71075 [2021-09-07T01:21:54.668Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-09-07T01:21:54.945Z] ---> Running in b975ed7aac87 [2021-09-07T01:21:56.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:21:56.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:21:56.907Z] ---> b7a60e44e4de [2021-09-07T01:21:56.907Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-09-07T01:21:57.199Z] (1/4) Installing ca-certificates (20191127-r4) [2021-09-07T01:21:57.199Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-09-07T01:21:57.199Z] (3/4) Installing libcurl (7.78.0-r0) [2021-09-07T01:21:57.526Z] (4/4) Installing curl (7.78.0-r0) [2021-09-07T01:21:57.526Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:21:57.526Z] Executing ca-certificates-20191127-r4.trigger [2021-09-07T01:21:57.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:21:57.822Z] OK: 7 MiB in 18 packages [2021-09-07T01:21:57.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:21:58.478Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-09-07T01:21:58.782Z] (2/2) Installing su-exec (0.2-r1) [2021-09-07T01:21:58.782Z] Executing busybox-1.31.1-r20.trigger [2021-09-07T01:21:58.782Z] OK: 5 MiB in 16 packages [2021-09-07T01:21:58.782Z] ---> 802cc3872172 [2021-09-07T01:21:58.782Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-09-07T01:21:59.054Z] ---> Running in ff43dd892bbc [2021-09-07T01:22:00.061Z] Removing intermediate container ff43dd892bbc [2021-09-07T01:22:00.061Z] ---> 2f20cb865b00 [2021-09-07T01:22:00.061Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:22:00.336Z] Removing intermediate container 664c00b7d84a [2021-09-07T01:22:00.336Z] ---> ee2eb9326fd3 [2021-09-07T01:22:00.336Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-09-07T01:22:00.336Z] ---> Running in 888721f515ac [2021-09-07T01:22:00.336Z] Removing intermediate container b975ed7aac87 [2021-09-07T01:22:00.336Z] ---> 6d4fc848e395 [2021-09-07T01:22:00.336Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-09-07T01:22:00.625Z] ---> Running in b217eb314a2f [2021-09-07T01:22:00.625Z] ---> Running in 10bf1b5e3ede [2021-09-07T01:22:01.240Z] Removing intermediate container 888721f515ac [2021-09-07T01:22:01.240Z] ---> eb82d421c8be [2021-09-07T01:22:01.240Z] Step 22/24 : LABEL arch=arm64 [2021-09-07T01:22:01.521Z] Removing intermediate container b217eb314a2f [2021-09-07T01:22:01.521Z] ---> 29a8de7efdd8 [2021-09-07T01:22:01.521Z] Step 14/22 : WORKDIR /edgex [2021-09-07T01:22:01.521Z] ---> Running in 9d2531e0caa0 [2021-09-07T01:22:01.521Z] Removing intermediate container 10bf1b5e3ede [2021-09-07T01:22:01.521Z] ---> 2296d236f413 [2021-09-07T01:22:01.521Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-09-07T01:22:01.792Z] ---> Running in 9b3772d0073b [2021-09-07T01:22:02.067Z] ---> Running in 40a678c20a5d [2021-09-07T01:22:02.345Z] Removing intermediate container 9d2531e0caa0 [2021-09-07T01:22:02.345Z] ---> 2b975b7fe5b9 [2021-09-07T01:22:02.345Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:22:02.621Z] Removing intermediate container 9b3772d0073b [2021-09-07T01:22:02.621Z] ---> c66784c14b3d [2021-09-07T01:22:02.621Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-09-07T01:22:02.621Z] ---> Running in a0709ea0b5cd [2021-09-07T01:22:02.905Z] Removing intermediate container 40a678c20a5d [2021-09-07T01:22:02.905Z] ---> 6d7458b27d0d [2021-09-07T01:22:02.905Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-09-07T01:22:02.905Z] ---> Running in 84cadb8fe8ae [2021-09-07T01:22:03.188Z] Removing intermediate container a0709ea0b5cd [2021-09-07T01:22:03.188Z] ---> 6ae5ae23eee6 [2021-09-07T01:22:03.188Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:22:03.460Z] ---> Running in 099c778e0ebf [2021-09-07T01:22:03.733Z] ---> 7dba7012c93e [2021-09-07T01:22:03.733Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-09-07T01:22:04.356Z] Removing intermediate container 099c778e0ebf [2021-09-07T01:22:04.356Z] ---> b328da26b4b1 [2021-09-07T01:22:04.356Z] [2021-09-07T01:22:04.640Z] Successfully built b328da26b4b1 [2021-09-07T01:22:04.640Z] Successfully tagged core-command-arm64:latest [2021-09-07T01:22:05.636Z]  Building core-command ... done  ---> d0a47d75f9a0 [2021-09-07T01:22:05.636Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-09-07T01:22:06.623Z] Removing intermediate container 84cadb8fe8ae [2021-09-07T01:22:06.623Z] ---> b7d44f6ba45f [2021-09-07T01:22:06.623Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-09-07T01:22:06.623Z] ---> Running in 1698c2c85948 [2021-09-07T01:22:07.220Z] ---> 0d158f1c9ee4 [2021-09-07T01:22:07.220Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-09-07T01:22:07.497Z] ---> Running in ff6e3b897e03 [2021-09-07T01:22:07.497Z] Removing intermediate container 1698c2c85948 [2021-09-07T01:22:07.497Z] ---> 1301f7fc6c07 [2021-09-07T01:22:07.497Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-09-07T01:22:08.099Z] Removing intermediate container ff6e3b897e03 [2021-09-07T01:22:08.099Z] ---> 9c3e0424e7ff [2021-09-07T01:22:08.099Z] Step 19/22 : CMD ["--init=true"] [2021-09-07T01:22:08.374Z] ---> Running in 69d32bae9300 [2021-09-07T01:22:08.648Z] ---> c85f096c1533 [2021-09-07T01:22:08.648Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-09-07T01:22:08.648Z] Removing intermediate container 87d4d4cf28be [2021-09-07T01:22:08.648Z] ---> c1c3637a1f41 [2021-09-07T01:22:08.648Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-09-07T01:22:08.924Z] ---> Running in cafd724876d2 [2021-09-07T01:22:08.924Z] ---> Running in 2d2d115184c0 [2021-09-07T01:22:09.200Z] Removing intermediate container 69d32bae9300 [2021-09-07T01:22:09.200Z] ---> 1df7c7040176 [2021-09-07T01:22:09.200Z] Step 20/22 : LABEL arch=arm64 [2021-09-07T01:22:09.480Z] ---> Running in d28beb1099a1 [2021-09-07T01:22:10.086Z] Removing intermediate container d28beb1099a1 [2021-09-07T01:22:10.086Z] ---> 533f194971e3 [2021-09-07T01:22:10.086Z] Step 21/22 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:22:10.361Z] ---> Running in 812e17e2e82d [2021-09-07T01:22:10.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-09-07T01:22:10.965Z] Removing intermediate container 812e17e2e82d [2021-09-07T01:22:10.965Z] ---> 04791440bf16 [2021-09-07T01:22:10.965Z] Step 22/22 : LABEL version=0.0.0 [2021-09-07T01:22:10.965Z] ---> Running in 2ea17f45a5c0 [2021-09-07T01:22:11.970Z] Removing intermediate container 2ea17f45a5c0 [2021-09-07T01:22:11.970Z] ---> 3803a9972e75 [2021-09-07T01:22:11.970Z] [2021-09-07T01:22:12.257Z] Successfully built 3803a9972e75 [2021-09-07T01:22:12.257Z] Successfully tagged security-proxy-setup-arm64:latest [2021-09-07T01:22:12.257Z]  Building security-proxy-setup ... done Removing intermediate container cafd724876d2 [2021-09-07T01:22:12.257Z] ---> c86046dc8cfa [2021-09-07T01:22:12.257Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-09-07T01:22:13.243Z] ---> bb065a9a2329 [2021-09-07T01:22:13.243Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-09-07T01:22:13.836Z] Removing intermediate container 2d2d115184c0 [2021-09-07T01:22:13.836Z] ---> 04f19b21bfbf [2021-09-07T01:22:13.836Z] [2021-09-07T01:22:13.836Z] Step 12/24 : FROM docker:20.10.7 [2021-09-07T01:22:14.109Z] 20.10.7: Pulling from library/docker [2021-09-07T01:22:14.706Z] ---> 099d0856f50b [2021-09-07T01:22:14.706Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-09-07T01:22:16.146Z] ---> 040532e681b1 [2021-09-07T01:22:16.146Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-09-07T01:22:17.135Z] ---> e2f5d6bdbb09 [2021-09-07T01:22:17.135Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-09-07T01:22:18.576Z] ---> 2217f898cf47 [2021-09-07T01:22:18.576Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-09-07T01:22:19.171Z] ---> Running in 7e7bda068f77 [2021-09-07T01:22:20.144Z] Removing intermediate container 7e7bda068f77 [2021-09-07T01:22:20.144Z] ---> 2c75ce39c09b [2021-09-07T01:22:20.144Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-09-07T01:22:21.578Z] ---> c3806d3c7728 [2021-09-07T01:22:21.578Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-09-07T01:22:21.861Z] ---> Running in 7d0c03969bcc [2021-09-07T01:22:23.851Z] Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 [2021-09-07T01:22:23.851Z] Status: Downloaded newer image for docker:20.10.7 [2021-09-07T01:22:23.851Z] ---> df445af6242a [2021-09-07T01:22:23.851Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-09-07T01:22:23.851Z] ---> Running in b4654bae7777 [2021-09-07T01:22:24.448Z] Removing intermediate container b4654bae7777 [2021-09-07T01:22:24.448Z] ---> 87a308f795ac [2021-09-07T01:22:24.448Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-09-07T01:22:24.448Z] ---> Running in ba6c27b2d194 [2021-09-07T01:22:24.448Z] Removing intermediate container 7d0c03969bcc [2021-09-07T01:22:24.448Z] ---> 8c2ff1ef8408 [2021-09-07T01:22:24.448Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-09-07T01:22:25.051Z] ---> Running in faafa481b9fb [2021-09-07T01:22:25.649Z] Removing intermediate container faafa481b9fb [2021-09-07T01:22:25.649Z] ---> 4dc5fa0bfb42 [2021-09-07T01:22:25.649Z] Step 29/32 : CMD ["gate"] [2021-09-07T01:22:25.921Z] ---> Running in 1d54ab148682 [2021-09-07T01:22:26.193Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-09-07T01:22:26.465Z] Removing intermediate container 1d54ab148682 [2021-09-07T01:22:26.465Z] ---> 74ad7575260e [2021-09-07T01:22:26.465Z] Step 30/32 : LABEL arch=arm64 [2021-09-07T01:22:26.465Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-09-07T01:22:26.735Z] ---> Running in c6e3bd138611 [2021-09-07T01:22:27.333Z] (1/39) Installing readline (8.1.0-r0) [2021-09-07T01:22:27.333Z] (2/39) Installing bash (5.1.0-r0) [2021-09-07T01:22:27.333Z] Removing intermediate container c6e3bd138611 [2021-09-07T01:22:27.333Z] ---> e30a19f46eaf [2021-09-07T01:22:27.333Z] Step 31/32 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:22:27.333Z] Executing bash-5.1.0-r0.post-install [2021-09-07T01:22:27.333Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-09-07T01:22:27.333Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-09-07T01:22:27.333Z] (5/39) Installing libcurl (7.78.0-r0) [2021-09-07T01:22:27.333Z] (6/39) Installing curl (7.78.0-r0) [2021-09-07T01:22:27.333Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-09-07T01:22:27.333Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-09-07T01:22:27.333Z] (9/39) Installing expat (2.2.10-r1) [2021-09-07T01:22:27.604Z] (10/39) Installing libffi (3.3-r2) [2021-09-07T01:22:27.604Z] (11/39) Installing gdbm (1.19-r0) [2021-09-07T01:22:27.604Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-09-07T01:22:27.604Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-09-07T01:22:27.604Z] (14/39) Installing python3 (3.8.10-r0) [2021-09-07T01:22:27.604Z] ---> Running in 82cf0f670b0c [2021-09-07T01:22:28.205Z] Removing intermediate container 82cf0f670b0c [2021-09-07T01:22:28.205Z] ---> bbeb87b7ebef [2021-09-07T01:22:28.205Z] Step 32/32 : LABEL version=0.0.0 [2021-09-07T01:22:28.800Z] ---> Running in 13a7d3d94aee [2021-09-07T01:22:29.396Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-09-07T01:22:29.396Z] Removing intermediate container 13a7d3d94aee [2021-09-07T01:22:29.396Z] ---> 81e082a74b58 [2021-09-07T01:22:29.396Z] [2021-09-07T01:22:29.396Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-09-07T01:22:29.667Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-09-07T01:22:29.667Z] (18/39) Installing py3-six (1.15.0-r0) [2021-09-07T01:22:29.667Z] (19/39) Installing py3-packaging (20.9-r0) [2021-09-07T01:22:29.667Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-09-07T01:22:29.667Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-09-07T01:22:29.938Z] (22/39) Installing py3-idna (3.1-r0) [2021-09-07T01:22:29.938Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-09-07T01:22:29.938Z] Successfully built 81e082a74b58 [2021-09-07T01:22:29.938Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-09-07T01:22:29.938Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-09-07T01:22:29.938Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-09-07T01:22:29.938Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-09-07T01:22:29.938Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-09-07T01:22:29.938Z] Successfully tagged security-bootstrapper-arm64:latest [2021-09-07T01:22:29.938Z]  Building security-bootstrapper ... done (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-09-07T01:22:29.938Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-09-07T01:22:29.938Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-09-07T01:22:29.938Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-09-07T01:22:29.938Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-09-07T01:22:30.210Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-09-07T01:22:30.210Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-09-07T01:22:30.210Z] (36/39) Installing py3-progress (1.5-r0) [2021-09-07T01:22:30.210Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-09-07T01:22:30.210Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-09-07T01:22:30.210Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-09-07T01:22:30.799Z] Executing busybox-1.32.1-r6.trigger [2021-09-07T01:22:30.799Z] OK: 82 MiB in 59 packages [2021-09-07T01:22:39.063Z] Collecting docker-compose==1.23.2 [2021-09-07T01:22:39.063Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-09-07T01:22:39.063Z] Collecting dockerpty<0.5,>=0.4.1 [2021-09-07T01:22:39.063Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-09-07T01:22:40.495Z] Collecting jsonschema<3,>=2.5.1 [2021-09-07T01:22:40.495Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-09-07T01:22:41.928Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-09-07T01:22:41.928Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-09-07T01:22:42.202Z] Collecting docker<4.0,>=3.6.0 [2021-09-07T01:22:42.478Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-09-07T01:22:42.751Z] Collecting websocket-client<1.0,>=0.32.0 [2021-09-07T01:22:42.751Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-09-07T01:22:43.023Z] Collecting texttable<0.10,>=0.9.0 [2021-09-07T01:22:43.023Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-09-07T01:22:45.647Z] Collecting PyYAML<4,>=3.10 [2021-09-07T01:22:45.647Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-09-07T01:22:49.027Z] Collecting docopt<0.7,>=0.6.1 [2021-09-07T01:22:49.027Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-09-07T01:22:51.637Z] Collecting cached-property<2,>=1.2.0 [2021-09-07T01:22:51.637Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-09-07T01:22:51.637Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-09-07T01:22:51.637Z] Collecting docker-pycreds>=0.4.0 [2021-09-07T01:22:51.637Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-09-07T01:22:52.610Z] Collecting certifi>=2017.4.17 [2021-09-07T01:22:52.882Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-09-07T01:22:52.883Z] Collecting chardet<3.1.0,>=3.0.2 [2021-09-07T01:22:52.883Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-09-07T01:22:53.472Z] Collecting urllib3<1.25,>=1.21.1 [2021-09-07T01:22:53.472Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-09-07T01:22:53.744Z] Collecting idna<2.8,>=2.5 [2021-09-07T01:22:53.744Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-09-07T01:22:54.014Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-09-07T01:22:54.014Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-09-07T01:22:54.014Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-09-07T01:22:54.014Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-09-07T01:22:54.984Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-09-07T01:22:54.984Z] Attempting uninstall: urllib3 [2021-09-07T01:22:54.984Z] Found existing installation: urllib3 1.26.2 [2021-09-07T01:22:54.984Z] Uninstalling urllib3-1.26.2: [2021-09-07T01:22:54.984Z] Successfully uninstalled urllib3-1.26.2 [2021-09-07T01:22:55.575Z] Attempting uninstall: idna [2021-09-07T01:22:55.575Z] Found existing installation: idna 3.1 [2021-09-07T01:22:55.575Z] Uninstalling idna-3.1: [2021-09-07T01:22:55.575Z] Successfully uninstalled idna-3.1 [2021-09-07T01:22:56.169Z] Attempting uninstall: chardet [2021-09-07T01:22:56.169Z] Found existing installation: chardet 4.0.0 [2021-09-07T01:22:56.169Z] Uninstalling chardet-4.0.0: [2021-09-07T01:22:56.441Z] Successfully uninstalled chardet-4.0.0 [2021-09-07T01:22:57.871Z] Attempting uninstall: requests [2021-09-07T01:22:57.871Z] Found existing installation: requests 2.25.1 [2021-09-07T01:22:57.871Z] Uninstalling requests-2.25.1: [2021-09-07T01:22:57.871Z] Successfully uninstalled requests-2.25.1 [2021-09-07T01:22:58.467Z] Running setup.py install for texttable: started [2021-09-07T01:23:00.441Z] Running setup.py install for texttable: finished with status 'done' [2021-09-07T01:23:00.441Z] Running setup.py install for PyYAML: started [2021-09-07T01:23:02.407Z] Running setup.py install for PyYAML: finished with status 'done' [2021-09-07T01:23:02.679Z] Running setup.py install for docopt: started [2021-09-07T01:23:04.669Z] Running setup.py install for docopt: finished with status 'done' [2021-09-07T01:23:04.951Z] Running setup.py install for dockerpty: started [2021-09-07T01:23:06.972Z] Running setup.py install for dockerpty: finished with status 'done' [2021-09-07T01:23:08.939Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 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 [2021-09-07T01:23:17.218Z] Removing intermediate container ba6c27b2d194 [2021-09-07T01:23:17.218Z] ---> 33a0795f1856 [2021-09-07T01:23:17.218Z] Step 15/24 : ENV APP_PORT=58890 [2021-09-07T01:23:17.218Z] ---> Running in c1d6b5eec03a [2021-09-07T01:23:17.812Z] Removing intermediate container c1d6b5eec03a [2021-09-07T01:23:17.812Z] ---> ac2683a40c0a [2021-09-07T01:23:17.812Z] Step 16/24 : EXPOSE $APP_PORT [2021-09-07T01:23:18.085Z] ---> Running in 8c6dcb6bd84b [2021-09-07T01:23:18.680Z] Removing intermediate container 8c6dcb6bd84b [2021-09-07T01:23:18.680Z] ---> ce45d30582f6 [2021-09-07T01:23:18.680Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-09-07T01:23:20.111Z] ---> 4fc477fd63b5 [2021-09-07T01:23:20.111Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-09-07T01:23:20.705Z] ---> ed60ca05f563 [2021-09-07T01:23:20.705Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-09-07T01:23:21.683Z] ---> b4b99b7f3954 [2021-09-07T01:23:21.683Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-09-07T01:23:21.683Z] ---> Running in c1ea76eb1a85 [2021-09-07T01:23:22.277Z] Removing intermediate container c1ea76eb1a85 [2021-09-07T01:23:22.277Z] ---> 1941b1e7ba40 [2021-09-07T01:23:22.277Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-09-07T01:23:22.551Z] ---> Running in 21faa1f9fa88 [2021-09-07T01:23:23.145Z] Removing intermediate container 21faa1f9fa88 [2021-09-07T01:23:23.145Z] ---> 30f489b02f15 [2021-09-07T01:23:23.145Z] Step 22/24 : LABEL arch=arm64 [2021-09-07T01:23:23.145Z] ---> Running in 87900787f4a9 [2021-09-07T01:23:23.738Z] Removing intermediate container 87900787f4a9 [2021-09-07T01:23:23.739Z] ---> dff76ceb3203 [2021-09-07T01:23:23.739Z] Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 [2021-09-07T01:23:23.739Z] ---> Running in 0cb81339cceb [2021-09-07T01:23:24.334Z] Removing intermediate container 0cb81339cceb [2021-09-07T01:23:24.334Z] ---> 5b4592da0f6c [2021-09-07T01:23:24.334Z] Step 24/24 : LABEL version=0.0.0 [2021-09-07T01:23:24.606Z] ---> Running in 1b2ee5d162a3 [2021-09-07T01:23:25.200Z] Removing intermediate container 1b2ee5d162a3 [2021-09-07T01:23:25.200Z] ---> 53dc33667e43 [2021-09-07T01:23:25.200Z] [2021-09-07T01:23:25.472Z] Successfully built 53dc33667e43 [2021-09-07T01:23:25.472Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-09-07T01:23:25.759Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-09-07T01:23:25.767Z] $ docker stop --time=1 dfd9c982bd5843c0ff45235cfbf9b7671fd01267c7934fb13ddbba57c4d51cdd [2021-09-07T01:23:27.686Z] $ docker rm -f dfd9c982bd5843c0ff45235cfbf9b7671fd01267c7934fb13ddbba57c4d51cdd [Pipeline] // withDockerContainer [Pipeline] sh [2021-09-07T01:23:28.321Z] + docker images [2021-09-07T01:23:28.592Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-07T01:23:28.592Z] sys-mgmt-agent-arm64 latest 53dc33667e43 4 seconds ago 311MB [2021-09-07T01:23:28.592Z] security-bootstrapper-arm64 latest 81e082a74b58 59 seconds ago 17.7MB [2021-09-07T01:23:28.592Z] 04f19b21bfbf About a minute ago 1.57GB [2021-09-07T01:23:28.592Z] security-proxy-setup-arm64 latest 3803a9972e75 About a minute ago 24.6MB [2021-09-07T01:23:28.592Z] core-command-arm64 latest b328da26b4b1 About a minute ago 15.2MB [2021-09-07T01:23:28.592Z] d8039434150a About a minute ago 1.57GB [2021-09-07T01:23:28.592Z] 4d18a311514c About a minute ago 1.57GB [2021-09-07T01:23:28.592Z] 58180bc174f3 About a minute ago 1.56GB [2021-09-07T01:23:28.592Z] core-data-arm64 latest 190fd4a1829a 3 minutes ago 19.3MB [2021-09-07T01:23:28.592Z] security-secretstore-setup-arm64 latest b184da44e60d 4 minutes ago 26.5MB [2021-09-07T01:23:28.592Z] core-metadata-arm64 latest 4baca58ad850 4 minutes ago 15.8MB [2021-09-07T01:23:28.592Z] support-notifications-arm64 latest e086e62aca48 4 minutes ago 15.9MB [2021-09-07T01:23:28.592Z] support-scheduler-arm64 latest 1a9c4b274bee 4 minutes ago 15.2MB [2021-09-07T01:23:28.592Z] 7de1da0bd781 4 minutes ago 1.57GB [2021-09-07T01:23:28.592Z] 5041e1ab0142 4 minutes ago 1.57GB [2021-09-07T01:23:28.592Z] 1ed86b0a16f6 4 minutes ago 1.57GB [2021-09-07T01:23:28.592Z] 739f173af1b8 4 minutes ago 1.57GB [2021-09-07T01:23:28.592Z] fcf865e3dafa 4 minutes ago 1.57GB [2021-09-07T01:23:28.592Z] ci-base-image-arm64 latest 92d3767a3ab8 15 minutes ago 1.24GB [2021-09-07T01:23:28.592Z] alpine 3.12 afc2cc120ca2 5 days ago 5.33MB [2021-09-07T01:23:28.592Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 4 weeks ago 533MB [2021-09-07T01:23:28.592Z] docker 20.10.7 df445af6242a 2 months ago 234MB [2021-09-07T01:23:28.593Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 14 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 [2021-09-07T01:23:29.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-07T01:23:29.548Z] [2021-09-07T01:23:29.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:23:29.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-07T01:23:30.177Z] arm64: Pulling from edgex-lftools-log-publisher [2021-09-07T01:23:30.177Z] 448f6bf000e3: Pulling fs layer [2021-09-07T01:23:30.177Z] f757da607395: Pulling fs layer [2021-09-07T01:23:30.177Z] 05883995daec: Pulling fs layer [2021-09-07T01:23:30.177Z] 8603b9c90790: Pulling fs layer [2021-09-07T01:23:30.177Z] 1560dd03e051: Pulling fs layer [2021-09-07T01:23:30.177Z] 27f5ce0e4adf: Pulling fs layer [2021-09-07T01:23:30.177Z] c2d8d7efcc4b: Pulling fs layer [2021-09-07T01:23:30.177Z] 8603b9c90790: Waiting [2021-09-07T01:23:30.177Z] 1560dd03e051: Waiting [2021-09-07T01:23:30.177Z] 27f5ce0e4adf: Waiting [2021-09-07T01:23:30.177Z] c2d8d7efcc4b: Waiting [2021-09-07T01:23:30.452Z] f757da607395: Verifying Checksum [2021-09-07T01:23:30.452Z] f757da607395: Download complete [2021-09-07T01:23:30.452Z] 8603b9c90790: Verifying Checksum [2021-09-07T01:23:30.452Z] 8603b9c90790: Download complete [2021-09-07T01:23:30.729Z] 1560dd03e051: Retrying in 5 seconds [2021-09-07T01:23:30.729Z] 05883995daec: Download complete [2021-09-07T01:23:30.729Z] 27f5ce0e4adf: Download complete [2021-09-07T01:23:31.324Z] 448f6bf000e3: Verifying Checksum [2021-09-07T01:23:31.324Z] 448f6bf000e3: Download complete [2021-09-07T01:23:31.598Z] 1560dd03e051: Retrying in 4 seconds [2021-09-07T01:23:32.576Z] 1560dd03e051: Retrying in 3 seconds [2021-09-07T01:23:33.559Z] 1560dd03e051: Retrying in 2 seconds [2021-09-07T01:23:34.539Z] c2d8d7efcc4b: Verifying Checksum [2021-09-07T01:23:34.539Z] c2d8d7efcc4b: Download complete [2021-09-07T01:23:34.539Z] 1560dd03e051: Retrying in 1 second [2021-09-07T01:23:34.812Z] 448f6bf000e3: Pull complete [2021-09-07T01:23:35.805Z] f757da607395: Pull complete [2021-09-07T01:23:35.805Z] 1560dd03e051: Retrying in 10 seconds [2021-09-07T01:23:36.784Z] 1560dd03e051: Retrying in 9 seconds [2021-09-07T01:23:37.057Z] 05883995daec: Pull complete [2021-09-07T01:23:37.650Z] 8603b9c90790: Pull complete [2021-09-07T01:23:37.650Z] 1560dd03e051: Retrying in 8 seconds [2021-09-07T01:23:38.625Z] 1560dd03e051: Retrying in 7 seconds [2021-09-07T01:23:39.599Z] 1560dd03e051: Retrying in 6 seconds [2021-09-07T01:23:40.576Z] 1560dd03e051: Retrying in 5 seconds [2021-09-07T01:23:41.551Z] 1560dd03e051: Retrying in 4 seconds [2021-09-07T01:23:42.979Z] 1560dd03e051: Retrying in 3 seconds [2021-09-07T01:23:43.572Z] 1560dd03e051: Retrying in 2 seconds [2021-09-07T01:23:44.544Z] 1560dd03e051: Retrying in 1 second [2021-09-07T01:23:45.975Z] 1560dd03e051: Download complete [2021-09-07T01:23:48.079Z] 1560dd03e051: Pull complete [2021-09-07T01:23:48.079Z] 27f5ce0e4adf: Pull complete [2021-09-07T01:24:03.152Z] c2d8d7efcc4b: Pull complete [2021-09-07T01:24:03.152Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-09-07T01:24:03.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-09-07T01:24:03.152Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-09-07T01:24:03.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container [2021-09-07T01:24:03.512Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:arm64 cat [2021-09-07T01:24:07.326Z] $ docker top 64c47c875559a02648384f4cc64c740f3979bb942de5ed1bd53f5585bed905ba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:08.438Z] ---> job-cost.sh [2021-09-07T01:24:08.438Z] lf-activate-venv: SKIPPING [2021-09-07T01:24:08.438Z] INFO: No Stack... [2021-09-07T01:24:09.869Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-09-07T01:24:10.140Z] INFO: Archiving Costs [Pipeline] sh [2021-09-07T01:24:10.840Z] + + cutcat -d, /w/workspace/edgex-go/4/archives/cost.csv -f6 [2021-09-07T01:24:10.840Z] [Pipeline] lock [2021-09-07T01:24:10.921Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] [2021-09-07T01:24:10.932Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] did not exist. Created. [2021-09-07T01:24:10.932Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-09-07T01:24:11.640Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-09-07T01:24:11.884Z] Stashed 1 file(s) [Pipeline] } [2021-09-07T01:24:11.898Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] [Pipeline] // lock [Pipeline] } [2021-09-07T01:24:11.938Z] $ docker stop --time=1 64c47c875559a02648384f4cc64c740f3979bb942de5ed1bd53f5585bed905ba [2021-09-07T01:24:13.595Z] $ docker rm -f 64c47c875559a02648384f4cc64c740f3979bb942de5ed1bd53f5585bed905ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-09-07T01:24:14.631Z] provisioning config files... [2021-09-07T01:24:14.650Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3769504831701315357tmp [Pipeline] { [Pipeline] sh [2021-09-07T01:24:15.002Z] + set +x [2021-09-07T01:24:15.002Z] + curl -s https://codecov.io/bash [2021-09-07T01:24:15.002Z] + bash -s -- [2021-09-07T01:24:15.273Z] [2021-09-07T01:24:15.273Z] _____ _ [2021-09-07T01:24:15.273Z] / ____| | | [2021-09-07T01:24:15.273Z] | | ___ __| | ___ ___ _____ __ [2021-09-07T01:24:15.273Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-09-07T01:24:15.273Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-09-07T01:24:15.273Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-09-07T01:24:15.273Z] Bash-1.0.6 [2021-09-07T01:24:15.273Z] [2021-09-07T01:24:15.273Z] [2021-09-07T01:24:15.273Z] ==> git version 2.24.4 found [2021-09-07T01:24:15.273Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-09-07T01:24:15.273Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-09-07T01:24:15.273Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-09-07T01:24:15.273Z] ==> Jenkins CI detected. [2021-09-07T01:24:15.273Z] current dir:  /w/workspace/edgex-go/4 [2021-09-07T01:24:15.273Z] project root: . [2021-09-07T01:24:15.273Z] --> token set from env [2021-09-07T01:24:15.273Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-09-07T01:24:15.273Z] ==> Running gcov in . (disable via -X gcov) [2021-09-07T01:24:15.273Z] ==> Python coveragepy not found [2021-09-07T01:24:15.273Z] ==> Searching for coverage reports in: [2021-09-07T01:24:15.273Z] + . [2021-09-07T01:24:15.273Z] -> Found 1 reports [2021-09-07T01:24:15.273Z] ==> Detecting git/mercurial file structure [2021-09-07T01:24:15.273Z] ==> Reading reports [2021-09-07T01:24:15.273Z] + ./coverage.out bytes=404331 [2021-09-07T01:24:15.273Z] ==> Appending adjustments [2021-09-07T01:24:15.273Z] https://docs.codecov.io/docs/fixing-reports [2021-09-07T01:24:16.686Z] + Found adjustments [2021-09-07T01:24:16.686Z] ==> Gzipping contents [2021-09-07T01:24:16.686Z] 56K /tmp/codecov.vWBkAg.gz [2021-09-07T01:24:16.686Z] ==> Uploading reports [2021-09-07T01:24:16.686Z] url: https://codecov.io [2021-09-07T01:24:16.686Z] query: branch=PR-3697&commit=a163396c5fcb06ca26f267f77dcd4715c866de00&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3697%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3697&job=&cmd_args= [2021-09-07T01:24:16.686Z] -> Pinging Codecov [2021-09-07T01:24:16.686Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3697&commit=a163396c5fcb06ca26f267f77dcd4715c866de00&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3697%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3697&job=&cmd_args= [2021-09-07T01:24:16.953Z] -> Uploading to [2021-09-07T01:24:16.953Z] https://storage.googleapis.com/codecov/v4/raw/2021-09-07/00271124DB129430A58F1EEE437C3FCB/a163396c5fcb06ca26f267f77dcd4715c866de00/f7c582b8-a4d0-4841-855d-b18c1dbfd7f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210907%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210907T012416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8ab362e06bf58ab542e3af4aa19f0e503f85f715a854c405b127f77cc1988306 [2021-09-07T01:24:16.953Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-07T01:24:16.953Z] Dload Upload Total Spent Left Speed [2021-09-07T01:24:17.222Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54494 0 0 100 54494 0 118k --:--:-- --:--:-- --:--:-- 118k [2021-09-07T01:24:17.222Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a163396c5fcb06ca26f267f77dcd4715c866de00 [Pipeline] } [2021-09-07T01:24:17.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-09-07T01:24:18.713Z] + '[' -d /w/workspace/edgex-go/4/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:19.162Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:20.313Z] ---> package-listing.sh [2021-09-07T01:24:20.314Z] ++ facter osfamily [2021-09-07T01:24:20.314Z] ++ tr '[:upper:]' '[:lower:]' [2021-09-07T01:24:20.580Z] + OS_FAMILY=redhat [2021-09-07T01:24:20.580Z] + workspace=/w/workspace/edgex-go/4 [2021-09-07T01:24:20.580Z] + START_PACKAGES=/tmp/packages_start.txt [2021-09-07T01:24:20.580Z] + END_PACKAGES=/tmp/packages_end.txt [2021-09-07T01:24:20.580Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-09-07T01:24:20.580Z] + PACKAGES=/tmp/packages_start.txt [2021-09-07T01:24:20.580Z] + '[' /w/workspace/edgex-go/4 ']' [2021-09-07T01:24:20.580Z] + PACKAGES=/tmp/packages_end.txt [2021-09-07T01:24:20.580Z] + case "${OS_FAMILY}" in [2021-09-07T01:24:20.580Z] + rpm -qa [2021-09-07T01:24:20.580Z] + sort [2021-09-07T01:24:23.168Z] + '[' -f /tmp/packages_start.txt ']' [2021-09-07T01:24:23.168Z] + '[' -f /tmp/packages_end.txt ']' [2021-09-07T01:24:23.168Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-09-07T01:24:23.168Z] + '[' /w/workspace/edgex-go/4 ']' [2021-09-07T01:24:23.168Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-09-07T01:24:23.168Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-09-07T01:24:23.185Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-09-07T01:24:23.488Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:24:24.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-07T01:24:24.072Z] [2021-09-07T01:24:24.072Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-09-07T01:24:24.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-07T01:24:24.401Z] latest: Pulling from edgex-lftools-log-publisher [2021-09-07T01:24:24.401Z] b4d181a07f80: Pulling fs layer [2021-09-07T01:24:24.401Z] a1111a8f2ec3: Pulling fs layer [2021-09-07T01:24:24.401Z] ed53099fbce6: Pulling fs layer [2021-09-07T01:24:24.401Z] dc539afda2c1: Pulling fs layer [2021-09-07T01:24:24.401Z] 77bc0d833cb6: Pulling fs layer [2021-09-07T01:24:24.401Z] 9065ff56babe: Pulling fs layer [2021-09-07T01:24:24.401Z] d287ab97295c: Pulling fs layer [2021-09-07T01:24:24.401Z] dc539afda2c1: Waiting [2021-09-07T01:24:24.401Z] 77bc0d833cb6: Waiting [2021-09-07T01:24:24.401Z] 9065ff56babe: Waiting [2021-09-07T01:24:24.401Z] d287ab97295c: Waiting [2021-09-07T01:24:24.670Z] a1111a8f2ec3: Verifying Checksum [2021-09-07T01:24:24.670Z] a1111a8f2ec3: Download complete [2021-09-07T01:24:24.670Z] dc539afda2c1: Verifying Checksum [2021-09-07T01:24:24.670Z] dc539afda2c1: Download complete [2021-09-07T01:24:25.251Z] 77bc0d833cb6: Verifying Checksum [2021-09-07T01:24:25.251Z] 77bc0d833cb6: Download complete [2021-09-07T01:24:25.251Z] 9065ff56babe: Verifying Checksum [2021-09-07T01:24:25.251Z] 9065ff56babe: Download complete [2021-09-07T01:24:25.251Z] ed53099fbce6: Verifying Checksum [2021-09-07T01:24:25.251Z] ed53099fbce6: Download complete [2021-09-07T01:24:26.211Z] b4d181a07f80: Verifying Checksum [2021-09-07T01:24:26.211Z] b4d181a07f80: Download complete [2021-09-07T01:24:27.177Z] b4d181a07f80: Pull complete [2021-09-07T01:24:27.452Z] a1111a8f2ec3: Pull complete [2021-09-07T01:24:28.039Z] ed53099fbce6: Pull complete [2021-09-07T01:24:28.039Z] dc539afda2c1: Pull complete [2021-09-07T01:24:28.312Z] 77bc0d833cb6: Pull complete [2021-09-07T01:24:28.313Z] 9065ff56babe: Pull complete [2021-09-07T01:24:30.903Z] d287ab97295c: Download complete [2021-09-07T01:24:35.172Z] d287ab97295c: Pull complete [2021-09-07T01:24:35.172Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-09-07T01:24:35.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-09-07T01:24:35.172Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-09-07T01:24:35.273Z] prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container [2021-09-07T01:24:35.338Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 [2021-09-07T01:24:38.691Z] $ docker top 5507c32123309c86438841b0d972209223f353d43f2ebae115dc888c2f6a4185 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-09-07T01:24:39.104Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-09-07T01:24:39.425Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-09-07T01:24:39.751Z] + ls /var/log/sa-host [2021-09-07T01:24:39.751Z] + sadf -c /var/log/sa-host/sa05 [2021-09-07T01:24:39.751Z] file_magic: OK [2021-09-07T01:24:39.751Z] HZ: Using current value: 100 [2021-09-07T01:24:39.751Z] file_header: OK [2021-09-07T01:24:39.751Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-09-07T01:24:39.751Z] Statistics: [2021-09-07T01:24:39.751Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-07T01:24:39.751Z] File successfully converted to sysstat format version 12.0.3 [2021-09-07T01:24:39.751Z] + sadf -c /var/log/sa-host/sa07 [2021-09-07T01:24:39.751Z] file_magic: OK [2021-09-07T01:24:39.751Z] HZ: Using current value: 100 [2021-09-07T01:24:39.751Z] file_header: OK [2021-09-07T01:24:39.751Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-09-07T01:24:39.751Z] Statistics: [2021-09-07T01:24:39.751Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-09-07T01:24:39.751Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-09-07T01:24:39.957Z] provisioning config files... [2021-09-07T01:24:39.973Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5196805219274860624tmp [Pipeline] { [Pipeline] echo [2021-09-07T01:24:40.000Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:40.321Z] ---> create-netrc.sh [Pipeline] } [2021-09-07T01:24:40.334Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:40.723Z] ---> python-tools-install.sh [Pipeline] echo [2021-09-07T01:24:40.738Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:41.048Z] ---> sudo-logs.sh [2021-09-07T01:24:41.048Z] Archiving 'sudo' log.. [2021-09-07T01:24:41.048Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1490.vexxhost.local: Name or service not known [2021-09-07T01:24:41.048Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1490.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-09-07T01:24:41.081Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:41.399Z] ---> job-cost.sh [2021-09-07T01:24:41.399Z] lf-activate-venv: SKIPPING [2021-09-07T01:24:41.399Z] DEBUG: total: 0.10999999940395355 [2021-09-07T01:24:41.399Z] INFO: Retrieving Stack Cost... [2021-09-07T01:24:42.356Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-09-07T01:24:42.622Z] INFO: Archiving Costs [Pipeline] echo [2021-09-07T01:24:42.643Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-09-07T01:24:42.965Z] ---> logs-deploy.sh [2021-09-07T01:24:42.965Z] lf-activate-venv: SKIPPING [2021-09-07T01:24:42.966Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3697/4 [2021-09-07T01:24:42.966Z] INFO: archiving workspace using pattern(s): [2021-09-07T01:24:43.553Z] Archives upload complete. [2021-09-07T01:24:43.820Z] INFO: archiving logs to Nexus