Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 004a490566fdcd1518f4e6d8dbc6f7b342429327+5fbc40a6d599e39a91f6678812b3f73148dc0647 (be2994cacc9a6a7f7e8fda187a0881638bfef707) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . 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/v1 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-33540 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/65 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 Merge succeeded, producing 004a490566fdcd1518f4e6d8dbc6f7b342429327 Checking out Revision 004a490566fdcd1518f4e6d8dbc6f7b342429327 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk 7a9a9455f350ff313af8cc75bee6b4fd1562fb44 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:03:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:03:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:03:35 ========================================================= 03:03:35 EdgeX Global Pipelines Version Info 03:03:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:03:37 ------------------- 03:03:37 stable info: 03:03:37 ------------------- 03:03:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:03:37 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:03:37 Message: update stable to v1.0.186 03:03:38 ------------------- 03:03:38 experimental info: 03:03:38 ------------------- 03:03:38 Commited By: **** collab-it+edgex@linuxfoundation.org 03:03:38 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:03:38 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:03:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:03:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 03:03:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 004a490566fdcd1518f4e6d8dbc6f7b342429327 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 004a490 [Pipeline] echo 03:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:03:41 provisioning config files... 03:03:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config7256728954594266543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:41 ---> docker-login.sh 03:03:41 nexus3.edgexfoundry.org:10001 03:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:42 Configure a credential helper to remove this warning. See 03:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:42 03:03:42 Login Succeeded 03:03:42 nexus3.edgexfoundry.org:10002 03:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:42 Configure a credential helper to remove this warning. See 03:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:42 03:03:42 Login Succeeded 03:03:42 nexus3.edgexfoundry.org:10003 03:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:42 Configure a credential helper to remove this warning. See 03:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:42 03:03:42 Login Succeeded 03:03:42 nexus3.edgexfoundry.org:10004 03:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:42 Configure a credential helper to remove this warning. See 03:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:42 03:03:42 Login Succeeded 03:03:42 docker.io 03:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:43 Configure a credential helper to remove this warning. See 03:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:43 03:03:43 Login Succeeded 03:03:43 ---> docker-login.sh ends [Pipeline] } 03:03:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:43 ++ 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 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/core-command/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo core-command,cmd/core-command/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/core-data/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo core-data,cmd/core-data/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/core-metadata/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo core-metadata,cmd/core-metadata/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/security-bootstrapper/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/security-proxy-setup/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/support-notifications/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo support-notifications,cmd/support-notifications/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/support-scheduler/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:03:43 + for file in '`ls cmd/**/Dockerfile`' 03:03:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:03:43 ++ cut -d/ -f2 03:03:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:03:43 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 03:03:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:44 03:03:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:03:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:44 latest: Pulling from edgex-devops/git-semver 03:03:44 31603596830f: Pulling fs layer 03:03:44 2a8b12db71e7: Pulling fs layer 03:03:44 6ca5941a6612: Pulling fs layer 03:03:44 ecc8261a40a4: Pulling fs layer 03:03:44 ecc8261a40a4: Waiting 03:03:44 2a8b12db71e7: Verifying Checksum 03:03:44 2a8b12db71e7: Download complete 03:03:45 31603596830f: Verifying Checksum 03:03:45 31603596830f: Download complete 03:03:45 ecc8261a40a4: Verifying Checksum 03:03:45 ecc8261a40a4: Download complete 03:03:45 6ca5941a6612: Verifying Checksum 03:03:45 6ca5941a6612: Download complete 03:03:45 31603596830f: Pull complete 03:03:45 2a8b12db71e7: Pull complete 03:03:46 6ca5941a6612: Pull complete 03:03:46 ecc8261a40a4: Pull complete 03:03:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:03:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:03:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:03:46 prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container 03:03:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:03:49 $ docker top 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:03:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:50 [ssh-agent] Looking for ssh-agent implementation... 03:03:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:50 $ docker exec 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent 03:03:50 SSH_AUTH_SOCK=/tmp/ssh-90EvLijp79mN/agent.12 03:03:50 SSH_AGENT_PID=17 03:03:50 Running ssh-add (command line suppressed) 03:03:50 Identity added: /w/workspace/edgex-go/65@tmp/private_key_7900535430089195726.key (/w/workspace/edgex-go/65@tmp/private_key_7900535430089195726.key) 03:03:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:50 + git tag --points-at HEAD [Pipeline] } 03:03:50 $ docker exec --env ******** --env ******** 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent -k 03:03:51 unset SSH_AUTH_SOCK; 03:03:51 unset SSH_AGENT_PID; 03:03:51 echo Agent pid 17 killed; 03:03:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:03:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:03:51 [ssh-agent] Looking for ssh-agent implementation... 03:03:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:03:51 $ docker exec 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent 03:03:51 SSH_AUTH_SOCK=/tmp/ssh-srUAt41gN1GG/agent.47 03:03:51 SSH_AGENT_PID=52 03:03:51 Running ssh-add (command line suppressed) 03:03:51 Identity added: /w/workspace/edgex-go/65@tmp/private_key_3197231679654636457.key (/w/workspace/edgex-go/65@tmp/private_key_3197231679654636457.key) 03:03:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:03:52 + git semver init 03:03:52 # -> Open(): unable to determine branch for HEAD 03:03:52 # $GIT_DIR = /w/workspace/edgex-go/65/.git 03:03:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/65 03:03:52 # $SEMVER_REMOTE_NAME = origin 03:03:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:03:52 # $SEMVER_USER_NAME = edgex-jenkins 03:03:52 # $SEMVER_BRANCH = PR-3234 03:03:52 # $SEMVER_TEMP = /tmp/semver-987943101 03:03:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:04:10 # '/tmp/semver-987943101' -> '/w/workspace/edgex-go/65/.semver' 03:04:10 # -> Force: false 03:04:10 # $SEMVER_DIR = /w/workspace/edgex-go/65/.semver [Pipeline] } 03:04:10 $ docker exec --env ******** --env ******** 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 ssh-agent -k 03:04:10 unset SSH_AUTH_SOCK; 03:04:10 unset SSH_AGENT_PID; 03:04:10 echo Agent pid 52 killed; 03:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:04:11 + git semver [Pipeline] } 03:04:11 $ docker stop --time=1 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 03:04:12 $ docker rm -f 9abf20871aa5cb7acbabecc33f2ed049c871e809014c82fb123dd7bd2b89c683 [Pipeline] // withDockerContainer [Pipeline] sh 03:04:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:04:14 Stashed 1 file(s) [Pipeline] echo 03:04:14 [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] sh 03:04:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:04:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:04:15 + sudo service docker restart 03:04:15 + true 03:04:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:04:16 ========================================================= 03:04:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:04:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:04:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 03:04:20 Sending build context to Docker daemon 329.4MB 03:04:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:04:20 Step 2/6 : FROM ${BASE} 03:04:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:04:20 188c0c94c7c5: Pulling fs layer 03:04:20 0ef7d3d256c8: Pulling fs layer 03:04:20 de9db76c5a1d: Pulling fs layer 03:04:20 bca2f99d35d6: Pulling fs layer 03:04:20 93359f2a8cfa: Pulling fs layer 03:04:20 7c6f9722023f: Pulling fs layer 03:04:20 a35cf1a2eb13: Pulling fs layer 03:04:20 93359f2a8cfa: Waiting 03:04:20 7c6f9722023f: Waiting 03:04:20 a35cf1a2eb13: Waiting 03:04:20 bca2f99d35d6: Waiting 03:04:20 de9db76c5a1d: Verifying Checksum 03:04:20 de9db76c5a1d: Download complete 03:04:20 0ef7d3d256c8: Download complete 03:04:20 93359f2a8cfa: Verifying Checksum 03:04:20 93359f2a8cfa: Download complete 03:04:20 7c6f9722023f: Download complete 03:04:20 188c0c94c7c5: Download complete 03:04:21 188c0c94c7c5: Pull complete 03:04:21 0ef7d3d256c8: Pull complete 03:04:21 de9db76c5a1d: Pull complete 03:04:24 a35cf1a2eb13: Verifying Checksum 03:04:24 a35cf1a2eb13: Download complete 03:04:25 bca2f99d35d6: Verifying Checksum 03:04:25 bca2f99d35d6: Download complete 03:04:29 Still waiting to schedule task 03:04:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:04:31 bca2f99d35d6: Pull complete 03:04:31 93359f2a8cfa: Pull complete 03:04:31 7c6f9722023f: Pull complete 03:04:37 a35cf1a2eb13: Pull complete 03:04:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:04:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:04:37 ---> a62c8e92a672 03:04:37 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:04:37 ---> Running in 78a84e111869 03:04:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:38 (1/12) Installing libmagic (5.38-r0) 03:04:38 (2/12) Installing file (5.38-r0) 03:04:38 (3/12) Installing libc-dev (0.7.2-r3) 03:04:38 (4/12) Installing g++ (9.3.0-r2) 03:04:42 (5/12) Installing fortify-headers (1.1-r0) 03:04:42 (6/12) Installing patch (2.7.6-r6) 03:04:42 (7/12) Installing build-base (0.5-r2) 03:04:42 (8/12) Installing libsodium (1.0.18-r0) 03:04:42 (9/12) Installing pkgconf (1.7.2-r0) 03:04:42 (10/12) Installing libsodium-dev (1.0.18-r0) 03:04:42 (11/12) Installing libzmq (4.3.3-r0) 03:04:42 (12/12) Installing zeromq-dev (4.3.3-r0) 03:04:42 Executing busybox-1.31.1-r19.trigger 03:04:42 OK: 233 MiB in 51 packages 03:04:46 Removing intermediate container 78a84e111869 03:04:46 ---> b6cf99fe6bb6 03:04:46 Step 4/6 : WORKDIR /edgex-go 03:04:46 ---> Running in 310aab26fb56 03:04:46 Removing intermediate container 310aab26fb56 03:04:46 ---> adf9c47c4b0d 03:04:46 Step 5/6 : COPY go.mod . 03:04:46 ---> c4bfade1e3bc 03:04:46 Step 6/6 : RUN go mod download 03:04:46 ---> Running in c559a0830f68 03:05:08 Removing intermediate container c559a0830f68 03:05:08 ---> 8c4129ca9ed1 03:05:08 Successfully built 8c4129ca9ed1 03:05:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:05:08 + docker inspect -f . ci-base-image-x86_64 03:05:08 . [Pipeline] withDockerContainer 03:05:09 prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container 03:05:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 ******** ci-base-image-x86_64 cat 03:05:10 $ docker top 13a2da9ec701063c556cc7f215c24a15d0a47a45a1d9758094633adc6d2724f1 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:10 + go version 03:05:10 go version go1.15.5 linux/amd64 [Pipeline] } 03:05:10 $ docker stop --time=1 13a2da9ec701063c556cc7f215c24a15d0a47a45a1d9758094633adc6d2724f1 03:05:12 $ docker rm -f 13a2da9ec701063c556cc7f215c24a15d0a47a45a1d9758094633adc6d2724f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:13 + docker inspect -f . ci-base-image-x86_64 03:05:13 . [Pipeline] withDockerContainer 03:05:13 prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container 03:05:13 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 ******** ci-base-image-x86_64 cat 03:05:13 $ docker top 0fc17e23edf13653074c61ae9f7fac1f48dd8defc33eb98e90241420b4174b1d -eo pid,comm [Pipeline] { [Pipeline] echo 03:05:14 ========================================================= 03:05:14 [edgeXBuildGoParallel] Running Tests and Build... 03:05:14 ========================================================= [Pipeline] sh 03:05:14 + make test 03:05:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:05:22 ? github.com/edgexfoundry/edgex-go [no test files] 03:05:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:05:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:05:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:05:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:05:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:05:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:05:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.150s coverage: 45.9% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.101s coverage: 100.0% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 71.3% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.9% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 03:05:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.115s coverage: 100.0% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.466s coverage: 92.8% of statements 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 1.0% of statements 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:06:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.110s coverage: 79.5% of statements 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 03:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 03:06:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 03:06:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 03:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.203s coverage: 81.5% of statements 03:06:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:06:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.048s coverage: 87.1% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.108s coverage: 92.9% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 64.4% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 69.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 11.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.165s coverage: 87.1% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 29.1% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.111s coverage: 95.6% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:06:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements 03:06:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 03:06:28 GO111MODULE=on go vet ./... 03:06:54 gofmt -l . 03:06:54 [ "`gofmt -l .`" = "" ] 03:06:55 ./bin/test-go-mod-tidy.sh 03:06:56 ./bin/test-attribution-txt.sh [Pipeline] sh 03:06:56 + ls -al . 03:06:56 total 808 03:06:56 drwxrwxr-x 10 1001 1001 4096 Apr 10 03:06 . 03:06:56 drwxr-xr-x 4 root root 30 Apr 10 03:05 .. 03:06:56 -rw-rw-r-- 1 1001 1001 11 Apr 10 03:03 .dockerignore 03:06:56 drwxrwxr-x 8 1001 1001 179 Apr 10 03:03 .git 03:06:56 drwxrwxr-x 3 1001 1001 125 Apr 10 03:03 .github 03:06:56 -rw-rw-r-- 1 1001 1001 818 Apr 10 03:03 .gitignore 03:06:56 drwx------ 3 1001 1001 60 Apr 10 03:04 .semver 03:06:56 -rw-rw-r-- 1 1001 1001 166 Apr 10 03:03 .sonarcloud.properties 03:06:56 -rw-rw-r-- 1 1001 1001 8607 Apr 10 03:03 Attribution.txt 03:06:56 -rw-rw-r-- 1 1001 1001 3804 Apr 10 03:03 CONTRIBUTING.md 03:06:56 -rw-rw-r-- 1 1001 1001 931 Apr 10 03:03 Dockerfile.build 03:06:56 -rw-rw-r-- 1 1001 1001 863 Apr 10 03:03 Jenkinsfile 03:06:56 -rw-rw-r-- 1 1001 1001 10775 Apr 10 03:03 LICENSE 03:06:56 -rw-rw-r-- 1 1001 1001 5774 Apr 10 03:03 Makefile 03:06:56 -rw-rw-r-- 1 1001 1001 6548 Apr 10 03:03 README.md 03:06:56 -rw-rw-r-- 1 1001 1001 6755 Apr 10 03:03 SECURITY.md 03:06:56 -rw-rw-r-- 1 1001 1001 5 Apr 10 03:04 VERSION 03:06:56 -rw-rw-r-- 1 1001 1001 4131 Apr 10 03:03 ZMQWindows.md 03:06:56 drwxrwxr-x 2 1001 1001 117 Apr 10 03:03 bin 03:06:56 drwxrwxr-x 14 1001 1001 4096 Apr 10 03:03 cmd 03:06:56 -rw-r--r-- 1 root root 697573 Apr 10 03:06 coverage.out 03:06:56 -rw-r--r-- 1 root root 1057 Apr 10 03:06 go.mod 03:06:56 -rw-r--r-- 1 root root 21913 Apr 10 03:06 go.sum 03:06:56 drwxrwxr-x 8 1001 1001 127 Apr 10 03:03 internal 03:06:56 drwxrwxr-x 4 1001 1001 26 Apr 10 03:03 openapi 03:06:56 drwxrwxr-x 4 1001 1001 71 Apr 10 03:03 snap 03:06:56 -rw-rw-r-- 1 1001 1001 168 Apr 10 03:03 version.go [Pipeline] sh 03:06:57 + '[' -e coverage.out ] 03:06:57 + chown 1001:1001 coverage.out [Pipeline] stash 03:06:57 Stashed 1 file(s) [Pipeline] sh 03:06:57 + make build 03:06:57 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 03:07:03 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 03:07:11 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 03:07:12 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 03:07:14 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 03:07:14 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 03:07:16 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 03:07:17 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 03:07:18 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 03:07:19 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 03:07:21 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 03:07:22 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] } 03:07:24 $ docker stop --time=1 0fc17e23edf13653074c61ae9f7fac1f48dd8defc33eb98e90241420b4174b1d 03:07:26 $ docker rm -f 0fc17e23edf13653074c61ae9f7fac1f48dd8defc33eb98e90241420b4174b1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:28 03:07:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:07:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:28 latest: Pulling from edgex-devops/edgex-compose 03:07:28 cbdbe7a5bc2a: Pulling fs layer 03:07:28 ca9280d653b3: Pulling fs layer 03:07:28 7e9c9ca2126c: Pulling fs layer 03:07:29 cbdbe7a5bc2a: Verifying Checksum 03:07:29 cbdbe7a5bc2a: Download complete 03:07:29 cbdbe7a5bc2a: Pull complete 03:07:29 ca9280d653b3: Verifying Checksum 03:07:29 ca9280d653b3: Download complete 03:07:30 7e9c9ca2126c: Verifying Checksum 03:07:30 7e9c9ca2126c: Download complete 03:07:30 ca9280d653b3: Pull complete 03:07:38 7e9c9ca2126c: Pull complete 03:07:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:07:39 prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container 03:07:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:07:42 $ docker top 051478204d595f18c8df991bd641eb979787a90fdca80cb52ab59bd2638a3825 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:43 + docker-compose build --help 03:07:43 + grep parallel 03:07:44 --parallel Build images in parallel. [Pipeline] } 03:07:44 $ docker stop --time=1 051478204d595f18c8df991bd641eb979787a90fdca80cb52ab59bd2638a3825 03:07:45 $ docker rm -f 051478204d595f18c8df991bd641eb979787a90fdca80cb52ab59bd2638a3825 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:07:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:46 . [Pipeline] withDockerContainer 03:07:46 prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container 03:07:46 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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:10003/edgex-devops/edgex-compose:latest cat 03:07:47 $ docker top 45c7c175745f3632c777d49be5c7ec2795027624db9c35f523d5e60d1ecface3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:47 + docker-compose -f ./docker-compose-build.yml build --parallel 03:07:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33543 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 03:07:47 Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout 03:07:48 Building docker-core-command-go ... 03:07:48 Building docker-core-data-go ... 03:07:48 Building docker-core-metadata-go ... 03:07:48 Building docker-security-bootstrapper-go ... 03:07:48 Building docker-security-proxy-setup-go ... 03:07:48 Building docker-security-secretstore-setup-go ... 03:07:48 Building docker-support-notifications-go ... 03:07:48 Building docker-support-scheduler-go ... 03:07:48 Building docker-sys-mgmt-agent-go ... 03:07:48 Building docker-support-scheduler-go 03:07:48 Building docker-security-proxy-setup-go 03:07:48 Building docker-security-bootstrapper-go 03:07:48 Building docker-core-data-go 03:07:48 Building docker-sys-mgmt-agent-go 03:07:53 using credential edgex-jenkins-ssh 03:07:53 Cloning the remote Git repository 03:07:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:07:53 > git init /w/workspace/edgex-go/65 # timeout=10 03:07:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:07:53 > git --version # timeout=10 03:07:53 > git --version # 'git version 2.17.1' 03:07:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:07:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:08:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:08:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:08:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:08:10 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 03:08:11 Merge succeeded, producing 004a490566fdcd1518f4e6d8dbc6f7b342429327 03:08:11 Checking out Revision 004a490566fdcd1518f4e6d8dbc6f7b342429327 (PR-3234) 03:08:10 > git config core.sparsecheckout # timeout=10 03:08:11 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 03:08:11 > git remote # timeout=10 03:08:11 > git config --get remote.origin.url # timeout=10 03:08:11 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:11 > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 03:08:11 > git rev-parse HEAD^{commit} # timeout=10 03:08:11 > git config core.sparsecheckout # timeout=10 03:08:11 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 03:08:16 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:08:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:08:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:08:18 + sudo service docker restart 03:08:18 + true 03:08:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:08:20 ---> 8c4129ca9ed1 03:08:20 Step 3/23 : WORKDIR /edgex-go 03:08:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:08:20 ---> 8c4129ca9ed1 03:08:20 Step 3/23 : WORKDIR /edgex-go 03:08:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:08:20 ---> 8c4129ca9ed1 03:08:20 Step 3/31 : WORKDIR /edgex-go 03:08:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:08:20 ---> 8c4129ca9ed1 03:08:20 Step 3/21 : WORKDIR /edgex-go 03:08:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:08:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:08:20 ---> 8c4129ca9ed1 03:08:20 Step 3/22 : WORKDIR /edgex-go 03:08:20 ---> Running in 97d1eb9f316e 03:08:20 ---> Running in df96ee8bb43a 03:08:20 ---> Running in f2a9e26ffb84 03:08:20 ---> Running in 151822f89892 03:08:20 ---> Running in bd0d7c710c21 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:08:20 provisioning config files... 03:08:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config2545166865476191139tmp 03:08:21 Removing intermediate container f2a9e26ffb84 03:08:21 ---> 467825a9c0b0 03:08:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:21 Removing intermediate container df96ee8bb43a 03:08:21 ---> fa1c4ee01c02 03:08:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:21 Removing intermediate container bd0d7c710c21 03:08:21 ---> 49bf5bf42e87 03:08:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:21 Removing intermediate container 151822f89892 03:08:21 ---> 9e889d2a614c 03:08:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:21 Removing intermediate container 97d1eb9f316e 03:08:21 ---> ce4d7984bfa0 03:08:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:21 ---> Running in 21d84d343bdb 03:08:21 ---> docker-login.sh 03:08:21 nexus3.edgexfoundry.org:10001 03:08:21 ---> Running in 10ed8919f4f4 03:08:21 ---> Running in 5a41927c2cfd 03:08:21 ---> Running in 36e10cd1ab4c 03:08:21 ---> Running in 777ff2434166 03:08:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:22 Configure a credential helper to remove this warning. See 03:08:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:22 03:08:22 Login Succeeded 03:08:22 nexus3.edgexfoundry.org:10002 03:08:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:23 Configure a credential helper to remove this warning. See 03:08:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:23 03:08:23 Login Succeeded 03:08:23 nexus3.edgexfoundry.org:10003 03:08:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:23 Removing intermediate container 10ed8919f4f4 03:08:23 ---> 8d03148646e5 03:08:23 Step 5/21 : RUN apk add --update --no-cache make git 03:08:23 Removing intermediate container 21d84d343bdb 03:08:23 ---> 028b291a8e8d 03:08:23 Step 5/22 : RUN apk add --update --no-cache make git 03:08:23 ---> Running in fcbb6a4d9d46 03:08:23 ---> Running in 782b880dfb9c 03:08:23 Removing intermediate container 36e10cd1ab4c 03:08:23 ---> 2cea32934e48 03:08:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:08:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:23 Configure a credential helper to remove this warning. See 03:08:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:23 03:08:23 Login Succeeded 03:08:23 nexus3.edgexfoundry.org:10004 03:08:24 Removing intermediate container 777ff2434166 03:08:24 ---> 68f995ddcb11 03:08:24 Step 5/31 : RUN apk add --update --no-cache make git 03:08:24 ---> Running in fb6606e4d14d 03:08:24 Removing intermediate container 5a41927c2cfd 03:08:24 ---> e624b0daee88 03:08:24 Step 5/23 : RUN apk add --update --no-cache make bash git 03:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:24 ---> Running in aa0fccccd78e 03:08:24 ---> Running in fda5936f9b0f 03:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:24 Configure a credential helper to remove this warning. See 03:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:24 03:08:24 Login Succeeded 03:08:24 docker.io 03:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:24 Configure a credential helper to remove this warning. See 03:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:24 03:08:24 Login Succeeded 03:08:24 ---> docker-login.sh ends [Pipeline] } 03:08:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 03:08:25 ========================================================= 03:08:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:08:25 ========================================================= 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:08:26 OK: 233 MiB in 51 packages 03:08:26 OK: 233 MiB in 51 packages 03:08:26 OK: 233 MiB in 51 packages 03:08:26 OK: 233 MiB in 51 packages 03:08:26 Removing intermediate container 782b880dfb9c 03:08:26 ---> 7afffbc921e9 03:08:26 Step 6/22 : COPY go.mod . 03:08:26 OK: 233 MiB in 51 packages 03:08:27 Removing intermediate container fcbb6a4d9d46 03:08:27 ---> a5d335f7911c 03:08:27 Step 6/21 : COPY go.mod . 03:08:27 ---> 6d0932a9157e 03:08:27 Step 7/22 : RUN go mod download 03:08:27 Removing intermediate container fb6606e4d14d 03:08:27 ---> 7e08dd4553cb 03:08:27 Step 6/23 : COPY go.mod . 03:08:27 ---> Running in d105888e921b 03:08:27 ---> e84e8b1c9133 03:08:27 Step 7/21 : RUN go mod download 03:08:27 Removing intermediate container fda5936f9b0f 03:08:27 ---> bbe0bb12d2c5 03:08:27 Step 6/23 : COPY go.mod . 03:08:27 ---> Running in ea8d373cda88 03:08:28 Removing intermediate container aa0fccccd78e 03:08:28 ---> a1749b7644bf 03:08:28 Step 6/31 : COPY go.mod . 03:08:28 ---> 54afbeb79394 03:08:28 Step 7/23 : RUN go mod download 03:08:28 ---> a07e9a191d47 03:08:28 Step 7/23 : RUN go mod download 03:08:28 ---> Running in 0e27cae191ac 03:08:28 ---> Running in e06a47b7c389 03:08:28 Sending build context to Docker daemon 167.2MB 03:08:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:08:28 Step 2/6 : FROM ${BASE} 03:08:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:08:28 5f621e34cdf4: Pulling fs layer 03:08:28 a4357932f1b6: Pulling fs layer 03:08:28 18c013af1878: Pulling fs layer 03:08:28 00ac8860ef70: Pulling fs layer 03:08:28 63d7cb157983: Pulling fs layer 03:08:28 b116817d02f9: Pulling fs layer 03:08:28 745a02a5169b: Pulling fs layer 03:08:28 63d7cb157983: Waiting 03:08:28 b116817d02f9: Waiting 03:08:28 745a02a5169b: Waiting 03:08:28 00ac8860ef70: Waiting 03:08:28 18c013af1878: Verifying Checksum 03:08:28 18c013af1878: Download complete 03:08:28 a4357932f1b6: Verifying Checksum 03:08:28 a4357932f1b6: Download complete 03:08:28 63d7cb157983: Verifying Checksum 03:08:28 63d7cb157983: Download complete 03:08:28 ---> 79d452d8049b 03:08:28 Step 7/31 : RUN go mod download 03:08:28 ---> Running in a310b5778a7b 03:08:28 b116817d02f9: Download complete 03:08:28 5f621e34cdf4: Verifying Checksum 03:08:28 5f621e34cdf4: Download complete 03:08:29 5f621e34cdf4: Pull complete 03:08:30 Removing intermediate container ea8d373cda88 03:08:30 ---> a0127d05caf9 03:08:30 Step 8/21 : COPY . . 03:08:30 Removing intermediate container d105888e921b 03:08:30 ---> 1303ad844107 03:08:30 Step 8/22 : COPY . . 03:08:30 a4357932f1b6: Pull complete 03:08:30 18c013af1878: Pull complete 03:08:31 745a02a5169b: Verifying Checksum 03:08:31 745a02a5169b: Download complete 03:08:32 00ac8860ef70: Verifying Checksum 03:08:32 00ac8860ef70: Download complete 03:08:32 Removing intermediate container 0e27cae191ac 03:08:32 ---> 6781959d3e39 03:08:32 Step 8/23 : COPY . . 03:08:36 Removing intermediate container e06a47b7c389 03:08:36 ---> 8d5953894336 03:08:36 Step 8/23 : COPY . . 03:08:37 Removing intermediate container a310b5778a7b 03:08:37 ---> 91c3e27d5c1b 03:08:37 Step 8/31 : COPY . . 03:08:42 00ac8860ef70: Pull complete 03:08:42 63d7cb157983: Pull complete 03:08:42 b116817d02f9: Pull complete 03:08:47 745a02a5169b: Pull complete 03:08:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:08:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:08:47 ---> b7e6874047d6 03:08:47 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:08:50 ---> Running in f0a719478572 03:08:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:53 (1/12) Installing libmagic (5.38-r0) 03:08:53 (2/12) Installing file (5.38-r0) 03:08:53 (3/12) Installing libc-dev (0.7.2-r3) 03:08:54 (4/12) Installing g++ (9.3.0-r2) 03:09:04 (5/12) Installing fortify-headers (1.1-r0) 03:09:04 (6/12) Installing patch (2.7.6-r6) 03:09:04 (7/12) Installing build-base (0.5-r2) 03:09:04 (8/12) Installing libsodium (1.0.18-r0) 03:09:04 (9/12) Installing pkgconf (1.7.2-r0) 03:09:04 (10/12) Installing libsodium-dev (1.0.18-r0) 03:09:04 (11/12) Installing libzmq (4.3.3-r0) 03:09:04 (12/12) Installing zeromq-dev (4.3.3-r0) 03:09:04 Executing busybox-1.31.1-r19.trigger 03:09:04 OK: 217 MiB in 51 packages 03:09:07 Removing intermediate container f0a719478572 03:09:07 ---> 8f00c37879c8 03:09:07 Step 4/6 : WORKDIR /edgex-go 03:09:07 ---> Running in cda5fab17b77 03:09:08 Removing intermediate container cda5fab17b77 03:09:08 ---> 8b2f29250283 03:09:08 Step 5/6 : COPY go.mod . 03:09:09 ---> addd1d5bc360 03:09:09 Step 6/6 : RUN go mod download 03:09:09 ---> Running in f7a2fd443dfa 03:09:16 ---> 8772db9764c1 03:09:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:09:16 ---> 58ffdeb7fde2 03:09:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:09:16 ---> Running in 2c58730e7bae 03:09:16 ---> Running in 216944ef21d8 03:09:16 ---> e97085dfbc25 03:09:16 Step 9/23 : RUN make cmd/core-data/core-data 03:09:16 ---> 80f5590e1ee6 03:09:16 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:09:16 ---> e245c693e676 03:09:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:09:16 ---> Running in 86c525dcd597 03:09:16 ---> Running in 389f87ccbb92 03:09:16 ---> Running in c3d3f710d987 03:09:16 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 03:09:16 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 03:09:16 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 03:09:16 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 03:09:16 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 03:09:42 Removing intermediate container f7a2fd443dfa 03:09:42 ---> cafed8e44df1 03:09:42 Successfully built cafed8e44df1 03:09:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:09:42 + docker inspect -f . ci-base-image-arm64 03:09:42 . [Pipeline] withDockerContainer 03:09:42 prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container 03:09:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 ******** ci-base-image-arm64 cat 03:09:44 $ docker top 8640c0bad0d56042ae5b067d8d1555d48159a4b589f841c700fc03300ba4a0ce -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:45 + go version 03:09:45 go version go1.15.5 linux/arm64 [Pipeline] } 03:09:45 $ docker stop --time=1 8640c0bad0d56042ae5b067d8d1555d48159a4b589f841c700fc03300ba4a0ce 03:09:47 $ docker rm -f 8640c0bad0d56042ae5b067d8d1555d48159a4b589f841c700fc03300ba4a0ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:48 + docker inspect -f . ci-base-image-arm64 03:09:48 . [Pipeline] withDockerContainer 03:09:48 prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container 03:09:48 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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 ******** ci-base-image-arm64 cat 03:09:49 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 03:09:49 $ docker top e8c65c86d510e5a89b9ec5ddf6d701d65dbbc2d36022cdb08f8e876237b89fb4 -eo pid,comm [Pipeline] { [Pipeline] echo 03:09:50 ========================================================= 03:09:50 [edgeXBuildGoParallel] Running Tests and Build... 03:09:50 ========================================================= [Pipeline] sh 03:09:51 + make test 03:09:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:09:56 Removing intermediate container 86c525dcd597 03:09:56 ---> 1edbc2ceaeb9 03:09:56 03:09:56 Step 10/31 : FROM alpine:3.12 03:09:56 Removing intermediate container 389f87ccbb92 03:09:56 ---> b3373f7d8035 03:09:56 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:09:56 3.12: Pulling from library/alpine 03:09:58 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:09:58 ---> Running in 904c32b65c01 03:09:58 Removing intermediate container 2c58730e7bae 03:09:58 ---> dcd5cc577eb6 03:09:58 03:09:58 Step 10/22 : FROM alpine:3.12 03:09:58 Status: Downloaded newer image for alpine:3.12 03:09:58 ---> 7230e588e954 03:09:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:09:58 Removing intermediate container 216944ef21d8 03:09:58 ---> a5f78dcedc72 03:09:58 03:09:58 Step 10/21 : FROM alpine:3.12 03:09:58 ---> 7230e588e954 03:09:58 Step 11/21 : RUN apk add --update --no-cache curl 03:09:58 3.12: Pulling from library/alpine 03:09:58 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:09:58 Status: Image is up to date for alpine:3.12 03:09:58 ---> 7230e588e954 03:09:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:09:58 ---> Running in 42dd99fb9509 03:09:58 ---> Running in 2c05abf73c16 03:09:58 ---> Running in 89b58fa34b04 03:10:01 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 03:10:01 Removing intermediate container 89b58fa34b04 03:10:01 ---> 21d161c41a4a 03:10:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:01 (1/4) Installing ca-certificates (20191127-r4) 03:10:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:10:01 (3/4) Installing libcurl (7.69.1-r3) 03:10:01 (4/4) Installing curl (7.69.1-r3) 03:10:01 Executing busybox-1.31.1-r20.trigger 03:10:01 Executing ca-certificates-20191127-r4.trigger 03:10:01 OK: 7 MiB in 18 packages 03:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:01 (1/1) Installing dumb-init (1.2.2-r1) 03:10:01 Executing busybox-1.31.1-r20.trigger 03:10:01 OK: 6 MiB in 15 packages 03:10:01 ---> Running in 1adb4452b1de 03:10:01 Removing intermediate container c3d3f710d987 03:10:01 ---> 0acb4f4795c1 03:10:01 03:10:01 Step 10/23 : FROM alpine:3.12 03:10:01 ---> 7230e588e954 03:10:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:10:02 ---> Running in 958ff29c85c0 03:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:03 Removing intermediate container 958ff29c85c0 03:10:03 ---> c0a2792eb0db 03:10:03 Step 12/23 : ENV APP_PORT=48080 03:10:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:03 Removing intermediate container 42dd99fb9509 03:10:03 ---> 68bab1f09742 03:10:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:10:03 ---> Running in 38110fd52397 03:10:03 (1/2) Installing dumb-init (1.2.2-r1) 03:10:03 (2/2) Installing su-exec (0.2-r1) 03:10:03 Executing busybox-1.31.1-r20.trigger 03:10:03 OK: 6 MiB in 16 packages 03:10:03 ---> Running in 185f3231663f 03:10:03 Removing intermediate container 2c05abf73c16 03:10:03 ---> 7cb319d20dcd 03:10:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:10:03 ---> Running in 391a1d29afea 03:10:03 Removing intermediate container 904c32b65c01 03:10:03 ---> 62a50f290a50 03:10:03 03:10:03 Step 11/23 : FROM docker:20.10.0 03:10:03 Removing intermediate container 38110fd52397 03:10:03 ---> 3dcf0b6519d6 03:10:03 Step 13/23 : EXPOSE $APP_PORT 03:10:03 20.10.0: Pulling from library/docker 03:10:03 Removing intermediate container 185f3231663f 03:10:03 ---> 0260a43cb5d2 03:10:03 Step 13/21 : WORKDIR /edgex 03:10:03 ---> Running in 365f9c77f909 03:10:04 Removing intermediate container 391a1d29afea 03:10:04 ---> 28df26af57b0 03:10:04 Step 13/22 : ENV APP_PORT=48085 03:10:04 ---> Running in 6e378c3d260b 03:10:04 Removing intermediate container 1adb4452b1de 03:10:04 ---> 5803c319ec74 03:10:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:10:04 ---> Running in b0f57b3ea361 03:10:04 Removing intermediate container 365f9c77f909 03:10:04 ---> c977727faa28 03:10:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:05 ---> Running in 0643a35981e5 03:10:05 ---> Running in f68061d02151 03:10:05 Removing intermediate container 6e378c3d260b 03:10:05 ---> 10746363fb63 03:10:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:10:05 Removing intermediate container b0f57b3ea361 03:10:05 ---> 453790ad313b 03:10:05 Step 14/22 : EXPOSE $APP_PORT 03:10:05 Removing intermediate container 0643a35981e5 03:10:05 ---> 19e6d2e4ed8b 03:10:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:10:05 ---> Running in 6e138749e309 03:10:05 ---> Running in 0b54e2c7152d 03:10:05 ---> 257946c15c9e 03:10:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:10:06 Removing intermediate container 6e138749e309 03:10:06 ---> aaad37bb2ad4 03:10:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:10:06 Removing intermediate container 0b54e2c7152d 03:10:06 ---> b565b1d9706b 03:10:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:10:06 ---> Running in 03d9ffc34628 03:10:06 ---> 8d175f973736 03:10:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:10:07 ---> 3172f3e4fa0c 03:10:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:10:08 ---> d9b65e247b84 03:10:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:10:09 ---> 6df5b66a7491 03:10:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:10:09 Removing intermediate container f68061d02151 03:10:09 ---> 594294b5011a 03:10:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:10:09 ---> Running in b6a2dc67ad25 03:10:09 ---> Running in 068fd95e4a30 03:10:09 ---> 2df87daec1ee 03:10:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:10:10 ---> Running in 1a0e08a0be69 03:10:10 Removing intermediate container 068fd95e4a30 03:10:10 ---> 5cb07c89f401 03:10:10 Step 18/21 : CMD ["--init=true"] 03:10:10 Removing intermediate container 03d9ffc34628 03:10:10 ---> 9204757563ff 03:10:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:10:10 ---> Running in 3e304b19dd5a 03:10:10 Removing intermediate container 1a0e08a0be69 03:10:10 ---> dd497fb51753 03:10:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:10 ---> Running in 06b7e6cd11f2 03:10:10 ---> Running in f74c5d3397fb 03:10:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:10:10 Status: Downloaded newer image for docker:20.10.0 03:10:10 ---> aefe523efa57 03:10:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:10:10 Removing intermediate container 3e304b19dd5a 03:10:10 ---> 41afb506fc4f 03:10:10 Step 19/21 : LABEL arch=x86_64 03:10:10 ---> Running in cdbaae921d8a 03:10:10 ---> Running in 983b35b3c736 03:10:10 Removing intermediate container 06b7e6cd11f2 03:10:10 ---> 88332faa8a6c 03:10:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:10:10 Removing intermediate container f74c5d3397fb 03:10:10 ---> e590942a6665 03:10:10 Step 20/22 : LABEL arch=x86_64 03:10:11 ---> Running in 142add39a176 03:10:11 Removing intermediate container 983b35b3c736 03:10:11 ---> 1c217c26ccf6 03:10:11 Step 20/21 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:10:11 Removing intermediate container cdbaae921d8a 03:10:11 ---> 939a2d36b513 03:10:11 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 03:10:11 ---> Running in b0e50d0ccc9c 03:10:11 ---> 295fe114ab2f 03:10:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:10:11 ---> Running in 9a3a543aa926 03:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:11 Removing intermediate container 142add39a176 03:10:11 ---> 8092bae044bb 03:10:11 Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:10:11 ---> Running in ff441536931c 03:10:11 ---> Running in 133443c15f59 03:10:11 Removing intermediate container b0e50d0ccc9c 03:10:11 ---> 4db2fb16cfab 03:10:11 Step 21/21 : LABEL version=0.0.0 03:10:12 ---> Running in fde704332c6e 03:10:12 (1/6) Installing dumb-init (1.2.2-r1) 03:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:12 (2/6) Installing libgcc (9.3.0-r2) 03:10:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:12 Removing intermediate container 133443c15f59 03:10:12 ---> 451069a8fc37 03:10:12 Step 22/22 : LABEL version=0.0.0 03:10:12 (3/6) Installing libsodium (1.0.18-r0) 03:10:12 Removing intermediate container fde704332c6e 03:10:12 ---> 18c03f566da8 03:10:12 03:10:12 (1/39) Installing readline (8.0.4-r0) 03:10:12 (2/39) Installing bash (5.0.17-r0) 03:10:13 ---> Running in 0ed7a9f3b036 03:10:13 Executing bash-5.0.17-r0.post-install 03:10:13 (3/39) Installing nghttp2-libs (1.41.0-r0) 03:10:13 (4/39) Installing libcurl (7.69.1-r3) 03:10:13 (5/39) Installing curl (7.69.1-r3) 03:10:13 (6/39) Installing dumb-init (1.2.2-r1) 03:10:13 (7/39) Installing libbz2 (1.0.8-r1) 03:10:13 (4/6) Installing libstdc++ (9.3.0-r2) 03:10:13 (8/39) Installing expat (2.2.9-r1) 03:10:13 (9/39) Installing libffi (3.3-r2) 03:10:13 (10/39) Installing gdbm (1.13-r1) 03:10:13 (11/39) Installing xz-libs (5.2.5-r0) 03:10:13 (12/39) Installing sqlite-libs (3.32.1-r0) 03:10:13 (13/39) Installing python3 (3.8.8-r0) 03:10:13 Successfully built 18c03f566da8 03:10:13 (5/6) Installing libzmq (4.3.3-r0) 03:10:14 (6/6) Installing zeromq (4.3.3-r0) 03:10:14 Executing busybox-1.31.1-r20.trigger 03:10:14 OK: 8 MiB in 20 packages 03:10:15 Successfully tagged docker-security-proxy-setup-go:latest 03:10:15  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 03:10:15 Removing intermediate container 0ed7a9f3b036 03:10:15 ---> 680d4840f786 03:10:15 03:10:16 (14/39) Installing py3-appdirs (1.4.4-r1) 03:10:16 (15/39) Installing py3-ordered-set (4.0.1-r0) 03:10:16 (16/39) Installing py3-parsing (2.4.7-r0) 03:10:16 (17/39) Installing py3-six (1.15.0-r0) 03:10:17 (18/39) Installing py3-packaging (20.4-r0) 03:10:17 Successfully built 680d4840f786 03:10:17 (19/39) Installing py3-setuptools (47.0.0-r0) 03:10:17 Successfully tagged docker-support-scheduler-go:latest 03:10:17 Building docker-security-secretstore-setup-go 03:10:17  Building docker-support-scheduler-go ... done (20/39) Installing py3-chardet (3.0.4-r4) 03:10:17 ? github.com/edgexfoundry/edgex-go [no test files] 03:10:18 (21/39) Installing py3-idna (2.9-r0) 03:10:19 (22/39) Installing py3-certifi (2020.4.5.1-r0) 03:10:20 (23/39) Installing py3-urllib3 (1.25.9-r0) 03:10:21 (24/39) Installing py3-requests (2.23.0-r0) 03:10:21 (25/39) Installing py3-msgpack (1.0.0-r0) 03:10:21 (26/39) Installing py3-lockfile (0.12.2-r3) 03:10:22 (27/39) Installing py3-cachecontrol (0.12.6-r0) 03:10:22 Removing intermediate container ff441536931c 03:10:22 ---> 0a3c0cc0375f 03:10:22 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:10:22 (28/39) Installing py3-colorama (0.4.3-r0) 03:10:22 Removing intermediate container b6a2dc67ad25 03:10:22 ---> 1a5be36d684d 03:10:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:10:22 (29/39) Installing py3-distlib (0.3.0-r0) 03:10:22 (30/39) Installing py3-distro (1.5.0-r1) 03:10:22 (31/39) Installing py3-webencodings (0.5.1-r3) 03:10:22 (32/39) Installing py3-html5lib (1.0.1-r4) 03:10:24 (33/39) Installing py3-pytoml (0.1.21-r0) 03:10:24 (34/39) Installing py3-pep517 (0.8.2-r0) 03:10:24 (35/39) Installing py3-progress (1.5-r0) 03:10:24 (36/39) Installing py3-toml (0.10.1-r0) 03:10:24 (37/39) Installing py3-retrying (1.3.3-r0) 03:10:24 (38/39) Installing py3-contextlib2 (0.6.0-r0) 03:10:24 (39/39) Installing py3-pip (20.1.1-r0) 03:10:26 Executing busybox-1.31.1-r19.trigger 03:10:26 OK: 72 MiB in 59 packages 03:10:27 ---> 02dc401acbfa 03:10:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:10:27 ---> e9a8d56f5001 03:10:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:10:33 ---> 837ac656110a 03:10:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:10:33 ---> a35051be9779 03:10:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:10:33 Collecting docker-compose==1.23.2 03:10:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:10:34 ---> 810ed3cfcfbe 03:10:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:10:34 ---> 6c77a00e086d 03:10:34 Step 19/23 : ENTRYPOINT ["/core-data"] 03:10:34 Collecting cached-property<2,>=1.2.0 03:10:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:10:35 Collecting docopt<0.7,>=0.6.1 03:10:35 Downloading docopt-0.6.2.tar.gz (25 kB) 03:10:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:10:36 ---> 8c4129ca9ed1 03:10:36 Step 3/24 : WORKDIR /edgex-go 03:10:36 ---> Using cache 03:10:36 ---> ce4d7984bfa0 03:10:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:36 ---> Using cache 03:10:36 ---> 68f995ddcb11 03:10:36 Step 5/24 : RUN apk add --update --no-cache make git 03:10:36 ---> Using cache 03:10:36 ---> a1749b7644bf 03:10:36 Step 6/24 : COPY go.mod . 03:10:36 ---> Using cache 03:10:36 ---> 79d452d8049b 03:10:36 Step 7/24 : RUN go mod download 03:10:36 ---> Using cache 03:10:36 ---> 91c3e27d5c1b 03:10:36 Step 8/24 : COPY . . 03:10:36 ---> Using cache 03:10:36 ---> e245c693e676 03:10:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:10:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:10:37 ---> 8c4129ca9ed1 03:10:37 Step 3/22 : WORKDIR /edgex-go 03:10:37 ---> Using cache 03:10:37 ---> ce4d7984bfa0 03:10:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:37 ---> Using cache 03:10:37 ---> 68f995ddcb11 03:10:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:10:37 ---> Running in fecd3f6c519a 03:10:37 ---> da82af23c36a 03:10:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:10:37 ---> Running in d023eb16e8fb 03:10:37 ---> Running in d63d8d63ec2a 03:10:37 Collecting texttable<0.10,>=0.9.0 03:10:37 Downloading texttable-0.9.1.tar.gz (11 kB) 03:10:37 Removing intermediate container fecd3f6c519a 03:10:37 ---> 6793f65f5c4f 03:10:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:10:38 ---> Running in d9e591f0d83b 03:10:38 ---> 96587a2b46f0 03:10:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:10:38 Collecting dockerpty<0.5,>=0.4.1 03:10:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:10:38 ---> Running in 2dea51eeee18 03:10:38 Removing intermediate container d9e591f0d83b 03:10:38 ---> 88b55d209db6 03:10:38 Step 21/23 : LABEL arch=x86_64 03:10:38 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 03:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:10:38 ---> Running in b396a06a5758 03:10:38 Removing intermediate container 2dea51eeee18 03:10:38 ---> 241a68b03455 03:10:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:10:38 Removing intermediate container b396a06a5758 03:10:38 ---> 74b55da1373f 03:10:38 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:10:38 Collecting PyYAML<4,>=3.10 03:10:38 Downloading PyYAML-3.13.tar.gz (270 kB) 03:10:38 ---> Running in 0b1f674fcb5b 03:10:39 ---> 5305041798fb 03:10:39 Step 26/31 : RUN chmod +x /entrypoint.sh 03:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:10:40 OK: 233 MiB in 51 packages 03:10:40 Removing intermediate container 0b1f674fcb5b 03:10:40 ---> 37c966d7512f 03:10:40 Step 23/23 : LABEL version=0.0.0 03:10:40 ---> Running in 76d70067da51 03:10:40 Collecting websocket-client<1.0,>=0.32.0 03:10:40 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:10:40 ---> Running in d4f6cf02c4cd 03:10:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:10:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:10:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:10:40 Removing intermediate container d4f6cf02c4cd 03:10:40 ---> b1100f2c1d88 03:10:40 03:10:40 Collecting docker<4.0,>=3.6.0 03:10:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:10:41 Successfully built b1100f2c1d88 03:10:41 Successfully tagged docker-core-data-go:latest 03:10:41 Building docker-core-metadata-go 03:10:41  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 03:10:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:10:41 Removing intermediate container d63d8d63ec2a 03:10:41 ---> 4654fda03d66 03:10:41 Step 6/22 : COPY go.mod . 03:10:41 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:10:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:10:41 Collecting urllib3<1.25,>=1.21.1 03:10:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:10:41 Collecting idna<2.8,>=2.5 03:10:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:10:42 Collecting docker-pycreds>=0.4.0 03:10:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:10:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:10:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:10:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:10:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:10:44 Installing collected packages: cached-property, docopt, texttable, dockerpty, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docker-compose 03:10:44 ---> 26aecced0540 03:10:44 Step 7/22 : RUN go mod download 03:10:44 Running setup.py install for docopt: started 03:10:45 ---> Running in 885c6b137236 03:10:45 Removing intermediate container 76d70067da51 03:10:45 ---> dcb337c140be 03:10:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:10:45 Running setup.py install for docopt: finished with status 'done' 03:10:45 Running setup.py install for texttable: started 03:10:46 Running setup.py install for texttable: finished with status 'done' 03:10:46 Running setup.py install for dockerpty: started 03:10:46 ---> Running in d1ffac497e6b 03:10:47 Running setup.py install for dockerpty: finished with status 'done' 03:10:47 Running setup.py install for PyYAML: started 03:10:47 Removing intermediate container d1ffac497e6b 03:10:47 ---> f6aae62c0476 03:10:47 Step 28/31 : CMD ["gate"] 03:10:47 ---> Running in 035f0f9babd0 03:10:48 Running setup.py install for PyYAML: finished with status 'done' 03:10:49 Removing intermediate container 035f0f9babd0 03:10:49 ---> e498f20799bf 03:10:49 Step 29/31 : LABEL arch=x86_64 03:10:49 Attempting uninstall: urllib3 03:10:49 Found existing installation: urllib3 1.25.9 03:10:49 Uninstalling urllib3-1.25.9: 03:10:49 Successfully uninstalled urllib3-1.25.9 03:10:50 ---> Running in 39497cec9c0e 03:10:50 Attempting uninstall: idna 03:10:50 Found existing installation: idna 2.9 03:10:50 Uninstalling idna-2.9: 03:10:50 Successfully uninstalled idna-2.9 03:10:51 Removing intermediate container 885c6b137236 03:10:51 ---> 216f54611599 03:10:51 Step 8/22 : COPY . . 03:10:51 Attempting uninstall: requests 03:10:51 Found existing installation: requests 2.23.0 03:10:51 Uninstalling requests-2.23.0: 03:10:51 Successfully uninstalled requests-2.23.0 03:10:52 Removing intermediate container 39497cec9c0e 03:10:52 ---> 68fd94b33052 03:10:52 Step 30/31 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:10:58 ---> Running in a3b4b58ec83e 03:10:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:10:58 ---> 8c4129ca9ed1 03:10:58 Step 3/23 : WORKDIR /edgex-go 03:10:58 ---> Using cache 03:10:58 ---> ce4d7984bfa0 03:10:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:58 ---> Using cache 03:10:58 ---> 68f995ddcb11 03:10:58 Step 5/23 : RUN apk add --update --no-cache make git 03:10:58 ---> Using cache 03:10:58 ---> a1749b7644bf 03:10:58 Step 6/23 : COPY go.mod . 03:10:58 ---> Using cache 03:10:58 ---> 79d452d8049b 03:10:58 Step 7/23 : RUN go mod download 03:10:58 ---> Using cache 03:10:58 ---> 91c3e27d5c1b 03:10:58 Step 8/23 : COPY . . 03:10:58 ---> Using cache 03:10:58 ---> e245c693e676 03:10:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:10:59 ---> Running in ac4e2ee49e26 03:10:59 Removing intermediate container a3b4b58ec83e 03:10:59 ---> d92a356562c7 03:10:59 Step 31/31 : LABEL version=0.0.0 03:10:59 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 03:11:01 ---> Running in 36251d6853e1 03:11:01 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 03:11:01 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 03:11:04 Removing intermediate container 36251d6853e1 03:11:04 ---> 3a620f62e98a 03:11:04 03:11:05 Successfully built 3a620f62e98a 03:11:05 Successfully tagged docker-security-bootstrapper-go:latest 03:11:05 Building docker-core-command-go 03:11:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:11:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:11:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:11:27  Building docker-security-bootstrapper-go ... done  ---> 13e561f1bf0f 03:11:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:11:27 ---> Running in 809d9d931938 03:11:27 Removing intermediate container d023eb16e8fb 03:11:27 ---> 977b97cf659e 03:11:27 03:11:27 Step 10/24 : FROM alpine:3.12 03:11:27 ---> 7230e588e954 03:11:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:11:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:11:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:11:28 ---> 8c4129ca9ed1 03:11:28 Step 3/23 : WORKDIR /edgex-go 03:11:28 ---> Using cache 03:11:28 ---> ce4d7984bfa0 03:11:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:28 ---> Using cache 03:11:28 ---> 68f995ddcb11 03:11:28 Step 5/23 : RUN apk add --update --no-cache make git 03:11:28 ---> Using cache 03:11:28 ---> a1749b7644bf 03:11:28 Step 6/23 : COPY go.mod . 03:11:28 ---> Using cache 03:11:28 ---> 79d452d8049b 03:11:28 Step 7/23 : RUN go mod download 03:11:28 ---> Using cache 03:11:28 ---> 91c3e27d5c1b 03:11:28 Step 8/23 : COPY . . 03:11:28 ---> Using cache 03:11:28 ---> e245c693e676 03:11:28 Step 9/23 : RUN make cmd/core-command/core-command 03:11:29 ---> Running in 9f0d62d35310 03:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:11:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:11:29 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 03:11:30 ---> Running in a46df690af52 03:11:31 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 03:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:31 (1/6) Installing ca-certificates (20191127-r4) 03:11:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:11:31 (3/6) Installing libcurl (7.69.1-r3) 03:11:31 (4/6) Installing curl (7.69.1-r3) 03:11:31 (5/6) Installing dumb-init (1.2.2-r1) 03:11:31 (6/6) Installing su-exec (0.2-r1) 03:11:31 Executing busybox-1.31.1-r20.trigger 03:11:31 Executing ca-certificates-20191127-r4.trigger 03:11:31 OK: 7 MiB in 20 packages 03:11:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:11:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:11:33 Removing intermediate container 9a3a543aa926 03:11:33 ---> ce6766d73357 03:11:33 Step 14/23 : ENV APP_PORT=48090 03:11:33 ---> Running in f773ea11b951 03:11:35 Removing intermediate container f773ea11b951 03:11:35 ---> fef651f707df 03:11:35 Step 15/23 : EXPOSE $APP_PORT 03:11:35 ---> Running in f39a650e164b 03:11:35 Removing intermediate container 9f0d62d35310 03:11:35 ---> 178dca74cf7a 03:11:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:11:36 ---> Running in 3567b9e8d344 03:11:36 Removing intermediate container f39a650e164b 03:11:36 ---> 0b2e3b85afae 03:11:36 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:11:36 Removing intermediate container 3567b9e8d344 03:11:36 ---> 462c5379fa35 03:11:36 Step 13/24 : WORKDIR / 03:11:36 ---> Running in 38775519a817 03:11:40 ---> 8f4932b5ccfa 03:11:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:11:40 Removing intermediate container 38775519a817 03:11:40 ---> 5f139946c390 03:11:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:11:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:11:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:11:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:11:42 Removing intermediate container ac4e2ee49e26 03:11:42 ---> b278aa9ad0ac 03:11:42 03:11:42 Step 10/23 : FROM alpine:3.12 03:11:42 ---> 7230e588e954 03:11:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:11:42 ---> Using cache 03:11:42 ---> 7cb319d20dcd 03:11:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:11:42 ---> Using cache 03:11:42 ---> 28df26af57b0 03:11:42 Step 13/23 : ENV APP_PORT=48081 03:11:42 ---> 2113da0cc47e 03:11:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:11:42 ---> 42fc8d79ee6f 03:11:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:11:43 ---> Running in 643b535f8ce7 03:11:43 ---> 6bebd5f37237 03:11:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:11:43 ---> 7bc712372ac4 03:11:43 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 03:11:44 Removing intermediate container 643b535f8ce7 03:11:44 ---> db15c41c7eb5 03:11:44 Step 14/23 : EXPOSE $APP_PORT 03:11:44 ---> Running in fbe70ecd8886 03:11:44 ---> Running in ac7f0e385828 03:11:44 ---> 6aaf3888cf4a 03:11:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:11:44 Removing intermediate container fbe70ecd8886 03:11:44 ---> fec0f17989db 03:11:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:11:44 Removing intermediate container ac7f0e385828 03:11:44 ---> b417ca6ac6a9 03:11:44 Step 15/23 : WORKDIR / 03:11:45 ---> Running in 33df6d13700b 03:11:45 ---> Running in cc3759d815b3 03:11:45 ---> 3ee7027313dd 03:11:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:11:45 Removing intermediate container 33df6d13700b 03:11:45 ---> ee5fca9eccfb 03:11:45 Step 21/23 : LABEL arch=x86_64 03:11:45 Removing intermediate container cc3759d815b3 03:11:45 ---> 8d0e868a7a74 03:11:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:11:45 ---> Running in e74e90bb3638 03:11:47 ---> 56facdc9d8ad 03:11:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:11:47 Removing intermediate container e74e90bb3638 03:11:47 ---> b18ff7eb6fad 03:11:47 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:11:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.439s coverage: 45.9% of statements 03:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:11:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.203s coverage: 19.8% of statements 03:11:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements 03:11:48 ---> Running in f85e17604577 03:11:48 ---> 0e05c3cbe9e1 03:11:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:11:48 ---> 5e607a83f87b 03:11:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:11:49 Removing intermediate container f85e17604577 03:11:49 ---> ad7c61c9fa3c 03:11:49 Step 23/23 : LABEL version=0.0.0 03:11:49 ---> af631647042d 03:11:49 Step 20/24 : 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/ 03:11:49 ---> Running in 421e23b84069 03:11:49 ---> Running in aaf6117bb9fc 03:11:49 ---> e984d1836422 03:11:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:11:49 ---> Running in a92f4f080ce6 03:11:50 Removing intermediate container 421e23b84069 03:11:50 ---> 6fbc97a9b6ea 03:11:50 03:11:50 Removing intermediate container a92f4f080ce6 03:11:50 ---> 32f19c36d15d 03:11:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:11:50 Successfully built 6fbc97a9b6ea 03:11:50 Successfully tagged docker-sys-mgmt-agent-go:latest 03:11:50  Building docker-sys-mgmt-agent-go ... done  ---> Running in fd70041372f3 03:11:50 Removing intermediate container fd70041372f3 03:11:50 ---> 1db3c53621d8 03:11:50 Step 21/23 : LABEL arch=x86_64 03:11:50 ---> Running in 2d25ac19b56d 03:11:50 Removing intermediate container 2d25ac19b56d 03:11:50 ---> 1fef2acd90c5 03:11:50 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:11:51 ---> Running in dfeb693a04b3 03:11:51 Removing intermediate container aaf6117bb9fc 03:11:51 ---> 8501befb9fa2 03:11:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:11:51 ---> Running in 95a916354f52 03:11:51 Removing intermediate container dfeb693a04b3 03:11:51 ---> 34f7a7f99b09 03:11:51 Step 23/23 : LABEL version=0.0.0 03:11:51 ---> Running in 7d47254f1841 03:11:51 Removing intermediate container 95a916354f52 03:11:51 ---> 9db5763d3736 03:11:51 Step 22/24 : LABEL arch=x86_64 03:11:51 ---> Running in 6b604411f185 03:11:52 Removing intermediate container 7d47254f1841 03:11:52 ---> 47ab0f185d36 03:11:52 03:11:52 Successfully built 47ab0f185d36 03:11:53 Successfully tagged docker-core-metadata-go:latest 03:11:53  Building docker-core-metadata-go ... done Removing intermediate container 6b604411f185 03:11:53 ---> 17ef8ef661f0 03:11:53 Step 23/24 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:11:56 ---> Running in 1ce35f91ab52 03:11:56 Removing intermediate container 809d9d931938 03:11:56 ---> 9f801214aeb0 03:11:56 03:11:56 Step 10/22 : FROM alpine:3.12 03:11:56 ---> 7230e588e954 03:11:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:11:56 Removing intermediate container a46df690af52 03:11:56 ---> f39144f8f7e1 03:11:56 03:11:56 Step 10/23 : FROM alpine:3.12 03:11:56 ---> 7230e588e954 03:11:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:11:56 ---> Using cache 03:11:56 ---> 7cb319d20dcd 03:11:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:11:56 ---> Using cache 03:11:56 ---> 28df26af57b0 03:11:56 Step 13/23 : ENV APP_PORT=48082 03:11:56 ---> Running in c5d6420a6865 03:11:56 ---> Running in a2a1b801d2d9 03:11:56 Removing intermediate container 1ce35f91ab52 03:11:56 ---> c8d0a16a2fbb 03:11:56 Step 24/24 : LABEL version=0.0.0 03:11:56 ---> Running in 7665fcfbc676 03:11:56 Removing intermediate container a2a1b801d2d9 03:11:56 ---> 26062e9ffdcd 03:11:56 Step 14/23 : EXPOSE $APP_PORT 03:11:56 ---> Running in c62a5e4df742 03:11:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.615s coverage: 27.1% of statements 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:11:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:11:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.173s coverage: 100.0% of statements 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:11:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:11:56 Removing intermediate container 7665fcfbc676 03:11:56 ---> 0b1fcdb7d0b6 03:11:56 03:11:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:11:57 Successfully built 0b1fcdb7d0b6 03:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:11:57 (1/2) Installing ca-certificates (20191127-r4) 03:11:57 (2/2) Installing dumb-init (1.2.2-r1) 03:11:57 Executing busybox-1.31.1-r20.trigger 03:11:57 Executing ca-certificates-20191127-r4.trigger 03:11:57 OK: 6 MiB in 16 packages 03:11:57 Removing intermediate container c62a5e4df742 03:11:57 ---> d5979a5e4689 03:11:57 Step 15/23 : WORKDIR / 03:11:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 71.3% of statements 03:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:11:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:11:58 Successfully tagged docker-security-secretstore-setup-go:latest 03:11:58  Building docker-security-secretstore-setup-go ... done  ---> Running in 273ca714a238 03:11:58 Removing intermediate container 273ca714a238 03:11:58 ---> b8510a25443a 03:11:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:11:58 Removing intermediate container c5d6420a6865 03:11:58 ---> 315d651db7bc 03:11:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:11:58 ---> Running in 4643ea80e3b3 03:11:58 ---> 9769c2aca89b 03:11:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:11:59 Removing intermediate container 4643ea80e3b3 03:11:59 ---> d8963e9efe2f 03:11:59 Step 13/22 : ENV APP_PORT=48060 03:11:59 ---> Running in 1ee926c8125a 03:11:59 ---> 985caa01d678 03:11:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:11:59 Removing intermediate container 1ee926c8125a 03:11:59 ---> 762836e50a91 03:11:59 Step 14/22 : EXPOSE $APP_PORT 03:11:59 ---> Running in bc5ff2a06098 03:11:59 ---> 5bd9e11160d6 03:11:59 Step 19/23 : ENTRYPOINT ["/core-command"] 03:11:59 Removing intermediate container bc5ff2a06098 03:11:59 ---> bafa5eee17ed 03:11:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:11:59 ---> Running in 015cfa641c26 03:11:59 Removing intermediate container 015cfa641c26 03:11:59 ---> 50a104544e34 03:11:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:11:59 ---> Running in 057927a69af5 03:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.546s coverage: 82.9% of statements 03:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:12:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.168s coverage: 78.9% of statements 03:12:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:12:00 ---> a7759d1ea907 03:12:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:12:00 Removing intermediate container 057927a69af5 03:12:00 ---> 03b0d2340f39 03:12:00 Step 21/23 : LABEL arch=x86_64 03:12:00 ---> Running in a2fe569d4134 03:12:01 ---> 2ce9d2e7ad0f 03:12:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:12:01 Removing intermediate container a2fe569d4134 03:12:01 ---> 17511d70b11c 03:12:01 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:12:01 ---> Running in e3b71ba2a4d0 03:12:01 Removing intermediate container e3b71ba2a4d0 03:12:01 ---> fec6f2d2cb2b 03:12:01 Step 23/23 : LABEL version=0.0.0 03:12:01 ---> ac353b24d3d6 03:12:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:12:01 ---> Running in 7eee3582706a 03:12:01 ---> Running in df12301b9dd6 03:12:01 Removing intermediate container 7eee3582706a 03:12:01 ---> 4a5a155c5109 03:12:01 03:12:01 Removing intermediate container df12301b9dd6 03:12:01 ---> 8cc2e306843a 03:12:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:12:01 ---> Running in 1bb5aad2bea2 03:12:01 Successfully built 4a5a155c5109 03:12:01 Successfully tagged docker-core-command-go:latest 03:12:02  Building docker-core-command-go ... done Removing intermediate container 1bb5aad2bea2 03:12:02 ---> 39a804ed4b8a 03:12:02 Step 20/22 : LABEL arch=x86_64 03:12:02 ---> Running in 8db08340d7ac 03:12:02 Removing intermediate container 8db08340d7ac 03:12:02 ---> a6f4f3020c6f 03:12:02 Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:12:02 ---> Running in b5a041808597 03:12:02 Removing intermediate container b5a041808597 03:12:02 ---> c32f37badd52 03:12:02 Step 22/22 : LABEL version=0.0.0 03:12:02 ---> Running in 91b6137cbc37 03:12:02 Removing intermediate container 91b6137cbc37 03:12:02 ---> 98d537a187de 03:12:02 03:12:03 Successfully built 98d537a187de 03:12:03 Successfully tagged docker-support-notifications-go:latest 03:12:03  Building docker-support-notifications-go ... done  [Pipeline] } 03:12:03 $ docker stop --time=1 45c7c175745f3632c777d49be5c7ec2795027624db9c35f523d5e60d1ecface3 03:12:05 $ docker rm -f 45c7c175745f3632c777d49be5c7ec2795027624db9c35f523d5e60d1ecface3 [Pipeline] // withDockerContainer [Pipeline] sh 03:12:05 + docker images 03:12:05 + grep docker 03:12:05 docker-support-notifications-go latest 98d537a187de 3 seconds ago 17.9MB 03:12:05 docker-core-command-go latest 4a5a155c5109 4 seconds ago 17.3MB 03:12:05 docker-security-secretstore-setup-go latest 0b1fcdb7d0b6 9 seconds ago 25.8MB 03:12:05 docker-core-metadata-go latest 47ab0f185d36 14 seconds ago 19MB 03:12:05 docker-sys-mgmt-agent-go latest 6fbc97a9b6ea 16 seconds ago 312MB 03:12:05 docker-security-bootstrapper-go latest 3a620f62e98a About a minute ago 19MB 03:12:05 docker-core-data-go latest b1100f2c1d88 About a minute ago 22.7MB 03:12:05 docker-support-scheduler-go latest 680d4840f786 About a minute ago 17.4MB 03:12:05 docker-security-proxy-setup-go latest 18c03f566da8 About a minute ago 25.5MB 03:12:05 docker 20.10.0 aefe523efa57 3 months ago 240MB [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 03:12:06 Running on prd-ubuntu18.04-docker-8c-8g-33524 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 03:12:06 Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout 03:12:09 using credential edgex-jenkins-ssh 03:12:09 Cloning the remote Git repository 03:12:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:12:09 > git init /w/workspace/edgex-go/65 # timeout=10 03:12:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:12:09 > git --version # timeout=10 03:12:09 > git --version # 'git version 2.17.1' 03:12:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:12:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.272s coverage: 100.0% of statements 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:12:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:12:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.439s coverage: 86.7% of statements 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:12:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.446s coverage: 97.5% of statements 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:12:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.260s coverage: 78.3% of statements 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:12:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:12:17 Merging remotes/origin/master commit 5fbc40a6d599e39a91f6678812b3f73148dc0647 into PR head commit 004a490566fdcd1518f4e6d8dbc6f7b342429327 03:12:17 Merge succeeded, producing 004a490566fdcd1518f4e6d8dbc6f7b342429327 03:12:17 Checking out Revision 004a490566fdcd1518f4e6d8dbc6f7b342429327 (PR-3234) 03:12:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:12:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:12:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:12:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:12:17 > git config core.sparsecheckout # timeout=10 03:12:17 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 03:12:17 > git remote # timeout=10 03:12:17 > git config --get remote.origin.url # timeout=10 03:12:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:12:17 > git merge 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 03:12:17 > git rev-parse HEAD^{commit} # timeout=10 03:12:17 > git config core.sparsecheckout # timeout=10 03:12:17 > git checkout -f 004a490566fdcd1518f4e6d8dbc6f7b342429327 # timeout=10 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.431s coverage: 92.8% of statements 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.149s coverage: 58.8% of statements 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.244s coverage: 1.0% of statements 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:12:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.160s coverage: 47.1% of statements 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.308s coverage: 79.5% of statements 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.175s coverage: 96.3% of statements 03:12:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.180s coverage: 87.5% of statements 03:12:21 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:12:22 + echo snap-build.sh 03:12:22 snap-build.sh 03:12:22 + SNAP_BASE_DIR=. 03:12:22 + '[' '!' -z /w/workspace/edgex-go/65 ']' 03:12:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/65 03:12:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/65]' 03:12:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/65] 03:12:22 + cd /w/workspace/edgex-go/65 03:12:22 + sudo apt-get remove -qy --purge lxd lxd-client 03:12:22 Reading package lists... 03:12:22 Building dependency tree... 03:12:22 Reading state information... 03:12:22 The following packages were automatically installed and are no longer required: 03:12:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:12:22 uidmap xdelta3 03:12:22 Use 'sudo apt autoremove' to remove them. 03:12:22 The following packages will be REMOVED: 03:12:22 lxd* lxd-client* 03:12:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:12:23 After this operation, 31.7 MB disk space will be freed. 03:12:24 (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 ... 190027 files and directories currently installed.) 03:12:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:12:25 Removing lxd dnsmasq configuration 03:12:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:12:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:12:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements 03:12:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.577s coverage: 81.5% of statements 03:12:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 03:12:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.096s coverage: 87.1% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.198s coverage: 92.9% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 77.8% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.8% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.222s coverage: 84.6% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.6% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:12:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.145s coverage: 100.0% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 03:12:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 03:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.999s coverage: 69.0% of statements 03:12:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:12:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:12:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:12:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.538s coverage: 38.4% of statements 03:12:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:12:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:12:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.118s coverage: 89.5% of statements 03:12:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:12:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements 03:13:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:13:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:13:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:13:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.197s coverage: 11.0% of statements 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:13:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:13:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.432s coverage: 29.1% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.329s coverage: 95.6% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:13:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 03:13:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.122s coverage: 28.1% of statements 03:13:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 03:13:17 GO111MODULE=on go vet ./... 03:14:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:14:01 (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 ... 189852 files and directories currently installed.) 03:14:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:14:01 Processing triggers for systemd (237-3ubuntu10.42) ... 03:14:01 Processing triggers for ureadahead (0.100.0-21) ... 03:14:01 + sudo snap remove --purge lxd 03:14:01 snap "lxd" is not installed 03:14:01 + sudo groupadd --force --system lxd 03:14:01 ++ whoami 03:14:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:14:01 + newgrp - lxd 03:14:01 + sudo snap install lxd 03:14:01 2021-04-10T03:13:58Z INFO Waiting for automatic snapd restart... 03:14:16 lxd 4.12 from Canonical* installed 03:14:16 + sudo lxd init --auto 03:14:26 + sudo snap install --classic snapcraft 03:14:32 snapcraft 4.6 from Canonical* installed 03:14:32 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 03:14:32 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 03:14:32 % Total % Received % Xferd Average Speed Time Time Time Current 03:14:32 Dload Upload Total Spent Left Speed 03:14:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3968 0 --:--:-- --:--:-- --:--:-- 3943 03:14:32 100 3325k 100 3325k 0 0 9527k 0 --:--:-- --:--:-- --:--:-- 9527k 03:14:32 ./yq_linux_amd64 03:14:32 + sudo snapcraft prime --use-lxd 03:14:34 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:14:34 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: 03:14:34 - README.md 03:14:34 03:14:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:14:35 Launching a container. 03:14:40 gofmt -l . 03:14:40 [ "`gofmt -l .`" = "" ] 03:14:40 ./bin/test-go-mod-tidy.sh 03:14:40 ./bin/test-attribution-txt.sh [Pipeline] sh 03:14:43 + ls -al . 03:14:43 total 836 03:14:43 drwxrwxr-x 9 1001 1001 4096 Apr 10 03:14 . 03:14:43 drwxr-xr-x 4 root root 4096 Apr 10 03:09 .. 03:14:43 -rw-rw-r-- 1 1001 1001 11 Apr 10 03:08 .dockerignore 03:14:43 drwxrwxr-x 8 1001 1001 4096 Apr 10 03:08 .git 03:14:43 drwxrwxr-x 3 1001 1001 4096 Apr 10 03:08 .github 03:14:43 -rw-rw-r-- 1 1001 1001 818 Apr 10 03:08 .gitignore 03:14:43 -rw-rw-r-- 1 1001 1001 166 Apr 10 03:08 .sonarcloud.properties 03:14:43 -rw-rw-r-- 1 1001 1001 8607 Apr 10 03:08 Attribution.txt 03:14:43 -rw-rw-r-- 1 1001 1001 3804 Apr 10 03:08 CONTRIBUTING.md 03:14:43 -rw-rw-r-- 1 1001 1001 931 Apr 10 03:08 Dockerfile.build 03:14:43 -rw-rw-r-- 1 1001 1001 863 Apr 10 03:08 Jenkinsfile 03:14:43 -rw-rw-r-- 1 1001 1001 10775 Apr 10 03:08 LICENSE 03:14:43 -rw-rw-r-- 1 1001 1001 5774 Apr 10 03:08 Makefile 03:14:43 -rw-rw-r-- 1 1001 1001 6548 Apr 10 03:08 README.md 03:14:43 -rw-rw-r-- 1 1001 1001 6755 Apr 10 03:08 SECURITY.md 03:14:43 -rw-rw-r-- 1 1001 1001 5 Apr 10 03:04 VERSION 03:14:43 -rw-rw-r-- 1 1001 1001 4131 Apr 10 03:08 ZMQWindows.md 03:14:43 drwxrwxr-x 2 1001 1001 4096 Apr 10 03:08 bin 03:14:43 drwxrwxr-x 14 1001 1001 4096 Apr 10 03:08 cmd 03:14:43 -rw-r--r-- 1 root root 697573 Apr 10 03:13 coverage.out 03:14:43 -rw-r--r-- 1 root root 1057 Apr 10 03:14 go.mod 03:14:43 -rw-r--r-- 1 root root 21913 Apr 10 03:14 go.sum 03:14:43 drwxrwxr-x 8 1001 1001 4096 Apr 10 03:08 internal 03:14:43 drwxrwxr-x 4 1001 1001 4096 Apr 10 03:08 openapi 03:14:43 drwxrwxr-x 4 1001 1001 4096 Apr 10 03:08 snap 03:14:43 -rw-rw-r-- 1 1001 1001 168 Apr 10 03:08 version.go [Pipeline] sh 03:14:43 + '[' -e coverage.out ] 03:14:43 + chown 1001:1001 coverage.out [Pipeline] stash 03:14:44 Warning: overwriting stash ‘coverage-report’ 03:14:45 Stashed 1 file(s) [Pipeline] sh 03:14:45 + make build 03:14:45 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 03:14:47 Waiting for container to be ready 03:14:47 To start your first instance, try: lxc launch ubuntu:18.04 03:14:47 03:14:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:14:52 Waiting for network to be ready... 03:14:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:14:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 03:14:53 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:14:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:14:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:14:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:14:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:14:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:14:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:14:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:14:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:14:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:14:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:14:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:14:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:14:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:14:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:14:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:14:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:14:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 03:14:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:14:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:14:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:14:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:14:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:14:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 03:14:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 03:14:56 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 03:14:58 Fetched 24.2 MB in 6s (4394 kB/s) 03:14:59 Reading package lists... 03:14:59 Reading package lists... 03:14:59 Building dependency tree... 03:14:59 Reading state information... 03:15:00 The following additional packages will be installed: 03:15:00 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:15:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:15:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:15:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:15:00 Suggested packages: 03:15:00 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:15:00 Recommended packages: 03:15:00 gnupg libsasl2-modules 03:15:00 The following NEW packages will be installed: 03:15:00 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:15:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:15:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:15:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:15:00 The following packages will be upgraded: 03:15:00 gpg gpg-agent gpgconf libudev1 03:15:00 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:15:00 Need to get 3530 kB of archives. 03:15:00 After this operation, 13.3 MB of additional disk space will be used. 03:15:00 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] 03:15:00 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] 03:15:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:15:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:15:00 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 03:15:00 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 03:15:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:15:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:15:01 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:15:01 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:15:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:15:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:15:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:15:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:15:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:15:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:15:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:15:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:15:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:15:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:15:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:15:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:15:01 debconf: delaying package configuration, since apt-utils is not installed 03:15:01 Fetched 3530 kB in 1s (3214 kB/s) 03:15:01 (Reading database ... 12511 files and directories currently installed.) 03:15:01 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 03:15:01 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:15:01 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 03:15:01 Selecting previously unselected package udev. 03:15:01 (Reading database ... 12511 files and directories currently installed.) 03:15:01 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 03:15:01 Unpacking udev (237-3ubuntu10.45) ... 03:15:02 Selecting previously unselected package libfuse2:amd64. 03:15:02 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:15:02 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:15:02 Selecting previously unselected package fuse. 03:15:02 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:15:02 Unpacking fuse (2.9.7-1ubuntu1) ... 03:15:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:02 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:02 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:02 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:02 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:02 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:02 Selecting previously unselected package libksba8:amd64. 03:15:02 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:15:02 Unpacking libksba8:amd64 (1.3.5-2) ... 03:15:03 Selecting previously unselected package libroken18-heimdal:amd64. 03:15:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:15:03 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:15:03 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:15:03 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libwind0-heimdal:amd64. 03:15:03 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:15:03 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:15:03 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:15:03 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:03 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:03 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:15:03 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:15:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:04 Selecting previously unselected package libsasl2-modules-db:amd64. 03:15:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:15:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:04 Selecting previously unselected package libsasl2-2:amd64. 03:15:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:15:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:04 Selecting previously unselected package libldap-common. 03:15:04 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:15:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:15:04 Selecting previously unselected package libldap-2.4-2:amd64. 03:15:04 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:15:04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:15:04 Selecting previously unselected package dirmngr. 03:15:04 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:04 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:15:04 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:15:04 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:15:04 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:15:04 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:04 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:15:04 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:15:04 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:04 Setting up libksba8:amd64 (1.3.5-2) ... 03:15:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:05 Setting up udev (237-3ubuntu10.45) ... 03:15:05 invoke-rc.d: policy-rc.d denied execution of start. 03:15:05 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:05 Processing triggers for systemd (237-3ubuntu10) ... 03:15:06 Setting up fuse (2.9.7-1ubuntu1) ... 03:15:06 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:15:06 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:15:06 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:15:06 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:15:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:06 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:15:06 settings in the [Install] section, and DefaultInstance for template units). 03:15:06 This means they are not meant to be enabled using systemctl. 03:15:06 Possible reasons for having this kind of units are: 03:15:06 1) A unit may be statically enabled by being symlinked from another unit's 03:15:06 .wants/ or .requires/ directory. 03:15:06 2) A unit's purpose may be to act as a helper for some other unit which has 03:15:06 a requirement dependency on it. 03:15:06 3) A unit may be started when needed via activation (socket, path, timer, 03:15:06 D-Bus, udev, scripted systemctl call, ...). 03:15:06 4) In case of template units, the unit is meant to be enabled with some 03:15:06 instance name specified. 03:15:07 Reading package lists... 03:15:07 Building dependency tree... 03:15:07 Reading state information... 03:15:08 The following additional packages will be installed: 03:15:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:15:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:15:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:15:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:15:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:15:08 Suggested packages: 03:15:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:15:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:15:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:15:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:15:08 systemd-container policykit-1 03:15:08 Recommended packages: 03:15:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:15:08 The following NEW packages will be installed: 03:15:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:15:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:15:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:15:08 multiarch-support openssh-client python3 python3-minimal python3.6 03:15:08 python3.6-minimal snapd squashfs-tools sudo 03:15:08 The following packages will be upgraded: 03:15:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:15:08 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:15:08 Need to get 35.2 MB of archives. 03:15:08 After this operation, 141 MB of additional disk space will be used. 03:15:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 03:15:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 03:15:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:15:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:15:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:15:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:15:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:15:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:15:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:15:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:15:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:15:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:15:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:15:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:15:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:15:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:15:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:15:09 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 03:15:09 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 03:15:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 03:15:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:15:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:15:10 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:15:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:15:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:15:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:15:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:15:10 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:15:10 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:15:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:15:11 debconf: delaying package configuration, since apt-utils is not installed 03:15:11 Fetched 35.2 MB in 3s (12.1 MB/s) 03:15:11 (Reading database ... 12757 files and directories currently installed.) 03:15:11 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 03:15:11 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:15:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 03:15:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:15:12 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 03:15:12 (Reading database ... 12757 files and directories currently installed.) 03:15:12 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 03:15:12 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 03:15:13 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 03:15:13 (Reading database ... 12757 files and directories currently installed.) 03:15:13 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 03:15:13 Unpacking apt (1.6.13) over (1.6.1) ... 03:15:13 Setting up apt (1.6.13) ... 03:15:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:15:14 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:15:14 (Reading database ... 12764 files and directories currently installed.) 03:15:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:15:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:15:14 Selecting previously unselected package libpython3.6-minimal:amd64. 03:15:14 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:14 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:15 Selecting previously unselected package libexpat1:amd64. 03:15:15 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:15:15 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:15:15 Selecting previously unselected package python3.6-minimal. 03:15:15 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:15 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:15:15 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 03:15:15 Checking for services that may need to be restarted...done. 03:15:15 Checking for services that may need to be restarted...done. 03:15:15 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:15 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:15:15 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:15:16 Selecting previously unselected package python3-minimal. 03:15:16 (Reading database ... 13012 files and directories currently installed.) 03:15:16 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:15:16 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:15:16 Selecting previously unselected package mime-support. 03:15:16 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:15:16 Unpacking mime-support (3.60ubuntu1) ... 03:15:16 Selecting previously unselected package libmpdec2:amd64. 03:15:16 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:15:16 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:15:16 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:15:16 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:16 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:16 Selecting previously unselected package python3.6. 03:15:16 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:15:16 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:15:16 Selecting previously unselected package libpython3-stdlib:amd64. 03:15:16 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:15:16 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:15:17 Setting up python3-minimal (3.6.7-1~18.04) ... 03:15:17 Selecting previously unselected package python3. 03:15:17 (Reading database ... 13442 files and directories currently installed.) 03:15:17 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:15:17 Unpacking python3 (3.6.7-1~18.04) ... 03:15:17 Selecting previously unselected package multiarch-support. 03:15:17 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:15:17 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:15:17 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:15:17 Selecting previously unselected package liblzo2-2:amd64. 03:15:17 (Reading database ... 13479 files and directories currently installed.) 03:15:17 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:15:17 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:15:18 Selecting previously unselected package libbsd0:amd64. 03:15:18 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:15:18 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:15:18 Selecting previously unselected package sudo. 03:15:18 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:15:18 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:15:18 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 03:15:18 Selecting previously unselected package apparmor. 03:15:18 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:15:19 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:15:19 Selecting previously unselected package libedit2:amd64. 03:15:19 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:15:19 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:15:19 Selecting previously unselected package libkrb5support0:amd64. 03:15:19 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:15:19 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:15:19 Selecting previously unselected package libk5crypto3:amd64. 03:15:19 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:15:19 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:15:19 Selecting previously unselected package libkeyutils1:amd64. 03:15:19 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:15:19 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:15:19 Selecting previously unselected package libkrb5-3:amd64. 03:15:19 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:15:19 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:15:19 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:15:19 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:15:19 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:15:19 Selecting previously unselected package libssl1.0.0:amd64. 03:15:19 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:15:19 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:15:20 Selecting previously unselected package openssh-client. 03:15:20 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:15:20 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:15:20 Selecting previously unselected package squashfs-tools. 03:15:20 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:15:20 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:15:20 Selecting previously unselected package snapd. 03:15:20 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:15:20 Unpacking snapd (2.48.3+18.04) ... 03:15:22 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:15:22 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:15:22 Setting up mime-support (3.60ubuntu1) ... 03:15:22 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:15:22 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:15:22 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:15:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:22 Setting up systemd (237-3ubuntu10.45) ... 03:15:23 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:15:23 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:15:23 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:15:23 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:15:23 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:15:23 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:15:24 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:15:24 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:15:24 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:15:24 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:15:24 Setting up python3 (3.6.7-1~18.04) ... 03:15:24 running python rtupdate hooks for python3.6... 03:15:24 running python post-rtupdate hooks for python3.6... 03:15:24 Setting up apparmor (2.12-4ubuntu5.1) ... 03:15:26 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:15:26 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 03:15:26 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:15:26 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:15:26 Setting up snapd (2.48.3+18.04) ... 03:15:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:15:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:15:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:15:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:15:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:15:28 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:15:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:15:28 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:15:29 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:15:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:15:29 /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' 03:15:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:15:29 Processing triggers for systemd (237-3ubuntu10.45) ... 03:15:30 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 03:15:30 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:15:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:15:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:15:31 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 03:15:33 Reading package lists... 03:15:33 Reading package lists... 03:15:33 Building dependency tree... 03:15:33 Reading state information... 03:15:33 Calculating upgrade... 03:15:34 The following packages will be upgraded: 03:15:34 advancecomp base-files bash binutils binutils-common 03:15:34 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:15:34 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:15:34 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:15:34 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:15:34 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:15:34 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:15:34 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:15:34 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:15:34 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:15:34 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:15:34 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:15:34 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:15:34 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:15:34 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:15:34 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:15:34 Need to get 63.8 MB of archives. 03:15:34 After this operation, 5208 kB of additional disk space will be used. 03:15:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 03:15:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:15:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:15:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:15:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:15:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:15:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:15:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:15:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:15:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:15:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:15:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:15:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:15:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:15:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:15:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:15:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:15:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:15:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:15:35 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:15:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:15:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:15:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:15:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:15:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:15:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:15:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:15:35 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:15:35 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:15:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:15:35 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:15:35 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:15:35 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:15:35 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:15:35 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:15:35 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:15:35 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:15:35 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:15:35 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:15:35 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 03:15:35 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:15:35 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:15:35 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:15:35 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:15:35 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:15:35 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:15:35 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:15:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:15:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:15:35 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:15:35 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:15:35 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:15:35 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:15:35 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:15:35 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:15:35 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 03:15:35 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:15:35 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:15:35 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:15:35 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:15:35 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:15:35 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:15:35 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:15:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:15:35 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:15:35 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:15:35 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:15:35 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:15:35 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:15:35 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:15:35 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 03:15:35 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:15:35 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:15:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:15:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:15:35 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:15:35 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:15:35 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:15:35 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:15:35 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:15:35 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:15:35 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:15:35 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:15:35 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:15:35 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:15:35 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:15:35 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:15:35 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:15:35 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:15:35 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:15:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:15:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:15:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:15:36 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:15:36 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:15:36 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:15:36 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:15:36 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:15:36 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:15:37 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 03:15:37 debconf: delaying package configuration, since apt-utils is not installed 03:15:37 Fetched 63.8 MB in 3s (21.6 MB/s) 03:15:37 (Reading database ... 13912 files and directories currently installed.) 03:15:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:15:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:15:38 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:15:38 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:15:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 03:15:38 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 03:15:39 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:39 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:15:40 (Reading database ... 13911 files and directories currently installed.) 03:15:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:15:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:15:40 (Reading database ... 13911 files and directories currently installed.) 03:15:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:15:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:15:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:15:40 (Reading database ... 13911 files and directories currently installed.) 03:15:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:15:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:15:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:15:42 (Reading database ... 13911 files and directories currently installed.) 03:15:42 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:15:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:15:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:15:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:15:42 Setting up base-files (10.1ubuntu2.10) ... 03:15:42 Installing new version of config file /etc/issue ... 03:15:42 Installing new version of config file /etc/issue.net ... 03:15:42 Installing new version of config file /etc/lsb-release ... 03:15:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:15:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:15:42 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 03:15:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:15:42 Removing obsolete conffile /etc/default/motd-news ... 03:15:42 (Reading database ... 13912 files and directories currently installed.) 03:15:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:15:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:15:43 Setting up bash (4.4.18-2ubuntu1.2) ... 03:15:43 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 03:15:43 (Reading database ... 13912 files and directories currently installed.) 03:15:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:15:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:15:43 (Reading database ... 13912 files and directories currently installed.) 03:15:43 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:15:43 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:15:43 Setting up tar (1.29b-2ubuntu0.2) ... 03:15:43 (Reading database ... 13912 files and directories currently installed.) 03:15:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:15:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:15:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:15:44 (Reading database ... 13912 files and directories currently installed.) 03:15:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:15:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:15:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:15:44 (Reading database ... 13912 files and directories currently installed.) 03:15:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:15:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:15:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:15:45 (Reading database ... 13912 files and directories currently installed.) 03:15:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:15:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:15:45 Setting up grep (3.1-2build1) ... 03:15:45 (Reading database ... 13912 files and directories currently installed.) 03:15:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:15:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:15:45 Setting up login (1:4.5-1ubuntu2) ... 03:15:45 (Reading database ... 13912 files and directories currently installed.) 03:15:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:15:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:15:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:15:46 (Reading database ... 13912 files and directories currently installed.) 03:15:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:15:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:15:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:15:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:15:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:15:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:15:46 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 03:15:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:15:47 (Reading database ... 13912 files and directories currently installed.) 03:15:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:15:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:15:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:15:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:15:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:15:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:15:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:15:49 (Reading database ... 13912 files and directories currently installed.) 03:15:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:15:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:15:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:15:49 (Reading database ... 13912 files and directories currently installed.) 03:15:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:15:50 (Reading database ... 13912 files and directories currently installed.) 03:15:50 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:50 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:50 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:15:50 (Reading database ... 13912 files and directories currently installed.) 03:15:50 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:50 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:50 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:15:50 (Reading database ... 13912 files and directories currently installed.) 03:15:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:15:50 (Reading database ... 13912 files and directories currently installed.) 03:15:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:15:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:15:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:15:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:15:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:15:51 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 03:15:51 (Reading database ... 13912 files and directories currently installed.) 03:15:51 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:15:51 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:15:51 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:15:51 (Reading database ... 13912 files and directories currently installed.) 03:15:51 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:51 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:15:51 (Reading database ... 13912 files and directories currently installed.) 03:15:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:15:51 (Reading database ... 13912 files and directories currently installed.) 03:15:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:52 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:52 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:15:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:15:53 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:15:53 (Reading database ... 13912 files and directories currently installed.) 03:15:53 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:15:53 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:15:53 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:15:53 (Reading database ... 13912 files and directories currently installed.) 03:15:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:15:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:15:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:15:53 (Reading database ... 13914 files and directories currently installed.) 03:15:53 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:15:53 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:15:54 Setting up debconf (1.5.66ubuntu1) ... 03:15:54 (Reading database ... 13914 files and directories currently installed.) 03:15:54 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:15:54 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:15:54 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:15:54 (Reading database ... 13914 files and directories currently installed.) 03:15:54 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:15:54 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:15:54 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:15:54 (Reading database ... 13914 files and directories currently installed.) 03:15:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:15:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:15:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:15:55 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 03:15:55 (Reading database ... 13914 files and directories currently installed.) 03:15:55 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:15:55 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:15:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:15:55 (Reading database ... 13914 files and directories currently installed.) 03:15:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:15:56 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:15:56 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:15:56 (Reading database ... 13914 files and directories currently installed.) 03:15:56 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:15:56 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:15:56 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 03:15:56 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:15:56 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:15:56 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:15:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:15:57 (Reading database ... 13914 files and directories currently installed.) 03:15:57 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:15:57 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:15:57 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:15:57 (Reading database ... 13914 files and directories currently installed.) 03:15:57 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:15:57 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:15:57 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:15:57 (Reading database ... 13914 files and directories currently installed.) 03:15:57 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:15:57 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:15:57 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:15:57 (Reading database ... 13914 files and directories currently installed.) 03:15:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:15:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:15:58 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:15:58 (Reading database ... 13914 files and directories currently installed.) 03:15:58 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:15:58 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:15:58 Setting up passwd (1:4.5-1ubuntu2) ... 03:15:58 (Reading database ... 13914 files and directories currently installed.) 03:15:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:15:58 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:15:58 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:15:59 (Reading database ... 13914 files and directories currently installed.) 03:15:59 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:15:59 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:15:59 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:15:59 (Reading database ... 13914 files and directories currently installed.) 03:15:59 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:15:59 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:15:59 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:15:59 (Reading database ... 13914 files and directories currently installed.) 03:15:59 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:15:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:15:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:15:59 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 03:15:59 (Reading database ... 13914 files and directories currently installed.) 03:15:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:15:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:15:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:16:00 (Reading database ... 13914 files and directories currently installed.) 03:16:00 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:16:00 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:16:00 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:16:00 (Reading database ... 13914 files and directories currently installed.) 03:16:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 03:16:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 03:16:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 03:16:00 (Reading database ... 13915 files and directories currently installed.) 03:16:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:16:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:16:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:16:01 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:16:01 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:16:01 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:16:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:16:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:16:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:16:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:16:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:16:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:16:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:16:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:16:02 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:16:02 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:16:02 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:16:02 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:16:02 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:16:02 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:16:02 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:16:02 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:16:02 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:16:02 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:16:03 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:16:03 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:16:03 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:16:03 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:16:04 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:04 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:04 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:04 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:04 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:04 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:16:04 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:16:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:05 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:05 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:05 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:06 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } 03:16:08 $ docker stop --time=1 e8c65c86d510e5a89b9ec5ddf6d701d65dbbc2d36022cdb08f8e876237b89fb4 03:16:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:16:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:16:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:16:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:16:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:16:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:16:10 $ docker rm -f e8c65c86d510e5a89b9ec5ddf6d701d65dbbc2d36022cdb08f8e876237b89fb4 03:16:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:16:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:16:11 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:16:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:16:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:16:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:16:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:16:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:16:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:16:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:16:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:16:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:16:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:16:11 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:16:11 03:16:11 Current default time zone: 'Etc/UTC' 03:16:11 Local time is now: Sat Apr 10 03:16:11 UTC 2021. 03:16:11 Universal Time is now: Sat Apr 10 03:16:11 UTC 2021. 03:16:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:16:11 03:16:12 Setting up systemd-sysv (237-3ubuntu10.45) ... 03:16:12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:12 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 03:16:12 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:16:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:16:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:16:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:16:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:16:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:16:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:16:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:16:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:16:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:12 Setting up patch (2.7.6-2ubuntu1.1) ... 03:16:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:16:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:16:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 03:16:12 Installing new version of config file /etc/ssl/openssl.cnf ... 03:16:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:16:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:16:12 Setting up ca-certificates (20210119~18.04.1) ... 03:16:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:12 03:16:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:16:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:13 latest: Pulling from edgex-devops/edgex-compose-arm64 03:16:13 29e5d40040c1: Pulling fs layer 03:16:13 1ce36da41761: Pulling fs layer 03:16:13 25b303627fd3: Pulling fs layer 03:16:13 29e5d40040c1: Download complete 03:16:14 Updating certificates in /etc/ssl/certs... 03:16:14 29e5d40040c1: Pull complete 03:16:14 1ce36da41761: Verifying Checksum 03:16:14 1ce36da41761: Download complete 03:16:15 23 added, 27 removed; done. 03:16:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:16:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:16:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:16:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:16:15 Setting up pkgbinarymangler (138.18.04.1) ... 03:16:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:16:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:16:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:16:16 1ce36da41761: Pull complete 03:16:16 25b303627fd3: Verifying Checksum 03:16:16 25b303627fd3: Download complete 03:16:16 Setting up perl (5.26.1-6ubuntu0.5) ... 03:16:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:16:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:16:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:16:16 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:16:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:16:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:16:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:16:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:16:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:16:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:16:16 Processing triggers for systemd (237-3ubuntu10.45) ... 03:16:16 Processing triggers for mime-support (3.60ubuntu1) ... 03:16:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:16:16 Updating certificates in /etc/ssl/certs... 03:16:17 0 added, 0 removed; done. 03:16:17 Running hooks in /etc/ca-certificates/update.d... 03:16:17 done. 03:16:18 Reading package lists... 03:16:18 Building dependency tree... 03:16:18 Reading state information... 03:16:18 The following NEW packages will be installed: 03:16:18 apt-transport-https 03:16:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:16:18 Need to get 1692 B of archives. 03:16:18 After this operation, 154 kB of additional disk space will be used. 03:16:18 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 03:16:19 debconf: delaying package configuration, since apt-utils is not installed 03:16:19 Fetched 1692 B in 0s (8362 B/s) 03:16:19 Selecting previously unselected package apt-transport-https. 03:16:19 (Reading database ... 13920 files and directories currently installed.) 03:16:19 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 03:16:19 Unpacking apt-transport-https (1.6.13) ... 03:16:19 Setting up apt-transport-https (1.6.13) ... 03:16:19 Waiting for network to be ready... 03:16:24 25b303627fd3: Pull complete 03:16:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:16:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:16:24 prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container 03:16:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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:10003/edgex-devops/edgex-compose-arm64:latest cat 03:16:27 2021-04-10T03:16:23Z INFO Waiting for automatic snapd restart... 03:16:27 snapd 2.49.2 from Canonical* installed 03:16:27 $ docker top 19f82c18d8758f32997c420d71dbb55204aeb2ebfe5940300947b33cc19c814b -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:28 "snapd" switched to the "latest/stable" channel 03:16:28 03:16:28 + docker-compose+ buildgrep --help parallel 03:16:28 03:16:32 --parallel Build images in parallel. [Pipeline] } 03:16:32 $ docker stop --time=1 19f82c18d8758f32997c420d71dbb55204aeb2ebfe5940300947b33cc19c814b 03:16:33 core18 20210309 from Canonical* installed 03:16:33 "core18" switched to the "latest/stable" channel 03:16:33 03:16:34 $ docker rm -f 19f82c18d8758f32997c420d71dbb55204aeb2ebfe5940300947b33cc19c814b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:16:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:16:35 . [Pipeline] withDockerContainer 03:16:35 prd-ubuntu18.04-docker-arm64-4c-16g-33543 does not seem to be running inside a container 03:16:35 $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:16:36 $ docker top dfe1ae51b8aac95fb5d89ab25f4b7ff643938b2c8b856db57ed6f8d7ad425d68 -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:38 + docker-compose -f ./docker-compose-build.yml build --parallel 03:16:40 snapcraft 4.6 from Canonical* installed 03:16:40 "snapcraft" switched to the "latest/stable" channel 03:16:40 03:16:41 Building docker-core-command-go ... 03:16:41 Building docker-core-data-go ... 03:16:41 Building docker-core-metadata-go ... 03:16:41 Building docker-security-bootstrapper-go ... 03:16:41 Building docker-security-proxy-setup-go ... 03:16:41 Building docker-security-secretstore-setup-go ... 03:16:41 Building docker-support-notifications-go ... 03:16:41 Building docker-support-scheduler-go ... 03:16:41 Building docker-sys-mgmt-agent-go ... 03:16:41 Building docker-security-secretstore-setup-go 03:16:41 Building docker-core-metadata-go 03:16:41 Building docker-support-scheduler-go 03:16:41 Building docker-security-proxy-setup-go 03:16:41 Building docker-security-bootstrapper-go 03:16:44 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: 03:16:44 - README.md 03:16:44 03:16:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:16:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:16:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:16:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:16:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:16:53 Reading package lists... 03:16:54 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 03:17:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:00 Reading package lists... 03:17:00 Building dependency tree... 03:17:00 Reading state information... 03:17:00 Suggested packages: 03:17:00 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:17:00 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:17:00 Recommended packages: 03:17:00 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:17:00 The following NEW packages will be installed: 03:17:00 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:17:00 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:17:00 pkg-config zip 03:17:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:17:00 Need to get 7663 kB of archives. 03:17:00 After this operation, 43.8 MB of additional disk space will be used. 03:17:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:17:00 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:17:01 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:17:01 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:17:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:17:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:17:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:17:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:17:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:17:01 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:17:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 03:17:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:17:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:17:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:17:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:17:02 debconf: delaying package configuration, since apt-utils is not installed 03:17:02 Fetched 7663 kB in 1s (6709 kB/s) 03:17:02 Selecting previously unselected package libglib2.0-0:amd64. 03:17:02 (Reading database ... 13924 files and directories currently installed.) 03:17:02 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:17:02 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:17:02 Selecting previously unselected package libpsl5:amd64. 03:17:02 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:17:02 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:17:02 Selecting previously unselected package libnghttp2-14:amd64. 03:17:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:17:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:17:02 Selecting previously unselected package librtmp1:amd64. 03:17:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:17:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:17:03 Selecting previously unselected package libcurl3-gnutls:amd64. 03:17:03 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 03:17:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 03:17:03 Selecting previously unselected package liberror-perl. 03:17:03 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:17:03 Unpacking liberror-perl (0.17025-1) ... 03:17:03 Selecting previously unselected package git-man. 03:17:03 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:17:03 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:17:04 Selecting previously unselected package git. 03:17:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:17:04 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:17:05 Selecting previously unselected package libnorm1:amd64. 03:17:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:17:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:17:05 Selecting previously unselected package libpgm-5.2-0:amd64. 03:17:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:17:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:17:06 Selecting previously unselected package libsodium23:amd64. 03:17:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:17:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:17:06 Selecting previously unselected package libzmq5:amd64. 03:17:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:17:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:17:06 Selecting previously unselected package libzmq3-dev:amd64. 03:17:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:17:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:17:06 Selecting previously unselected package pkg-config. 03:17:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:17:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:17:06 Selecting previously unselected package zip. 03:17:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:17:06 Unpacking zip (3.0-11build1) ... 03:17:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:17:06 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:17:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:17:06 Setting up liberror-perl (0.17025-1) ... 03:17:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:17:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:17:06 No schema files found: doing nothing. 03:17:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:17:06 Setting up zip (3.0-11build1) ... 03:17:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:17:07 Setting up libsodium23:amd64 (1.0.16-2) ... 03:17:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:17:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:17:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 03:17:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:17:07 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:17:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:17:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:14 git set to automatically installed. 03:17:14 git-man set to automatically installed. 03:17:14 libcurl3-gnutls set to automatically installed. 03:17:14 liberror-perl set to automatically installed. 03:17:14 libglib2.0-0 set to automatically installed. 03:17:14 libnghttp2-14 set to automatically installed. 03:17:14 libnorm1 set to automatically installed. 03:17:14 libpgm-5.2-0 set to automatically installed. 03:17:14 libpsl5 set to automatically installed. 03:17:14 librtmp1 set to automatically installed. 03:17:14 libsodium23 set to automatically installed. 03:17:14 libzmq3-dev set to automatically installed. 03:17:14 libzmq5 set to automatically installed. 03:17:14 pkg-config set to automatically installed. 03:17:14 zip set to automatically installed. 03:17:18 snapd is not logged in, snap install commands will use sudo 03:17:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:43 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 03:17:43 snapd is not logged in, snap install commands will use sudo 03:17:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:17:48 snap "core18" has no updates available 03:17:49 Pulling go-build-helper 03:17:49 + snapcraftctl pull 03:17:49 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:49 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:17:49 ---> cafed8e44df1 03:17:49 Step 3/31 : WORKDIR /edgex-go 03:17:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:17:49 ---> cafed8e44df1 03:17:49 Step 3/21 : WORKDIR /edgex-go 03:17:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:17:49 ---> cafed8e44df1 03:17:49 Step 3/22 : WORKDIR /edgex-go 03:17:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:17:49 ---> cafed8e44df1 03:17:49 Step 3/24 : WORKDIR /edgex-go 03:17:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:17:50 ---> cafed8e44df1 03:17:50 Step 3/23 : WORKDIR /edgex-go 03:17:50 'app-service-config' has dependencies that need to be staged: go-build-helper 03:17:50 Skipping pull go-build-helper (already ran) 03:17:50 Building go-build-helper 03:17:50 + snapcraftctl build 03:17:53 Staging go-build-helper 03:17:53 + snapcraftctl stage 03:17:54 ---> Running in d50f1eb24da6 03:17:54 ---> Running in ed45f59be901 03:17:54 ---> Running in 19f462395f6a 03:17:54 ---> Running in 63dcacdf0d3a 03:17:54 ---> Running in 4fb230d0a42f 03:17:54 Removing intermediate container ed45f59be901 03:17:54 ---> 9102a47d8cee 03:17:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:54 ---> Running in 4cd8a8fea716 03:17:54 Removing intermediate container d50f1eb24da6 03:17:54 ---> 3cefeda2c2c1 03:17:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:54 Removing intermediate container 19f462395f6a 03:17:54 ---> ecbf577fc907 03:17:54 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:55 Removing intermediate container 4fb230d0a42f 03:17:55 ---> d57de2d96710 03:17:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:55 Removing intermediate container 63dcacdf0d3a 03:17:55 ---> 9213bebb0c8e 03:17:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:55 ---> Running in 01a56c3428cd 03:17:55 ---> Running in a85d17d07618 03:17:55 ---> Running in 32de86d12c17 03:17:55 ---> Running in aea724ba770b 03:17:58 Removing intermediate container 4cd8a8fea716 03:17:58 ---> 7670d1971352 03:17:58 Step 5/21 : RUN apk add --update --no-cache make git 03:17:58 ---> Running in 76686604ac39 03:17:58 Removing intermediate container 01a56c3428cd 03:17:58 ---> d0d778fae7ed 03:17:58 Step 5/31 : RUN apk add --update --no-cache make git 03:17:59 ---> Running in f4cc69a07f45 03:17:59 Removing intermediate container a85d17d07618 03:17:59 ---> e76915bfc694 03:17:59 Step 5/24 : RUN apk add --update --no-cache make git 03:17:59 ---> Running in 9e9f1e35260b 03:18:00 Removing intermediate container 32de86d12c17 03:18:00 ---> c34087e69fad 03:18:00 Step 5/22 : RUN apk add --update --no-cache make git 03:18:00 Removing intermediate container aea724ba770b 03:18:00 ---> f838b13e161b 03:18:00 Step 5/23 : RUN apk add --update --no-cache make git 03:18:00 ---> Running in 01267c536910 03:18:00 ---> Running in 27b7c714b22a 03:18:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:02 OK: 217 MiB in 51 packages 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:02 OK: 217 MiB in 51 packages 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:03 OK: 217 MiB in 51 packages 03:18:03 OK: 217 MiB in 51 packages 03:18:04 Removing intermediate container 76686604ac39 03:18:04 ---> 911f1b3f611c 03:18:04 Step 6/21 : COPY go.mod . 03:18:04 OK: 217 MiB in 51 packages 03:18:04 Removing intermediate container f4cc69a07f45 03:18:04 ---> 3402f42a4603 03:18:04 Step 6/31 : COPY go.mod . 03:18:05 ---> 55d517ff7feb 03:18:05 Step 7/21 : RUN go mod download 03:18:05 ---> Running in f8ea73c05f26 03:18:05 Removing intermediate container 01267c536910 03:18:05 ---> 4804c0d940e1 03:18:05 Step 6/22 : COPY go.mod . 03:18:05 ---> 7d33cbf5b2c3 03:18:05 Step 7/31 : RUN go mod download 03:18:05 Removing intermediate container 27b7c714b22a 03:18:05 ---> eb8cad36dc37 03:18:05 Step 6/23 : COPY go.mod . 03:18:06 Removing intermediate container 9e9f1e35260b 03:18:06 ---> 1ae3803876b1 03:18:06 Step 6/24 : COPY go.mod . 03:18:06 ---> Running in 7e42333067d0 03:18:07 ---> 4497a591d139 03:18:07 Step 7/22 : RUN go mod download 03:18:07 ---> fbaf29a35203 03:18:07 Step 7/23 : RUN go mod download 03:18:07 ---> Running in c466d9e97823 03:18:07 ---> Running in eafc9ce68491 03:18:07 ---> f9acea0e704e 03:18:07 Step 7/24 : RUN go mod download 03:18:07 ---> Running in 6a03bdaa485b 03:18:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:18:08 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:18:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:18:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 03:18:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:18:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:18:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:18:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:18:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:18:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:18:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:18:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:18:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:18:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:18:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:18:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:18:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:18:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:18:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:18:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 03:18:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:18:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:18:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:18:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:18:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:18:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 03:18:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 03:18:08 Fetched 24.2 MB in 6s (4004 kB/s) 03:18:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:18:08 Fetched 224 kB in 0s (0 B/s) 03:18:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:18:08 Fetched 157 kB in 0s (0 B/s) 03:18:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:18:08 Fetched 221 kB in 0s (0 B/s) 03:18:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:18:08 Fetched 143 kB in 0s (0 B/s) 03:18:08 Pulling app-service-config 03:18:08 + snapcraftctl pull 03:18:08 Cloning into '/root/parts/app-service-config/src'... 03:18:08 Pulling config-common 03:18:08 + snapcraftctl pull 03:18:09 Removing intermediate container f8ea73c05f26 03:18:09 ---> 8f17aa6af6ea 03:18:09 Step 8/21 : COPY . . 03:18:09 Removing intermediate container 7e42333067d0 03:18:09 ---> a5a17be03734 03:18:09 Step 8/31 : COPY . . 03:18:13 Removing intermediate container eafc9ce68491 03:18:13 ---> b64a93f7d89a 03:18:13 Step 8/23 : COPY . . 03:18:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:18:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:18:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:18:13 Fetched 0 B in 0s (0 B/s) 03:18:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:18:13 Fetched 0 B in 0s (0 B/s) 03:18:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:18:13 Fetched 0 B in 0s (0 B/s) 03:18:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:18:13 Fetched 0 B in 0s (0 B/s) 03:18:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:18:13 Fetched 0 B in 0s (0 B/s) 03:18:13 Pulling edgex-go 03:18:13 + snapcraftctl pull 03:18:13 Removing intermediate container c466d9e97823 03:18:13 ---> b7b0a3c06b2f 03:18:13 Step 8/22 : COPY . . 03:18:14 Removing intermediate container 6a03bdaa485b 03:18:14 ---> 7779a40ec145 03:18:14 Step 8/24 : COPY . . 03:18:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:18:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:18:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:18:40 Fetched 0 B in 0s (0 B/s) 03:18:40 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:18:40 Fetched 96.5 kB in 0s (0 B/s) 03:18:40 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:18:40 Fetched 279 kB in 0s (0 B/s) 03:18:40 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:18:40 Fetched 122 kB in 0s (0 B/s) 03:18:40 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:18:40 Fetched 77.8 kB in 0s (0 B/s) 03:18:40 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:18:40 Fetched 8848 B in 0s (0 B/s) 03:18:40 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:18:40 Fetched 47.8 kB in 0s (0 B/s) 03:18:40 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:18:40 Fetched 45.6 kB in 0s (0 B/s) 03:18:40 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:18:40 Fetched 15.0 kB in 0s (0 B/s) 03:18:40 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 03:18:40 Fetched 219 kB in 0s (0 B/s) 03:18:40 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:18:40 Fetched 154 kB in 0s (0 B/s) 03:18:40 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:18:40 Fetched 50.6 kB in 0s (0 B/s) 03:18:40 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:18:40 Fetched 14.8 kB in 0s (0 B/s) 03:18:40 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:18:40 Fetched 41.8 kB in 0s (0 B/s) 03:18:40 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:18:40 Fetched 499 kB in 0s (0 B/s) 03:18:40 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:18:40 Fetched 111 kB in 0s (0 B/s) 03:18:40 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:18:40 Fetched 240 kB in 0s (0 B/s) 03:18:40 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:18:40 Fetched 29.3 kB in 0s (0 B/s) 03:18:40 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:18:40 Fetched 85.5 kB in 0s (0 B/s) 03:18:40 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:18:40 Fetched 24.5 kB in 0s (0 B/s) 03:18:40 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:18:40 Fetched 49.2 kB in 0s (0 B/s) 03:18:40 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:18:40 Fetched 54.2 kB in 0s (0 B/s) 03:18:40 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:18:40 Fetched 30.8 kB in 0s (0 B/s) 03:18:40 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:18:40 Fetched 15.8 kB in 0s (0 B/s) 03:18:40 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:18:40 Fetched 85.9 kB in 0s (0 B/s) 03:18:40 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:18:40 Fetched 8720 B in 0s (0 B/s) 03:18:40 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:18:40 Fetched 137 kB in 0s (0 B/s) 03:18:40 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:18:40 Fetched 119 kB in 0s (0 B/s) 03:18:40 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:18:40 Fetched 109 kB in 0s (0 B/s) 03:18:40 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:18:40 Fetched 11.1 kB in 0s (0 B/s) 03:18:40 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:18:40 Fetched 645 kB in 0s (0 B/s) 03:18:40 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:18:40 Fetched 41.3 kB in 0s (0 B/s) 03:18:40 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:18:40 Fetched 17.9 kB in 0s (0 B/s) 03:18:40 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:18:40 Fetched 368 kB in 0s (0 B/s) 03:18:40 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:18:40 Fetched 187 kB in 0s (0 B/s) 03:18:40 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:18:40 Fetched 175 kB in 0s (0 B/s) 03:18:40 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:18:40 Fetched 206 kB in 0s (0 B/s) 03:18:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 03:18:40 Fetched 1301 kB in 0s (0 B/s) 03:18:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:18:40 Fetched 36.2 kB in 0s (0 B/s) 03:18:40 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 03:18:40 Fetched 159 kB in 0s (0 B/s) 03:18:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:18:40 Fetched 107 kB in 0s (0 B/s) 03:18:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:18:40 Fetched 48.7 kB in 0s (0 B/s) 03:18:40 Pulling static-packages 03:18:40 + snapcraftctl pull 03:18:40 Pulling version 03:18:40 + cd /root/project 03:18:40 + [ -f VERSION ] 03:18:40 + PROJECT_VERSION=local-dev 03:18:40 + git rev-parse --short HEAD 03:18:40 + GIT_REVISION=004a4905 03:18:40 + snapcraftctl set-version local-dev 03:18:40 Skipping build go-build-helper (already ran) 03:18:40 Building app-service-config 03:18:40 + make build 03:18:40 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 03:18:40 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 03:18:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 03:18:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 03:18:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 03:18:41 go: downloading github.com/gorilla/mux v1.8.0 03:18:41 go: downloading github.com/pelletier/go-toml v1.2.0 03:18:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:18:41 go: downloading github.com/x448/float16 v0.8.4 03:18:41 ---> 5580ab7839f3 03:18:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:18:41 ---> 1763aa63e9b1 03:18:41 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:18:41 ---> 58721f6616ca 03:18:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:18:41 ---> dcd6167b356c 03:18:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:18:41 ---> Running in d74c4c17d86a 03:18:41 ---> Running in ac249fb5dea4 03:18:41 ---> 35ec7dce9190 03:18:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:18:41 ---> Running in e512eae3c7a3 03:18:41 ---> Running in 4d22749b8dd7 03:18:41 ---> Running in 17e21537f383 03:18:41 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 03:18:41 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 03:18:41 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 03:18:41 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 03:18:41 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 03:18:41 go: downloading github.com/go-kit/kit v0.8.0 03:18:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 03:18:41 go: downloading github.com/go-playground/validator/v10 v10.4.1 03:18:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 03:18:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 03:18:41 go: downloading github.com/go-playground/universal-translator v0.17.0 03:18:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:18:41 go: downloading github.com/gorilla/websocket v1.4.2 03:18:41 go: downloading github.com/google/uuid v1.2.0 03:18:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 03:18:41 go: downloading github.com/leodido/go-urn v1.2.0 03:18:41 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:18:42 go: downloading github.com/pebbe/zmq4 v1.2.7 03:18:42 go: downloading github.com/BurntSushi/toml v0.3.1 03:18:42 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:18:42 go: downloading github.com/go-playground/locales v0.13.0 03:18:42 go: downloading github.com/mitchellh/copystructure v1.0.0 03:18:42 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 03:18:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:18:42 go: downloading github.com/hashicorp/consul/api v1.8.1 03:18:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:18:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:18:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:18:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:18:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:18:42 go: downloading github.com/hashicorp/serf v0.9.5 03:18:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:18:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:18:42 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:18:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:18:42 go: downloading github.com/mattn/go-isatty v0.0.12 03:18:42 go: downloading github.com/fatih/color v1.9.0 03:18:42 go: downloading github.com/mattn/go-colorable v0.1.6 03:18:42 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:18:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:18:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:18:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:18:55 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 03:18:55 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 03:18:55 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 03:18:55 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 03:18:55 Building config-common 03:18:55 + snapcraftctl build 03:18:58 Building edgex-go 03:18:58 + cd /root/parts/edgex-go/src 03:18:58 + make build 03:18:58 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 03:18:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:18:59 go: downloading github.com/imdario/mergo v0.3.12 03:18:59 go: downloading github.com/pkg/errors v0.8.1 03:19:03 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 03:19:03 go: downloading gopkg.in/yaml.v2 v2.4.0 03:19:08 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 03:19:10 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 03:19:12 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 03:19:12 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 03:19:13 go: downloading github.com/stretchr/testify v1.7.0 03:19:13 go: downloading github.com/pmezard/go-difflib v1.0.0 03:19:13 go: downloading github.com/davecgh/go-spew v1.1.1 03:19:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:19:15 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 03:19:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:19:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:19:17 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 03:19:18 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 03:19:20 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 03:19:21 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 03:19:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:19:22 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 03:19:22 go: downloading github.com/lib/pq v1.10.0 03:19:24 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:19:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:19:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:19:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:19:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:19:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:19:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:19:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:19:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:19:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:19:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:19:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:19:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:19:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:19:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:19:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:19:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:19:25 + 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 03:19:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:19:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:19:25 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 03:19:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:19:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:19:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:19:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:19:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:19:29 Building static-packages 03:19:29 + snapcraftctl build 03:19:31 Building version 03:19:31 + snapcraftctl build 03:19:34 Skipping stage go-build-helper (already ran) 03:19:34 Staging app-service-config 03:19:34 + snapcraftctl stage 03:19:35 Staging config-common 03:19:35 + snapcraftctl stage 03:19:36 Staging edgex-go 03:19:36 + snapcraftctl stage 03:19:37 Staging static-packages 03:19:37 + snapcraftctl stage 03:19:39 Staging version 03:19:39 + snapcraftctl stage 03:19:40 Priming go-build-helper 03:19:40 + snapcraftctl prime 03:19:41 Priming app-service-config 03:19:41 + snapcraftctl prime 03:19:43 Priming config-common 03:19:43 + snapcraftctl prime 03:19:44 Priming edgex-go 03:19:44 + snapcraftctl prime 03:19:46 Priming static-packages 03:19:46 + snapcraftctl prime 03:19:48 Priming version 03:19:48 + snapcraftctl prime 03:19:50 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] } 03:20:17 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 03:20:17 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 03:20:30 Removing intermediate container d74c4c17d86a 03:20:30 ---> 37361726966a 03:20:30 03:20:30 Step 10/31 : FROM alpine:3.12 03:20:30 3.12: Pulling from library/alpine 03:20:31 Removing intermediate container ac249fb5dea4 03:20:31 ---> d189c42c69a4 03:20:31 03:20:31 Step 10/21 : FROM alpine:3.12 03:20:31 3.12: Pulling from library/alpine 03:20:31 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:20:31 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:20:31 Removing intermediate container 17e21537f383 03:20:31 ---> 06e6b431fc47 03:20:31 03:20:31 Step 10/24 : FROM alpine:3.12 03:20:31 Status: Downloaded newer image for alpine:3.12 03:20:31 ---> d75e27dfc0a0 03:20:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:20:31 Status: Image is up to date for alpine:3.12 03:20:31 ---> d75e27dfc0a0 03:20:31 Step 11/21 : RUN apk add --update --no-cache curl 03:20:31 ---> d75e27dfc0a0 03:20:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:20:32 ---> Running in ba1c687793b5 03:20:32 ---> Running in be7b794fc9ce 03:20:32 ---> Running in 3c40f238d9b7 03:20:33 Removing intermediate container ba1c687793b5 03:20:33 ---> 9b5337516062 03:20:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:20:33 ---> Running in 23caddc218cb 03:20:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:35 (1/6) Installing ca-certificates (20191127-r4) 03:20:35 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:20:35 (3/6) Installing libcurl (7.69.1-r3) 03:20:35 (4/6) Installing curl (7.69.1-r3) 03:20:35 (5/6) Installing dumb-init (1.2.2-r1) 03:20:35 (6/6) Installing su-exec (0.2-r1) 03:20:35 Executing busybox-1.31.1-r20.trigger 03:20:35 Executing ca-certificates-20191127-r4.trigger 03:20:35 (1/4) Installing ca-certificates (20191127-r4) 03:20:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:20:35 (3/4) Installing libcurl (7.69.1-r3) 03:20:35 (4/4) Installing curl (7.69.1-r3) 03:20:35 Executing busybox-1.31.1-r20.trigger 03:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:35 Executing ca-certificates-20191127-r4.trigger 03:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:35 OK: 7 MiB in 20 packages 03:20:36 OK: 7 MiB in 18 packages 03:20:36 (1/2) Installing dumb-init (1.2.2-r1) 03:20:36 (2/2) Installing su-exec (0.2-r1) 03:20:36 Executing busybox-1.31.1-r20.trigger 03:20:36 OK: 5 MiB in 16 packages 03:20:38 Removing intermediate container e512eae3c7a3 03:20:38 ---> bce9d1590064 03:20:38 03:20:38 Step 10/22 : FROM alpine:3.12 03:20:38 ---> d75e27dfc0a0 03:20:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:20:39 ---> Running in aa427e6dc066 03:20:39 Removing intermediate container 23caddc218cb 03:20:39 ---> 7a9d1df6127a 03:20:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:20:39 ---> Running in 2e9c90623b1a 03:20:39 Removing intermediate container be7b794fc9ce 03:20:39 ---> 3c784408d1bb 03:20:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:20:39 Removing intermediate container 3c40f238d9b7 03:20:39 ---> 31b1000af371 03:20:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:20:40 ---> Running in 7e498eba8719 03:20:40 ---> Running in c3f2b01774ee 03:20:40 Removing intermediate container 2e9c90623b1a 03:20:40 ---> e23cc461697f 03:20:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:20:40 ---> Running in 3d085b2bcaf0 03:20:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:41 Removing intermediate container 7e498eba8719 03:20:41 ---> 5fe17d010acb 03:20:41 Step 13/21 : WORKDIR /edgex 03:20:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:41 Removing intermediate container c3f2b01774ee 03:20:41 ---> 40ea1e05769a 03:20:41 Step 13/24 : WORKDIR / 03:20:41 ---> Running in ec838a87f77e 03:20:41 (1/1) Installing dumb-init (1.2.2-r1) 03:20:41 Executing busybox-1.31.1-r20.trigger 03:20:41 ---> Running in 2276149badd2 03:20:41 OK: 5 MiB in 15 packages 03:20:42 Removing intermediate container 3d085b2bcaf0 03:20:42 ---> 6ebf502c6d89 03:20:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:20:42 ---> Running in 2adf3af0f0b1 03:20:42 Removing intermediate container ec838a87f77e 03:20:42 ---> 48173b135136 03:20:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:20:43 Removing intermediate container 2276149badd2 03:20:43 ---> ea465a2bf026 03:20:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:20:44 Removing intermediate container aa427e6dc066 03:20:44 ---> 883ddcb783e1 03:20:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:20:44 ---> 2364d9a325ed 03:20:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:20:44 ---> Running in e6bd11193312 03:20:44 ---> 2ea84b4d1aa2 03:20:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:20:45 Removing intermediate container e6bd11193312 03:20:45 ---> c9e756bd6e09 03:20:45 Step 13/22 : ENV APP_PORT=48085 03:20:46 Removing intermediate container 2adf3af0f0b1 03:20:46 ---> 93f2e4eee4a1 03:20:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:20:46 ---> Running in e94bb92ccbfc 03:20:46 ---> Running in 1d9a2bd0c785 03:20:46 ---> 8ca987432f80 03:20:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:20:46 ---> c373ebbd34aa 03:20:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:20:47 Removing intermediate container 4d22749b8dd7 03:20:47 ---> 4bcd90ec6e90 03:20:47 03:20:47 Step 10/23 : FROM alpine:3.12 03:20:47 ---> d75e27dfc0a0 03:20:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:20:47 ---> Using cache 03:20:47 ---> 883ddcb783e1 03:20:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:20:47 ---> Using cache 03:20:47 ---> c9e756bd6e09 03:20:47 Step 13/23 : ENV APP_PORT=48081 03:20:47 Removing intermediate container e94bb92ccbfc 03:20:47 ---> 2f978aab7a8f 03:20:47 Step 14/22 : EXPOSE $APP_PORT 03:20:47 ---> Running in 8c0580c4470b 03:20:47 Removing intermediate container 1d9a2bd0c785 03:20:47 ---> 6dab0c96afde 03:20:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:20:47 ---> Running in 2ac6594fe786 03:20:47 ---> e7bf58adb686 03:20:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:20:48 ---> 4b35593549f2 03:20:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:20:48 Removing intermediate container 8c0580c4470b 03:20:48 ---> 7b46d82987ea 03:20:48 Step 14/23 : EXPOSE $APP_PORT 03:20:48 Removing intermediate container 2ac6594fe786 03:20:48 ---> 0a5dd083e6a2 03:20:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:48 ---> Running in 7ff9fcfd128b 03:20:48 ---> Running in 6755d33fa6f9 03:20:48 ---> c0f705299683 03:20:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:20:48 ---> Running in 66670bb310ff 03:20:49 Removing intermediate container 7ff9fcfd128b 03:20:49 ---> dea5dcbdaebd 03:20:49 Step 18/21 : CMD ["--init=true"] 03:20:49 Removing intermediate container 6755d33fa6f9 03:20:49 ---> aaa4576bde6f 03:20:49 Step 15/23 : WORKDIR / 03:20:49 ---> 6e7e662fa1c9 03:20:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:20:49 ---> e37881aeae32 03:20:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:20:49 ---> Running in 20d69000bd59 03:20:49 ---> Running in 117c33384637 03:20:50 Removing intermediate container 117c33384637 03:20:50 ---> 805d453b90a3 03:20:50 Step 19/21 : LABEL arch=arm64 03:20:51 Removing intermediate container 20d69000bd59 03:20:51 ---> 1fac21a6fdad 03:20:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:51 ---> Running in 4b635b69b308 03:20:51 ---> 4d298d7fff19 03:20:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:20:51 ---> 5c1a4103ca8e 03:20:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:20:51 Removing intermediate container 4b635b69b308 03:20:51 ---> 6acd1b30ba76 03:20:51 Step 20/21 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:20:52 ---> Running in 42b61c29bdd9 03:20:52 Removing intermediate container 66670bb310ff 03:20:52 ---> 02b5c748e4e2 03:20:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:52 ---> 45db0a8376e7 03:20:52 ---> 4e65795b6740 03:20:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:20:52 Step 20/24 : 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/ 03:20:52 ---> 5cfdbc0469a6 03:20:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:20:52 ---> Running in 08d50135a06f 03:20:53 ---> Running in 8ee63cf9de54 03:20:53 Removing intermediate container 42b61c29bdd9 03:20:53 ---> b3ce2599be29 03:20:53 Step 21/21 : LABEL version=0.0.0 03:20:53 ---> Running in 92bbfc35934e 03:20:53 ---> 148b130fa340 03:20:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:20:53 Removing intermediate container 8ee63cf9de54 03:20:53 ---> 95b7bb2e6705 03:20:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:20:54 ---> Running in 2ef796b65978 03:20:54 Removing intermediate container 92bbfc35934e 03:20:54 ---> a4a92d298ff5 03:20:54 03:20:54 ---> a632b5e43808 03:20:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:20:55 Removing intermediate container 2ef796b65978 03:20:55 ---> a3716b71bbc9 03:20:55 Step 20/22 : LABEL arch=arm64 03:20:55 Successfully built a4a92d298ff5 03:20:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:20:55  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 03:20:55 ---> a4b6bb4a9579 03:20:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:20:55 ---> Running in 3812c4f9b9e6 03:20:55 ---> 876dd697fec7 03:20:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:20:55 ---> Running in 8c11bab05692 03:20:56 Removing intermediate container 3812c4f9b9e6 03:20:56 ---> de486cd333f7 03:20:56 Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:20:56 Removing intermediate container 08d50135a06f 03:20:56 ---> 01a90e4e23ce 03:20:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:20:56 ---> Running in 0e09dc7b4e58 03:20:56 ---> Running in e908cc895afd 03:20:56 Removing intermediate container 8c11bab05692 03:20:56 ---> 1ddca425ecd5 03:20:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:20:57 ---> 2e9742d1d120 03:20:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:20:57 ---> Running in 990c65274e6d 03:20:57 Removing intermediate container 0e09dc7b4e58 03:20:57 ---> 2c226d04a9f0 03:20:57 Step 22/22 : LABEL version=0.0.0 03:20:57 Removing intermediate container e908cc895afd 03:20:57 ---> 7abac17a039b 03:20:57 Step 22/24 : LABEL arch=arm64 03:20:57 ---> Running in 1cfaecaa30ce 03:20:58 ---> Running in 5dcb72ee1d1c 03:20:58 Removing intermediate container 990c65274e6d 03:20:58 ---> bfd20c8e07ab 03:20:58 Step 21/23 : LABEL arch=arm64 03:20:58 ---> 33e8cb29e03f 03:20:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:20:59 ---> Running in a6ef06e693dc 03:20:59 Removing intermediate container 1cfaecaa30ce 03:20:59 ---> 52464954be7d 03:20:59 03:20:59 Removing intermediate container 5dcb72ee1d1c 03:20:59 ---> fb9aea86453d 03:20:59 Step 23/24 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:20:59 ---> Running in ecd7cd0a7dc5 03:20:59 Successfully built 52464954be7d 03:20:59 Successfully tagged docker-support-scheduler-go-arm64:latest 03:20:59  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 03:20:59 ---> 87020abfa227 03:20:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:20:59 Removing intermediate container a6ef06e693dc 03:20:59 ---> 802faea19ac0 03:20:59 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:21:00 Removing intermediate container ecd7cd0a7dc5 03:21:00 ---> 357e923f4518 03:21:00 Step 24/24 : LABEL version=0.0.0 03:21:00 ---> Running in 46f4a40def53 03:21:00 ---> Running in ad5c7512b111 03:21:00 ---> Running in 6f4c74ee68b5 03:21:00 Removing intermediate container 46f4a40def53 03:21:00 ---> 37c12eb9727e 03:21:00 Step 23/23 : LABEL version=0.0.0 03:21:00 ---> Running in 30faab1e0b17 03:21:01 Removing intermediate container ad5c7512b111 03:21:01 ---> cf40b303f5ff 03:21:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:21:02 Removing intermediate container 30faab1e0b17 03:21:02 ---> 9c9ce02bcb5b 03:21:02 Removing intermediate container 6f4c74ee68b5 03:21:02 03:21:02 ---> be4d0eeb362d 03:21:02 03:21:02 Successfully built be4d0eeb362d 03:21:02 Successfully built 9c9ce02bcb5b 03:21:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:21:03  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 03:21:03 ---> 1a9a3e08492c 03:21:03 Step 26/31 : RUN chmod +x /entrypoint.sh 03:21:03 Successfully tagged docker-core-metadata-go-arm64:latest 03:21:03  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 03:21:03 ---> Running in e4a8aa8cb3b6 03:21:05 Removing intermediate container e4a8aa8cb3b6 03:21:05 ---> 0ef5c2904369 03:21:05 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:21:06 ---> Running in a5d4aba020c7 03:21:07 Removing intermediate container a5d4aba020c7 03:21:07 ---> df594efa4716 03:21:07 Step 28/31 : CMD ["gate"] 03:21:07 ---> Running in 6403ba473cf5 03:21:08 Removing intermediate container 6403ba473cf5 03:21:08 ---> 6823d20785b7 03:21:08 Step 29/31 : LABEL arch=arm64 03:21:09 ---> Running in 2b568a4b0d57 03:21:10 Removing intermediate container 2b568a4b0d57 03:21:10 ---> c587b3b56891 03:21:10 Step 30/31 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:21:10 ---> Running in 87414d21fe4c 03:21:11 Removing intermediate container 87414d21fe4c 03:21:11 ---> aa978f0704d8 03:21:11 Step 31/31 : LABEL version=0.0.0 03:21:12 ---> Running in ad350754e0ef 03:21:13 Removing intermediate container ad350754e0ef 03:21:13 ---> 6501fe89a69c 03:21:13 03:21:13 Successfully built 6501fe89a69c 03:21:14 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:21:46  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:21:46 ---> cafed8e44df1 03:21:46 Step 3/23 : WORKDIR /edgex-go 03:21:46 ---> Using cache 03:21:46 ---> d57de2d96710 03:21:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:46 ---> Using cache 03:21:46 ---> f838b13e161b 03:21:46 Step 5/23 : RUN apk add --update --no-cache make git 03:21:46 ---> Using cache 03:21:46 ---> eb8cad36dc37 03:21:46 Step 6/23 : COPY go.mod . 03:21:46 ---> Using cache 03:21:46 ---> fbaf29a35203 03:21:46 Step 7/23 : RUN go mod download 03:21:46 ---> Using cache 03:21:46 ---> b64a93f7d89a 03:21:46 Step 8/23 : COPY . . 03:21:46 ---> Using cache 03:21:46 ---> dcd6167b356c 03:21:46 Step 9/23 : RUN make cmd/core-command/core-command 03:21:51 ---> Running in 4c91c6a14117 03:21:52 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 03:21:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:21:53 ---> cafed8e44df1 03:21:53 Step 3/22 : WORKDIR /edgex-go 03:21:53 ---> Using cache 03:21:53 ---> d57de2d96710 03:21:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:53 ---> Using cache 03:21:53 ---> f838b13e161b 03:21:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:21:55 ---> Running in 06f797404ea7 03:21:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:21:57 ---> cafed8e44df1 03:21:57 Step 3/23 : WORKDIR /edgex-go 03:21:57 ---> Using cache 03:21:57 ---> d57de2d96710 03:21:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:57 ---> Using cache 03:21:57 ---> f838b13e161b 03:21:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:21:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:21:57 ---> cafed8e44df1 03:21:57 Step 3/23 : WORKDIR /edgex-go 03:21:57 ---> Using cache 03:21:57 ---> d57de2d96710 03:21:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:57 ---> Using cache 03:21:57 ---> f838b13e161b 03:21:57 Step 5/23 : RUN apk add --update --no-cache make bash git 03:21:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:21:57 ---> Running in eed6ddeabef2 03:21:57 ---> Running in f7cd2dfaf349 03:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:21:59 OK: 217 MiB in 51 packages 03:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:22:01 Removing intermediate container 06f797404ea7 03:22:01 ---> 7e0ceef8b618 03:22:01 Step 6/22 : COPY go.mod . 03:22:01 OK: 217 MiB in 51 packages 03:22:01 OK: 217 MiB in 51 packages 03:22:02 ---> a648070a5d98 03:22:02 Step 7/22 : RUN go mod download 03:22:02 ---> Running in afadb09266b3 03:22:04 Removing intermediate container f7cd2dfaf349 03:22:04 ---> f3655f9f5b4a 03:22:04 Step 6/23 : COPY go.mod . 03:22:04 Removing intermediate container eed6ddeabef2 03:22:04 ---> aedf432e91cb 03:22:04 Step 6/23 : COPY go.mod . 03:22:05 ---> 3b9b9ab64965 03:22:05 Step 7/23 : RUN go mod download 03:22:05 ---> Running in 83a9afa2c312 03:22:05 ---> 4f863cd91288 03:22:05 Step 7/23 : RUN go mod download 03:22:06 ---> Running in c0bad06dc27d 03:22:08 Removing intermediate container afadb09266b3 03:22:08 ---> 55cbee228fff 03:22:08 Step 8/22 : COPY . . 03:22:12 Removing intermediate container 83a9afa2c312 03:22:12 ---> 4a39ab4d322b 03:22:12 Step 8/23 : COPY . . 03:22:12 Removing intermediate container c0bad06dc27d 03:22:12 ---> c142224a80dc 03:22:12 Step 8/23 : COPY . . 03:22:44 ---> c2a11810a3ca 03:22:44 Step 9/23 : RUN make cmd/core-data/core-data 03:22:44 ---> 2b1cf79ca8b6 03:22:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:22:44 ---> 25a1d12e57ec 03:22:44 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:22:44 ---> Running in 59b5a5646af1 03:22:44 ---> Running in 73b0e4625b5d 03:22:44 ---> Running in 9260e71a29e6 03:22:44 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 03:22:45 Removing intermediate container 4c91c6a14117 03:22:45 ---> 3d8b4795636a 03:22:45 03:22:45 Step 10/23 : FROM alpine:3.12 03:22:45 ---> d75e27dfc0a0 03:22:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:22:45 ---> Using cache 03:22:45 ---> 883ddcb783e1 03:22:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:22:45 ---> Using cache 03:22:45 ---> c9e756bd6e09 03:22:45 Step 13/23 : ENV APP_PORT=48082 03:22:45 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 03:22:45 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 03:22:45 ---> Running in 29a4b35d9193 03:22:46 Removing intermediate container 29a4b35d9193 03:22:46 ---> a757edae9bac 03:22:46 Step 14/23 : EXPOSE $APP_PORT 03:22:46 ---> Running in 822dd5a6922e 03:22:47 Removing intermediate container 822dd5a6922e 03:22:47 ---> f4979fbfe3e9 03:22:47 Step 15/23 : WORKDIR / 03:22:47 ---> Running in 3bd5b08644b5 03:22:48 Removing intermediate container 3bd5b08644b5 03:22:48 ---> f05e2adf0c31 03:22:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:22:48 ---> 37fea1f40490 03:22:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:22:50 ---> e3a4fafd4b8d 03:22:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:22:51 ---> 1f6160da3cf8 03:22:51 Step 19/23 : ENTRYPOINT ["/core-command"] 03:22:52 ---> Running in 906b178b75cf 03:22:52 Removing intermediate container 906b178b75cf 03:22:52 ---> 0a3e1a939be3 03:22:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:53 ---> Running in 0a23645043e1 03:22:53 Removing intermediate container 0a23645043e1 03:22:53 ---> df4b76f57ec0 03:22:53 Step 21/23 : LABEL arch=arm64 03:22:53 ---> Running in 4d6af78b228d 03:22:54 Removing intermediate container 4d6af78b228d 03:22:54 ---> e7d21fc5c742 03:22:54 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:22:54 ---> Running in 0b182a061e62 03:22:55 Removing intermediate container 0b182a061e62 03:22:55 ---> 19ac36bc6e8b 03:22:55 Step 23/23 : LABEL version=0.0.0 03:22:55 ---> Running in 8a2db8d8a21b 03:22:56 Removing intermediate container 8a2db8d8a21b 03:22:56 ---> b7c0c2ee0925 03:22:56 03:22:56 Successfully built b7c0c2ee0925 03:22:56 Successfully tagged docker-core-command-go-arm64:latest 03:24:04  Building docker-core-command-go ... done Removing intermediate container 59b5a5646af1 03:24:04 ---> f8930deaae7b 03:24:04 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:24:04 ---> Running in 263b6d9dc4c0 03:24:04 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 03:24:04 Removing intermediate container 73b0e4625b5d 03:24:04 ---> 2623a5ad2c5c 03:24:04 03:24:04 Step 10/22 : FROM alpine:3.12 03:24:04 ---> d75e27dfc0a0 03:24:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:24:04 ---> Running in ca8ce0987ded 03:24:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:04 Removing intermediate container 263b6d9dc4c0 03:24:04 ---> 4cbc37bb4172 03:24:04 03:24:04 Step 11/23 : FROM docker:20.10.0 03:24:04 20.10.0: Pulling from library/docker 03:24:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:04 (1/2) Installing ca-certificates (20191127-r4) 03:24:04 (2/2) Installing dumb-init (1.2.2-r1) 03:24:04 Executing busybox-1.31.1-r20.trigger 03:24:04 Executing ca-certificates-20191127-r4.trigger 03:24:05 OK: 6 MiB in 16 packages 03:24:07 Removing intermediate container ca8ce0987ded 03:24:07 ---> b2e858de3f7c 03:24:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:24:08 ---> Running in 0b437dcc08f7 03:24:09 Removing intermediate container 0b437dcc08f7 03:24:09 ---> ecf3961b57e7 03:24:09 Step 13/22 : ENV APP_PORT=48060 03:24:09 ---> Running in 4bba87b70248 03:24:10 Removing intermediate container 4bba87b70248 03:24:10 ---> 5f489cc09c46 03:24:10 Step 14/22 : EXPOSE $APP_PORT 03:24:10 ---> Running in e5a001a6a2fc 03:24:11 Removing intermediate container e5a001a6a2fc 03:24:11 ---> 4ecc003558e2 03:24:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:12 ---> 58317d19a403 03:24:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:24:12 Removing intermediate container 9260e71a29e6 03:24:12 ---> 0576abff4135 03:24:12 03:24:12 Step 10/23 : FROM alpine:3.12 03:24:12 ---> d75e27dfc0a0 03:24:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:24:13 ---> Running in def6fc6f2dae 03:24:14 Removing intermediate container def6fc6f2dae 03:24:14 ---> 302964db7bf5 03:24:14 Step 12/23 : ENV APP_PORT=48080 03:24:14 ---> Running in a9ea62463402 03:24:14 ---> e9618f4daaa5 03:24:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:24:14 Removing intermediate container a9ea62463402 03:24:14 ---> c24d58c2a160 03:24:14 Step 13/23 : EXPOSE $APP_PORT 03:24:14 ---> Running in 0c9b1411b65d 03:24:15 ---> 1ec76027610a 03:24:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:24:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:24:15 Status: Downloaded newer image for docker:20.10.0 03:24:15 ---> eeaf43b92773 03:24:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 03:24:15 ---> Running in 491d637b8f3c 03:24:15 Removing intermediate container 0c9b1411b65d 03:24:15 ---> ff6f565be7ee 03:24:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:15 ---> Running in d611227a80d9 03:24:15 ---> Running in 6b7bda82dc45 03:24:16 Removing intermediate container 491d637b8f3c 03:24:16 ---> e8de940e0974 03:24:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:16 Removing intermediate container d611227a80d9 03:24:16 ---> 116d466bd6e1 03:24:16 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 03:24:16 ---> Running in 4dadddcec93c 03:24:16 ---> Running in 1417fb2b337e 03:24:16 Removing intermediate container 4dadddcec93c 03:24:16 ---> cd02c655689c 03:24:16 Step 20/22 : LABEL arch=arm64 03:24:16 ---> Running in b99fc9203cce 03:24:17 Removing intermediate container b99fc9203cce 03:24:17 ---> 73951f60f284 03:24:17 Step 21/22 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:24:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:17 ---> Running in f11c9a99d704 03:24:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:18 Removing intermediate container 6b7bda82dc45 03:24:18 ---> aee44f0e3043 03:24:18 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:24:18 Removing intermediate container f11c9a99d704 03:24:18 ---> 0314f9f0d391 03:24:18 Step 22/22 : LABEL version=0.0.0 03:24:18 ---> Running in 6957802655cd 03:24:18 (1/39) Installing readline (8.0.4-r0) 03:24:18 (2/39) Installing bash (5.0.17-r0) 03:24:18 ---> Running in 2d90fc23f53b 03:24:18 Executing bash-5.0.17-r0.post-install 03:24:18 (3/39) Installing nghttp2-libs (1.41.0-r0) 03:24:18 (4/39) Installing libcurl (7.69.1-r3) 03:24:18 (5/39) Installing curl (7.69.1-r3) 03:24:18 (6/39) Installing dumb-init (1.2.2-r1) 03:24:18 (7/39) Installing libbz2 (1.0.8-r1) 03:24:18 (8/39) Installing expat (2.2.9-r1) 03:24:18 (9/39) Installing libffi (3.3-r2) 03:24:18 (10/39) Installing gdbm (1.13-r1) 03:24:18 (11/39) Installing xz-libs (5.2.5-r0) 03:24:18 (12/39) Installing sqlite-libs (3.32.1-r0) 03:24:18 (13/39) Installing python3 (3.8.8-r0) 03:24:19 Removing intermediate container 2d90fc23f53b 03:24:19 ---> aa879e859bd9 03:24:19 03:24:19 Successfully built aa879e859bd9 03:24:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:19 Successfully tagged docker-support-notifications-go-arm64:latest 03:24:20  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:20 (14/39) Installing py3-appdirs (1.4.4-r1) 03:24:20 (15/39) Installing py3-ordered-set (4.0.1-r0) 03:24:20 (16/39) Installing py3-parsing (2.4.7-r0) 03:24:20 (17/39) Installing py3-six (1.15.0-r0) 03:24:20 (18/39) Installing py3-packaging (20.4-r0) 03:24:20 (19/39) Installing py3-setuptools (47.0.0-r0) 03:24:20 (20/39) Installing py3-chardet (3.0.4-r4) 03:24:20 (21/39) Installing py3-idna (2.9-r0) 03:24:20 (22/39) Installing py3-certifi (2020.4.5.1-r0) 03:24:20 (23/39) Installing py3-urllib3 (1.25.9-r0) 03:24:20 (24/39) Installing py3-requests (2.23.0-r0) 03:24:20 (25/39) Installing py3-msgpack (1.0.0-r0) 03:24:20 (26/39) Installing py3-lockfile (0.12.2-r3) 03:24:20 (27/39) Installing py3-cachecontrol (0.12.6-r0) 03:24:20 (28/39) Installing py3-colorama (0.4.3-r0) 03:24:20 (29/39) Installing py3-distlib (0.3.0-r0) 03:24:20 (30/39) Installing py3-distro (1.5.0-r1) 03:24:20 (31/39) Installing py3-webencodings (0.5.1-r3) 03:24:20 (32/39) Installing py3-html5lib (1.0.1-r4) 03:24:20 (33/39) Installing py3-pytoml (0.1.21-r0) 03:24:20 (34/39) Installing py3-pep517 (0.8.2-r0) 03:24:21 (35/39) Installing py3-progress (1.5-r0) 03:24:21 (36/39) Installing py3-toml (0.10.1-r0) 03:24:21 (37/39) Installing py3-retrying (1.3.3-r0) 03:24:21 (38/39) Installing py3-contextlib2 (0.6.0-r0) 03:24:21 (39/39) Installing py3-pip (20.1.1-r0) 03:24:21 (1/6) Installing dumb-init (1.2.2-r1) 03:24:21 Executing busybox-1.31.1-r19.trigger 03:24:21 OK: 72 MiB in 59 packages 03:24:21 (2/6) Installing libgcc (9.3.0-r2) 03:24:21 (3/6) Installing libsodium (1.0.18-r0) 03:24:21 (4/6) Installing libstdc++ (9.3.0-r2) 03:24:21 (5/6) Installing libzmq (4.3.3-r0) 03:24:21 (6/6) Installing zeromq (4.3.3-r0) 03:24:22 Executing busybox-1.31.1-r20.trigger 03:24:22 OK: 8 MiB in 20 packages 03:24:23 Removing intermediate container 6957802655cd 03:24:23 ---> 03451d5f7d0e 03:24:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:24 ---> 8b810b8d37f3 03:24:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:24:25 Collecting docker-compose==1.23.2 03:24:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:24:25 ---> a0d640ec7ec2 03:24:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:24:26 ---> 41f96b247260 03:24:26 Step 19/23 : ENTRYPOINT ["/core-data"] 03:24:26 ---> Running in e2c382fc8379 03:24:27 Removing intermediate container e2c382fc8379 03:24:27 ---> e2d7d1d296c5 03:24:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:24:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:24:27 ---> Running in 29115de383fd 03:24:27 Removing intermediate container 29115de383fd 03:24:27 ---> 47af32231bee 03:24:27 Step 21/23 : LABEL arch=arm64 03:24:27 ---> Running in e55d6ae23fd0 03:24:28 Collecting PyYAML<4,>=3.10 03:24:28 Removing intermediate container e55d6ae23fd0 03:24:28 ---> 0e39a9f43eee 03:24:28 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:24:28 Downloading PyYAML-3.13.tar.gz (270 kB) 03:24:28 ---> Running in 431c0e311cbc 03:24:29 Removing intermediate container 431c0e311cbc 03:24:29 ---> f23b2b869780 03:24:29 Step 23/23 : LABEL version=0.0.0 03:24:29 ---> Running in 6b418ab23156 03:24:29 Removing intermediate container 6b418ab23156 03:24:29 ---> 2118dde5a002 03:24:29 03:24:30 Successfully built 2118dde5a002 03:24:30 Successfully tagged docker-core-data-go-arm64:latest 03:24:32  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 03:24:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:24:32 Collecting docopt<0.7,>=0.6.1 03:24:32 Downloading docopt-0.6.2.tar.gz (25 kB) 03:24:34 Collecting jsonschema<3,>=2.5.1 03:24:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:24:34 Collecting docker<4.0,>=3.6.0 03:24:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:24:35 Collecting dockerpty<0.5,>=0.4.1 03:24:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:24:37 Collecting websocket-client<1.0,>=0.32.0 03:24:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:24:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:24:37 Collecting texttable<0.10,>=0.9.0 03:24:37 Downloading texttable-0.9.1.tar.gz (11 kB) 03:24:39 Collecting idna<2.8,>=2.5 03:24:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:24:40 Collecting urllib3<1.25,>=1.21.1 03:24:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:24:40 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:24:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 03:24:40 Collecting docker-pycreds>=0.4.0 03:24:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:24:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:24:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:24:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:24:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:24:41 Installing collected packages: idna, urllib3, requests, PyYAML, cached-property, docopt, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, texttable, docker-compose 03:24:41 Attempting uninstall: idna 03:24:41 Found existing installation: idna 2.9 03:24:41 Uninstalling idna-2.9: 03:24:41 Successfully uninstalled idna-2.9 03:24:42 Attempting uninstall: urllib3 03:24:42 Found existing installation: urllib3 1.25.9 03:24:42 Uninstalling urllib3-1.25.9: 03:24:42 Successfully uninstalled urllib3-1.25.9 03:24:42 Attempting uninstall: requests 03:24:42 Found existing installation: requests 2.23.0 03:24:42 Uninstalling requests-2.23.0: 03:24:42 Successfully uninstalled requests-2.23.0 03:24:43 Running setup.py install for PyYAML: started 03:24:45 Running setup.py install for PyYAML: finished with status 'done' 03:24:45 Running setup.py install for docopt: started 03:24:46 Running setup.py install for docopt: finished with status 'done' 03:24:48 Running setup.py install for dockerpty: started 03:24:49 Running setup.py install for dockerpty: finished with status 'done' 03:24:49 Running setup.py install for texttable: started 03:24:51 Running setup.py install for texttable: finished with status 'done' 03:24:52 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 03:25:00 Removing intermediate container 1417fb2b337e 03:25:00 ---> f384a88c2cc7 03:25:00 Step 14/23 : ENV APP_PORT=48090 03:25:00 ---> Running in 9bd2d19dcc1b 03:25:00 Removing intermediate container 9bd2d19dcc1b 03:25:00 ---> 6a62ecc9384f 03:25:00 Step 15/23 : EXPOSE $APP_PORT 03:25:00 ---> Running in c3ab4b1cd9c9 03:25:01 Removing intermediate container c3ab4b1cd9c9 03:25:01 ---> cf32d3c93f19 03:25:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:25:02 ---> abf4676850eb 03:25:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:25:03 ---> 2650f090133a 03:25:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:25:04 ---> 1468a5ddcfa4 03:25:04 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 03:25:04 ---> Running in 87fe9cd9f488 03:25:04 Removing intermediate container 87fe9cd9f488 03:25:04 ---> 79de2bbc0a47 03:25:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:04 ---> Running in 479c1ca29c24 03:25:05 Removing intermediate container 479c1ca29c24 03:25:05 ---> 0c25cb2d9992 03:25:05 Step 21/23 : LABEL arch=arm64 03:25:05 ---> Running in 73aa98c81754 03:25:06 Removing intermediate container 73aa98c81754 03:25:06 ---> 6a9666301564 03:25:06 Step 22/23 : LABEL git_sha=004a490566fdcd1518f4e6d8dbc6f7b342429327 03:25:06 ---> Running in d7331aa2e36b 03:25:06 Removing intermediate container d7331aa2e36b 03:25:06 ---> fea2651d385f 03:25:06 Step 23/23 : LABEL version=0.0.0 03:25:06 ---> Running in f702a80aafd0 03:25:07 Removing intermediate container f702a80aafd0 03:25:07 ---> 82ae5cd293ec 03:25:07 03:25:07 Successfully built 82ae5cd293ec 03:25:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:25:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:25:07 $ docker stop --time=1 dfe1ae51b8aac95fb5d89ab25f4b7ff643938b2c8b856db57ed6f8d7ad425d68 03:25:09 $ docker rm -f dfe1ae51b8aac95fb5d89ab25f4b7ff643938b2c8b856db57ed6f8d7ad425d68 [Pipeline] // withDockerContainer [Pipeline] sh 03:25:10 + grep docker 03:25:10 + docker images 03:25:10 docker-sys-mgmt-agent-go-arm64 latest 82ae5cd293ec 4 seconds ago 299MB 03:25:10 docker-core-data-go-arm64 latest 2118dde5a002 41 seconds ago 21.4MB 03:25:10 docker-support-notifications-go-arm64 latest aa879e859bd9 52 seconds ago 16.9MB 03:25:10 docker-core-command-go-arm64 latest b7c0c2ee0925 2 minutes ago 16.3MB 03:25:10 docker-security-bootstrapper-go-arm64 latest 6501fe89a69c 3 minutes ago 17.9MB 03:25:10 docker-core-metadata-go-arm64 latest 9c9ce02bcb5b 4 minutes ago 17.9MB 03:25:10 docker-security-secretstore-setup-go-arm64 latest be4d0eeb362d 4 minutes ago 24.4MB 03:25:10 docker-support-scheduler-go-arm64 latest 52464954be7d 4 minutes ago 16.4MB 03:25:10 docker-security-proxy-setup-go-arm64 latest a4a92d298ff5 4 minutes ago 24.2MB 03:25:10 docker 20.10.0 eeaf43b92773 4 months ago 228MB [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] libraryResource [Pipeline] sh 03:25:11 ---> job-cost.sh 03:25:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mLCB 03:25:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:27:27 lf-activate-venv(): INFO: Adding /tmp/venv-mLCB/bin to PATH 03:27:27 INFO: No Stack... 03:27:27 INFO: Retrieving Pricing Info for: lf-standard-4 03:27:27 INFO: Archiving Costs [Pipeline] sh 03:27:27 + cat /w/workspace/edgex-go/65/archives/cost.csv 03:27:27 + cut -d, -f6 [Pipeline] lock 03:27:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] 03:27:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] did not exist. Created. 03:27:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:27:28 + echo total: 0.20999999344348907 [Pipeline] stash 03:27:28 Stashed 1 file(s) [Pipeline] } 03:27:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-65-stack-cost] [Pipeline] // lock [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] wrap 03:27:29 provisioning config files... 03:27:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/65@tmp/config5796349053224031154tmp [Pipeline] { [Pipeline] sh 03:27:30 + set +x 03:27:30 + curl -s https://codecov.io/bash 03:27:30 + bash -s -- 03:27:30 03:27:30 _____ _ 03:27:30 / ____| | | 03:27:30 | | ___ __| | ___ ___ _____ __ 03:27:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:27:30 | |___| (_) | (_| | __/ (_| (_) \ V / 03:27:30 \_____\___/ \__,_|\___|\___\___/ \_/ 03:27:30 Bash-20210309-2b87ace 03:27:30 03:27:30 03:27:30 ==> git version 2.24.3 found 03:27:30 ==> 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 03:27:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:27:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:27:30 ==> Jenkins CI detected. 03:27:30 project root: . 03:27:30 --> token set from env 03:27:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:27:30 ==> Running gcov in . (disable via -X gcov) 03:27:30 ==> Python coveragepy not found 03:27:30 ==> Searching for coverage reports in: 03:27:30 + . 03:27:30 -> Found 1 reports 03:27:30 ==> Detecting git/mercurial file structure 03:27:30 ==> Reading reports 03:27:30 + ./coverage.out bytes=697573 03:27:30 ==> Appending adjustments 03:27:30 https://docs.codecov.io/docs/fixing-reports 03:27:35 + Found adjustments 03:27:35 ==> Gzipping contents 03:27:35 100K /tmp/codecov.ff1P21.gz 03:27:35 ==> Uploading reports 03:27:35 url: https://codecov.io 03:27:35 query: branch=PR-3234&commit=004a490566fdcd1518f4e6d8dbc6f7b342429327&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F65%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 03:27:35 -> Pinging Codecov 03:27:35 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=004a490566fdcd1518f4e6d8dbc6f7b342429327&build=65&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F65%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 03:27:35 -> Uploading to 03:27:35 https://storage.googleapis.com/codecov/v4/raw/2021-04-10/00271124DB129430A58F1EEE437C3FCB/004a490566fdcd1518f4e6d8dbc6f7b342429327/6c185651-04f0-437e-92f0-42d2f2ce4ba6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210410T032734Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d37516a6bc94940ba0b17ac09ff7357293dd7ecdc3ce1fee28f0551a0822bf2 03:27:35 % Total % Received % Xferd Average Speed Time Time Time Current 03:27:35 Dload Upload Total Spent Left Speed 03:27:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99587 0 0 100 99587 0 178k --:--:-- --:--:-- --:--:-- 178k 03:27:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/004a490566fdcd1518f4e6d8dbc6f7b342429327 [Pipeline] } 03:27:35 Deleting 1 temporary files [Pipeline] // wrap [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] libraryResource [Pipeline] sh 03:27:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:27:38 ---> package-listing.sh 03:27:38 ++ facter osfamily 03:27:38 ++ tr '[:upper:]' '[:lower:]' 03:27:38 + OS_FAMILY=redhat 03:27:38 + workspace=/w/workspace/edgex-go/65 03:27:38 + START_PACKAGES=/tmp/packages_start.txt 03:27:38 + END_PACKAGES=/tmp/packages_end.txt 03:27:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:27:38 + PACKAGES=/tmp/packages_start.txt 03:27:38 + '[' /w/workspace/edgex-go/65 ']' 03:27:38 + PACKAGES=/tmp/packages_end.txt 03:27:38 + case "${OS_FAMILY}" in 03:27:38 + rpm -qa 03:27:38 + sort 03:27:43 + '[' -f /tmp/packages_start.txt ']' 03:27:43 + '[' -f /tmp/packages_end.txt ']' 03:27:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:27:43 + '[' /w/workspace/edgex-go/65 ']' 03:27:43 + mkdir -p /w/workspace/edgex-go/65/archives/ 03:27:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/65/archives/ [Pipeline] echo 03:27:43 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/65/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:27:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:27:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:44 03:27:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:27:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:44 alpine: Pulling from edgex-lftools-log-publisher 03:27:44 df20fa9351a1: Pulling fs layer 03:27:44 36b3adc4ff6f: Pulling fs layer 03:27:44 8ad3a11d3b57: Pulling fs layer 03:27:44 46f8f816bc3b: Pulling fs layer 03:27:44 93b61091891f: Pulling fs layer 03:27:44 93b9cdb0e59b: Pulling fs layer 03:27:44 5e14af77c1be: Pulling fs layer 03:27:44 01666e4c0597: Pulling fs layer 03:27:44 aa168da1d23b: Pulling fs layer 03:27:44 93b9cdb0e59b: Waiting 03:27:44 5e14af77c1be: Waiting 03:27:44 46f8f816bc3b: Waiting 03:27:44 aa168da1d23b: Waiting 03:27:44 01666e4c0597: Waiting 03:27:44 93b61091891f: Waiting 03:27:44 36b3adc4ff6f: Download complete 03:27:44 46f8f816bc3b: Verifying Checksum 03:27:44 46f8f816bc3b: Download complete 03:27:44 df20fa9351a1: Verifying Checksum 03:27:44 df20fa9351a1: Download complete 03:27:44 93b9cdb0e59b: Verifying Checksum 03:27:44 93b9cdb0e59b: Download complete 03:27:44 93b61091891f: Verifying Checksum 03:27:44 93b61091891f: Download complete 03:27:44 5e14af77c1be: Verifying Checksum 03:27:44 5e14af77c1be: Download complete 03:27:44 01666e4c0597: Verifying Checksum 03:27:44 01666e4c0597: Download complete 03:27:44 8ad3a11d3b57: Verifying Checksum 03:27:44 8ad3a11d3b57: Download complete 03:27:45 df20fa9351a1: Pull complete 03:27:45 36b3adc4ff6f: Pull complete 03:27:46 8ad3a11d3b57: Pull complete 03:27:46 46f8f816bc3b: Pull complete 03:27:47 aa168da1d23b: Verifying Checksum 03:27:47 aa168da1d23b: Download complete 03:27:49 93b61091891f: Pull complete 03:27:49 93b9cdb0e59b: Pull complete 03:27:49 5e14af77c1be: Pull complete 03:27:49 01666e4c0597: Pull complete 03:27:57 aa168da1d23b: Pull complete 03:27:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:27:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:27:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:27:58 prd-centos7-docker-4c-2g-33540 does not seem to be running inside a container 03:27:58 $ 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/65/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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:28:03 $ docker top ebc514e32815b8b7df2a0655478de61aff6fcbafa9b9439d998b1831401ea171 -eo pid,comm [Pipeline] { [Pipeline] sh 03:28:04 + touch /tmp/pre-build-complete [Pipeline] sh 03:28:04 + mkdir -p /var/log/sa [Pipeline] sh 03:28:04 + ls /var/log/sa-host 03:28:04 + sadf -c /var/log/sa-host/sa10 03:28:04 file_magic: OK 03:28:04 HZ: Using current value: 100 03:28:04 file_header: OK 03:28:04 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 03:28:04 Statistics: 03:28:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:28:04 File successfully converted to sysstat format version 12.2.1 03:28:04 + sadf -c /var/log/sa-host/sa23 03:28:04 file_magic: OK 03:28:04 HZ: Using current value: 100 03:28:04 file_header: OK 03:28:04 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 03:28:04 Statistics: 03:28:04 Hnuu...uuuununununu... 03:28:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:28:04 provisioning config files... 03:28:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/65@tmp/config3322575942577182895tmp [Pipeline] { [Pipeline] echo 03:28:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:28:05 ---> create-netrc.sh [Pipeline] } 03:28:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:28:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:28:05 ---> python-tools-install.sh [Pipeline] echo 03:28:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:28:06 ---> sudo-logs.sh 03:28:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:28:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:28:06 ---> job-cost.sh 03:28:06 lf-activate-venv: SKIPPING 03:28:06 DEBUG: total: 0.20999999344348907 03:28:06 INFO: Retrieving Stack Cost... 03:28:07 INFO: Retrieving Pricing Info for: v1-standard-2 03:28:08 INFO: Archiving Costs [Pipeline] echo 03:28:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:28:08 ---> logs-deploy.sh 03:28:08 lf-activate-venv: SKIPPING 03:28:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/65 03:28:08 INFO: archiving workspace using pattern(s): 03:28:09 Archives upload complete. 03:28:09 INFO: archiving logs to Nexus 03:28:11 ---> uname -a: 03:28:11 Linux prd-centos7-docker-4c-2g-33540.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:28:11 03:28:11 03:28:11 ---> lscpu: 03:28:11 Architecture: x86_64 03:28:11 CPU op-mode(s): 32-bit, 64-bit 03:28:11 Byte Order: Little Endian 03:28:11 Address sizes: 40 bits physical, 48 bits virtual 03:28:11 CPU(s): 4 03:28:11 On-line CPU(s) list: 0-3 03:28:11 Thread(s) per core: 1 03:28:11 Core(s) per socket: 1 03:28:11 Socket(s): 4 03:28:11 NUMA node(s): 1 03:28:11 Vendor ID: GenuineIntel 03:28:11 CPU family: 6 03:28:11 Model: 44 03:28:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:28:11 Stepping: 1 03:28:11 CPU MHz: 2933.438 03:28:11 BogoMIPS: 5866.87 03:28:11 Virtualization: VT-x 03:28:11 Hypervisor vendor: KVM 03:28:11 Virtualization type: full 03:28:11 L1d cache: 128 KiB 03:28:11 L1i cache: 128 KiB 03:28:11 L2 cache: 16 MiB 03:28:11 L3 cache: 64 MiB 03:28:11 NUMA node0 CPU(s): 0-3 03:28:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:28:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:28:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:28:11 Vulnerability Meltdown: Mitigation; PTI 03:28:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:28:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:28:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:28:11 Vulnerability Srbds: Not affected 03:28:11 Vulnerability Tsx async abort: Not affected 03:28:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:28:11 03:28:11 03:28:11 ---> nproc: 03:28:11 4 03:28:11 03:28:11 03:28:11 ---> df -h: 03:28:11 Filesystem Size Used Available Use% Mounted on 03:28:11 overlay 50.0G 11.8G 38.2G 24% / 03:28:11 tmpfs 64.0M 0 64.0M 0% /dev 03:28:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:28:11 shm 64.0M 0 64.0M 0% /dev/shm 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/65 03:28:11 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/65@tmp 03:28:11 03:28:11 03:28:11 ---> free -m: 03:28:11 total used free shared buff/cache available 03:28:11 Mem: 1837 724 135 0 977 1029 03:28:11 Swap: 1023 53 970 03:28:11 03:28:11 03:28:11 ---> ip addr: 03:28:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:28:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:28:11 inet 127.0.0.1/8 scope host lo 03:28:11 valid_lft forever preferred_lft forever 03:28:11 inet6 ::1/128 scope host 03:28:11 valid_lft forever preferred_lft forever 03:28:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:28:11 link/ether fa:16:3e:38:d2:4a brd ff:ff:ff:ff:ff:ff 03:28:11 inet 10.30.122.179/23 brd 10.30.123.255 scope global dynamic eth0 03:28:11 valid_lft 84882sec preferred_lft 84882sec 03:28:11 inet6 fe80::f816:3eff:fe38:d24a/64 scope link 03:28:11 valid_lft forever preferred_lft forever 03:28:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:28:11 link/ether 02:42:16:97:01:c4 brd ff:ff:ff:ff:ff:ff 03:28:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:28:11 valid_lft forever preferred_lft forever 03:28:11 inet6 fe80::42:16ff:fe97:1c4/64 scope link 03:28:11 valid_lft forever preferred_lft forever 03:28:11 03:28:11 03:28:11 ---> sar -b -r -n DEV: 03:28:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/10/21 _x86_64_ (4 CPU) 03:28:11 03:28:11 03:02:40 LINUX RESTART (4 CPU) 03:28:11 03:28:11 03:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:28:11 03:04:01 152.49 51.41 101.08 0.00 8282.51 49940.89 0.00 03:28:11 03:05:01 270.35 82.78 187.57 0.00 6305.91 52753.93 0.00 03:28:11 03:06:01 201.88 91.12 110.76 0.00 3343.64 14183.76 0.00 03:28:11 03:07:02 143.97 68.83 75.14 0.00 3441.30 7918.94 0.00 03:28:11 03:08:01 215.10 55.62 159.48 0.00 15943.17 97257.53 0.00 03:28:11 03:09:01 2678.11 2310.53 367.57 0.00 196695.15 201019.91 0.00 03:28:11 03:10:01 772.05 554.47 217.58 0.00 41678.15 53895.61 0.00 03:28:11 03:11:01 1535.50 1160.85 374.65 0.00 98960.95 130213.64 0.00 03:28:11 03:12:01 1102.08 776.58 325.50 0.00 56572.97 73569.44 0.00 03:28:11 03:13:02 26.79 14.60 12.19 0.00 3022.81 365.23 0.00 03:28:11 03:14:01 0.22 0.00 0.22 0.00 0.00 2.51 0.00 03:28:11 03:15:01 1.52 1.23 0.28 0.00 92.07 3.21 0.00 03:28:11 03:16:01 0.45 0.15 0.30 0.00 2.40 2.90 0.00 03:28:11 03:17:01 0.22 0.02 0.20 0.00 0.13 1.52 0.00 03:28:11 03:18:01 2.11 1.73 0.38 0.00 55.68 4.88 0.00 03:28:11 03:19:01 1.08 0.28 0.80 0.00 130.27 15.32 0.00 03:28:11 03:20:01 0.30 0.02 0.28 0.00 0.13 3.30 0.00 03:28:11 03:21:01 0.20 0.00 0.20 0.00 0.00 2.48 0.00 03:28:11 03:22:01 0.33 0.03 0.30 0.00 0.27 3.50 0.00 03:28:11 03:23:01 0.27 0.02 0.25 0.00 0.13 2.46 0.00 03:28:11 03:24:01 0.20 0.02 0.18 0.00 0.27 2.18 0.00 03:28:11 03:25:01 0.30 0.02 0.28 0.00 0.13 3.48 0.00 03:28:11 03:26:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 03:28:11 03:27:01 0.30 0.02 0.28 0.00 0.13 3.53 0.00 03:28:11 03:28:02 149.06 73.66 75.40 0.00 6619.87 18189.75 0.00 03:28:11 Average: 291.54 210.91 80.63 0.00 17740.21 28045.76 0.00 03:28:11 03:28:11 03:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:28:11 03:04:01 64400 0 718360 38.18 2620 1096164 1452140 49.56 641080 969360 32 03:28:11 03:05:01 122184 0 705548 37.50 1492 1052320 1344416 45.88 627008 837332 90644 03:28:11 03:06:01 156808 0 884088 46.99 720 839928 1847420 63.05 733256 700368 61720 03:28:11 03:07:02 67988 0 963116 51.19 676 849764 1626408 55.51 774348 740404 47208 03:28:11 03:08:01 77736 0 693812 36.87 248 1109748 1255664 42.85 725076 840496 6788 03:28:11 03:09:01 62680 0 851860 45.27 0 967004 2334796 79.68 713052 874344 52844 03:28:11 03:10:01 349256 0 790112 41.99 0 742176 2267216 77.38 558848 715024 1456 03:28:11 03:11:01 87008 0 748396 39.78 0 1046140 2074420 70.80 494920 1048228 18260 03:28:11 03:12:01 580256 0 691436 36.75 0 609852 1383876 47.23 460788 592184 24 03:28:11 03:13:02 540176 0 641936 34.12 0 699432 1181404 40.32 457812 639252 16 03:28:11 03:14:01 542212 0 639896 34.01 0 699436 1163988 39.72 456532 638960 8 03:28:11 03:15:01 539796 0 639540 33.99 0 702208 1163964 39.72 456396 641728 8 03:28:11 03:16:01 539728 0 639540 33.99 0 702276 1163916 39.72 456332 641788 8 03:28:11 03:17:01 540080 0 639184 33.97 0 702280 1163916 39.72 456456 641796 8 03:28:11 03:18:01 538016 0 640272 34.03 0 703256 1163916 39.72 457260 641972 16 03:28:11 03:19:01 531256 0 643144 34.18 0 707144 1163988 39.72 462856 643024 8 03:28:11 03:20:01 531524 0 642868 34.17 0 707152 1163916 39.72 462792 643028 8 03:28:11 03:21:01 531780 0 642604 34.15 0 707160 1163916 39.72 462796 643032 8 03:28:11 03:22:01 531772 0 642600 34.15 0 707172 1163916 39.72 462708 643040 12 03:28:11 03:23:01 531368 0 643004 34.17 0 707172 1163916 39.72 462788 643040 8 03:28:11 03:24:01 531412 0 642952 34.17 0 707180 1163976 39.72 462996 643048 8 03:28:11 03:25:01 531568 0 642784 34.16 0 707192 1163964 39.72 462816 643052 8 03:28:11 03:26:01 531756 0 642588 34.15 0 707200 1163916 39.72 462868 643056 16 03:28:11 03:27:01 531872 0 642464 34.15 0 707208 1163916 39.72 462952 643056 8 03:28:11 03:28:02 190144 0 716696 38.09 0 974704 1382584 47.19 529328 871952 120 03:28:11 Average: 391311 0 695552 36.97 230 794451 1377819 47.02 526563 712903 11170 03:28:11 03:28:11 03:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:28:11 03:04:01 veth6bac6cb 840.41 859.39 81.08 2696.67 0.00 0.00 0.00 0.00 03:28:11 03:04:01 eth0 1863.29 1470.64 6395.34 181.95 0.00 0.00 0.00 0.00 03:28:11 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:04:01 docker0 840.41 859.26 69.59 2696.66 0.00 0.00 0.00 0.00 03:28:11 03:05:01 eth0 583.01 483.36 3680.58 69.22 0.00 0.00 0.00 0.00 03:28:11 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:05:01 docker0 144.93 201.58 10.79 830.30 0.00 0.00 0.00 0.00 03:28:11 03:06:01 vethcbdc9d1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:28:11 03:06:01 eth0 45.44 32.40 35.30 72.62 0.00 0.00 0.00 0.00 03:28:11 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:07:02 vethcbdc9d1 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 03:28:11 03:07:02 eth0 24.43 13.74 19.09 10.50 0.00 0.00 0.00 0.00 03:28:11 03:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:07:02 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 03:28:11 03:08:01 veth9f4da0c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:28:11 03:08:01 eth0 210.77 176.34 1727.39 80.00 0.00 0.00 0.00 0.00 03:28:11 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:09:01 veth9f4da0c 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 03:28:11 03:09:01 eth0 43.62 22.52 161.74 9.13 0.00 0.00 0.00 0.00 03:28:11 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:09:01 docker0 12.15 24.09 0.68 145.12 0.00 0.00 0.00 0.00 03:28:11 03:10:01 veth6dc5143 2.60 4.61 0.18 38.87 0.00 0.00 0.00 0.00 03:28:11 03:10:01 veth9f4da0c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:10:01 eth0 22.58 13.82 96.31 5.96 0.00 0.00 0.00 0.00 03:28:11 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:11:01 veth86b5cf9 22.10 40.75 1.78 340.05 0.00 0.00 0.00 0.00 03:28:11 03:11:01 veth02e4ba7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:28:11 03:11:01 vethf22ed6f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:11:01 veth9f4da0c 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 03:28:11 03:12:01 veth9f4da0c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:28:11 03:12:01 eth0 3111.95 2436.49 13963.48 595.99 0.00 0.00 0.00 0.00 03:28:11 03:12:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:12:01 docker0 1040.08 1163.61 83.67 4255.90 0.00 0.00 0.00 0.00 03:28:11 03:13:02 eth0 5.43 3.40 5.20 2.11 0.00 0.00 0.00 0.00 03:28:11 03:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:13:02 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:14:01 eth0 0.24 0.17 0.14 0.07 0.00 0.00 0.00 0.00 03:28:11 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:15:01 eth0 0.30 0.18 0.16 0.01 0.00 0.00 0.00 0.00 03:28:11 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:17:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:18:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:19:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 03:28:11 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:20:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:21:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:22:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:23:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:24:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 03:28:11 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:25:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 03:28:11 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:26:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:28:11 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:27:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:28:02 eth0 236.09 194.96 2143.86 65.38 0.00 0.00 0.00 0.00 03:28:11 03:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 03:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 Average: eth0 133.98 105.40 645.07 26.60 0.00 0.00 0.00 0.00 03:28:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:28:11 Average: docker0 41.67 46.62 3.35 170.51 0.00 0.00 0.00 0.00 03:28:11 03:28:11 03:28:11 ---> sar -P ALL: 03:28:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/10/21 _x86_64_ (4 CPU) 03:28:11 03:28:11 03:02:40 LINUX RESTART (4 CPU) 03:28:11 03:28:11 03:03:01 CPU %user %nice %system %iowait %steal %idle 03:28:11 03:04:01 all 18.78 0.00 10.00 6.07 0.12 65.03 03:28:11 03:04:01 0 23.69 0.00 11.21 9.40 0.14 55.57 03:28:11 03:04:01 1 18.73 0.00 8.76 5.60 0.10 66.80 03:28:11 03:04:01 2 16.58 0.00 11.99 3.04 0.12 68.28 03:28:11 03:04:01 3 16.22 0.00 8.08 6.29 0.12 69.29 03:28:11 03:05:01 all 14.28 0.00 9.56 4.46 0.13 71.56 03:28:11 03:05:01 0 14.63 0.00 10.46 4.60 0.19 70.12 03:28:11 03:05:01 1 14.28 0.00 9.55 5.31 0.09 70.78 03:28:11 03:05:01 2 14.76 0.00 9.75 3.88 0.10 71.50 03:28:11 03:05:01 3 13.47 0.00 8.50 4.04 0.14 73.85 03:28:11 03:06:01 all 48.87 0.00 12.59 5.49 0.11 32.94 03:28:11 03:06:01 0 48.90 0.00 12.83 4.89 0.12 33.25 03:28:11 03:06:01 1 49.52 0.00 13.00 7.15 0.12 30.20 03:28:11 03:06:01 2 47.99 0.00 12.28 5.29 0.10 34.34 03:28:11 03:06:01 3 49.08 0.00 12.25 4.64 0.09 33.95 03:28:11 03:07:02 all 43.29 0.00 13.07 2.62 0.09 40.92 03:28:11 03:07:02 0 43.73 0.00 13.05 2.75 0.09 40.38 03:28:11 03:07:02 1 42.99 0.00 13.38 1.28 0.09 42.26 03:28:11 03:07:02 2 43.23 0.00 12.71 5.38 0.10 38.58 03:28:11 03:07:02 3 43.20 0.00 13.16 1.07 0.09 42.48 03:28:11 03:08:01 all 24.41 0.00 14.50 4.21 0.11 56.77 03:28:11 03:08:01 0 24.04 0.00 14.47 3.82 0.09 57.58 03:28:11 03:08:01 1 24.45 0.00 13.68 5.19 0.12 56.56 03:28:11 03:08:01 2 23.68 0.00 15.20 3.71 0.12 57.28 03:28:11 03:08:01 3 25.50 0.00 14.62 4.10 0.12 55.65 03:28:11 03:09:01 all 23.28 0.00 29.70 22.27 0.25 24.50 03:28:11 03:09:01 0 22.21 0.00 29.34 24.36 0.28 23.80 03:28:11 03:09:01 1 23.50 0.00 29.79 23.04 0.28 23.39 03:28:11 03:09:01 2 22.45 0.00 29.68 21.87 0.25 25.75 03:28:11 03:09:01 3 24.97 0.00 29.99 19.76 0.20 25.08 03:28:11 03:10:01 all 55.68 0.00 16.22 14.67 0.10 13.32 03:28:11 03:10:01 0 54.86 0.00 16.24 14.24 0.07 14.59 03:28:11 03:10:01 1 55.78 0.00 16.54 15.81 0.11 11.76 03:28:11 03:10:01 2 55.92 0.00 15.78 14.21 0.13 13.97 03:28:11 03:10:01 3 56.18 0.00 16.31 14.41 0.11 12.99 03:28:11 03:11:01 all 27.14 0.00 21.61 25.49 0.20 25.56 03:28:11 03:11:01 0 26.75 0.00 22.09 22.90 0.18 28.08 03:28:11 03:11:01 1 27.51 0.00 21.65 28.73 0.24 21.86 03:28:11 03:11:01 2 26.59 0.00 20.48 25.98 0.19 26.75 03:28:11 03:11:01 3 27.73 0.00 22.21 24.31 0.18 25.56 03:28:11 03:12:01 all 43.07 0.00 18.87 22.19 0.13 15.74 03:28:11 03:12:01 0 42.94 0.00 18.59 17.85 0.14 20.48 03:28:11 03:12:01 1 42.34 0.00 19.54 24.76 0.07 13.29 03:28:11 03:12:01 2 43.55 0.00 18.33 21.97 0.16 15.99 03:28:11 03:12:01 3 43.46 0.00 19.04 24.17 0.14 13.20 03:28:11 03:13:02 all 0.47 0.00 0.47 0.27 0.01 98.77 03:28:11 03:13:02 0 0.28 0.00 0.33 0.45 0.02 98.92 03:28:11 03:13:02 1 0.88 0.00 0.35 0.25 0.02 98.50 03:28:11 03:13:02 2 0.35 0.00 0.58 0.07 0.02 98.98 03:28:11 03:13:02 3 0.37 0.00 0.62 0.32 0.00 98.70 03:28:11 03:14:01 all 0.16 0.00 0.04 0.00 0.00 99.81 03:28:11 03:14:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:28:11 03:14:01 1 0.51 0.00 0.05 0.00 0.00 99.44 03:28:11 03:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:14:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:28:11 03:14:01 CPU %user %nice %system %iowait %steal %idle 03:28:11 03:15:01 all 0.16 0.00 0.04 0.00 0.01 99.80 03:28:11 03:15:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:28:11 03:15:01 1 0.52 0.00 0.02 0.00 0.02 99.45 03:28:11 03:15:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:28:11 03:15:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:28:11 03:16:01 all 0.13 0.00 0.03 0.00 0.00 99.83 03:28:11 03:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:28:11 03:16:01 1 0.45 0.00 0.03 0.00 0.00 99.52 03:28:11 03:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 03:28:11 03:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:17:01 all 0.15 0.00 0.02 0.00 0.01 99.82 03:28:11 03:17:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:28:11 03:17:01 1 0.53 0.00 0.02 0.00 0.02 99.43 03:28:11 03:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:18:01 all 0.16 0.00 0.05 0.03 0.00 99.75 03:28:11 03:18:01 0 0.03 0.00 0.10 0.08 0.00 99.78 03:28:11 03:18:01 1 0.52 0.00 0.03 0.00 0.00 99.45 03:28:11 03:18:01 2 0.05 0.00 0.05 0.02 0.02 99.87 03:28:11 03:18:01 3 0.03 0.00 0.03 0.02 0.00 99.92 03:28:11 03:19:01 all 0.15 0.00 0.06 0.00 0.00 99.78 03:28:11 03:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:19:01 1 0.48 0.00 0.05 0.00 0.00 99.47 03:28:11 03:19:01 2 0.05 0.00 0.12 0.02 0.00 99.82 03:28:11 03:19:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:28:11 03:20:01 all 0.04 0.00 0.03 0.00 0.00 99.92 03:28:11 03:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:28:11 03:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:20:01 2 0.02 0.00 0.03 0.00 0.00 99.95 03:28:11 03:20:01 3 0.10 0.00 0.05 0.00 0.00 99.85 03:28:11 03:21:01 all 0.13 0.00 0.02 0.00 0.00 99.85 03:28:11 03:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 03:28:11 03:21:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:28:11 03:21:01 3 0.42 0.00 0.03 0.00 0.00 99.55 03:28:11 03:22:01 all 0.14 0.00 0.02 0.00 0.00 99.84 03:28:11 03:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:28:11 03:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:28:11 03:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:22:01 3 0.50 0.00 0.02 0.00 0.00 99.48 03:28:11 03:23:01 all 0.16 0.00 0.02 0.00 0.00 99.83 03:28:11 03:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:28:11 03:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:23:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:23:01 3 0.55 0.00 0.03 0.00 0.00 99.42 03:28:11 03:24:01 all 0.15 0.00 0.02 0.00 0.00 99.83 03:28:11 03:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:28:11 03:24:01 1 0.53 0.00 0.03 0.00 0.00 99.43 03:28:11 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:28:11 03:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:28:11 03:25:01 all 0.16 0.00 0.02 0.00 0.01 99.81 03:28:11 03:25:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:28:11 03:25:01 1 0.53 0.00 0.03 0.00 0.02 99.42 03:28:11 03:25:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:28:11 03:25:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:28:11 03:28:11 03:25:01 CPU %user %nice %system %iowait %steal %idle 03:28:11 03:26:01 all 0.17 0.00 0.02 0.00 0.00 99.81 03:28:11 03:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:28:11 03:26:01 1 0.58 0.00 0.02 0.00 0.00 99.40 03:28:11 03:26:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:28:11 03:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:27:01 all 0.15 0.00 0.02 0.00 0.00 99.82 03:28:11 03:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:28:11 03:27:01 1 0.52 0.00 0.02 0.00 0.00 99.47 03:28:11 03:27:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:28:11 03:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:28:11 03:28:02 all 6.36 0.00 4.60 5.49 0.06 83.49 03:28:11 03:28:02 0 5.28 0.00 4.38 6.41 0.05 83.88 03:28:11 03:28:02 1 7.63 0.00 5.24 6.32 0.07 80.75 03:28:11 03:28:02 2 6.01 0.00 4.32 5.30 0.08 84.28 03:28:11 03:28:02 3 6.53 0.00 4.46 3.93 0.05 85.03 03:28:11 Average: all 11.92 0.00 5.87 4.38 0.05 77.78 03:28:11 Average: 0 11.92 0.00 5.95 4.33 0.05 77.74 03:28:11 Average: 1 12.15 0.00 5.89 4.78 0.05 77.12 03:28:11 Average: 2 11.67 0.00 5.88 4.28 0.05 78.11 03:28:11 Average: 3 11.93 0.00 5.78 4.12 0.05 78.12 03:28:11 03:28:11 03:28:11