Pull request #3697 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a163396c5fcb06ca26f267f77dcd4715c866de00+1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 (1c5ce32388d3d83bfb63469162cf2f912d81a138) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6997290509913353182.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5262533716112890591.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3697/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3697/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8982650312227401559.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 # timeout=10 Commit message: "Merge pull request #353 from ernestojeda/go-mod-tidy-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8393635889177746577.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3697/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3697/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh4334228378974658271.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1490 in /w/workspace/edgexfoundry_edgex-go_PR-3697 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh3392312692784304137.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 into PR head commit a163396c5fcb06ca26f267f77dcd4715c866de00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh6005547208159923419.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3697/head:refs/remotes/origin/PR-3697 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 Merge succeeded, producing a163396c5fcb06ca26f267f77dcd4715c866de00 Checking out Revision a163396c5fcb06ca26f267f77dcd4715c866de00 (PR-3697) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh780066294524870005.key > git merge 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:01:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:01:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:01:08 ========================================================= 01:01:08 EdgeX Global Pipelines Version Info 01:01:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9ef11cef12feabcd1f1257898d554769db27dc44 # timeout=10 01:01:09 ------------------- 01:01:09 stable info: 01:01:09 ------------------- 01:01:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:01:09 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 01:01:09 Message: update stable to v1.0.205 01:01:09 ------------------- 01:01:09 experimental info: 01:01:09 ------------------- 01:01:09 Commited By: **** collab-it+edgex@linuxfoundation.org 01:01:09 Commit SHA: 6c5fdc1010301c282ffa2a40e20644f1c502bfa8 01:01:09 Message: update experimental to v1.0.205 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3697 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3697 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3697 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a163396c5fcb06ca26f267f77dcd4715c866de00 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a163396 [Pipeline] echo 01:01:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:10 provisioning config files... 01:01:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2621737549294238079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:01:11 ---> docker-login.sh 01:01:11 nexus3.edgexfoundry.org:10001 01:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:01:11 Configure a credential helper to remove this warning. See 01:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:01:11 01:01:11 Login Succeeded 01:01:11 nexus3.edgexfoundry.org:10002 01:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:01:11 Configure a credential helper to remove this warning. See 01:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:01:11 01:01:11 Login Succeeded 01:01:11 nexus3.edgexfoundry.org:10003 01:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:01:11 Configure a credential helper to remove this warning. See 01:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:01:11 01:01:11 Login Succeeded 01:01:11 nexus3.edgexfoundry.org:10004 01:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:01:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:01:12 Configure a credential helper to remove this warning. See 01:01:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:01:12 01:01:12 Login Succeeded 01:01:12 docker.io 01:01:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:01:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:01:12 Configure a credential helper to remove this warning. See 01:01:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:01:12 01:01:12 Login Succeeded 01:01:12 ---> docker-login.sh ends [Pipeline] } 01:01:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:01:12 ++ 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 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/core-command/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo core-command,cmd/core-command/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/core-data/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo core-data,cmd/core-data/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ cut -d/ -f2 01:01:12 ++ dirname cmd/core-metadata/Dockerfile 01:01:12 + echo core-metadata,cmd/core-metadata/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/security-bootstrapper/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/security-proxy-setup/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/support-notifications/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo support-notifications,cmd/support-notifications/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/support-scheduler/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:01:12 + for file in '`ls cmd/**/Dockerfile`' 01:01:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:01:12 ++ cut -d/ -f2 01:01:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:01:12 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 01:01:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:01:13 01:01:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:01:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:01:13 latest: Pulling from edgex-devops/git-semver 01:01:13 31603596830f: Pulling fs layer 01:01:13 04fac38145f0: Pulling fs layer 01:01:13 701f6daf10bf: Pulling fs layer 01:01:13 24f72da36158: Pulling fs layer 01:01:13 24f72da36158: Waiting 01:01:13 04fac38145f0: Verifying Checksum 01:01:13 04fac38145f0: Download complete 01:01:14 31603596830f: Verifying Checksum 01:01:14 31603596830f: Download complete 01:01:14 31603596830f: Pull complete 01:01:14 04fac38145f0: Pull complete 01:01:14 24f72da36158: Verifying Checksum 01:01:14 24f72da36158: Download complete 01:01:14 701f6daf10bf: Download complete 01:01:15 701f6daf10bf: Pull complete 01:01:15 24f72da36158: Pull complete 01:01:15 Digest: sha256:4df6d42b0a42de7465b316d5d101e9e577e29cf163494206da03a6bf8561ec42 01:01:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:01:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:01:15 prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container 01:01:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:01:15 $ docker top e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:01:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:01:16 [ssh-agent] Looking for ssh-agent implementation... 01:01:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:01:16 $ docker exec e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent 01:01:16 SSH_AUTH_SOCK=/tmp/ssh-0z63fw8tpRKu/agent.13 01:01:16 SSH_AGENT_PID=19 01:01:16 Running ssh-add (command line suppressed) 01:01:16 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3812179866936414868.key (/w/workspace/edgex-go/4@tmp/private_key_3812179866936414868.key) 01:01:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:01:16 + git tag --points-at HEAD [Pipeline] } 01:01:16 $ docker exec --env ******** --env ******** e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent -k 01:01:16 unset SSH_AUTH_SOCK; 01:01:16 unset SSH_AGENT_PID; 01:01:16 echo Agent pid 19 killed; 01:01:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:01:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:01:16 [ssh-agent] Looking for ssh-agent implementation... 01:01:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:01:17 $ docker exec e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent 01:01:17 SSH_AUTH_SOCK=/tmp/ssh-ejd32eZT0w8x/agent.52 01:01:17 SSH_AGENT_PID=59 01:01:17 Running ssh-add (command line suppressed) 01:01:17 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7348200618083581138.key (/w/workspace/edgex-go/4@tmp/private_key_7348200618083581138.key) 01:01:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:01:17 + git semver init 01:01:17 # -> Open(): unable to determine branch for HEAD 01:01:17 # $GIT_DIR = /w/workspace/edgex-go/4/.git 01:01:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 01:01:17 # $SEMVER_REMOTE_NAME = origin 01:01:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:01:17 # $SEMVER_USER_NAME = edgex-jenkins 01:01:17 # $SEMVER_BRANCH = PR-3697 01:01:17 # $SEMVER_TEMP = /tmp/semver-350489539 01:01:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:02:05 # '/tmp/semver-350489539' -> '/w/workspace/edgex-go/4/.semver' 01:02:05 # -> Force: false 01:02:05 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 01:02:05 $ docker exec --env ******** --env ******** e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d ssh-agent -k 01:02:05 unset SSH_AUTH_SOCK; 01:02:05 unset SSH_AGENT_PID; 01:02:05 echo Agent pid 59 killed; 01:02:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:02:05 + git semver [Pipeline] } 01:02:05 $ docker stop --time=1 e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d 01:02:07 $ docker rm -f e62fc4c2cf89b4e766871306bfb8b12b5337fb3c1001ec00f22b0ec1ea6cff1d [Pipeline] // withDockerContainer [Pipeline] sh 01:02:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:02:08 Stashed 1 file(s) [Pipeline] echo 01:02:08 [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 01:02:08 ========================================================= 01:02:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:02:08 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:02:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:02:08 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:02:08 540db60ca938: Pulling fs layer 01:02:08 adcc1eea9eea: Pulling fs layer 01:02:08 4c4ab2625f07: Pulling fs layer 01:02:08 db62176df00c: Pulling fs layer 01:02:08 3b30891b0d05: Pulling fs layer 01:02:08 06b49ca38bd5: Pulling fs layer 01:02:08 c788192a36de: Pulling fs layer 01:02:08 a77e37c0d609: Pulling fs layer 01:02:08 c3185cebc471: Pulling fs layer 01:02:08 3b30891b0d05: Waiting 01:02:08 06b49ca38bd5: Waiting 01:02:08 c788192a36de: Waiting 01:02:08 a77e37c0d609: Waiting 01:02:08 c3185cebc471: Waiting 01:02:08 db62176df00c: Waiting 01:02:08 4c4ab2625f07: Verifying Checksum 01:02:08 4c4ab2625f07: Download complete 01:02:08 adcc1eea9eea: Verifying Checksum 01:02:08 adcc1eea9eea: Download complete 01:02:09 3b30891b0d05: Verifying Checksum 01:02:09 3b30891b0d05: Download complete 01:02:09 06b49ca38bd5: Verifying Checksum 01:02:09 06b49ca38bd5: Download complete 01:02:09 540db60ca938: Verifying Checksum 01:02:09 540db60ca938: Download complete 01:02:09 c788192a36de: Verifying Checksum 01:02:09 c788192a36de: Download complete 01:02:09 540db60ca938: Pull complete 01:02:09 adcc1eea9eea: Pull complete 01:02:09 a77e37c0d609: Verifying Checksum 01:02:09 a77e37c0d609: Download complete 01:02:09 4c4ab2625f07: Pull complete 01:02:13 c3185cebc471: Verifying Checksum 01:02:13 c3185cebc471: Download complete 01:02:14 db62176df00c: Verifying Checksum 01:02:14 db62176df00c: Download complete 01:02:17 db62176df00c: Pull complete 01:02:17 3b30891b0d05: Pull complete 01:02:17 06b49ca38bd5: Pull complete 01:02:17 c788192a36de: Pull complete 01:02:17 a77e37c0d609: Pull complete 01:02:19 c3185cebc471: Pull complete 01:02:19 Digest: sha256:c22a6272cb0662d4dba1bb41e7658fbabc00c875dcca5b7a38fb264b4004f4bd 01:02:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:02:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 01:02:20 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:02:20 WORKDIR /edgex 01:02:20 COPY go.mod . 01:02:20 RUN go mod download' 01:02:20 + docker build -t ci-base-image-x86_64 -f - . 01:02:21 Sending build context to Docker daemon 328.8MB 01:02:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:02:21 ---> 031687cdd783 01:02:21 Step 2/4 : WORKDIR /edgex 01:02:23 ---> Running in b17dd2e5081a 01:02:23 Still waiting to schedule task 01:02:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:02:23 Removing intermediate container b17dd2e5081a 01:02:23 ---> 18d1d63ca3eb 01:02:23 Step 3/4 : COPY go.mod . 01:02:23 ---> b4466613eed7 01:02:23 Step 4/4 : RUN go mod download 01:02:23 ---> Running in 7b5e9480cc65 01:02:55 Removing intermediate container 7b5e9480cc65 01:02:55 ---> 222e698d92cc 01:02:55 Successfully built 222e698d92cc 01:02:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:02:56 + docker inspect -f . ci-base-image-x86_64 01:02:56 . [Pipeline] withDockerContainer 01:02:56 prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container 01:02:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:02:56 $ docker top 7fc43413fe25ae4a732428140ee57f1b88bdfccce91f46c90bdbd00f3cbb2dbb -eo pid,comm [Pipeline] { [Pipeline] sh 01:02:56 + go version 01:02:56 go version go1.16.6 linux/amd64 [Pipeline] } 01:02:56 $ docker stop --time=1 7fc43413fe25ae4a732428140ee57f1b88bdfccce91f46c90bdbd00f3cbb2dbb 01:02:58 $ docker rm -f 7fc43413fe25ae4a732428140ee57f1b88bdfccce91f46c90bdbd00f3cbb2dbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:02:58 + docker inspect -f . ci-base-image-x86_64 01:02:58 . [Pipeline] withDockerContainer 01:02:58 prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container 01:02:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:02:59 $ docker top dd366b43d893d3cfb8101eb1d407a5ad9bcf6e4adc4d107d27f6408ab5966768 -eo pid,comm [Pipeline] { [Pipeline] echo 01:02:59 ========================================================= 01:02:59 [edgeXBuildGoParallel] Running Tests and Build... 01:02:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:02:59 + go mod tidy [Pipeline] sh 01:03:00 + make test 01:03:00 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 01:03:00 go mod tidy 01:03:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:03:05 ? github.com/edgexfoundry/edgex-go [no test files] 01:03:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:03:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:03:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:03:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:03:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:03:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:03:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:03:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:03:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:03:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.039s coverage: 28.7% of statements 01:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:03:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.051s coverage: 100.0% of statements 01:03:33 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:03:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.068s coverage: 46.3% of statements 01:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:03:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.105s coverage: 90.1% of statements 01:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:03:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 81.2% of statements 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.230s coverage: 94.2% of statements 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:03:36 ok github.com/edgexfoundry/edgex-go/internal/io 0.044s coverage: 59.1% of statements 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:03:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.053s coverage: 60.0% of statements 01:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:03:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:03:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.049s coverage: 0.8% of statements 01:03:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:03:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 01:03:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 21.7% of statements 01:03:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements 01:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.065s coverage: 79.5% of statements 01:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 01:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 01:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 01:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements 01:03:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 01:03:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.187s coverage: 81.8% of statements 01:03:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.048s coverage: 80.0% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.2% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 64.4% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.202s coverage: 66.9% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 43.6% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements 01:04:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 19.5% of statements 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 92.0% of statements 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.059s coverage: 62.7% of statements 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.088s coverage: 97.7% of statements 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 01:04:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 01:04:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements 01:04:23 GO111MODULE=on go vet ./... 01:04:45 gofmt -l . 01:04:45 [ "`gofmt -l .`" = "" ] 01:04:45 ./bin/test-attribution-txt.sh [Pipeline] sh 01:04:46 + ls -al . 01:04:46 total 608 01:04:46 drwxrwxr-x 10 1001 1001 4096 Sep 7 01:04 . 01:04:46 drwxr-xr-x 4 root root 28 Sep 7 01:02 .. 01:04:46 -rw-rw-r-- 1 1001 1001 11 Sep 7 01:01 .dockerignore 01:04:46 drwxrwxr-x 8 1001 1001 179 Sep 7 01:01 .git 01:04:46 drwxrwxr-x 4 1001 1001 142 Sep 7 01:01 .github 01:04:46 -rw-rw-r-- 1 1001 1001 818 Sep 7 01:01 .gitignore 01:04:46 -rw-rw-r-- 1 1001 1001 76 Sep 7 01:01 .hadolint.yml 01:04:46 drwx------ 3 1001 1001 58 Sep 7 01:02 .semver 01:04:46 -rw-rw-r-- 1 1001 1001 166 Sep 7 01:01 .sonarcloud.properties 01:04:46 -rw-rw-r-- 1 1001 1001 1171 Sep 7 01:01 ADOPTERS.md 01:04:46 -rw-rw-r-- 1 1001 1001 8493 Sep 7 01:01 Attribution.txt 01:04:46 -rw-rw-r-- 1 1001 1001 43881 Sep 7 01:01 CHANGELOG.md 01:04:46 -rw-rw-r-- 1 1001 1001 3804 Sep 7 01:01 CONTRIBUTING.md 01:04:46 -rw-rw-r-- 1 1001 1001 677 Sep 7 01:01 GOVERNANCE.md 01:04:46 -rw-rw-r-- 1 1001 1001 849 Sep 7 01:01 Jenkinsfile 01:04:46 -rw-rw-r-- 1 1001 1001 10775 Sep 7 01:01 LICENSE 01:04:46 -rw-rw-r-- 1 1001 1001 5915 Sep 7 01:01 Makefile 01:04:46 -rw-rw-r-- 1 1001 1001 582 Sep 7 01:01 OWNERS.md 01:04:46 -rw-rw-r-- 1 1001 1001 8643 Sep 7 01:01 README.md 01:04:46 -rw-rw-r-- 1 1001 1001 6912 Sep 7 01:01 SECURITY.md 01:04:46 -rw-rw-r-- 1 1001 1001 5 Sep 7 01:02 VERSION 01:04:46 -rw-rw-r-- 1 1001 1001 4131 Sep 7 01:01 ZMQWindows.md 01:04:46 drwxrwxr-x 2 1001 1001 37 Sep 7 01:01 bin 01:04:46 drwxrwxr-x 14 1001 1001 4096 Sep 7 01:01 cmd 01:04:46 -rw-r--r-- 1 root root 404331 Sep 7 01:04 coverage.out 01:04:46 -rw-rw-r-- 1 1001 1001 841 Sep 7 01:01 go.mod 01:04:46 -rw-r--r-- 1 root root 50064 Sep 7 01:02 go.sum 01:04:46 drwxrwxr-x 8 1001 1001 124 Sep 7 01:01 internal 01:04:46 drwxrwxr-x 3 1001 1001 16 Sep 7 01:01 openapi 01:04:46 drwxrwxr-x 4 1001 1001 71 Sep 7 01:01 snap 01:04:46 -rw-rw-r-- 1 1001 1001 204 Sep 7 01:01 version.go [Pipeline] sh 01:04:46 + '[' -e coverage.out ] 01:04:46 + chown 1001:1001 coverage.out [Pipeline] stash 01:04:46 Stashed 1 file(s) [Pipeline] sh 01:04:47 + make build 01:04:47 go mod tidy 01:04:47 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 01:04:48 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 01:04:55 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 01:04:55 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 01:04:56 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 01:04:57 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 01:04:58 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 01:04:58 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 01:04:59 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 01:05:00 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 01:05:00 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 01:05:01 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] } 01:05:03 $ docker stop --time=1 dd366b43d893d3cfb8101eb1d407a5ad9bcf6e4adc4d107d27f6408ab5966768 01:05:05 $ docker rm -f dd366b43d893d3cfb8101eb1d407a5ad9bcf6e4adc4d107d27f6408ab5966768 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:05:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:06 01:05:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:05:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:06 latest: Pulling from edgex-devops/edgex-compose 01:05:06 cbdbe7a5bc2a: Pulling fs layer 01:05:06 ca9280d653b3: Pulling fs layer 01:05:06 7e9c9ca2126c: Pulling fs layer 01:05:07 cbdbe7a5bc2a: Verifying Checksum 01:05:07 cbdbe7a5bc2a: Download complete 01:05:07 cbdbe7a5bc2a: Pull complete 01:05:08 ca9280d653b3: Verifying Checksum 01:05:08 ca9280d653b3: Download complete 01:05:08 ca9280d653b3: Pull complete 01:05:10 7e9c9ca2126c: Verifying Checksum 01:05:10 7e9c9ca2126c: Download complete 01:05:14 7e9c9ca2126c: Pull complete 01:05:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:05:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:05:14 prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container 01:05:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:05:16 $ docker top 586d1d7b175c0688238b202f13e03d5bb403dbc2014ec44518de59031035cbfa -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:17 + docker-compose build --help 01:05:17 + grep parallel 01:05:17 --parallel Build images in parallel. [Pipeline] } 01:05:17 $ docker stop --time=1 586d1d7b175c0688238b202f13e03d5bb403dbc2014ec44518de59031035cbfa 01:05:19 $ docker rm -f 586d1d7b175c0688238b202f13e03d5bb403dbc2014ec44518de59031035cbfa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:05:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:19 . [Pipeline] withDockerContainer 01:05:19 prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container 01:05:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:05:20 $ docker top b71bc628ce69b3400c38d9dbb8eeaf88a29cba6d6c0507ab506fafa3aed1799a -eo pid,comm [Pipeline] { [Pipeline] sh 01:05:20 + docker-compose -f ./docker-compose-build.yml build --parallel 01:05:21 Building core-command ... 01:05:21 Building core-data ... 01:05:21 Building core-metadata ... 01:05:21 Building security-bootstrapper ... 01:05:21 Building security-proxy-setup ... 01:05:21 Building security-secretstore-setup ... 01:05:21 Building support-notifications ... 01:05:21 Building support-scheduler ... 01:05:21 Building sys-mgmt-agent ... 01:05:21 Building sys-mgmt-agent 01:05:21 Building core-command 01:05:21 Building core-data 01:05:21 Building security-secretstore-setup 01:05:21 Building security-proxy-setup 01:05:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1492 in /w/workspace/edgexfoundry_edgex-go_PR-3697 [Pipeline] { [Pipeline] ws 01:05:31 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 01:05:31 The recommended git tool is: git 01:05:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:05:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:05:31 ---> 222e698d92cc 01:05:31 Step 3/24 : WORKDIR /edgex-go 01:05:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:05:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:05:31 ---> 222e698d92cc 01:05:31 Step 3/24 : WORKDIR /edgex-go 01:05:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:05:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:05:31 ---> 222e698d92cc 01:05:31 Step 3/24 : WORKDIR /edgex-go 01:05:34 ---> Running in 93af49d3bffe 01:05:34 ---> Running in 93ecaa8cd600 01:05:34 ---> Running in a5cb2d18b349 01:05:36 using credential edgex-jenkins-ssh 01:05:36 Cloning the remote Git repository 01:05:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:05:37 > git init /w/workspace/edgex-go/4 # timeout=10 01:05:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:37 > git --version # timeout=10 01:05:37 > git --version # 'git version 2.17.1' 01:05:37 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:38 Removing intermediate container a5cb2d18b349 01:05:38 ---> 0956e3d47ea4 01:05:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:38 Removing intermediate container 93ecaa8cd600 01:05:38 ---> f1cb8d704d41 01:05:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:38 Removing intermediate container 93af49d3bffe 01:05:38 ---> 640a85c0c2bb 01:05:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:39 ---> Running in 0a25212e7087 01:05:39 ---> Running in b8c083b63b58 01:05:39 ---> Running in 08a5533c36b0 01:05:43 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:05:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:05:43 ---> 222e698d92cc 01:05:43 Step 3/26 : WORKDIR /edgex-go 01:05:43 ---> Using cache 01:05:43 ---> 640a85c0c2bb 01:05:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:43 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:05:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:05:43 ---> 222e698d92cc 01:05:43 Step 3/22 : WORKDIR /edgex-go 01:05:43 ---> Using cache 01:05:43 ---> 640a85c0c2bb 01:05:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:44 ---> Running in 819c2de333ee 01:05:44 ---> Running in dd4b15044a67 01:05:44 Removing intermediate container b8c083b63b58 01:05:44 ---> c79f23a94761 01:05:44 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:05:44 Removing intermediate container 0a25212e7087 01:05:44 ---> cf5a7b2a02c3 01:05:44 Step 5/24 : RUN apk add --update --no-cache make bash git 01:05:44 ---> Running in ea94dd972065 01:05:44 Removing intermediate container 08a5533c36b0 01:05:44 ---> 9c51459ac87b 01:05:44 Step 5/24 : RUN apk add --update --no-cache make git 01:05:44 ---> Running in 1e705d893cdc 01:05:44 ---> Running in e086f7e125af 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:05:45 Removing intermediate container 819c2de333ee 01:05:45 ---> 824ec8fbf255 01:05:45 Step 5/26 : RUN apk add --update --no-cache make git 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:05:45 ---> Running in e5091e1e8ac7 01:05:45 Removing intermediate container dd4b15044a67 01:05:45 ---> 40fa65c9c5e0 01:05:45 Step 5/22 : RUN apk add --update --no-cache make git 01:05:45 ---> Running in 0eef876cc20d 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:05:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:05:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:05:46 OK: 219 MiB in 52 packages 01:05:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:05:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:05:46 OK: 219 MiB in 52 packages 01:05:47 OK: 219 MiB in 52 packages 01:05:47 Removing intermediate container 1e705d893cdc 01:05:47 ---> 9ff1119957db 01:05:47 Step 6/24 : COPY go.mod . 01:05:47 OK: 219 MiB in 52 packages 01:05:47 OK: 219 MiB in 52 packages 01:05:47 Removing intermediate container ea94dd972065 01:05:47 ---> 800c503808c2 01:05:47 Step 6/24 : COPY go.mod . 01:05:47 ---> 9adb043459c3 01:05:47 Step 7/24 : RUN go mod download 01:05:47 ---> Running in 90ccdcce2c1b 01:05:47 Removing intermediate container e086f7e125af 01:05:47 ---> 015610268bc8 01:05:47 Step 6/24 : COPY go.mod . 01:05:47 Removing intermediate container e5091e1e8ac7 01:05:47 ---> 9228b0630066 01:05:47 Step 6/26 : COPY go.mod . 01:05:47 ---> 3adcc43a180c 01:05:47 Step 7/24 : RUN go mod download 01:05:47 ---> Running in a6b69915f7be 01:05:47 Removing intermediate container 0eef876cc20d 01:05:47 ---> 8dfd616c5bc0 01:05:47 Step 6/22 : COPY go.mod . 01:05:47 ---> f1ea18660b0c 01:05:47 Step 7/24 : RUN go mod download 01:05:47 ---> Running in 32a7ad09312c 01:05:47 ---> e71779b2d478 01:05:47 Step 7/26 : RUN go mod download 01:05:47 ---> dc1ac87688f3 01:05:47 Step 7/22 : RUN go mod download 01:05:47 ---> Running in 614da6d7c1e7 01:05:47 ---> Running in 494e484f1169 01:05:48 Removing intermediate container 90ccdcce2c1b 01:05:48 ---> 9c5a29e1115a 01:05:48 Step 8/24 : COPY . . 01:05:48 Removing intermediate container a6b69915f7be 01:05:48 ---> 92638a02d40b 01:05:48 Step 8/24 : COPY . . 01:05:54 Merging remotes/origin/main commit 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 into PR head commit a163396c5fcb06ca26f267f77dcd4715c866de00 01:05:54 Removing intermediate container 32a7ad09312c 01:05:54 ---> 8b81c22c7321 01:05:54 Step 8/24 : COPY . . 01:05:54 Removing intermediate container 614da6d7c1e7 01:05:54 ---> 9c107475ae7a 01:05:54 Step 8/26 : COPY . . 01:05:54 Removing intermediate container 494e484f1169 01:05:54 ---> f8ee29118b2a 01:05:54 Step 8/22 : COPY . . 01:05:54 ---> ace3a6b0f7d8 01:05:54 Step 9/24 : RUN go mod tidy 01:05:54 ---> 486692534ba5 01:05:54 Step 9/24 : RUN go mod tidy 01:05:54 Merge succeeded, producing a163396c5fcb06ca26f267f77dcd4715c866de00 01:05:54 Checking out Revision a163396c5fcb06ca26f267f77dcd4715c866de00 (PR-3697) 01:05:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:05:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:05:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:53 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3697/head:refs/remotes/origin/PR-3697 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:05:54 > git config core.sparsecheckout # timeout=10 01:05:54 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 01:05:54 > git remote # timeout=10 01:05:54 > git config --get remote.origin.url # timeout=10 01:05:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:54 > git merge 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 # timeout=10 01:05:54 > git rev-parse HEAD^{commit} # timeout=10 01:05:54 > git config core.sparsecheckout # timeout=10 01:05:54 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 01:05:58 ---> Running in 3f354009f7c7 01:05:58 ---> Running in b3b139df3ed3 01:05:59 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:05:59 provisioning config files... 01:05:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3779588571981043797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:06:00 ---> docker-login.sh 01:06:00 nexus3.edgexfoundry.org:10001 01:06:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:01 Configure a credential helper to remove this warning. See 01:06:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:01 01:06:01 Login Succeeded 01:06:01 nexus3.edgexfoundry.org:10002 01:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:02 Configure a credential helper to remove this warning. See 01:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:02 01:06:02 Login Succeeded 01:06:02 nexus3.edgexfoundry.org:10003 01:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:02 Configure a credential helper to remove this warning. See 01:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:02 01:06:02 Login Succeeded 01:06:02 nexus3.edgexfoundry.org:10004 01:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:03 Configure a credential helper to remove this warning. See 01:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:03 01:06:03 Login Succeeded 01:06:03 docker.io 01:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:06:03 Configure a credential helper to remove this warning. See 01:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:06:03 01:06:03 Login Succeeded 01:06:03 ---> docker-login.sh ends 01:06:04 Removing intermediate container 3f354009f7c7 01:06:04 ---> 4d136f1700c4 01:06:04 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:06:04 ---> ec44b20dc8e5 01:06:04 Step 9/24 : RUN go mod tidy 01:06:04 ---> 46e56b8f682b 01:06:04 Step 9/22 : RUN go mod tidy 01:06:04 ---> Running in 2750626e339e 01:06:04 ---> 77fbaf39de6c 01:06:04 Step 9/26 : RUN go mod tidy 01:06:04 ---> Running in b94b9aa82755 01:06:04 ---> Running in ed300e3b540e 01:06:04 Removing intermediate container b3b139df3ed3 01:06:04 ---> 6f5497bed268 01:06:04 Step 10/24 : RUN make cmd/core-data/core-data 01:06:04 ---> Running in 47dedd15882f 01:06:04 ---> Running in b39415c1ad8c 01:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] } 01:06:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:06:04 ========================================================= 01:06:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 01:06:04 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:06:04 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 01:06:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:06:05 Removing intermediate container b94b9aa82755 01:06:05 ---> 26be1b2aa005 01:06:05 Step 10/24 : RUN make cmd/core-command/core-command 01:06:05 ---> Running in 303b63213a24 01:06:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:06:05 595b0fe564bb: Pulling fs layer 01:06:05 24495759ef45: Pulling fs layer 01:06:05 d148012ef14d: Pulling fs layer 01:06:05 e90a11edd702: Pulling fs layer 01:06:05 d77568369979: Pulling fs layer 01:06:05 fc1c9f9a7f3b: Pulling fs layer 01:06:05 170f2ba95c9a: Pulling fs layer 01:06:05 97ac5df62f85: Pulling fs layer 01:06:05 e90a11edd702: Waiting 01:06:05 d77568369979: Waiting 01:06:05 fc1c9f9a7f3b: Waiting 01:06:05 170f2ba95c9a: Waiting 01:06:05 97ac5df62f85: Waiting 01:06:05 d148012ef14d: Download complete 01:06:05 24495759ef45: Verifying Checksum 01:06:05 24495759ef45: Download complete 01:06:05 d77568369979: Verifying Checksum 01:06:05 d77568369979: Download complete 01:06:05 595b0fe564bb: Verifying Checksum 01:06:05 595b0fe564bb: Download complete 01:06:05 fc1c9f9a7f3b: Verifying Checksum 01:06:05 fc1c9f9a7f3b: Download complete 01:06:05 170f2ba95c9a: Verifying Checksum 01:06:05 170f2ba95c9a: Download complete 01:06:06 Removing intermediate container 47dedd15882f 01:06:06 ---> 703e38dcaaa2 01:06:06 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:06:06 ---> Running in b4766e98e8b5 01:06:06 Removing intermediate container ed300e3b540e 01:06:06 ---> 2704ff9cc2bc 01:06:06 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:06:06 ---> Running in a11db295fb41 01:06:06 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 01:06:06 595b0fe564bb: Pull complete 01:06:06 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 01:06:07 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 01:06:07 24495759ef45: Pull complete 01:06:07 d148012ef14d: Pull complete 01:06:09 97ac5df62f85: Verifying Checksum 01:06:09 e90a11edd702: Verifying Checksum 01:06:09 e90a11edd702: Download complete 01:06:19 e90a11edd702: Pull complete 01:06:20 d77568369979: Pull complete 01:06:20 fc1c9f9a7f3b: Pull complete 01:06:20 170f2ba95c9a: Pull complete 01:06:27 97ac5df62f85: Pull complete 01:06:27 Digest: sha256:84204f9419e0e30039067cc16e8ccc9a99ccb3a3f51ea7567ddff3f7e64b8ba8 01:06:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:06:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh 01:06:28 + docker build -t ci-base-image-arm64 -f - . 01:06:28 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:06:28 WORKDIR /edgex 01:06:28 COPY go.mod . 01:06:28 RUN go mod download 01:06:30 Sending build context to Docker daemon 166MB 01:06:30 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 01:06:30 ---> 04bc70af865f 01:06:30 Step 2/4 : WORKDIR /edgex 01:06:35 ---> Running in d5288a330939 01:06:35 Removing intermediate container d5288a330939 01:06:35 ---> c4848355b698 01:06:35 Step 3/4 : COPY go.mod . 01:06:36 ---> 7496a6b0567b 01:06:36 Step 4/4 : RUN go mod download 01:06:36 ---> Running in 8052b2e5e8eb 01:06:45 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 01:06:45 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 01:06:45 Removing intermediate container 2750626e339e 01:06:45 ---> 90c8c34a4757 01:06:45 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:06:45 ---> Running in 0a903aae1514 01:06:45 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 01:06:45 Removing intermediate container 303b63213a24 01:06:45 ---> 895d6ff85687 01:06:45 01:06:45 Step 11/24 : FROM alpine:3.12 01:06:45 3.12: Pulling from library/alpine 01:06:45 Removing intermediate container 0a903aae1514 01:06:45 ---> 7002a4d4025f 01:06:45 01:06:45 Step 12/24 : FROM docker:20.10.7 01:06:45 20.10.7: Pulling from library/docker 01:06:45 Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a 01:06:45 Status: Downloaded newer image for alpine:3.12 01:06:45 ---> 48b8ec4ed9eb 01:06:45 Step 12/24 : RUN apk add --update --no-cache dumb-init 01:06:47 ---> Running in ca57e2f9584a 01:06:47 Removing intermediate container a11db295fb41 01:06:47 ---> 3d5f2a649b35 01:06:47 01:06:47 Step 11/22 : FROM alpine:3.12 01:06:47 ---> 48b8ec4ed9eb 01:06:47 Step 12/22 : RUN apk add --update --no-cache curl 01:06:47 Removing intermediate container b4766e98e8b5 01:06:47 ---> 7bcc4444d33a 01:06:47 01:06:47 Step 11/26 : FROM alpine:3.12 01:06:47 ---> 48b8ec4ed9eb 01:06:47 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:06:47 ---> Running in 115c877fd1b9 01:06:47 ---> Running in 5534efd5bbdc 01:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:47 (1/1) Installing dumb-init (1.2.2-r1) 01:06:47 Executing busybox-1.31.1-r20.trigger 01:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:47 OK: 6 MiB in 15 packages 01:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:47 (1/4) Installing ca-certificates (20191127-r4) 01:06:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:06:47 (3/4) Installing libcurl (7.78.0-r0) 01:06:47 (4/4) Installing curl (7.78.0-r0) 01:06:47 Executing busybox-1.31.1-r20.trigger 01:06:47 Executing ca-certificates-20191127-r4.trigger 01:06:47 (1/3) Installing ca-certificates (20191127-r4) 01:06:47 (2/3) Installing dumb-init (1.2.2-r1) 01:06:47 (3/3) Installing su-exec (0.2-r1) 01:06:47 OK: 7 MiB in 18 packages 01:06:47 Executing busybox-1.31.1-r20.trigger 01:06:47 Executing ca-certificates-20191127-r4.trigger 01:06:47 OK: 6 MiB in 17 packages 01:06:48 Removing intermediate container ca57e2f9584a 01:06:48 ---> ca0a102f119e 01:06:48 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:06:48 ---> Running in 47bac9b12629 01:06:48 Removing intermediate container 115c877fd1b9 01:06:48 ---> 0cc51f6ca215 01:06:48 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:06:48 Removing intermediate container b39415c1ad8c 01:06:48 ---> 4defe5eeab66 01:06:48 01:06:48 Step 11/24 : FROM alpine:3.12 01:06:48 ---> 48b8ec4ed9eb 01:06:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:06:48 Removing intermediate container 5534efd5bbdc 01:06:48 ---> 91dd905c5f69 01:06:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:06:48 ---> Running in e2fa335c644a 01:06:48 ---> Running in 1d759cab9f4b 01:06:48 Removing intermediate container 47bac9b12629 01:06:48 ---> 656465594131 01:06:48 Step 14/24 : ENV APP_PORT=59882 01:06:48 ---> Running in 5f58a123c2b5 01:06:48 ---> Running in cfdd659410cc 01:06:48 Removing intermediate container e2fa335c644a 01:06:48 ---> b48170165f50 01:06:48 Step 14/22 : WORKDIR /edgex 01:06:48 Removing intermediate container 5f58a123c2b5 01:06:48 ---> f1456c982365 01:06:48 Step 13/24 : ENV APP_PORT=59880 01:06:48 Removing intermediate container 1d759cab9f4b 01:06:48 ---> 18d822a1befa 01:06:48 Step 14/26 : WORKDIR / 01:06:48 ---> Running in 6fbd6bde2f2c 01:06:48 ---> Running in 7720da064321 01:06:48 Removing intermediate container cfdd659410cc 01:06:48 ---> c75c6503ac3f 01:06:48 Step 15/24 : EXPOSE $APP_PORT 01:06:48 ---> Running in 30f0277b0a65 01:06:48 ---> Running in 28a904527e55 01:06:48 Removing intermediate container 7720da064321 01:06:48 ---> 43798750013a 01:06:48 Step 14/24 : EXPOSE $APP_PORT 01:06:48 Removing intermediate container 6fbd6bde2f2c 01:06:48 ---> 259ac4a33ad8 01:06:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:06:48 Removing intermediate container 28a904527e55 01:06:48 ---> 218346dde463 01:06:48 Step 16/24 : WORKDIR / 01:06:48 ---> Running in 0b00cd410f90 01:06:49 Removing intermediate container 30f0277b0a65 01:06:49 ---> d72149da8648 01:06:49 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:06:49 ---> Running in 3c126415d9b9 01:06:49 Removing intermediate container 0b00cd410f90 01:06:49 ---> e4b9e29ef2f1 01:06:49 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:49 ---> 23f783723332 01:06:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:06:49 ---> 86e34e1ea5bc 01:06:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:06:49 Removing intermediate container 3c126415d9b9 01:06:49 ---> 690dcfcbc132 01:06:49 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:06:49 ---> Running in c0d734cf8230 01:06:49 ---> b5b375fb5ace 01:06:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:06:49 ---> ce46decafdc2 01:06:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:06:49 ---> 59849bd74ab0 01:06:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:06:49 ---> a13f89cbd0d4 01:06:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:06:50 ---> 6b6a31bfb427 01:06:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:06:50 ---> c52b118b6cd0 01:06:50 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:06:50 ---> a04c9ad23f80 01:06:50 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:06:50 Removing intermediate container c0d734cf8230 01:06:50 ---> f6ef658b6b7b 01:06:50 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 01:06:50 ---> Running in 6e50e97c1cd7 01:06:50 ---> Running in d9c7d1f8066f 01:06:50 ---> 263a3d65c3b1 01:06:50 Step 20/24 : ENTRYPOINT ["/core-command"] 01:06:50 ---> Running in 50abb27285d4 01:06:51 Removing intermediate container d9c7d1f8066f 01:06:51 ---> 70352981c0f5 01:06:51 Step 19/22 : CMD ["--init=true"] 01:06:51 ---> a7091d32e071 01:06:51 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:06:51 ---> Running in 2b257b964069 01:06:51 Removing intermediate container 50abb27285d4 01:06:51 ---> 83d41dc9f0d2 01:06:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:06:51 ---> Running in cdf201c198f9 01:06:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:51 Removing intermediate container 2b257b964069 01:06:51 ---> c567d5de3537 01:06:51 Step 20/22 : LABEL arch=x86_64 01:06:51 ---> Running in 3cea9f6281d9 01:06:51 Removing intermediate container cdf201c198f9 01:06:51 ---> f0cb02050191 01:06:51 Step 22/24 : LABEL arch=x86_64 01:06:51 ---> 48f41e8d3f61 01:06:51 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:06:51 ---> Running in 05b88f36a8b4 01:06:51 Removing intermediate container 3cea9f6281d9 01:06:51 ---> eb279b1b5019 01:06:51 Step 21/22 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:06:51 ---> Running in 9b9e79526e35 01:06:51 Removing intermediate container 05b88f36a8b4 01:06:51 ---> 2ba65eb723b6 01:06:51 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:06:51 ---> Running in b9101525f15c 01:06:51 ---> 07a2260f4cb6 01:06:51 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/ 01:06:51 Removing intermediate container 9b9e79526e35 01:06:51 ---> 3850f2073dd1 01:06:51 Step 22/22 : LABEL version=0.0.0 01:06:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:51 ---> Running in cdc6e20b0db8 01:06:52 ---> Running in 683197c6e637 01:06:52 Removing intermediate container b9101525f15c 01:06:52 ---> 20a8fce2843e 01:06:52 Step 24/24 : LABEL version=0.0.0 01:06:52 ---> Running in 14049a9ddb78 01:06:52 Removing intermediate container 683197c6e637 01:06:52 ---> b6c3a227eaf1 01:06:52 01:06:52 Removing intermediate container 14049a9ddb78 01:06:52 ---> ea8f9a5c530a 01:06:52 01:06:52 (1/6) Installing dumb-init (1.2.2-r1) 01:06:52 Successfully built b6c3a227eaf1 01:06:52 Successfully tagged security-proxy-setup:latest 01:06:52 Successfully built ea8f9a5c530a 01:06:52 Building core-metadata 01:06:52 (2/6) Installing libgcc (9.3.0-r2) 01:06:52  Building security-proxy-setup ... done Successfully tagged core-command:latest 01:06:52 Building support-notifications 01:06:52  Building core-command ... done (3/6) Installing libsodium (1.0.18-r0) 01:06:52 (4/6) Installing libstdc++ (9.3.0-r2) 01:06:53 (5/6) Installing libzmq (4.3.3-r0) 01:06:53 (6/6) Installing zeromq (4.3.3-r0) 01:06:53 Executing busybox-1.31.1-r20.trigger 01:06:53 OK: 8 MiB in 20 packages 01:06:55 Removing intermediate container cdc6e20b0db8 01:06:55 ---> 98f4438580c9 01:06:55 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 01:06:56 ---> Running in 1bfb36403d1c 01:06:56 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 01:06:56 Status: Downloaded newer image for docker:20.10.7 01:06:56 ---> 08bdaf2f88f9 01:06:56 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:06:56 ---> Running in 9707d7c288e1 01:06:56 Removing intermediate container 1bfb36403d1c 01:06:56 ---> a538b54a8700 01:06:56 Step 24/26 : LABEL arch=x86_64 01:06:56 Removing intermediate container 6e50e97c1cd7 01:06:56 ---> 169662b1894c 01:06:56 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:06:56 ---> Running in a2ecbe3c17e3 01:06:56 Removing intermediate container 9707d7c288e1 01:06:56 ---> 39deb9ecc924 01:06:56 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 01:06:56 ---> Running in 48121e07c2d2 01:06:56 Removing intermediate container a2ecbe3c17e3 01:06:56 ---> d5f2f6213c53 01:06:56 Step 25/26 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:06:57 ---> ab436f34459d 01:06:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:06:57 ---> Running in 6edde943d5e6 01:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:06:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:06:57 Removing intermediate container 6edde943d5e6 01:06:57 ---> 854098c1c54c 01:06:57 Step 26/26 : LABEL version=0.0.0 01:06:58 (1/39) Installing readline (8.1.0-r0) 01:06:58 (2/39) Installing bash (5.1.0-r0) 01:06:58 Executing bash-5.1.0-r0.post-install 01:06:58 (3/39) Installing brotli-libs (1.0.9-r3) 01:06:58 (4/39) Installing nghttp2-libs (1.42.0-r1) 01:06:58 (5/39) Installing libcurl (7.78.0-r0) 01:06:58 (6/39) Installing curl (7.78.0-r0) 01:06:58 (7/39) Installing dumb-init (1.2.5-r0) 01:06:58 (8/39) Installing libbz2 (1.0.8-r1) 01:06:58 (9/39) Installing expat (2.2.10-r1) 01:06:58 (10/39) Installing libffi (3.3-r2) 01:06:58 (11/39) Installing gdbm (1.19-r0) 01:06:58 (12/39) Installing xz-libs (5.2.5-r0) 01:06:58 (13/39) Installing sqlite-libs (3.34.1-r0) 01:06:58 (14/39) Installing python3 (3.8.10-r0) 01:06:58 ---> 15f37f323f2f 01:06:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:06:58 ---> Running in 5c65e76b54e8 01:06:58 (15/39) Installing py3-appdirs (1.4.4-r1) 01:06:58 (16/39) Installing py3-ordered-set (4.0.2-r0) 01:06:58 (17/39) Installing py3-parsing (2.4.7-r1) 01:06:58 (18/39) Installing py3-six (1.15.0-r0) 01:06:58 (19/39) Installing py3-packaging (20.9-r0) 01:06:59 (20/39) Installing py3-setuptools (51.3.3-r0) 01:06:59 Removing intermediate container 5c65e76b54e8 01:06:59 ---> 6c089fc3da68 01:06:59 01:06:59 (21/39) Installing py3-chardet (4.0.0-r0) 01:06:59 (22/39) Installing py3-idna (3.1-r0) 01:06:59 (23/39) Installing py3-urllib3 (1.26.2-r1) 01:06:59 Successfully built 6c089fc3da68 01:06:59 (24/39) Installing py3-requests (2.25.1-r1) 01:06:59 (25/39) Installing py3-msgpack (1.0.2-r0) 01:06:59 Successfully tagged security-secretstore-setup:latest 01:06:59  Building security-secretstore-setup ... done Building security-bootstrapper 01:06:59 (26/39) Installing py3-lockfile (0.12.2-r3) 01:06:59 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:07:00 (28/39) Installing py3-colorama (0.4.4-r0) 01:07:01 (29/39) Installing py3-contextlib2 (0.6.0-r0) 01:07:01 (30/39) Installing py3-distlib (0.3.1-r1) 01:07:01 (31/39) Installing py3-distro (1.5.0-r1) 01:07:01 (32/39) Installing py3-webencodings (0.5.1-r3) 01:07:01 (33/39) Installing py3-html5lib (1.1-r0) 01:07:01 ---> 935327ba2cf6 01:07:01 Step 20/24 : ENTRYPOINT ["/core-data"] 01:07:01 (34/39) Installing py3-pytoml (0.1.21-r0) 01:07:01 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:07:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:07:01 (35/39) Installing py3-pep517 (0.9.1-r0) 01:07:02 (36/39) Installing py3-progress (1.5-r0) 01:07:02 (37/39) Installing py3-retrying (1.3.3-r0) 01:07:02 ---> 222e698d92cc 01:07:02 Step 3/23 : WORKDIR /edgex-go 01:07:02 ---> Using cache 01:07:02 ---> 640a85c0c2bb 01:07:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:02 (38/39) Installing py3-toml (0.10.2-r0) 01:07:02 ---> Using cache 01:07:02 ---> 40fa65c9c5e0 01:07:02 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 01:07:02 (39/39) Installing py3-pip (20.3.4-r0) 01:07:03 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:07:03 Step 2/32 : FROM ${BUILDER_BASE} AS builder 01:07:03 ---> 222e698d92cc 01:07:03 Step 3/32 : WORKDIR /edgex-go 01:07:03 ---> Using cache 01:07:03 ---> 640a85c0c2bb 01:07:03 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:03 ---> Using cache 01:07:03 ---> 40fa65c9c5e0 01:07:03 Step 5/32 : RUN apk add --update --no-cache make git 01:07:03 ---> Using cache 01:07:03 ---> 8dfd616c5bc0 01:07:03 Step 6/32 : COPY go.mod . 01:07:03 ---> Using cache 01:07:03 ---> dc1ac87688f3 01:07:03 Step 7/32 : RUN go mod download 01:07:03 ---> Using cache 01:07:03 ---> f8ee29118b2a 01:07:03 Step 8/32 : COPY . . 01:07:03 ---> Using cache 01:07:03 ---> 46e56b8f682b 01:07:03 Step 9/32 : RUN go mod tidy 01:07:03 ---> Using cache 01:07:03 ---> 2704ff9cc2bc 01:07:03 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:07:04 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:07:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:07:04 ---> 222e698d92cc 01:07:04 Step 3/24 : WORKDIR /edgex-go 01:07:04 ---> Using cache 01:07:04 ---> 640a85c0c2bb 01:07:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:04 ---> Using cache 01:07:04 ---> 40fa65c9c5e0 01:07:04 Step 5/24 : RUN apk add --update --no-cache make git 01:07:04 ---> Using cache 01:07:04 ---> 8dfd616c5bc0 01:07:04 Step 6/24 : COPY go.mod . 01:07:04 ---> Using cache 01:07:04 ---> dc1ac87688f3 01:07:04 Step 7/24 : RUN go mod download 01:07:04 ---> Using cache 01:07:04 ---> f8ee29118b2a 01:07:04 Step 8/24 : COPY . . 01:07:04 ---> Using cache 01:07:04 ---> 46e56b8f682b 01:07:04 Step 9/24 : RUN go mod tidy 01:07:04 ---> Using cache 01:07:04 ---> 2704ff9cc2bc 01:07:04 Step 10/24 : RUN make cmd/core-metadata/core-metadata 01:07:04 ---> Running in 4c8330ad7d12 01:07:04 ---> Running in 80f8ebbc7fa8 01:07:04 ---> Running in 3f3a10e18c79 01:07:04 Executing busybox-1.32.1-r6.trigger 01:07:04 OK: 82 MiB in 59 packages 01:07:04 ---> Running in 7abb1017dd4f 01:07:04 Removing intermediate container 3f3a10e18c79 01:07:04 ---> ca0e5ba12df9 01:07:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:04 ---> Running in c565872e7e6b 01:07:05 Removing intermediate container c565872e7e6b 01:07:05 ---> 061bcd3cba78 01:07:05 Step 22/24 : LABEL arch=x86_64 01:07:05 ---> Running in 6f1c8266ace7 01:07:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:07:05 Removing intermediate container 6f1c8266ace7 01:07:05 ---> ed60c30c2488 01:07:05 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:07:05 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 01:07:05 ---> Running in 264bb5dac2f8 01:07:05 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 01:07:05 Removing intermediate container 264bb5dac2f8 01:07:05 ---> 0e4cb99b22f3 01:07:05 Step 24/24 : LABEL version=0.0.0 01:07:05 ---> Running in d0db1d138731 01:07:06 Removing intermediate container d0db1d138731 01:07:06 ---> 92e238921fce 01:07:06 01:07:06 Successfully built 92e238921fce 01:07:06 Successfully tagged core-data:latest 01:07:06 Building support-scheduler 01:07:06  Building core-data ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:07:06 Collecting docker-compose==1.23.2 01:07:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:07:07 Collecting websocket-client<1.0,>=0.32.0 01:07:07 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:07:07 Collecting dockerpty<0.5,>=0.4.1 01:07:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:07:07 OK: 219 MiB in 52 packages 01:07:07 Collecting cached-property<2,>=1.2.0 01:07:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:07:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:07:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:07:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:07:08 Collecting jsonschema<3,>=2.5.1 01:07:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:07:08 Collecting PyYAML<4,>=3.10 01:07:08 Downloading PyYAML-3.13.tar.gz (270 kB) 01:07:09 Collecting docopt<0.7,>=0.6.1 01:07:09 Downloading docopt-0.6.2.tar.gz (25 kB) 01:07:09 Collecting docker<4.0,>=3.6.0 01:07:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:07:09 Collecting texttable<0.10,>=0.9.0 01:07:09 Downloading texttable-0.9.1.tar.gz (11 kB) 01:07:10 Collecting docker-pycreds>=0.4.0 01:07:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:07:10 Collecting certifi>=2017.4.17 01:07:10 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 01:07:10 Collecting urllib3<1.25,>=1.21.1 01:07:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:07:10 Collecting chardet<3.1.0,>=3.0.2 01:07:10 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:07:10 Collecting idna<2.8,>=2.5 01:07:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:07:10 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:07:10 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:07:10 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:07:10 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:07:10 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 01:07:10 Attempting uninstall: urllib3 01:07:10 Found existing installation: urllib3 1.26.2 01:07:10 Uninstalling urllib3-1.26.2: 01:07:10 Successfully uninstalled urllib3-1.26.2 01:07:11 Removing intermediate container 4c8330ad7d12 01:07:11 ---> 102a1366b4ce 01:07:11 Step 6/23 : COPY go.mod . 01:07:11 Attempting uninstall: idna 01:07:11 Found existing installation: idna 3.1 01:07:11 Uninstalling idna-3.1: 01:07:11 Successfully uninstalled idna-3.1 01:07:11 ---> 5c1ef34c19e3 01:07:11 Step 7/23 : RUN go mod download 01:07:11 Attempting uninstall: chardet 01:07:11 Found existing installation: chardet 4.0.0 01:07:11 Uninstalling chardet-4.0.0: 01:07:11 Successfully uninstalled chardet-4.0.0 01:07:11 ---> Running in 8e79c1ef6791 01:07:12 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:07:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:07:12 ---> 222e698d92cc 01:07:12 Step 3/23 : WORKDIR /edgex-go 01:07:12 ---> Using cache 01:07:12 ---> 640a85c0c2bb 01:07:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:12 ---> Using cache 01:07:12 ---> 40fa65c9c5e0 01:07:12 Step 5/23 : RUN apk add --update --no-cache make git 01:07:12 ---> Using cache 01:07:12 ---> 8dfd616c5bc0 01:07:12 Step 6/23 : COPY go.mod . 01:07:12 ---> Using cache 01:07:12 ---> dc1ac87688f3 01:07:12 Step 7/23 : RUN go mod download 01:07:12 ---> Using cache 01:07:12 ---> f8ee29118b2a 01:07:12 Step 8/23 : COPY . . 01:07:12 ---> Using cache 01:07:12 ---> 46e56b8f682b 01:07:12 Step 9/23 : RUN go mod tidy 01:07:12 ---> Using cache 01:07:12 ---> 2704ff9cc2bc 01:07:12 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 01:07:12 ---> Running in eaa5831ea309 01:07:12 Attempting uninstall: requests 01:07:12 Found existing installation: requests 2.25.1 01:07:12 Uninstalling requests-2.25.1: 01:07:12 Successfully uninstalled requests-2.25.1 01:07:12 Running setup.py install for texttable: started 01:07:12 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 01:07:13 Running setup.py install for texttable: finished with status 'done' 01:07:13 Running setup.py install for PyYAML: started 01:07:14 Removing intermediate container 8e79c1ef6791 01:07:14 ---> 9349d70df78c 01:07:14 Step 8/23 : COPY . . 01:07:14 Running setup.py install for PyYAML: finished with status 'done' 01:07:14 Running setup.py install for docopt: started 01:07:15 Running setup.py install for docopt: finished with status 'done' 01:07:15 Running setup.py install for dockerpty: started 01:07:16 Running setup.py install for dockerpty: finished with status 'done' 01:07:18 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 01:07:21 ---> b5cc43616b60 01:07:21 Step 9/23 : RUN go mod tidy 01:07:21 ---> Running in 1a0721f47cfc 01:07:24 Removing intermediate container 48121e07c2d2 01:07:24 ---> 178ad2bd0a85 01:07:24 Step 15/24 : ENV APP_PORT=58890 01:07:24 ---> Running in 509e12f91aaa 01:07:24 Removing intermediate container 509e12f91aaa 01:07:24 ---> 9bafe271eed5 01:07:24 Step 16/24 : EXPOSE $APP_PORT 01:07:24 Removing intermediate container 1a0721f47cfc 01:07:24 ---> 732e19559fd7 01:07:24 Step 10/23 : RUN make cmd/support-notifications/support-notifications 01:07:24 ---> Running in dcde30f05fbc 01:07:24 ---> Running in bc6c1a8766bb 01:07:24 Removing intermediate container dcde30f05fbc 01:07:24 ---> ef3467643935 01:07:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:07:25 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 01:07:25 ---> f8d6eb62c560 01:07:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:07:25 ---> 7e398c34b0f1 01:07:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:07:26 ---> 9f0146c83c17 01:07:26 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 01:07:26 ---> Running in 177993ac87d0 01:07:26 Removing intermediate container 177993ac87d0 01:07:26 ---> 4da42f04dd53 01:07:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:26 ---> Running in 078def2e30fe 01:07:26 Removing intermediate container 078def2e30fe 01:07:26 ---> e8363ead81b4 01:07:26 Step 22/24 : LABEL arch=x86_64 01:07:26 ---> Running in 9043724beea3 01:07:26 Removing intermediate container 9043724beea3 01:07:26 ---> a8d7857aabf9 01:07:26 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:07:26 ---> Running in 6033c9069afd 01:07:27 Removing intermediate container 6033c9069afd 01:07:27 ---> 8d2c670fd89d 01:07:27 Step 24/24 : LABEL version=0.0.0 01:07:27 ---> Running in 1f082ac923f0 01:07:27 Removing intermediate container 1f082ac923f0 01:07:27 ---> 44a5628750b1 01:07:27 01:07:27 Successfully built 44a5628750b1 01:07:27 Successfully tagged sys-mgmt-agent:latest 01:07:42  Building sys-mgmt-agent ... done Removing intermediate container 80f8ebbc7fa8 01:07:42 ---> a67e4dc4eae6 01:07:42 01:07:42 Step 11/32 : FROM alpine:3.12 01:07:42 ---> 48b8ec4ed9eb 01:07:42 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:07:42 ---> Running in d42d810fd62e 01:07:42 Removing intermediate container d42d810fd62e 01:07:42 ---> fd778b188374 01:07:42 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 01:07:42 ---> Running in cd912e85a8d2 01:07:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:42 (1/2) Installing dumb-init (1.2.2-r1) 01:07:42 (2/2) Installing su-exec (0.2-r1) 01:07:42 Executing busybox-1.31.1-r20.trigger 01:07:42 OK: 6 MiB in 16 packages 01:07:42 Removing intermediate container 7abb1017dd4f 01:07:42 ---> 1086a25c4e01 01:07:42 01:07:42 Step 11/24 : FROM alpine:3.12 01:07:42 ---> 48b8ec4ed9eb 01:07:42 Step 12/24 : RUN apk add --update --no-cache dumb-init 01:07:42 ---> Using cache 01:07:42 ---> ca0a102f119e 01:07:42 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:42 ---> Using cache 01:07:42 ---> 656465594131 01:07:42 Step 14/24 : ENV APP_PORT=59881 01:07:42 ---> Running in 9b43e2449933 01:07:42 Removing intermediate container cd912e85a8d2 01:07:42 ---> 796c265706bc 01:07:42 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 01:07:42 Removing intermediate container 9b43e2449933 01:07:42 ---> 2547643092fb 01:07:42 Step 15/24 : EXPOSE $APP_PORT 01:07:42 ---> Running in 9deeac526fa7 01:07:42 ---> Running in 9679bcab79c9 01:07:42 Removing intermediate container 9deeac526fa7 01:07:42 ---> b6a717433ea9 01:07:42 Step 16/24 : WORKDIR / 01:07:42 Removing intermediate container 9679bcab79c9 01:07:42 ---> e62e37bfcbdd 01:07:42 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:07:42 ---> Running in 9811944424c1 01:07:42 ---> Running in e95f67467bad 01:07:43 Removing intermediate container 9811944424c1 01:07:43 ---> 14693e0ea4d4 01:07:43 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:43 Removing intermediate container e95f67467bad 01:07:43 ---> 6cf3084b279e 01:07:43 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:07:43 ---> Running in d8f8e26b6aa9 01:07:43 ---> 292e0f22bfdf 01:07:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:07:44 ---> 8b6a44082ddc 01:07:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:07:44 ---> d5421515d900 01:07:44 Step 20/24 : ENTRYPOINT ["/core-metadata"] 01:07:44 ---> Running in 684673c0ce4f 01:07:44 Removing intermediate container d8f8e26b6aa9 01:07:44 ---> cf46e1697b84 01:07:44 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 01:07:44 ---> Running in ef1f7bb07c83 01:07:44 Removing intermediate container 684673c0ce4f 01:07:44 ---> cd298d4cc28c 01:07:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:44 ---> Running in 3d1b4b31f064 01:07:44 Removing intermediate container ef1f7bb07c83 01:07:44 ---> b358118abbd9 01:07:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:07:44 Removing intermediate container 3d1b4b31f064 01:07:44 ---> 7b0c43b6e170 01:07:44 Step 22/24 : LABEL arch=x86_64 01:07:44 ---> Running in b453be9fe01c 01:07:45 Removing intermediate container b453be9fe01c 01:07:45 ---> f1b3158ae64f 01:07:45 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:07:45 ---> Running in fa5c64c657cc 01:07:45 ---> 38bc0b60760d 01:07:45 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:07:45 ---> Running in 68c5accbca4b 01:07:45 Removing intermediate container fa5c64c657cc 01:07:45 ---> cd1ecbc25410 01:07:45 Step 24/24 : LABEL version=0.0.0 01:07:45 ---> Running in 30f0821ba477 01:07:45 Removing intermediate container 30f0821ba477 01:07:45 ---> 6a98815f0ba5 01:07:45 01:07:45 Successfully built 6a98815f0ba5 01:07:45 Successfully tagged core-metadata:latest 01:07:46  Building core-metadata ... done Removing intermediate container 68c5accbca4b 01:07:46 ---> 598d12c78828 01:07:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:47 ---> 5d13ea5b8a70 01:07:47 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:07:47 Removing intermediate container eaa5831ea309 01:07:47 ---> a6fa78e26664 01:07:47 01:07:47 Step 11/23 : FROM alpine:3.12 01:07:47 ---> 48b8ec4ed9eb 01:07:47 Step 12/23 : RUN apk add --update --no-cache dumb-init 01:07:47 ---> Using cache 01:07:47 ---> ca0a102f119e 01:07:47 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:47 ---> Using cache 01:07:47 ---> 656465594131 01:07:47 Step 14/23 : ENV APP_PORT=59861 01:07:47 ---> Running in 723caad0708a 01:07:47 ---> 3ebccba1246f 01:07:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:07:47 Removing intermediate container 723caad0708a 01:07:47 ---> ad2a9b8fce94 01:07:47 Step 15/23 : EXPOSE $APP_PORT 01:07:47 ---> Running in a8ef2088176b 01:07:47 ---> 243d66249e8f 01:07:47 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:07:47 Removing intermediate container a8ef2088176b 01:07:47 ---> d368816ed09c 01:07:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:48 ---> 40292c246ab3 01:07:48 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:07:48 ---> 4bd29ba6ffbb 01:07:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:07:48 ---> 4df2a01923f0 01:07:48 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 01:07:48 ---> fcedbdcbcb20 01:07:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:07:48 ---> Running in 081a4492fbd4 01:07:49 ---> 33a7eeb3b3d8 01:07:49 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 01:07:49 Removing intermediate container 081a4492fbd4 01:07:49 ---> e80c397b45e7 01:07:49 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:07:49 ---> Running in 58962de5e9ec 01:07:49 Removing intermediate container 58962de5e9ec 01:07:49 ---> 9ccb341a3a06 01:07:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:49 ---> Running in cf7bad69f309 01:07:49 ---> b80fbf3ac65e 01:07:49 Step 27/32 : RUN chmod +x /entrypoint.sh 01:07:49 ---> Running in 26f6e114a66c 01:07:49 Removing intermediate container cf7bad69f309 01:07:49 ---> 46db10dc3216 01:07:49 Step 21/23 : LABEL arch=x86_64 01:07:49 ---> Running in 7137d426bbbc 01:07:49 Removing intermediate container 7137d426bbbc 01:07:49 ---> c141695f80f9 01:07:49 Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:07:49 ---> Running in c07cf4fd66ed 01:07:49 Removing intermediate container c07cf4fd66ed 01:07:49 ---> ef3a2229645b 01:07:49 Step 23/23 : LABEL version=0.0.0 01:07:50 ---> Running in 8cb7d7291921 01:07:50 Removing intermediate container 8cb7d7291921 01:07:50 ---> c6896f8d8e74 01:07:50 01:07:50 Successfully built c6896f8d8e74 01:07:50 Successfully tagged support-scheduler:latest 01:07:50  Building support-scheduler ... done Removing intermediate container 26f6e114a66c 01:07:50 ---> 55fbf8b09c3b 01:07:50 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 01:07:50 ---> Running in 520abb87085c 01:07:50 Removing intermediate container 520abb87085c 01:07:50 ---> bea6a7c44bb1 01:07:50 Step 29/32 : CMD ["gate"] 01:07:50 Removing intermediate container bc6c1a8766bb 01:07:50 ---> 91b6dab3ab3e 01:07:50 01:07:50 Step 11/23 : FROM alpine:3.12 01:07:50 ---> 48b8ec4ed9eb 01:07:50 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 01:07:50 ---> Running in aaf8d381efcc 01:07:50 ---> Running in 337bef0eeed8 01:07:51 Removing intermediate container aaf8d381efcc 01:07:51 ---> cdd642b4e554 01:07:51 Step 30/32 : LABEL arch=x86_64 01:07:51 ---> Running in cfd6d2f911b0 01:07:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:51 Removing intermediate container cfd6d2f911b0 01:07:51 ---> c2b6340db808 01:07:51 Step 31/32 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:07:51 ---> Running in 64ef97a9b1c1 01:07:51 (1/2) Installing ca-certificates (20191127-r4) 01:07:51 (2/2) Installing dumb-init (1.2.2-r1) 01:07:51 Executing busybox-1.31.1-r20.trigger 01:07:51 Executing ca-certificates-20191127-r4.trigger 01:07:51 OK: 6 MiB in 16 packages 01:07:51 Removing intermediate container 64ef97a9b1c1 01:07:51 ---> 8d411f29c469 01:07:51 Step 32/32 : LABEL version=0.0.0 01:07:51 ---> Running in c1f05996007d 01:07:51 Removing intermediate container c1f05996007d 01:07:51 ---> a40f839ffaa1 01:07:51 01:07:51 Successfully built a40f839ffaa1 01:07:51 Successfully tagged security-bootstrapper:latest 01:07:51  Building security-bootstrapper ... done Removing intermediate container 337bef0eeed8 01:07:51 ---> 92d1725e9dcc 01:07:51 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:07:51 ---> Running in e4921671e303 01:07:51 Removing intermediate container e4921671e303 01:07:51 ---> e223a1b23c76 01:07:51 Step 14/23 : ENV APP_PORT=59860 01:07:51 ---> Running in 9a4fee0b7188 01:07:52 Removing intermediate container 9a4fee0b7188 01:07:52 ---> 97e61202952b 01:07:52 Step 15/23 : EXPOSE $APP_PORT 01:07:52 ---> Running in cc1d6e4674bd 01:07:52 Removing intermediate container cc1d6e4674bd 01:07:52 ---> 0c31c6701ae7 01:07:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:52 ---> a8603c656f6c 01:07:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:07:52 ---> 945b96b1614c 01:07:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:07:52 ---> da59ec7f6030 01:07:52 Step 19/23 : ENTRYPOINT ["/support-notifications"] 01:07:53 ---> Running in cb5b2e018e74 01:07:53 Removing intermediate container cb5b2e018e74 01:07:53 ---> 9fb48a145416 01:07:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:53 ---> Running in 1cd56c2619f8 01:07:53 Removing intermediate container 1cd56c2619f8 01:07:53 ---> 362791cfc420 01:07:53 Step 21/23 : LABEL arch=x86_64 01:07:53 ---> Running in 2736bdbfb425 01:07:53 Removing intermediate container 2736bdbfb425 01:07:53 ---> 4aecccf133ad 01:07:53 Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:07:53 ---> Running in 1cbe6194bf35 01:07:53 Removing intermediate container 1cbe6194bf35 01:07:53 ---> d178ff0a91cc 01:07:53 Step 23/23 : LABEL version=0.0.0 01:07:53 ---> Running in dcd182f1a9b1 01:07:53 Removing intermediate container dcd182f1a9b1 01:07:53 ---> 045a531c8f4c 01:07:53 01:07:53 Successfully built 045a531c8f4c 01:07:53 Successfully tagged support-notifications:latest 01:07:53  Building support-notifications ... done  [Pipeline] } 01:07:53 $ docker stop --time=1 b71bc628ce69b3400c38d9dbb8eeaf88a29cba6d6c0507ab506fafa3aed1799a 01:07:54 $ docker rm -f b71bc628ce69b3400c38d9dbb8eeaf88a29cba6d6c0507ab506fafa3aed1799a [Pipeline] // withDockerContainer [Pipeline] sh 01:07:55 + docker images 01:07:55 REPOSITORY TAG IMAGE ID CREATED SIZE 01:07:55 support-notifications latest 045a531c8f4c 2 seconds ago 16.8MB 01:07:55 security-bootstrapper latest a40f839ffaa1 4 seconds ago 18.8MB 01:07:55 91b6dab3ab3e 5 seconds ago 1.75GB 01:07:55 support-scheduler latest c6896f8d8e74 6 seconds ago 16.1MB 01:07:55 a6fa78e26664 8 seconds ago 1.75GB 01:07:55 core-metadata latest 6a98815f0ba5 10 seconds ago 16.7MB 01:07:55 1086a25c4e01 14 seconds ago 1.76GB 01:07:55 a67e4dc4eae6 16 seconds ago 1.75GB 01:07:55 sys-mgmt-agent latest 44a5628750b1 29 seconds ago 325MB 01:07:55 core-data latest 92e238921fce 50 seconds ago 20.4MB 01:07:55 security-secretstore-setup latest 6c089fc3da68 57 seconds ago 28.1MB 01:07:55 core-command latest ea8f9a5c530a About a minute ago 16MB 01:07:55 security-proxy-setup latest b6c3a227eaf1 About a minute ago 25.9MB 01:07:55 4defe5eeab66 About a minute ago 1.76GB 01:07:55 7bcc4444d33a About a minute ago 1.76GB 01:07:55 3d5f2a649b35 About a minute ago 1.76GB 01:07:55 7002a4d4025f About a minute ago 1.75GB 01:07:55 895d6ff85687 About a minute ago 1.75GB 01:07:55 ci-base-image-x86_64 latest 222e698d92cc 5 minutes ago 1.25GB 01:07:55 alpine 3.12 48b8ec4ed9eb 6 days ago 5.58MB 01:07:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest 49cee7a5bbb7 2 weeks ago 37.5MB 01:07:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 031687cdd783 4 weeks ago 547MB 01:07:55 docker 20.10.7 08bdaf2f88f9 3 months ago 246MB 01:07:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 14 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 01:08:10 Still waiting to schedule task 01:08:10 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:08:14 Removing intermediate container 8052b2e5e8eb 01:08:14 ---> 92d3767a3ab8 01:08:14 Successfully built 92d3767a3ab8 01:08:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:08:14 + docker inspect -f . ci-base-image-arm64 01:08:14 . [Pipeline] withDockerContainer 01:08:14 prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container 01:08:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:08:16 $ docker top 9f868f34c206ef1c611f9070a0d472df6ed871dbd206b4ad85b99a6ee550c23e -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:17 + go version 01:08:17 go version go1.16.6 linux/arm64 [Pipeline] } 01:08:17 $ docker stop --time=1 9f868f34c206ef1c611f9070a0d472df6ed871dbd206b4ad85b99a6ee550c23e 01:08:19 $ docker rm -f 9f868f34c206ef1c611f9070a0d472df6ed871dbd206b4ad85b99a6ee550c23e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:08:20 + docker inspect -f . ci-base-image-arm64 01:08:20 . [Pipeline] withDockerContainer 01:08:20 prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container 01:08:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:08:22 $ docker top 7fd6715e3e4e2202d2bc1314b663ab89d07f663a8b7b5667ee313a723ca512d1 -eo pid,comm [Pipeline] { [Pipeline] echo 01:08:22 ========================================================= 01:08:22 [edgeXBuildGoParallel] Running Tests and Build... 01:08:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:08:23 + go mod tidy [Pipeline] sh 01:08:25 + make test 01:08:25 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 01:08:25 go mod tidy 01:08:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:08:52 ? github.com/edgexfoundry/edgex-go [no test files] 01:09:22 Running on prd-ubuntu18.04-docker-8c-8g-1494 in /w/workspace/edgexfoundry_edgex-go_PR-3697 [Pipeline] { [Pipeline] ws 01:09:22 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 01:09:22 The recommended git tool is: git 01:09:25 using credential edgex-jenkins-ssh 01:09:25 Cloning the remote Git repository 01:09:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:09:25 > git init /w/workspace/edgex-go/4 # timeout=10 01:09:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:09:25 > git --version # timeout=10 01:09:25 > git --version # 'git version 2.17.1' 01:09:25 using GIT_SSH to set credentials SSH Credentials for GitHub 01:09:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:09:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:09:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:09:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:09:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:09:38 using GIT_SSH to set credentials SSH Credentials for GitHub 01:09:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3697/head:refs/remotes/origin/PR-3697 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:09:39 Merging remotes/origin/main commit 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 into PR head commit a163396c5fcb06ca26f267f77dcd4715c866de00 01:09:39 Merge succeeded, producing a163396c5fcb06ca26f267f77dcd4715c866de00 01:09:39 Checking out Revision a163396c5fcb06ca26f267f77dcd4715c866de00 (PR-3697) 01:09:39 > git config core.sparsecheckout # timeout=10 01:09:39 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 01:09:39 > git remote # timeout=10 01:09:39 > git config --get remote.origin.url # timeout=10 01:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 01:09:39 > git merge 1436e3ed73e46b7e81fe8b3b5ad83a32aa03dd97 # timeout=10 01:09:39 > git rev-parse HEAD^{commit} # timeout=10 01:09:39 > git config core.sparsecheckout # timeout=10 01:09:39 > git checkout -f a163396c5fcb06ca26f267f77dcd4715c866de00 # timeout=10 01:09:42 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.2 to 1.10.3" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:09:43 + echo snap-build.sh 01:09:43 snap-build.sh 01:09:43 + SNAP_BASE_DIR=. 01:09:43 + '[' '!' -z /w/workspace/edgex-go/4 ']' 01:09:43 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 01:09:43 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 01:09:43 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 01:09:43 + cd /w/workspace/edgex-go/4 01:09:43 + sudo apt-get remove -qy --purge lxd lxd-client 01:09:43 Reading package lists... 01:09:43 Building dependency tree... 01:09:43 Reading state information... 01:09:43 The following packages were automatically installed and are no longer required: 01:09:43 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:09:43 uidmap xdelta3 01:09:43 Use 'sudo apt autoremove' to remove them. 01:09:43 The following packages will be REMOVED: 01:09:43 lxd* lxd-client* 01:09:44 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:09:44 After this operation, 31.7 MB disk space will be freed. 01:09:44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) 01:09:44 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:09:45 Removing lxd dnsmasq configuration 01:09:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:09:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:09:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:09:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) 01:09:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:09:48 Processing triggers for systemd (237-3ubuntu10.45) ... 01:09:48 Processing triggers for ureadahead (0.100.0-21) ... 01:09:48 + sudo snap remove --purge lxd 01:09:48 snap "lxd" is not installed 01:09:48 + sudo groupadd --force --system lxd 01:09:48 ++ whoami 01:09:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:09:48 + newgrp - lxd 01:09:48 + sudo snap install lxd 01:09:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:09:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:09:56 2021-09-07T01:09:54Z INFO Waiting for automatic snapd restart... 01:09:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:09:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:10:09 lxd 4.18 from Canonical* installed 01:10:09 + sudo lxd init --auto 01:10:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:10:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:10:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:10:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:10:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:10:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:10:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:10:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:10:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:10:12 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 01:10:17 + sudo snap install --classic snapcraft 01:10:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.174s coverage: 28.7% of statements 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:10:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:10:25 snapcraft 5.0 from Canonical* installed 01:10:25 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 01:10:25 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 01:10:25 % Total % Received % Xferd Average Speed Time Time Time Current 01:10:25 Dload Upload Total Spent Left Speed 01:10:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 627 100 627 0 0 380 0 0:00:01 0:00:01 --:--:-- 380 01:10:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.312s coverage: 100.0% of statements 01:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 01:10:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.352s coverage: 46.3% of statements 01:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:10:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.756s coverage: 90.1% of statements 01:10:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:10:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 01:10:30 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 100 3325k 100 3325k 0 0 641k 0 0:00:05 0:00:05 --:--:-- 1642k 01:10:30 ./yq_linux_amd64 01:10:30 + sudo snapcraft prime --use-lxd 01:10:32 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:10:32 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: 01:10:32 - README.md 01:10:32 01:10:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:10:32 Launching a container. 01:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.309s coverage: 81.2% of statements 01:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 01:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 01:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.667s coverage: 94.2% of statements 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/io 0.232s coverage: 59.1% of statements 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.249s coverage: 60.0% of statements 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.371s coverage: 0.8% of statements 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.217s coverage: 58.8% of statements 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.308s coverage: 21.7% of statements 01:10:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:10:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.339s coverage: 47.1% of statements 01:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.257s coverage: 79.5% of statements 01:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.185s coverage: 94.1% of statements 01:10:40 Waiting for container to be ready 01:10:40 To start your first instance, try: lxc launch ubuntu:18.04 01:10:40 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.378s coverage: 96.3% of statements 01:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.253s coverage: 87.5% of statements 01:10:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:10:43 Waiting for network to be ready... 01:10:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:10:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] 01:10:44 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:10:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 01:10:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 01:10:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 01:10:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 01:10:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 01:10:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] 01:10:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] 01:10:44 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:10:44 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:10:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:10:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:10:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:10:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:10:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:10:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:10:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:10:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] 01:10:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 01:10:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 01:10:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 01:10:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 01:10:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 01:10:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] 01:10:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] 01:10:48 Fetched 25.1 MB in 5s (5552 kB/s) 01:10:49 Reading package lists... 01:10:49 Reading package lists... 01:10:49 Building dependency tree... 01:10:49 Reading state information... 01:10:49 The following additional packages will be installed: 01:10:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:10:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:10:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:10:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:10:49 Suggested packages: 01:10:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:10:49 Recommended packages: 01:10:49 gnupg libsasl2-modules 01:10:49 The following NEW packages will be installed: 01:10:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:10:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:10:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:10:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:10:49 The following packages will be upgraded: 01:10:49 gpg gpg-agent gpgconf libudev1 01:10:49 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 01:10:49 Need to get 3527 kB of archives. 01:10:49 After this operation, 13.3 MB of additional disk space will be used. 01:10:49 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] 01:10:49 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] 01:10:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 01:10:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 01:10:49 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.51 [56.2 kB] 01:10:50 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.51 [1102 kB] 01:10:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:10:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:10:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 01:10:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 01:10:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 01:10:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:10:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:10:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:10:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:10:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:10:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:10:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:10:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:10:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:10:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:10:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 01:10:51 debconf: delaying package configuration, since apt-utils is not installed 01:10:51 Fetched 3527 kB in 1s (2815 kB/s) 01:10:51 (Reading database ... 12511 files and directories currently installed.) 01:10:51 Preparing to unpack .../libudev1_237-3ubuntu10.51_amd64.deb ... 01:10:51 Unpacking libudev1:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 01:10:51 Setting up libudev1:amd64 (237-3ubuntu10.51) ... 01:10:51 Selecting previously unselected package udev. 01:10:51 (Reading database ... 12511 files and directories currently installed.) 01:10:51 Preparing to unpack .../00-udev_237-3ubuntu10.51_amd64.deb ... 01:10:51 Unpacking udev (237-3ubuntu10.51) ... 01:10:51 Selecting previously unselected package libfuse2:amd64. 01:10:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:10:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:10:51 Selecting previously unselected package fuse. 01:10:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:10:51 Unpacking fuse (2.9.7-1ubuntu1) ... 01:10:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 01:10:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:10:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 01:10:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:10:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 01:10:51 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:10:51 Selecting previously unselected package libksba8:amd64. 01:10:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:10:51 Unpacking libksba8:amd64 (1.3.5-2) ... 01:10:51 Selecting previously unselected package libroken18-heimdal:amd64. 01:10:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:10:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:51 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:10:51 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:51 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:51 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:10:51 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:51 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Selecting previously unselected package libwind0-heimdal:amd64. 01:10:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:10:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:10:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:10:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:10:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:10:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Selecting previously unselected package libsasl2-modules-db:amd64. 01:10:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:10:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:10:52 Selecting previously unselected package libsasl2-2:amd64. 01:10:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:10:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:10:52 Selecting previously unselected package libldap-common. 01:10:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 01:10:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 01:10:52 Selecting previously unselected package libldap-2.4-2:amd64. 01:10:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 01:10:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 01:10:52 Selecting previously unselected package dirmngr. 01:10:52 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 01:10:52 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 01:10:52 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 01:10:52 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 01:10:52 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:10:52 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:10:52 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:10:52 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 01:10:52 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:52 Setting up libksba8:amd64 (1.3.5-2) ... 01:10:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:10:52 Setting up udev (237-3ubuntu10.51) ... 01:10:53 invoke-rc.d: policy-rc.d denied execution of start. 01:10:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Processing triggers for systemd (237-3ubuntu10) ... 01:10:53 Setting up fuse (2.9.7-1ubuntu1) ... 01:10:53 Setting up gpg (2.2.4-1ubuntu1.4) ... 01:10:53 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:10:53 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 01:10:53 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 01:10:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:10:53 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:10:53 settings in the [Install] section, and DefaultInstance for template units). 01:10:53 This means they are not meant to be enabled using systemctl. 01:10:53 Possible reasons for having this kind of units are: 01:10:53 1) A unit may be statically enabled by being symlinked from another unit's 01:10:53 .wants/ or .requires/ directory. 01:10:53 2) A unit's purpose may be to act as a helper for some other unit which has 01:10:53 a requirement dependency on it. 01:10:53 3) A unit may be started when needed via activation (socket, path, timer, 01:10:53 D-Bus, udev, scripted systemctl call, ...). 01:10:53 4) In case of template units, the unit is meant to be enabled with some 01:10:53 instance name specified. 01:10:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.231s coverage: 94.4% of statements 01:10:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.192s coverage: 44.8% of statements 01:10:53 Reading package lists... 01:10:54 Building dependency tree... 01:10:54 Reading state information... 01:10:54 The following additional packages will be installed: 01:10:54 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:10:54 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:10:54 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:10:54 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:10:54 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:10:54 Suggested packages: 01:10:54 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:10:54 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:10:54 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:10:54 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:10:54 systemd-container policykit-1 01:10:54 Recommended packages: 01:10:54 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:10:54 The following NEW packages will be installed: 01:10:54 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:10:54 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:10:54 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:10:54 multiarch-support openssh-client python3 python3-minimal python3.6 01:10:54 python3.6-minimal snapd squashfs-tools sudo 01:10:54 The following packages will be upgraded: 01:10:54 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:10:54 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 01:10:54 Need to get 36.7 MB of archives. 01:10:54 After this operation, 147 MB of additional disk space will be used. 01:10:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 01:10:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.51 [2913 kB] 01:10:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 01:10:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:10:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 01:10:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 01:10:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 01:10:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:10:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:10:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:10:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:10:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:10:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:10:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:10:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 01:10:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 01:10:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.3 [111 kB] 01:10:55 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.51 [207 kB] 01:10:55 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 01:10:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 01:10:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:10:55 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:10:55 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:10:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:10:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:10:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:10:55 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:10:56 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:10:56 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:10:56 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 01:10:57 debconf: delaying package configuration, since apt-utils is not installed 01:10:57 Fetched 36.7 MB in 3s (12.2 MB/s) 01:10:57 (Reading database ... 12757 files and directories currently installed.) 01:10:57 Preparing to unpack .../systemd_237-3ubuntu10.51_amd64.deb ... 01:10:57 Unpacking systemd (237-3ubuntu10.51) over (237-3ubuntu10) ... 01:10:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.51_amd64.deb ... 01:10:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.51) over (237-3ubuntu10) ... 01:10:58 Setting up libsystemd0:amd64 (237-3ubuntu10.51) ... 01:10:58 (Reading database ... 12757 files and directories currently installed.) 01:10:58 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 01:10:58 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 01:10:58 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 01:10:58 (Reading database ... 12757 files and directories currently installed.) 01:10:58 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 01:10:58 Unpacking apt (1.6.14) over (1.6.1) ... 01:10:58 Setting up apt (1.6.14) ... 01:10:58 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:10:58 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:10:58 (Reading database ... 12764 files and directories currently installed.) 01:10:58 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 01:10:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 01:10:59 Selecting previously unselected package libpython3.6-minimal:amd64. 01:10:59 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:10:59 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:10:59 Selecting previously unselected package libexpat1:amd64. 01:10:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.608s coverage: 81.8% of statements 01:10:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 01:10:59 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:10:59 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:10:59 Selecting previously unselected package python3.6-minimal. 01:10:59 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:10:59 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 01:10:59 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 01:10:59 Checking for services that may need to be restarted...done. 01:10:59 Checking for services that may need to be restarted...done. 01:10:59 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:10:59 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:10:59 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 01:11:00 Selecting previously unselected package python3-minimal. 01:11:00 (Reading database ... 13012 files and directories currently installed.) 01:11:00 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:11:00 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:11:00 Selecting previously unselected package mime-support. 01:11:00 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:11:00 Unpacking mime-support (3.60ubuntu1) ... 01:11:00 Selecting previously unselected package libmpdec2:amd64. 01:11:00 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:11:00 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:11:00 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:11:00 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:11:00 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:11:00 Selecting previously unselected package python3.6. 01:11:00 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:11:00 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 01:11:00 Selecting previously unselected package libpython3-stdlib:amd64. 01:11:00 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:11:00 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:11:00 Setting up python3-minimal (3.6.7-1~18.04) ... 01:11:00 Selecting previously unselected package python3. 01:11:00 (Reading database ... 13442 files and directories currently installed.) 01:11:00 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:11:00 Unpacking python3 (3.6.7-1~18.04) ... 01:11:00 Selecting previously unselected package multiarch-support. 01:11:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:11:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:11:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:11:01 Selecting previously unselected package liblzo2-2:amd64. 01:11:01 (Reading database ... 13479 files and directories currently installed.) 01:11:01 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:11:01 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:11:01 Selecting previously unselected package libbsd0:amd64. 01:11:01 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:11:01 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:11:01 Selecting previously unselected package sudo. 01:11:01 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:11:01 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:11:01 Selecting previously unselected package apparmor. 01:11:01 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:11:01 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:11:01 Selecting previously unselected package libedit2:amd64. 01:11:01 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:11:01 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:11:01 Selecting previously unselected package libkrb5support0:amd64. 01:11:01 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:11:01 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:11:01 Selecting previously unselected package libk5crypto3:amd64. 01:11:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:11:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:11:01 Selecting previously unselected package libkeyutils1:amd64. 01:11:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:11:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:11:01 Selecting previously unselected package libkrb5-3:amd64. 01:11:01 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:11:01 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:11:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:11:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:11:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:11:01 Selecting previously unselected package libssl1.0.0:amd64. 01:11:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 01:11:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 01:11:02 Selecting previously unselected package openssh-client. 01:11:02 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 01:11:02 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 01:11:02 Selecting previously unselected package squashfs-tools. 01:11:02 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.3_amd64.deb ... 01:11:02 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... 01:11:02 Selecting previously unselected package snapd. 01:11:02 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 01:11:02 Unpacking snapd (2.49.2+18.04) ... 01:11:04 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:11:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 01:11:04 Setting up mime-support (3.60ubuntu1) ... 01:11:04 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:11:04 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:11:04 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:11:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:11:04 Setting up systemd (237-3ubuntu10.51) ... 01:11:04 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:11:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:11:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:11:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:11:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:11:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:11:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 01:11:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.3) ... 01:11:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:11:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:11:05 Setting up python3 (3.6.7-1~18.04) ... 01:11:05 running python rtupdate hooks for python3.6... 01:11:05 running python post-rtupdate hooks for python3.6... 01:11:05 Setting up apparmor (2.12-4ubuntu5.1) ... 01:11:07 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:11:07 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:11:07 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 01:11:07 Setting up snapd (2.49.2+18.04) ... 01:11:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.289s coverage: 92.9% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.194s coverage: 87.2% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.181s coverage: 58.8% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.200s coverage: 80.0% of statements 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.270s coverage: 87.2% of statements 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.261s coverage: 85.4% of statements 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.313s coverage: 91.2% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.721s coverage: 64.4% of statements 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:11:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.197s coverage: 100.0% of statements 01:11:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 01:11:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 01:11:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:11:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:11:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:11:08 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:11:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:11:08 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:11:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:11:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:11:09 /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' 01:11:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:11:09 Processing triggers for systemd (237-3ubuntu10.51) ... 01:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.151s coverage: 73.7% of statements 01:11:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 01:11:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:11:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:11:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:11:11 Reading package lists... 01:11:11 Reading package lists... 01:11:11 Building dependency tree... 01:11:11 Reading state information... 01:11:11 Calculating upgrade... 01:11:11 The following packages will be upgraded: 01:11:11 advancecomp base-files bash binutils binutils-common 01:11:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:11:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:11:11 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 01:11:11 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 01:11:11 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:11:11 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:11:11 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 01:11:11 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 01:11:11 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:11:11 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:11:11 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:11:11 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:11:11 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:11:11 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:11:11 ubuntu-keyring util-linux 01:11:11 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:11:11 Need to get 64.2 MB of archives. 01:11:11 After this operation, 5126 kB of additional disk space will be used. 01:11:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-154.161 [988 kB] 01:11:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:11:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:11:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:11:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:11:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:11:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:11:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:11:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:11:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:11:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:11:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:11:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:11:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:11:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:11:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:11:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:11:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:11:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:11:12 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:11:12 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:11:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:11:12 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:11:12 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:11:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:11:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:11:12 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:11:12 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:11:12 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:11:12 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:11:12 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:11:12 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:11:12 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:11:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:11:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 01:11:12 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:11:12 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 01:11:12 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 01:11:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 01:11:12 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:11:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:11:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 01:11:12 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 01:11:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:11:12 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:11:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:11:12 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 01:11:12 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:11:12 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:11:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 01:11:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 01:11:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 01:11:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 01:11:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:11:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:11:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:11:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:11:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:11:13 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:11:13 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:11:13 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:11:13 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:11:13 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:11:13 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:11:13 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:11:13 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:11:13 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:11:13 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:11:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:11:13 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:11:13 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:11:13 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:11:13 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 01:11:13 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:11:13 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:11:13 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:11:13 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:11:13 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:11:13 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:11:13 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:11:13 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:11:13 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:11:13 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:11:13 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 01:11:13 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 01:11:13 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 01:11:13 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.51 [13.9 kB] 01:11:13 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 01:11:13 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:11:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.101s coverage: 66.9% of statements 01:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:11:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:11:14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 01:11:14 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:11:14 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:11:14 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 01:11:14 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 01:11:14 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:11:14 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:11:14 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] 01:11:14 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:11:14 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:11:14 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:11:14 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:11:14 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:11:14 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:11:14 debconf: delaying package configuration, since apt-utils is not installed 01:11:14 Fetched 64.2 MB in 3s (24.9 MB/s) 01:11:14 (Reading database ... 13914 files and directories currently installed.) 01:11:14 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:11:14 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:11:15 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:11:15 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:11:15 Preparing to unpack .../2-linux-libc-dev_4.15.0-154.161_amd64.deb ... 01:11:15 Unpacking linux-libc-dev:amd64 (4.15.0-154.161) over (4.15.0-20.21) ... 01:11:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:15 (Reading database ... 13914 files and directories currently installed.) 01:11:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:11:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:11:15 (Reading database ... 13914 files and directories currently installed.) 01:11:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:11:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:11:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:16 (Reading database ... 13914 files and directories currently installed.) 01:11:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:11:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:11:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.855s coverage: 43.6% of statements 01:11:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:11:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:11:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.341s coverage: 89.5% of statements 01:11:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:11:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.259s coverage: 84.8% of statements 01:11:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 01:11:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:11:17 (Reading database ... 13914 files and directories currently installed.) 01:11:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:11:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:11:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:11:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:11:17 Setting up base-files (10.1ubuntu2.10) ... 01:11:17 Installing new version of config file /etc/issue ... 01:11:17 Installing new version of config file /etc/issue.net ... 01:11:17 Installing new version of config file /etc/lsb-release ... 01:11:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:11:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:11:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:11:17 Removing obsolete conffile /etc/default/motd-news ... 01:11:17 (Reading database ... 13915 files and directories currently installed.) 01:11:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:11:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:11:17 Setting up bash (4.4.18-2ubuntu1.2) ... 01:11:17 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 01:11:17 (Reading database ... 13915 files and directories currently installed.) 01:11:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:11:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:11:18 (Reading database ... 13915 files and directories currently installed.) 01:11:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:11:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:11:18 Setting up tar (1.29b-2ubuntu0.2) ... 01:11:18 (Reading database ... 13915 files and directories currently installed.) 01:11:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:11:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:11:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:11:18 (Reading database ... 13915 files and directories currently installed.) 01:11:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:11:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:11:18 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:11:18 (Reading database ... 13915 files and directories currently installed.) 01:11:18 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:11:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:11:18 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:11:18 (Reading database ... 13915 files and directories currently installed.) 01:11:18 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:11:18 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:11:19 Setting up grep (3.1-2build1) ... 01:11:19 (Reading database ... 13915 files and directories currently installed.) 01:11:19 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 01:11:19 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 01:11:19 Setting up gzip (1.6-5ubuntu1.1) ... 01:11:19 (Reading database ... 13915 files and directories currently installed.) 01:11:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:11:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:11:19 Setting up login (1:4.5-1ubuntu2) ... 01:11:19 (Reading database ... 13915 files and directories currently installed.) 01:11:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:11:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:11:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:11:19 (Reading database ... 13915 files and directories currently installed.) 01:11:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:11:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:11:19 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:11:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:11:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:11:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:11:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:11:20 (Reading database ... 13915 files and directories currently installed.) 01:11:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:11:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:11:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:11:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:11:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:11:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:11:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:11:20 (Reading database ... 13915 files and directories currently installed.) 01:11:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:11:20 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:11:21 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:11:21 (Reading database ... 13915 files and directories currently installed.) 01:11:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:11:21 (Reading database ... 13915 files and directories currently installed.) 01:11:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:11:21 (Reading database ... 13915 files and directories currently installed.) 01:11:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:11:21 (Reading database ... 13915 files and directories currently installed.) 01:11:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:11:21 (Reading database ... 13915 files and directories currently installed.) 01:11:21 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:11:21 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:11:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:11:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:11:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:11:21 (Reading database ... 13915 files and directories currently installed.) 01:11:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:11:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:11:22 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:11:22 (Reading database ... 13915 files and directories currently installed.) 01:11:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:22 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:22 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:11:22 (Reading database ... 13915 files and directories currently installed.) 01:11:22 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:22 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:22 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:11:22 (Reading database ... 13915 files and directories currently installed.) 01:11:22 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:11:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:11:23 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:11:23 (Reading database ... 13915 files and directories currently installed.) 01:11:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:11:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:11:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:11:23 (Reading database ... 13915 files and directories currently installed.) 01:11:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:11:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:11:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:11:23 (Reading database ... 13917 files and directories currently installed.) 01:11:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:11:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:11:23 Setting up debconf (1.5.66ubuntu1) ... 01:11:24 (Reading database ... 13917 files and directories currently installed.) 01:11:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:11:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:11:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:11:24 (Reading database ... 13917 files and directories currently installed.) 01:11:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:11:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:11:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:11:24 (Reading database ... 13917 files and directories currently installed.) 01:11:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 01:11:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 01:11:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 01:11:24 (Reading database ... 13917 files and directories currently installed.) 01:11:24 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 01:11:24 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 01:11:24 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 01:11:24 (Reading database ... 13919 files and directories currently installed.) 01:11:24 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 01:11:24 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 01:11:24 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.255s coverage: 19.5% of statements 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.586s coverage: 92.0% of statements 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.260s coverage: 62.7% of statements 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.448s coverage: 97.7% of statements 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.215s coverage: 28.9% of statements 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 01:11:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.178s coverage: 100.0% of statements 01:11:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 95.4% of statements 01:11:24 (Reading database ... 13923 files and directories currently installed.) 01:11:24 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:11:24 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:11:24 Preparing to unpack .../systemd-sysv_237-3ubuntu10.51_amd64.deb ... 01:11:24 Unpacking systemd-sysv (237-3ubuntu10.51) over (237-3ubuntu10) ... 01:11:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:11:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:11:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:11:25 (Reading database ... 13923 files and directories currently installed.) 01:11:25 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:11:25 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:11:25 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:11:25 (Reading database ... 13923 files and directories currently installed.) 01:11:25 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 01:11:25 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 01:11:25 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 01:11:25 GO111MODULE=on go vet ./... 01:11:25 (Reading database ... 13923 files and directories currently installed.) 01:11:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 01:11:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 01:11:25 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 01:11:25 (Reading database ... 13923 files and directories currently installed.) 01:11:25 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:11:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:11:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:11:25 (Reading database ... 13923 files and directories currently installed.) 01:11:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 01:11:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 01:11:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 01:11:25 (Reading database ... 13923 files and directories currently installed.) 01:11:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:11:26 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:11:26 Setting up passwd (1:4.5-1ubuntu2) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 01:11:26 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:11:26 Setting up gpgv (2.2.4-1ubuntu1.4) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 01:11:26 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 01:11:26 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 01:11:26 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 01:11:26 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:11:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:11:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:11:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:11:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:11:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:11:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:11:26 (Reading database ... 13923 files and directories currently installed.) 01:11:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:11:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:11:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:11:27 (Reading database ... 13923 files and directories currently installed.) 01:11:27 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 01:11:27 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 01:11:27 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 01:11:27 (Reading database ... 13923 files and directories currently installed.) 01:11:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 01:11:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 01:11:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 01:11:27 (Reading database ... 13924 files and directories currently installed.) 01:11:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:11:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:11:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:11:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:11:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 01:11:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 01:11:27 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 01:11:27 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 01:11:27 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:11:27 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:11:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:11:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:11:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:11:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:11:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:11:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:11:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:11:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:11:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:11:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:11:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:11:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:11:28 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:11:28 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:11:28 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:11:28 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:11:28 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:11:28 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:11:28 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:11:28 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:11:29 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:11:29 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:11:29 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:11:29 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:11:29 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:11:29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:11:29 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:29 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:29 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:29 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:29 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:29 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:29 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:29 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:30 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:30 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:31 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:31 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:31 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:31 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:32 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:11:32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:11:32 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:11:32 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:11:32 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:11:32 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:11:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:11:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:11:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:11:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:11:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:11:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:11:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:11:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:11:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:11:33 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:11:33 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:11:33 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:11:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:11:33 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:11:33 01:11:33 Current default time zone: 'Etc/UTC' 01:11:33 Local time is now: Tue Sep 7 01:11:33 UTC 2021. 01:11:33 Universal Time is now: Tue Sep 7 01:11:33 UTC 2021. 01:11:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:11:33 01:11:33 Setting up systemd-sysv (237-3ubuntu10.51) ... 01:11:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up linux-libc-dev:amd64 (4.15.0-154.161) ... 01:11:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:11:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:11:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:11:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:11:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:11:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:11:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:11:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:11:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:11:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 01:11:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:33 Setting up patch (2.7.6-2ubuntu1.1) ... 01:11:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:11:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:11:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 01:11:33 Installing new version of config file /etc/ssl/openssl.cnf ... 01:11:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:11:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:11:33 Setting up ca-certificates (20210119~18.04.1) ... 01:11:35 Updating certificates in /etc/ssl/certs... 01:11:36 23 added, 27 removed; done. 01:11:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:11:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:11:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:11:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:11:36 Setting up pkgbinarymangler (138.18.04.1) ... 01:11:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 01:11:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up perl (5.26.1-6ubuntu0.5) ... 01:11:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 01:11:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:11:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:11:36 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 01:11:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:11:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:11:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:11:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:11:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:11:36 Processing triggers for systemd (237-3ubuntu10.51) ... 01:11:36 Processing triggers for mime-support (3.60ubuntu1) ... 01:11:36 Processing triggers for ca-certificates (20210119~18.04.1) ... 01:11:36 Updating certificates in /etc/ssl/certs... 01:11:37 0 added, 0 removed; done. 01:11:37 Running hooks in /etc/ca-certificates/update.d... 01:11:37 done. 01:11:37 Reading package lists... 01:11:37 Building dependency tree... 01:11:37 Reading state information... 01:11:37 The following NEW packages will be installed: 01:11:37 apt-transport-https 01:11:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:11:38 Need to get 4348 B of archives. 01:11:38 After this operation, 154 kB of additional disk space will be used. 01:11:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 01:11:38 debconf: delaying package configuration, since apt-utils is not installed 01:11:38 Fetched 4348 B in 0s (22.1 kB/s) 01:11:38 Selecting previously unselected package apt-transport-https. 01:11:38 (Reading database ... 13929 files and directories currently installed.) 01:11:38 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 01:11:38 Unpacking apt-transport-https (1.6.14) ... 01:11:38 Setting up apt-transport-https (1.6.14) ... 01:11:38 Waiting for network to be ready... 01:11:44 2021-09-07T01:11:41Z INFO Waiting for automatic snapd restart... 01:11:44 snapd 2.51.4 from Canonical* installed 01:11:45 "snapd" switched to the "latest/stable" channel 01:11:45 01:11:47 core18 20210722 from Canonical* installed 01:11:47 "core18" switched to the "latest/stable" channel 01:11:47 01:11:50 snapcraft 5.0 from Canonical* installed 01:11:50 "snapcraft" switched to the "latest/stable" channel 01:11:50 01:11:54 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: 01:11:54 - README.md 01:11:54 01:11:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:11:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:11:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:11:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:11:56 Reading package lists... 01:11:56 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 01:11:56 Reading package lists... 01:11:56 Building dependency tree... 01:11:56 Reading state information... 01:11:56 Suggested packages: 01:11:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:11:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:11:56 Recommended packages: 01:11:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:11:56 The following NEW packages will be installed: 01:11:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:11:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:11:56 pkg-config zip 01:11:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:11:57 Need to get 7663 kB of archives. 01:11:57 After this operation, 43.8 MB of additional disk space will be used. 01:11:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 01:11:57 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:11:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 01:11:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 01:11:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 01:11:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:11:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:11:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:11:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:11:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:11:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:11:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:11:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:11:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:11:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:11:58 debconf: delaying package configuration, since apt-utils is not installed 01:11:58 Fetched 7663 kB in 1s (8493 kB/s) 01:11:58 Selecting previously unselected package libglib2.0-0:amd64. 01:11:58 (Reading database ... 13933 files and directories currently installed.) 01:11:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 01:11:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:11:58 Selecting previously unselected package libpsl5:amd64. 01:11:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:11:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:11:58 Selecting previously unselected package libnghttp2-14:amd64. 01:11:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:11:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:11:58 Selecting previously unselected package librtmp1:amd64. 01:11:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:11:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:11:58 Selecting previously unselected package libcurl3-gnutls:amd64. 01:11:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 01:11:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 01:11:58 Selecting previously unselected package liberror-perl. 01:11:58 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:11:58 Unpacking liberror-perl (0.17025-1) ... 01:11:58 Selecting previously unselected package git-man. 01:11:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 01:11:58 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 01:11:58 Selecting previously unselected package git. 01:11:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 01:11:58 Unpacking git (1:2.17.1-1ubuntu0.8) ... 01:11:59 Selecting previously unselected package libnorm1:amd64. 01:11:59 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:11:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:11:59 Selecting previously unselected package libpgm-5.2-0:amd64. 01:11:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:11:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:11:59 Selecting previously unselected package libsodium23:amd64. 01:11:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:11:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:11:59 Selecting previously unselected package libzmq5:amd64. 01:11:59 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:11:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:11:59 Selecting previously unselected package libzmq3-dev:amd64. 01:11:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:11:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:11:59 Selecting previously unselected package pkg-config. 01:11:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:11:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:11:59 Selecting previously unselected package zip. 01:11:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:11:59 Unpacking zip (3.0-11build1) ... 01:11:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:11:59 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 01:11:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:11:59 Setting up liberror-perl (0.17025-1) ... 01:11:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:11:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:11:59 No schema files found: doing nothing. 01:11:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:11:59 Setting up zip (3.0-11build1) ... 01:11:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:11:59 Setting up libsodium23:amd64 (1.0.16-2) ... 01:11:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:11:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:11:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 01:11:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:11:59 Setting up git (1:2.17.1-1ubuntu0.8) ... 01:11:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:12:00 git set to automatically installed. 01:12:00 git-man set to automatically installed. 01:12:00 libcurl3-gnutls set to automatically installed. 01:12:00 liberror-perl set to automatically installed. 01:12:00 libglib2.0-0 set to automatically installed. 01:12:00 libnghttp2-14 set to automatically installed. 01:12:00 libnorm1 set to automatically installed. 01:12:00 libpgm-5.2-0 set to automatically installed. 01:12:00 libpsl5 set to automatically installed. 01:12:00 librtmp1 set to automatically installed. 01:12:00 libsodium23 set to automatically installed. 01:12:00 libzmq3-dev set to automatically installed. 01:12:00 libzmq5 set to automatically installed. 01:12:00 pkg-config set to automatically installed. 01:12:00 zip set to automatically installed. 01:12:01 snapd is not logged in, snap install commands will use sudo 01:12:02 snap "core18" has no updates available 01:12:03 snapd is not logged in, snap install commands will use sudo 01:12:10 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 01:12:10 Pulling config-common 01:12:10 + snapcraftctl pull 01:12:11 Pulling go-build-helper 01:12:11 + snapcraftctl pull 01:12:12 'edgex-go' has dependencies that need to be staged: go-build-helper 01:12:12 Skipping pull go-build-helper (already ran) 01:12:12 Building go-build-helper 01:12:12 + snapcraftctl build 01:12:14 Staging go-build-helper 01:12:14 + snapcraftctl stage 01:12:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:12:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:12:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1846 kB] 01:12:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [338 kB] 01:12:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 01:12:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 01:12:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [419 kB] 01:12:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [56.1 kB] 01:12:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1137 kB] 01:12:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [259 kB] 01:12:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:12:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:12:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:12:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:12:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:12:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:12:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:12:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:12:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:12:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2192 kB] 01:12:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [430 kB] 01:12:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 01:12:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 01:12:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [443 kB] 01:12:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [59.9 kB] 01:12:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1748 kB] 01:12:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [375 kB] 01:12:24 Fetched 25.1 MB in 0s (0 B/s) 01:12:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:12:24 Fetched 224 kB in 0s (0 B/s) 01:12:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:12:24 Fetched 157 kB in 0s (0 B/s) 01:12:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:12:24 Fetched 221 kB in 0s (0 B/s) 01:12:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:12:24 Fetched 143 kB in 0s (0 B/s) 01:12:24 Pulling edgex-go 01:12:24 + snapcraftctl pull 01:12:24 Pulling hooks 01:12:24 + snapcraftctl pull 01:12:42 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:12:42 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:12:42 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:12:42 Fetched 0 B in 0s (0 B/s) 01:12:42 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:12:42 Fetched 96.5 kB in 0s (0 B/s) 01:12:42 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:12:42 Fetched 279 kB in 0s (0 B/s) 01:12:42 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:12:42 Fetched 122 kB in 0s (0 B/s) 01:12:42 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:12:42 Fetched 77.8 kB in 0s (0 B/s) 01:12:42 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:12:42 Fetched 8848 B in 0s (0 B/s) 01:12:42 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:12:42 Fetched 47.8 kB in 0s (0 B/s) 01:12:42 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:12:42 Fetched 45.6 kB in 0s (0 B/s) 01:12:42 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:12:42 Fetched 15.0 kB in 0s (0 B/s) 01:12:42 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 01:12:42 Fetched 219 kB in 0s (0 B/s) 01:12:42 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:12:42 Fetched 154 kB in 0s (0 B/s) 01:12:42 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:12:42 Fetched 50.6 kB in 0s (0 B/s) 01:12:42 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:12:42 Fetched 14.8 kB in 0s (0 B/s) 01:12:42 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:12:42 Fetched 41.8 kB in 0s (0 B/s) 01:12:42 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:12:42 Fetched 499 kB in 0s (0 B/s) 01:12:42 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:12:42 Fetched 111 kB in 0s (0 B/s) 01:12:42 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:12:42 Fetched 240 kB in 0s (0 B/s) 01:12:42 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:12:42 Fetched 29.3 kB in 0s (0 B/s) 01:12:42 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:12:42 Fetched 85.5 kB in 0s (0 B/s) 01:12:42 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:12:42 Fetched 24.5 kB in 0s (0 B/s) 01:12:42 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:12:42 Fetched 49.2 kB in 0s (0 B/s) 01:12:42 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:12:42 Fetched 54.2 kB in 0s (0 B/s) 01:12:42 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:12:42 Fetched 30.8 kB in 0s (0 B/s) 01:12:42 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:12:42 Fetched 15.8 kB in 0s (0 B/s) 01:12:42 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:12:42 Fetched 85.9 kB in 0s (0 B/s) 01:12:42 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:12:42 Fetched 8720 B in 0s (0 B/s) 01:12:42 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 01:12:42 Fetched 140 kB in 0s (0 B/s) 01:12:42 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:12:42 Fetched 119 kB in 0s (0 B/s) 01:12:42 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 01:12:42 Fetched 111 kB in 0s (0 B/s) 01:12:42 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:12:42 Fetched 11.1 kB in 0s (0 B/s) 01:12:42 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:12:42 Fetched 645 kB in 0s (0 B/s) 01:12:42 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:12:42 Fetched 41.3 kB in 0s (0 B/s) 01:12:42 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:12:42 Fetched 17.9 kB in 0s (0 B/s) 01:12:42 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:12:42 Fetched 368 kB in 0s (0 B/s) 01:12:42 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:12:42 Fetched 187 kB in 0s (0 B/s) 01:12:42 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:12:42 Fetched 175 kB in 0s (0 B/s) 01:12:42 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:12:42 Fetched 206 kB in 0s (0 B/s) 01:12:42 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] 01:12:42 Fetched 1302 kB in 0s (0 B/s) 01:12:42 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:12:42 Fetched 36.2 kB in 0s (0 B/s) 01:12:42 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 01:12:42 Fetched 159 kB in 0s (0 B/s) 01:12:42 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:12:42 Fetched 107 kB in 0s (0 B/s) 01:12:42 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:12:42 Fetched 48.7 kB in 0s (0 B/s) 01:12:42 Pulling static-packages 01:12:42 + snapcraftctl pull 01:12:42 Pulling version 01:12:42 + cd /root/project 01:12:42 + git describe --tags --abbrev=0 01:12:42 + sed s/v// 01:12:42 + GIT_VERSION=2.0.1-dev.37 01:12:42 + [ -z 2.0.1-dev.37 ] 01:12:42 + snapcraftctl set-version 2.0.1-dev.37 01:12:44 Building config-common 01:12:44 + snapcraftctl build 01:12:44 Skipping build go-build-helper (already ran) 01:12:44 Building edgex-go 01:12:44 + cd /root/parts/edgex-go/src 01:12:44 + git describe --tags --abbrev=0 01:12:44 + sed s/v// 01:12:44 + GIT_VERSION=2.0.1-dev.37 01:12:44 + [ -z 2.0.1-dev.37 ] 01:12:44 + echo 2.0.1-dev.37 01:12:44 + make build 01:12:44 go mod tidy 01:12:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 01:12:48 go: downloading github.com/gorilla/mux v1.8.0 01:12:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.16 01:12:48 go: downloading github.com/stretchr/testify v1.7.0 01:12:48 go: downloading github.com/google/uuid v1.3.0 01:12:48 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 01:12:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 01:12:48 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 01:12:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:12:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:12:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 01:12:48 go: downloading github.com/lib/pq v1.10.3 01:12:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:12:48 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 01:12:48 go: downloading github.com/pelletier/go-toml v1.9.4 01:12:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 01:12:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 01:12:49 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:12:49 go: downloading github.com/davecgh/go-spew v1.1.1 01:12:49 go: downloading github.com/pmezard/go-difflib v1.0.0 01:12:49 go: downloading github.com/go-playground/validator/v10 v10.9.0 01:12:49 go: downloading github.com/go-kit/kit v0.11.0 01:12:49 go: downloading github.com/stretchr/objx v0.1.1 01:12:49 go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c 01:12:49 go: downloading github.com/x448/float16 v0.8.4 01:12:49 go: downloading github.com/go-playground/universal-translator v0.18.0 01:12:49 go: downloading github.com/leodido/go-urn v1.2.1 01:12:49 go: downloading golang.org/x/text v0.3.6 01:12:49 go: downloading github.com/go-playground/assert/v2 v2.0.1 01:12:49 go: downloading github.com/go-playground/locales v0.14.0 01:12:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 01:12:50 go: downloading github.com/go-redis/redis/v7 v7.3.0 01:12:50 go: downloading github.com/pebbe/zmq4 v1.2.7 01:12:50 go: downloading github.com/kr/pretty v0.3.0 01:12:50 go: downloading github.com/go-logfmt/logfmt v0.5.0 01:12:50 go: downloading github.com/go-stack/stack v1.8.0 01:12:50 go: downloading github.com/hashicorp/consul/api v1.8.1 01:12:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:12:50 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 01:12:50 go: downloading github.com/gorilla/websocket v1.4.2 01:12:50 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 01:12:50 go: downloading github.com/kr/text v0.2.0 01:12:50 go: downloading github.com/rogpeppe/go-internal v1.8.0 01:12:50 go: downloading github.com/onsi/ginkgo v1.10.1 01:12:51 go: downloading github.com/onsi/gomega v1.7.0 01:12:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:12:51 go: downloading github.com/mitchellh/copystructure v1.0.0 01:12:51 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:12:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:12:51 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:12:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:12:51 go: downloading github.com/hashicorp/serf v0.9.5 01:12:51 go: downloading github.com/hashicorp/consul/sdk v0.7.0 01:12:51 go: downloading github.com/hashicorp/go-uuid v1.0.1 01:12:51 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:12:51 go: downloading github.com/mitchellh/go-homedir v1.1.0 01:12:51 go: downloading github.com/fatih/color v1.9.0 01:12:51 go: downloading github.com/mattn/go-colorable v0.1.6 01:12:51 go: downloading github.com/mattn/go-isatty v0.0.12 01:12:51 go: downloading github.com/pkg/errors v0.9.1 01:12:51 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:12:51 go: downloading github.com/hashicorp/go-msgpack v0.5.3 01:12:51 go: downloading github.com/hashicorp/memberlist v0.2.2 01:12:51 go: downloading github.com/hpcloud/tail v1.0.0 01:12:51 go: downloading gopkg.in/yaml.v2 v2.4.0 01:12:51 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 01:12:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:12:51 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 01:12:51 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 01:12:51 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 01:12:51 go: downloading github.com/hashicorp/go-multierror v1.1.0 01:12:51 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 01:12:51 go: downloading github.com/miekg/dns v1.1.26 01:12:51 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 01:12:51 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:12:51 go: downloading gopkg.in/fsnotify.v1 v1.4.7 01:12:51 go: downloading github.com/hashicorp/errwrap v1.0.0 01:12:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-data/core-data ./cmd/core-data 01:13:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:13:02 gofmt -l . 01:13:02 [ "`gofmt -l .`" = "" ] 01:13:02 ./bin/test-attribution-txt.sh [Pipeline] sh 01:13:03 + ls -al . 01:13:03 total 636 01:13:03 drwxrwxr-x 9 1001 1001 4096 Sep 7 01:12 . 01:13:03 drwxr-xr-x 4 root root 4096 Sep 7 01:08 .. 01:13:03 -rw-rw-r-- 1 1001 1001 11 Sep 7 01:05 .dockerignore 01:13:03 drwxrwxr-x 8 1001 1001 4096 Sep 7 01:05 .git 01:13:03 drwxrwxr-x 4 1001 1001 4096 Sep 7 01:05 .github 01:13:03 -rw-rw-r-- 1 1001 1001 818 Sep 7 01:05 .gitignore 01:13:03 -rw-rw-r-- 1 1001 1001 76 Sep 7 01:05 .hadolint.yml 01:13:03 -rw-rw-r-- 1 1001 1001 166 Sep 7 01:05 .sonarcloud.properties 01:13:03 -rw-rw-r-- 1 1001 1001 1171 Sep 7 01:05 ADOPTERS.md 01:13:03 -rw-rw-r-- 1 1001 1001 8493 Sep 7 01:05 Attribution.txt 01:13:03 -rw-rw-r-- 1 1001 1001 43881 Sep 7 01:05 CHANGELOG.md 01:13:03 -rw-rw-r-- 1 1001 1001 3804 Sep 7 01:05 CONTRIBUTING.md 01:13:03 -rw-rw-r-- 1 1001 1001 677 Sep 7 01:05 GOVERNANCE.md 01:13:03 -rw-rw-r-- 1 1001 1001 849 Sep 7 01:05 Jenkinsfile 01:13:03 -rw-rw-r-- 1 1001 1001 10775 Sep 7 01:05 LICENSE 01:13:03 -rw-rw-r-- 1 1001 1001 5915 Sep 7 01:05 Makefile 01:13:03 -rw-rw-r-- 1 1001 1001 582 Sep 7 01:05 OWNERS.md 01:13:03 -rw-rw-r-- 1 1001 1001 8643 Sep 7 01:05 README.md 01:13:03 -rw-rw-r-- 1 1001 1001 6912 Sep 7 01:05 SECURITY.md 01:13:03 -rw-rw-r-- 1 1001 1001 5 Sep 7 01:02 VERSION 01:13:03 -rw-rw-r-- 1 1001 1001 4131 Sep 7 01:05 ZMQWindows.md 01:13:03 drwxrwxr-x 2 1001 1001 4096 Sep 7 01:05 bin 01:13:03 drwxrwxr-x 14 1001 1001 4096 Sep 7 01:05 cmd 01:13:03 -rw-r--r-- 1 root root 404331 Sep 7 01:11 coverage.out 01:13:03 -rw-rw-r-- 1 1001 1001 841 Sep 7 01:05 go.mod 01:13:03 -rw-r--r-- 1 root root 50064 Sep 7 01:08 go.sum 01:13:03 drwxrwxr-x 8 1001 1001 4096 Sep 7 01:05 internal 01:13:03 drwxrwxr-x 3 1001 1001 4096 Sep 7 01:05 openapi 01:13:03 drwxrwxr-x 4 1001 1001 4096 Sep 7 01:05 snap 01:13:03 -rw-rw-r-- 1 1001 1001 204 Sep 7 01:05 version.go [Pipeline] sh 01:13:03 + '[' -e coverage.out ] 01:13:03 + chown 1001:1001 coverage.out [Pipeline] stash 01:13:03 Warning: overwriting stash ‘coverage-report’ 01:13:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/core-command/core-command ./cmd/core-command 01:13:04 Stashed 1 file(s) [Pipeline] sh 01:13:05 + make build 01:13:05 go mod tidy 01:13:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:13:05 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 01:13:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:13:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:13:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:13:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:13:12 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 01:13:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/secrets-config ./cmd/secrets-config 01:13:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.37" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:13:15 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:13:15 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:13:15 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:13:15 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:13:15 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:13:15 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:13:15 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:13:15 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:13:15 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:13:15 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:13:15 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:13:15 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:13:15 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:13:15 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:13:15 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:13:15 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:13:15 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:13:15 + 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 01:13:15 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:13:15 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:13:15 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 01:13:15 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:13:15 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:13:15 + 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 01:13:15 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:13:15 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:13:15 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:13:16 Building hooks 01:13:16 + cd /root/parts/hooks/src 01:13:16 + make build 01:13:16 go mod tidy 01:13:17 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 01:13:17 go: downloading github.com/stretchr/testify v1.5.1 01:13:17 go: downloading gopkg.in/yaml.v2 v2.2.2 01:13:17 go: downloading github.com/davecgh/go-spew v1.1.0 01:13:17 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 01:13:18 GO111MODULE=on go build -o cmd/install/install ./cmd/install 01:13:18 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 01:13:18 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 01:13:21 Building static-packages 01:13:21 + snapcraftctl build 01:13:23 Building version 01:13:23 + snapcraftctl build 01:13:25 Staging config-common 01:13:25 + snapcraftctl stage 01:13:26 Skipping stage go-build-helper (already ran) 01:13:26 Staging edgex-go 01:13:26 + snapcraftctl stage 01:13:27 Staging hooks 01:13:27 + snapcraftctl stage 01:13:28 Staging static-packages 01:13:28 + snapcraftctl stage 01:13:29 Staging version 01:13:29 + snapcraftctl stage 01:13:30 Priming config-common 01:13:30 + snapcraftctl prime 01:13:32 Priming go-build-helper 01:13:32 + snapcraftctl prime 01:13:33 Priming edgex-go 01:13:33 + snapcraftctl prime 01:13:34 Priming hooks 01:13:34 + snapcraftctl prime 01:13:34 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 01:13:35 Priming static-packages 01:13:35 + snapcraftctl prime 01:13:37 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 01:13:38 Priming version 01:13:38 + snapcraftctl prime 01:13:39 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] } 01:13:41 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 01:13:42 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 01:13:45 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 01:13:49 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 01:13:52 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 01:13:56 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 01:14:00 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 01:14:05 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] } 01:14:09 $ docker stop --time=1 7fd6715e3e4e2202d2bc1314b663ab89d07f663a8b7b5667ee313a723ca512d1 01:14:12 $ docker rm -f 7fd6715e3e4e2202d2bc1314b663ab89d07f663a8b7b5667ee313a723ca512d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:14:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:14 01:14:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:14:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:15 latest: Pulling from edgex-devops/edgex-compose-arm64 01:14:15 29e5d40040c1: Pulling fs layer 01:14:15 1ce36da41761: Pulling fs layer 01:14:15 25b303627fd3: Pulling fs layer 01:14:15 29e5d40040c1: Verifying Checksum 01:14:15 29e5d40040c1: Download complete 01:14:16 29e5d40040c1: Pull complete 01:14:16 1ce36da41761: Verifying Checksum 01:14:16 1ce36da41761: Download complete 01:14:18 1ce36da41761: Pull complete 01:14:18 25b303627fd3: Verifying Checksum 01:14:18 25b303627fd3: Download complete 01:14:28 25b303627fd3: Pull complete 01:14:28 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:14:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:14:28 prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container 01:14:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:14:32 $ docker top 4dbf5ab3c12bf3c46589b74fe672328ffbc450c7688a13d51f5b3b9ae1675295 -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:33 + docker-compose build --help 01:14:33 + grep parallel 01:14:37 --parallel Build images in parallel. [Pipeline] } 01:14:38 $ docker stop --time=1 4dbf5ab3c12bf3c46589b74fe672328ffbc450c7688a13d51f5b3b9ae1675295 01:14:39 $ docker rm -f 4dbf5ab3c12bf3c46589b74fe672328ffbc450c7688a13d51f5b3b9ae1675295 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:14:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:14:40 . [Pipeline] withDockerContainer 01:14:40 prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container 01:14:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:14:42 $ docker top dfd9c982bd5843c0ff45235cfbf9b7671fd01267c7934fb13ddbba57c4d51cdd -eo pid,comm [Pipeline] { [Pipeline] sh 01:14:43 + docker-compose -f ./docker-compose-build.yml build --parallel 01:14:49 Building core-command ... 01:14:49 Building core-data ... 01:14:49 Building core-metadata ... 01:14:49 Building security-bootstrapper ... 01:14:49 Building security-proxy-setup ... 01:14:49 Building security-secretstore-setup ... 01:14:49 Building support-notifications ... 01:14:49 Building support-scheduler ... 01:14:49 Building sys-mgmt-agent ... 01:14:49 Building core-data 01:14:49 Building security-secretstore-setup 01:14:49 Building core-metadata 01:14:49 Building support-notifications 01:14:49 Building support-scheduler 01:15:57 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:15:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:15:57 ---> 92d3767a3ab8 01:15:57 Step 3/23 : WORKDIR /edgex-go 01:15:57 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:15:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:15:57 ---> 92d3767a3ab8 01:15:57 Step 3/24 : WORKDIR /edgex-go 01:15:57 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:15:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:15:57 ---> 92d3767a3ab8 01:15:57 Step 3/23 : WORKDIR /edgex-go 01:15:57 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:15:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:15:57 ---> 92d3767a3ab8 01:15:57 Step 3/24 : WORKDIR /edgex-go 01:15:57 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:15:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:15:57 ---> 92d3767a3ab8 01:15:57 Step 3/26 : WORKDIR /edgex-go 01:15:57 ---> Running in 6664dcffd381 01:15:57 ---> Running in f81171b4df00 01:15:57 ---> Running in 1ab1db608717 01:15:57 ---> Running in 33172c536832 01:15:57 ---> Running in 1a747bfbf273 01:15:57 Removing intermediate container f81171b4df00 01:15:57 ---> cbd5c84b0864 01:15:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:57 Removing intermediate container 6664dcffd381 01:15:57 ---> 6ccb5d6bdf59 01:15:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:57 Removing intermediate container 33172c536832 01:15:57 ---> f7a9dbb2542d 01:15:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:57 Removing intermediate container 1a747bfbf273 01:15:57 ---> 54a54210f64b 01:15:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:57 Removing intermediate container 1ab1db608717 01:15:57 ---> 9599512d080f 01:15:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:15:57 ---> Running in c3358223c85c 01:15:57 ---> Running in 77f7afdfd0b9 01:15:57 ---> Running in b055bfc4b2e9 01:15:57 ---> Running in 34013ee3bc72 01:15:57 ---> Running in 779ea5c521c6 01:15:59 Removing intermediate container c3358223c85c 01:15:59 ---> c16821348b7b 01:15:59 Step 5/24 : RUN apk add --update --no-cache make git 01:15:59 ---> Running in 924c6c305be3 01:15:59 Removing intermediate container 77f7afdfd0b9 01:15:59 ---> 72bba1d77fa3 01:15:59 Step 5/23 : RUN apk add --update --no-cache make git 01:15:59 ---> Running in 85d18db9ae8c 01:15:59 Removing intermediate container 34013ee3bc72 01:15:59 ---> ac3d1452228d 01:15:59 Step 5/26 : RUN apk add --update --no-cache make git 01:15:59 Removing intermediate container b055bfc4b2e9 01:15:59 ---> a92b7ecc9862 01:15:59 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 01:16:00 Removing intermediate container 779ea5c521c6 01:16:00 ---> 6b7b8e221a7f 01:16:00 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:16:00 ---> Running in 35f538f9f9c4 01:16:00 ---> Running in 3ca9d3a4e2b5 01:16:02 ---> Running in 3493a718bf79 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:16:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:16:03 OK: 218 MiB in 52 packages 01:16:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:16:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:16:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:16:03 OK: 218 MiB in 52 packages 01:16:04 OK: 218 MiB in 52 packages 01:16:04 OK: 218 MiB in 52 packages 01:16:04 OK: 218 MiB in 52 packages 01:16:04 Removing intermediate container 924c6c305be3 01:16:04 ---> 7842d9d118b6 01:16:04 Step 6/24 : COPY go.mod . 01:16:05 Removing intermediate container 85d18db9ae8c 01:16:05 ---> 51fd16fdee9f 01:16:05 Step 6/23 : COPY go.mod . 01:16:05 ---> bb35c988c490 01:16:05 Step 7/24 : RUN go mod download 01:16:06 ---> Running in ac4978679941 01:16:06 Removing intermediate container 35f538f9f9c4 01:16:06 ---> 01fe5631023f 01:16:06 Step 6/26 : COPY go.mod . 01:16:06 Removing intermediate container 3493a718bf79 01:16:06 ---> 75e7b8d4c0f4 01:16:06 Step 6/24 : COPY go.mod . 01:16:06 Removing intermediate container 3ca9d3a4e2b5 01:16:06 ---> 9f29374e8481 01:16:06 Step 6/23 : COPY go.mod . 01:16:07 ---> 2c8441c01aaa 01:16:07 Step 7/23 : RUN go mod download 01:16:07 ---> Running in 7afb0e848f44 01:16:07 ---> ed66adf06619 01:16:07 Step 7/26 : RUN go mod download 01:16:07 ---> 6fe4fa02c304 01:16:07 Step 7/24 : RUN go mod download 01:16:07 ---> Running in 071a8ef7af2c 01:16:07 ---> Running in 36013482cc75 01:16:07 ---> 4d19d55f4993 01:16:07 Step 7/23 : RUN go mod download 01:16:08 ---> Running in 5761f576af7b 01:16:11 Removing intermediate container ac4978679941 01:16:11 ---> de9a2a61cd42 01:16:11 Step 8/24 : COPY . . 01:16:13 Removing intermediate container 7afb0e848f44 01:16:13 ---> 8dface231a4a 01:16:13 Step 8/23 : COPY . . 01:16:16 Removing intermediate container 36013482cc75 01:16:16 ---> 2f1860378f6c 01:16:16 Step 8/24 : COPY . . 01:16:16 Removing intermediate container 071a8ef7af2c 01:16:16 ---> b239b467ee16 01:16:16 Step 8/26 : COPY . . 01:16:17 Removing intermediate container 5761f576af7b 01:16:17 ---> c1c09e94240a 01:16:17 Step 8/23 : COPY . . 01:16:39 ---> 318abd526fda 01:16:39 Step 9/23 : RUN go mod tidy 01:16:39 ---> 2f5bfa06d521 01:16:39 Step 9/24 : RUN go mod tidy 01:16:39 ---> f41c23ba080f 01:16:39 Step 9/26 : RUN go mod tidy 01:16:39 ---> 85f8fbe3099c 01:16:39 Step 9/24 : RUN go mod tidy 01:16:39 ---> Running in ee7fe54c2f8f 01:16:39 ---> Running in 8669494dc244 01:16:39 ---> Running in cc0dc5b94658 01:16:39 ---> Running in 58e22730e9da 01:16:39 ---> 002ef324efff 01:16:39 Step 9/23 : RUN go mod tidy 01:16:39 ---> Running in 1feef8fef35d 01:16:44 Removing intermediate container ee7fe54c2f8f 01:16:44 ---> e54da6611cff 01:16:44 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 01:16:45 ---> Running in 3b65ef7cf945 01:16:45 Removing intermediate container cc0dc5b94658 01:16:45 ---> 620e08a952e5 01:16:45 Step 10/24 : RUN make cmd/core-metadata/core-metadata 01:16:45 ---> Running in 5face81db453 01:16:46 Removing intermediate container 8669494dc244 01:16:46 ---> 2ef1fff9beb6 01:16:46 Step 10/24 : RUN make cmd/core-data/core-data 01:16:47 ---> Running in 5a0301d47851 01:16:47 Removing intermediate container 1feef8fef35d 01:16:47 ---> 2988518ef5ce 01:16:47 Step 10/23 : RUN make cmd/support-notifications/support-notifications 01:16:47 Removing intermediate container 58e22730e9da 01:16:47 ---> 39824dc3aa05 01:16:47 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:16:47 ---> Running in a5e10c88922d 01:16:47 ---> Running in 47c91cb7aa61 01:16:47 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 01:16:47 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 01:16:48 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 01:16:49 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 01:16:49 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 01:18:41 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 01:18:56 Removing intermediate container 47c91cb7aa61 01:18:56 ---> fcf865e3dafa 01:18:56 01:18:56 Step 11/26 : FROM alpine:3.12 01:18:56 Removing intermediate container 3b65ef7cf945 01:18:56 ---> 739f173af1b8 01:18:56 01:18:56 Step 11/23 : FROM alpine:3.12 01:18:56 3.12: Pulling from library/alpine 01:18:56 3.12: Pulling from library/alpine 01:18:57 Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a 01:18:57 Digest: sha256:a296b4c6f6ee2b88f095b61e95c7ef4f51ba25598835b4978c9256d8c8ace48a 01:18:57 Status: Downloaded newer image for alpine:3.12 01:18:57 Status: Downloaded newer image for alpine:3.12 01:18:57 ---> afc2cc120ca2 01:18:57 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 01:18:57 ---> afc2cc120ca2 01:18:57 Step 12/23 : RUN apk add --update --no-cache dumb-init 01:18:59 ---> Running in 0ba3612ae98c 01:18:59 ---> Running in ea6e616f00a6 01:18:59 Removing intermediate container a5e10c88922d 01:18:59 ---> 1ed86b0a16f6 01:18:59 01:18:59 Step 11/23 : FROM alpine:3.12 01:18:59 ---> afc2cc120ca2 01:18:59 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 01:18:59 Removing intermediate container 5face81db453 01:18:59 ---> 5041e1ab0142 01:18:59 01:18:59 Step 11/24 : FROM alpine:3.12 01:18:59 ---> afc2cc120ca2 01:18:59 Step 12/24 : RUN apk add --update --no-cache dumb-init 01:19:00 ---> Running in 253e86257d40 01:19:00 ---> Running in 60bb1d8adebd 01:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:02 (1/3) Installing ca-certificates (20191127-r4) 01:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:02 (1/1) Installing dumb-init (1.2.2-r1) 01:19:02 Executing busybox-1.31.1-r20.trigger 01:19:02 (2/3) Installing dumb-init (1.2.2-r1) 01:19:02 (3/3) Installing su-exec (0.2-r1) 01:19:02 OK: 5 MiB in 15 packages 01:19:02 Executing busybox-1.31.1-r20.trigger 01:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:02 Executing ca-certificates-20191127-r4.trigger 01:19:02 OK: 6 MiB in 17 packages 01:19:03 (1/1) Installing dumb-init (1.2.2-r1) 01:19:03 Executing busybox-1.31.1-r20.trigger 01:19:03 OK: 5 MiB in 15 packages 01:19:03 (1/2) Installing ca-certificates (20191127-r4) 01:19:03 (2/2) Installing dumb-init (1.2.2-r1) 01:19:03 Executing busybox-1.31.1-r20.trigger 01:19:03 Executing ca-certificates-20191127-r4.trigger 01:19:03 OK: 6 MiB in 16 packages 01:19:05 Removing intermediate container ea6e616f00a6 01:19:05 ---> f5c25c0b9cb8 01:19:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:19:05 ---> Running in 71254e019290 01:19:05 Removing intermediate container 60bb1d8adebd 01:19:05 ---> 16f5771aabc8 01:19:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:19:06 Removing intermediate container 0ba3612ae98c 01:19:06 ---> 6017982f55e4 01:19:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:19:06 ---> Running in 5992de471328 01:19:06 Removing intermediate container 253e86257d40 01:19:06 ---> 0c2923452d76 01:19:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:19:07 Removing intermediate container 71254e019290 01:19:07 ---> ece9c32bde8b 01:19:07 Step 14/23 : ENV APP_PORT=59861 01:19:07 ---> Running in dae387174894 01:19:07 ---> Running in 536259f044b8 01:19:07 ---> Running in 1d14726dbec8 01:19:07 Removing intermediate container 5992de471328 01:19:07 ---> eae49aa3ffa4 01:19:07 Step 14/24 : ENV APP_PORT=59881 01:19:07 Removing intermediate container 5a0301d47851 01:19:07 ---> 7de1da0bd781 01:19:07 01:19:07 Step 11/24 : FROM alpine:3.12 01:19:07 ---> afc2cc120ca2 01:19:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:19:07 ---> Running in 6c25a05885c8 01:19:08 ---> Running in eb24cca4793a 01:19:08 Removing intermediate container dae387174894 01:19:08 ---> 976cfe78efd6 01:19:08 Step 14/23 : ENV APP_PORT=59860 01:19:08 Removing intermediate container 536259f044b8 01:19:08 ---> abce68ff7b7c 01:19:08 Step 14/26 : WORKDIR / 01:19:08 Removing intermediate container 1d14726dbec8 01:19:08 ---> cd54c905dba2 01:19:08 Step 15/23 : EXPOSE $APP_PORT 01:19:08 ---> Running in d1670edb6f51 01:19:08 ---> Running in 4996a35e0836 01:19:08 ---> Running in 8b300751fefe 01:19:08 Removing intermediate container 6c25a05885c8 01:19:08 ---> 8d04c6be439a 01:19:08 Step 15/24 : EXPOSE $APP_PORT 01:19:08 Removing intermediate container eb24cca4793a 01:19:08 ---> bb0a5289fc4b 01:19:08 Step 13/24 : ENV APP_PORT=59880 01:19:09 ---> Running in ee3d2d0ee3ff 01:19:09 ---> Running in a12e8924a697 01:19:09 Removing intermediate container 4996a35e0836 01:19:09 ---> 2d425f534acf 01:19:09 Step 15/23 : EXPOSE $APP_PORT 01:19:09 Removing intermediate container d1670edb6f51 01:19:09 ---> e335179ed305 01:19:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:19:09 Removing intermediate container 8b300751fefe 01:19:09 ---> b017f94626a5 01:19:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:09 ---> Running in 545a476464f0 01:19:09 Removing intermediate container ee3d2d0ee3ff 01:19:09 ---> e30fb9a5d570 01:19:09 Step 16/24 : WORKDIR / 01:19:09 ---> Running in 7690f4b899c8 01:19:09 Removing intermediate container a12e8924a697 01:19:09 ---> efef84b626fd 01:19:09 Step 14/24 : EXPOSE $APP_PORT 01:19:10 ---> Running in 7dcaf5a112fd 01:19:10 Removing intermediate container 545a476464f0 01:19:10 ---> 1ef3f16cd363 01:19:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:10 ---> ae044dbed717 01:19:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:19:10 ---> 0319cd3160a7 01:19:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:19:10 Removing intermediate container 7690f4b899c8 01:19:10 ---> 5f178e9db676 01:19:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:10 Removing intermediate container 7dcaf5a112fd 01:19:10 ---> c50e0b20241e 01:19:10 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:19:11 ---> Running in 38faa1b74c3e 01:19:11 ---> c20798eb170b 01:19:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:19:12 ---> 683d5661ba4d 01:19:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:19:12 ---> 5d77159a4d76 01:19:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:19:13 ---> ccaf59e60191 01:19:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:19:13 ---> 056c96431583 01:19:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 01:19:14 ---> 292888754772 01:19:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:19:14 ---> b288dd3bb07a 01:19:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:19:14 ---> 5c0cfb03437f 01:19:14 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 01:19:14 ---> Running in 72ad893552ec 01:19:14 Removing intermediate container 38faa1b74c3e 01:19:14 ---> 291aca190c58 01:19:14 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 01:19:15 ---> f70cc7bb226c 01:19:15 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:19:15 ---> Running in 97a88aca7014 01:19:15 Removing intermediate container 72ad893552ec 01:19:15 ---> c81cb27589f2 01:19:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:15 ---> cf115b9c35c5 01:19:15 Step 19/23 : ENTRYPOINT ["/support-notifications"] 01:19:15 ---> Running in eba4719cd461 01:19:15 ---> 442ca52f67eb 01:19:15 Step 20/24 : ENTRYPOINT ["/core-metadata"] 01:19:15 ---> Running in 9f24eabcfb78 01:19:15 ---> Running in 0002d5852d66 01:19:16 Removing intermediate container eba4719cd461 01:19:16 ---> b0f3437608ee 01:19:16 Step 21/23 : LABEL arch=arm64 01:19:16 ---> Running in 73cfa37d7bd4 01:19:16 Removing intermediate container 9f24eabcfb78 01:19:16 ---> 2cf4dd8d27c1 01:19:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:16 Removing intermediate container 0002d5852d66 01:19:16 ---> f85cef5d23ee 01:19:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:16 ---> 7d349e873ac9 01:19:16 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:19:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:17 ---> Running in 4229e76074b4 01:19:17 ---> Running in 77ce80c9464b 01:19:17 Removing intermediate container 73cfa37d7bd4 01:19:17 ---> 9baaab59d29e 01:19:17 Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:19:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:17 ---> Running in f20053ebe2d7 01:19:17 Removing intermediate container 4229e76074b4 01:19:17 ---> fcaf83fd692d 01:19:17 Step 21/23 : LABEL arch=arm64 01:19:18 Removing intermediate container 77ce80c9464b 01:19:18 ---> dc7848452760 01:19:18 Step 22/24 : LABEL arch=arm64 01:19:18 ---> Running in 41499d24f57b 01:19:18 ---> 115bdfe93f3b 01:19:18 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:19:18 ---> Running in f17edd4984de 01:19:18 (1/6) Installing dumb-init (1.2.2-r1) 01:19:18 Removing intermediate container f20053ebe2d7 01:19:18 ---> 0bb55c353c96 01:19:18 Step 23/23 : LABEL version=0.0.0 01:19:18 (2/6) Installing libgcc (9.3.0-r2) 01:19:18 (3/6) Installing libsodium (1.0.18-r0) 01:19:18 (4/6) Installing libstdc++ (9.3.0-r2) 01:19:18 ---> Running in 52e034868146 01:19:19 (5/6) Installing libzmq (4.3.3-r0) 01:19:19 Removing intermediate container 41499d24f57b 01:19:19 Removing intermediate container f17edd4984de 01:19:19 ---> 59b949ee7115 01:19:19 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:19:19 ---> 9792dfeac854 01:19:19 Step 22/23 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:19:19 (6/6) Installing zeromq (4.3.3-r0) 01:19:19 Executing busybox-1.31.1-r20.trigger 01:19:19 OK: 8 MiB in 20 packages 01:19:19 ---> Running in a2523813335d 01:19:19 ---> Running in 36581171675f 01:19:19 Removing intermediate container 52e034868146 01:19:19 ---> 1a9c4b274bee 01:19:19 01:19:19 ---> 8ce8392ec4b8 01:19:19 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/ 01:19:19 ---> Running in d8a2d7763176 01:19:20 Successfully built 1a9c4b274bee 01:19:20 Successfully tagged support-scheduler-arm64:latest 01:19:20  Building support-scheduler ... done Building security-bootstrapper 01:19:20 Removing intermediate container 36581171675f 01:19:20 ---> 5ec9846a15da 01:19:20 Step 23/23 : LABEL version=0.0.0 01:19:20 Removing intermediate container a2523813335d 01:19:20 ---> 1f66910c4846 01:19:20 Step 24/24 : LABEL version=0.0.0 01:19:20 ---> Running in 5564c7ac211f 01:19:20 ---> Running in 8befa450c54b 01:19:20 Removing intermediate container 97a88aca7014 01:19:20 ---> b60ca8c6d6e7 01:19:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:21 Removing intermediate container 5564c7ac211f 01:19:21 ---> e086e62aca48 01:19:21 01:19:21 Successfully built e086e62aca48 01:19:22 Successfully tagged support-notifications-arm64:latest 01:19:22 Building security-proxy-setup 01:19:22  Building support-notifications ... done Removing intermediate container 8befa450c54b 01:19:22 ---> 4baca58ad850 01:19:22 01:19:22 Successfully built 4baca58ad850 01:19:22 Successfully tagged core-metadata-arm64:latest 01:19:22  Building core-metadata ... done Building sys-mgmt-agent 01:19:23 ---> 321ce92f3a92 01:19:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:19:23 Removing intermediate container d8a2d7763176 01:19:23 ---> 501eb26c3f7b 01:19:23 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 01:19:24 ---> Running in 20c141919a3c 01:19:24 ---> e0fbf7969a2e 01:19:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:19:25 Removing intermediate container 20c141919a3c 01:19:25 ---> c7356b4be5cc 01:19:25 Step 24/26 : LABEL arch=arm64 01:19:25 ---> Running in 7e36bd08ea31 01:19:25 ---> 43c5b165ea71 01:19:26 Step 20/24 : ENTRYPOINT ["/core-data"] 01:19:26 ---> Running in 59b67b226e58 01:19:26 Removing intermediate container 7e36bd08ea31 01:19:26 ---> 81dcbd3145d8 01:19:26 Step 25/26 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:19:26 ---> Running in 1458056dffa1 01:19:27 Removing intermediate container 59b67b226e58 01:19:27 ---> e08cfeffe3bb 01:19:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:27 Removing intermediate container 1458056dffa1 01:19:27 ---> fc96078d8dc9 01:19:27 Step 26/26 : LABEL version=0.0.0 01:19:27 ---> Running in 2a25254b2128 01:19:28 ---> Running in dc66f65a1cb0 01:19:28 Removing intermediate container 2a25254b2128 01:19:28 ---> 6e4e34aa4df8 01:19:28 Step 22/24 : LABEL arch=arm64 01:19:29 Removing intermediate container dc66f65a1cb0 01:19:29 ---> b184da44e60d 01:19:29 01:19:29 ---> Running in 9769bf90dee2 01:19:29 Successfully built b184da44e60d 01:19:29 Successfully tagged security-secretstore-setup-arm64:latest 01:19:29  Building security-secretstore-setup ... done Building core-command 01:19:30 Removing intermediate container 9769bf90dee2 01:19:30 ---> 749b746e89cc 01:19:30 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:19:30 ---> Running in 0131044ea9e1 01:19:30 Removing intermediate container 0131044ea9e1 01:19:30 ---> 628084cf4116 01:19:30 Step 24/24 : LABEL version=0.0.0 01:19:31 ---> Running in 8c0ae5e00521 01:19:32 Removing intermediate container 8c0ae5e00521 01:19:32 ---> 190fd4a1829a 01:19:32 01:19:32 Successfully built 190fd4a1829a 01:19:32 Successfully tagged core-data-arm64:latest 01:20:11  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:20:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 01:20:11 ---> 92d3767a3ab8 01:20:11 Step 3/32 : WORKDIR /edgex-go 01:20:11 ---> Using cache 01:20:11 ---> 54a54210f64b 01:20:11 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:11 ---> Using cache 01:20:11 ---> ac3d1452228d 01:20:11 Step 5/32 : RUN apk add --update --no-cache make git 01:20:11 ---> Using cache 01:20:11 ---> 01fe5631023f 01:20:11 Step 6/32 : COPY go.mod . 01:20:11 ---> Using cache 01:20:11 ---> ed66adf06619 01:20:11 Step 7/32 : RUN go mod download 01:20:11 ---> Using cache 01:20:11 ---> b239b467ee16 01:20:11 Step 8/32 : COPY . . 01:20:11 ---> Using cache 01:20:11 ---> f41c23ba080f 01:20:11 Step 9/32 : RUN go mod tidy 01:20:11 ---> Using cache 01:20:11 ---> 39824dc3aa05 01:20:11 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:20:11 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:20:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:20:11 ---> 92d3767a3ab8 01:20:11 Step 3/22 : WORKDIR /edgex-go 01:20:11 ---> Using cache 01:20:11 ---> 54a54210f64b 01:20:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:11 ---> Using cache 01:20:11 ---> ac3d1452228d 01:20:11 Step 5/22 : RUN apk add --update --no-cache make git 01:20:11 ---> Using cache 01:20:11 ---> 01fe5631023f 01:20:11 Step 6/22 : COPY go.mod . 01:20:11 ---> Using cache 01:20:11 ---> ed66adf06619 01:20:11 Step 7/22 : RUN go mod download 01:20:11 ---> Using cache 01:20:11 ---> b239b467ee16 01:20:11 Step 8/22 : COPY . . 01:20:11 ---> Using cache 01:20:11 ---> f41c23ba080f 01:20:11 Step 9/22 : RUN go mod tidy 01:20:11 ---> Using cache 01:20:11 ---> 39824dc3aa05 01:20:11 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:20:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:20:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:20:11 ---> 92d3767a3ab8 01:20:11 Step 3/24 : WORKDIR /edgex-go 01:20:11 ---> Using cache 01:20:11 ---> 54a54210f64b 01:20:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:11 ---> Using cache 01:20:11 ---> ac3d1452228d 01:20:11 Step 5/24 : RUN apk add --update --no-cache make bash git 01:20:12 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 01:20:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:20:12 ---> 92d3767a3ab8 01:20:12 Step 3/24 : WORKDIR /edgex-go 01:20:12 ---> Using cache 01:20:12 ---> 54a54210f64b 01:20:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:20:12 ---> Using cache 01:20:12 ---> ac3d1452228d 01:20:12 Step 5/24 : RUN apk add --update --no-cache make git 01:20:12 ---> Using cache 01:20:12 ---> 01fe5631023f 01:20:12 Step 6/24 : COPY go.mod . 01:20:12 ---> Using cache 01:20:12 ---> ed66adf06619 01:20:12 Step 7/24 : RUN go mod download 01:20:12 ---> Using cache 01:20:12 ---> b239b467ee16 01:20:12 Step 8/24 : COPY . . 01:20:12 ---> Using cache 01:20:12 ---> f41c23ba080f 01:20:12 Step 9/24 : RUN go mod tidy 01:20:12 ---> Using cache 01:20:12 ---> 39824dc3aa05 01:20:12 Step 10/24 : RUN make cmd/core-command/core-command 01:20:12 ---> Running in a42c3e119c8a 01:20:12 ---> Running in 57e3734db81f 01:20:12 ---> Running in 2ae1354a7a9e 01:20:12 ---> Running in 4a15087d9cf5 01:20:14 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 01:20:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:20:15 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 01:20:15 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 01:20:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:20:16 OK: 218 MiB in 52 packages 01:20:18 Removing intermediate container 2ae1354a7a9e 01:20:18 ---> d07ddde1c5bc 01:20:18 Step 6/24 : COPY go.mod . 01:20:19 ---> 5371658d1791 01:20:19 Step 7/24 : RUN go mod download 01:20:20 ---> Running in 6449099bffef 01:20:26 Removing intermediate container 6449099bffef 01:20:26 ---> 61825ea6da05 01:20:26 Step 8/24 : COPY . . 01:20:45 ---> a6eba5d5e77e 01:20:45 Step 9/24 : RUN go mod tidy 01:20:45 ---> Running in c5181ef465fb 01:20:50 Removing intermediate container c5181ef465fb 01:20:50 ---> 3b83889d44e7 01:20:50 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:20:50 ---> Running in 87d4d4cf28be 01:20:52 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 01:21:39 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 01:21:48 Removing intermediate container 4a15087d9cf5 01:21:48 ---> 58180bc174f3 01:21:48 01:21:48 Step 11/24 : FROM alpine:3.12 01:21:48 ---> afc2cc120ca2 01:21:48 Step 12/24 : RUN apk add --update --no-cache dumb-init 01:21:48 ---> Using cache 01:21:48 ---> 16f5771aabc8 01:21:48 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:21:48 ---> Using cache 01:21:48 ---> eae49aa3ffa4 01:21:48 Step 14/24 : ENV APP_PORT=59882 01:21:48 ---> Running in 5bd2911f68ee 01:21:49 Removing intermediate container 5bd2911f68ee 01:21:49 ---> 09635ff26eb6 01:21:49 Step 15/24 : EXPOSE $APP_PORT 01:21:50 ---> Running in ecc41b1f8949 01:21:51 Removing intermediate container ecc41b1f8949 01:21:51 ---> 81ebcf819cdc 01:21:51 Step 16/24 : WORKDIR / 01:21:51 ---> Running in cd9e9ac05706 01:21:52 Removing intermediate container cd9e9ac05706 01:21:52 ---> ca02b9ceacf6 01:21:52 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 01:21:53 Removing intermediate container a42c3e119c8a 01:21:53 ---> 4d18a311514c 01:21:53 01:21:53 Step 11/32 : FROM alpine:3.12 01:21:53 ---> afc2cc120ca2 01:21:53 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:21:53 ---> Running in dabaf7bbf389 01:21:53 Removing intermediate container 57e3734db81f 01:21:53 ---> d8039434150a 01:21:53 01:21:53 Step 11/22 : FROM alpine:3.12 01:21:53 ---> afc2cc120ca2 01:21:53 Step 12/22 : RUN apk add --update --no-cache curl 01:21:53 ---> Running in 664c00b7d84a 01:21:54 ---> 0eee948d1b98 01:21:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:21:54 Removing intermediate container dabaf7bbf389 01:21:54 ---> 606ba1c71075 01:21:54 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 01:21:54 ---> Running in b975ed7aac87 01:21:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:21:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:21:56 ---> b7a60e44e4de 01:21:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:21:57 (1/4) Installing ca-certificates (20191127-r4) 01:21:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:21:57 (3/4) Installing libcurl (7.78.0-r0) 01:21:57 (4/4) Installing curl (7.78.0-r0) 01:21:57 Executing busybox-1.31.1-r20.trigger 01:21:57 Executing ca-certificates-20191127-r4.trigger 01:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:21:57 OK: 7 MiB in 18 packages 01:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:21:58 (1/2) Installing dumb-init (1.2.2-r1) 01:21:58 (2/2) Installing su-exec (0.2-r1) 01:21:58 Executing busybox-1.31.1-r20.trigger 01:21:58 OK: 5 MiB in 16 packages 01:21:58 ---> 802cc3872172 01:21:58 Step 20/24 : ENTRYPOINT ["/core-command"] 01:21:59 ---> Running in ff43dd892bbc 01:22:00 Removing intermediate container ff43dd892bbc 01:22:00 ---> 2f20cb865b00 01:22:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:22:00 Removing intermediate container 664c00b7d84a 01:22:00 ---> ee2eb9326fd3 01:22:00 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:22:00 ---> Running in 888721f515ac 01:22:00 Removing intermediate container b975ed7aac87 01:22:00 ---> 6d4fc848e395 01:22:00 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 01:22:00 ---> Running in b217eb314a2f 01:22:00 ---> Running in 10bf1b5e3ede 01:22:01 Removing intermediate container 888721f515ac 01:22:01 ---> eb82d421c8be 01:22:01 Step 22/24 : LABEL arch=arm64 01:22:01 Removing intermediate container b217eb314a2f 01:22:01 ---> 29a8de7efdd8 01:22:01 Step 14/22 : WORKDIR /edgex 01:22:01 ---> Running in 9d2531e0caa0 01:22:01 Removing intermediate container 10bf1b5e3ede 01:22:01 ---> 2296d236f413 01:22:01 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:22:01 ---> Running in 9b3772d0073b 01:22:02 ---> Running in 40a678c20a5d 01:22:02 Removing intermediate container 9d2531e0caa0 01:22:02 ---> 2b975b7fe5b9 01:22:02 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:22:02 Removing intermediate container 9b3772d0073b 01:22:02 ---> c66784c14b3d 01:22:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:22:02 ---> Running in a0709ea0b5cd 01:22:02 Removing intermediate container 40a678c20a5d 01:22:02 ---> 6d7458b27d0d 01:22:02 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:22:02 ---> Running in 84cadb8fe8ae 01:22:03 Removing intermediate container a0709ea0b5cd 01:22:03 ---> 6ae5ae23eee6 01:22:03 Step 24/24 : LABEL version=0.0.0 01:22:03 ---> Running in 099c778e0ebf 01:22:03 ---> 7dba7012c93e 01:22:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:22:04 Removing intermediate container 099c778e0ebf 01:22:04 ---> b328da26b4b1 01:22:04 01:22:04 Successfully built b328da26b4b1 01:22:04 Successfully tagged core-command-arm64:latest 01:22:05  Building core-command ... done  ---> d0a47d75f9a0 01:22:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:22:06 Removing intermediate container 84cadb8fe8ae 01:22:06 ---> b7d44f6ba45f 01:22:06 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 01:22:06 ---> Running in 1698c2c85948 01:22:07 ---> 0d158f1c9ee4 01:22:07 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:22:07 ---> Running in ff6e3b897e03 01:22:07 Removing intermediate container 1698c2c85948 01:22:07 ---> 1301f7fc6c07 01:22:07 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:22:08 Removing intermediate container ff6e3b897e03 01:22:08 ---> 9c3e0424e7ff 01:22:08 Step 19/22 : CMD ["--init=true"] 01:22:08 ---> Running in 69d32bae9300 01:22:08 ---> c85f096c1533 01:22:08 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:22:08 Removing intermediate container 87d4d4cf28be 01:22:08 ---> c1c3637a1f41 01:22:08 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:22:08 ---> Running in cafd724876d2 01:22:08 ---> Running in 2d2d115184c0 01:22:09 Removing intermediate container 69d32bae9300 01:22:09 ---> 1df7c7040176 01:22:09 Step 20/22 : LABEL arch=arm64 01:22:09 ---> Running in d28beb1099a1 01:22:10 Removing intermediate container d28beb1099a1 01:22:10 ---> 533f194971e3 01:22:10 Step 21/22 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:22:10 ---> Running in 812e17e2e82d 01:22:10 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 01:22:10 Removing intermediate container 812e17e2e82d 01:22:10 ---> 04791440bf16 01:22:10 Step 22/22 : LABEL version=0.0.0 01:22:10 ---> Running in 2ea17f45a5c0 01:22:11 Removing intermediate container 2ea17f45a5c0 01:22:11 ---> 3803a9972e75 01:22:11 01:22:12 Successfully built 3803a9972e75 01:22:12 Successfully tagged security-proxy-setup-arm64:latest 01:22:12  Building security-proxy-setup ... done Removing intermediate container cafd724876d2 01:22:12 ---> c86046dc8cfa 01:22:12 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 01:22:13 ---> bb065a9a2329 01:22:13 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:22:13 Removing intermediate container 2d2d115184c0 01:22:13 ---> 04f19b21bfbf 01:22:13 01:22:13 Step 12/24 : FROM docker:20.10.7 01:22:14 20.10.7: Pulling from library/docker 01:22:14 ---> 099d0856f50b 01:22:14 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:22:16 ---> 040532e681b1 01:22:16 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:22:17 ---> e2f5d6bdbb09 01:22:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:22:18 ---> 2217f898cf47 01:22:18 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 01:22:19 ---> Running in 7e7bda068f77 01:22:20 Removing intermediate container 7e7bda068f77 01:22:20 ---> 2c75ce39c09b 01:22:20 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:22:21 ---> c3806d3c7728 01:22:21 Step 27/32 : RUN chmod +x /entrypoint.sh 01:22:21 ---> Running in 7d0c03969bcc 01:22:23 Digest: sha256:bfc499cef26daa22da31b76be1752813a6921ee1fa1dd1f56d4fdf19c701d332 01:22:23 Status: Downloaded newer image for docker:20.10.7 01:22:23 ---> df445af6242a 01:22:23 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 01:22:23 ---> Running in b4654bae7777 01:22:24 Removing intermediate container b4654bae7777 01:22:24 ---> 87a308f795ac 01:22:24 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 01:22:24 ---> Running in ba6c27b2d194 01:22:24 Removing intermediate container 7d0c03969bcc 01:22:24 ---> 8c2ff1ef8408 01:22:24 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 01:22:25 ---> Running in faafa481b9fb 01:22:25 Removing intermediate container faafa481b9fb 01:22:25 ---> 4dc5fa0bfb42 01:22:25 Step 29/32 : CMD ["gate"] 01:22:25 ---> Running in 1d54ab148682 01:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 01:22:26 Removing intermediate container 1d54ab148682 01:22:26 ---> 74ad7575260e 01:22:26 Step 30/32 : LABEL arch=arm64 01:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 01:22:26 ---> Running in c6e3bd138611 01:22:27 (1/39) Installing readline (8.1.0-r0) 01:22:27 (2/39) Installing bash (5.1.0-r0) 01:22:27 Removing intermediate container c6e3bd138611 01:22:27 ---> e30a19f46eaf 01:22:27 Step 31/32 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:22:27 Executing bash-5.1.0-r0.post-install 01:22:27 (3/39) Installing brotli-libs (1.0.9-r3) 01:22:27 (4/39) Installing nghttp2-libs (1.42.0-r1) 01:22:27 (5/39) Installing libcurl (7.78.0-r0) 01:22:27 (6/39) Installing curl (7.78.0-r0) 01:22:27 (7/39) Installing dumb-init (1.2.5-r0) 01:22:27 (8/39) Installing libbz2 (1.0.8-r1) 01:22:27 (9/39) Installing expat (2.2.10-r1) 01:22:27 (10/39) Installing libffi (3.3-r2) 01:22:27 (11/39) Installing gdbm (1.19-r0) 01:22:27 (12/39) Installing xz-libs (5.2.5-r0) 01:22:27 (13/39) Installing sqlite-libs (3.34.1-r0) 01:22:27 (14/39) Installing python3 (3.8.10-r0) 01:22:27 ---> Running in 82cf0f670b0c 01:22:28 Removing intermediate container 82cf0f670b0c 01:22:28 ---> bbeb87b7ebef 01:22:28 Step 32/32 : LABEL version=0.0.0 01:22:28 ---> Running in 13a7d3d94aee 01:22:29 (15/39) Installing py3-appdirs (1.4.4-r1) 01:22:29 Removing intermediate container 13a7d3d94aee 01:22:29 ---> 81e082a74b58 01:22:29 01:22:29 (16/39) Installing py3-ordered-set (4.0.2-r0) 01:22:29 (17/39) Installing py3-parsing (2.4.7-r1) 01:22:29 (18/39) Installing py3-six (1.15.0-r0) 01:22:29 (19/39) Installing py3-packaging (20.9-r0) 01:22:29 (20/39) Installing py3-setuptools (51.3.3-r0) 01:22:29 (21/39) Installing py3-chardet (4.0.0-r0) 01:22:29 (22/39) Installing py3-idna (3.1-r0) 01:22:29 (23/39) Installing py3-urllib3 (1.26.2-r1) 01:22:29 Successfully built 81e082a74b58 01:22:29 (24/39) Installing py3-requests (2.25.1-r1) 01:22:29 (25/39) Installing py3-msgpack (1.0.2-r0) 01:22:29 (26/39) Installing py3-lockfile (0.12.2-r3) 01:22:29 (27/39) Installing py3-cachecontrol (0.12.6-r0) 01:22:29 (28/39) Installing py3-colorama (0.4.4-r0) 01:22:29 Successfully tagged security-bootstrapper-arm64:latest 01:22:29  Building security-bootstrapper ... done (29/39) Installing py3-contextlib2 (0.6.0-r0) 01:22:29 (30/39) Installing py3-distlib (0.3.1-r1) 01:22:29 (31/39) Installing py3-distro (1.5.0-r1) 01:22:29 (32/39) Installing py3-webencodings (0.5.1-r3) 01:22:29 (33/39) Installing py3-html5lib (1.1-r0) 01:22:30 (34/39) Installing py3-pytoml (0.1.21-r0) 01:22:30 (35/39) Installing py3-pep517 (0.9.1-r0) 01:22:30 (36/39) Installing py3-progress (1.5-r0) 01:22:30 (37/39) Installing py3-retrying (1.3.3-r0) 01:22:30 (38/39) Installing py3-toml (0.10.2-r0) 01:22:30 (39/39) Installing py3-pip (20.3.4-r0) 01:22:30 Executing busybox-1.32.1-r6.trigger 01:22:30 OK: 82 MiB in 59 packages 01:22:39 Collecting docker-compose==1.23.2 01:22:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:22:39 Collecting dockerpty<0.5,>=0.4.1 01:22:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:22:40 Collecting jsonschema<3,>=2.5.1 01:22:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:22:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:22:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:22:42 Collecting docker<4.0,>=3.6.0 01:22:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:22:42 Collecting websocket-client<1.0,>=0.32.0 01:22:42 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 01:22:43 Collecting texttable<0.10,>=0.9.0 01:22:43 Downloading texttable-0.9.1.tar.gz (11 kB) 01:22:45 Collecting PyYAML<4,>=3.10 01:22:45 Downloading PyYAML-3.13.tar.gz (270 kB) 01:22:49 Collecting docopt<0.7,>=0.6.1 01:22:49 Downloading docopt-0.6.2.tar.gz (25 kB) 01:22:51 Collecting cached-property<2,>=1.2.0 01:22:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:22:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:22:51 Collecting docker-pycreds>=0.4.0 01:22:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:22:52 Collecting certifi>=2017.4.17 01:22:52 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 01:22:52 Collecting chardet<3.1.0,>=3.0.2 01:22:52 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 01:22:53 Collecting urllib3<1.25,>=1.21.1 01:22:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:22:53 Collecting idna<2.8,>=2.5 01:22:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:22:54 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 01:22:54 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 01:22:54 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 01:22:54 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 01:22:54 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 01:22:54 Attempting uninstall: urllib3 01:22:54 Found existing installation: urllib3 1.26.2 01:22:54 Uninstalling urllib3-1.26.2: 01:22:54 Successfully uninstalled urllib3-1.26.2 01:22:55 Attempting uninstall: idna 01:22:55 Found existing installation: idna 3.1 01:22:55 Uninstalling idna-3.1: 01:22:55 Successfully uninstalled idna-3.1 01:22:56 Attempting uninstall: chardet 01:22:56 Found existing installation: chardet 4.0.0 01:22:56 Uninstalling chardet-4.0.0: 01:22:56 Successfully uninstalled chardet-4.0.0 01:22:57 Attempting uninstall: requests 01:22:57 Found existing installation: requests 2.25.1 01:22:57 Uninstalling requests-2.25.1: 01:22:57 Successfully uninstalled requests-2.25.1 01:22:58 Running setup.py install for texttable: started 01:23:00 Running setup.py install for texttable: finished with status 'done' 01:23:00 Running setup.py install for PyYAML: started 01:23:02 Running setup.py install for PyYAML: finished with status 'done' 01:23:02 Running setup.py install for docopt: started 01:23:04 Running setup.py install for docopt: finished with status 'done' 01:23:04 Running setup.py install for dockerpty: started 01:23:06 Running setup.py install for dockerpty: finished with status 'done' 01:23:08 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 01:23:17 Removing intermediate container ba6c27b2d194 01:23:17 ---> 33a0795f1856 01:23:17 Step 15/24 : ENV APP_PORT=58890 01:23:17 ---> Running in c1d6b5eec03a 01:23:17 Removing intermediate container c1d6b5eec03a 01:23:17 ---> ac2683a40c0a 01:23:17 Step 16/24 : EXPOSE $APP_PORT 01:23:18 ---> Running in 8c6dcb6bd84b 01:23:18 Removing intermediate container 8c6dcb6bd84b 01:23:18 ---> ce45d30582f6 01:23:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:23:20 ---> 4fc477fd63b5 01:23:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:23:20 ---> ed60ca05f563 01:23:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:23:21 ---> b4b99b7f3954 01:23:21 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 01:23:21 ---> Running in c1ea76eb1a85 01:23:22 Removing intermediate container c1ea76eb1a85 01:23:22 ---> 1941b1e7ba40 01:23:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:23:22 ---> Running in 21faa1f9fa88 01:23:23 Removing intermediate container 21faa1f9fa88 01:23:23 ---> 30f489b02f15 01:23:23 Step 22/24 : LABEL arch=arm64 01:23:23 ---> Running in 87900787f4a9 01:23:23 Removing intermediate container 87900787f4a9 01:23:23 ---> dff76ceb3203 01:23:23 Step 23/24 : LABEL git_sha=a163396c5fcb06ca26f267f77dcd4715c866de00 01:23:23 ---> Running in 0cb81339cceb 01:23:24 Removing intermediate container 0cb81339cceb 01:23:24 ---> 5b4592da0f6c 01:23:24 Step 24/24 : LABEL version=0.0.0 01:23:24 ---> Running in 1b2ee5d162a3 01:23:25 Removing intermediate container 1b2ee5d162a3 01:23:25 ---> 53dc33667e43 01:23:25 01:23:25 Successfully built 53dc33667e43 01:23:25 Successfully tagged sys-mgmt-agent-arm64:latest 01:23:25  Building sys-mgmt-agent ... done  [Pipeline] } 01:23:25 $ docker stop --time=1 dfd9c982bd5843c0ff45235cfbf9b7671fd01267c7934fb13ddbba57c4d51cdd 01:23:27 $ docker rm -f dfd9c982bd5843c0ff45235cfbf9b7671fd01267c7934fb13ddbba57c4d51cdd [Pipeline] // withDockerContainer [Pipeline] sh 01:23:28 + docker images 01:23:28 REPOSITORY TAG IMAGE ID CREATED SIZE 01:23:28 sys-mgmt-agent-arm64 latest 53dc33667e43 4 seconds ago 311MB 01:23:28 security-bootstrapper-arm64 latest 81e082a74b58 59 seconds ago 17.7MB 01:23:28 04f19b21bfbf About a minute ago 1.57GB 01:23:28 security-proxy-setup-arm64 latest 3803a9972e75 About a minute ago 24.6MB 01:23:28 core-command-arm64 latest b328da26b4b1 About a minute ago 15.2MB 01:23:28 d8039434150a About a minute ago 1.57GB 01:23:28 4d18a311514c About a minute ago 1.57GB 01:23:28 58180bc174f3 About a minute ago 1.56GB 01:23:28 core-data-arm64 latest 190fd4a1829a 3 minutes ago 19.3MB 01:23:28 security-secretstore-setup-arm64 latest b184da44e60d 4 minutes ago 26.5MB 01:23:28 core-metadata-arm64 latest 4baca58ad850 4 minutes ago 15.8MB 01:23:28 support-notifications-arm64 latest e086e62aca48 4 minutes ago 15.9MB 01:23:28 support-scheduler-arm64 latest 1a9c4b274bee 4 minutes ago 15.2MB 01:23:28 7de1da0bd781 4 minutes ago 1.57GB 01:23:28 5041e1ab0142 4 minutes ago 1.57GB 01:23:28 1ed86b0a16f6 4 minutes ago 1.57GB 01:23:28 739f173af1b8 4 minutes ago 1.57GB 01:23:28 fcf865e3dafa 4 minutes ago 1.57GB 01:23:28 ci-base-image-arm64 latest 92d3767a3ab8 15 minutes ago 1.24GB 01:23:28 alpine 3.12 afc2cc120ca2 5 days ago 5.33MB 01:23:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 04bc70af865f 4 weeks ago 533MB 01:23:28 docker 20.10.7 df445af6242a 2 months ago 234MB 01:23:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 14 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:23:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:23:29 01:23:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 01:23:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:23:30 arm64: Pulling from edgex-lftools-log-publisher 01:23:30 448f6bf000e3: Pulling fs layer 01:23:30 f757da607395: Pulling fs layer 01:23:30 05883995daec: Pulling fs layer 01:23:30 8603b9c90790: Pulling fs layer 01:23:30 1560dd03e051: Pulling fs layer 01:23:30 27f5ce0e4adf: Pulling fs layer 01:23:30 c2d8d7efcc4b: Pulling fs layer 01:23:30 8603b9c90790: Waiting 01:23:30 1560dd03e051: Waiting 01:23:30 27f5ce0e4adf: Waiting 01:23:30 c2d8d7efcc4b: Waiting 01:23:30 f757da607395: Verifying Checksum 01:23:30 f757da607395: Download complete 01:23:30 8603b9c90790: Verifying Checksum 01:23:30 8603b9c90790: Download complete 01:23:30 1560dd03e051: Retrying in 5 seconds 01:23:30 05883995daec: Download complete 01:23:30 27f5ce0e4adf: Download complete 01:23:31 448f6bf000e3: Verifying Checksum 01:23:31 448f6bf000e3: Download complete 01:23:31 1560dd03e051: Retrying in 4 seconds 01:23:32 1560dd03e051: Retrying in 3 seconds 01:23:33 1560dd03e051: Retrying in 2 seconds 01:23:34 c2d8d7efcc4b: Verifying Checksum 01:23:34 c2d8d7efcc4b: Download complete 01:23:34 1560dd03e051: Retrying in 1 second 01:23:34 448f6bf000e3: Pull complete 01:23:35 f757da607395: Pull complete 01:23:35 1560dd03e051: Retrying in 10 seconds 01:23:36 1560dd03e051: Retrying in 9 seconds 01:23:37 05883995daec: Pull complete 01:23:37 8603b9c90790: Pull complete 01:23:37 1560dd03e051: Retrying in 8 seconds 01:23:38 1560dd03e051: Retrying in 7 seconds 01:23:39 1560dd03e051: Retrying in 6 seconds 01:23:40 1560dd03e051: Retrying in 5 seconds 01:23:41 1560dd03e051: Retrying in 4 seconds 01:23:42 1560dd03e051: Retrying in 3 seconds 01:23:43 1560dd03e051: Retrying in 2 seconds 01:23:44 1560dd03e051: Retrying in 1 second 01:23:45 1560dd03e051: Download complete 01:23:48 1560dd03e051: Pull complete 01:23:48 27f5ce0e4adf: Pull complete 01:24:03 c2d8d7efcc4b: Pull complete 01:24:03 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 01:24:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:24:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 01:24:03 prd-ubuntu18.04-docker-arm64-4c-16g-1492 does not seem to be running inside a container 01:24:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:24:07 $ docker top 64c47c875559a02648384f4cc64c740f3979bb942de5ed1bd53f5585bed905ba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:24:08 ---> job-cost.sh 01:24:08 lf-activate-venv: SKIPPING 01:24:08 INFO: No Stack... 01:24:09 INFO: Retrieving Pricing Info for: v3-standard-4 01:24:10 INFO: Archiving Costs [Pipeline] sh 01:24:10 + + cutcat -d, /w/workspace/edgex-go/4/archives/cost.csv -f6 01:24:10 [Pipeline] lock 01:24:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] 01:24:10 Resource [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] did not exist. Created. 01:24:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:24:11 + echo total: 0.10999999940395355 [Pipeline] stash 01:24:11 Stashed 1 file(s) [Pipeline] } 01:24:11 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3697-4-stack-cost] [Pipeline] // lock [Pipeline] } 01:24:11 $ docker stop --time=1 64c47c875559a02648384f4cc64c740f3979bb942de5ed1bd53f5585bed905ba 01:24:13 $ docker rm -f 64c47c875559a02648384f4cc64c740f3979bb942de5ed1bd53f5585bed905ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:24:14 provisioning config files... 01:24:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3769504831701315357tmp [Pipeline] { [Pipeline] sh 01:24:15 + set +x 01:24:15 + curl -s https://codecov.io/bash 01:24:15 + bash -s -- 01:24:15 01:24:15 _____ _ 01:24:15 / ____| | | 01:24:15 | | ___ __| | ___ ___ _____ __ 01:24:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:24:15 | |___| (_) | (_| | __/ (_| (_) \ V / 01:24:15 \_____\___/ \__,_|\___|\___\___/ \_/ 01:24:15 Bash-1.0.6 01:24:15 01:24:15 01:24:15 ==> git version 2.24.4 found 01:24:15 ==> 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 01:24:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:24:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:24:15 ==> Jenkins CI detected. 01:24:15 current dir:  /w/workspace/edgex-go/4 01:24:15 project root: . 01:24:15 --> token set from env 01:24:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:24:15 ==> Running gcov in . (disable via -X gcov) 01:24:15 ==> Python coveragepy not found 01:24:15 ==> Searching for coverage reports in: 01:24:15 + . 01:24:15 -> Found 1 reports 01:24:15 ==> Detecting git/mercurial file structure 01:24:15 ==> Reading reports 01:24:15 + ./coverage.out bytes=404331 01:24:15 ==> Appending adjustments 01:24:15 https://docs.codecov.io/docs/fixing-reports 01:24:16 + Found adjustments 01:24:16 ==> Gzipping contents 01:24:16 56K /tmp/codecov.vWBkAg.gz 01:24:16 ==> Uploading reports 01:24:16 url: https://codecov.io 01:24:16 query: branch=PR-3697&commit=a163396c5fcb06ca26f267f77dcd4715c866de00&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3697%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3697&job=&cmd_args= 01:24:16 -> Pinging Codecov 01:24:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3697&commit=a163396c5fcb06ca26f267f77dcd4715c866de00&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3697%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3697&job=&cmd_args= 01:24:16 -> Uploading to 01:24:16 https://storage.googleapis.com/codecov/v4/raw/2021-09-07/00271124DB129430A58F1EEE437C3FCB/a163396c5fcb06ca26f267f77dcd4715c866de00/f7c582b8-a4d0-4841-855d-b18c1dbfd7f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210907%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210907T012416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8ab362e06bf58ab542e3af4aa19f0e503f85f715a854c405b127f77cc1988306 01:24:16 % Total % Received % Xferd Average Speed Time Time Time Current 01:24:16 Dload Upload Total Spent Left Speed 01:24:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54494 0 0 100 54494 0 118k --:--:-- --:--:-- --:--:-- 118k 01:24:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a163396c5fcb06ca26f267f77dcd4715c866de00 [Pipeline] } 01:24:17 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 01:24:18 + '[' -d /w/workspace/edgex-go/4/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:24:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:24:20 ---> package-listing.sh 01:24:20 ++ facter osfamily 01:24:20 ++ tr '[:upper:]' '[:lower:]' 01:24:20 + OS_FAMILY=redhat 01:24:20 + workspace=/w/workspace/edgex-go/4 01:24:20 + START_PACKAGES=/tmp/packages_start.txt 01:24:20 + END_PACKAGES=/tmp/packages_end.txt 01:24:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:24:20 + PACKAGES=/tmp/packages_start.txt 01:24:20 + '[' /w/workspace/edgex-go/4 ']' 01:24:20 + PACKAGES=/tmp/packages_end.txt 01:24:20 + case "${OS_FAMILY}" in 01:24:20 + rpm -qa 01:24:20 + sort 01:24:23 + '[' -f /tmp/packages_start.txt ']' 01:24:23 + '[' -f /tmp/packages_end.txt ']' 01:24:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:24:23 + '[' /w/workspace/edgex-go/4 ']' 01:24:23 + mkdir -p /w/workspace/edgex-go/4/archives/ 01:24:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 01:24:23 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:24:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:24:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:24:24 01:24:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:24:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:24:24 latest: Pulling from edgex-lftools-log-publisher 01:24:24 b4d181a07f80: Pulling fs layer 01:24:24 a1111a8f2ec3: Pulling fs layer 01:24:24 ed53099fbce6: Pulling fs layer 01:24:24 dc539afda2c1: Pulling fs layer 01:24:24 77bc0d833cb6: Pulling fs layer 01:24:24 9065ff56babe: Pulling fs layer 01:24:24 d287ab97295c: Pulling fs layer 01:24:24 dc539afda2c1: Waiting 01:24:24 77bc0d833cb6: Waiting 01:24:24 9065ff56babe: Waiting 01:24:24 d287ab97295c: Waiting 01:24:24 a1111a8f2ec3: Verifying Checksum 01:24:24 a1111a8f2ec3: Download complete 01:24:24 dc539afda2c1: Verifying Checksum 01:24:24 dc539afda2c1: Download complete 01:24:25 77bc0d833cb6: Verifying Checksum 01:24:25 77bc0d833cb6: Download complete 01:24:25 9065ff56babe: Verifying Checksum 01:24:25 9065ff56babe: Download complete 01:24:25 ed53099fbce6: Verifying Checksum 01:24:25 ed53099fbce6: Download complete 01:24:26 b4d181a07f80: Verifying Checksum 01:24:26 b4d181a07f80: Download complete 01:24:27 b4d181a07f80: Pull complete 01:24:27 a1111a8f2ec3: Pull complete 01:24:28 ed53099fbce6: Pull complete 01:24:28 dc539afda2c1: Pull complete 01:24:28 77bc0d833cb6: Pull complete 01:24:28 9065ff56babe: Pull complete 01:24:30 d287ab97295c: Download complete 01:24:35 d287ab97295c: Pull complete 01:24:35 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 01:24:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:24:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:24:35 prd-centos7-docker-4c-2g-1490 does not seem to be running inside a container 01:24:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:24:38 $ docker top 5507c32123309c86438841b0d972209223f353d43f2ebae115dc888c2f6a4185 -eo pid,comm [Pipeline] { [Pipeline] sh 01:24:39 + touch /tmp/pre-build-complete [Pipeline] sh 01:24:39 + mkdir -p /var/log/sysstat [Pipeline] sh 01:24:39 + ls /var/log/sa-host 01:24:39 + sadf -c /var/log/sa-host/sa05 01:24:39 file_magic: OK 01:24:39 HZ: Using current value: 100 01:24:39 file_header: OK 01:24:39 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 01:24:39 Statistics: 01:24:39 Hnuu...uuuununununu...Hnuu...uuuununununu... 01:24:39 File successfully converted to sysstat format version 12.0.3 01:24:39 + sadf -c /var/log/sa-host/sa07 01:24:39 file_magic: OK 01:24:39 HZ: Using current value: 100 01:24:39 file_header: OK 01:24:39 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 01:24:39 Statistics: 01:24:39 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... 01:24:39 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:24:39 provisioning config files... 01:24:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5196805219274860624tmp [Pipeline] { [Pipeline] echo 01:24:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:24:40 ---> create-netrc.sh [Pipeline] } 01:24:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:24:40 ---> python-tools-install.sh [Pipeline] echo 01:24:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:24:41 ---> sudo-logs.sh 01:24:41 Archiving 'sudo' log.. 01:24:41 sudo: unable to resolve host prd-centos7-docker-4c-2g-1490.vexxhost.local: Name or service not known 01:24:41 sudo: unable to resolve host prd-centos7-docker-4c-2g-1490.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 01:24:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:24:41 ---> job-cost.sh 01:24:41 lf-activate-venv: SKIPPING 01:24:41 DEBUG: total: 0.10999999940395355 01:24:41 INFO: Retrieving Stack Cost... 01:24:42 INFO: Retrieving Pricing Info for: v3-standard-2 01:24:42 INFO: Archiving Costs [Pipeline] echo 01:24:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:24:42 ---> logs-deploy.sh 01:24:42 lf-activate-venv: SKIPPING 01:24:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3697/4 01:24:42 INFO: archiving workspace using pattern(s): 01:24:43 Archives upload complete. 01:24:43 INFO: archiving logs to Nexus 01:24:44 ---> uname -a: 01:24:44 Linux prd-centos7-docker-4c-2g-1490.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 01:24:44 01:24:44 01:24:44 ---> lscpu: 01:24:44 Architecture: x86_64 01:24:44 CPU op-mode(s): 32-bit, 64-bit 01:24:44 Byte Order: Little Endian 01:24:44 Address sizes: 40 bits physical, 48 bits virtual 01:24:44 CPU(s): 2 01:24:44 On-line CPU(s) list: 0,1 01:24:44 Thread(s) per core: 1 01:24:44 Core(s) per socket: 1 01:24:44 Socket(s): 2 01:24:44 NUMA node(s): 1 01:24:44 Vendor ID: AuthenticAMD 01:24:44 CPU family: 23 01:24:44 Model: 49 01:24:44 Model name: AMD EPYC-Rome Processor 01:24:44 Stepping: 0 01:24:44 CPU MHz: 2800.000 01:24:44 BogoMIPS: 5600.00 01:24:44 Virtualization: AMD-V 01:24:44 Hypervisor vendor: KVM 01:24:44 Virtualization type: full 01:24:44 L1d cache: 32K 01:24:44 L1i cache: 32K 01:24:44 L2 cache: 512K 01:24:44 L3 cache: 16384K 01:24:44 NUMA node0 CPU(s): 0,1 01:24:44 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 01:24:44 01:24:44 01:24:44 ---> nproc: 01:24:44 2 01:24:44 01:24:44 01:24:44 ---> df -h: 01:24:44 Filesystem Size Used Avail Use% Mounted on 01:24:44 overlay 40G 13G 28G 32% / 01:24:44 tmpfs 64M 0 64M 0% /dev 01:24:44 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:24:44 shm 64M 0 64M 0% /dev/shm 01:24:44 /dev/vda1 40G 13G 28G 32% /facter-os 01:24:44 01:24:44 01:24:44 ---> sar -b -r -n DEV: 01:24:44 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/07/21 _x86_64_ (2 CPU) 01:24:44 01:24:44 00:59:54 LINUX RESTART (2 CPU) 01:24:44 01:24:44 01:01:01 tps rtps wtps bread/s bwrtn/s 01:24:44 01:02:01 86.16 3.56 82.60 2581.29 7246.87 01:24:44 01:03:02 371.96 0.15 371.81 22.11 94218.30 01:24:44 01:04:01 57.32 0.00 57.32 0.00 9067.90 01:24:44 01:05:01 52.54 0.02 52.52 0.53 3828.34 01:24:44 01:06:01 705.42 272.89 432.52 15817.67 290530.75 01:24:44 01:07:01 397.20 59.38 337.82 4007.86 127373.67 01:24:44 01:08:01 428.56 72.06 356.50 3370.39 120808.63 01:24:44 01:09:01 1.30 0.00 1.30 0.00 20.41 01:24:44 01:10:01 0.30 0.00 0.30 0.00 4.01 01:24:44 01:11:01 0.47 0.22 0.25 93.84 2.90 01:24:44 01:12:01 0.20 0.00 0.20 0.00 1.80 01:24:44 01:13:01 0.22 0.00 0.22 0.00 1.80 01:24:44 01:14:01 0.20 0.00 0.20 0.00 1.80 01:24:44 01:15:01 0.47 0.18 0.28 5.73 3.90 01:24:44 01:16:01 0.75 0.00 0.75 0.00 15.11 01:24:44 01:17:01 0.22 0.00 0.22 0.00 2.18 01:24:44 01:18:01 0.17 0.00 0.17 0.00 1.50 01:24:44 01:19:01 0.27 0.00 0.27 0.00 3.70 01:24:44 01:20:01 0.25 0.00 0.25 0.00 2.30 01:24:44 01:21:01 0.17 0.00 0.17 0.00 1.70 01:24:44 01:22:01 0.22 0.00 0.22 0.00 2.33 01:24:44 01:23:01 0.17 0.00 0.17 0.00 1.40 01:24:44 01:24:01 0.30 0.00 0.30 0.00 4.30 01:24:44 Average: 91.63 17.80 73.82 1128.79 28447.74 01:24:44 01:24:44 01:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:24:44 01:02:01 4956352 0 837620 10.46 2620 2212340 1394472 15.40 905364 1730908 177920 01:24:44 01:03:02 3392700 0 1227132 15.32 2620 3386480 1649972 18.22 1245708 2736940 3556 01:24:44 01:04:01 3036044 0 1260776 15.74 2620 3709492 1719480 18.98 1460472 2863684 69508 01:24:44 01:05:01 3000636 0 1246156 15.56 2620 3759520 1555604 17.17 1400024 2953440 173668 01:24:44 01:06:01 137412 0 1517672 18.95 2620 6351228 2278852 25.16 3452092 3636248 208948 01:24:44 01:07:01 133528 0 1551248 19.37 2620 6321536 2279344 25.17 2324008 4753392 313660 01:24:44 01:08:01 2886376 0 1331468 16.62 2620 3788468 1452308 16.03 1411708 2942560 20 01:24:44 01:09:01 2895020 0 1322820 16.52 2620 3788472 1416304 15.64 1408712 2942100 12 01:24:44 01:10:01 2896280 0 1321556 16.50 2620 3788476 1416472 15.64 1427692 2924628 8 01:24:44 01:11:01 2893824 0 1321204 16.50 2620 3791284 1416484 15.64 1449420 2905752 8 01:24:44 01:12:01 2894772 0 1320252 16.48 2620 3791288 1416304 15.64 1448808 2905788 8 01:24:44 01:13:01 2894860 0 1320160 16.48 2620 3791292 1416352 15.64 1448832 2905784 8 01:24:44 01:14:01 2894916 0 1320100 16.48 2620 3791296 1416304 15.64 1448824 2905784 8 01:24:44 01:15:01 2894420 0 1320560 16.49 2620 3791332 1416304 15.64 1449616 2905036 16 01:24:44 01:16:01 2894184 0 1320792 16.49 2620 3791336 1416388 15.64 1449712 2905036 8 01:24:44 01:17:01 2894192 0 1320780 16.49 2620 3791340 1416400 15.64 1449728 2905036 8 01:24:44 01:18:01 2894264 0 1320704 16.49 2620 3791344 1416304 15.64 1449636 2905036 8 01:24:44 01:19:01 2894304 0 1320656 16.49 2620 3791352 1416304 15.64 1449648 2905036 8 01:24:44 01:20:01 2894552 0 1320408 16.49 2620 3791352 1416304 15.64 1449648 2905036 8 01:24:44 01:21:01 2894332 0 1320620 16.49 2620 3791360 1416388 15.64 1449748 2905036 8 01:24:44 01:22:01 2894452 0 1320500 16.49 2620 3791360 1416304 15.64 1449660 2905036 8 01:24:44 01:23:01 2894344 0 1320604 16.49 2620 3791364 1416304 15.64 1449668 2905036 8 01:24:44 01:24:01 2894008 0 1320932 16.49 2620 3791372 1416416 15.64 1449956 2905036 16 01:24:44 Average: 2776338 0 1308901 16.34 2620 3921073 1521377 16.80 1536030 2963364 41193 01:24:44 01:24:44 01:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:24:44 01:02:01 veth7860a07 683.75 867.47 71.18 2697.41 0.00 0.00 0.00 0.00 01:24:44 01:02:01 eth0 993.54 755.14 3060.18 93.03 0.00 0.00 0.00 0.00 01:24:44 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:02:01 docker0 683.75 867.33 61.83 2697.39 0.00 0.00 0.00 0.00 01:24:44 01:03:02 eth0 1065.43 820.23 5371.08 78.89 0.00 0.00 0.00 0.00 01:24:44 01:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:03:02 vethf232921 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 01:24:44 01:03:02 docker0 450.42 521.63 33.76 2059.43 0.00 0.00 0.00 0.00 01:24:44 01:04:01 eth0 32.99 17.09 24.66 11.89 0.00 0.00 0.00 0.00 01:24:44 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:04:01 vethf232921 0.75 0.78 0.06 0.06 0.00 0.00 0.00 0.00 01:24:44 01:04:01 docker0 0.75 0.75 0.05 0.06 0.00 0.00 0.00 0.00 01:24:44 01:05:01 eth0 28.66 16.09 21.02 10.91 0.00 0.00 0.00 0.00 01:24:44 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:05:01 vethf232921 1.52 1.52 0.12 0.12 0.00 0.00 0.00 0.00 01:24:44 01:05:01 docker0 1.52 1.52 0.10 0.12 0.00 0.00 0.00 0.00 01:24:44 01:06:01 veth6a4bce6 0.00 0.65 0.00 0.04 0.00 0.00 0.00 0.00 01:24:44 01:06:01 eth0 384.49 261.50 1880.51 144.01 0.00 0.00 0.00 0.00 01:24:44 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:06:01 docker0 47.03 65.00 3.10 168.24 0.00 0.00 0.00 0.00 01:24:44 01:07:01 veth8b0670e 17.70 54.57 1.48 327.33 0.00 0.00 0.00 0.00 01:24:44 01:07:01 veth6a4bce6 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 01:24:44 01:07:01 eth0 273.72 149.94 1728.11 19.80 0.00 0.00 0.00 0.00 01:24:44 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:08:01 eth0 82.08 43.01 198.54 19.53 0.00 0.00 0.00 0.00 01:24:44 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:08:01 docker0 1246.31 1588.53 103.23 5564.91 0.00 0.00 0.00 0.00 01:24:44 01:09:01 eth0 0.52 0.05 0.05 0.01 0.00 0.00 0.00 0.00 01:24:44 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:10:01 eth0 1.28 0.85 0.91 0.39 0.00 0.00 0.00 0.00 01:24:44 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:11:01 eth0 0.27 0.20 0.09 0.10 0.00 0.00 0.00 0.00 01:24:44 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:12:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:24:44 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:13:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 01:24:44 01:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:24:44 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:15:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:24:44 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:16:01 eth0 0.27 0.23 0.09 0.07 0.00 0.00 0.00 0.00 01:24:44 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:17:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 01:24:44 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:18:01 eth0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:19:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:20:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:21:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 01:24:44 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:22:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:23:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:24:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 01:24:44 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 Average: eth0 124.68 89.90 534.84 16.49 0.00 0.00 0.00 0.00 01:24:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:24:44 Average: docker0 54.24 69.13 4.49 242.17 0.00 0.00 0.00 0.00 01:24:44 01:24:44 01:24:44 ---> sar -P ALL: 01:24:44 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 09/07/21 _x86_64_ (2 CPU) 01:24:44 01:24:44 00:59:54 LINUX RESTART (2 CPU) 01:24:44 01:24:44 01:01:01 CPU %user %nice %system %iowait %steal %idle 01:24:44 01:02:01 all 16.13 0.00 4.08 2.09 0.09 77.60 01:24:44 01:02:01 0 19.77 0.00 4.38 0.69 0.09 75.07 01:24:44 01:02:01 1 12.56 0.00 3.80 3.46 0.09 80.09 01:24:44 01:03:02 all 25.99 0.00 12.60 3.62 0.10 57.69 01:24:44 01:03:02 0 25.60 0.00 12.99 3.54 0.09 57.79 01:24:44 01:03:02 1 26.38 0.00 12.22 3.69 0.11 57.60 01:24:44 01:04:01 all 53.59 0.00 5.21 0.53 0.08 40.60 01:24:44 01:04:01 0 52.84 0.00 5.32 0.58 0.09 41.16 01:24:44 01:04:01 1 54.33 0.00 5.09 0.47 0.07 40.04 01:24:44 01:05:01 all 56.10 0.00 7.43 0.54 0.11 35.82 01:24:44 01:05:01 0 56.88 0.00 7.56 0.56 0.11 34.89 01:24:44 01:05:01 1 55.33 0.00 7.30 0.51 0.11 36.75 01:24:44 01:06:01 all 28.50 0.00 18.92 24.66 0.11 27.82 01:24:44 01:06:01 0 28.67 0.00 19.73 25.66 0.11 25.84 01:24:44 01:06:01 1 28.32 0.00 18.12 23.66 0.11 29.79 01:24:44 01:07:01 all 73.08 0.00 15.88 8.68 0.13 2.23 01:24:44 01:07:01 0 72.59 0.00 16.53 8.05 0.13 2.70 01:24:44 01:07:01 1 73.57 0.00 15.24 9.30 0.13 1.76 01:24:44 01:08:01 all 65.24 0.00 14.37 3.16 0.13 17.10 01:24:44 01:08:01 0 65.86 0.00 13.75 3.47 0.13 16.78 01:24:44 01:08:01 1 64.62 0.00 14.99 2.85 0.13 17.42 01:24:44 01:09:01 all 0.24 0.00 0.11 0.00 0.02 99.63 01:24:44 01:09:01 0 0.03 0.00 0.12 0.00 0.02 99.83 01:24:44 01:09:01 1 0.45 0.00 0.10 0.00 0.02 99.43 01:24:44 01:10:01 all 0.21 0.00 0.08 0.00 0.02 99.70 01:24:44 01:10:01 0 0.05 0.00 0.05 0.00 0.02 99.88 01:24:44 01:10:01 1 0.37 0.00 0.10 0.00 0.02 99.52 01:24:44 01:11:01 all 0.21 0.00 0.04 0.03 0.02 99.71 01:24:44 01:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:24:44 01:11:01 1 0.38 0.00 0.05 0.05 0.02 99.50 01:24:44 01:12:01 all 0.12 0.00 0.03 0.00 0.01 99.84 01:24:44 01:12:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:24:44 01:12:01 1 0.20 0.00 0.03 0.00 0.00 99.77 01:24:44 01:24:44 01:12:01 CPU %user %nice %system %iowait %steal %idle 01:24:44 01:13:01 all 0.08 0.00 0.01 0.00 0.03 99.89 01:24:44 01:13:01 0 0.05 0.00 0.02 0.00 0.03 99.90 01:24:44 01:13:01 1 0.10 0.00 0.00 0.00 0.02 99.88 01:24:44 01:14:01 all 0.17 0.00 0.04 0.00 0.02 99.77 01:24:44 01:14:01 0 0.03 0.00 0.05 0.00 0.02 99.90 01:24:44 01:14:01 1 0.30 0.00 0.03 0.00 0.02 99.65 01:24:44 01:15:01 all 0.20 0.00 0.08 0.00 0.01 99.72 01:24:44 01:15:01 0 0.08 0.00 0.08 0.00 0.02 99.82 01:24:44 01:15:01 1 0.32 0.00 0.07 0.00 0.00 99.62 01:24:44 01:16:01 all 0.15 0.00 0.03 0.00 0.02 99.81 01:24:44 01:16:01 0 0.27 0.00 0.02 0.00 0.02 99.70 01:24:44 01:16:01 1 0.03 0.00 0.03 0.00 0.02 99.92 01:24:44 01:17:01 all 0.19 0.00 0.04 0.00 0.02 99.75 01:24:44 01:17:01 0 0.30 0.00 0.05 0.00 0.02 99.63 01:24:44 01:17:01 1 0.08 0.00 0.03 0.00 0.02 99.87 01:24:44 01:18:01 all 0.18 0.00 0.03 0.00 0.02 99.77 01:24:44 01:18:01 0 0.33 0.00 0.02 0.00 0.00 99.65 01:24:44 01:18:01 1 0.03 0.00 0.03 0.00 0.03 99.90 01:24:44 01:19:01 all 0.22 0.00 0.04 0.00 0.01 99.73 01:24:44 01:19:01 0 0.37 0.00 0.02 0.00 0.00 99.62 01:24:44 01:19:01 1 0.07 0.00 0.07 0.00 0.02 99.85 01:24:44 01:20:01 all 0.18 0.00 0.02 0.00 0.02 99.78 01:24:44 01:20:01 0 0.35 0.00 0.03 0.00 0.02 99.60 01:24:44 01:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:24:44 01:21:01 all 0.23 0.00 0.02 0.00 0.02 99.74 01:24:44 01:21:01 0 0.42 0.00 0.02 0.00 0.02 99.55 01:24:44 01:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 01:24:44 01:22:01 all 0.17 0.00 0.03 0.00 0.02 99.78 01:24:44 01:22:01 0 0.33 0.00 0.03 0.00 0.03 99.60 01:24:44 01:22:01 1 0.00 0.00 0.03 0.00 0.00 99.97 01:24:44 01:23:01 all 0.18 0.00 0.03 0.00 0.01 99.78 01:24:44 01:23:01 0 0.05 0.00 0.02 0.00 0.00 99.93 01:24:44 01:23:01 1 0.32 0.00 0.03 0.00 0.02 99.63 01:24:44 01:24:44 01:23:01 CPU %user %nice %system %iowait %steal %idle 01:24:44 01:24:01 all 0.27 0.00 0.03 0.00 0.02 99.69 01:24:44 01:24:01 0 0.20 0.00 0.02 0.00 0.02 99.77 01:24:44 01:24:01 1 0.33 0.00 0.03 0.00 0.02 99.62 01:24:44 Average: all 13.14 0.00 3.24 1.77 0.04 81.81 01:24:44 Average: 0 13.27 0.00 3.31 1.74 0.04 81.64 01:24:44 Average: 1 13.00 0.00 3.17 1.80 0.04 81.98 01:24:44 01:24:44 01:24:44