Pull request #3674 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 16a835ae426540b27c35c7be17253bdad1b151e6+19484f48f3ea22dd3cb206c35107457b0d52dfca (531e6154af72507a408dedb05dae92cc74430791) 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-ssh648281070056105722.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-ssh8396788456734869872.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-3674/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-3674/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5984055768786755776.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-ssh8953086497765663225.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-3674/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-3674/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3039447276157444847.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 ‘prd-centos7-docker-4c-2g-3740’ Ready to run at Thu Aug 19 05:22:27 UTC 2021 Resuming build at Thu Aug 19 05:22:27 UTC 2021 after Jenkins restart Ready to run at Thu Aug 19 17:11:10 UTC 2021 Resuming build at Thu Aug 19 17:11:10 UTC 2021 after Jenkins restart Running on prd-centos7-docker-4c-2g-104 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3@tmp/jenkins-gitclient-ssh2980709484716845239.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 19484f48f3ea22dd3cb206c35107457b0d52dfca into PR head commit 16a835ae426540b27c35c7be17253bdad1b151e6 Merge succeeded, producing 16a835ae426540b27c35c7be17253bdad1b151e6 Checking out Revision 16a835ae426540b27c35c7be17253bdad1b151e6 (PR-3674) > 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/3@tmp/jenkins-gitclient-ssh7713541703511399480.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16a835ae426540b27c35c7be17253bdad1b151e6 # timeout=10 > 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/3@tmp/jenkins-gitclient-ssh4602745765895383428.key > git merge 19484f48f3ea22dd3cb206c35107457b0d52dfca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16a835ae426540b27c35c7be17253bdad1b151e6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git rev-list --no-walk 7bfb6e61ed993dbdcbb31803af10988968c7b7cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo ========================================================= EdgeX Global Pipelines Version Info ========================================================= [Pipeline] libraryResource [Pipeline] sh ------------------- stable info: ------------------- Commited By: Ernesto Ojeda ernesto.ojeda@intel.com Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Message: update stable to v1.0.205 ------------------- experimental info: ------------------- Commited By: **** collab-it+edgex@linuxfoundation.org Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3674 [Pipeline] echo [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3674 [Pipeline] echo [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3674 [Pipeline] echo [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 16a835ae426540b27c35c7be17253bdad1b151e6 [Pipeline] echo [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 16a835a [Pipeline] echo [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider provisioning config files... copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3567430136257140993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh ---> docker-login.sh nexus3.edgexfoundry.org:10001 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded nexus3.edgexfoundry.org:10002 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded nexus3.edgexfoundry.org:10003 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded nexus3.edgexfoundry.org:10004 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded docker.io WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded ---> docker-login.sh ends [Pipeline] } Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh ++ 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 + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/core-command/Dockerfile ++ cut -d/ -f2 + echo core-command,cmd/core-command/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/core-data/Dockerfile ++ cut -d/ -f2 + echo core-data,cmd/core-data/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/core-metadata/Dockerfile ++ cut -d/ -f2 + echo core-metadata,cmd/core-metadata/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/security-bootstrapper/Dockerfile ++ cut -d/ -f2 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ cut -d/ -f2 ++ dirname cmd/security-proxy-setup/Dockerfile + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/security-secretstore-setup/Dockerfile ++ cut -d/ -f2 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/support-notifications/Dockerfile ++ cut -d/ -f2 + echo support-notifications,cmd/support-notifications/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/support-scheduler/Dockerfile ++ cut -d/ -f2 + echo support-scheduler,cmd/support-scheduler/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/sys-mgmt-agent/Dockerfile ++ cut -d/ -f2 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 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 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest latest: Pulling from edgex-devops/git-semver 31603596830f: Pulling fs layer 04fac38145f0: Pulling fs layer 701f6daf10bf: Pulling fs layer 24f72da36158: Pulling fs layer 24f72da36158: Waiting 04fac38145f0: Verifying Checksum 04fac38145f0: Download complete 31603596830f: Verifying Checksum 31603596830f: Download complete 31603596830f: Pull complete 04fac38145f0: Pull complete 24f72da36158: Verifying Checksum 24f72da36158: Download complete 701f6daf10bf: Verifying Checksum 701f6daf10bf: Download complete 701f6daf10bf: Pull complete 24f72da36158: Pull complete Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-104 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat $ docker top 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-8LxUZlYdJeFc/agent.15 SSH_AGENT_PID=21 Running ssh-add (command line suppressed) Identity added: /w/workspace/edgex-go/3@tmp/private_key_5819928731579678131.key (/w/workspace/edgex-go/3@tmp/private_key_5819928731579678131.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git tag --points-at HEAD [Pipeline] } $ docker exec --env ******** --env ******** 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 21 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-5oyJNDugDK2p/agent.55 SSH_AGENT_PID=61 Running ssh-add (command line suppressed) Identity added: /w/workspace/edgex-go/3@tmp/private_key_8262089012495017173.key (/w/workspace/edgex-go/3@tmp/private_key_8262089012495017173.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git semver init # -> Open(): unable to determine branch for HEAD # $GIT_DIR = /w/workspace/edgex-go/3/.git # $GIT_WORK_TREE = /w/workspace/edgex-go/3 # $SEMVER_REMOTE_NAME = origin # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org # $SEMVER_USER_NAME = edgex-jenkins # $SEMVER_BRANCH = PR-3674 # $SEMVER_TEMP = /tmp/semver-112124331 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP # '/tmp/semver-112124331' -> '/w/workspace/edgex-go/3/.semver' # -> Force: false # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } $ docker exec --env ******** --env ******** 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 61 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh + git semver [Pipeline] } $ docker stop --time=1 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 $ docker rm -f 1e2d5027ee418366bc6aceb874e07b8a74f15044fc04fc77003c6124a7cff722 [Pipeline] // withDockerContainer [Pipeline] sh + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash Stashed 1 file(s) [Pipeline] echo [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 ========================================================= [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] ========================================================= [Pipeline] fileExists [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 540db60ca938: Pulling fs layer adcc1eea9eea: Pulling fs layer 4c4ab2625f07: Pulling fs layer db62176df00c: Pulling fs layer 3b30891b0d05: Pulling fs layer 06b49ca38bd5: Pulling fs layer c788192a36de: Pulling fs layer a77e37c0d609: Pulling fs layer c3185cebc471: Pulling fs layer db62176df00c: Waiting 3b30891b0d05: Waiting 06b49ca38bd5: Waiting c788192a36de: Waiting a77e37c0d609: Waiting c3185cebc471: Waiting 4c4ab2625f07: Verifying Checksum 4c4ab2625f07: Download complete adcc1eea9eea: Verifying Checksum adcc1eea9eea: Download complete 3b30891b0d05: Verifying Checksum 3b30891b0d05: Download complete 06b49ca38bd5: Verifying Checksum 06b49ca38bd5: Download complete c788192a36de: Verifying Checksum c788192a36de: Download complete 540db60ca938: Verifying Checksum 540db60ca938: Download complete 540db60ca938: Pull complete adcc1eea9eea: Pull complete 4c4ab2625f07: Pull complete a77e37c0d609: Verifying Checksum a77e37c0d609: Download complete c3185cebc471: Verifying Checksum c3185cebc471: Download complete db62176df00c: Verifying Checksum db62176df00c: Download complete db62176df00c: Pull complete 3b30891b0d05: Pull complete 06b49ca38bd5: Pull complete c788192a36de: Pull complete a77e37c0d609: Pull complete c3185cebc471: Pull complete Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh + docker build -t ci-base-image-x86_64 -f - . + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine WORKDIR /edgex COPY go.mod . RUN go mod download' Sending build context to Docker daemon 328.7MB Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine ---> 031687cdd783 Step 2/4 : WORKDIR /edgex Still waiting to schedule task All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline ---> Running in 55f7159e41d4 Removing intermediate container 55f7159e41d4 ---> 238285f45c96 Step 3/4 : COPY go.mod . ---> 7e7655e65c81 Step 4/4 : RUN go mod download ---> Running in 1a7d06973e8a Removing intermediate container 1a7d06973e8a ---> 1be95b48764b Successfully built 1be95b48764b Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-x86_64 . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-104 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat $ docker top 4b8234a28e6309a6144c1e881b20567f2b7e5bfbb7e3e32c77d503eed388bec8 -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.16.6 linux/amd64 [Pipeline] } $ docker stop --time=1 4b8234a28e6309a6144c1e881b20567f2b7e5bfbb7e3e32c77d503eed388bec8 $ docker rm -f 4b8234a28e6309a6144c1e881b20567f2b7e5bfbb7e3e32c77d503eed388bec8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-x86_64 . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-104 does not seem to be running inside a container $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-x86_64 cat $ docker top 58d911399a116a50fae18176868101467ad0a3791c665e08c057281fbcd4f6e4 -eo pid,comm [Pipeline] { [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Running Tests and Build... ========================================================= [Pipeline] fileExists [Pipeline] sh + go mod tidy [Pipeline] sh + make test 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 go mod tidy GO111MODULE=on go test -race -coverprofile=coverage.out ./... ? github.com/edgexfoundry/edgex-go [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] ? github.com/edgexfoundry/edgex-go/internal [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.058s coverage: 28.7% of statements ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.061s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 46.3% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.121s coverage: 90.1% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.239s coverage: 94.2% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 59.1% of statements ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.056s coverage: 60.0% of statements ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.047s coverage: 0.8% of statements ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.039s coverage: 21.7% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 47.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.211s coverage: 81.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.021s coverage: 65.1% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 85.4% of statements ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 91.2% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.116s coverage: 64.4% of statements ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.021s coverage: 73.7% of statements ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.193s coverage: 66.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 43.6% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.062s coverage: 19.5% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.132s coverage: 92.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 62.7% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 95.4% of statements GO111MODULE=on go vet ./... gofmt -l . [ "`gofmt -l .`" = "" ] ./bin/test-attribution-txt.sh [Pipeline] sh + ls -al . total 608 drwxrwxr-x 10 1001 1001 4096 Aug 19 17:22 . drwxr-xr-x 4 root root 28 Aug 19 17:20 .. -rw-rw-r-- 1 1001 1001 11 Aug 19 17:18 .dockerignore drwxrwxr-x 8 1001 1001 179 Aug 19 17:18 .git drwxrwxr-x 3 1001 1001 125 Aug 19 17:18 .github -rw-rw-r-- 1 1001 1001 818 Aug 19 17:18 .gitignore -rw-rw-r-- 1 1001 1001 76 Aug 19 17:18 .hadolint.yml drwx------ 3 1001 1001 58 Aug 19 17:19 .semver -rw-rw-r-- 1 1001 1001 166 Aug 19 17:18 .sonarcloud.properties -rw-rw-r-- 1 1001 1001 1171 Aug 19 17:18 ADOPTERS.md -rw-rw-r-- 1 1001 1001 8609 Aug 19 17:18 Attribution.txt -rw-rw-r-- 1 1001 1001 43881 Aug 19 17:18 CHANGELOG.md -rw-rw-r-- 1 1001 1001 3804 Aug 19 17:18 CONTRIBUTING.md -rw-rw-r-- 1 1001 1001 677 Aug 19 17:18 GOVERNANCE.md -rw-rw-r-- 1 1001 1001 849 Aug 19 17:18 Jenkinsfile -rw-rw-r-- 1 1001 1001 10775 Aug 19 17:18 LICENSE -rw-rw-r-- 1 1001 1001 5915 Aug 19 17:18 Makefile -rw-rw-r-- 1 1001 1001 582 Aug 19 17:18 OWNERS.md -rw-rw-r-- 1 1001 1001 8643 Aug 19 17:18 README.md -rw-rw-r-- 1 1001 1001 6912 Aug 19 17:18 SECURITY.md -rw-rw-r-- 1 1001 1001 5 Aug 19 17:19 VERSION -rw-rw-r-- 1 1001 1001 4131 Aug 19 17:18 ZMQWindows.md drwxrwxr-x 2 1001 1001 37 Aug 19 17:18 bin drwxrwxr-x 14 1001 1001 4096 Aug 19 17:18 cmd -rw-r--r-- 1 root root 404331 Aug 19 17:21 coverage.out -rw-rw-r-- 1 1001 1001 813 Aug 19 17:18 go.mod -rw-r--r-- 1 root root 50064 Aug 19 17:20 go.sum drwxrwxr-x 8 1001 1001 124 Aug 19 17:18 internal drwxrwxr-x 3 1001 1001 16 Aug 19 17:18 openapi drwxrwxr-x 4 1001 1001 71 Aug 19 17:18 snap -rw-rw-r-- 1 1001 1001 204 Aug 19 17:18 version.go [Pipeline] sh + '[' -e coverage.out ] + chown 1001:1001 coverage.out [Pipeline] stash Stashed 1 file(s) [Pipeline] sh + make build go mod tidy 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 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 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 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 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 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 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 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 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 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 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 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] } $ docker stop --time=1 58d911399a116a50fae18176868101467ad0a3791c665e08c057281fbcd4f6e4 $ docker rm -f 58d911399a116a50fae18176868101467ad0a3791c665e08c057281fbcd4f6e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest latest: Pulling from edgex-devops/edgex-compose cbdbe7a5bc2a: Pulling fs layer ca9280d653b3: Pulling fs layer 7e9c9ca2126c: Pulling fs layer cbdbe7a5bc2a: Verifying Checksum cbdbe7a5bc2a: Download complete cbdbe7a5bc2a: Pull complete ca9280d653b3: Verifying Checksum ca9280d653b3: Download complete ca9280d653b3: Pull complete 7e9c9ca2126c: Verifying Checksum 7e9c9ca2126c: Download complete 7e9c9ca2126c: Pull complete Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-104 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:latest cat $ docker top 402e636c51b24837a3b0f0506004d0de469522a6416507064b7a734cdc06a408 -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose build --help + grep parallel --parallel Build images in parallel. [Pipeline] } $ docker stop --time=1 402e636c51b24837a3b0f0506004d0de469522a6416507064b7a734cdc06a408 $ docker rm -f 402e636c51b24837a3b0f0506004d0de469522a6416507064b7a734cdc06a408 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-104 does not seem to be running inside a container $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 $ docker top 7cdaa424b6bc4bf8713ce59f6a3e6a3cb945f2e1802cca2d233c00f9fe9fbb68 -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose -f ./docker-compose-build.yml build --parallel Building core-command ... Building core-data ... Building core-metadata ... Building security-bootstrapper ... Building security-proxy-setup ... Building security-secretstore-setup ... Building support-notifications ... Building support-scheduler ... Building sys-mgmt-agent ... Building support-notifications Building core-command Building sys-mgmt-agent Building security-proxy-setup Building support-scheduler Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/24 : WORKDIR /edgex-go Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/24 : WORKDIR /edgex-go ---> Running in 05dc9f032d36 ---> Running in 4590cd64b77a Removing intermediate container 05dc9f032d36 ---> ae0a73a3b18a Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 4590cd64b77a ---> 77c5539c490b Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in dfb123f4fe6f ---> Running in f41277352923 Removing intermediate container dfb123f4fe6f ---> 305e95bf39c7 Step 5/24 : RUN apk add --update --no-cache make git Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/23 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/23 : RUN apk add --update --no-cache make git Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/22 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/22 : RUN apk add --update --no-cache make git Removing intermediate container f41277352923 ---> 6147eeac3f30 Step 5/24 : RUN apk add --update --no-cache make bash git Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/23 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates ---> Running in 20e0c64c1da1 ---> Running in 2184c0a424af ---> Running in 32d5131900a0 ---> Running in bf8fc292b9fd ---> Running in efd0819ba452 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz OK: 219 MiB in 52 packages OK: 219 MiB in 52 packages Removing intermediate container 20e0c64c1da1 ---> 0d33b6256f1d Step 6/24 : COPY go.mod . OK: 219 MiB in 52 packages ---> 56bc799ed730 Step 7/24 : RUN go mod download ---> Running in a0f92d519abf OK: 219 MiB in 52 packages Removing intermediate container 32d5131900a0 ---> 6b0691ef7aab Step 6/22 : COPY go.mod . OK: 219 MiB in 52 packages Removing intermediate container 2184c0a424af ---> 2aa189232dbb Step 6/23 : COPY go.mod . ---> 7efbc7e808af Step 7/22 : RUN go mod download Removing intermediate container efd0819ba452 ---> faa259be953c Step 6/23 : COPY go.mod . ---> Running in d7b23f8392a9 ---> e1b918881e1c Step 7/23 : RUN go mod download ---> Running in c1da2ead4983 Removing intermediate container bf8fc292b9fd ---> 644063fa3a90 Step 6/24 : COPY go.mod . ---> ad7574bca941 Step 7/23 : RUN go mod download ---> Running in 2eaec109f777 ---> d1e5893e6342 Step 7/24 : RUN go mod download ---> Running in a7ec4ba34a30 Removing intermediate container a0f92d519abf ---> 6b09c12eb382 Step 8/24 : COPY . . Removing intermediate container d7b23f8392a9 ---> 02d3cf7287b5 Step 8/22 : COPY . . Removing intermediate container c1da2ead4983 ---> 99e841e99470 Step 8/23 : COPY . . Removing intermediate container 2eaec109f777 ---> 3623cec2f257 Step 8/23 : COPY . . ---> 0e88f2e2c730 Step 9/24 : RUN go mod tidy Removing intermediate container a7ec4ba34a30 ---> 58f77042fecd Step 8/24 : COPY . . ---> Running in dcacc96eced2 Removing intermediate container dcacc96eced2 ---> 6e4ce74bdb62 Step 10/24 : RUN make cmd/core-command/core-command ---> Running in a8688c63d390 ---> 7213b8f64c7a Step 9/22 : RUN go mod tidy ---> Running in 0e4feb0e2845 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 ---> 3f39cd6737a3 Step 9/23 : RUN go mod tidy ---> Running in 95bdd77c323c Removing intermediate container 0e4feb0e2845 ---> c7a1a0414cda Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> Running in 9d5f7564a049 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 ---> 02c55c0c49bf Step 9/23 : RUN go mod tidy ---> Running in b41d5ea48771 Removing intermediate container 95bdd77c323c ---> 7c5845616b25 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler ---> Running in ccedd45374c6 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 ---> 01d6fb1dc75b Step 9/24 : RUN go mod tidy ---> Running in ffd1b93bbdfd Removing intermediate container b41d5ea48771 ---> c06c71b12a26 Step 10/23 : RUN make cmd/support-notifications/support-notifications ---> Running in 0656842e2d36 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 Removing intermediate container ffd1b93bbdfd ---> cfcb028fe67f Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> Running in 3864de69acfb 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 Removing intermediate container a8688c63d390 ---> 61e9aa09c317 Step 11/24 : FROM alpine:3.12 3.12: Pulling from library/alpine Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb Status: Downloaded newer image for alpine:3.12 ---> 13621d1b12d4 Step 12/24 : RUN apk add --update --no-cache dumb-init ---> Running in 90e6755fda9d fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/1) Installing dumb-init (1.2.2-r1) Executing busybox-1.31.1-r20.trigger OK: 6 MiB in 15 packages Removing intermediate container 90e6755fda9d ---> 833d2e326941 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in bfe92fd52538 Removing intermediate container bfe92fd52538 ---> 8829d7b52b03 Step 14/24 : ENV APP_PORT=59882 ---> Running in 87e48b55da1e Removing intermediate container 87e48b55da1e ---> 0e8f68204811 Step 15/24 : EXPOSE $APP_PORT ---> Running in 1f81cab9e995 Removing intermediate container 1f81cab9e995 ---> 0e91e68788b0 Step 16/24 : WORKDIR / ---> Running in e29931154e8b Removing intermediate container e29931154e8b ---> bdb5af043274 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 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 ---> d26f52840c7c Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> 432da3f2d01a Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml ---> abb1114c47b4 Step 20/24 : ENTRYPOINT ["/core-command"] ---> Running in 6fa926be7563 Removing intermediate container 6fa926be7563 ---> 9be7ec43d513 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 359bd860b8fd Removing intermediate container 359bd860b8fd ---> 0e374a4e109f Step 22/24 : LABEL arch=x86_64 ---> Running in 3a0efb7e8095 Removing intermediate container 3a0efb7e8095 ---> 3b0995090475 Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in f1b4f9426941 Removing intermediate container f1b4f9426941 ---> 49efb988e00e Step 24/24 : LABEL version=0.0.0 ---> Running in 66400ec0d292 Removing intermediate container 66400ec0d292 ---> 67d5cd5755d7 Successfully built 67d5cd5755d7 Successfully tagged core-command:latest Building core-metadata  Building core-command ... done Removing intermediate container 9d5f7564a049 ---> 21eb878af99b Step 11/22 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/22 : RUN apk add --update --no-cache curl ---> Running in aeac2d7bdbfd fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/4) Installing ca-certificates (20191127-r4) (2/4) Installing nghttp2-libs (1.41.0-r0) (3/4) Installing libcurl (7.78.0-r0) (4/4) Installing curl (7.78.0-r0) Executing busybox-1.31.1-r20.trigger Executing ca-certificates-20191127-r4.trigger OK: 7 MiB in 18 packages Removing intermediate container aeac2d7bdbfd ---> 6aa48ec4d23b Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> Running in d5d61d01c6d4 Removing intermediate container d5d61d01c6d4 ---> 2fd592e53aef Step 14/22 : WORKDIR /edgex ---> Running in 7df93f5eb40e Removing intermediate container 7df93f5eb40e ---> f59af12cfc72 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml ---> 15178159e40e Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . Removing intermediate container ccedd45374c6 ---> 7aa427820b05 Step 11/23 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/23 : RUN apk add --update --no-cache dumb-init ---> Using cache ---> 833d2e326941 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Using cache ---> 8829d7b52b03 Step 14/23 : ENV APP_PORT=59861 ---> 4dcbdb81d2a0 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . ---> Running in 71b2108e50f8 Removing intermediate container 71b2108e50f8 ---> 761e3a52a07e Step 15/23 : EXPOSE $APP_PORT ---> Running in 135ef5de4815 ---> 768b26dcdc99 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> Running in 5aab52587faf Removing intermediate container 135ef5de4815 ---> 3a3aa1ad9dce Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / Removing intermediate container 3864de69acfb ---> 958c02d60c4a Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor ---> Running in bc24b679562e Removing intermediate container 5aab52587faf ---> 1e6682a15074 Step 19/22 : CMD ["--init=true"] ---> Running in 3ce5d64079cb ---> 6bb7218224dc Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / Removing intermediate container 3ce5d64079cb ---> 8a1f3f8b785e Step 20/22 : LABEL arch=x86_64 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 ---> Running in 37e420b8ab99 Removing intermediate container 0656842e2d36 ---> 8296c3ead927 Step 11/23 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init Removing intermediate container 37e420b8ab99 ---> 681575cc72ca Step 21/22 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> 6e3b7970c5e1 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> Running in d48493634225 ---> Running in 37ca6e5b8702 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/24 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/24 : RUN apk add --update --no-cache make git ---> Using cache ---> 2aa189232dbb Step 6/24 : COPY go.mod . ---> Using cache ---> e1b918881e1c Step 7/24 : RUN go mod download ---> Using cache ---> 99e841e99470 Step 8/24 : COPY . . ---> Using cache ---> 3f39cd6737a3 Step 9/24 : RUN go mod tidy ---> Using cache ---> 7c5845616b25 Step 10/24 : RUN make cmd/core-metadata/core-metadata Removing intermediate container 37ca6e5b8702 ---> 3d6cee2b04ea Step 22/22 : LABEL version=0.0.0 ---> Running in 7e7444f571be ---> 5806bc3060b5 Step 19/23 : ENTRYPOINT ["/support-scheduler"] ---> Running in b916583e5596 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz ---> Running in bc7c765c9d42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz Removing intermediate container bc24b679562e ---> 9817e5e7b05a Step 12/24 : FROM docker:20.10.7 Removing intermediate container b916583e5596 ---> 3ee6cf298859 Successfully built 3ee6cf298859 (1/2) Installing ca-certificates (20191127-r4) (2/2) Installing dumb-init (1.2.2-r1) Executing busybox-1.31.1-r20.trigger Executing ca-certificates-20191127-r4.trigger Successfully tagged security-proxy-setup:latest Building security-secretstore-setup  Building security-proxy-setup ... done 20.10.7: Pulling from library/docker Removing intermediate container bc7c765c9d42 ---> 1bb9ef23fad5 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] OK: 6 MiB in 16 packages 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 ---> Running in c0cf82312282 Removing intermediate container c0cf82312282 ---> 3eff34dd9dae Step 21/23 : LABEL arch=x86_64 ---> Running in 81abb55aff14 Removing intermediate container d48493634225 ---> ff1bbb5a9732 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in d25c29068490 Removing intermediate container 81abb55aff14 ---> a9a2d3fb7cd0 Step 22/23 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in c7396bfa6cc4 Removing intermediate container d25c29068490 ---> df24beb441bd Step 14/23 : ENV APP_PORT=59860 ---> Running in af0c6c20ddf4 Removing intermediate container c7396bfa6cc4 ---> 3cd6fced057f Step 23/23 : LABEL version=0.0.0 ---> Running in 1bfc5ddca4f2 Removing intermediate container af0c6c20ddf4 ---> eb4d0aa874fa Step 15/23 : EXPOSE $APP_PORT Removing intermediate container 1bfc5ddca4f2 ---> 42a82d690d3b ---> Running in 50210c44bd52 Successfully built 42a82d690d3b Successfully tagged support-scheduler:latest  Building support-scheduler ... done Building core-data Removing intermediate container 50210c44bd52 ---> 8e3d91a3e329 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> e450bd2e0872 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / ---> c6424437f40a Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml ---> 11f112153573 Step 19/23 : ENTRYPOINT ["/support-notifications"] ---> Running in 52dbe0968a79 Removing intermediate container 52dbe0968a79 ---> 64260637a2a0 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 69d95ee86e13 Removing intermediate container 69d95ee86e13 ---> 9ace9edae7a5 Step 21/23 : LABEL arch=x86_64 ---> Running in 0fdaa49d08e1 Removing intermediate container 0fdaa49d08e1 ---> 4f204ae2b1aa Step 22/23 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in cdd703a73375 Removing intermediate container cdd703a73375 ---> 056f6e031b83 Step 23/23 : LABEL version=0.0.0 ---> Running in 4ebed96e76ad Removing intermediate container 4ebed96e76ad ---> e66d1d42cf24 Successfully built e66d1d42cf24 Successfully tagged support-notifications:latest Building security-bootstrapper  Building support-notifications ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/26 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/26 : RUN apk add --update --no-cache make git ---> Using cache ---> 2aa189232dbb Step 6/26 : COPY go.mod . ---> Using cache ---> e1b918881e1c Step 7/26 : RUN go mod download ---> Using cache ---> 99e841e99470 Step 8/26 : COPY . . ---> Using cache ---> 3f39cd6737a3 Step 9/26 : RUN go mod tidy ---> Using cache ---> 7c5845616b25 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> Running in f93dc2398393 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 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/24 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> Running in b61a029901cb fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz OK: 219 MiB in 52 packages Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/32 : FROM ${BUILDER_BASE} AS builder ---> 1be95b48764b Step 3/32 : WORKDIR /edgex-go ---> Using cache ---> 77c5539c490b Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 6147eeac3f30 Step 5/32 : RUN apk add --update --no-cache make git ---> Using cache ---> 2aa189232dbb Step 6/32 : COPY go.mod . ---> Using cache ---> e1b918881e1c Step 7/32 : RUN go mod download ---> Using cache ---> 99e841e99470 Step 8/32 : COPY . . ---> Using cache ---> 3f39cd6737a3 Step 9/32 : RUN go mod tidy ---> Using cache ---> 7c5845616b25 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> Running in 503a1d4af735 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 Status: Downloaded newer image for docker:20.10.7 ---> 08bdaf2f88f9 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' ---> Running in 9d2e650c640b Removing intermediate container b61a029901cb ---> 0e231f5d5765 Step 6/24 : COPY go.mod . Removing intermediate container 9d2e650c640b ---> 3a6a3a2026ec 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 ---> Running in fada29b11474 ---> 7339b8d9f76c Step 7/24 : RUN go mod download ---> Running in fe9356eb08da 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 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz (1/39) Installing readline (8.1.0-r0) (2/39) Installing bash (5.1.0-r0) Executing bash-5.1.0-r0.post-install (3/39) Installing brotli-libs (1.0.9-r3) (4/39) Installing nghttp2-libs (1.42.0-r1) (5/39) Installing libcurl (7.78.0-r0) (6/39) Installing curl (7.78.0-r0) (7/39) Installing dumb-init (1.2.5-r0) (8/39) Installing libbz2 (1.0.8-r1) (9/39) Installing expat (2.2.10-r1) (10/39) Installing libffi (3.3-r2) (11/39) Installing gdbm (1.19-r0) (12/39) Installing xz-libs (5.2.5-r0) (13/39) Installing sqlite-libs (3.34.1-r0) (14/39) Installing python3 (3.8.10-r0) (15/39) Installing py3-appdirs (1.4.4-r1) (16/39) Installing py3-ordered-set (4.0.2-r0) (17/39) Installing py3-parsing (2.4.7-r1) (18/39) Installing py3-six (1.15.0-r0) (19/39) Installing py3-packaging (20.9-r0) (20/39) Installing py3-setuptools (51.3.3-r0) (21/39) Installing py3-chardet (4.0.0-r0) (22/39) Installing py3-idna (3.1-r0) (23/39) Installing py3-urllib3 (1.26.2-r1) (24/39) Installing py3-requests (2.25.1-r1) (25/39) Installing py3-msgpack (1.0.2-r0) (26/39) Installing py3-lockfile (0.12.2-r3) (27/39) Installing py3-cachecontrol (0.12.6-r0) Removing intermediate container fe9356eb08da ---> df59e0d8263a Step 8/24 : COPY . . (28/39) Installing py3-colorama (0.4.4-r0) (29/39) Installing py3-contextlib2 (0.6.0-r0) (30/39) Installing py3-distlib (0.3.1-r1) (31/39) Installing py3-distro (1.5.0-r1) (32/39) Installing py3-webencodings (0.5.1-r3) (33/39) Installing py3-html5lib (1.1-r0) (34/39) Installing py3-pytoml (0.1.21-r0) (35/39) Installing py3-pep517 (0.9.1-r0) (36/39) Installing py3-progress (1.5-r0) (37/39) Installing py3-retrying (1.3.3-r0) (38/39) Installing py3-toml (0.10.2-r0) (39/39) Installing py3-pip (20.3.4-r0) Executing busybox-1.32.1-r6.trigger OK: 82 MiB in 59 packages Removing intermediate container 7e7444f571be ---> 4f65c31c4547 Step 11/24 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/24 : RUN apk add --update --no-cache dumb-init ---> Using cache ---> 833d2e326941 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Using cache ---> 8829d7b52b03 Step 14/24 : ENV APP_PORT=59881 ---> Running in b36ebc19da5d Removing intermediate container b36ebc19da5d ---> 25be892d23aa Step 15/24 : EXPOSE $APP_PORT ---> Running in 6f9bc1b6441b Removing intermediate container 6f9bc1b6441b ---> a73de85bdb0b Step 16/24 : WORKDIR / ---> Running in ff3590ba2e74 Removing intermediate container ff3590ba2e74 ---> 4dfdbd0de127 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / Collecting docker-compose==1.23.2 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) Collecting dockerpty<0.5,>=0.4.1 Downloading dockerpty-0.4.1.tar.gz (13 kB) ---> 59aba65e11d7 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / Collecting cached-property<2,>=1.2.0 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) ---> 617812752998 Step 9/24 : RUN go mod tidy ---> 9058ccfd4bc0 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml Collecting docker<4.0,>=3.6.0 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) ---> Running in 12747791fb15 Collecting PyYAML<4,>=3.10 Downloading PyYAML-3.13.tar.gz (270 kB) ---> a4f121265ea9 Step 20/24 : ENTRYPOINT ["/core-metadata"] ---> Running in c9aebbbe5735 Removing intermediate container c9aebbbe5735 ---> e8ab7fbc17f4 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 55b66f3cd8d5 Removing intermediate container 55b66f3cd8d5 ---> 07fcadb4eb70 Step 22/24 : LABEL arch=x86_64 ---> Running in 24616896817e Removing intermediate container 24616896817e ---> e14d2a1c5a0b Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 1f41b032eab1 Removing intermediate container 1f41b032eab1 ---> f383178d158c Step 24/24 : LABEL version=0.0.0 ---> Running in 62fcfe41de14 Collecting docopt<0.7,>=0.6.1 Downloading docopt-0.6.2.tar.gz (25 kB) Removing intermediate container 62fcfe41de14 ---> 07f9384503b5 Successfully built 07f9384503b5 Successfully tagged core-metadata:latest  Building core-metadata ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) Removing intermediate container 12747791fb15 ---> 11427e5fc7bc Step 10/24 : RUN make cmd/core-data/core-data Collecting jsonschema<3,>=2.5.1 ---> Running in f0b1d883492e Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Collecting websocket-client<1.0,>=0.32.0 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) Collecting texttable<0.10,>=0.9.0 Downloading texttable-0.9.1.tar.gz (11 kB) 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 Collecting docker-pycreds>=0.4.0 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting certifi>=2017.4.17 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) Collecting idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.2 Uninstalling urllib3-1.26.2: Successfully uninstalled urllib3-1.26.2 Attempting uninstall: idna Found existing installation: idna 3.1 Uninstalling idna-3.1: Successfully uninstalled idna-3.1 Attempting uninstall: chardet Found existing installation: chardet 4.0.0 Uninstalling chardet-4.0.0: Successfully uninstalled chardet-4.0.0 Attempting uninstall: requests Found existing installation: requests 2.25.1 Uninstalling requests-2.25.1: Successfully uninstalled requests-2.25.1 Running setup.py install for texttable: started Running setup.py install for texttable: finished with status 'done' Running setup.py install for PyYAML: started Running setup.py install for PyYAML: finished with status 'done' Running setup.py install for docopt: started Running setup.py install for docopt: finished with status 'done' Running setup.py install for dockerpty: started Running setup.py install for dockerpty: finished with status 'done' 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 Removing intermediate container fada29b11474 ---> 144f34208c68 Step 15/24 : ENV APP_PORT=58890 ---> Running in aed2bae15902 Removing intermediate container aed2bae15902 ---> 9994c9daca49 Step 16/24 : EXPOSE $APP_PORT ---> Running in b0e3cf2ad8b6 Removing intermediate container b0e3cf2ad8b6 ---> 1f0a073cdfcf Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> cda7c57317e1 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml ---> 37d2032b2329 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / ---> a4d84e682d02 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] ---> Running in 11d145b04c7d Removing intermediate container 11d145b04c7d ---> b80bad050cb1 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 8d1ef805fb0d Removing intermediate container 8d1ef805fb0d ---> 621039b1dc08 Step 22/24 : LABEL arch=x86_64 ---> Running in 02e72ab07f50 Removing intermediate container 02e72ab07f50 ---> 47def8af6b49 Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 59a9d7b9312b Removing intermediate container 59a9d7b9312b ---> 179d01710123 Step 24/24 : LABEL version=0.0.0 ---> Running in 9717a5dab232 Removing intermediate container 9717a5dab232 ---> a629deb1de9d Successfully built a629deb1de9d Successfully tagged sys-mgmt-agent:latest  Building sys-mgmt-agent ... done 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 Removing intermediate container f93dc2398393 ---> 8a2423db750e Step 11/26 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec ---> Running in 322e1d204e7f fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/3) Installing ca-certificates (20191127-r4) (2/3) Installing dumb-init (1.2.2-r1) (3/3) Installing su-exec (0.2-r1) Executing busybox-1.31.1-r20.trigger Executing ca-certificates-20191127-r4.trigger OK: 6 MiB in 17 packages Removing intermediate container 322e1d204e7f ---> 0fc94d868f48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> Running in 809d38f8e784 Removing intermediate container 809d38f8e784 ---> 1a7584bc8075 Step 14/26 : WORKDIR / ---> Running in ceb285ef17f0 Removing intermediate container ceb285ef17f0 ---> be6784af7b75 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json ---> eb4f9a65086c Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml ---> b032f98d7194 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml Removing intermediate container 503a1d4af735 ---> 75b3baf11ab5 Step 11/32 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' ---> 261bd0bc4ce2 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml ---> Running in 5226045aa0a9 ---> 220e8169c97d Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . Removing intermediate container 5226045aa0a9 ---> 37167ef5c8e9 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec ---> Running in 1018ab6995a9 ---> 8fecd0f61cc7 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz ---> e649a3e918cb Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/2) Installing dumb-init (1.2.2-r1) (2/2) Installing su-exec (0.2-r1) Executing busybox-1.31.1-r20.trigger OK: 6 MiB in 16 packages ---> 52ec456d4c02 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/ ---> Running in 546018e6a36d Removing intermediate container 1018ab6995a9 ---> bcc31b956f8f Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init ---> Running in 323ed4730855 Removing intermediate container 323ed4730855 ---> e650952dd06d Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis ---> Running in 35f37bbfa77d Removing intermediate container 35f37bbfa77d ---> 009e6caf93df Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} Removing intermediate container 546018e6a36d ---> c208563712d5 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] ---> Running in 067b71a20120 ---> Running in 8c74fdc76022 Removing intermediate container 8c74fdc76022 ---> d5466d208935 Step 24/26 : LABEL arch=x86_64 ---> Running in abfafbd1328c Removing intermediate container abfafbd1328c ---> 6878fd30ba8e Step 25/26 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 5f20d83292c6 Removing intermediate container 5f20d83292c6 ---> 70730616e8b1 Step 26/26 : LABEL version=0.0.0 ---> Running in 91a9d559ffb8 Removing intermediate container 067b71a20120 ---> 3e7505f32a3d Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} ---> Running in e1ac2b90a94f Removing intermediate container 91a9d559ffb8 ---> 2fc58873052c Successfully built 2fc58873052c Successfully tagged security-secretstore-setup:latest  Building security-secretstore-setup ... done Removing intermediate container e1ac2b90a94f ---> d56d9dd0b73a Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ ---> 7794df697114 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh ---> Running in 12e454b74c4d Removing intermediate container 12e454b74c4d ---> eb66c06221d2 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / ---> ed7356937fbd Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . ---> b41a69f19944 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ ---> aa86a5570ce8 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> 37c51695af7d Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ Removing intermediate container f0b1d883492e ---> a2be97d5efd8 Step 11/24 : FROM alpine:3.12 ---> 13621d1b12d4 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Running in 829cbf67cd31 ---> d8875ba89342 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} Removing intermediate container 829cbf67cd31 ---> f8d85eb3b07e Step 13/24 : ENV APP_PORT=59880 ---> Running in 41dce2a16891 ---> Running in 8404aea2002b Removing intermediate container 41dce2a16891 ---> c1ffb09d8471 Step 14/24 : EXPOSE $APP_PORT Removing intermediate container 8404aea2002b ---> 95f42ffd7a6e Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / ---> Running in 31b14e1521bb Removing intermediate container 31b14e1521bb ---> 74f545d281fb Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 387492ce6114 Step 27/32 : RUN chmod +x /entrypoint.sh ---> Running in e062d77979f5 ---> Running in caa5e3d25cde Removing intermediate container e062d77979f5 ---> 7c8cff4363cc Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init Removing intermediate container caa5e3d25cde ---> 5aaff714c575 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 4e07cc58d370 ---> Running in 2f4cbb1c777e Removing intermediate container 2f4cbb1c777e ---> b65fa1164708 Step 29/32 : CMD ["gate"] ---> Running in 2fa9afa12b5e fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz Removing intermediate container 2fa9afa12b5e ---> 925252cfec22 Step 30/32 : LABEL arch=x86_64 ---> Running in 457ffae05ca6 Removing intermediate container 457ffae05ca6 ---> a1db665b97ed Step 31/32 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 8eec03508506 Removing intermediate container 8eec03508506 ---> 1dcbabb43640 Step 32/32 : LABEL version=0.0.0 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz ---> Running in fc7f8194b14e Removing intermediate container fc7f8194b14e ---> 306105eb88cb Successfully built 306105eb88cb Successfully tagged security-bootstrapper:latest  Building security-bootstrapper ... done (1/6) Installing dumb-init (1.2.2-r1) (2/6) Installing libgcc (9.3.0-r2) (3/6) Installing libsodium (1.0.18-r0) (4/6) Installing libstdc++ (9.3.0-r2) (5/6) Installing libzmq (4.3.3-r0) (6/6) Installing zeromq (4.3.3-r0) Executing busybox-1.31.1-r20.trigger OK: 8 MiB in 20 packages Removing intermediate container 4e07cc58d370 ---> e16c2911272c Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / ---> 801d3f21d4f9 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / ---> fa89d50ef0c0 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> ed721a5be5b5 Step 20/24 : ENTRYPOINT ["/core-data"] ---> Running in f3cdca5b01f6 Removing intermediate container f3cdca5b01f6 ---> 065996f48949 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 88e91cef5890 Removing intermediate container 88e91cef5890 ---> a56976faf1ef Step 22/24 : LABEL arch=x86_64 ---> Running in b2c0e44b1c7c Removing intermediate container b2c0e44b1c7c ---> f2ce6184a518 Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 63cd0435d897 Removing intermediate container 63cd0435d897 ---> 39f2fc1c74a6 Step 24/24 : LABEL version=0.0.0 ---> Running in 57cf2a5a248d Removing intermediate container 57cf2a5a248d ---> 8eb4da1ef358 Successfully built 8eb4da1ef358 Successfully tagged core-data:latest  Building core-data ... done  [Pipeline] } $ docker stop --time=1 7cdaa424b6bc4bf8713ce59f6a3e6a3cb945f2e1802cca2d233c00f9fe9fbb68 $ docker rm -f 7cdaa424b6bc4bf8713ce59f6a3e6a3cb945f2e1802cca2d233c00f9fe9fbb68 [Pipeline] // withDockerContainer [Pipeline] sh + docker images REPOSITORY TAG IMAGE ID CREATED SIZE core-data latest 8eb4da1ef358 2 seconds ago 20.4MB security-bootstrapper latest 306105eb88cb 6 seconds ago 18.8MB a2be97d5efd8 8 seconds ago 1.76GB security-secretstore-setup latest 2fc58873052c 11 seconds ago 28.1MB 75b3baf11ab5 15 seconds ago 1.75GB 8a2423db750e 18 seconds ago 1.76GB sys-mgmt-agent latest a629deb1de9d 23 seconds ago 325MB core-metadata latest 07f9384503b5 36 seconds ago 16.7MB 4f65c31c4547 44 seconds ago 1.75GB support-notifications latest e66d1d42cf24 About a minute ago 16.8MB support-scheduler latest 42a82d690d3b About a minute ago 16.1MB security-proxy-setup latest 3ee6cf298859 About a minute ago 25.9MB 9817e5e7b05a About a minute ago 1.75GB 8296c3ead927 About a minute ago 1.75GB 7aa427820b05 About a minute ago 1.75GB 21eb878af99b About a minute ago 1.76GB core-command latest 67d5cd5755d7 About a minute ago 16MB 61e9aa09c317 About a minute ago 1.75GB ci-base-image-x86_64 latest 1be95b48764b 5 minutes ago 1.25GB nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 25 hours ago 37.5MB nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 13 days ago 547MB docker 20.10.7 08bdaf2f88f9 2 months ago 246MB alpine 3.12 13621d1b12d4 4 months ago 5.58MB nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 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 Still waiting to schedule task All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline Running on prd-ubuntu18.04-docker-arm64-4c-16g-321 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 19484f48f3ea22dd3cb206c35107457b0d52dfca into PR head commit 16a835ae426540b27c35c7be17253bdad1b151e6 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16a835ae426540b27c35c7be17253bdad1b151e6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 16a835ae426540b27c35c7be17253bdad1b151e6 Checking out Revision 16a835ae426540b27c35c7be17253bdad1b151e6 (PR-3674) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 19484f48f3ea22dd3cb206c35107457b0d52dfca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16a835ae426540b27c35c7be17253bdad1b151e6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider provisioning config files... copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2110745248882886956tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh ---> docker-login.sh nexus3.edgexfoundry.org:10001 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded nexus3.edgexfoundry.org:10002 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded nexus3.edgexfoundry.org:10003 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded nexus3.edgexfoundry.org:10004 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded docker.io WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded ---> docker-login.sh ends [Pipeline] } Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] ========================================================= [Pipeline] fileExists [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 595b0fe564bb: Pulling fs layer 24495759ef45: Pulling fs layer d148012ef14d: Pulling fs layer e90a11edd702: Pulling fs layer d77568369979: Pulling fs layer fc1c9f9a7f3b: Pulling fs layer 170f2ba95c9a: Pulling fs layer 97ac5df62f85: Pulling fs layer e90a11edd702: Waiting d77568369979: Waiting fc1c9f9a7f3b: Waiting 97ac5df62f85: Waiting 170f2ba95c9a: Waiting d148012ef14d: Verifying Checksum d148012ef14d: Download complete 24495759ef45: Verifying Checksum 24495759ef45: Download complete d77568369979: Download complete fc1c9f9a7f3b: Verifying Checksum fc1c9f9a7f3b: Download complete 595b0fe564bb: Verifying Checksum 595b0fe564bb: Download complete 170f2ba95c9a: Verifying Checksum 170f2ba95c9a: Download complete 595b0fe564bb: Pull complete 24495759ef45: Pull complete d148012ef14d: Pull complete 97ac5df62f85: Verifying Checksum 97ac5df62f85: Download complete e90a11edd702: Verifying Checksum e90a11edd702: Download complete e90a11edd702: Pull complete d77568369979: Pull complete fc1c9f9a7f3b: Pull complete 170f2ba95c9a: Pull complete 97ac5df62f85: Pull complete Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine WORKDIR /edgex COPY go.mod . RUN go mod download + docker build -t ci-base-image-arm64 -f - . Sending build context to Docker daemon 165.9MB Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine ---> 04bc70af865f Step 2/4 : WORKDIR /edgex ---> Running in c5a2499d8aeb Removing intermediate container c5a2499d8aeb ---> 6d315d7d6683 Step 3/4 : COPY go.mod . ---> 3601e42a50ba Step 4/4 : RUN go mod download ---> Running in cd016865ff21 Running on prd-ubuntu18.04-docker-8c-8g-319 in /w/workspace/edgexfoundry_edgex-go_PR-3674 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Removing intermediate container cd016865ff21 ---> 6d913202a15c Successfully built 6d913202a15c Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-arm64 . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 $ docker top a887a6d3c2ec1a116e0d2da42358d877794ce7dd4defe28cfe7745a88a1a058a -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.16.6 linux/arm64 [Pipeline] } $ docker stop --time=1 a887a6d3c2ec1a116e0d2da42358d877794ce7dd4defe28cfe7745a88a1a058a $ docker rm -f a887a6d3c2ec1a116e0d2da42358d877794ce7dd4defe28cfe7745a88a1a058a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-arm64 . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 $ docker top 2b01d6d5ecd6837370308fba2015b6530e4ac8dc5f2a82991445f06f6df2f521 -eo pid,comm [Pipeline] { [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Running Tests and Build... ========================================================= [Pipeline] fileExists [Pipeline] sh + go mod tidy [Pipeline] sh + make test 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 go mod tidy GO111MODULE=on go test -race -coverprofile=coverage.out ./... Merging remotes/origin/main commit 19484f48f3ea22dd3cb206c35107457b0d52dfca into PR head commit 16a835ae426540b27c35c7be17253bdad1b151e6 Merge succeeded, producing 16a835ae426540b27c35c7be17253bdad1b151e6 Checking out Revision 16a835ae426540b27c35c7be17253bdad1b151e6 (PR-3674) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3674/head:refs/remotes/origin/PR-3674 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16a835ae426540b27c35c7be17253bdad1b151e6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 19484f48f3ea22dd3cb206c35107457b0d52dfca # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 16a835ae426540b27c35c7be17253bdad1b151e6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh + echo snap-build.sh snap-build.sh + SNAP_BASE_DIR=. + '[' '!' -z /w/workspace/edgex-go/3 ']' + SNAP_BASE_DIR=/w/workspace/edgex-go/3 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [snap-build] Building snap in dir [/w/workspace/edgex-go/3] + cd /w/workspace/edgex-go/3 + sudo apt-get remove -qy --purge lxd lxd-client Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs uidmap xdelta3 Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: lxd* lxd-client* 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. After this operation, 31.7 MB disk space will be freed. (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 ... 190624 files and directories currently installed.) Removing lxd (3.0.3-0ubuntu1~18.04.1) ... Removing lxd dnsmasq configuration Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... Processing triggers for man-db (2.8.3-2ubuntu0.1) ... Processing triggers for libc-bin (2.27-3ubuntu1.4) ... (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 ... 190449 files and directories currently installed.) Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... Processing triggers for systemd (237-3ubuntu10.51) ... Processing triggers for ureadahead (0.100.0-21) ... + sudo snap remove --purge lxd snap "lxd" is not installed + sudo groupadd --force --system lxd ++ whoami + sudo /usr/sbin/usermod -G lxd -a jenkins + newgrp - lxd + sudo snap install lxd 2021-08-19T17:37:58Z INFO Waiting for automatic snapd restart... ? github.com/edgexfoundry/edgex-go [no test files] lxd 4.17 from Canonical* installed + sudo lxd init --auto + sudo snap install --classic snapcraft snapcraft 5.0 from Canonical* installed + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' + ./snap/local/build-helpers/bin/minimal-snap-build.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4610 0 --:--:-- --:--:-- --:--:-- 4610 43 3325k 43 1449k 0 0 2622k 0 0:00:01 --:--:-- 0:00:01 2622k 100 3325k 100 3325k 0 0 5843k 0 --:--:-- --:--:-- --:--:-- 114M ./yq_linux_amd64 + sudo snapcraft prime --use-lxd Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 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: - README.md If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. Launching a container. Waiting for container to be ready To start your first instance, try: lxc launch ubuntu:18.04 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. Waiting for network to be ready... Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1845 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1136 kB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [258 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1745 kB] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] Fetched 25.1 MB in 4s (5902 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal Suggested packages: dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon Recommended packages: gnupg libsasl2-modules The following NEW packages will be installed: dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev The following packages will be upgraded: gpg gpg-agent gpgconf libudev1 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. Need to get 3527 kB of archives. After this operation, 13.3 MB of additional disk space will be used. 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] 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] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3527 kB in 1s (2884 kB/s) (Reading database ... 12511 files and directories currently installed.) Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... Setting up libudev1:amd64 (237-3ubuntu10.51) ... Selecting previously unselected package udev. (Reading database ... 12511 files and directories currently installed.) Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... Unpacking udev (237-3ubuntu10.51) ... Selecting previously unselected package libfuse2:amd64. Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... Selecting previously unselected package fuse. Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... Unpacking fuse (2.9.7-1ubuntu1) ... Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2) ... Selecting previously unselected package libroken18-heimdal:amd64. Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libasn1-8-heimdal:amd64. Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libheimbase1-heimdal:amd64. Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libhcrypto4-heimdal:amd64. Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libwind0-heimdal:amd64. Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libhx509-5-heimdal:amd64. Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libkrb5-26-heimdal:amd64. Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libheimntlm0-heimdal:amd64. Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libgssapi3-heimdal:amd64. Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... Selecting previously unselected package libldap-common. Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... Selecting previously unselected package dirmngr. Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... Unpacking dirmngr (2.2.4-1ubuntu1.4) ... Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... Setting up gpgconf (2.2.4-1ubuntu1.4) ... Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... Setting up gpg-agent (2.2.4-1ubuntu1.4) ... Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libksba8:amd64 (1.3.5-2) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Setting up udev (237-3ubuntu10.51) ... invoke-rc.d: policy-rc.d denied execution of start. Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... Processing triggers for systemd (237-3ubuntu10) ... Setting up fuse (2.9.7-1ubuntu1) ... Setting up gpg (2.2.4-1ubuntu1.4) ... Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... Setting up dirmngr (2.2.4-1ubuntu1.4) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... The unit files have no installation config (WantedBy, RequiredBy, Also, Alias settings in the [Install] section, and DefaultInstance for template units). This means they are not meant to be enabled using systemctl. Possible reasons for having this kind of units are: 1) A unit may be statically enabled by being symlinked from another unit's .wants/ or .requires/ directory. 2) A unit's purpose may be to act as a helper for some other unit which has a requirement dependency on it. 3) A unit may be started when needed via activation (socket, path, timer, D-Bus, udev, scripted systemctl call, ...). 4) In case of template units, the unit is meant to be enabled with some instance name specified. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd Suggested packages: apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv python3.6-venv python3.6-doc binfmt-support zenity | kdialog systemd-container policykit-1 Recommended packages: krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher The following NEW packages will be installed: apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support multiarch-support openssh-client python3 python3-minimal python3.6 python3.6-minimal snapd squashfs-tools sudo The following packages will be upgraded: apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. Need to get 36.7 MB of archives. After this operation, 147 MB of additional disk space will be used. Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.10 [1301 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] debconf: delaying package configuration, since apt-utils is not installed Fetched 36.7 MB in 2s (14.8 MB/s) (Reading database ... 12757 files and directories currently installed.) Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... (Reading database ... 12757 files and directories currently installed.) Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... Setting up libapt-pkg5.0:amd64 (1.6.14) ... (Reading database ... 12757 files and directories currently installed.) Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... Unpacking apt (1.6.14) over (1.6.1) ... Setting up apt (1.6.14) ... Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' (Reading database ... 12764 files and directories currently installed.) Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... Selecting previously unselected package libpython3.6-minimal:amd64. Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... Selecting previously unselected package python3.6-minimal. Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.10) ... Checking for services that may need to be restarted...done. Checking for services that may need to be restarted...done. Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... Selecting previously unselected package python3-minimal. (Reading database ... 13012 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... Unpacking python3-minimal (3.6.7-1~18.04) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... Unpacking mime-support (3.60ubuntu1) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... Selecting previously unselected package libpython3.6-stdlib:amd64. Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... Selecting previously unselected package python3.6. Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... Setting up python3-minimal (3.6.7-1~18.04) ... Selecting previously unselected package python3. (Reading database ... 13442 files and directories currently installed.) Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... Unpacking python3 (3.6.7-1~18.04) ... Selecting previously unselected package multiarch-support. Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... Unpacking multiarch-support (2.27-3ubuntu1.4) ... Setting up multiarch-support (2.27-3ubuntu1.4) ... Selecting previously unselected package liblzo2-2:amd64. (Reading database ... 13479 files and directories currently installed.) Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... Unpacking liblzo2-2:amd64 (2.08-1.2) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... Selecting previously unselected package sudo. Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... Unpacking sudo (1.8.21p2-3ubuntu1.4) ... Selecting previously unselected package apparmor. Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... Unpacking apparmor (2.12-4ubuntu5.1) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20170329-1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... Selecting previously unselected package libssl1.0.0:amd64. Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... Selecting previously unselected package openssh-client. Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... Selecting previously unselected package squashfs-tools. Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... Selecting previously unselected package snapd. Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... Unpacking snapd (2.49.2+18.04) ... Setting up libedit2:amd64 (3.1-20170329-1) ... Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... Setting up mime-support (3.60ubuntu1) ... Setting up sudo (1.8.21p2-3ubuntu1.4) ... Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Setting up systemd (237-3ubuntu10.51) ... Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... Setting up liblzo2-2:amd64 (2.08-1.2) ... Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... Setting up python3 (3.6.7-1~18.04) ... running python rtupdate hooks for python3.6... running python post-rtupdate hooks for python3.6... Setting up apparmor (2.12-4ubuntu5.1) ... Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... Setting up snapd (2.49.2+18.04) ... Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. /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' Processing triggers for libc-bin (2.27-3ubuntu1) ... Processing triggers for systemd (237-3ubuntu10.51) ... Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: advancecomp base-files bash binutils binutils-common binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 64.2 MB of archives. After this operation, 5126 kB of additional disk space will be used. Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.10 [614 kB] 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] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 64.2 MB in 3s (24.0 MB/s) (Reading database ... 13914 files and directories currently installed.) Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... (Reading database ... 13914 files and directories currently installed.) Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... (Reading database ... 13914 files and directories currently installed.) Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... (Reading database ... 13914 files and directories currently installed.) Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... Setting up libc6:amd64 (2.27-3ubuntu1.4) ... (Reading database ... 13914 files and directories currently installed.) Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... Setting up base-files (10.1ubuntu2.10) ... Installing new version of config file /etc/issue ... Installing new version of config file /etc/issue.net ... Installing new version of config file /etc/lsb-release ... Installing new version of config file /etc/update-motd.d/50-motd-news ... /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' Removing obsolete conffile /etc/default/motd-news ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... Setting up bash (4.4.18-2ubuntu1.2) ... 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 (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... Setting up tar (1.29b-2ubuntu0.2) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... Setting up dpkg (1.19.0.5ubuntu2.3) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../grep_3.1-2build1_amd64.deb ... Unpacking grep (3.1-2build1) over (3.1-2) ... Setting up grep (3.1-2build1) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... Setting up gzip (1.6-5ubuntu1.1) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... Setting up login (1:4.5-1ubuntu2) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] ? github.com/edgexfoundry/edgex-go/internal [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] Setting up perl-base (5.26.1-6ubuntu0.5) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up fdisk (2.31.1-0.4ubuntu3.7) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Setting up util-linux (2.31.1-0.4ubuntu3.7) ... /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... Setting up libc-bin (2.27-3ubuntu1.4) ... (Reading database ... 13915 files and directories currently installed.) Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up ncurses-base (6.1-1ubuntu1.18.04) ... (Reading database ... 13917 files and directories currently installed.) Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... Setting up debconf (1.5.66ubuntu1) ... (Reading database ... 13917 files and directories currently installed.) Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... (Reading database ... 13917 files and directories currently installed.) Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... (Reading database ... 13917 files and directories currently installed.) Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... (Reading database ... 13917 files and directories currently installed.) Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... (Reading database ... 13919 files and directories currently installed.) Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... Setting up passwd (1:4.5-1ubuntu2) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... Setting up gpgv (2.2.4-1ubuntu1.4) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... (Reading database ... 13923 files and directories currently installed.) Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... (Reading database ... 13924 files and directories currently installed.) Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.10_amd64.deb ... Unpacking openssl (1.1.1-1ubuntu2.1~18.04.10) over (1.1.0g-2ubuntu4) ... Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... Unpacking pkgbinarymangler (138.18.04.1) over (138) ... Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... Setting up tzdata (2021a-0ubuntu0.18.04) ... Current default time zone: 'Etc/UTC' Local time is now: Thu Aug 19 17:39:39 UTC 2021. Universal Time is now: Thu Aug 19 17:39:39 UTC 2021. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up systemd-sysv (237-3ubuntu10.51) ... Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... Setting up mount (2.31.1-0.4ubuntu3.7) ... Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... Setting up libkmod2:amd64 (24-1ubuntu3.5) ... Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up procps (2:3.3.12-3ubuntu1.2) ... Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up patch (2.7.6-2ubuntu1.1) ... Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... Setting up openssl (1.1.1-1ubuntu2.1~18.04.10) ... Installing new version of config file /etc/ssl/openssl.cnf ... Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... Setting up libc-dev-bin (2.27-3ubuntu1.4) ... Setting up ca-certificates (20210119~18.04.1) ... ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.258s coverage: 28.7% of statements ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] Updating certificates in /etc/ssl/certs... 23 added, 27 removed; done. Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... Setting up pkgbinarymangler (138.18.04.1) ... Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... Setting up perl (5.26.1-6ubuntu0.5) ... Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... Setting up cpp (4:7.4.0-1ubuntu2.3) ... Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... Setting up binutils (2.30-21ubuntu1~18.04.5) ... Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... Setting up gcc (4:7.4.0-1ubuntu2.3) ... Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... Setting up g++ (4:7.4.0-1ubuntu2.3) ... Processing triggers for libc-bin (2.27-3ubuntu1.4) ... Processing triggers for systemd (237-3ubuntu10.51) ... Processing triggers for mime-support (3.60ubuntu1) ... Processing triggers for ca-certificates (20210119~18.04.1) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: apt-transport-https 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 4348 B of archives. After this operation, 154 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 4348 B in 0s (24.2 kB/s) Selecting previously unselected package apt-transport-https. (Reading database ... 13929 files and directories currently installed.) Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... Unpacking apt-transport-https (1.6.14) ... ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.364s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] Setting up apt-transport-https (1.6.14) ... Waiting for network to be ready... ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.392s coverage: 46.3% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.653s coverage: 90.1% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.411s coverage: 81.2% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 2021-08-19T17:39:49Z INFO Waiting for automatic snapd restart... snapd 2.51.3 from Canonical* installed "snapd" switched to the "latest/stable" channel core18 20210722 from Canonical* installed "core18" switched to the "latest/stable" channel ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.762s coverage: 94.2% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/io 0.328s coverage: 59.1% of statements ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.218s coverage: 60.0% of statements ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.352s coverage: 0.8% of statements ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.187s coverage: 58.8% of statements ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.246s coverage: 21.7% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.223s coverage: 47.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.230s coverage: 79.5% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.208s coverage: 94.1% of statements snapcraft 5.0 from Canonical* installed "snapcraft" switched to the "latest/stable" channel ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.264s coverage: 96.3% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.200s coverage: 87.5% of statements 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: - README.md If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Reading package lists... 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 Reading package lists... Building dependency tree... Reading state information... Suggested packages: gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn Recommended packages: less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip The following NEW packages will be installed: git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 pkg-config zip 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. Need to get 7663 kB of archives. After this operation, 43.8 MB of additional disk space will be used. Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 7663 kB in 1s (10.5 MB/s) Selecting previously unselected package libglib2.0-0:amd64. (Reading database ... 13933 files and directories currently installed.) Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... Unpacking libpsl5:amd64 (0.19.1-5build1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... Unpacking liberror-perl (0.17025-1) ... Selecting previously unselected package git-man. Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... Unpacking git-man (1:2.17.1-1ubuntu0.8) ... Selecting previously unselected package git. Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... Unpacking git (1:2.17.1-1ubuntu0.8) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... Selecting previously unselected package libpgm-5.2-0:amd64. Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... Unpacking libsodium23:amd64 (1.0.16-2) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... Selecting previously unselected package libzmq3-dev:amd64. Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... Selecting previously unselected package pkg-config. Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... Unpacking pkg-config (0.29.1-0ubuntu2) ... Selecting previously unselected package zip. Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... Unpacking zip (3.0-11build1) ... Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... Setting up git-man (1:2.17.1-1ubuntu0.8) ... Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... Setting up liberror-perl (0.17025-1) ... Setting up libpsl5:amd64 (0.19.1-5build1) ... Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... No schema files found: doing nothing. Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... Setting up zip (3.0-11build1) ... Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... Setting up libsodium23:amd64 (1.0.16-2) ... Setting up pkg-config (0.29.1-0ubuntu2) ... Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... Setting up git (1:2.17.1-1ubuntu0.8) ... Processing triggers for libc-bin (2.27-3ubuntu1.4) ... git set to automatically installed. git-man set to automatically installed. libcurl3-gnutls set to automatically installed. liberror-perl set to automatically installed. libglib2.0-0 set to automatically installed. libnghttp2-14 set to automatically installed. libnorm1 set to automatically installed. libpgm-5.2-0 set to automatically installed. libpsl5 set to automatically installed. librtmp1 set to automatically installed. libsodium23 set to automatically installed. libzmq3-dev set to automatically installed. libzmq5 set to automatically installed. pkg-config set to automatically installed. zip set to automatically installed. snapd is not logged in, snap install commands will use sudo snap "core18" has no updates available snapd is not logged in, snap install commands will use sudo ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.224s coverage: 94.4% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.208s coverage: 44.8% of statements ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.656s coverage: 81.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed Pulling config-common + snapcraftctl pull Pulling go-build-helper + snapcraftctl pull 'edgex-go' has dependencies that need to be staged: go-build-helper Skipping pull go-build-helper (already ran) Building go-build-helper + snapcraftctl build Staging go-build-helper + snapcraftctl stage ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.304s coverage: 92.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.199s coverage: 87.2% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.171s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.186s coverage: 58.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.220s coverage: 80.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.264s coverage: 87.2% of statements ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.293s coverage: 85.4% of statements ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.298s coverage: 91.2% of statements ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.911s coverage: 64.4% of statements ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.223s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.116s coverage: 73.7% of statements ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1845 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1136 kB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [258 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2191 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1745 kB] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [374 kB] Fetched 25.1 MB in 0s (0 B/s) Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] Fetched 224 kB in 0s (0 B/s) Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] Fetched 157 kB in 0s (0 B/s) Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] Fetched 221 kB in 0s (0 B/s) Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] Fetched 143 kB in 0s (0 B/s) Pulling edgex-go + snapcraftctl pull Pulling hooks + snapcraftctl pull ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.151s coverage: 66.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.884s coverage: 43.6% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.358s coverage: 89.5% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.339s coverage: 84.8% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.237s coverage: 19.5% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.683s coverage: 92.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.227s coverage: 62.7% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.467s coverage: 97.7% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.226s coverage: 28.9% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.211s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 95.4% of statements GO111MODULE=on go vet ./... + snapcraftctl pull Hit http://security.ubuntu.com/ubuntu bionic-security InRelease Hit http://archive.ubuntu.com/ubuntu bionic InRelease Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease Fetched 0 B in 0s (0 B/s) Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] Fetched 96.5 kB in 0s (0 B/s) Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] Fetched 279 kB in 0s (0 B/s) Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] Fetched 122 kB in 0s (0 B/s) Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] Fetched 77.8 kB in 0s (0 B/s) Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] Fetched 8848 B in 0s (0 B/s) Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] Fetched 47.8 kB in 0s (0 B/s) Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] Fetched 45.6 kB in 0s (0 B/s) Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] Fetched 15.0 kB in 0s (0 B/s) Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] Fetched 219 kB in 0s (0 B/s) Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] Fetched 154 kB in 0s (0 B/s) Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] Fetched 50.6 kB in 0s (0 B/s) Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] Fetched 14.8 kB in 0s (0 B/s) Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] Fetched 41.8 kB in 0s (0 B/s) Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] Fetched 499 kB in 0s (0 B/s) Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] Fetched 111 kB in 0s (0 B/s) Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] Fetched 240 kB in 0s (0 B/s) Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] Fetched 29.3 kB in 0s (0 B/s) Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] Fetched 85.5 kB in 0s (0 B/s) Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] Fetched 24.5 kB in 0s (0 B/s) Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] Fetched 49.2 kB in 0s (0 B/s) Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] Fetched 54.2 kB in 0s (0 B/s) Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] Fetched 30.8 kB in 0s (0 B/s) Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] Fetched 15.8 kB in 0s (0 B/s) Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] Fetched 85.9 kB in 0s (0 B/s) Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] Fetched 8720 B in 0s (0 B/s) Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] Fetched 140 kB in 0s (0 B/s) Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] Fetched 119 kB in 0s (0 B/s) Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] Fetched 111 kB in 0s (0 B/s) Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] Fetched 11.1 kB in 0s (0 B/s) Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] Fetched 645 kB in 0s (0 B/s) Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] Fetched 41.3 kB in 0s (0 B/s) Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] Fetched 17.9 kB in 0s (0 B/s) Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] Fetched 368 kB in 0s (0 B/s) Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] Fetched 187 kB in 0s (0 B/s) Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] Fetched 175 kB in 0s (0 B/s) Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] Fetched 206 kB in 0s (0 B/s) Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.10_amd64.deb [1301 kB] Fetched 1301 kB in 0s (0 B/s) Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] Fetched 36.2 kB in 0s (0 B/s) Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] Fetched 159 kB in 0s (0 B/s) Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] Fetched 107 kB in 0s (0 B/s) Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] Fetched 48.7 kB in 0s (0 B/s) Pulling static-packages Pulling version + cd /root/project + + sed s/v// git describe --tags --abbrev=0 + GIT_VERSION=2.0.1-dev.32 + [ -z 2.0.1-dev.32 ] + snapcraftctl set-version 2.0.1-dev.32 Building config-common + snapcraftctl build Skipping build go-build-helper (already ran) Building edgex-go + cd /root/parts/edgex-go/src + + git describe --tags --abbrev=0sed s/v// + GIT_VERSION=2.0.1-dev.32 + [ -z 2.0.1-dev.32 ] + echo 2.0.1-dev.32 + make build go mod tidy go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.15 go: downloading github.com/stretchr/testify v1.7.0 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/gomodule/redigo v2.0.0+incompatible go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 go: downloading github.com/lib/pq v1.10.2 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 go: downloading github.com/pelletier/go-toml v1.9.3 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 go: downloading github.com/go-playground/validator/v10 v10.9.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading github.com/stretchr/objx v0.1.1 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b go: downloading github.com/go-kit/kit v0.11.0 go: downloading github.com/x448/float16 v0.8.4 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 go: downloading github.com/go-redis/redis/v7 v7.3.0 go: downloading github.com/pebbe/zmq4 v1.2.7 go: downloading github.com/go-playground/universal-translator v0.18.0 go: downloading github.com/leodido/go-urn v1.2.1 go: downloading golang.org/x/text v0.3.6 go: downloading github.com/go-playground/assert/v2 v2.0.1 go: downloading github.com/go-playground/locales v0.14.0 go: downloading github.com/kr/pretty v0.3.0 go: downloading github.com/go-logfmt/logfmt v0.5.0 go: downloading github.com/go-stack/stack v1.8.0 go: downloading github.com/hashicorp/consul/api v1.8.1 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 go: downloading github.com/onsi/ginkgo v1.10.1 go: downloading github.com/onsi/gomega v1.7.0 go: downloading github.com/gorilla/websocket v1.4.2 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.8.0 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible go: downloading github.com/mitchellh/copystructure v1.0.0 go: downloading github.com/mitchellh/mapstructure v1.1.2 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 go: downloading github.com/hashicorp/go-hclog v0.12.0 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 go: downloading github.com/hashicorp/serf v0.9.5 go: downloading github.com/hashicorp/consul/sdk v0.7.0 go: downloading github.com/hashicorp/go-uuid v1.0.1 go: downloading github.com/mitchellh/reflectwalk v1.0.0 go: downloading github.com/fatih/color v1.9.0 go: downloading github.com/mattn/go-colorable v0.1.6 go: downloading github.com/mattn/go-isatty v0.0.12 go: downloading github.com/mitchellh/go-homedir v1.1.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da go: downloading github.com/hpcloud/tail v1.0.0 go: downloading github.com/hashicorp/go-msgpack v0.5.3 go: downloading github.com/hashicorp/memberlist v0.2.2 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 go: downloading gopkg.in/fsnotify.v1 v1.4.7 go: downloading github.com/hashicorp/golang-lru v0.5.0 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c go: downloading github.com/hashicorp/go-multierror v1.1.0 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 go: downloading github.com/miekg/dns v1.1.26 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go: downloading github.com/hashicorp/errwrap v1.0.0 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-data/core-data ./cmd/core-data CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-metadata/core-metadata ./cmd/core-metadata CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/core-command/core-command ./cmd/core-command CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/support-notifications/support-notifications ./cmd/support-notifications CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/secrets-config ./cmd/secrets-config CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.32" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider + 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 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml + 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 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json Building hooks + cd /root/parts/hooks/src + make build go mod tidy go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 go: downloading github.com/stretchr/testify v1.5.1 go: downloading gopkg.in/yaml.v2 v2.2.2 go: downloading github.com/davecgh/go-spew v1.1.0 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure GO111MODULE=on go build -o cmd/install/install ./cmd/install + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install Building static-packages + snapcraftctl build Building version + snapcraftctl build Staging config-common + snapcraftctl stage Skipping stage go-build-helper (already ran) Staging edgex-go + snapcraftctl stage Staging hooks + snapcraftctl stage Staging static-packages + snapcraftctl stage Staging version + snapcraftctl stage Priming config-common + snapcraftctl prime Priming go-build-helper + snapcraftctl prime Priming edgex-go + snapcraftctl prime Priming hooks + snapcraftctl prime Priming static-packages + snapcraftctl prime Priming version + snapcraftctl prime 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] } gofmt -l . [ "`gofmt -l .`" = "" ] ./bin/test-attribution-txt.sh [Pipeline] sh + ls -al . total 636 drwxrwxr-x 9 1001 1001 4096 Aug 19 17:42 . drwxr-xr-x 4 root root 4096 Aug 19 17:37 .. -rw-rw-r-- 1 1001 1001 11 Aug 19 17:35 .dockerignore drwxrwxr-x 8 1001 1001 4096 Aug 19 17:35 .git drwxrwxr-x 3 1001 1001 4096 Aug 19 17:35 .github -rw-rw-r-- 1 1001 1001 818 Aug 19 17:35 .gitignore -rw-rw-r-- 1 1001 1001 76 Aug 19 17:35 .hadolint.yml -rw-rw-r-- 1 1001 1001 166 Aug 19 17:35 .sonarcloud.properties -rw-rw-r-- 1 1001 1001 1171 Aug 19 17:35 ADOPTERS.md -rw-rw-r-- 1 1001 1001 8609 Aug 19 17:35 Attribution.txt -rw-rw-r-- 1 1001 1001 43881 Aug 19 17:35 CHANGELOG.md -rw-rw-r-- 1 1001 1001 3804 Aug 19 17:35 CONTRIBUTING.md -rw-rw-r-- 1 1001 1001 677 Aug 19 17:35 GOVERNANCE.md -rw-rw-r-- 1 1001 1001 849 Aug 19 17:35 Jenkinsfile -rw-rw-r-- 1 1001 1001 10775 Aug 19 17:35 LICENSE -rw-rw-r-- 1 1001 1001 5915 Aug 19 17:35 Makefile -rw-rw-r-- 1 1001 1001 582 Aug 19 17:35 OWNERS.md -rw-rw-r-- 1 1001 1001 8643 Aug 19 17:35 README.md -rw-rw-r-- 1 1001 1001 6912 Aug 19 17:35 SECURITY.md -rw-rw-r-- 1 1001 1001 5 Aug 19 17:19 VERSION -rw-rw-r-- 1 1001 1001 4131 Aug 19 17:35 ZMQWindows.md drwxrwxr-x 2 1001 1001 4096 Aug 19 17:35 bin drwxrwxr-x 14 1001 1001 4096 Aug 19 17:35 cmd -rw-r--r-- 1 root root 404331 Aug 19 17:40 coverage.out -rw-rw-r-- 1 1001 1001 813 Aug 19 17:35 go.mod -rw-r--r-- 1 root root 50064 Aug 19 17:37 go.sum drwxrwxr-x 8 1001 1001 4096 Aug 19 17:35 internal drwxrwxr-x 3 1001 1001 4096 Aug 19 17:35 openapi drwxrwxr-x 4 1001 1001 4096 Aug 19 17:35 snap -rw-rw-r-- 1 1001 1001 204 Aug 19 17:35 version.go [Pipeline] sh + '[' -e coverage.out ] + chown 1001:1001 coverage.out [Pipeline] stash Warning: overwriting stash ‘coverage-report’ Stashed 1 file(s) [Pipeline] sh + make build go mod tidy 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 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 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 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 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 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 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 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 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 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 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 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] } $ docker stop --time=1 2b01d6d5ecd6837370308fba2015b6530e4ac8dc5f2a82991445f06f6df2f521 $ docker rm -f 2b01d6d5ecd6837370308fba2015b6530e4ac8dc5f2a82991445f06f6df2f521 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest latest: Pulling from edgex-devops/edgex-compose-arm64 29e5d40040c1: Pulling fs layer 1ce36da41761: Pulling fs layer 25b303627fd3: Pulling fs layer 29e5d40040c1: Verifying Checksum 29e5d40040c1: Download complete 1ce36da41761: Verifying Checksum 1ce36da41761: Download complete 29e5d40040c1: Pull complete 1ce36da41761: Pull complete 25b303627fd3: Verifying Checksum 25b303627fd3: Download complete 25b303627fd3: Pull complete Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 $ docker top aed2e5915467aa967d48f518c5cf6ab1f32e1ba7adfc4ceaf950ebe5587a1fce -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose build --help + grep parallel --parallel Build images in parallel. [Pipeline] } $ docker stop --time=1 aed2e5915467aa967d48f518c5cf6ab1f32e1ba7adfc4ceaf950ebe5587a1fce $ docker rm -f aed2e5915467aa967d48f518c5cf6ab1f32e1ba7adfc4ceaf950ebe5587a1fce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 $ docker top a46ce80d52c8589317ce459903ec8cefc739c0ecceab919ea9535df7f0bbed28 -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose -f ./docker-compose-build.yml build --parallel Building core-command ... Building core-data ... Building core-metadata ... Building security-bootstrapper ... Building security-proxy-setup ... Building security-secretstore-setup ... Building support-notifications ... Building support-scheduler ... Building sys-mgmt-agent ... Building support-scheduler Building security-bootstrapper Building core-command Building support-notifications Building security-proxy-setup Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/23 : WORKDIR /edgex-go Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/22 : WORKDIR /edgex-go Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/32 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/32 : WORKDIR /edgex-go Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/24 : WORKDIR /edgex-go Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/23 : WORKDIR /edgex-go ---> Running in c7768a3a42b2 ---> Running in aaa556da776f ---> Running in 6707ce09e736 ---> Running in aa8c9854c2b2 ---> Running in 5b8c44806236 Removing intermediate container aaa556da776f ---> c7b1949a14f1 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 5b8c44806236 ---> 26e0ce7c97b6 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 6707ce09e736 ---> 77c8c56f54c9 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container aa8c9854c2b2 ---> 88071228f6c3 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container c7768a3a42b2 ---> 6d57ec734113 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in dc2391856cc9 ---> Running in 6e7f15c6f124 ---> Running in fb6a2264f851 ---> Running in a255a2020ad2 ---> Running in aa67811b91bc Removing intermediate container dc2391856cc9 ---> 0ca5b0a55abf Step 5/24 : RUN apk add --update --no-cache make git ---> Running in 4a0621fe03c5 Removing intermediate container fb6a2264f851 ---> 919847c65c9f Step 5/23 : RUN apk add --update --no-cache make git ---> Running in 9da945cc5bde Removing intermediate container a255a2020ad2 ---> 07734e813c6f Step 5/22 : RUN apk add --update --no-cache make git Removing intermediate container 6e7f15c6f124 ---> 7cd8b6ead7c2 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates Removing intermediate container aa67811b91bc ---> 64d37305a454 Step 5/32 : RUN apk add --update --no-cache make git ---> Running in ff737a399563 ---> Running in c6f0d6b235df ---> Running in 2bdea8224438 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz OK: 218 MiB in 52 packages fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz OK: 218 MiB in 52 packages OK: 218 MiB in 52 packages OK: 218 MiB in 52 packages Removing intermediate container 4a0621fe03c5 ---> a4a562b3da29 Step 6/24 : COPY go.mod . OK: 218 MiB in 52 packages Removing intermediate container 9da945cc5bde ---> a337c4464128 Step 6/23 : COPY go.mod . ---> bb35bcfd471b Step 7/24 : RUN go mod download ---> Running in 0205c78efc57 Removing intermediate container ff737a399563 ---> b3e0dca4e87e Step 6/22 : COPY go.mod . Removing intermediate container 2bdea8224438 ---> c7c844d114cd Step 6/32 : COPY go.mod . Removing intermediate container c6f0d6b235df ---> 1fa102b5242d Step 6/23 : COPY go.mod . ---> 4a8d8227f654 Step 7/23 : RUN go mod download ---> Running in 91495ae2fc16 ---> d5d64c8a2e63 Step 7/22 : RUN go mod download ---> a23a008422e2 Step 7/32 : RUN go mod download ---> f3f46416858d Step 7/23 : RUN go mod download ---> Running in fe97ad813362 ---> Running in 6c9ebe454f2c ---> Running in ed5aa8011f60 Removing intermediate container 0205c78efc57 ---> 93b66e2a6624 Step 8/24 : COPY . . Removing intermediate container 91495ae2fc16 ---> dd6d80b64dcc Step 8/23 : COPY . . Removing intermediate container fe97ad813362 ---> 7f9e992250a5 Step 8/22 : COPY . . Removing intermediate container 6c9ebe454f2c ---> d1e49f00f7c8 Step 8/32 : COPY . . Removing intermediate container ed5aa8011f60 ---> cedd461dde2a Step 8/23 : COPY . . ---> ac80ed9fd6f1 Step 9/24 : RUN go mod tidy ---> Running in 1f0e7ea2cbd3 ---> 75f9c47673d7 Step 9/23 : RUN go mod tidy ---> fd9177cdfb17 Step 9/22 : RUN go mod tidy ---> Running in c994bf257b1f ---> d64400e04900 Step 9/32 : RUN go mod tidy ---> Running in 69a2d82c23b9 ---> 5d8a7f3460b6 Step 9/23 : RUN go mod tidy ---> Running in 2ce9afb43daf ---> Running in 73c0cac99f4f Removing intermediate container 1f0e7ea2cbd3 ---> 730f3c7376e6 Step 10/24 : RUN make cmd/core-command/core-command ---> Running in 89a6e99ffc2e 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 Removing intermediate container c994bf257b1f ---> 5322baec385b Step 10/23 : RUN make cmd/support-scheduler/support-scheduler ---> Running in 0f6b9a98358f Removing intermediate container 69a2d82c23b9 ---> 72c29760516a Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> Running in d536d06b26e7 Removing intermediate container 2ce9afb43daf ---> 909ee254de93 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper Removing intermediate container 73c0cac99f4f ---> 3b755a6e5872 Step 10/23 : RUN make cmd/support-notifications/support-notifications ---> Running in 5b46e3cb4a5a ---> Running in 8668192eda58 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 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 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 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 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 Removing intermediate container 89a6e99ffc2e ---> 0c750202c9a0 Step 11/24 : FROM alpine:3.12 3.12: Pulling from library/alpine Digest: sha256:de25c7fc6c4f3a27c7f0c2dff454e4671823a34d88abd533f210848d527e0fbb Status: Downloaded newer image for alpine:3.12 ---> c4fd0aeabfcf Step 12/24 : RUN apk add --update --no-cache dumb-init ---> Running in ef8b035e2428 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/1) Installing dumb-init (1.2.2-r1) Executing busybox-1.31.1-r20.trigger OK: 5 MiB in 15 packages Removing intermediate container ef8b035e2428 ---> aced63c9fdcb Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in 2e272072091f Removing intermediate container 2e272072091f ---> 9fef6cbcfd4e Step 14/24 : ENV APP_PORT=59882 ---> Running in bd06ba24f63b Removing intermediate container bd06ba24f63b ---> 45e3d47c93c2 Step 15/24 : EXPOSE $APP_PORT ---> Running in 95fd48e17ef1 Removing intermediate container 95fd48e17ef1 ---> 58ddc4a923bb Step 16/24 : WORKDIR / ---> Running in 0793096ee45b Removing intermediate container 5b46e3cb4a5a ---> a9888e2ddf17 Step 11/32 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' Removing intermediate container d536d06b26e7 ---> caf8c17540b7 Step 11/22 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/22 : RUN apk add --update --no-cache curl Removing intermediate container 0793096ee45b ---> c566cc8ebb58 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / ---> Running in 7e095032c742 ---> Running in d786856a3af3 Removing intermediate container 0f6b9a98358f ---> b6e3a927c48e Step 11/23 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/23 : RUN apk add --update --no-cache dumb-init ---> Using cache ---> aced63c9fdcb Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Using cache ---> 9fef6cbcfd4e Step 14/23 : ENV APP_PORT=59861 Removing intermediate container d786856a3af3 ---> dfdd193251a4 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec ---> Running in e25a36d87eac ---> 630039e3de97 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> Running in a86b7f5ee955 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Removing intermediate container 8668192eda58 ---> 4642620536c8 Step 11/23 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> Running in f477b9083b3a Removing intermediate container e25a36d87eac ---> 1808853f4806 Step 15/23 : EXPOSE $APP_PORT ---> Running in a8d797233635 (1/4) Installing ca-certificates (20191127-r4) (2/4) Installing nghttp2-libs (1.41.0-r0) (3/4) Installing libcurl (7.78.0-r0) (4/4) Installing curl (7.78.0-r0) Executing busybox-1.31.1-r20.trigger Executing ca-certificates-20191127-r4.trigger OK: 7 MiB in 18 packages ---> 137528a1f558 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Removing intermediate container a8d797233635 ---> 0275bfc02222 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/2) Installing dumb-init (1.2.2-r1) (2/2) Installing su-exec (0.2-r1) Executing busybox-1.31.1-r20.trigger OK: 5 MiB in 16 packages fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> 09e61c204cd2 Step 20/24 : ENTRYPOINT ["/core-command"] ---> Running in abf0cef46d16 (1/2) Installing ca-certificates (20191127-r4) ---> 45924b591210 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / (2/2) Installing dumb-init (1.2.2-r1) Executing busybox-1.31.1-r20.trigger Executing ca-certificates-20191127-r4.trigger Removing intermediate container 7e095032c742 ---> 8d9ac7dfd2c0 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' OK: 6 MiB in 16 packages ---> Running in ac496333993f Removing intermediate container abf0cef46d16 ---> 6af7d105ab5a Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] Removing intermediate container a86b7f5ee955 ---> 3747e4412eba Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init ---> Running in ab10ddf12d84 ---> Running in 5da06b6c7247 Removing intermediate container ac496333993f ---> a9909503981e Step 14/22 : WORKDIR /edgex ---> Running in 62dcd58d28fa Removing intermediate container ab10ddf12d84 ---> 65e34238b117 Step 22/24 : LABEL arch=arm64 ---> ff96587379ba Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml Removing intermediate container 5da06b6c7247 ---> 074f46c024b0 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis ---> Running in 02f224732c01 Removing intermediate container f477b9083b3a ---> a1a3d7363f7e Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' ---> Running in 9d0943a91baa Removing intermediate container 62dcd58d28fa ---> 0b62d6397256 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml ---> Running in 9c10d063c488 Removing intermediate container 02f224732c01 ---> f1a7e1fc9dc7 Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> cf5967e489a7 Step 19/23 : ENTRYPOINT ["/support-scheduler"] ---> Running in 0a3c0973cf34 Removing intermediate container 9d0943a91baa ---> 66e73600b6ae Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} ---> Running in e5771ffc8469 Removing intermediate container 9c10d063c488 ---> 9c08c59eeca4 Step 14/23 : ENV APP_PORT=59860 ---> Running in fab9cfd6138b ---> Running in bdcbc5768125 ---> 71571f2ed876 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . Removing intermediate container 0a3c0973cf34 ---> 05c8ede0443e Step 24/24 : LABEL version=0.0.0 Removing intermediate container e5771ffc8469 ---> 2b3f2da41517 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 4a94cefa8600 ---> Running in 42a66fb2db9e Removing intermediate container bdcbc5768125 ---> 04395121e80b Step 15/23 : EXPOSE $APP_PORT ---> Running in e1df45d08bc8 Removing intermediate container 4a94cefa8600 ---> f9eb281332c5 Removing intermediate container 42a66fb2db9e ---> c85ad9ea56ef Step 21/23 : LABEL arch=arm64 Successfully built f9eb281332c5 Successfully tagged core-command-arm64:latest  Building core-command ... done Building security-secretstore-setup ---> Running in 0064b4ec2e2c ---> 1a520b47c9b6 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . Removing intermediate container e1df45d08bc8 ---> 43dde607e617 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / Removing intermediate container 0064b4ec2e2c ---> b241a37d8503 Step 22/23 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 8f9b5f6eebce Removing intermediate container fab9cfd6138b ---> 8698b642cd76 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} ---> 07b740ca0b81 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / ---> 59036daa6185 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> Running in 13388b6e028e Removing intermediate container 8f9b5f6eebce ---> 802e97173dee Step 23/23 : LABEL version=0.0.0 ---> Running in 4fdb3b39e70c ---> Running in 74ff66ffbb3c Removing intermediate container 13388b6e028e ---> 9dbb92ee23d8 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ Removing intermediate container 4fdb3b39e70c ---> abb20b5bed68 Step 19/22 : CMD ["--init=true"] ---> 0e2e68b00e9f Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml Removing intermediate container 74ff66ffbb3c ---> 735975be77ef ---> Running in 8ba7801d5f58 ---> 5f6af2560380 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh Successfully built 735975be77ef ---> Running in a94efd033fee Successfully tagged support-scheduler-arm64:latest  Building support-scheduler ... done Building core-metadata Removing intermediate container 8ba7801d5f58 ---> b093d2cb0ec8 Step 20/22 : LABEL arch=arm64 ---> Running in 65ecaa0c1ab6 ---> 5b2fb9621ef0 Step 19/23 : ENTRYPOINT ["/support-notifications"] ---> Running in 0dbc63bae7fe Removing intermediate container 65ecaa0c1ab6 ---> 29f48c18e1c0 Step 21/22 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 5985df399bec Removing intermediate container 0dbc63bae7fe ---> c9c3968f4f43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 28d133ef2ae0 Removing intermediate container 5985df399bec ---> 3fa0b23f74cc Step 22/22 : LABEL version=0.0.0 ---> Running in f1ee1c45d205 Removing intermediate container 28d133ef2ae0 ---> 6223c7bc1b79 Step 21/23 : LABEL arch=arm64 ---> Running in a479011a72e1 Removing intermediate container a94efd033fee ---> 27afe5ef4e3e Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / Removing intermediate container f1ee1c45d205 ---> 3ae128e93038 Successfully built 3ae128e93038 Successfully tagged security-proxy-setup-arm64:latest  Building security-proxy-setup ... done Building core-data Removing intermediate container a479011a72e1 ---> 16eda321fa5a Step 22/23 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> 7fb8a7b029b4 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . ---> Running in e18a3fbf166b Removing intermediate container e18a3fbf166b ---> 4b98dbc6846e Step 23/23 : LABEL version=0.0.0 ---> Running in faa0c8fff904 ---> 021ef8c4911f Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ Removing intermediate container faa0c8fff904 ---> 1c438833ba43 Successfully built 1c438833ba43 Successfully tagged support-notifications-arm64:latest  Building support-notifications ... done Building sys-mgmt-agent ---> 1e081df4a8eb Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> 442fdca70a38 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ ---> b5a73201cab0 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} ---> Running in 8416e9bcde73 Removing intermediate container 8416e9bcde73 ---> c24215bc26ab Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / ---> f6c26d239725 Step 27/32 : RUN chmod +x /entrypoint.sh ---> Running in a894b178da64 Removing intermediate container a894b178da64 ---> d8d9b7905411 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 4002e3de247b Removing intermediate container 4002e3de247b ---> 3635d50d3d5a Step 29/32 : CMD ["gate"] ---> Running in 22b82b826392 Removing intermediate container 22b82b826392 ---> 3d2511bd6249 Step 30/32 : LABEL arch=arm64 ---> Running in 941c9cf0cf51 Removing intermediate container 941c9cf0cf51 ---> 6aa841f13f81 Step 31/32 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 304296477bbd Removing intermediate container 304296477bbd ---> 920ecd698802 Step 32/32 : LABEL version=0.0.0 ---> Running in 0873027a98b7 Removing intermediate container 0873027a98b7 ---> 07f6c0fd3398 Successfully built 07f6c0fd3398 Successfully tagged security-bootstrapper-arm64:latest  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/26 : WORKDIR /edgex-go ---> Using cache ---> 88071228f6c3 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 919847c65c9f Step 5/26 : RUN apk add --update --no-cache make git ---> Using cache ---> a337c4464128 Step 6/26 : COPY go.mod . ---> Using cache ---> 4a8d8227f654 Step 7/26 : RUN go mod download ---> Using cache ---> dd6d80b64dcc Step 8/26 : COPY . . ---> Using cache ---> 75f9c47673d7 Step 9/26 : RUN go mod tidy ---> Using cache ---> 5322baec385b Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> Running in ed0b353d53bc 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 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/24 : WORKDIR /edgex-go ---> Using cache ---> 88071228f6c3 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 919847c65c9f Step 5/24 : RUN apk add --update --no-cache make git ---> Using cache ---> a337c4464128 Step 6/24 : COPY go.mod . ---> Using cache ---> 4a8d8227f654 Step 7/24 : RUN go mod download ---> Using cache ---> dd6d80b64dcc Step 8/24 : COPY . . ---> Using cache ---> 75f9c47673d7 Step 9/24 : RUN go mod tidy ---> Using cache ---> 5322baec385b Step 10/24 : RUN make cmd/core-metadata/core-metadata ---> Running in eecc34e74444 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 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/24 : WORKDIR /edgex-go ---> Using cache ---> 88071228f6c3 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 919847c65c9f Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 6d913202a15c Step 3/24 : WORKDIR /edgex-go ---> Using cache ---> 88071228f6c3 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 919847c65c9f Step 5/24 : RUN apk add --update --no-cache make bash git ---> Running in 13d5807d5ed6 ---> Running in 7e0043005e15 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz OK: 218 MiB in 52 packages OK: 218 MiB in 52 packages Removing intermediate container 7e0043005e15 ---> bd54811dfb55 Step 6/24 : COPY go.mod . Removing intermediate container 13d5807d5ed6 ---> a58d56e33c6b Step 6/24 : COPY go.mod . ---> bef81472c22d Step 7/24 : RUN go mod download ---> 598a66aaeb3e Step 7/24 : RUN go mod download ---> Running in 9381afdd01e9 ---> Running in 22e78a9d159d Removing intermediate container 9381afdd01e9 ---> a1618e33a150 Step 8/24 : COPY . . Removing intermediate container 22e78a9d159d ---> f5d10877c9e5 Step 8/24 : COPY . . ---> 5f8e4922af96 Step 9/24 : RUN go mod tidy ---> d6bc273e5ce8 Step 9/24 : RUN go mod tidy ---> Running in dbe7a7a7d373 ---> Running in 724237cb0a6e 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 Removing intermediate container 724237cb0a6e ---> bf412687e5f0 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> Running in a3f96c4dd81e Removing intermediate container dbe7a7a7d373 ---> 14c6632c3b51 Step 10/24 : RUN make cmd/core-data/core-data ---> Running in 5f4e1b57479a 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 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 Removing intermediate container ed0b353d53bc ---> 360bbc55ab2e Step 11/26 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec ---> Running in 7bc42d4080a1 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/3) Installing ca-certificates (20191127-r4) (2/3) Installing dumb-init (1.2.2-r1) (3/3) Installing su-exec (0.2-r1) Executing busybox-1.31.1-r20.trigger Executing ca-certificates-20191127-r4.trigger OK: 6 MiB in 17 packages Removing intermediate container 7bc42d4080a1 ---> 8ecdeffee7f0 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> Running in 0779821f9aa3 Removing intermediate container 0779821f9aa3 ---> 34d150f18a86 Step 14/26 : WORKDIR / ---> Running in c01fa3c94262 Removing intermediate container c01fa3c94262 ---> 61725c0eb046 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json ---> 37b9ce733cee Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml ---> c401b88e2aa9 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml ---> 68f6d0b14bc4 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml ---> 39428fdf9502 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . ---> 411570f83c38 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . ---> 4b5b6b78606b Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ ---> 25d97ea21590 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/ ---> Running in 2db29f6253a7 Removing intermediate container 2db29f6253a7 ---> 47717be19f4f Step 23/26 : ENTRYPOINT ["entrypoint.sh"] ---> Running in 148524aacd7a Removing intermediate container 148524aacd7a ---> 7965b351fbf2 Step 24/26 : LABEL arch=arm64 ---> Running in 1dd578cd7d0f Removing intermediate container 1dd578cd7d0f ---> fa51f30043d5 Step 25/26 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 0fdecd492a45 Removing intermediate container eecc34e74444 ---> f0a226c71e28 Step 11/24 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/24 : RUN apk add --update --no-cache dumb-init ---> Using cache ---> aced63c9fdcb Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> Using cache ---> 9fef6cbcfd4e Step 14/24 : ENV APP_PORT=59881 ---> Running in ded529025c87 Removing intermediate container 0fdecd492a45 ---> 7171408ab0f4 Step 26/26 : LABEL version=0.0.0 ---> Running in 4afb72ee1abe Removing intermediate container ded529025c87 ---> 759979b0aacc Step 15/24 : EXPOSE $APP_PORT ---> Running in 1cc82f576d7b Removing intermediate container 4afb72ee1abe ---> 2db1f1fb2aff Removing intermediate container 1cc82f576d7b ---> 6fae9b2489e7 Step 16/24 : WORKDIR / Successfully built 2db1f1fb2aff Successfully tagged security-secretstore-setup-arm64:latest  Building security-secretstore-setup ... done  ---> Running in 01828406291e Removing intermediate container 01828406291e ---> 7ea1d69c949f Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / ---> 1e7313f1f83e Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 31dda9a28fb5 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml ---> c4009d16f05e Step 20/24 : ENTRYPOINT ["/core-metadata"] ---> Running in 9a64957cafc2 Removing intermediate container 9a64957cafc2 ---> b29d08024773 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 0c16711df644 Removing intermediate container 0c16711df644 ---> 7b15271c6f77 Step 22/24 : LABEL arch=arm64 ---> Running in fd8035d36183 Removing intermediate container fd8035d36183 ---> bf75a1b0a32f Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in 042807fddeaf Removing intermediate container 042807fddeaf ---> 7ed41792abcf Step 24/24 : LABEL version=0.0.0 ---> Running in fd166759488e Removing intermediate container fd166759488e ---> 593f476d900e Successfully built 593f476d900e Successfully tagged core-metadata-arm64:latest  Building core-metadata ... done Removing intermediate container a3f96c4dd81e ---> 999538bfc2e2 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor ---> Running in 924b0b98ee16 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 Removing intermediate container 924b0b98ee16 ---> a981a6790e84 Step 12/24 : FROM docker:20.10.7 20.10.7: Pulling from library/docker Removing intermediate container 5f4e1b57479a ---> 51398397de19 Step 11/24 : FROM alpine:3.12 ---> c4fd0aeabfcf Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Running in 1b1d14b703c7 Removing intermediate container 1b1d14b703c7 ---> 7e2e760175f7 Step 13/24 : ENV APP_PORT=59880 ---> Running in 314381e434d2 Removing intermediate container 314381e434d2 ---> 67634befbd94 Step 14/24 : EXPOSE $APP_PORT ---> Running in acc4361f0472 Removing intermediate container acc4361f0472 ---> e94a485fdc93 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in ebbb850a4ab5 Removing intermediate container ebbb850a4ab5 ---> c5b143e8bafe Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init ---> Running in 207696b38b57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 Status: Downloaded newer image for docker:20.10.7 ---> df445af6242a Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' (1/6) Installing dumb-init (1.2.2-r1) (2/6) Installing libgcc (9.3.0-r2) (3/6) Installing libsodium (1.0.18-r0) (4/6) Installing libstdc++ (9.3.0-r2) (5/6) Installing libzmq (4.3.3-r0) ---> Running in c145abddea3c (6/6) Installing zeromq (4.3.3-r0) Executing busybox-1.31.1-r20.trigger OK: 8 MiB in 20 packages Removing intermediate container c145abddea3c ---> 6c5add2f93ac 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 ---> Running in 48c107e2528f Removing intermediate container 207696b38b57 ---> 29b374688447 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz ---> d707a5091741 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / (1/39) Installing readline (8.1.0-r0) (2/39) Installing bash (5.1.0-r0) Executing bash-5.1.0-r0.post-install (3/39) Installing brotli-libs (1.0.9-r3) (4/39) Installing nghttp2-libs (1.42.0-r1) (5/39) Installing libcurl (7.78.0-r0) (6/39) Installing curl (7.78.0-r0) (7/39) Installing dumb-init (1.2.5-r0) (8/39) Installing libbz2 (1.0.8-r1) (9/39) Installing expat (2.2.10-r1) (10/39) Installing libffi (3.3-r2) (11/39) Installing gdbm (1.19-r0) (12/39) Installing xz-libs (5.2.5-r0) (13/39) Installing sqlite-libs (3.34.1-r0) (14/39) Installing python3 (3.8.10-r0) ---> 79fdf9b36700 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml (15/39) Installing py3-appdirs (1.4.4-r1) (16/39) Installing py3-ordered-set (4.0.2-r0) (17/39) Installing py3-parsing (2.4.7-r1) (18/39) Installing py3-six (1.15.0-r0) (19/39) Installing py3-packaging (20.9-r0) (20/39) Installing py3-setuptools (51.3.3-r0) (21/39) Installing py3-chardet (4.0.0-r0) (22/39) Installing py3-idna (3.1-r0) (23/39) Installing py3-urllib3 (1.26.2-r1) (24/39) Installing py3-requests (2.25.1-r1) (25/39) Installing py3-msgpack (1.0.2-r0) (26/39) Installing py3-lockfile (0.12.2-r3) (27/39) Installing py3-cachecontrol (0.12.6-r0) (28/39) Installing py3-colorama (0.4.4-r0) (29/39) Installing py3-contextlib2 (0.6.0-r0) (30/39) Installing py3-distlib (0.3.1-r1) (31/39) Installing py3-distro (1.5.0-r1) ---> 75f9cda5c7ab Step 20/24 : ENTRYPOINT ["/core-data"] (32/39) Installing py3-webencodings (0.5.1-r3) (33/39) Installing py3-html5lib (1.1-r0) (34/39) Installing py3-pytoml (0.1.21-r0) (35/39) Installing py3-pep517 (0.9.1-r0) (36/39) Installing py3-progress (1.5-r0) (37/39) Installing py3-retrying (1.3.3-r0) (38/39) Installing py3-toml (0.10.2-r0) (39/39) Installing py3-pip (20.3.4-r0) ---> Running in 3f6d3455efc2 Executing busybox-1.32.1-r6.trigger OK: 82 MiB in 59 packages Removing intermediate container 3f6d3455efc2 ---> 3823fe13ed25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 8e25d70d5c53 Removing intermediate container 8e25d70d5c53 ---> 6206806e96e2 Step 22/24 : LABEL arch=arm64 ---> Running in 015e17afe9d0 Removing intermediate container 015e17afe9d0 ---> 9e01aadceb98 Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in d851243d7f7d Removing intermediate container d851243d7f7d ---> 4413ae1eb7a1 Step 24/24 : LABEL version=0.0.0 ---> Running in eb04a32a593f Removing intermediate container eb04a32a593f ---> 5550b0ccf54d Successfully built 5550b0ccf54d Successfully tagged core-data-arm64:latest  Building core-data ... done Collecting docker-compose==1.23.2 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) Collecting docopt<0.7,>=0.6.1 Downloading docopt-0.6.2.tar.gz (25 kB) Collecting websocket-client<1.0,>=0.32.0 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) Collecting PyYAML<4,>=3.10 Downloading PyYAML-3.13.tar.gz (270 kB) Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) Collecting dockerpty<0.5,>=0.4.1 Downloading dockerpty-0.4.1.tar.gz (13 kB) Collecting jsonschema<3,>=2.5.1 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Collecting cached-property<2,>=1.2.0 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) Collecting docker<4.0,>=3.6.0 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) Collecting texttable<0.10,>=0.9.0 Downloading texttable-0.9.1.tar.gz (11 kB) Collecting docker-pycreds>=0.4.0 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) Collecting chardet<3.1.0,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting certifi>=2017.4.17 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.2 Uninstalling urllib3-1.26.2: Successfully uninstalled urllib3-1.26.2 Attempting uninstall: idna Found existing installation: idna 3.1 Uninstalling idna-3.1: Successfully uninstalled idna-3.1 Attempting uninstall: chardet Found existing installation: chardet 4.0.0 Uninstalling chardet-4.0.0: Successfully uninstalled chardet-4.0.0 Attempting uninstall: requests Found existing installation: requests 2.25.1 Uninstalling requests-2.25.1: Successfully uninstalled requests-2.25.1 Running setup.py install for texttable: started Running setup.py install for texttable: finished with status 'done' Running setup.py install for PyYAML: started Running setup.py install for PyYAML: finished with status 'done' Running setup.py install for docopt: started Running setup.py install for docopt: finished with status 'done' Running setup.py install for dockerpty: started Running setup.py install for dockerpty: finished with status 'done' 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 Removing intermediate container 48c107e2528f ---> 27ddae490e72 Step 15/24 : ENV APP_PORT=58890 ---> Running in 3f4ee625c1d7 Removing intermediate container 3f4ee625c1d7 ---> 599671aa2a66 Step 16/24 : EXPOSE $APP_PORT ---> Running in c0de80a5325f Removing intermediate container c0de80a5325f ---> 1e0b2a20bac4 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> af05652eed10 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml ---> 098d8b11c5a8 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / ---> d3795b14d565 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] ---> Running in 62293fedeeb5 Removing intermediate container 62293fedeeb5 ---> e0e9fc4eee4c Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 124bb2e74af1 Removing intermediate container 124bb2e74af1 ---> 122a8b3d31f8 Step 22/24 : LABEL arch=arm64 ---> Running in d334a27d3e32 Removing intermediate container d334a27d3e32 ---> 125e3914bd8f Step 23/24 : LABEL git_sha=16a835ae426540b27c35c7be17253bdad1b151e6 ---> Running in fd8740d92b67 Removing intermediate container fd8740d92b67 ---> 5ccc54dbca73 Step 24/24 : LABEL version=0.0.0 ---> Running in d4a7d0a3c504 Removing intermediate container d4a7d0a3c504 ---> 262b7f01a95a Successfully built 262b7f01a95a Successfully tagged sys-mgmt-agent-arm64:latest  Building sys-mgmt-agent ... done  [Pipeline] } $ docker stop --time=1 a46ce80d52c8589317ce459903ec8cefc739c0ecceab919ea9535df7f0bbed28 $ docker rm -f a46ce80d52c8589317ce459903ec8cefc739c0ecceab919ea9535df7f0bbed28 [Pipeline] // withDockerContainer [Pipeline] sh + docker images REPOSITORY TAG IMAGE ID CREATED SIZE sys-mgmt-agent-arm64 latest 262b7f01a95a 6 seconds ago 311MB core-data-arm64 latest 5550b0ccf54d About a minute ago 19.3MB 51398397de19 About a minute ago 1.57GB a981a6790e84 About a minute ago 1.57GB core-metadata-arm64 latest 593f476d900e 2 minutes ago 15.8MB security-secretstore-setup-arm64 latest 2db1f1fb2aff 2 minutes ago 26.5MB f0a226c71e28 2 minutes ago 1.57GB 360bbc55ab2e 2 minutes ago 1.57GB security-bootstrapper-arm64 latest 07f6c0fd3398 4 minutes ago 17.7MB support-notifications-arm64 latest 1c438833ba43 4 minutes ago 15.9MB security-proxy-setup-arm64 latest 3ae128e93038 4 minutes ago 24.5MB support-scheduler-arm64 latest 735975be77ef 4 minutes ago 15.2MB core-command-arm64 latest f9eb281332c5 4 minutes ago 15.2MB 4642620536c8 4 minutes ago 1.57GB b6e3a927c48e 4 minutes ago 1.57GB a9888e2ddf17 4 minutes ago 1.57GB caf8c17540b7 4 minutes ago 1.57GB 0c750202c9a0 5 minutes ago 1.56GB ci-base-image-arm64 latest 6d913202a15c 16 minutes ago 1.24GB nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 13 days ago 533MB docker 20.10.7 df445af6242a 2 months ago 234MB alpine 3.12 c4fd0aeabfcf 2 months ago 5.32MB nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 13 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 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 arm64: Pulling from edgex-lftools-log-publisher 448f6bf000e3: Pulling fs layer f757da607395: Pulling fs layer 05883995daec: Pulling fs layer 8603b9c90790: Pulling fs layer 1560dd03e051: Pulling fs layer 27f5ce0e4adf: Pulling fs layer c2d8d7efcc4b: Pulling fs layer 8603b9c90790: Waiting 1560dd03e051: Waiting 27f5ce0e4adf: Waiting c2d8d7efcc4b: Waiting f757da607395: Verifying Checksum f757da607395: Download complete 8603b9c90790: Verifying Checksum 8603b9c90790: Download complete 1560dd03e051: Verifying Checksum 1560dd03e051: Download complete 27f5ce0e4adf: Verifying Checksum 27f5ce0e4adf: Download complete 05883995daec: Verifying Checksum 05883995daec: Download complete 448f6bf000e3: Verifying Checksum 448f6bf000e3: Download complete c2d8d7efcc4b: Verifying Checksum c2d8d7efcc4b: Download complete 448f6bf000e3: Pull complete f757da607395: Pull complete 05883995daec: Pull complete 8603b9c90790: Pull complete 1560dd03e051: Pull complete 27f5ce0e4adf: Pull complete c2d8d7efcc4b: Pull complete Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-321 does not seem to be running inside a container $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 $ docker top 9de56e1efe48d49919b69fee5d2acf6efd265d9d3af9ff8c118660070ccc8482 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh ---> job-cost.sh lf-activate-venv: SKIPPING INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-4 INFO: Archiving Costs [Pipeline] sh + cat /w/workspace/edgex-go/3/archives/cost.csv + cut -d, -f6 [Pipeline] lock Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3674-3-stack-cost] Resource [jenkins-edgexfoundry-edgex-go-PR-3674-3-stack-cost] did not exist. Created. Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3674-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh + echo total: 0.10999999940395355 [Pipeline] stash Stashed 1 file(s) [Pipeline] } Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3674-3-stack-cost] [Pipeline] // lock [Pipeline] } $ docker stop --time=1 9de56e1efe48d49919b69fee5d2acf6efd265d9d3af9ff8c118660070ccc8482 $ docker rm -f 9de56e1efe48d49919b69fee5d2acf6efd265d9d3af9ff8c118660070ccc8482 [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 provisioning config files... copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8893861721319598571tmp [Pipeline] { [Pipeline] sh + set +x + curl -s https://codecov.io/bash + bash -s -- _____ _ / ____| | | | | ___ __| | ___ ___ _____ __ | | / _ \ / _` |/ _ \/ __/ _ \ \ / / | |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Bash-1.0.6 ==> git version 2.24.4 found ==> 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 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets ==> Jenkins CI detected. current dir:  /w/workspace/edgex-go/3 project root: . --> token set from env Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml ==> Running gcov in . (disable via -X gcov) ==> Python coveragepy not found ==> Searching for coverage reports in: + . -> Found 1 reports ==> Detecting git/mercurial file structure ==> Reading reports + ./coverage.out bytes=404331 ==> Appending adjustments https://docs.codecov.io/docs/fixing-reports + Found adjustments ==> Gzipping contents 56K /tmp/codecov.oged3R.gz ==> Uploading reports url: https://codecov.io query: branch=PR-3674&commit=16a835ae426540b27c35c7be17253bdad1b151e6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3674%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3674&job=&cmd_args= -> Pinging Codecov https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3674&commit=16a835ae426540b27c35c7be17253bdad1b151e6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3674%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3674&job=&cmd_args= -> Uploading to https://storage.googleapis.com/codecov/v4/raw/2021-08-19/00271124DB129430A58F1EEE437C3FCB/16a835ae426540b27c35c7be17253bdad1b151e6/5e0113a2-afe3-42bc-81ff-9e15c347d822.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210819%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210819T175400Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1772bb5d3b0705aebb887123a63daadf33717948158b10de755d749c8fb28e14 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54500 0 0 100 54500 0 119k --:--:-- --:--:-- --:--:-- 119k -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/16a835ae426540b27c35c7be17253bdad1b151e6 [Pipeline] } 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 + '[' -d /w/workspace/edgex-go/3/archives ']' [Pipeline] libraryResource [Pipeline] sh ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh ---> package-listing.sh ++ tr '[:upper:]' '[:lower:]' ++ facter osfamily + OS_FAMILY=redhat + workspace=/w/workspace/edgex-go/3 + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/edgex-go/3 ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + sort + rpm -qa + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/edgex-go/3 ']' + mkdir -p /w/workspace/edgex-go/3/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh + facter operatingsystem [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest latest: Pulling from edgex-lftools-log-publisher b4d181a07f80: Pulling fs layer a1111a8f2ec3: Pulling fs layer ed53099fbce6: Pulling fs layer dc539afda2c1: Pulling fs layer 77bc0d833cb6: Pulling fs layer 9065ff56babe: Pulling fs layer d287ab97295c: Pulling fs layer dc539afda2c1: Waiting 77bc0d833cb6: Waiting 9065ff56babe: Waiting d287ab97295c: Waiting a1111a8f2ec3: Verifying Checksum a1111a8f2ec3: Download complete dc539afda2c1: Verifying Checksum dc539afda2c1: Download complete 77bc0d833cb6: Verifying Checksum 77bc0d833cb6: Download complete 9065ff56babe: Verifying Checksum 9065ff56babe: Download complete ed53099fbce6: Verifying Checksum ed53099fbce6: Download complete b4d181a07f80: Verifying Checksum b4d181a07f80: Download complete b4d181a07f80: Pull complete a1111a8f2ec3: Pull complete ed53099fbce6: Pull complete dc539afda2c1: Pull complete 77bc0d833cb6: Pull complete 9065ff56babe: Pull complete d287ab97295c: Verifying Checksum d287ab97295c: Download complete d287ab97295c: Pull complete Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-104 does not seem to be running inside a container $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat $ docker top 51c5a9483310b82ca23221f40bdc381315d17ed3261aaae06b4da2e6c71dcdb5 -eo pid,comm [Pipeline] { [Pipeline] sh + touch /tmp/pre-build-complete [Pipeline] sh + mkdir -p /var/log/sysstat [Pipeline] sh + ls /var/log/sa-host + sadf -c /var/log/sa-host/sa05 file_magic: OK HZ: Using current value: 100 file_header: OK 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 Statistics: Hnuu...uuuununununu...Hnuu...uuuununununu... File successfully converted to sysstat format version 12.0.3 + sadf -c /var/log/sa-host/sa19 file_magic: OK HZ: Using current value: 100 file_header: OK 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 Statistics: 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...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... File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config663382461764582829tmp [Pipeline] { [Pipeline] echo Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh ---> create-netrc.sh [Pipeline] } Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh ---> python-tools-install.sh [Pipeline] echo Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh ---> sudo-logs.sh Archiving 'sudo' log.. sudo: unable to resolve host prd-centos7-docker-4c-2g-104.vexxhost.local: Name or service not known sudo: unable to resolve host prd-centos7-docker-4c-2g-104.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh ---> job-cost.sh lf-activate-venv: SKIPPING DEBUG: total: 0.10999999940395355 INFO: Retrieving Stack Cost... INFO: Retrieving Pricing Info for: v3-standard-2 INFO: Archiving Costs [Pipeline] echo Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh ---> logs-deploy.sh lf-activate-venv: SKIPPING INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3674/3 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus