Pull request #3357 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9038ab4eaa9c037ac5466806ea0106bc3fd05571+93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e (3acbe9037749bacee1614e54a17e7c0333e56186) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-113 in /w/workspace/edgexfoundry_edgex-go_PR-3357 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 9038ab4eaa9c037ac5466806ea0106bc3fd05571 Merge succeeded, producing 9038ab4eaa9c037ac5466806ea0106bc3fd05571 Checking out Revision 9038ab4eaa9c037ac5466806ea0106bc3fd05571 (PR-3357) > 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/3357/head:refs/remotes/origin/PR-3357 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9038ab4eaa9c037ac5466806ea0106bc3fd05571 # 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 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9038ab4eaa9c037ac5466806ea0106bc3fd05571 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:56:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:56:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:56:44 ========================================================= 12:56:44 EdgeX Global Pipelines Version Info 12:56:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 24ffedf40c4dc8821cc25b944bee6a05a72a74a9 # timeout=10 12:56:46 ------------------- 12:56:46 stable info: 12:56:46 ------------------- 12:56:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:56:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:56:46 Message: update stable to v1.0.186 12:56:46 ------------------- 12:56:46 experimental info: 12:56:46 ------------------- 12:56:46 Commited By: **** collab-it+edgex@linuxfoundation.org 12:56:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:56:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3357 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3357 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3357 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9038ab4eaa9c037ac5466806ea0106bc3fd05571 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9038ab4 [Pipeline] echo 12:56:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:56:47 provisioning config files... 12:56:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config452070394463579686tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:56:48 ---> docker-login.sh 12:56:48 nexus3.edgexfoundry.org:10001 12:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:48 Configure a credential helper to remove this warning. See 12:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:48 12:56:48 Login Succeeded 12:56:48 nexus3.edgexfoundry.org:10002 12:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:49 Configure a credential helper to remove this warning. See 12:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:49 12:56:49 Login Succeeded 12:56:49 nexus3.edgexfoundry.org:10003 12:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:49 Configure a credential helper to remove this warning. See 12:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:49 12:56:49 Login Succeeded 12:56:49 nexus3.edgexfoundry.org:10004 12:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:49 Configure a credential helper to remove this warning. See 12:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:49 12:56:49 Login Succeeded 12:56:49 docker.io 12:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:56:49 Configure a credential helper to remove this warning. See 12:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:56:49 12:56:49 Login Succeeded 12:56:49 ---> docker-login.sh ends [Pipeline] } 12:56:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:56:50 ++ 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 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/core-command/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo core-command,cmd/core-command/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/core-data/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo core-data,cmd/core-data/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/core-metadata/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo core-metadata,cmd/core-metadata/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/security-bootstrapper/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/security-proxy-setup/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/support-notifications/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo support-notifications,cmd/support-notifications/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/support-scheduler/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:56:50 + for file in '`ls cmd/**/Dockerfile`' 12:56:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:56:50 ++ cut -d/ -f2 12:56:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:56:50 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 12:56:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:56:51 12:56:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:56:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:56:51 latest: Pulling from edgex-devops/git-semver 12:56:51 31603596830f: Pulling fs layer 12:56:51 2a8b12db71e7: Pulling fs layer 12:56:51 6ca5941a6612: Pulling fs layer 12:56:51 ecc8261a40a4: Pulling fs layer 12:56:51 ecc8261a40a4: Waiting 12:56:51 2a8b12db71e7: Verifying Checksum 12:56:51 2a8b12db71e7: Download complete 12:56:51 31603596830f: Verifying Checksum 12:56:51 31603596830f: Download complete 12:56:51 ecc8261a40a4: Verifying Checksum 12:56:51 ecc8261a40a4: Download complete 12:56:51 6ca5941a6612: Verifying Checksum 12:56:51 6ca5941a6612: Download complete 12:56:51 31603596830f: Pull complete 12:56:51 2a8b12db71e7: Pull complete 12:56:52 6ca5941a6612: Pull complete 12:56:53 ecc8261a40a4: Pull complete 12:56:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:56:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:56:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:56:53 prd-centos7-docker-4c-2g-113 does not seem to be running inside a container 12:56:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:56:55 $ docker top 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:56:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:56:56 [ssh-agent] Looking for ssh-agent implementation... 12:56:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:56:56 $ docker exec 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d ssh-agent 12:56:56 SSH_AUTH_SOCK=/tmp/ssh-HUv41cud96EJ/agent.12 12:56:56 SSH_AGENT_PID=17 12:56:56 Running ssh-add (command line suppressed) 12:56:56 Identity added: /w/workspace/edgex-go/2@tmp/private_key_208242723500436454.key (/w/workspace/edgex-go/2@tmp/private_key_208242723500436454.key) 12:56:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:56:57 + git tag --points-at HEAD [Pipeline] } 12:56:57 $ docker exec --env ******** --env ******** 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d ssh-agent -k 12:56:57 unset SSH_AUTH_SOCK; 12:56:57 unset SSH_AGENT_PID; 12:56:57 echo Agent pid 17 killed; 12:56:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:56:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:56:57 [ssh-agent] Looking for ssh-agent implementation... 12:56:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:56:57 $ docker exec 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d ssh-agent 12:56:57 SSH_AUTH_SOCK=/tmp/ssh-RNKUdOCOQJWy/agent.46 12:56:57 SSH_AGENT_PID=51 12:56:57 Running ssh-add (command line suppressed) 12:56:57 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3507238353267010155.key (/w/workspace/edgex-go/2@tmp/private_key_3507238353267010155.key) 12:56:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:56:58 + git semver init 12:56:58 # -> Open(): unable to determine branch for HEAD 12:56:58 # $GIT_DIR = /w/workspace/edgex-go/2/.git 12:56:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 12:56:58 # $SEMVER_REMOTE_NAME = origin 12:56:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:56:58 # $SEMVER_USER_NAME = edgex-jenkins 12:56:58 # $SEMVER_BRANCH = PR-3357 12:56:58 # $SEMVER_TEMP = /tmp/semver-331535542 12:56:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:57:20 # '/tmp/semver-331535542' -> '/w/workspace/edgex-go/2/.semver' 12:57:20 # -> Force: false 12:57:20 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 12:57:20 $ docker exec --env ******** --env ******** 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d ssh-agent -k 12:57:20 unset SSH_AUTH_SOCK; 12:57:20 unset SSH_AGENT_PID; 12:57:20 echo Agent pid 51 killed; 12:57:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:57:20 + git semver [Pipeline] } 12:57:20 $ docker stop --time=1 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d 12:57:22 $ docker rm -f 486381279ddaab26a724da6c2313ed5880ba11f2febc2c64f0ad518298f6016d [Pipeline] // withDockerContainer [Pipeline] sh 12:57:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:57:23 Stashed 1 file(s) [Pipeline] echo 12:57:23 [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 12:57:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:57:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:57:25 + sudo service docker restart 12:57:25 + true 12:57:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:57:25 ========================================================= 12:57:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:57:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:57:26 + 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 . 12:57:30 Sending build context to Docker daemon 329.3MB 12:57:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:57:30 Step 2/6 : FROM ${BASE} 12:57:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:57:30 188c0c94c7c5: Pulling fs layer 12:57:30 0ef7d3d256c8: Pulling fs layer 12:57:30 de9db76c5a1d: Pulling fs layer 12:57:30 bca2f99d35d6: Pulling fs layer 12:57:30 93359f2a8cfa: Pulling fs layer 12:57:30 7c6f9722023f: Pulling fs layer 12:57:30 a35cf1a2eb13: Pulling fs layer 12:57:30 93359f2a8cfa: Waiting 12:57:30 7c6f9722023f: Waiting 12:57:30 a35cf1a2eb13: Waiting 12:57:30 bca2f99d35d6: Waiting 12:57:30 de9db76c5a1d: Verifying Checksum 12:57:30 de9db76c5a1d: Download complete 12:57:30 0ef7d3d256c8: Verifying Checksum 12:57:30 0ef7d3d256c8: Download complete 12:57:30 93359f2a8cfa: Verifying Checksum 12:57:30 93359f2a8cfa: Download complete 12:57:30 7c6f9722023f: Download complete 12:57:30 188c0c94c7c5: Verifying Checksum 12:57:30 188c0c94c7c5: Download complete 12:57:30 188c0c94c7c5: Pull complete 12:57:31 a35cf1a2eb13: Verifying Checksum 12:57:31 a35cf1a2eb13: Download complete 12:57:31 0ef7d3d256c8: Pull complete 12:57:32 de9db76c5a1d: Pull complete 12:57:32 bca2f99d35d6: Verifying Checksum 12:57:32 bca2f99d35d6: Download complete 12:57:38 bca2f99d35d6: Pull complete 12:57:38 93359f2a8cfa: Pull complete 12:57:38 7c6f9722023f: Pull complete 12:57:39 Still waiting to schedule task 12:57:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:57:43 a35cf1a2eb13: Pull complete 12:57:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:57:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:57:43 ---> a62c8e92a672 12:57:43 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 12:57:43 ---> Running in 93d3b72a4912 12:57:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:44 (1/12) Installing libmagic (5.38-r0) 12:57:45 (2/12) Installing file (5.38-r0) 12:57:45 (3/12) Installing libc-dev (0.7.2-r3) 12:57:45 (4/12) Installing g++ (9.3.0-r2) 12:57:49 (5/12) Installing fortify-headers (1.1-r0) 12:57:49 (6/12) Installing patch (2.7.6-r6) 12:57:50 (7/12) Installing build-base (0.5-r2) 12:57:50 (8/12) Installing libsodium (1.0.18-r0) 12:57:50 (9/12) Installing pkgconf (1.7.2-r0) 12:57:50 (10/12) Installing libsodium-dev (1.0.18-r0) 12:57:50 (11/12) Installing libzmq (4.3.3-r0) 12:57:50 (12/12) Installing zeromq-dev (4.3.3-r0) 12:57:50 Executing busybox-1.31.1-r19.trigger 12:57:50 OK: 233 MiB in 51 packages 12:57:54 Removing intermediate container 93d3b72a4912 12:57:54 ---> 9804c8a1a422 12:57:54 Step 4/6 : WORKDIR /edgex-go 12:57:54 ---> Running in bb0468b1a642 12:57:54 Removing intermediate container bb0468b1a642 12:57:54 ---> 9f2107f4fb80 12:57:54 Step 5/6 : COPY go.mod . 12:57:54 ---> d7e11cb8cffc 12:57:54 Step 6/6 : RUN go mod download 12:57:54 ---> Running in 1cbb4938e2fb 12:58:16 Removing intermediate container 1cbb4938e2fb 12:58:16 ---> 1d9d42d49b27 12:58:16 Successfully built 1d9d42d49b27 12:58:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:58:17 + docker inspect -f . ci-base-image-x86_64 12:58:17 . [Pipeline] withDockerContainer 12:58:17 prd-centos7-docker-4c-2g-113 does not seem to be running inside a container 12:58:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:58:18 $ docker top ace4c06e107d0a4fe7b78cfa96f76f5b73e7a744661bd8208fae6936b400de9a -eo pid,comm [Pipeline] { [Pipeline] sh 12:58:18 + go version 12:58:18 go version go1.15.5 linux/amd64 [Pipeline] } 12:58:19 $ docker stop --time=1 ace4c06e107d0a4fe7b78cfa96f76f5b73e7a744661bd8208fae6936b400de9a 12:58:20 $ docker rm -f ace4c06e107d0a4fe7b78cfa96f76f5b73e7a744661bd8208fae6936b400de9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:58:20 + docker inspect -f . ci-base-image-x86_64 12:58:20 . [Pipeline] withDockerContainer 12:58:21 prd-centos7-docker-4c-2g-113 does not seem to be running inside a container 12:58:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:58:21 $ docker top 12726eecaf4ab12f7f2d0e6df40c25b48749c4ec09bc0251909dad97073ed411 -eo pid,comm [Pipeline] { [Pipeline] echo 12:58:21 ========================================================= 12:58:21 [edgeXBuildGoParallel] Running Tests and Build... 12:58:21 ========================================================= [Pipeline] sh 12:58:22 + make test 12:58:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:58:32 ? github.com/edgexfoundry/edgex-go [no test files] 12:58:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:58:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:58:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:58:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:59:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:59:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:59:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:59:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.785s coverage: 45.9% of statements 12:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:59:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 12:59:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.081s coverage: 100.0% of statements 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.214s coverage: 27.1% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 71.3% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.197s coverage: 82.9% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.088s coverage: 78.9% of statements 12:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.442s coverage: 28.6% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.257s coverage: 86.7% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.187s coverage: 97.5% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.111s coverage: 78.3% of statements 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 92.8% of statements 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.9% of statements 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:59:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 79.5% of statements 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 12:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 12:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 12:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements 12:59:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.319s coverage: 81.9% of statements 12:59:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.121s coverage: 92.9% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.078s coverage: 84.6% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 64.4% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.373s coverage: 69.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 38.4% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.064s coverage: 10.5% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 87.7% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.773s coverage: 29.1% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.165s coverage: 95.6% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:59:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 12:59:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 28.1% of statements 12:59:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 12:59:45 GO111MODULE=on go vet ./... 13:00:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-117 in /w/workspace/edgexfoundry_edgex-go_PR-3357 [Pipeline] { [Pipeline] ws 13:00:06 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 13:00:12 using credential edgex-jenkins-ssh 13:00:12 Cloning the remote Git repository 13:00:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:00:12 > git init /w/workspace/edgex-go/2 # timeout=10 13:00:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:00:12 > git --version # timeout=10 13:00:12 > git --version # 'git version 2.17.1' 13:00:12 using GIT_SSH to set credentials SSH Credentials for GitHub 13:00:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:00:18 gofmt -l . 13:00:18 [ "`gofmt -l .`" = "" ] 13:00:18 ./bin/test-go-mod-tidy.sh 13:00:18 ./bin/test-attribution-txt.sh [Pipeline] sh 13:00:18 + ls -al . 13:00:18 total 796 13:00:18 drwxrwxr-x 10 1001 1001 4096 Apr 14 13:00 . 13:00:18 drwxr-xr-x 4 root root 28 Apr 14 12:58 .. 13:00:18 -rw-rw-r-- 1 1001 1001 11 Apr 14 12:56 .dockerignore 13:00:18 drwxrwxr-x 8 1001 1001 179 Apr 14 12:56 .git 13:00:18 drwxrwxr-x 3 1001 1001 125 Apr 14 12:56 .github 13:00:18 -rw-rw-r-- 1 1001 1001 818 Apr 14 12:56 .gitignore 13:00:18 drwx------ 3 1001 1001 60 Apr 14 12:57 .semver 13:00:18 -rw-rw-r-- 1 1001 1001 166 Apr 14 12:56 .sonarcloud.properties 13:00:18 -rw-rw-r-- 1 1001 1001 8494 Apr 14 12:56 Attribution.txt 13:00:18 -rw-rw-r-- 1 1001 1001 3804 Apr 14 12:56 CONTRIBUTING.md 13:00:18 -rw-rw-r-- 1 1001 1001 931 Apr 14 12:56 Dockerfile.build 13:00:18 -rw-rw-r-- 1 1001 1001 863 Apr 14 12:56 Jenkinsfile 13:00:18 -rw-rw-r-- 1 1001 1001 10775 Apr 14 12:56 LICENSE 13:00:18 -rw-rw-r-- 1 1001 1001 5774 Apr 14 12:56 Makefile 13:00:18 -rw-rw-r-- 1 1001 1001 6548 Apr 14 12:56 README.md 13:00:18 -rw-rw-r-- 1 1001 1001 6755 Apr 14 12:56 SECURITY.md 13:00:18 -rw-rw-r-- 1 1001 1001 5 Apr 14 12:57 VERSION 13:00:18 -rw-rw-r-- 1 1001 1001 4131 Apr 14 12:56 ZMQWindows.md 13:00:18 drwxrwxr-x 2 1001 1001 117 Apr 14 12:56 bin 13:00:18 drwxrwxr-x 14 1001 1001 4096 Apr 14 12:56 cmd 13:00:18 -rw-r--r-- 1 root root 686607 Apr 14 12:59 coverage.out 13:00:18 -rw-r--r-- 1 root root 1058 Apr 14 13:00 go.mod 13:00:18 -rw-r--r-- 1 root root 22036 Apr 14 13:00 go.sum 13:00:18 drwxrwxr-x 8 1001 1001 127 Apr 14 12:56 internal 13:00:18 drwxrwxr-x 4 1001 1001 26 Apr 14 12:56 openapi 13:00:18 drwxrwxr-x 4 1001 1001 71 Apr 14 12:56 snap 13:00:18 -rw-rw-r-- 1 1001 1001 168 Apr 14 12:56 version.go [Pipeline] sh 13:00:18 + '[' -e coverage.out ] 13:00:18 + chown 1001:1001 coverage.out [Pipeline] stash 13:00:18 Stashed 1 file(s) [Pipeline] sh 13:00:19 + make build 13:00:19 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 13:00:23 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 13:00:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:00:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:00:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:00:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:00:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:00:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3357/head:refs/remotes/origin/PR-3357 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:00:29 Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:00:30 Merge succeeded, producing 9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:00:30 Checking out Revision 9038ab4eaa9c037ac5466806ea0106bc3fd05571 (PR-3357) 13:00:29 > git config core.sparsecheckout # timeout=10 13:00:29 > git checkout -f 9038ab4eaa9c037ac5466806ea0106bc3fd05571 # timeout=10 13:00:29 > git remote # timeout=10 13:00:29 > git config --get remote.origin.url # timeout=10 13:00:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:00:30 > git merge 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 13:00:30 > git rev-parse HEAD^{commit} # timeout=10 13:00:30 > git config core.sparsecheckout # timeout=10 13:00:30 > git checkout -f 9038ab4eaa9c037ac5466806ea0106bc3fd05571 # timeout=10 13:00:33 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 13:00:33 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 13:00:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:00:35 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 13:00:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:00:36 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 13:00:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:00:36 + true 13:00:36 + sudo service docker restart 13:00:38 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:00:38 provisioning config files... 13:00:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1764502353071983929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:00:39 ---> docker-login.sh 13:00:39 nexus3.edgexfoundry.org:10001 13:00:39 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 13:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:00:40 Configure a credential helper to remove this warning. See 13:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:00:40 13:00:40 Login Succeeded 13:00:40 nexus3.edgexfoundry.org:10002 13:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:00:40 Configure a credential helper to remove this warning. See 13:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:00:40 13:00:40 Login Succeeded 13:00:40 nexus3.edgexfoundry.org:10003 13:00:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:00:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:00:41 Configure a credential helper to remove this warning. See 13:00:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:00:41 13:00:41 Login Succeeded 13:00:41 nexus3.edgexfoundry.org:10004 13:00:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:00:42 Configure a credential helper to remove this warning. See 13:00:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:00:42 13:00:42 Login Succeeded 13:00:42 docker.io 13:00:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:42 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 13:00:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:00:42 Configure a credential helper to remove this warning. See 13:00:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:00:42 13:00:42 Login Succeeded 13:00:42 ---> docker-login.sh ends [Pipeline] } 13:00:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:00:43 ========================================================= 13:00:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:00:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:00:43 + 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 . 13:00:44 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 13:00:45 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 13:00:46 Sending build context to Docker daemon 167.2MB 13:00:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:00:46 Step 2/6 : FROM ${BASE} 13:00:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:00:46 5f621e34cdf4: Pulling fs layer 13:00:46 a4357932f1b6: Pulling fs layer 13:00:46 18c013af1878: Pulling fs layer 13:00:46 00ac8860ef70: Pulling fs layer 13:00:46 63d7cb157983: Pulling fs layer 13:00:46 b116817d02f9: Pulling fs layer 13:00:46 745a02a5169b: Pulling fs layer 13:00:46 00ac8860ef70: Waiting 13:00:46 63d7cb157983: Waiting 13:00:46 b116817d02f9: Waiting 13:00:46 745a02a5169b: Waiting 13:00:46 18c013af1878: Verifying Checksum 13:00:46 18c013af1878: Download complete 13:00:46 a4357932f1b6: Verifying Checksum 13:00:46 a4357932f1b6: Download complete 13:00:46 63d7cb157983: Verifying Checksum 13:00:46 63d7cb157983: Download complete 13:00:46 b116817d02f9: Download complete 13:00:46 5f621e34cdf4: Verifying Checksum 13:00:46 5f621e34cdf4: Download complete 13:00:46 5f621e34cdf4: Pull complete 13:00:47 a4357932f1b6: Pull complete [Pipeline] } 13:00:47 $ docker stop --time=1 12726eecaf4ab12f7f2d0e6df40c25b48749c4ec09bc0251909dad97073ed411 13:00:47 18c013af1878: Pull complete 13:00:48 745a02a5169b: Verifying Checksum 13:00:48 745a02a5169b: Download complete 13:00:49 00ac8860ef70: Verifying Checksum 13:00:49 00ac8860ef70: Download complete 13:00:49 $ docker rm -f 12726eecaf4ab12f7f2d0e6df40c25b48749c4ec09bc0251909dad97073ed411 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:00:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:00:50 13:00:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:00:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:00:51 latest: Pulling from edgex-devops/edgex-compose 13:00:51 cbdbe7a5bc2a: Pulling fs layer 13:00:51 ca9280d653b3: Pulling fs layer 13:00:51 7e9c9ca2126c: Pulling fs layer 13:00:51 cbdbe7a5bc2a: Download complete 13:00:51 ca9280d653b3: Verifying Checksum 13:00:51 ca9280d653b3: Download complete 13:00:51 cbdbe7a5bc2a: Pull complete 13:00:53 ca9280d653b3: Pull complete 13:00:53 7e9c9ca2126c: Download complete 13:00:59 00ac8860ef70: Pull complete 13:00:59 63d7cb157983: Pull complete 13:00:59 b116817d02f9: Pull complete 13:00:59 7e9c9ca2126c: Pull complete 13:00:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:00:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:00:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:01:00 prd-centos7-docker-4c-2g-113 does not seem to be running inside a container 13:01:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:01:02 $ docker top 28a4a75b2ec5efd4cc0018739b938955a65d4ab7067c7aac9ed23a326d5f37f7 -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:03 + docker-compose build --help 13:01:03 + grep parallel 13:01:04 745a02a5169b: Pull complete 13:01:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:01:04 ---> b7e6874047d6 13:01:04 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 13:01:04 --parallel Build images in parallel. [Pipeline] } 13:01:04 $ docker stop --time=1 28a4a75b2ec5efd4cc0018739b938955a65d4ab7067c7aac9ed23a326d5f37f7 13:01:05 $ docker rm -f 28a4a75b2ec5efd4cc0018739b938955a65d4ab7067c7aac9ed23a326d5f37f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:01:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:01:06 . [Pipeline] withDockerContainer 13:01:06 prd-centos7-docker-4c-2g-113 does not seem to be running inside a container 13:01:06 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:01:07 ---> Running in 3dab622c8963 13:01:07 $ docker top 6f4b2576f881d0b4de56853352af44d9a9487635f2c3146def8efbb07c35e17a -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:07 + docker-compose -f ./docker-compose-build.yml build --parallel 13:01:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:01:08 Building docker-core-command-go ... 13:01:08 Building docker-core-data-go ... 13:01:08 Building docker-core-metadata-go ... 13:01:08 Building docker-security-bootstrapper-go ... 13:01:08 Building docker-security-proxy-setup-go ... 13:01:08 Building docker-security-secretstore-setup-go ... 13:01:08 Building docker-support-notifications-go ... 13:01:08 Building docker-support-scheduler-go ... 13:01:08 Building docker-sys-mgmt-agent-go ... 13:01:08 Building docker-security-bootstrapper-go 13:01:08 Building docker-support-scheduler-go 13:01:08 Building docker-core-command-go 13:01:08 Building docker-support-notifications-go 13:01:08 Building docker-security-secretstore-setup-go 13:01:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:01:09 (1/12) Installing libmagic (5.38-r0) 13:01:09 (2/12) Installing file (5.38-r0) 13:01:09 (3/12) Installing libc-dev (0.7.2-r3) 13:01:10 (4/12) Installing g++ (9.3.0-r2) 13:01:13 (5/12) Installing fortify-headers (1.1-r0) 13:01:13 (6/12) Installing patch (2.7.6-r6) 13:01:13 (7/12) Installing build-base (0.5-r2) 13:01:13 (8/12) Installing libsodium (1.0.18-r0) 13:01:14 (9/12) Installing pkgconf (1.7.2-r0) 13:01:14 (10/12) Installing libsodium-dev (1.0.18-r0) 13:01:14 (11/12) Installing libzmq (4.3.3-r0) 13:01:14 (12/12) Installing zeromq-dev (4.3.3-r0) 13:01:14 Executing busybox-1.31.1-r19.trigger 13:01:14 OK: 217 MiB in 51 packages 13:01:18 Removing intermediate container 3dab622c8963 13:01:18 ---> ad5f991529d9 13:01:18 Step 4/6 : WORKDIR /edgex-go 13:01:18 ---> Running in 3e0bb0dbd456 13:01:19 Removing intermediate container 3e0bb0dbd456 13:01:19 ---> 9379c1b7e77a 13:01:19 Step 5/6 : COPY go.mod . 13:01:20 ---> 21d0399dafe4 13:01:20 Step 6/6 : RUN go mod download 13:01:20 ---> Running in 34c3bf94db3f 13:01:46 Removing intermediate container 34c3bf94db3f 13:01:46 ---> 3d15f6807e17 13:01:46 Successfully built 3d15f6807e17 13:01:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:01:47 + docker inspect -f . ci-base-image-arm64 13:01:47 . [Pipeline] withDockerContainer 13:01:47 prd-ubuntu18.04-docker-arm64-4c-16g-117 does not seem to be running inside a container 13:01:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat 13:01:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:01:48 ---> 1d9d42d49b27 13:01:48 Step 3/24 : WORKDIR /edgex-go 13:01:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:01:48 ---> 1d9d42d49b27 13:01:48 Step 3/31 : WORKDIR /edgex-go 13:01:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:01:48 ---> 1d9d42d49b27 13:01:48 Step 3/22 : WORKDIR /edgex-go 13:01:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:01:48 ---> 1d9d42d49b27 13:01:48 Step 3/23 : WORKDIR /edgex-go 13:01:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:01:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:01:48 ---> 1d9d42d49b27 13:01:48 Step 3/22 : WORKDIR /edgex-go 13:01:48 ---> Running in 3da94e3a754e 13:01:48 ---> Running in 36590630fbb9 13:01:48 ---> Running in 3705939cdf49 13:01:48 ---> Running in c121e636f83e 13:01:48 ---> Running in 87b3e12271dc 13:01:48 Removing intermediate container 36590630fbb9 13:01:48 ---> 8d76b6322caf 13:01:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:48 Removing intermediate container c121e636f83e 13:01:48 ---> 17bbfd055c6f 13:01:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:48 Removing intermediate container 87b3e12271dc 13:01:48 ---> 74c06004c650 13:01:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:48 Removing intermediate container 3705939cdf49 13:01:48 ---> 425642672390 13:01:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:48 ---> Running in 4026a52dff32 13:01:48 Removing intermediate container 3da94e3a754e 13:01:48 ---> 0dfecd3a08ad 13:01:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:48 ---> Running in 867bfb572d3f 13:01:48 ---> Running in 0e872f389a35 13:01:48 ---> Running in 738a23bd5cd5 13:01:48 ---> Running in e8a2a6e6afa3 13:01:49 $ docker top 482ccb6ddaf7a921001ee15683a7f8eaed0efdddc8b299931a56791771c8689e -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:49 + go version 13:01:49 go version go1.15.5 linux/arm64 [Pipeline] } 13:01:50 $ docker stop --time=1 482ccb6ddaf7a921001ee15683a7f8eaed0efdddc8b299931a56791771c8689e 13:01:50 Removing intermediate container 867bfb572d3f 13:01:50 ---> f199da5528ed 13:01:50 Step 5/23 : RUN apk add --update --no-cache make git 13:01:50 ---> Running in fd28d5e3046a 13:01:50 Removing intermediate container 0e872f389a35 13:01:50 ---> d327e5f01008 13:01:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:01:50 Removing intermediate container 4026a52dff32 13:01:50 ---> 68e44bc9d28a 13:01:50 Step 5/31 : RUN apk add --update --no-cache make git 13:01:50 ---> Running in 26a52dfa1f60 13:01:50 Removing intermediate container e8a2a6e6afa3 13:01:50 ---> 77f66eac0c02 13:01:50 Step 5/24 : RUN apk add --update --no-cache make git 13:01:50 Removing intermediate container 738a23bd5cd5 13:01:50 ---> 5c2726b907a5 13:01:50 Step 5/22 : RUN apk add --update --no-cache make git 13:01:50 ---> Running in 71773333b715 13:01:50 ---> Running in 6d9005c5b2c2 13:01:50 ---> Running in 4a4f11ddd186 13:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:51 $ docker rm -f 482ccb6ddaf7a921001ee15683a7f8eaed0efdddc8b299931a56791771c8689e 13:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 13:01:52 OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 13:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:52 OK: 233 MiB in 51 packages 13:01:52 + docker inspect -f . ci-base-image-arm64 13:01:52 . [Pipeline] withDockerContainer 13:01:52 Removing intermediate container fd28d5e3046a 13:01:52 ---> 4654d71de6dc 13:01:52 Step 6/23 : COPY go.mod . 13:01:52 OK: 233 MiB in 51 packages 13:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:52 prd-ubuntu18.04-docker-arm64-4c-16g-117 does not seem to be running inside a container 13:01:53 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64 cat 13:01:53 Removing intermediate container 26a52dfa1f60 13:01:53 ---> 512f3b0f560a 13:01:53 Step 6/22 : COPY go.mod . 13:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:53 ---> c2de08dd73b8 13:01:53 Step 7/23 : RUN go mod download 13:01:53 ---> Running in 8aa8048449b6 13:01:53 ---> 5ee3cfefefec 13:01:53 Step 7/22 : RUN go mod download 13:01:53 Removing intermediate container 71773333b715 13:01:53 ---> 9b2ab52f7801 13:01:53 Step 6/24 : COPY go.mod . 13:01:53 OK: 233 MiB in 51 packages 13:01:53 ---> Running in faf92eba4fdc 13:01:53 OK: 233 MiB in 51 packages 13:01:53 ---> 7b4a3ddb92a4 13:01:54 Step 7/24 : RUN go mod download 13:01:54 ---> Running in 367ae283d94e 13:01:54 $ docker top 0b09e827c868da5eb8066d737cdd221aa1d581d63386f716e0c96f6119ccd4ed -eo pid,comm [Pipeline] { [Pipeline] echo 13:01:54 ========================================================= 13:01:54 [edgeXBuildGoParallel] Running Tests and Build... 13:01:54 ========================================================= [Pipeline] sh 13:01:54 Removing intermediate container 4a4f11ddd186 13:01:54 ---> 14f473e634d3 13:01:54 Step 6/22 : COPY go.mod . 13:01:54 Removing intermediate container 6d9005c5b2c2 13:01:54 ---> ee4fb0f109c8 13:01:54 Step 6/31 : COPY go.mod . 13:01:55 ---> f5efd6c76b5e 13:01:55 Step 7/22 : RUN go mod download 13:01:55 ---> 1af733422374 13:01:55 Step 7/31 : RUN go mod download 13:01:55 + make test 13:01:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:01:55 ---> Running in 6939587a1494 13:01:55 ---> Running in 00008f72ec5d 13:01:55 Removing intermediate container faf92eba4fdc 13:01:55 ---> ca39d7c7a8c6 13:01:55 Step 8/22 : COPY . . 13:01:56 Removing intermediate container 8aa8048449b6 13:01:56 ---> 9ef1688ca617 13:01:56 Step 8/23 : COPY . . 13:01:56 Removing intermediate container 367ae283d94e 13:01:56 ---> a139577fd1d5 13:01:56 Step 8/24 : COPY . . 13:02:07 Removing intermediate container 6939587a1494 13:02:07 ---> 68ed180e40b9 13:02:07 Step 8/22 : COPY . . 13:02:07 Removing intermediate container 00008f72ec5d 13:02:07 ---> 46c226e86add 13:02:07 Step 8/31 : COPY . . 13:02:17 ? github.com/edgexfoundry/edgex-go [no test files] 13:02:39 ---> 79f69f832d18 13:02:39 Step 9/23 : RUN make cmd/core-command/core-command 13:02:39 ---> b038cba0aea6 13:02:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:02:39 ---> Running in ac5138cdabd2 13:02:40 ---> a6cdb405de82 13:02:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:02:40 ---> 6247b52ea648 13:02:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:02:40 ---> b9479ef624d7 13:02:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:02:40 ---> Running in 4d7f4d75b817 13:02:41 ---> Running in bd69611f8461 13:02:41 ---> Running in b59b66f1ab7e 13:02:41 ---> Running in cf9e9705ff81 13:02:41 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 13:02:42 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 13:02:42 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 13:02:42 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 13:02:42 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 13:03:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:03:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:03:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:03:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:03:22 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 13:03:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:03:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:03:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:03:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:03:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:03:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:03:32 Removing intermediate container bd69611f8461 13:03:32 ---> e699de319ee5 13:03:32 13:03:32 Step 10/31 : FROM alpine:3.12 13:03:32 Removing intermediate container cf9e9705ff81 13:03:32 ---> 4a89fbeb7b8c 13:03:32 13:03:32 Step 10/22 : FROM alpine:3.12 13:03:32 3.12: Pulling from library/alpine 13:03:32 3.12: Pulling from library/alpine 13:03:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:03:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:03:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:03:36 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:03:36 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:03:36 Status: Downloaded newer image for alpine:3.12 13:03:36 ---> 7230e588e954 13:03:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:03:36 Status: Downloaded newer image for alpine:3.12 13:03:36 ---> 7230e588e954 13:03:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:03:36 Removing intermediate container ac5138cdabd2 13:03:36 ---> 9594ae48a885 13:03:36 13:03:36 Step 10/23 : FROM alpine:3.12 13:03:36 ---> 7230e588e954 13:03:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:03:36 ---> Running in 4f758b998fae 13:03:36 ---> Running in bf59af026e10 13:03:36 ---> Running in da1c39404f94 13:03:36 Removing intermediate container 4d7f4d75b817 13:03:36 ---> e459d2503fbb 13:03:36 13:03:36 Step 10/22 : FROM alpine:3.12 13:03:36 ---> 7230e588e954 13:03:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:03:36 Removing intermediate container b59b66f1ab7e 13:03:36 ---> c8daba63c96a 13:03:36 13:03:36 Step 10/24 : FROM alpine:3.12 13:03:36 ---> 7230e588e954 13:03:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:03:36 ---> Running in 3a583cb8c2c4 13:03:36 ---> Running in 11e7f7777d52 13:03:36 Removing intermediate container da1c39404f94 13:03:36 ---> 63ae0a5a2b3b 13:03:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:03:37 ---> Running in 5a475c96549e 13:03:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:37 (1/1) Installing dumb-init (1.2.2-r1) 13:03:37 (1/1) Installing dumb-init (1.2.2-r1) 13:03:38 Executing busybox-1.31.1-r20.trigger 13:03:38 Executing busybox-1.31.1-r20.trigger 13:03:38 OK: 6 MiB in 15 packages 13:03:38 OK: 6 MiB in 15 packages 13:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:39 (1/2) Installing ca-certificates (20191127-r4) 13:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:39 (2/2) Installing dumb-init (1.2.2-r1) 13:03:39 Executing busybox-1.31.1-r20.trigger 13:03:39 Executing ca-certificates-20191127-r4.trigger 13:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:39 OK: 6 MiB in 16 packages 13:03:39 (1/2) Installing dumb-init (1.2.2-r1) 13:03:39 (2/2) Installing su-exec (0.2-r1) 13:03:39 Executing busybox-1.31.1-r20.trigger 13:03:39 OK: 6 MiB in 16 packages 13:03:39 (1/6) Installing ca-certificates (20191127-r4) 13:03:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:03:39 (3/6) Installing libcurl (7.76.1-r0) 13:03:39 (4/6) Installing curl (7.76.1-r0) 13:03:39 (5/6) Installing dumb-init (1.2.2-r1) 13:03:39 (6/6) Installing su-exec (0.2-r1) 13:03:39 Executing busybox-1.31.1-r20.trigger 13:03:39 Executing ca-certificates-20191127-r4.trigger 13:03:39 OK: 7 MiB in 20 packages 13:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.401s coverage: 45.9% of statements 13:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:03:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.159s coverage: 19.8% of statements 13:03:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements 13:03:40 Removing intermediate container 4f758b998fae 13:03:40 ---> 006bbc9bb184 13:03:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:03:40 Removing intermediate container bf59af026e10 13:03:40 ---> a1c385e69dcb 13:03:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:03:40 ---> Running in d0ac67e13f97 13:03:40 ---> Running in 810481f8239e 13:03:41 Removing intermediate container d0ac67e13f97 13:03:41 ---> 67b3f0cd4694 13:03:41 Step 13/22 : ENV APP_PORT=48085 13:03:41 Removing intermediate container 810481f8239e 13:03:41 ---> 64e36207d42e 13:03:41 Step 13/23 : ENV APP_PORT=48082 13:03:41 Removing intermediate container 3a583cb8c2c4 13:03:41 ---> 0268f43fab42 13:03:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:03:41 ---> Running in 4c82b451e033 13:03:41 ---> Running in d14c87efabfb 13:03:41 ---> Running in 08103baf1fc8 13:03:41 Removing intermediate container 5a475c96549e 13:03:41 ---> 9a1b2dd8d9b5 13:03:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:03:41 Removing intermediate container 11e7f7777d52 13:03:41 ---> 2ca4bc5a0c13 13:03:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:03:41 ---> Running in d962c3cf9381 13:03:42 ---> Running in ebac0e5f3c0b 13:03:42 Removing intermediate container 4c82b451e033 13:03:42 ---> 21abb9f02720 13:03:42 Step 14/23 : EXPOSE $APP_PORT 13:03:42 Removing intermediate container 08103baf1fc8 13:03:42 ---> 62d2dce9da95 13:03:42 Step 13/22 : ENV APP_PORT=48060 13:03:42 Removing intermediate container d14c87efabfb 13:03:42 ---> a1c846e02604 13:03:42 Step 14/22 : EXPOSE $APP_PORT 13:03:42 Removing intermediate container d962c3cf9381 13:03:42 ---> c1676ebb896a 13:03:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:03:42 ---> Running in f98a0574e50f 13:03:42 ---> Running in 92ff8d9dec87 13:03:42 ---> Running in 76edbcbbcff3 13:03:42 Removing intermediate container ebac0e5f3c0b 13:03:42 ---> 1409c88aebac 13:03:42 Step 13/24 : WORKDIR / 13:03:42 ---> Running in 1d336bf9c7b6 13:03:42 ---> Running in b6a57e2f12f9 13:03:42 Removing intermediate container 76edbcbbcff3 13:03:42 ---> 4c451ab621b7 13:03:42 Step 14/22 : EXPOSE $APP_PORT 13:03:42 Removing intermediate container 92ff8d9dec87 13:03:42 ---> 347970d54512 13:03:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:42 Removing intermediate container f98a0574e50f 13:03:42 ---> 7539da113dc4 13:03:42 Step 15/23 : WORKDIR / 13:03:43 Removing intermediate container 1d336bf9c7b6 13:03:43 ---> c932da4572d0 13:03:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:03:43 ---> Running in e7f212044e97 13:03:43 ---> Running in f6d8b6365d29 13:03:43 ---> Running in 78e20527423b 13:03:43 Removing intermediate container b6a57e2f12f9 13:03:43 ---> e60276f1e924 13:03: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 13:03:43 ---> f579592a01a6 13:03:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:03:43 Removing intermediate container f6d8b6365d29 13:03:43 ---> e55eb308445d 13:03:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:43 Removing intermediate container e7f212044e97 13:03:43 ---> f1c093c8c1a1 13:03:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:43 ---> af25b2d1457b 13:03:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:03:44 ---> f57b79f10fe1 13:03:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:03:45 ---> 870cf6cd4571 13:03:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:03:45 ---> c85fa552aa13 13:03:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:03:45 ---> b77393beb7b3 13:03:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:03:45 Removing intermediate container 78e20527423b 13:03:45 ---> 2d0f8e3a62c4 13:03:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:03:45 ---> 03422bf3412e 13:03:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:03:45 ---> Running in d546447bef12 13:03:45 ---> 095e11a87b42 13:03:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:03:45 ---> c1a150a01832 13:03:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:03:45 ---> Running in c9fc94def861 13:03:45 ---> 92543f70002a 13:03:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:03:45 Removing intermediate container d546447bef12 13:03:45 ---> 19eaf80f4ce1 13:03:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:03:46 Removing intermediate container c9fc94def861 13:03:46 ---> bd6a00c78fe4 13:03:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:46 ---> d3f51fdcfe12 13:03:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:03:46 ---> Running in bf3230a62fa5 13:03:46 ---> 1c4c79a440c8 13:03:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:03:46 ---> Running in 149f3bfee202 13:03:46 ---> 0e2379158a7f 13:03:46 Step 19/23 : ENTRYPOINT ["/core-command"] 13:03:46 Removing intermediate container bf3230a62fa5 13:03:46 ---> 0f9693b7c64f 13:03:46 Step 20/22 : LABEL arch=x86_64 13:03:46 ---> 67929adce285 13:03:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:03:46 ---> Running in b0a41dff3179 13:03:46 ---> Running in 1d2155cab31a 13:03:46 ---> Running in 3b31690fd75a 13:03:46 Removing intermediate container 149f3bfee202 13:03:46 ---> 3c65441f19a5 13:03:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:46 Removing intermediate container b0a41dff3179 13:03:46 ---> a116329e476d 13:03:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:47 ---> Running in 376b6969308a 13:03:47 Removing intermediate container 3b31690fd75a 13:03:47 ---> e5a43ed84232 13:03:47 Step 21/22 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:03:47 ---> Running in d379bc5c509d 13:03:47 ---> 0c9bcb0c393d 13:03:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:03:47 ---> Running in dd9054423d27 13:03:47 Removing intermediate container 376b6969308a 13:03:47 ---> 886c9d73fba6 13:03:47 Step 20/22 : LABEL arch=x86_64 13:03:47 ---> Running in 6df8442c3472 13:03:47 Removing intermediate container d379bc5c509d 13:03:47 ---> a318398ecba9 13:03:47 Step 21/23 : LABEL arch=x86_64 13:03:47 Removing intermediate container dd9054423d27 13:03:47 ---> d02b542b2d3b 13:03:47 Step 22/22 : LABEL version=0.0.0 13:03:47 ---> Running in 89913b80ddfb 13:03:47 ---> c8ab72942d79 13:03:47 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/ 13:03:47 ---> Running in 93aac7ba2f8d 13:03:47 Removing intermediate container 6df8442c3472 13:03:47 ---> 04377fdecbc6 13:03:47 Step 21/22 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:03:48 ---> Running in 93ac49556df7 13:03:48 ---> Running in 2c98495020df 13:03:48 Removing intermediate container 93aac7ba2f8d 13:03:48 ---> 56e8c30cf25a 13:03:48 13:03:48 Removing intermediate container 89913b80ddfb 13:03:48 ---> 046ec4d9b1f9 13:03:48 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.488s coverage: 27.1% of statements 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.203s coverage: 100.0% of statements 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:03:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 71.3% of statements 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:03:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:03:48 ---> Running in 571e84c684f7 13:03:48 Removing intermediate container 2c98495020df 13:03:48 ---> 6a703e1d5576 13:03:48 Step 22/22 : LABEL version=0.0.0 13:03:48 Successfully built 56e8c30cf25a 13:03:48 Successfully tagged docker-support-scheduler-go:latest 13:03:48 Building docker-core-metadata-go 13:03:48  Building docker-support-scheduler-go ... done  ---> Running in bb3d47858c00 13:03:48 Removing intermediate container 571e84c684f7 13:03:48 ---> f62a1a8f23f7 13:03:48 Step 23/23 : LABEL version=0.0.0 13:03:48 Removing intermediate container 1d2155cab31a 13:03:48 ---> 5cd6498aeab3 13:03:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:49 ---> Running in 1434fe917d53 13:03:49 Removing intermediate container bb3d47858c00 13:03:49 ---> 2f551328e5c9 13:03:49 13:03:49 Removing intermediate container 1434fe917d53 13:03:49 ---> 15896fa40c75 13:03:49 13:03:49 Successfully built 2f551328e5c9 13:03:49 Successfully tagged docker-support-notifications-go:latest 13:03:49 Building docker-security-proxy-setup-go 13:03:49  Building docker-support-notifications-go ... done Successfully built 15896fa40c75 13:03:49 Successfully tagged docker-core-command-go:latest 13:03:49  Building docker-core-command-go ... done Building docker-core-data-go 13:03:49 ---> b1749a5b1764 13:03:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:03:49 Removing intermediate container 93ac49556df7 13:03:49 ---> 60dfba5d2060 13:03:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.451s coverage: 82.9% of statements 13:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.126s coverage: 78.9% of statements 13:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:03:49 ---> Running in 65da530b07f3 13:03:50 Removing intermediate container 65da530b07f3 13:03:50 ---> e49714950148 13:03:50 Step 22/24 : LABEL arch=x86_64 13:03:50 ---> Running in 3ba45cc52659 13:03:50 ---> 26820848af6a 13:03:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:03:51 Removing intermediate container 3ba45cc52659 13:03:51 ---> 4ff34eaf507d 13:03:51 Step 23/24 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:03:54 ---> Running in 84162083e15e 13:03:54 ---> bbac64e5d587 13:03:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:03:55 Removing intermediate container 84162083e15e 13:03:55 ---> 2036e16a3b14 13:03:55 Step 24/24 : LABEL version=0.0.0 13:03:55 ---> 962f92187eac 13:03:55 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:03:55 ---> Running in 1673b778daf4 13:03:56 Removing intermediate container 1673b778daf4 13:03:56 ---> 37ddb03bbb41 13:03:56 13:03:56 ---> a53d2b189e85 13:03:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:03:56 Successfully built 37ddb03bbb41 13:03:56 Successfully tagged docker-security-secretstore-setup-go:latest 13:03:56 Building docker-sys-mgmt-agent-go 13:03:56  Building docker-security-secretstore-setup-go ... done  ---> Running in 90639418cd66 13:03:57 Removing intermediate container 90639418cd66 13:03:57 ---> d1e87ef54356 13:03:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:04:00 ---> 733bdbfca5ba 13:04:00 Step 26/31 : RUN chmod +x /entrypoint.sh 13:04:00 ---> Running in 78077161181c 13:04:02 Removing intermediate container 78077161181c 13:04:02 ---> ab0afb92dc65 13:04:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:04:02 ---> Running in 32bc64e18bd9 13:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.097s coverage: 28.6% of statements 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.190s coverage: 100.0% of statements 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.421s coverage: 86.7% of statements 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.452s coverage: 97.5% of statements 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:04:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.283s coverage: 78.3% of statements 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:04:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:04:02 Removing intermediate container 32bc64e18bd9 13:04:02 ---> f5cd6b1bc6e0 13:04:02 Step 28/31 : CMD ["gate"] 13:04:04 ---> Running in 73ddfef1847a 13:04:05 Removing intermediate container 73ddfef1847a 13:04:05 ---> 17ea8e80d526 13:04:05 Step 29/31 : LABEL arch=x86_64 13:04:05 ---> Running in 562deb44c735 13:04:06 Removing intermediate container 562deb44c735 13:04:06 ---> 9ebbe2e0bfa0 13:04:06 Step 30/31 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:04:07 ---> Running in 185cfb452633 13:04:07 Removing intermediate container 185cfb452633 13:04:07 ---> 08fd4c383136 13:04:07 Step 31/31 : LABEL version=0.0.0 13:04:08 ---> Running in 9d73d546dc0b 13:04:08 Removing intermediate container 9d73d546dc0b 13:04:08 ---> 3c8b81b3c4bf 13:04:08 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.157s coverage: 92.8% of statements 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.265s coverage: 0.9% of statements 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:04:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.131s coverage: 47.1% of statements 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.193s coverage: 79.5% of statements 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.175s coverage: 96.3% of statements 13:04:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.131s coverage: 87.5% of statements 13:04:09 Successfully built 3c8b81b3c4bf 13:04:09 Successfully tagged docker-security-bootstrapper-go:latest 13:04:19  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:04:19 ---> 1d9d42d49b27 13:04:19 Step 3/23 : WORKDIR /edgex-go 13:04:19 ---> Using cache 13:04:19 ---> 0dfecd3a08ad 13:04:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:19 ---> Using cache 13:04:19 ---> 77f66eac0c02 13:04:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:04:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:04:19 ---> 1d9d42d49b27 13:04:19 Step 3/23 : WORKDIR /edgex-go 13:04:19 ---> Using cache 13:04:19 ---> 0dfecd3a08ad 13:04:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:19 ---> Using cache 13:04:19 ---> 77f66eac0c02 13:04:19 Step 5/23 : RUN apk add --update --no-cache make git 13:04:19 ---> Using cache 13:04:19 ---> 9b2ab52f7801 13:04:19 Step 6/23 : COPY go.mod . 13:04:19 ---> Using cache 13:04:19 ---> 7b4a3ddb92a4 13:04:19 Step 7/23 : RUN go mod download 13:04:19 ---> Using cache 13:04:19 ---> a139577fd1d5 13:04:19 Step 8/23 : COPY . . 13:04:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:04:19 ---> 1d9d42d49b27 13:04:19 Step 3/21 : WORKDIR /edgex-go 13:04:19 ---> Using cache 13:04:19 ---> 0dfecd3a08ad 13:04:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:19 ---> Using cache 13:04:19 ---> 77f66eac0c02 13:04:19 Step 5/21 : RUN apk add --update --no-cache make git 13:04:19 ---> Using cache 13:04:19 ---> 9b2ab52f7801 13:04:19 Step 6/21 : COPY go.mod . 13:04:19 ---> Using cache 13:04:19 ---> 7b4a3ddb92a4 13:04:19 Step 7/21 : RUN go mod download 13:04:19 ---> Using cache 13:04:19 ---> a139577fd1d5 13:04:19 Step 8/21 : COPY . . 13:04:19 ---> Using cache 13:04:19 ---> a6cdb405de82 13:04:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:04:19 ---> Using cache 13:04:19 ---> a6cdb405de82 13:04:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:04:20 ---> Running in 938a9cfb2400 13:04:20 ---> Running in 51b2227e4b67 13:04:20 ---> Running in 05712c7c51f8 13:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.152s coverage: 94.4% of statements 13:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements 13:04:22 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 13:04:22 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 13:04:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:04:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:04:22 ---> 1d9d42d49b27 13:04:22 Step 3/23 : WORKDIR /edgex-go 13:04:22 ---> Using cache 13:04:22 ---> 0dfecd3a08ad 13:04:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:22 ---> Using cache 13:04:22 ---> 77f66eac0c02 13:04:22 Step 5/23 : RUN apk add --update --no-cache make bash git 13:04:23 ---> Running in b851f61a42af 13:04:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:04:24 OK: 233 MiB in 51 packages 13:04:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:04:25 OK: 233 MiB in 51 packages 13:04:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.516s coverage: 81.9% of statements 13:04:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:04:27 Removing intermediate container 05712c7c51f8 13:04:27 ---> 8c12c8c2d25b 13:04:27 Step 6/23 : COPY go.mod . 13:04:27 Removing intermediate container b851f61a42af 13:04:27 ---> bb7eb4541943 13:04:27 Step 6/23 : COPY go.mod . 13:04:27 ---> dea2a8812feb 13:04:27 Step 7/23 : RUN go mod download 13:04:27 ---> Running in 7825d1816386 13:04:27 ---> 48785e5f0567 13:04:27 Step 7/23 : RUN go mod download 13:04:27 ---> Running in 664849f7cb93 13:04:31 Removing intermediate container 664849f7cb93 13:04:31 ---> f79efdd8ed11 13:04:31 Step 8/23 : COPY . . 13:04:31 Removing intermediate container 7825d1816386 13:04:31 ---> 632c42baf62b 13:04:31 Step 8/23 : COPY . . 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.199s coverage: 92.9% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 84.6% of statements 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.282s coverage: 91.6% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.594s coverage: 64.4% of statements 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:04:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 13:04:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 13:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 13:04:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.959s coverage: 69.0% of statements 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:04:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.484s coverage: 38.4% of statements 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:04:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:04:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.079s coverage: 84.8% of statements 13:04:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.0% of statements 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:04:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:04:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:04:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.133s coverage: 10.5% of statements 13:04:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:04:50 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 13:04:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.521s coverage: 87.7% of statements 13:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:04:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.304s coverage: 29.1% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.172s coverage: 100.0% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.361s coverage: 95.6% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 13:04:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements 13:05:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 13:05:01 GO111MODULE=on go vet ./... 13:05:03 Removing intermediate container 51b2227e4b67 13:05:03 ---> 38fff7a995c3 13:05:03 13:05:03 Step 10/23 : FROM alpine:3.12 13:05:03 ---> 7230e588e954 13:05:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:05:03 ---> Using cache 13:05:03 ---> a1c385e69dcb 13:05:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:05:03 ---> Using cache 13:05:03 ---> 64e36207d42e 13:05:03 Step 13/23 : ENV APP_PORT=48081 13:05:03 ---> 321cbbe7a870 13:05:03 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:05:03 Removing intermediate container 938a9cfb2400 13:05:03 ---> f8708df5262d 13:05:03 13:05:03 Step 10/21 : FROM alpine:3.12 13:05:03 ---> 7230e588e954 13:05:03 Step 11/21 : RUN apk add --update --no-cache curl 13:05:03 ---> ebe52106a886 13:05:03 Step 9/23 : RUN make cmd/core-data/core-data 13:05:03 ---> Running in 8942a11d34ae 13:05:03 ---> Running in be61766b347e 13:05:03 ---> Running in 1a30eabc74ce 13:05:03 ---> Running in 177088bfcdea 13:05:03 Removing intermediate container 1a30eabc74ce 13:05:03 ---> 46dfbbd3fd13 13:05:03 Step 14/23 : EXPOSE $APP_PORT 13:05:04 ---> Running in fc906ba0d7d2 13:05:04 Removing intermediate container fc906ba0d7d2 13:05:04 ---> ff5551508ab0 13:05:04 Step 15/23 : WORKDIR / 13:05:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:05:04 ---> Running in 0a93493d026e 13:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:05:04 Removing intermediate container 0a93493d026e 13:05:04 ---> 57c75a16447f 13:05:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:04 (1/4) Installing ca-certificates (20191127-r4) 13:05:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:05:04 (3/4) Installing libcurl (7.76.1-r0) 13:05:04 (4/4) Installing curl (7.76.1-r0) 13:05:04 Executing busybox-1.31.1-r20.trigger 13:05:05 Executing ca-certificates-20191127-r4.trigger 13:05:05 OK: 7 MiB in 18 packages 13:05:05 ---> d5d64190b410 13:05:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:05:06 Removing intermediate container be61766b347e 13:05:06 ---> 8ac6de8e0d67 13:05:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:05:06 ---> 24f304a58199 13:05:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:05:06 ---> Running in 9869f8955ccd 13:05:06 Removing intermediate container 9869f8955ccd 13:05:06 ---> 12bc4d48bf2d 13:05:06 Step 13/21 : WORKDIR /edgex 13:05:08 ---> 671b5f82cbd8 13:05:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:05:08 ---> Running in 1c2745a32ace 13:05:08 ---> Running in 89423ba97b61 13:05:08 Removing intermediate container 1c2745a32ace 13:05:08 ---> 0cac595566c6 13:05:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:05:08 Removing intermediate container 89423ba97b61 13:05:08 ---> 80c8f6848d74 13:05:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:08 ---> Running in 0d2b40382bb8 13:05:08 ---> fa37aec7a600 13:05:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:05:09 Removing intermediate container 0d2b40382bb8 13:05:09 ---> ede7d89f217a 13:05:09 Step 21/23 : LABEL arch=x86_64 13:05:09 ---> Running in 31800979adef 13:05:09 ---> 5fed33a80e64 13:05:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:05:09 Removing intermediate container 31800979adef 13:05:09 ---> 081a290d8db0 13:05:09 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:05:09 ---> Running in 47234d2af82d 13:05:10 Removing intermediate container 47234d2af82d 13:05:10 ---> f3aaed44725f 13:05:10 Step 23/23 : LABEL version=0.0.0 13:05:10 ---> Running in bee1028f0db8 13:05:10 ---> dba255322faa 13:05:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:05:10 ---> Running in d9f2a230a351 13:05:10 Removing intermediate container bee1028f0db8 13:05:10 ---> 0d4538dc7609 13:05:10 13:05:11 Removing intermediate container d9f2a230a351 13:05:11 ---> 6a3656ef8b6a 13:05:11 Step 18/21 : CMD ["--init=true"] 13:05:11 ---> Running in ed7c42d9b49a 13:05:11 Successfully built 0d4538dc7609 13:05:11 Successfully tagged docker-core-metadata-go:latest 13:05:11  Building docker-core-metadata-go ... done Removing intermediate container ed7c42d9b49a 13:05:11 ---> 2ef97a1c63c9 13:05:11 Step 19/21 : LABEL arch=x86_64 13:05:11 ---> Running in 865227b71c58 13:05:12 Removing intermediate container 865227b71c58 13:05:12 ---> b5ce09bc87bc 13:05:12 Step 20/21 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:05:12 ---> Running in bf7c99f27899 13:05:12 Removing intermediate container bf7c99f27899 13:05:12 ---> 33ba51720db1 13:05:12 Step 21/21 : LABEL version=0.0.0 13:05:13 ---> Running in 74ad0aa8682a 13:05:14 Removing intermediate container 74ad0aa8682a 13:05:14 ---> af69d6747e02 13:05:14 13:05:14 Successfully built af69d6747e02 13:05:14 Successfully tagged docker-security-proxy-setup-go:latest 13:05:24  Building docker-security-proxy-setup-go ... done Removing intermediate container 8942a11d34ae 13:05:24 ---> b88ceed4396f 13:05:24 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:05:24 ---> Running in 2514d95c0042 13:05:26 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 13:05:28 Removing intermediate container 2514d95c0042 13:05:28 ---> 4aaa34c0aae9 13:05:28 13:05:28 Step 11/23 : FROM docker:20.10.0 13:05:28 20.10.0: Pulling from library/docker 13:05:29 Removing intermediate container 177088bfcdea 13:05:29 ---> 4f9c5c6a307c 13:05:29 13:05:29 Step 10/23 : FROM alpine:3.12 13:05:29 ---> 7230e588e954 13:05:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:05:29 ---> Running in abfdacd1cb6d 13:05:29 Removing intermediate container abfdacd1cb6d 13:05:29 ---> 9e85a6c9ec13 13:05:29 Step 12/23 : ENV APP_PORT=48080 13:05:29 ---> Running in fa0a2f2317c8 13:05:29 Removing intermediate container fa0a2f2317c8 13:05:29 ---> 4a4491219ece 13:05:29 Step 13/23 : EXPOSE $APP_PORT 13:05:30 ---> Running in 22d0763c2b77 13:05:30 Removing intermediate container 22d0763c2b77 13:05:30 ---> f986bb4f4e3d 13:05:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:05:30 ---> Running in fd34ae5e2fc3 13:05:31 Removing intermediate container fd34ae5e2fc3 13:05:31 ---> 500f3ce12955 13:05:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:05:31 ---> Running in f690227212ce 13:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:05:34 Status: Downloaded newer image for docker:20.10.0 13:05:34 ---> aefe523efa57 13:05:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:05:34 ---> Running in 5b7132fac9bd 13:05:34 (1/6) Installing dumb-init (1.2.2-r1) 13:05:34 (2/6) Installing libgcc (9.3.0-r2) 13:05:34 Removing intermediate container 5b7132fac9bd 13:05:34 ---> c5b415365c7c 13:05:34 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:05:34 (3/6) Installing libsodium (1.0.18-r0) 13:05:34 ---> Running in 52303af10d8b 13:05:34 (4/6) Installing libstdc++ (9.3.0-r2) 13:05:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:35 (1/39) Installing readline (8.0.4-r0) 13:05:35 (2/39) Installing bash (5.0.17-r0) 13:05:35 Executing bash-5.0.17-r0.post-install 13:05:35 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:05:35 (5/6) Installing libzmq (4.3.3-r0) 13:05:35 (4/39) Installing libcurl (7.76.1-r0) 13:05:35 (5/39) Installing curl (7.76.1-r0) 13:05:35 (6/39) Installing dumb-init (1.2.2-r1) 13:05:35 (7/39) Installing libbz2 (1.0.8-r1) 13:05:35 (8/39) Installing expat (2.2.9-r1) 13:05:35 (9/39) Installing libffi (3.3-r2) 13:05:35 (10/39) Installing gdbm (1.13-r1) 13:05:35 (11/39) Installing xz-libs (5.2.5-r0) 13:05:35 (12/39) Installing sqlite-libs (3.32.1-r0) 13:05:35 (13/39) Installing python3 (3.8.8-r0) 13:05:35 (6/6) Installing zeromq (4.3.3-r0) 13:05:35 Executing busybox-1.31.1-r20.trigger 13:05:35 OK: 8 MiB in 20 packages 13:05:38 (14/39) Installing py3-appdirs (1.4.4-r1) 13:05:38 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:05:38 (16/39) Installing py3-parsing (2.4.7-r0) 13:05:38 (17/39) Installing py3-six (1.15.0-r0) 13:05:38 (18/39) Installing py3-packaging (20.4-r0) 13:05:38 (19/39) Installing py3-setuptools (47.0.0-r0) 13:05:38 (20/39) Installing py3-chardet (3.0.4-r4) 13:05:38 (21/39) Installing py3-idna (2.9-r0) 13:05:38 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:05:38 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:05:39 Removing intermediate container f690227212ce 13:05:39 ---> deb081bdbb0c 13:05:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:05:39 (24/39) Installing py3-requests (2.23.0-r0) 13:05:39 (25/39) Installing py3-msgpack (1.0.0-r0) 13:05:39 (26/39) Installing py3-lockfile (0.12.2-r3) 13:05:39 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:05:39 (28/39) Installing py3-colorama (0.4.3-r0) 13:05:39 (29/39) Installing py3-distlib (0.3.0-r0) 13:05:39 (30/39) Installing py3-distro (1.5.0-r1) 13:05:39 (31/39) Installing py3-webencodings (0.5.1-r3) 13:05:39 (32/39) Installing py3-html5lib (1.0.1-r4) 13:05:39 (33/39) Installing py3-pytoml (0.1.21-r0) 13:05:39 (34/39) Installing py3-pep517 (0.8.2-r0) 13:05:39 (35/39) Installing py3-progress (1.5-r0) 13:05:39 (36/39) Installing py3-toml (0.10.1-r0) 13:05:39 (37/39) Installing py3-retrying (1.3.3-r0) 13:05:39 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:05:39 (39/39) Installing py3-pip (20.1.1-r0) 13:05:41 Executing busybox-1.31.1-r19.trigger 13:05:41 ---> a00bb029c7c6 13:05:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:05:41 OK: 72 MiB in 59 packages 13:05:41 ---> 9f50d91eb982 13:05:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:05:41 ---> 25a1fa05adfa 13:05:41 Step 19/23 : ENTRYPOINT ["/core-data"] 13:05:41 ---> Running in 48a5bb37a138 13:05:41 Collecting docker-compose==1.23.2 13:05:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:05:41 Removing intermediate container 48a5bb37a138 13:05:41 ---> 78b0019e810f 13:05:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:41 ---> Running in 04b7e95e59b1 13:05:41 Collecting texttable<0.10,>=0.9.0 13:05:42 Downloading texttable-0.9.1.tar.gz (11 kB) 13:05:42 Removing intermediate container 04b7e95e59b1 13:05:42 ---> 1e7433e95983 13:05:42 Step 21/23 : LABEL arch=x86_64 13:05:42 ---> Running in af144b0c1b6f 13:05:42 Collecting docopt<0.7,>=0.6.1 13:05:42 Downloading docopt-0.6.2.tar.gz (25 kB) 13:05:42 Removing intermediate container af144b0c1b6f 13:05:42 ---> f6e0ab088097 13:05:42 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:05:42 ---> Running in 65a362ce6446 13:05:43 Removing intermediate container 65a362ce6446 13:05:43 ---> e1da378c93f8 13:05:43 Step 23/23 : LABEL version=0.0.0 13:05:43 ---> Running in 333bef5eee5c 13:05:43 Removing intermediate container 333bef5eee5c 13:05:43 ---> de1656a20d78 13:05:43 13:05:43 Collecting docker<4.0,>=3.6.0 13:05:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:05:43 Successfully built de1656a20d78 13:05:43 Successfully tagged docker-core-data-go:latest 13:05:43  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 13:05:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:05:43 Collecting websocket-client<1.0,>=0.32.0 13:05:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:05:43 Collecting cached-property<2,>=1.2.0 13:05:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:05:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:05:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:05:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:05:44 Collecting dockerpty<0.5,>=0.4.1 13:05:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:05:46 Collecting PyYAML<4,>=3.10 13:05:46 Downloading PyYAML-3.13.tar.gz (270 kB) 13:05:46 Collecting docker-pycreds>=0.4.0 13:05:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:05:46 Collecting urllib3<1.25,>=1.21.1 13:05:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:05:46 Collecting idna<2.8,>=2.5 13:05:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:05:46 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) 13:05:46 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) 13:05:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:05:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:05:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:05:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:05:47 Installing collected packages: texttable, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, dockerpty, PyYAML, docker-compose 13:05:47 Running setup.py install for texttable: started 13:05:47 Running setup.py install for texttable: finished with status 'done' 13:05:47 Running setup.py install for docopt: started 13:05:47 Running setup.py install for docopt: finished with status 'done' 13:05:47 Attempting uninstall: urllib3 13:05:47 Found existing installation: urllib3 1.25.9 13:05:47 Uninstalling urllib3-1.25.9: 13:05:47 Successfully uninstalled urllib3-1.25.9 13:05:48 Attempting uninstall: idna 13:05:48 Found existing installation: idna 2.9 13:05:48 Uninstalling idna-2.9: 13:05:48 Successfully uninstalled idna-2.9 13:05:48 Attempting uninstall: requests 13:05:48 Found existing installation: requests 2.23.0 13:05:48 Uninstalling requests-2.23.0: 13:05:48 Successfully uninstalled requests-2.23.0 13:05:49 Running setup.py install for dockerpty: started 13:05:49 Running setup.py install for dockerpty: finished with status 'done' 13:05:49 Running setup.py install for PyYAML: started 13:05:50 Running setup.py install for PyYAML: finished with status 'done' 13:05:50 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 13:05:58 Removing intermediate container 52303af10d8b 13:05:58 ---> 52f11e594d29 13:05:58 Step 14/23 : ENV APP_PORT=48090 13:05:58 ---> Running in dc6142fc51b2 13:05:58 Removing intermediate container dc6142fc51b2 13:05:58 ---> 06ce65964c47 13:05:58 Step 15/23 : EXPOSE $APP_PORT 13:05:58 ---> Running in f2e24777ff1f 13:05:58 Removing intermediate container f2e24777ff1f 13:05:58 ---> b7a89cd36bf1 13:05:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:05:58 ---> 379dea77af53 13:05:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:05:58 ---> 53db61780680 13:05:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:05:58 ---> 263ce4d543e8 13:05:58 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:05:58 ---> Running in c8584335d135 13:05:59 Removing intermediate container c8584335d135 13:05:59 ---> 4110fd5316ab 13:05:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:59 ---> Running in b461391d5e23 13:05:59 Removing intermediate container b461391d5e23 13:05:59 ---> 0c77cb4a5795 13:05:59 Step 21/23 : LABEL arch=x86_64 13:05:59 ---> Running in 17e52c4c2b36 13:05:59 Removing intermediate container 17e52c4c2b36 13:05:59 ---> eccf4caa9736 13:05:59 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:05:59 ---> Running in c6f85d5d8c2b 13:06:00 Removing intermediate container c6f85d5d8c2b 13:06:00 ---> 26ad65f80362 13:06:00 Step 23/23 : LABEL version=0.0.0 13:06:00 ---> Running in a688fc966878 13:06:00 Removing intermediate container a688fc966878 13:06:00 ---> 355693ae0da6 13:06:00 13:06:00 Successfully built 355693ae0da6 13:06:00 Successfully tagged docker-sys-mgmt-agent-go:latest 13:06:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:06:00 $ docker stop --time=1 6f4b2576f881d0b4de56853352af44d9a9487635f2c3146def8efbb07c35e17a 13:06:02 $ docker rm -f 6f4b2576f881d0b4de56853352af44d9a9487635f2c3146def8efbb07c35e17a [Pipeline] // withDockerContainer [Pipeline] sh 13:06:03 + docker images 13:06:03 + grep docker 13:06:03 docker-sys-mgmt-agent-go latest 355693ae0da6 3 seconds ago 312MB 13:06:03 docker-core-data-go latest de1656a20d78 20 seconds ago 22.7MB 13:06:03 docker-security-proxy-setup-go latest af69d6747e02 49 seconds ago 25.6MB 13:06:03 docker-core-metadata-go latest 0d4538dc7609 53 seconds ago 19MB 13:06:03 docker-security-bootstrapper-go latest 3c8b81b3c4bf About a minute ago 19.1MB 13:06:03 docker-security-secretstore-setup-go latest 37ddb03bbb41 2 minutes ago 25.9MB 13:06:03 docker-core-command-go latest 15896fa40c75 2 minutes ago 17.3MB 13:06:03 docker-support-scheduler-go latest 56e8c30cf25a 2 minutes ago 17.4MB 13:06:03 docker-support-notifications-go latest 2f551328e5c9 2 minutes ago 18MB 13:06:03 docker 20.10.0 aefe523efa57 4 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 13:06:18 Still waiting to schedule task 13:06:18 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-121’ 13:06:23 gofmt -l . 13:06:23 [ "`gofmt -l .`" = "" ] 13:06:23 ./bin/test-go-mod-tidy.sh 13:06:23 ./bin/test-attribution-txt.sh [Pipeline] sh 13:06:24 + ls -al . 13:06:24 total 824 13:06:24 drwxrwxr-x 9 1001 1001 4096 Apr 14 13:06 . 13:06:24 drwxr-xr-x 4 root root 4096 Apr 14 13:01 .. 13:06:24 -rw-rw-r-- 1 1001 1001 11 Apr 14 13:00 .dockerignore 13:06:24 drwxrwxr-x 8 1001 1001 4096 Apr 14 13:00 .git 13:06:24 drwxrwxr-x 3 1001 1001 4096 Apr 14 13:00 .github 13:06:24 -rw-rw-r-- 1 1001 1001 818 Apr 14 13:00 .gitignore 13:06:24 -rw-rw-r-- 1 1001 1001 166 Apr 14 13:00 .sonarcloud.properties 13:06:24 -rw-rw-r-- 1 1001 1001 8494 Apr 14 13:00 Attribution.txt 13:06:24 -rw-rw-r-- 1 1001 1001 3804 Apr 14 13:00 CONTRIBUTING.md 13:06:24 -rw-rw-r-- 1 1001 1001 931 Apr 14 13:00 Dockerfile.build 13:06:24 -rw-rw-r-- 1 1001 1001 863 Apr 14 13:00 Jenkinsfile 13:06:24 -rw-rw-r-- 1 1001 1001 10775 Apr 14 13:00 LICENSE 13:06:24 -rw-rw-r-- 1 1001 1001 5774 Apr 14 13:00 Makefile 13:06:24 -rw-rw-r-- 1 1001 1001 6548 Apr 14 13:00 README.md 13:06:24 -rw-rw-r-- 1 1001 1001 6755 Apr 14 13:00 SECURITY.md 13:06:24 -rw-rw-r-- 1 1001 1001 5 Apr 14 12:57 VERSION 13:06:24 -rw-rw-r-- 1 1001 1001 4131 Apr 14 13:00 ZMQWindows.md 13:06:24 drwxrwxr-x 2 1001 1001 4096 Apr 14 13:00 bin 13:06:24 drwxrwxr-x 14 1001 1001 4096 Apr 14 13:00 cmd 13:06:24 -rw-r--r-- 1 root root 686607 Apr 14 13:05 coverage.out 13:06:24 -rw-r--r-- 1 root root 1058 Apr 14 13:06 go.mod 13:06:24 -rw-r--r-- 1 root root 22036 Apr 14 13:06 go.sum 13:06:24 drwxrwxr-x 8 1001 1001 4096 Apr 14 13:00 internal 13:06:24 drwxrwxr-x 4 1001 1001 4096 Apr 14 13:00 openapi 13:06:24 drwxrwxr-x 4 1001 1001 4096 Apr 14 13:00 snap 13:06:24 -rw-rw-r-- 1 1001 1001 168 Apr 14 13:00 version.go [Pipeline] sh 13:06:25 + '[' -e coverage.out ] 13:06:25 + chown 1001:1001 coverage.out [Pipeline] stash 13:06:25 Warning: overwriting stash ‘coverage-report’ 13:06:27 Stashed 1 file(s) [Pipeline] sh 13:06:27 + make build 13:06:27 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 13:06:40 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 13:07:02 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 13:07:08 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 13: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 13:07:15 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 13:07:21 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 13:07:27 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 13:07:31 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 13:07:36 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 13:07:41 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 13:07:44 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] } 13:07:51 $ docker stop --time=1 0b09e827c868da5eb8066d737cdd221aa1d581d63386f716e0c96f6119ccd4ed 13:07:53 $ docker rm -f 0b09e827c868da5eb8066d737cdd221aa1d581d63386f716e0c96f6119ccd4ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:07:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:07:55 13:07:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:07:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:07:56 latest: Pulling from edgex-devops/edgex-compose-arm64 13:07:56 29e5d40040c1: Pulling fs layer 13:07:56 1ce36da41761: Pulling fs layer 13:07:56 25b303627fd3: Pulling fs layer 13:07:56 29e5d40040c1: Verifying Checksum 13:07:56 29e5d40040c1: Download complete 13:07:57 1ce36da41761: Download complete 13:07:57 29e5d40040c1: Pull complete 13:07:58 1ce36da41761: Pull complete 13:07:58 25b303627fd3: Verifying Checksum 13:07:58 25b303627fd3: Download complete 13:08:08 25b303627fd3: Pull complete 13:08:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:08:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:08:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:08:09 prd-ubuntu18.04-docker-arm64-4c-16g-117 does not seem to be running inside a container 13:08:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-arm64:latest cat 13:08:12 $ docker top a4bc55adbe57a752a2ca93c0c465dfe4110956f34afdcb81b7da3b428c9f9757 -eo pid,comm [Pipeline] { [Pipeline] sh 13:08:13 + grep parallel 13:08:13 + docker-compose build --help 13:08:16 --parallel Build images in parallel. [Pipeline] } 13:08:17 $ docker stop --time=1 a4bc55adbe57a752a2ca93c0c465dfe4110956f34afdcb81b7da3b428c9f9757 13:08:19 $ docker rm -f a4bc55adbe57a752a2ca93c0c465dfe4110956f34afdcb81b7da3b428c9f9757 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:08:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:08:19 . [Pipeline] withDockerContainer 13:08:20 prd-ubuntu18.04-docker-arm64-4c-16g-117 does not seem to be running inside a container 13:08:20 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:08:21 $ docker top 5200fd85e60da587b551f2730efd0f9bec72dca8aeea12cd72d9b9c8b3eb5e53 -eo pid,comm [Pipeline] { [Pipeline] sh 13:08:22 + docker-compose -f ./docker-compose-build.yml build --parallel 13:08:25 Building docker-core-command-go ... 13:08:25 Building docker-core-data-go ... 13:08:25 Building docker-core-metadata-go ... 13:08:25 Building docker-security-bootstrapper-go ... 13:08:25 Building docker-security-proxy-setup-go ... 13:08:25 Building docker-security-secretstore-setup-go ... 13:08:25 Building docker-support-notifications-go ... 13:08:25 Building docker-support-scheduler-go ... 13:08:25 Building docker-sys-mgmt-agent-go ... 13:08:25 Building docker-security-bootstrapper-go 13:08:25 Building docker-core-metadata-go 13:08:25 Building docker-core-command-go 13:08:25 Building docker-sys-mgmt-agent-go 13:08:25 Building docker-security-secretstore-setup-go 13:08:44 Running on prd-ubuntu18.04-docker-8c-8g-122 in /w/workspace/edgexfoundry_edgex-go_PR-3357 [Pipeline] { [Pipeline] ws 13:08:44 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 13:08:47 using credential edgex-jenkins-ssh 13:08:47 Cloning the remote Git repository 13:08:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:08:47 > git init /w/workspace/edgex-go/2 # timeout=10 13:08:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:08:47 > git --version # timeout=10 13:08:47 > git --version # 'git version 2.17.1' 13:08:47 using GIT_SSH to set credentials SSH Credentials for GitHub 13:08:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:08:55 Merging remotes/origin/master commit 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e into PR head commit 9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:08:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:08:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:08:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:08:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:08:54 using GIT_SSH to set credentials SSH Credentials for GitHub 13:08:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3357/head:refs/remotes/origin/PR-3357 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:08:54 > git config core.sparsecheckout # timeout=10 13:08:54 > git checkout -f 9038ab4eaa9c037ac5466806ea0106bc3fd05571 # timeout=10 13:08:55 > git remote # timeout=10 13:08:55 > git config --get remote.origin.url # timeout=10 13:08:55 using GIT_SSH to set credentials SSH Credentials for GitHub 13:08:55 > git merge 93b0d44f3282e8e67ab2a65e7472dd6ab7657d0e # timeout=10 13:08:55 Merge succeeded, producing 9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:08:55 Checking out Revision 9038ab4eaa9c037ac5466806ea0106bc3fd05571 (PR-3357) 13:08:55 > git rev-parse HEAD^{commit} # timeout=10 13:08:55 > git config core.sparsecheckout # timeout=10 13:08:55 > git checkout -f 9038ab4eaa9c037ac5466806ea0106bc3fd05571 # timeout=10 13:08:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:09:00 + echo snap-build.sh 13:09:00 snap-build.sh 13:09:00 + SNAP_BASE_DIR=. 13:09:00 + '[' '!' -z /w/workspace/edgex-go/2 ']' 13:09:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 13:09:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 13:09:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 13:09:00 + cd /w/workspace/edgex-go/2 13:09:00 + sudo apt-get remove -qy --purge lxd lxd-client 13:09:00 Reading package lists... 13:09:00 Building dependency tree... 13:09:00 Reading state information... 13:09:01 The following packages were automatically installed and are no longer required: 13:09:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:09:01 uidmap xdelta3 13:09:01 Use 'sudo apt autoremove' to remove them. 13:09:01 The following packages will be REMOVED: 13:09:01 lxd* lxd-client* 13:09:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:09:01 After this operation, 31.7 MB disk space will be freed. 13:09:03 (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.) 13:09:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:09:04 Removing lxd dnsmasq configuration 13:09:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:09:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:09:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 13:09:06 (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.) 13:09:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:09:08 Processing triggers for systemd (237-3ubuntu10.42) ... 13:09:08 Processing triggers for ureadahead (0.100.0-21) ... 13:09:10 + sudo snap remove --purge lxd 13:09:10 snap "lxd" is not installed 13:09:10 + sudo groupadd --force --system lxd 13:09:10 ++ whoami 13:09:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:09:10 + newgrp - lxd 13:09:10 + sudo snap install lxd 13:09:18 2021-04-14T13:09:16Z INFO Waiting for automatic snapd restart... 13:09:33 lxd 4.13 from Canonical* installed 13:09:33 + sudo lxd init --auto 13:09:43 + sudo snap install --classic snapcraft 13:09:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:09:47 ---> 3d15f6807e17 13:09:47 Step 3/23 : WORKDIR /edgex-go 13:09:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:09:47 ---> 3d15f6807e17 13:09:47 Step 3/23 : WORKDIR /edgex-go 13:09:47 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:47 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:09:47 ---> 3d15f6807e17 13:09:47 Step 3/31 : WORKDIR /edgex-go 13:09:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:09:47 ---> 3d15f6807e17 13:09:47 Step 3/23 : WORKDIR /edgex-go 13:09:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:09:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:09:47 ---> 3d15f6807e17 13:09:47 Step 3/24 : WORKDIR /edgex-go 13:09:47 ---> Running in b68d558936f9 13:09:47 ---> Running in 83a27cd4fd81 13:09:47 ---> Running in 285af5fa61d8 13:09:47 ---> Running in 4f0595bb0606 13:09:47 ---> Running in 1df4bdd47bf6 13:09:47 Removing intermediate container 83a27cd4fd81 13:09:47 ---> 4cf31dcd3459 13:09:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:47 Removing intermediate container 285af5fa61d8 13:09:47 ---> 658a6803838e 13:09:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:47 Removing intermediate container 1df4bdd47bf6 13:09:47 ---> b91947a1235f 13:09:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:47 Removing intermediate container b68d558936f9 13:09:47 ---> bbb8ea4c4f42 13:09:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:47 Removing intermediate container 4f0595bb0606 13:09:47 ---> 54badc31f5f5 13:09:47 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:09:47 ---> Running in 7f320b356b75 13:09:47 ---> Running in 805878eb412d 13:09:47 ---> Running in bb231ed35638 13:09:47 ---> Running in 98eac728f2fa 13:09:47 ---> Running in 27f5a59d697f 13:09:47 Removing intermediate container 7f320b356b75 13:09:47 ---> 51a6b640cdf7 13:09:47 Step 5/23 : RUN apk add --update --no-cache make bash git 13:09:47 ---> Running in 60f34e8c197d 13:09:48 Removing intermediate container 805878eb412d 13:09:48 Removing intermediate container 98eac728f2fa 13:09:48 ---> 0785411e6a99 13:09:48 Step 5/24 : RUN apk add --update --no-cache make git 13:09:48 ---> 335d10f09876 13:09:48 Step 5/23 : RUN apk add --update --no-cache make git 13:09:48 Removing intermediate container bb231ed35638 13:09:48 ---> 5542e22df5ce 13:09:48 Step 5/23 : RUN apk add --update --no-cache make git 13:09:48 Removing intermediate container 27f5a59d697f 13:09:48 ---> c6eaeae34f49 13:09:48 Step 5/31 : RUN apk add --update --no-cache make git 13:09:48 ---> Running in b0521d5585bc 13:09:48 ---> Running in f9d5692d30ff 13:09:48 ---> Running in be4c73e824c7 13:09:48 ---> Running in caa0214f897c 13:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:09:51 OK: 217 MiB in 51 packages 13:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:51 snapcraft 4.6.2 from Canonical* installed 13:09:51 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 13:09:51 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 13:09:51 % Total % Received % Xferd Average Speed Time Time Time Current 13:09:51 Dload Upload Total Spent Left Speed 13:09:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4152 0 --:--:-- --:--:-- --:--:-- 4152 13:09:51 100 3325k 100 3325k 0 0 10.8M 0 --:--:-- --:--:-- --:--:-- 10.8M 13:09:51 ./yq_linux_amd64 13:09:51 + sudo snapcraft prime --use-lxd 13:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:09:52 OK: 217 MiB in 51 packages 13:09:52 Removing intermediate container 60f34e8c197d 13:09:52 ---> d3d5eaa78092 13:09:52 Step 6/23 : COPY go.mod . 13:09:52 OK: 217 MiB in 51 packages 13:09:52 OK: 217 MiB in 51 packages 13:09:53 ---> 74b16fa3d72f 13:09:53 Step 7/23 : RUN go mod download 13:09:53 ---> Running in 19c784b2234c 13:09:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:09:53 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: 13:09:53 - README.md 13:09:53 13:09:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:09:53 Removing intermediate container f9d5692d30ff 13:09:53 ---> c5e6c63a5763 13:09:53 Step 6/24 : COPY go.mod . 13:09:54 Removing intermediate container be4c73e824c7 13:09:54 ---> eccdbfeb7e9f 13:09:54 Step 6/23 : COPY go.mod . 13:09:54 OK: 217 MiB in 51 packages 13:09:54 Removing intermediate container b0521d5585bc 13:09:54 ---> 0e7643ebcd44 13:09:54 Step 6/23 : COPY go.mod . 13:09:54 Launching a container. 13:09:55 ---> c2d7bb4c1cb8 13:09:55 Step 7/24 : RUN go mod download 13:09:55 ---> Running in c533d88c8ba8 13:09:55 ---> e9de5b6a5ad2 13:09:55 Step 7/23 : RUN go mod download 13:09:55 ---> Running in 769a27f5389d 13:09:55 ---> 8de586a34c74 13:09:55 Step 7/23 : RUN go mod download 13:09:56 ---> Running in 972aca938fc4 13:09:56 Removing intermediate container caa0214f897c 13:09:56 ---> bff75ab7db9a 13:09:56 Step 6/31 : COPY go.mod . 13:09:57 Removing intermediate container 19c784b2234c 13:09:57 ---> af22015292ea 13:09:57 Step 8/23 : COPY . . 13:09:57 ---> 41958a1dc622 13:09:57 Step 7/31 : RUN go mod download 13:09:57 ---> Running in fd41a932e0bc 13:10:01 Removing intermediate container c533d88c8ba8 13:10:01 ---> 11103a1a0914 13:10:01 Step 8/24 : COPY . . 13:10:01 Removing intermediate container 769a27f5389d 13:10:01 ---> e12be993aa02 13:10:01 Step 8/23 : COPY . . 13:10:01 Removing intermediate container 972aca938fc4 13:10:01 ---> e410305550b3 13:10:01 Step 8/23 : COPY . . 13:10:03 Removing intermediate container fd41a932e0bc 13:10:03 ---> 0269eb54ce86 13:10:03 Step 8/31 : COPY . . 13:10:09 Waiting for container to be ready 13:10:09 To start your first instance, try: lxc launch ubuntu:18.04 13:10:09 13:10:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:10:13 Waiting for network to be ready... 13:10:13 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:10:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:10:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] 13:10:14 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:10:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:10:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:10:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:10:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:10:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:10:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:10:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:10:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] 13:10:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:10:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:10:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] 13:10:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] 13:10:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] 13:10:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] 13:10:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:10:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] 13:10:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] 13:10:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:10:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:10:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] 13:10:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] 13:10:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] 13:10:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] 13:10:20 Fetched 24.3 MB in 6s (3782 kB/s) 13:10:21 Reading package lists... 13:10:21 Reading package lists... 13:10:21 Building dependency tree... 13:10:21 Reading state information... 13:10:21 The following additional packages will be installed: 13:10:21 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:10:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:10:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:10:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:10:21 Suggested packages: 13:10:21 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:10:21 Recommended packages: 13:10:21 gnupg libsasl2-modules 13:10:21 The following NEW packages will be installed: 13:10:21 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:10:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:10:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:10:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:10:21 The following packages will be upgraded: 13:10:21 gpg gpg-agent gpgconf libudev1 13:10:22 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 13:10:22 Need to get 3530 kB of archives. 13:10:22 After this operation, 13.3 MB of additional disk space will be used. 13:10:22 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] 13:10:22 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] 13:10:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 13:10:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 13:10:22 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 13:10:22 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 13:10:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:10:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:10:22 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 13:10:22 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 13:10:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 13:10:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:10:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:10:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:10:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:10:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:10:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:10:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:10:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:10:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:10:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:10:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 13:10:23 debconf: delaying package configuration, since apt-utils is not installed 13:10:23 Fetched 3530 kB in 1s (3387 kB/s) 13:10:23 (Reading database ... 12511 files and directories currently installed.) 13:10:23 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 13:10:23 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:10:23 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 13:10:23 Selecting previously unselected package udev. 13:10:23 (Reading database ... 12511 files and directories currently installed.) 13:10:23 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 13:10:23 Unpacking udev (237-3ubuntu10.45) ... 13:10:24 Selecting previously unselected package libfuse2:amd64. 13:10:24 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:10:24 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:10:24 Selecting previously unselected package fuse. 13:10:24 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:10:24 Unpacking fuse (2.9.7-1ubuntu1) ... 13:10:24 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 13:10:24 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:10:24 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 13:10:24 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:10:24 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 13:10:24 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:10:24 Selecting previously unselected package libksba8:amd64. 13:10:24 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:10:24 Unpacking libksba8:amd64 (1.3.5-2) ... 13:10:24 Selecting previously unselected package libroken18-heimdal:amd64. 13:10:24 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:24 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:10:25 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:10:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:10:25 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libwind0-heimdal:amd64. 13:10:25 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:10:25 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 ---> 44d937ba58f9 13:10:25 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:10:25 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:10:25 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:10:25 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 ---> c72c8fe5b57e 13:10:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:10:25 ---> Running in 76d47e42f82e 13:10:25 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:10:25 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:10:25 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:25 Selecting previously unselected package libsasl2-modules-db:amd64. 13:10:25 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:10:25 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:10:25 ---> 4096806079ec 13:10:25 Step 9/23 : RUN make cmd/core-command/core-command 13:10:25 ---> Running in 32c566976ded 13:10:25 ---> 0e439cb6f404 13:10:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:10:25 ---> 504d77e2c8f5 13:10:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:10:25 ---> Running in 1c0f3c050b17 13:10:26 Selecting previously unselected package libsasl2-2:amd64. 13:10:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:10:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:10:26 Selecting previously unselected package libldap-common. 13:10:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 13:10:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:10:26 Selecting previously unselected package libldap-2.4-2:amd64. 13:10:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 13:10:26 ---> Running in ac5bec3daba5 13:10:26 ---> Running in d64ccb9fe499 13:10:26 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:10:26 Selecting previously unselected package dirmngr. 13:10:26 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 13:10:26 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 13:10:26 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:10:26 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 13:10:26 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:10:26 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:10:26 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:10:26 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 13:10:26 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:26 Setting up libksba8:amd64 (1.3.5-2) ... 13:10:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:10:27 Setting up udev (237-3ubuntu10.45) ... 13:10:27 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 13:10:27 invoke-rc.d: policy-rc.d denied execution of start. 13:10:27 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:27 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 13:10:28 Processing triggers for systemd (237-3ubuntu10) ... 13:10:28 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 13:10:28 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 13:10:28 Setting up fuse (2.9.7-1ubuntu1) ... 13:10:28 Setting up gpg (2.2.4-1ubuntu1.4) ... 13:10:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 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 13:10:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:10:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:10:28 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 13:10:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:10:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:10:29 settings in the [Install] section, and DefaultInstance for template units). 13:10:29 This means they are not meant to be enabled using systemctl. 13:10:29 Possible reasons for having this kind of units are: 13:10:29 1) A unit may be statically enabled by being symlinked from another unit's 13:10:29 .wants/ or .requires/ directory. 13:10:29 2) A unit's purpose may be to act as a helper for some other unit which has 13:10:29 a requirement dependency on it. 13:10:29 3) A unit may be started when needed via activation (socket, path, timer, 13:10:29 D-Bus, udev, scripted systemctl call, ...). 13:10:29 4) In case of template units, the unit is meant to be enabled with some 13:10:29 instance name specified. 13:10:29 Reading package lists... 13:10:29 Building dependency tree... 13:10:29 Reading state information... 13:10:29 The following additional packages will be installed: 13:10:29 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:10:29 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:10:29 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:10:29 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:10:29 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:10:29 Suggested packages: 13:10:29 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:10:29 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:10:29 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:10:29 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:10:29 systemd-container policykit-1 13:10:29 Recommended packages: 13:10:29 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:10:29 The following NEW packages will be installed: 13:10:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:10:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:10:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:10:29 multiarch-support openssh-client python3 python3-minimal python3.6 13:10:29 python3.6-minimal snapd squashfs-tools sudo 13:10:29 The following packages will be upgraded: 13:10:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:10:30 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 13:10:30 Need to get 35.2 MB of archives. 13:10:30 After this operation, 141 MB of additional disk space will be used. 13:10:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 13:10:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 13:10:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 13:10:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:10:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 13:10:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 13:10:31 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 13:10:31 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 13:10:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 13:10:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 13:10:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:10:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 13:10:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:10:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:10:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:10:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:10:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:10:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 13:10:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:10:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:10:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:10:31 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:10:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:10:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:10:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:10:31 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:10:31 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:10:31 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:10:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 13:10:31 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:10:32 debconf: delaying package configuration, since apt-utils is not installed 13:10:32 Fetched 35.2 MB in 2s (15.6 MB/s) 13:10:32 (Reading database ... 12757 files and directories currently installed.) 13:10:32 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 13:10:32 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:10:34 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 13:10:34 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:10:34 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 13:10:34 (Reading database ... 12757 files and directories currently installed.) 13:10:34 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 13:10:34 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 13:10:34 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 13:10:34 (Reading database ... 12757 files and directories currently installed.) 13:10:34 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 13:10:34 Unpacking apt (1.6.13) over (1.6.1) ... 13:10:35 Setting up apt (1.6.13) ... 13:10:35 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:10:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:10:36 (Reading database ... 12764 files and directories currently installed.) 13:10:36 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 13:10:36 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 13:10:36 Selecting previously unselected package libpython3.6-minimal:amd64. 13:10:36 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:10:36 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:10:36 Selecting previously unselected package libexpat1:amd64. 13:10:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:10:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:10:36 Selecting previously unselected package python3.6-minimal. 13:10:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:10:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:10:37 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 13:10:37 Checking for services that may need to be restarted...done. 13:10:37 Checking for services that may need to be restarted...done. 13:10:37 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:10:37 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:10:37 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:10:38 Selecting previously unselected package python3-minimal. 13:10:38 (Reading database ... 13012 files and directories currently installed.) 13:10:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:10:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:10:38 Selecting previously unselected package mime-support. 13:10:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:10:38 Unpacking mime-support (3.60ubuntu1) ... 13:10:38 Selecting previously unselected package libmpdec2:amd64. 13:10:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:10:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:10:38 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:10:38 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:10:38 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:10:38 Selecting previously unselected package python3.6. 13:10:38 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:10:38 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:10:39 Selecting previously unselected package libpython3-stdlib:amd64. 13:10:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:10:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:10:39 Setting up python3-minimal (3.6.7-1~18.04) ... 13:10:40 Selecting previously unselected package python3. 13:10:40 (Reading database ... 13442 files and directories currently installed.) 13:10:40 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:10:40 Unpacking python3 (3.6.7-1~18.04) ... 13:10:40 Selecting previously unselected package multiarch-support. 13:10:40 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:10:40 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:10:40 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:10:40 Selecting previously unselected package liblzo2-2:amd64. 13:10:40 (Reading database ... 13479 files and directories currently installed.) 13:10:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:10:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:10:40 Selecting previously unselected package libbsd0:amd64. 13:10:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:10:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:10:40 Selecting previously unselected package sudo. 13:10:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 13:10:40 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 13:10:40 Selecting previously unselected package apparmor. 13:10:40 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:10:40 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:10:41 Selecting previously unselected package libedit2:amd64. 13:10:41 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:10:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:10:41 Selecting previously unselected package libkrb5support0:amd64. 13:10:41 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:10:41 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:10:41 Selecting previously unselected package libk5crypto3:amd64. 13:10:41 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:10:41 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:10:41 Selecting previously unselected package libkeyutils1:amd64. 13:10:41 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:10:41 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:10:41 Selecting previously unselected package libkrb5-3:amd64. 13:10:41 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:10:41 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:10:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:10:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:10:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:10:42 Selecting previously unselected package libssl1.0.0:amd64. 13:10:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 13:10:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:10:42 Selecting previously unselected package openssh-client. 13:10:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:10:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:10:42 Selecting previously unselected package squashfs-tools. 13:10:42 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:10:42 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:10:42 Selecting previously unselected package snapd. 13:10:42 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 13:10:42 Unpacking snapd (2.48.3+18.04) ... 13:10:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:10:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:10:46 Setting up mime-support (3.60ubuntu1) ... 13:10:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 13:10:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:10:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:10:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:10:46 Setting up systemd (237-3ubuntu10.45) ... 13:10:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:10:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:10:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:10:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:10:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:10:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:10:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:10:48 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:10:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:10:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:10:48 Setting up python3 (3.6.7-1~18.04) ... 13:10:48 running python rtupdate hooks for python3.6... 13:10:48 running python post-rtupdate hooks for python3.6... 13:10:48 Setting up apparmor (2.12-4ubuntu5.1) ... 13:10:50 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:10:50 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:10:50 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:10:50 Setting up snapd (2.48.3+18.04) ... 13:10:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:10:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:10:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:10:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:10:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:10:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:10:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:10:52 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:10:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:10:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:10:53 /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' 13:10:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:10:53 Processing triggers for systemd (237-3ubuntu10.45) ... 13:10:55 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 13:10:55 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:10:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:10:57 Reading package lists... 13:10:57 Reading package lists... 13:10:57 Building dependency tree... 13:10:57 Reading state information... 13:10:57 Calculating upgrade... 13:10:58 The following packages will be upgraded: 13:10:58 advancecomp base-files bash binutils binutils-common 13:10:58 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:10:58 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:10:58 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 13:10:58 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 13:10:58 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 13:10:58 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 13:10:58 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 13:10:58 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 13:10:58 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 13:10:58 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 13:10:58 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 13:10:58 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 13:10:58 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 13:10:58 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 13:10:58 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:10:58 Need to get 64.0 MB of archives. 13:10:58 After this operation, 5033 kB of additional disk space will be used. 13:10:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-141.145 [998 kB] 13:10:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:10:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:10:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:10:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:10:58 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:10:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:10:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:10:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:10:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:10:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:10:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:10:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:10:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:10:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:10:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:10:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:10:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:10:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:10:58 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:10:58 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:10:58 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:10:58 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:10:58 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:10:58 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:10:58 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:10:58 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:10:58 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:10:58 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:10:58 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:10:58 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:10:58 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:10:58 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:10:58 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:10:58 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:10:58 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 13:10:58 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 13:10:58 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 13:10:58 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:10:58 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:10:58 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 13:10:58 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 13:10:58 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:10:58 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:10:58 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:10:58 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 13:10:58 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:10:58 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:10:58 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 13:10:58 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 13:10:58 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 13:10:58 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 13:10:58 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:10:58 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:10:58 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:10:58 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:10:59 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:10:59 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:10:59 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:10:59 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:10:59 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:10:59 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:10:59 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:10:59 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:10:59 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:10:59 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:10:59 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:10:59 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:10:59 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:10:59 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:10:59 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:10:59 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:10:59 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:10:59 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:10:59 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:10:59 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:10:59 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:10:59 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:10:59 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:10:59 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 13:10:59 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 13:10:59 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:10:59 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:10:59 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:10:59 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 13:10:59 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:10:59 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:10:59 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 13:10:59 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:10:59 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:10:59 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 13:10:59 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 13:10:59 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:10:59 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:10:59 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:10:59 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:10:59 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:10:59 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:10:59 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:11:00 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:11:00 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:11:00 debconf: delaying package configuration, since apt-utils is not installed 13:11:00 Fetched 64.0 MB in 2s (36.5 MB/s) 13:11:00 (Reading database ... 13912 files and directories currently installed.) 13:11:00 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:11:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:11:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:11:01 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:11:01 Preparing to unpack .../2-linux-libc-dev_4.15.0-141.145_amd64.deb ... 13:11:01 Unpacking linux-libc-dev:amd64 (4.15.0-141.145) over (4.15.0-20.21) ... 13:11:02 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:02 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:02 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:03 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:03 (Reading database ... 13911 files and directories currently installed.) 13:11:03 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:03 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:11:03 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:11:03 (Reading database ... 13911 files and directories currently installed.) 13:11:03 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:03 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:11:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:11:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:04 (Reading database ... 13911 files and directories currently installed.) 13:11:04 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:11:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:11:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:11:05 (Reading database ... 13911 files and directories currently installed.) 13:11:05 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:11:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:11:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:11:05 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:11:05 Setting up base-files (10.1ubuntu2.10) ... 13:11:05 Installing new version of config file /etc/issue ... 13:11:05 Installing new version of config file /etc/issue.net ... 13:11:05 Installing new version of config file /etc/lsb-release ... 13:11:05 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:11:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:11:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:11:06 Removing obsolete conffile /etc/default/motd-news ... 13:11:06 (Reading database ... 13912 files and directories currently installed.) 13:11:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:11:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:11:06 Setting up bash (4.4.18-2ubuntu1.2) ... 13:11:06 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 13:11:06 (Reading database ... 13912 files and directories currently installed.) 13:11:06 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:06 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:11:06 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:11:06 (Reading database ... 13912 files and directories currently installed.) 13:11:06 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:11:06 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:11:07 Setting up tar (1.29b-2ubuntu0.2) ... 13:11:07 (Reading database ... 13912 files and directories currently installed.) 13:11:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:11:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:11:07 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:11:07 (Reading database ... 13912 files and directories currently installed.) 13:11:07 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:11:07 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:11:07 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:11:08 (Reading database ... 13912 files and directories currently installed.) 13:11:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:11:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:11:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:11:08 (Reading database ... 13912 files and directories currently installed.) 13:11:08 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:11:08 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:11:08 Setting up grep (3.1-2build1) ... 13:11:08 (Reading database ... 13912 files and directories currently installed.) 13:11:08 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:11:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:11:09 Setting up login (1:4.5-1ubuntu2) ... 13:11:09 (Reading database ... 13912 files and directories currently installed.) 13:11:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:11:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:11:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:11:09 (Reading database ... 13912 files and directories currently installed.) 13:11:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:11:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:11:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:11:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:11:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:11:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:11:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:11:11 (Reading database ... 13912 files and directories currently installed.) 13:11:11 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:11:11 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:11:12 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:11:12 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:11:12 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:11:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:11:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:11:13 (Reading database ... 13912 files and directories currently installed.) 13:11:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:11:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:11:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:11:13 (Reading database ... 13912 files and directories currently installed.) 13:11:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:11:13 (Reading database ... 13912 files and directories currently installed.) 13:11:13 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:13 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:13 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:11:13 (Reading database ... 13912 files and directories currently installed.) 13:11:13 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:13 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:11:14 (Reading database ... 13912 files and directories currently installed.) 13:11:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:11:14 (Reading database ... 13912 files and directories currently installed.) 13:11:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:11:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:11:14 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:11:14 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:11:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:11:15 (Reading database ... 13912 files and directories currently installed.) 13:11:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:11:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:11:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:11:15 (Reading database ... 13912 files and directories currently installed.) 13:11:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:11:15 (Reading database ... 13912 files and directories currently installed.) 13:11:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:11:15 (Reading database ... 13912 files and directories currently installed.) 13:11:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:11:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:11:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:11:17 (Reading database ... 13912 files and directories currently installed.) 13:11:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:11:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:11:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:11:17 (Reading database ... 13912 files and directories currently installed.) 13:11:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:11:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:11:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:11:17 (Reading database ... 13914 files and directories currently installed.) 13:11:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:11:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:11:17 Setting up debconf (1.5.66ubuntu1) ... 13:11:18 (Reading database ... 13914 files and directories currently installed.) 13:11:18 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 13:11:18 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:11:18 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 13:11:18 (Reading database ... 13914 files and directories currently installed.) 13:11:18 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 13:11:18 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:11:18 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 13:11:18 (Reading database ... 13914 files and directories currently installed.) 13:11:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:11:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:11:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:11:19 (Reading database ... 13914 files and directories currently installed.) 13:11:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:11:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:11:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:11:19 (Reading database ... 13914 files and directories currently installed.) 13:11:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:11:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:11:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:11:20 (Reading database ... 13914 files and directories currently installed.) 13:11:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:11:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:11:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 13:11:20 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:11:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:11:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:11:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:11:20 (Reading database ... 13914 files and directories currently installed.) 13:11:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:11:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:11:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:11:20 (Reading database ... 13914 files and directories currently installed.) 13:11:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:11:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:11:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:11:21 (Reading database ... 13914 files and directories currently installed.) 13:11:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:11:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:11:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:11:21 (Reading database ... 13914 files and directories currently installed.) 13:11:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 13:11:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 13:11:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 13:11:22 (Reading database ... 13914 files and directories currently installed.) 13:11:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:11:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:11:22 Setting up passwd (1:4.5-1ubuntu2) ... 13:11:22 (Reading database ... 13914 files and directories currently installed.) 13:11:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 13:11:23 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:11:23 Setting up gpgv (2.2.4-1ubuntu1.4) ... 13:11:23 (Reading database ... 13914 files and directories currently installed.) 13:11:23 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 13:11:23 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 13:11:23 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 13:11:23 (Reading database ... 13914 files and directories currently installed.) 13:11:23 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 13:11:23 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 13:11:23 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 13:11:23 (Reading database ... 13914 files and directories currently installed.) 13:11:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:11:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:11:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:11:24 (Reading database ... 13914 files and directories currently installed.) 13:11:24 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:11:24 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:11:24 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:11:24 (Reading database ... 13914 files and directories currently installed.) 13:11:24 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:11:24 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:11:24 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:11:24 (Reading database ... 13914 files and directories currently installed.) 13:11:24 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:11:24 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:11:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:11:24 (Reading database ... 13914 files and directories currently installed.) 13:11:24 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 13:11:24 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 13:11:25 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 13:11:25 (Reading database ... 13914 files and directories currently installed.) 13:11:25 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 13:11:25 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 13:11:25 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 13:11:25 (Reading database ... 13915 files and directories currently installed.) 13:11:25 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:11:25 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:11:25 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:11:25 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:11:25 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 13:11:25 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 13:11:25 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 13:11:25 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 13:11:26 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:11:26 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:11:26 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:11:26 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:11:26 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:11:26 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:11:26 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:11:26 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:11:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:11:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:11:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:11:26 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:11:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:11:27 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:11:27 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 13:11:27 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 13:11:28 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:11:28 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:11:28 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:11:28 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:11:28 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:11:28 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:11:29 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:11:29 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:11:29 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:11:29 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:11:29 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:11:29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:11:30 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:30 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:30 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:30 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:30 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:30 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:30 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:30 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:32 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:32 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:33 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:33 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:34 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:34 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:35 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:11:35 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:11:35 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:11:35 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:11:35 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:11:35 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:11:35 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:11:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:11:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:11:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:11:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:11:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:11:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:11:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:11:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:11:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:11:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:11:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:11:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:11:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 13:11:37 13:11:37 Current default time zone: 'Etc/UTC' 13:11:37 Local time is now: Wed Apr 14 13:11:37 UTC 2021. 13:11:37 Universal Time is now: Wed Apr 14 13:11:37 UTC 2021. 13:11:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:11:37 13:11:37 Setting up systemd-sysv (237-3ubuntu10.45) ... 13:11:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:37 Setting up linux-libc-dev:amd64 (4.15.0-141.145) ... 13:11:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:11:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:11:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:11:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:11:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:11:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:11:37 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:11:37 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:37 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:11:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:11:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 13:11:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:38 Setting up patch (2.7.6-2ubuntu1.1) ... 13:11:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:11:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:11:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 13:11:38 Installing new version of config file /etc/ssl/openssl.cnf ... 13:11:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:11:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:11:38 Setting up ca-certificates (20210119~18.04.1) ... 13:11:40 Updating certificates in /etc/ssl/certs... 13:11:41 23 added, 27 removed; done. 13:11:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:11:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:11:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:11:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:11:41 Setting up pkgbinarymangler (138.18.04.1) ... 13:11:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:11:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 13:11:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:11:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:11:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:11:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:11:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:11:41 Setting up perl (5.26.1-6ubuntu0.5) ... 13:11:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 13:11:41 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:11:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:11:42 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 13:11:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:11:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:11:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:11:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:11:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:11:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:11:42 Processing triggers for systemd (237-3ubuntu10.45) ... 13:11:42 Processing triggers for mime-support (3.60ubuntu1) ... 13:11:42 Processing triggers for ca-certificates (20210119~18.04.1) ... 13:11:42 Updating certificates in /etc/ssl/certs... 13:11:43 0 added, 0 removed; done. 13:11:43 Running hooks in /etc/ca-certificates/update.d... 13:11:43 done. 13:11:43 Reading package lists... 13:11:43 Building dependency tree... 13:11:43 Reading state information... 13:11:43 The following NEW packages will be installed: 13:11:43 apt-transport-https 13:11:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:11:44 Need to get 1692 B of archives. 13:11:44 After this operation, 154 kB of additional disk space will be used. 13:11:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 13:11:44 debconf: delaying package configuration, since apt-utils is not installed 13:11:44 Fetched 1692 B in 0s (8433 B/s) 13:11:44 Selecting previously unselected package apt-transport-https. 13:11:44 (Reading database ... 13920 files and directories currently installed.) 13:11:44 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 13:11:44 Unpacking apt-transport-https (1.6.13) ... 13:11:44 Setting up apt-transport-https (1.6.13) ... 13:11:45 Waiting for network to be ready... 13:11:53 2021-04-14T13:11:49Z INFO Waiting for automatic snapd restart... 13:11:53 snapd 2.49.2 from Canonical* installed 13:11:53 "snapd" switched to the "latest/stable" channel 13:11:53 13:11:59 core18 20210309 from Canonical* installed 13:11:59 "core18" switched to the "latest/stable" channel 13:11:59 13:12:05 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 13:12:05 snapcraft 4.6.2 from Canonical* installed 13:12:05 "snapcraft" switched to the "latest/stable" channel 13:12:05 13:12:11 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: 13:12:11 - README.md 13:12:11 13:12:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:12:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:12:17 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 13:12:17 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:12:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:12:19 Reading package lists... 13:12:19 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 13:12:23 Removing intermediate container 32c566976ded 13:12:23 ---> 48f57d8e1d2b 13:12:23 13:12:23 Step 10/24 : FROM alpine:3.12 13:12:23 Removing intermediate container 76d47e42f82e 13:12:23 ---> 31be8c04811a 13:12:23 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:12:23 3.12: Pulling from library/alpine 13:12:23 Removing intermediate container d64ccb9fe499 13:12:23 ---> 548b0f276d33 13:12:23 13:12:23 Step 10/31 : FROM alpine:3.12 13:12:23 3.12: Pulling from library/alpine 13:12:23 ---> Running in 05cd1b706094 13:12:23 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:12:23 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 13:12:23 Status: Downloaded newer image for alpine:3.12 13:12:23 Status: Image is up to date for alpine:3.12 13:12:23 ---> d75e27dfc0a0 13:12:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:12:23 ---> d75e27dfc0a0 13:12:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:12:23 ---> Running in 19f603976ace 13:12:23 ---> Running in bcb0500ce8c2 13:12:23 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 13:12:25 Removing intermediate container 19f603976ace 13:12:25 ---> 4c2484989c9c 13:12:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:12:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:12:25 ---> Running in 92b09fb50dee 13:12:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:12:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:12:26 Reading package lists... 13:12:26 Building dependency tree... 13:12:26 Reading state information... 13:12:26 Suggested packages: 13:12:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:12:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:12:26 Recommended packages: 13:12:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:12:26 The following NEW packages will be installed: 13:12:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:12:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:12:26 pkg-config zip 13:12:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:12:26 Need to get 7663 kB of archives. 13:12:26 After this operation, 43.8 MB of additional disk space will be used. 13:12:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 13:12:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 13:12:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 13:12:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:12:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 13:12:26 (1/6) Installing ca-certificates (20191127-r4) 13:12:26 Removing intermediate container 1c0f3c050b17 13:12:26 ---> 41d8f6eecda2 13:12:26 13:12:26 Step 10/23 : FROM alpine:3.12 13:12:26 ---> d75e27dfc0a0 13:12:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:12:26 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:12:26 (3/6) Installing libcurl (7.76.1-r0) 13:12:26 (4/6) Installing curl (7.76.1-r0) 13:12:26 (5/6) Installing dumb-init (1.2.2-r1) 13:12:26 (6/6) Installing su-exec (0.2-r1) 13:12:26 Executing busybox-1.31.1-r20.trigger 13:12:26 Executing ca-certificates-20191127-r4.trigger 13:12:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:12:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:12:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:12:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:12:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:12:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:12:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:12:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:12:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:12:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:12:27 OK: 7 MiB in 20 packages 13:12:27 ---> Running in 99cca73c610b 13:12:27 debconf: delaying package configuration, since apt-utils is not installed 13:12:27 Fetched 7663 kB in 1s (10.5 MB/s) 13:12:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:12:27 Selecting previously unselected package libglib2.0-0:amd64. 13:12:27 (Reading database ... 13924 files and directories currently installed.) 13:12:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 13:12:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:12:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:12:27 Selecting previously unselected package libpsl5:amd64. 13:12:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:12:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:12:27 Selecting previously unselected package libnghttp2-14:amd64. 13:12:27 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:12:27 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:12:28 Selecting previously unselected package librtmp1:amd64. 13:12:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:12:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:12:28 Selecting previously unselected package libcurl3-gnutls:amd64. 13:12:28 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 13:12:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 13:12:28 Selecting previously unselected package liberror-perl. 13:12:28 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:12:28 Unpacking liberror-perl (0.17025-1) ... 13:12:28 (1/2) Installing dumb-init (1.2.2-r1) 13:12:28 (2/2) Installing su-exec (0.2-r1) 13:12:28 Executing busybox-1.31.1-r20.trigger 13:12:28 Selecting previously unselected package git-man. 13:12:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 13:12:28 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 13:12:28 Selecting previously unselected package git. 13:12:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 13:12:28 OK: 5 MiB in 16 packages 13:12:28 Unpacking git (1:2.17.1-1ubuntu0.8) ... 13:12:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:12:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:12:29 Removing intermediate container 05cd1b706094 13:12:29 ---> 8198271b80d6 13:12:29 13:12:29 Step 11/23 : FROM docker:20.10.0 13:12:29 Selecting previously unselected package libnorm1:amd64. 13:12:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:12:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:12:29 Selecting previously unselected package libpgm-5.2-0:amd64. 13:12:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:12:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:12:29 Selecting previously unselected package libsodium23:amd64. 13:12:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:12:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:12:29 20.10.0: Pulling from library/docker 13:12:30 Selecting previously unselected package libzmq5:amd64. 13:12:30 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:12:30 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:12:30 Selecting previously unselected package libzmq3-dev:amd64. 13:12:30 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:12:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:12:30 (1/1) Installing dumb-init (1.2.2-r1) 13:12:30 Executing busybox-1.31.1-r20.trigger 13:12:30 Removing intermediate container bcb0500ce8c2 13:12:30 ---> d40bba5ed5bd 13:12:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:12:30 OK: 5 MiB in 15 packages 13:12:30 Selecting previously unselected package pkg-config. 13:12:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:12:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:12:30 Selecting previously unselected package zip. 13:12:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:12:30 Unpacking zip (3.0-11build1) ... 13:12:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:12:30 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 13:12:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:12:30 Setting up liberror-perl (0.17025-1) ... 13:12:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:12:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:12:30 No schema files found: doing nothing. 13:12:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:12:30 Setting up zip (3.0-11build1) ... 13:12:30 ---> Running in b7ccab3d42a5 13:12:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:12:30 Setting up libsodium23:amd64 (1.0.16-2) ... 13:12:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:12:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:12:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 13:12:30 Removing intermediate container 92b09fb50dee 13:12:30 ---> 85fdd3bab5f8 13:12:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:12:31 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:12:31 Setting up git (1:2.17.1-1ubuntu0.8) ... 13:12:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:12:31 ---> Running in 751a01004b09 13:12:31 Removing intermediate container b7ccab3d42a5 13:12:31 ---> a54885c55767 13:12:31 Step 13/24 : WORKDIR / 13:12:32 ---> Running in 3f3400e07b52 13:12:33 Removing intermediate container 99cca73c610b 13:12:33 ---> 9aab7acbf4f3 13:12:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:12:33 Removing intermediate container 751a01004b09 13:12:33 ---> 51c0a1899936 13:12:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:12:33 ---> Running in cddfe04dcd69 13:12:33 ---> Running in 5beef266ea0a 13:12:33 Removing intermediate container 3f3400e07b52 13:12:33 ---> 8b72423ded81 13:12:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:12:34 Removing intermediate container cddfe04dcd69 13:12:34 ---> 7e0a6fa4a405 13:12:34 Step 13/23 : ENV APP_PORT=48082 13:12:34 Removing intermediate container 5beef266ea0a 13:12:34 ---> 747a96a551f3 13:12:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:12:34 ---> Running in ba2aa5dbdabd 13:12:35 ---> Running in e961a3ec4e41 13:12:35 Removing intermediate container ac5bec3daba5 13:12:35 ---> f902e125002b 13:12:35 13:12:35 Step 10/23 : FROM alpine:3.12 13:12:35 ---> d75e27dfc0a0 13:12:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:12:35 ---> Using cache 13:12:35 ---> 9aab7acbf4f3 13:12:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:12:35 ---> Using cache 13:12:35 ---> 7e0a6fa4a405 13:12:35 Step 13/23 : ENV APP_PORT=48081 13:12:35 ---> 78040c8f7f6d 13:12:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:12:35 ---> Running in e882970c96c9 13:12:35 Removing intermediate container ba2aa5dbdabd 13:12:35 ---> 349161a461f7 13:12:35 Step 14/23 : EXPOSE $APP_PORT 13:12:36 ---> Running in 51b2094d5c84 13:12:36 Removing intermediate container e882970c96c9 13:12:36 ---> 2112c3ec960f 13:12:36 Step 14/23 : EXPOSE $APP_PORT 13:12:36 ---> Running in 887633c4787e 13:12:37 ---> 6cd766ca3310 13:12:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:12:37 Removing intermediate container 51b2094d5c84 13:12:37 ---> ab97000e3cd4 13:12:37 Step 15/23 : WORKDIR / 13:12:37 Removing intermediate container 887633c4787e 13:12:37 ---> 88d1b8eaa166 13:12:37 Step 15/23 : WORKDIR / 13:12:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:12:37 git set to automatically installed. 13:12:37 git-man set to automatically installed. 13:12:37 libcurl3-gnutls set to automatically installed. 13:12:37 liberror-perl set to automatically installed. 13:12:37 libglib2.0-0 set to automatically installed. 13:12:37 libnghttp2-14 set to automatically installed. 13:12:37 libnorm1 set to automatically installed. 13:12:37 libpgm-5.2-0 set to automatically installed. 13:12:37 libpsl5 set to automatically installed. 13:12:37 librtmp1 set to automatically installed. 13:12:37 libsodium23 set to automatically installed. 13:12:37 libzmq3-dev set to automatically installed. 13:12:37 libzmq5 set to automatically installed. 13:12:37 pkg-config set to automatically installed. 13:12:37 zip set to automatically installed. 13:12:37 ---> Running in 6bdee3ce076b 13:12:37 ---> Running in fc3397681cc0 13:12:38 ---> 768e7b49304d 13:12:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:12:38 Removing intermediate container 6bdee3ce076b 13:12:38 ---> 582c44a33b5b 13:12:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:12:38 Removing intermediate container e961a3ec4e41 13:12:38 ---> 997b863c56c6 13:12:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:12:39 Removing intermediate container fc3397681cc0 13:12:39 ---> 926d4530d722 13:12:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:12:39 ---> Running in 41f40fa82e15 13:12:39 snapd is not logged in, snap install commands will use sudo 13:12:40 ---> 71b4bfb5fb24 13:12:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:12:40 ---> 61f3c3ee6287 13:12:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:12:40 Removing intermediate container 41f40fa82e15 13:12:40 ---> 8cf8026c8f44 13:12:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:12:40 ---> c52846a7bfb7 13:12:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:12:42 ---> 6cf2e89645ae 13:12:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:12:42 ---> Running in bfbfcfb5f4d9 13:12:42 ---> 50222be65a46 13:12:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:12:43 ---> 6e5b86cfb087 13:12:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:12:43 ---> 424dd6e9ff1b 13:12:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:12:44 ---> a035524ecc37 13:12:44 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/ 13:12:44 ---> a673d01b48bf 13:12:44 Step 19/23 : ENTRYPOINT ["/core-command"] 13:12:44 ---> Running in 05aa28c08cd8 13:12:44 ---> Running in f09659c276e8 13:12:44 ---> 357cadfb2a9c 13:12:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:12:44 ---> Running in cd5db049c6ea 13:12:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:12:44 Status: Downloaded newer image for docker:20.10.0 13:12:44 ---> eeaf43b92773 13:12:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:12:45 ---> Running in f4146cc232e1 13:12:45 Removing intermediate container 05aa28c08cd8 13:12:45 ---> 74b16b19b008 13:12:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:12:45 ---> Running in 69498f89185a 13:12:45 Removing intermediate container cd5db049c6ea 13:12:45 ---> 26aa82ec1b05 13:12:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:12:45 ---> Running in b64e2cc8be43 13:12:45 Removing intermediate container f4146cc232e1 13:12:45 ---> 28c927508e68 13:12:45 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:12:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:12:46 ---> Running in e3ab2576e569 13:12:46 Removing intermediate container 69498f89185a 13:12:46 ---> 9f4aeb009084 13:12:46 Step 21/23 : LABEL arch=arm64 13:12:46 Removing intermediate container bfbfcfb5f4d9 13:12:46 ---> e6e6e23c0eca 13:12:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:12:46 ---> Running in 990696bcfa21 13:12:47 Removing intermediate container b64e2cc8be43 13:12:47 ---> 9c5ec10fe8ba 13:12:47 Step 21/23 : LABEL arch=arm64 13:12:47 ---> Running in 9abfb3542120 13:12:47 Removing intermediate container 990696bcfa21 13:12:47 ---> 58a745c45da3 13:12:47 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:12:47 ---> Running in 7a4726e6fec2 13:12:47 ---> 99315e166c2c 13:12:47 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:12:47 Removing intermediate container 9abfb3542120 13:12:47 ---> b6c62a695217 13:12:48 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:12:48 Removing intermediate container f09659c276e8 13:12:48 ---> f81e61b93bc8 13:12:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:12:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:12:48 ---> Running in 1f09ae78ef75 13:12:48 ---> Running in 05c718fd79f5 13:12:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:12:48 Removing intermediate container 7a4726e6fec2 13:12:48 ---> 51e484c68134 13:12:48 Step 23/23 : LABEL version=0.0.0 13:12:49 ---> Running in d89562f79d0c 13:12:49 Removing intermediate container 05c718fd79f5 13:12:49 ---> 4b76d1c280ee 13:12:49 Step 23/23 : LABEL version=0.0.0 13:12:49 Removing intermediate container 1f09ae78ef75 13:12:49 ---> e85165e0c74e 13:12:49 Step 22/24 : LABEL arch=arm64 13:12:49 (1/39) Installing readline (8.0.4-r0) 13:12:49 (2/39) Installing bash (5.0.17-r0) 13:12:49 Executing bash-5.0.17-r0.post-install 13:12:49 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:12:49 (4/39) Installing libcurl (7.76.1-r0) 13:12:49 (5/39) Installing curl (7.76.1-r0) 13:12:49 (6/39) Installing dumb-init (1.2.2-r1) 13:12:49 (7/39) Installing libbz2 (1.0.8-r1) 13:12:49 (8/39) Installing expat (2.2.9-r1) 13:12:49 (9/39) Installing libffi (3.3-r2) 13:12:49 (10/39) Installing gdbm (1.13-r1) 13:12:49 (11/39) Installing xz-libs (5.2.5-r0) 13:12:49 (12/39) Installing sqlite-libs (3.32.1-r0) 13:12:49 (13/39) Installing python3 (3.8.8-r0) 13:12:49 ---> Running in cb6806c71edd 13:12:49 ---> Running in 0e12d909c3a2 13:12:50 ---> 1b7a9ac608ca 13:12:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:12:50 Removing intermediate container d89562f79d0c 13:12:50 ---> a370d2912d7a 13:12:50 13:12:50 Removing intermediate container 0e12d909c3a2 13:12:50 ---> 4784c6d613bf 13:12:50 Step 23/24 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:12:50 Removing intermediate container cb6806c71edd 13:12:50 ---> 34a832b6f926 13:12:50 13:12:50 Successfully built a370d2912d7a 13:12:50 Successfully tagged docker-core-command-go-arm64:latest 13:12:50  Building docker-core-command-go ... done Building docker-core-data-go 13:12:51 Successfully built 34a832b6f926 13:12:51 ---> Running in 419444858be4 13:12:51 Successfully tagged docker-core-metadata-go-arm64:latest 13:12:51 Building docker-support-notifications-go 13:12:51  Building docker-core-metadata-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) 13:12:51 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:12:51 (16/39) Installing py3-parsing (2.4.7-r0) 13:12:51 (17/39) Installing py3-six (1.15.0-r0) 13:12:51 (18/39) Installing py3-packaging (20.4-r0) 13:12:51 ---> a1c233da5355 13:12:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:12:51 (19/39) Installing py3-setuptools (47.0.0-r0) 13:12:51 (20/39) Installing py3-chardet (3.0.4-r4) 13:12:51 (21/39) Installing py3-idna (2.9-r0) 13:12:51 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:12:51 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:12:51 (24/39) Installing py3-requests (2.23.0-r0) 13:12:51 (25/39) Installing py3-msgpack (1.0.0-r0) 13:12:51 Removing intermediate container 419444858be4 13:12:51 ---> e1fe368a77fb 13:12:51 (26/39) Installing py3-lockfile (0.12.2-r3) 13:12:51 Step 24/24 : LABEL version=0.0.0(27/39) Installing py3-cachecontrol (0.12.6-r0) 13:12:51 (28/39) Installing py3-colorama (0.4.3-r0) 13:12:51 13:12:51 (29/39) Installing py3-distlib (0.3.0-r0) 13:12:51 (30/39) Installing py3-distro (1.5.0-r1) 13:12:51 (31/39) Installing py3-webencodings (0.5.1-r3) 13:12:51 (32/39) Installing py3-html5lib (1.0.1-r4) 13:12:51 (33/39) Installing py3-pytoml (0.1.21-r0) 13:12:51 (34/39) Installing py3-pep517 (0.8.2-r0) 13:12:51 (35/39) Installing py3-progress (1.5-r0) 13:12:51 (36/39) Installing py3-toml (0.10.1-r0) 13:12:51 (37/39) Installing py3-retrying (1.3.3-r0) 13:12:51 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:12:51 (39/39) Installing py3-pip (20.1.1-r0) 13:12:51 ---> Running in e9363aaa501d 13:12:52 Executing busybox-1.31.1-r19.trigger 13:12:52 OK: 72 MiB in 59 packages 13:12:52 ---> eb0cafc9b264 13:12:52 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:12:52 Removing intermediate container e9363aaa501d 13:12:52 ---> fe62ee511e67 13:12:52 13:12:53 Successfully built fe62ee511e67 13:12:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:12:53  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 13:12:53 ---> dffa3b37cfa6 13:12:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:12:53 ---> Running in f497a4dc210d 13:12:54 Removing intermediate container f497a4dc210d 13:12:54 ---> 0a2240fe8f80 13:12:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:12:56 ---> 7ea8bccd562c 13:12:56 Step 26/31 : RUN chmod +x /entrypoint.sh 13:12:57 Collecting docker-compose==1.23.2 13:12:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:12:57 ---> Running in 139ba0e3e52c 13:12:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:12:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:13:00 Collecting cached-property<2,>=1.2.0 13:13:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:13:01 Removing intermediate container 139ba0e3e52c 13:13:01 ---> e3a83ac4ffbd 13:13:01 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:13:01 Collecting dockerpty<0.5,>=0.4.1 13:13:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:13:02 ---> Running in a1a9c5c6b9b3 13:13:02 Removing intermediate container a1a9c5c6b9b3 13:13:02 ---> d0d0607ec844 13:13:02 Step 28/31 : CMD ["gate"] 13:13:02 ---> Running in 194f734f1cb2 13:13:03 Removing intermediate container 194f734f1cb2 13:13:03 ---> 233bb92f861e 13:13:03 Step 29/31 : LABEL arch=arm64 13:13:04 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 13:13:04 snapd is not logged in, snap install commands will use sudo 13:13:04 Collecting PyYAML<4,>=3.10 13:13:04 Downloading PyYAML-3.13.tar.gz (270 kB) 13:13:05 ---> Running in 3ecfac91ad4a 13:13:06 Removing intermediate container 3ecfac91ad4a 13:13:06 ---> 0eff9ce52c41 13:13:06 Step 30/31 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:13:06 ---> Running in 7bca5261bef9 13:13:07 Removing intermediate container 7bca5261bef9 13:13:07 ---> eb5a6fd060a1 13:13:07 Step 31/31 : LABEL version=0.0.0 13:13:07 ---> Running in 13923d2758ab 13:13:08 Removing intermediate container 13923d2758ab 13:13:08 ---> 38a07f1ca039 13:13:08 13:13:08 Successfully built 38a07f1ca039 13:13:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:13:08  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 13:13:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:13:08 Collecting docker<4.0,>=3.6.0 13:13:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:13:09 snap "core18" has no updates available 13:13:09 Collecting docopt<0.7,>=0.6.1 13:13:09 Downloading docopt-0.6.2.tar.gz (25 kB) 13:13:09 Pulling go-build-helper 13:13:09 + snapcraftctl pull 13:13:11 'app-service-config' has dependencies that need to be staged: go-build-helper 13:13:11 Skipping pull go-build-helper (already ran) 13:13:11 Building go-build-helper 13:13:11 + snapcraftctl build 13:13:11 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:13:11 Collecting texttable<0.10,>=0.9.0 13:13:11 Downloading texttable-0.9.1.tar.gz (11 kB) 13:13:14 Collecting jsonschema<3,>=2.5.1 13:13:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:13:14 Staging go-build-helper 13:13:14 + snapcraftctl stage 13:13:14 Collecting websocket-client<1.0,>=0.32.0 13:13:14 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:13:14 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) 13:13:14 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) 13:13:15 Collecting urllib3<1.25,>=1.21.1 13:13:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:13:16 Collecting idna<2.8,>=2.5 13:13:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:13:16 Collecting docker-pycreds>=0.4.0 13:13:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:13:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:13:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:13:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:13:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:13:18 Installing collected packages: urllib3, idna, requests, cached-property, dockerpty, PyYAML, docker-pycreds, websocket-client, docker, docopt, texttable, jsonschema, docker-compose 13:13:18 Attempting uninstall: urllib3 13:13:18 Found existing installation: urllib3 1.25.9 13:13:18 Uninstalling urllib3-1.25.9: 13:13:18 Successfully uninstalled urllib3-1.25.9 13:13:18 Attempting uninstall: idna 13:13:18 Found existing installation: idna 2.9 13:13:18 Uninstalling idna-2.9: 13:13:18 Successfully uninstalled idna-2.9 13:13:19 Attempting uninstall: requests 13:13:19 Found existing installation: requests 2.23.0 13:13:19 Uninstalling requests-2.23.0: 13:13:19 Successfully uninstalled requests-2.23.0 13:13:20 Running setup.py install for dockerpty: started 13:13:22 Running setup.py install for dockerpty: finished with status 'done' 13:13:22 Running setup.py install for PyYAML: started 13:13:24 Running setup.py install for PyYAML: finished with status 'done' 13:13:26 Running setup.py install for docopt: started 13:13:28 Running setup.py install for docopt: finished with status 'done' 13:13:28 Running setup.py install for texttable: started 13:13:30 Running setup.py install for texttable: finished with status 'done' 13:13:31 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 13:13:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:13:32 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:13:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:13:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1664 kB] 13:13:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:13:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:13:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:13:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:13:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:13:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:13:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:13:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [314 kB] 13:13:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:13:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:13:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [283 kB] 13:13:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [37.7 kB] 13:13:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1119 kB] 13:13:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [252 kB] 13:13:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:13:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2006 kB] 13:13:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [406 kB] 13:13:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:13:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:13:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [305 kB] 13:13:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [41.3 kB] 13:13:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1729 kB] 13:13:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [367 kB] 13:13:32 Fetched 24.3 MB in 6s (3767 kB/s) 13:13:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:13:32 Fetched 224 kB in 0s (0 B/s) 13:13:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:13:32 Fetched 157 kB in 0s (0 B/s) 13:13:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:13:32 Fetched 221 kB in 0s (0 B/s) 13:13:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:13:32 Fetched 143 kB in 0s (0 B/s) 13:13:32 Pulling app-service-config 13:13:32 + snapcraftctl pull 13:13:32 Cloning into '/root/parts/app-service-config/src'... 13:13:32 Pulling config-common 13:13:32 + snapcraftctl pull 13:13:37 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:13:37 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:13:37 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:13:37 Fetched 0 B in 0s (0 B/s) 13:13:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:13:37 Fetched 0 B in 0s (0 B/s) 13:13:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:13:37 Fetched 0 B in 0s (0 B/s) 13:13:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:13:37 Fetched 0 B in 0s (0 B/s) 13:13:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:13:37 Fetched 0 B in 0s (0 B/s) 13:13:37 Pulling edgex-go 13:13:37 + snapcraftctl pull 13:13:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:13:40 ---> 3d15f6807e17 13:13:40 Step 3/23 : WORKDIR /edgex-go 13:13:40 ---> Using cache 13:13:40 ---> 54badc31f5f5 13:13:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:40 ---> Using cache 13:13:40 ---> c6eaeae34f49 13:13:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:13:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:13:40 ---> 3d15f6807e17 13:13:40 Step 3/22 : WORKDIR /edgex-go 13:13:40 ---> Using cache 13:13:40 ---> 54badc31f5f5 13:13:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:40 ---> Using cache 13:13:40 ---> c6eaeae34f49 13:13:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:13:40 ---> Running in 611f1b253a14 13:13:40 ---> Running in ce932bca3e41 13:13:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:13:41 ---> 3d15f6807e17 13:13:41 Step 3/22 : WORKDIR /edgex-go 13:13:41 ---> Using cache 13:13:41 ---> 54badc31f5f5 13:13:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:41 ---> Using cache 13:13:41 ---> c6eaeae34f49 13:13:41 Step 5/22 : RUN apk add --update --no-cache make git 13:13:41 ---> Using cache 13:13:41 ---> bff75ab7db9a 13:13:41 Step 6/22 : COPY go.mod . 13:13:41 ---> Using cache 13:13:41 ---> 41958a1dc622 13:13:41 Step 7/22 : RUN go mod download 13:13:41 ---> Using cache 13:13:41 ---> 0269eb54ce86 13:13:41 Step 8/22 : COPY . . 13:13:41 ---> Using cache 13:13:41 ---> 504d77e2c8f5 13:13:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:13:42 ---> Running in c5e847f8e12d 13:13:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:43 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 13:13:44 OK: 217 MiB in 51 packages 13:13:45 OK: 217 MiB in 51 packages 13:13:47 Removing intermediate container 611f1b253a14 13:13:47 ---> 43d03f1b0833 13:13:47 Step 6/23 : COPY go.mod . 13:13:47 Removing intermediate container ce932bca3e41 13:13:47 ---> 2632247f8b3d 13:13:47 Step 6/22 : COPY go.mod . 13:13:49 ---> 0b94417a9f2d 13:13:49 Step 7/23 : RUN go mod download 13:13:49 ---> 7962b4ac5d54 13:13:49 Step 7/22 : RUN go mod download 13:13:49 ---> Running in 727d462607fd 13:13:50 ---> Running in 7076a447a986 13:13:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:13:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:13:54 ---> 3d15f6807e17 13:13:54 Step 3/21 : WORKDIR /edgex-go 13:13:54 ---> Using cache 13:13:54 ---> 54badc31f5f5 13:13:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:13:54 ---> Using cache 13:13:54 ---> c6eaeae34f49 13:13:54 Step 5/21 : RUN apk add --update --no-cache make git 13:13:54 ---> Using cache 13:13:54 ---> bff75ab7db9a 13:13:54 Step 6/21 : COPY go.mod . 13:13:54 ---> Using cache 13:13:54 ---> 41958a1dc622 13:13:54 Step 7/21 : RUN go mod download 13:13:54 ---> Using cache 13:13:54 ---> 0269eb54ce86 13:13:54 Step 8/21 : COPY . . 13:13:54 ---> Using cache 13:13:54 ---> 504d77e2c8f5 13:13:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:13:54 ---> Running in f383bb9efb5f 13:13:54 Removing intermediate container e3ab2576e569 13:13:54 ---> 9070dc685d1d 13:13:54 Step 14/23 : ENV APP_PORT=48090 13:13:54 ---> Running in fd26e1042d61 13:13:56 Removing intermediate container fd26e1042d61 13:13:56 ---> 7310807a3212 13:13:56 Step 15/23 : EXPOSE $APP_PORT 13:13:56 ---> Running in d94b4b802c70 13:13:56 Removing intermediate container 7076a447a986 13:13:56 ---> fbf0ce7a8365 13:13:56 Step 8/22 : COPY . . 13:13:56 Removing intermediate container 727d462607fd 13:13:56 ---> 5c8c907bb467 13:13:56 Step 8/23 : COPY . . 13:13:56 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 13:13:57 Removing intermediate container d94b4b802c70 13:13:57 ---> e1afed9ec260 13:13:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:14:01 ---> 21b843834005 13:14:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:14:03 ---> bc4a10c1d95d 13:14:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:14:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:14:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:14:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:14:04 Fetched 0 B in 0s (0 B/s) 13:14:04 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:14:04 Fetched 96.5 kB in 0s (0 B/s) 13:14:04 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:14:04 Fetched 279 kB in 0s (0 B/s) 13:14:04 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:14:04 Fetched 122 kB in 0s (0 B/s) 13:14:04 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:14:04 Fetched 77.8 kB in 0s (0 B/s) 13:14:04 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:14:04 Fetched 8848 B in 0s (0 B/s) 13:14:04 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:14:04 Fetched 47.8 kB in 0s (0 B/s) 13:14:04 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:14:04 Fetched 45.6 kB in 0s (0 B/s) 13:14:04 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:14:04 Fetched 15.0 kB in 0s (0 B/s) 13:14:04 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 13:14:04 Fetched 219 kB in 0s (0 B/s) 13:14:04 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:14:04 Fetched 154 kB in 0s (0 B/s) 13:14:04 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:14:04 Fetched 50.6 kB in 0s (0 B/s) 13:14:04 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:14:04 Fetched 14.8 kB in 0s (0 B/s) 13:14:04 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:14:04 Fetched 41.8 kB in 0s (0 B/s) 13:14:04 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:14:04 Fetched 499 kB in 0s (0 B/s) 13:14:04 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:14:04 Fetched 111 kB in 0s (0 B/s) 13:14:04 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:14:04 Fetched 240 kB in 0s (0 B/s) 13:14:04 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:14:04 Fetched 29.3 kB in 0s (0 B/s) 13:14:04 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:14:04 Fetched 85.5 kB in 0s (0 B/s) 13:14:04 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:14:04 Fetched 24.5 kB in 0s (0 B/s) 13:14:04 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:14:04 Fetched 49.2 kB in 0s (0 B/s) 13:14:04 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:14:04 Fetched 54.2 kB in 0s (0 B/s) 13:14:04 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:14:04 Fetched 30.8 kB in 0s (0 B/s) 13:14:04 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:14:04 Fetched 15.8 kB in 0s (0 B/s) 13:14:04 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:14:04 Fetched 85.9 kB in 0s (0 B/s) 13:14:04 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:14:04 Fetched 8720 B in 0s (0 B/s) 13:14:04 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 13:14:04 Fetched 137 kB in 0s (0 B/s) 13:14:04 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:14:04 Fetched 119 kB in 0s (0 B/s) 13:14:04 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 13:14:04 Fetched 110 kB in 0s (0 B/s) 13:14:04 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:14:04 Fetched 11.1 kB in 0s (0 B/s) 13:14:04 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:14:04 Fetched 645 kB in 0s (0 B/s) 13:14:04 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:14:04 Fetched 41.3 kB in 0s (0 B/s) 13:14:04 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:14:04 Fetched 17.9 kB in 0s (0 B/s) 13:14:04 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:14:04 Fetched 368 kB in 0s (0 B/s) 13:14:04 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:14:04 Fetched 187 kB in 0s (0 B/s) 13:14:04 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:14:04 Fetched 175 kB in 0s (0 B/s) 13:14:04 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:14:04 Fetched 206 kB in 0s (0 B/s) 13:14:04 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 13:14:04 Fetched 1301 kB in 0s (0 B/s) 13:14:04 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:14:04 Fetched 36.2 kB in 0s (0 B/s) 13:14:04 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 13:14:04 Fetched 159 kB in 0s (0 B/s) 13:14:04 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:14:04 Fetched 107 kB in 0s (0 B/s) 13:14:04 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:14:04 Fetched 48.7 kB in 0s (0 B/s) 13:14:04 Pulling static-packages 13:14:04 + snapcraftctl pull 13:14:04 Pulling version 13:14:04 + cd /root/project 13:14:04 + [ -f VERSION ] 13:14:04 + PROJECT_VERSION=local-dev 13:14:04 + git rev-parse --short HEAD 13:14:04 + GIT_REVISION=9038ab4e 13:14:04 + snapcraftctl set-version local-dev 13:14:04 Skipping build go-build-helper (already ran) 13:14:04 Building app-service-config 13:14:04 + make build 13:14:04 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 13:14:06 ---> 431afc75e3dd 13:14:06 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 13:14:06 ---> Running in 58a9f1b0c6f2 13:14:07 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 13:14:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 13:14:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 13:14:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 13:14:07 go: downloading github.com/google/uuid v1.2.0 13:14:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 13:14:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:14:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 13:14:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:14:07 go: downloading github.com/mitchellh/copystructure v1.0.0 13:14:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:14:07 go: downloading github.com/x448/float16 v0.8.4 13:14:07 go: downloading github.com/go-playground/validator/v10 v10.4.1 13:14:07 go: downloading github.com/hashicorp/consul/api v1.8.1 13:14:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:14:07 go: downloading github.com/hashicorp/serf v0.9.5 13:14:07 Removing intermediate container 58a9f1b0c6f2 13:14:07 ---> cd5d6a1bdd7e 13:14:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:14:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:14:07 go: downloading github.com/go-kit/kit v0.8.0 13:14:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 13:14:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:14:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:14:08 go: downloading github.com/go-playground/universal-translator v0.17.0 13:14:08 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:14:08 go: downloading github.com/mattn/go-isatty v0.0.12 13:14:08 go: downloading github.com/gorilla/mux v1.8.0 13:14:08 ---> Running in 70696e7965dc 13:14:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:14:08 go: downloading github.com/leodido/go-urn v1.2.0 13:14:08 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 13:14:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:14:08 go: downloading github.com/BurntSushi/toml v0.3.1 13:14:08 go: downloading github.com/go-playground/locales v0.13.0 13:14:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:14:08 go: downloading github.com/fatih/color v1.9.0 13:14:08 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 13:14:08 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 13:14:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:14:08 go: downloading github.com/pelletier/go-toml v1.2.0 13:14:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:14:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:14:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:14:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 13:14:08 go: downloading github.com/mattn/go-colorable v0.1.6 13:14:09 go: downloading github.com/pebbe/zmq4 v1.2.7 13:14:09 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 13:14:09 go: downloading github.com/gorilla/websocket v1.4.2 13:14:09 Removing intermediate container 70696e7965dc 13:14:09 ---> 06f40964a7ca 13:14:09 Step 21/23 : LABEL arch=arm64 13:14:10 ---> Running in 41cbeee4c60f 13:14:11 Removing intermediate container 41cbeee4c60f 13:14:11 ---> 4a2926df719c 13:14:11 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:14:11 ---> Running in 7e8f0a35816a 13:14:12 Removing intermediate container 7e8f0a35816a 13:14:12 ---> 99acde516c06 13:14:12 Step 23/23 : LABEL version=0.0.0 13:14:13 ---> Running in 6eb435e006d4 13:14:14 Removing intermediate container 6eb435e006d4 13:14:14 ---> 47eb2cdac93d 13:14:14 13:14:15 Successfully built 47eb2cdac93d 13:14:15 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:14:21 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 13:14:21 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 13:14:21 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 13:14:21 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 13:14:23 Building config-common 13:14:23 + snapcraftctl build 13:14:26 Building edgex-go 13:14:26 + cd /root/parts/edgex-go/src 13:14:26 + make build 13:14:26 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 13:14:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 13:14:27 go: downloading github.com/pkg/errors v0.8.1 13:14:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 13:14:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:14:27 go: downloading github.com/pelletier/go-toml v1.9.0 13:14:27 go: downloading github.com/imdario/mergo v0.3.12 13:14:30  Building docker-sys-mgmt-agent-go ... done  ---> eea4acb87b70 13:14:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:14:30 ---> Running in 558d482e816c 13:14:30 ---> a20674836d9b 13:14:30 Step 9/23 : RUN make cmd/core-data/core-data 13:14:30 ---> Running in ac989c280f3b 13:14:31 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 13:14:31 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 13:14:32 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 13:14:32 go: downloading gopkg.in/yaml.v2 v2.4.0 13:14:39 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 13:14:41 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 13:14:44 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 13:14:44 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 13:14:44 go: downloading github.com/stretchr/testify v1.7.0 13:14:44 go: downloading github.com/pmezard/go-difflib v1.0.0 13:14:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:14:44 go: downloading github.com/davecgh/go-spew v1.1.1 13:14:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:14:47 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:14:47 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:14:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:14:51 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 13:14:52 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 13:14:54 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 13:14:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:14:56 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 13:14:56 go: downloading github.com/lib/pq v1.9.0 13:14:58 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:14:58 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:14:58 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:14:58 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:14:58 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:14:58 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:14:58 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:14:58 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:14:58 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:14:58 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:14:58 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:14:58 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:14:58 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:14:58 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:14:58 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:14:58 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:14:58 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:14:58 + 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 13:14:58 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:14:58 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:14:58 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 13:14:58 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:14:58 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:14:58 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:14:58 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:14:58 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:15:02 Building static-packages 13:15:02 + snapcraftctl build 13:15:04 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 13:15:04 Removing intermediate container c5e847f8e12d 13:15:04 ---> f36f354bb3b4 13:15:04 13:15:04 Step 10/22 : FROM alpine:3.12 13:15:04 ---> d75e27dfc0a0 13:15:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:15:04 ---> Using cache 13:15:04 ---> 9aab7acbf4f3 13:15:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:15:04 ---> Using cache 13:15:04 ---> 7e0a6fa4a405 13:15:04 Step 13/22 : ENV APP_PORT=48085 13:15:04 ---> Running in 446843a6a85b 13:15:04 Removing intermediate container 446843a6a85b 13:15:04 ---> c19d6abee4fe 13:15:04 Step 14/22 : EXPOSE $APP_PORT 13:15:04 ---> Running in 82315840dcf1 13:15:05 Removing intermediate container 82315840dcf1 13:15:05 ---> 3c5dd58a094b 13:15:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:15:05 Building version 13:15:05 + snapcraftctl build 13:15:06 ---> 4eb3ddd391a1 13:15:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:15:08 ---> 2c9a60970080 13:15:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:15:08 Skipping stage go-build-helper (already ran) 13:15:08 Staging app-service-config 13:15:08 + snapcraftctl stage 13:15:09 ---> 2bf5ebe4b0b9 13:15:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:15:09 ---> Running in 063100d194bf 13:15:09 Staging config-common 13:15:09 + snapcraftctl stage 13:15:10 Removing intermediate container 063100d194bf 13:15:10 ---> c02303d43427 13:15:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:15:10 ---> Running in 1a0bac5af023 13:15:10 Removing intermediate container 1a0bac5af023 13:15:10 ---> 0e79a794ee84 13:15:10 Step 20/22 : LABEL arch=arm64 13:15:10 ---> Running in c8b0bc55e180 13:15:11 Staging edgex-go 13:15:11 + snapcraftctl stage 13:15:11 Removing intermediate container c8b0bc55e180 13:15:11 ---> 50c52d3d58c1 13:15:11 Step 21/22 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:15:11 ---> Running in 768978a0d585 13:15:12 Staging static-packages 13:15:12 + snapcraftctl stage 13:15:12 Removing intermediate container 768978a0d585 13:15:12 ---> 0b923eeea12b 13:15:12 Step 22/22 : LABEL version=0.0.0 13:15:12 ---> Running in a1927cc68bde 13:15:13 Removing intermediate container a1927cc68bde 13:15:13 ---> a92f7f19331b 13:15:13 13:15:13 Staging version 13:15:13 + snapcraftctl stage 13:15:14 Successfully built a92f7f19331b 13:15:14 Successfully tagged docker-support-scheduler-go-arm64:latest 13:15:15 Priming go-build-helper 13:15:15 + snapcraftctl prime 13:15:16 Priming app-service-config 13:15:16 + snapcraftctl prime 13:15:17  Building docker-support-scheduler-go ... done Removing intermediate container f383bb9efb5f 13:15:17 ---> 3e2c9e94bafb 13:15:17 13:15:17 Step 10/21 : FROM alpine:3.12 13:15:17 ---> d75e27dfc0a0 13:15:17 Step 11/21 : RUN apk add --update --no-cache curl 13:15:17 ---> Running in 1f0cde635790 13:15:18 Priming config-common 13:15:18 + snapcraftctl prime 13:15:19 Priming edgex-go 13:15:19 + snapcraftctl prime 13:15:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:20 (1/4) Installing ca-certificates (20191127-r4) 13:15:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:15:20 (3/4) Installing libcurl (7.76.1-r0) 13:15:20 (4/4) Installing curl (7.76.1-r0) 13:15:20 Executing busybox-1.31.1-r20.trigger 13:15:20 Executing ca-certificates-20191127-r4.trigger 13:15:20 OK: 7 MiB in 18 packages 13:15:20 Priming static-packages 13:15:20 + snapcraftctl prime 13:15:23 Removing intermediate container 1f0cde635790 13:15:23 ---> 54fa0975d969 13:15:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:15:23 ---> Running in a0347a4c0a27 13:15:23 Priming version 13:15:23 + snapcraftctl prime 13:15:24 Removing intermediate container a0347a4c0a27 13:15:24 ---> d6f6c317c27f 13:15:24 Step 13/21 : WORKDIR /edgex 13:15:24 ---> Running in 24b2b33dd734 13:15:24 Removing intermediate container 24b2b33dd734 13:15:24 ---> 79c252ed0a1d 13:15:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:15:24 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 13:15:25 ---> 2cf5e34384a6 13:15:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:15:27 ---> 7efdcdda7e15 13:15:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:15:29 ---> 280da5ce88fb 13:15:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:15:29 ---> Running in 40b1dfea20cd 13:15:30 Removing intermediate container 40b1dfea20cd 13:15:30 ---> 55ddd5418af1 13:15:30 Step 18/21 : CMD ["--init=true"] 13:15:30 ---> Running in b35a58bc9daa 13:15:31 Removing intermediate container b35a58bc9daa 13:15:31 ---> 228c8324eadd 13:15:31 Step 19/21 : LABEL arch=arm64 13:15:31 ---> Running in a3976097ce8b 13:15:31 Removing intermediate container a3976097ce8b 13:15:31 ---> d2d1bfb05d72 13:15:31 Step 20/21 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:15:31 ---> Running in cc99dd716ee3 13:15:32 Removing intermediate container cc99dd716ee3 13:15:32 ---> 5a6d9ff2877e 13:15:32 Step 21/21 : LABEL version=0.0.0 13:15:32 ---> Running in d7162943ded9 13:15:33 Removing intermediate container d7162943ded9 13:15:33 ---> ce64bd3a13b5 13:15:33 13:15:33 Successfully built ce64bd3a13b5 13:15:34 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:15:52  Building docker-security-proxy-setup-go ... done Removing intermediate container 558d482e816c 13:15:52 ---> 81f7f536e6ee 13:15:52 13:15:52 Step 10/22 : FROM alpine:3.12 13:15:52 ---> d75e27dfc0a0 13:15:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:15:52 ---> Running in e0f59e5a5554 13:15:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:52 (1/2) Installing ca-certificates (20191127-r4) 13:15:52 (2/2) Installing dumb-init (1.2.2-r1) 13:15:52 Executing busybox-1.31.1-r20.trigger 13:15:52 Executing ca-certificates-20191127-r4.trigger 13:15:52 OK: 6 MiB in 16 packages 13:15:54 Removing intermediate container e0f59e5a5554 13:15:54 ---> b1f939f12f5a 13:15:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:15:54 ---> Running in 7369ac56bc52 13:15:55 Removing intermediate container 7369ac56bc52 13:15:55 ---> 9beedab71575 13:15:55 Step 13/22 : ENV APP_PORT=48060 13:15:55 ---> Running in 2fb7f89d9a26 13:15:55 Removing intermediate container 2fb7f89d9a26 13:15:55 ---> cb13473f36d8 13:15:55 Step 14/22 : EXPOSE $APP_PORT 13:15:56 ---> Running in 13d5c2cd9bde 13:15:57 Removing intermediate container 13d5c2cd9bde 13:15:57 ---> e0436969db67 13:15:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:15:58 ---> ea0021226cd6 13:15:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:15:58 Removing intermediate container ac989c280f3b 13:15:58 ---> 12109e275ceb 13:15:58 13:15:58 Step 10/23 : FROM alpine:3.12 13:15:58 ---> d75e27dfc0a0 13:15:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:15:58 ---> Running in d0c239578b5f 13:15:59 ---> 11e42e2f0c29 13:15:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:15:59 Removing intermediate container d0c239578b5f 13:15:59 ---> d5345d62f352 13:15:59 Step 12/23 : ENV APP_PORT=48080 13:15:59 ---> Running in c7a1da14829c 13:16:00 Removing intermediate container c7a1da14829c 13:16:00 ---> d23287661ad5 13:16:00 Step 13/23 : EXPOSE $APP_PORT 13:16:00 ---> ccda56bf4e88 13:16:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:16:00 ---> Running in 3848a365d7e5 13:16:00 ---> Running in af8eabaa15ed 13:16:00 Removing intermediate container 3848a365d7e5 13:16:00 ---> 572a64cc76d2 13:16:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:16:00 Removing intermediate container af8eabaa15ed 13:16:00 ---> 8e3d934b5c8e 13:16:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:16:00 ---> Running in fa5ac6acc45f 13:16:01 ---> Running in 0e049fa81a9f 13:16:01 Removing intermediate container 0e049fa81a9f 13:16:01 ---> 4b8c169e5329 13:16:01 Step 20/22 : LABEL arch=arm64 13:16:01 ---> Running in 3ef77001bf73 13:16:02 Removing intermediate container 3ef77001bf73 13:16:02 ---> fc3a8317ec5a 13:16:02 Step 21/22 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:16:02 ---> Running in 0a3755e5c207 13:16:02 Removing intermediate container 0a3755e5c207 13:16:02 ---> a91ac4c5770d 13:16:02 Step 22/22 : LABEL version=0.0.0 13:16:03 ---> Running in edb193c9480b 13:16:03 Removing intermediate container fa5ac6acc45f 13:16:03 ---> 0d95a1c0118c 13:16:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:16:03 ---> Running in aca1c299a73f 13:16:03 Removing intermediate container edb193c9480b 13:16:03 ---> cc9be5493ced 13:16:03 13:16:04 Successfully built cc9be5493ced 13:16:04 Successfully tagged docker-support-notifications-go-arm64:latest 13:16:04  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:16:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:16:06 (1/6) Installing dumb-init (1.2.2-r1) 13:16:06 (2/6) Installing libgcc (9.3.0-r2) 13:16:06 (3/6) Installing libsodium (1.0.18-r0) 13:16:06 (4/6) Installing libstdc++ (9.3.0-r2) 13:16:06 (5/6) Installing libzmq (4.3.3-r0) 13:16:06 (6/6) Installing zeromq (4.3.3-r0) 13:16:06 Executing busybox-1.31.1-r20.trigger 13:16:06 OK: 8 MiB in 20 packages 13:16:08 Removing intermediate container aca1c299a73f 13:16:08 ---> 8fc1f0caa591 13:16:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:16:08 ---> 3b7c4c6e0ae7 13:16:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:16:10 ---> d234ab9eebc1 13:16:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:16:10 ---> 9baae7e5c372 13:16:10 Step 19/23 : ENTRYPOINT ["/core-data"] 13:16:11 ---> Running in 15b47f48aad4 13:16:11 Removing intermediate container 15b47f48aad4 13:16:11 ---> be79faea6227 13:16:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:16:11 ---> Running in 45eb3c35f211 13:16:12 Removing intermediate container 45eb3c35f211 13:16:12 ---> b4e53580e7bb 13:16:12 Step 21/23 : LABEL arch=arm64 13:16:12 ---> Running in 4aba5fc07049 13:16:12 Removing intermediate container 4aba5fc07049 13:16:12 ---> 7fd33a72e85f 13:16:12 Step 22/23 : LABEL git_sha=9038ab4eaa9c037ac5466806ea0106bc3fd05571 13:16:12 ---> Running in 3b107ece4172 13:16:13 Removing intermediate container 3b107ece4172 13:16:13 ---> 3ca64c82eb8b 13:16:13 Step 23/23 : LABEL version=0.0.0 13:16:13 ---> Running in 3040a28d9862 13:16:14 Removing intermediate container 3040a28d9862 13:16:14 ---> 2df03c253144 13:16:14 13:16:14 Successfully built 2df03c253144 13:16:14 Successfully tagged docker-core-data-go-arm64:latest 13:16:14  Building docker-core-data-go ... done  [Pipeline] } 13:16:14 $ docker stop --time=1 5200fd85e60da587b551f2730efd0f9bec72dca8aeea12cd72d9b9c8b3eb5e53 13:16:16 $ docker rm -f 5200fd85e60da587b551f2730efd0f9bec72dca8aeea12cd72d9b9c8b3eb5e53 [Pipeline] // withDockerContainer [Pipeline] sh 13:16:17 + grep docker 13:16:17 + docker images 13:16:17 docker-core-data-go-arm64 latest 2df03c253144 4 seconds ago 21.4MB 13:16:17 docker-support-notifications-go-arm64 latest cc9be5493ced 14 seconds ago 17MB 13:16:17 docker-security-proxy-setup-go-arm64 latest ce64bd3a13b5 44 seconds ago 24.3MB 13:16:17 docker-support-scheduler-go-arm64 latest a92f7f19331b About a minute ago 16.4MB 13:16:17 docker-sys-mgmt-agent-go-arm64 latest 47eb2cdac93d 2 minutes ago 299MB 13:16:17 docker-security-bootstrapper-go-arm64 latest 38a07f1ca039 3 minutes ago 17.9MB 13:16:17 docker-security-secretstore-setup-go-arm64 latest fe62ee511e67 3 minutes ago 24.6MB 13:16:17 docker-core-command-go-arm64 latest a370d2912d7a 3 minutes ago 16.3MB 13:16:17 docker-core-metadata-go-arm64 latest 34a832b6f926 3 minutes ago 17.9MB 13:16:17 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 13:16:18 ---> job-cost.sh 13:16:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JAlD 13:16:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:18:33 lf-activate-venv(): INFO: Adding /tmp/venv-JAlD/bin to PATH 13:18:33 INFO: No Stack... 13:18:33 INFO: Retrieving Pricing Info for: lf-standard-4 13:18:33 INFO: Archiving Costs [Pipeline] sh 13:18:34 + cat /w/workspace/edgex-go/2/archives/cost.csv 13:18:34 + cut -d, -f6 [Pipeline] lock 13:18:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3357-2-stack-cost] 13:18:34 Resource [jenkins-edgexfoundry-edgex-go-PR-3357-2-stack-cost] did not exist. Created. 13:18:34 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3357-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:18:34 + echo total: 0.20999999344348907 [Pipeline] stash 13:18:35 Stashed 1 file(s) [Pipeline] } 13:18:35 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3357-2-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 13:18:35 provisioning config files... 13:18:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3828759792247798533tmp [Pipeline] { [Pipeline] sh 13:18:35 + set +x 13:18:35 + curl -s https://codecov.io/bash 13:18:35 + bash -s -- 13:18:36 13:18:36 _____ _ 13:18:36 / ____| | | 13:18:36 | | ___ __| | ___ ___ _____ __ 13:18:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:18:36 | |___| (_) | (_| | __/ (_| (_) \ V / 13:18:36 \_____\___/ \__,_|\___|\___\___/ \_/ 13:18:36 Bash-1.0.1 13:18:36 13:18:36 13:18:36 ==> git version 2.24.3 found 13:18:36 ==> 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 13:18:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:18:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:18:36 ==> Jenkins CI detected. 13:18:36 project root: . 13:18:36 --> token set from env 13:18:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:18:36 ==> Running gcov in . (disable via -X gcov) 13:18:36 ==> Python coveragepy not found 13:18:36 ==> Searching for coverage reports in: 13:18:36 + . 13:18:36 -> Found 1 reports 13:18:36 ==> Detecting git/mercurial file structure 13:18:36 ==> Reading reports 13:18:36 + ./coverage.out bytes=686607 13:18:36 ==> Appending adjustments 13:18:36 https://docs.codecov.io/docs/fixing-reports 13:18:42 + Found adjustments 13:18:42 ==> Gzipping contents 13:18:42 100K /tmp/codecov.VNhuGz.gz 13:18:42 ==> Uploading reports 13:18:42 url: https://codecov.io 13:18:42 query: branch=PR-3357&commit=9038ab4eaa9c037ac5466806ea0106bc3fd05571&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3357%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3357&job=&cmd_args= 13:18:42 -> Pinging Codecov 13:18:42 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3357&commit=9038ab4eaa9c037ac5466806ea0106bc3fd05571&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3357%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3357&job=&cmd_args= 13:18:42 -> Uploading to 13:18:42 https://storage.googleapis.com/codecov/v4/raw/2021-04-14/00271124DB129430A58F1EEE437C3FCB/9038ab4eaa9c037ac5466806ea0106bc3fd05571/93d9e233-af33-463c-925b-7f78bdd51e82.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210414%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210414T131842Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2fb7bf0aacfd9abd888f52093fbcea4d7e15d63c4edd5d8f0597f0288d86dc9 13:18:42 % Total % Received % Xferd Average Speed Time Time Time Current 13:18:42 Dload Upload Total Spent Left Speed 13:18:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98595 0 0 100 98595 0 190k --:--:-- --:--:-- --:--:-- 189k 100 98595 0 0 100 98595 0 190k --:--:-- --:--:-- --:--:-- 189k 13:18:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/9038ab4eaa9c037ac5466806ea0106bc3fd05571 [Pipeline] } 13:18:42 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 13:18:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:18:44 ---> package-listing.sh 13:18:44 ++ facter osfamily 13:18:44 ++ tr '[:upper:]' '[:lower:]' 13:18:44 + OS_FAMILY=redhat 13:18:44 + workspace=/w/workspace/edgex-go/2 13:18:44 + START_PACKAGES=/tmp/packages_start.txt 13:18:44 + END_PACKAGES=/tmp/packages_end.txt 13:18:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:18:44 + PACKAGES=/tmp/packages_start.txt 13:18:44 + '[' /w/workspace/edgex-go/2 ']' 13:18:44 + PACKAGES=/tmp/packages_end.txt 13:18:44 + case "${OS_FAMILY}" in 13:18:44 + rpm -qa 13:18:44 + sort 13:18:49 + '[' -f /tmp/packages_start.txt ']' 13:18:49 + '[' -f /tmp/packages_end.txt ']' 13:18:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:18:49 + '[' /w/workspace/edgex-go/2 ']' 13:18:49 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:18:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:18:49 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:18:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:18:50 13:18:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:18:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:18:51 alpine: Pulling from edgex-lftools-log-publisher 13:18:51 df20fa9351a1: Pulling fs layer 13:18:51 36b3adc4ff6f: Pulling fs layer 13:18:51 8ad3a11d3b57: Pulling fs layer 13:18:51 46f8f816bc3b: Pulling fs layer 13:18:51 93b61091891f: Pulling fs layer 13:18:51 93b9cdb0e59b: Pulling fs layer 13:18:51 5e14af77c1be: Pulling fs layer 13:18:51 01666e4c0597: Pulling fs layer 13:18:51 aa168da1d23b: Pulling fs layer 13:18:51 93b9cdb0e59b: Waiting 13:18:51 5e14af77c1be: Waiting 13:18:51 01666e4c0597: Waiting 13:18:51 93b61091891f: Waiting 13:18:51 46f8f816bc3b: Waiting 13:18:51 36b3adc4ff6f: Verifying Checksum 13:18:51 36b3adc4ff6f: Download complete 13:18:51 46f8f816bc3b: Verifying Checksum 13:18:51 46f8f816bc3b: Download complete 13:18:51 df20fa9351a1: Verifying Checksum 13:18:51 93b9cdb0e59b: Verifying Checksum 13:18:51 93b9cdb0e59b: Download complete 13:18:51 5e14af77c1be: Verifying Checksum 13:18:51 5e14af77c1be: Download complete 13:18:51 01666e4c0597: Verifying Checksum 13:18:51 01666e4c0597: Download complete 13:18:51 8ad3a11d3b57: Verifying Checksum 13:18:51 8ad3a11d3b57: Download complete 13:18:51 93b61091891f: Verifying Checksum 13:18:51 93b61091891f: Download complete 13:18:51 df20fa9351a1: Pull complete 13:18:52 36b3adc4ff6f: Pull complete 13:18:53 8ad3a11d3b57: Pull complete 13:18:53 aa168da1d23b: Verifying Checksum 13:18:53 aa168da1d23b: Download complete 13:18:53 46f8f816bc3b: Pull complete 13:18:54 93b61091891f: Pull complete 13:18:54 93b9cdb0e59b: Pull complete 13:18:54 5e14af77c1be: Pull complete 13:18:54 01666e4c0597: Pull complete 13:19:03 aa168da1d23b: Pull complete 13:19:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:19:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:19:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:19:03 prd-centos7-docker-4c-2g-113 does not seem to be running inside a container 13:19:03 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:19:08 $ docker top db5d41f9319eb26afdcc73cd2c752697f1d7e222a6532da5d7529adaa2e5a2bc -eo pid,comm [Pipeline] { [Pipeline] sh 13:19:08 + touch /tmp/pre-build-complete [Pipeline] sh 13:19:08 + mkdir -p /var/log/sa [Pipeline] sh 13:19:09 + ls /var/log/sa-host 13:19:09 + sadf -c /var/log/sa-host/sa14 13:19:09 file_magic: OK 13:19:09 HZ: Using current value: 100 13:19:09 file_header: OK 13:19:09 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 13:19:09 Statistics: 13:19:09 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... 13:19:09 File successfully converted to sysstat format version 12.2.1 13:19:09 + sadf -c /var/log/sa-host/sa23 13:19:09 file_magic: OK 13:19:09 HZ: Using current value: 100 13:19:09 file_header: OK 13:19:09 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 13:19:09 Statistics: 13:19:09 Hnuu...uuuununununu... 13:19:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:19:09 provisioning config files... 13:19:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1647377752540579727tmp [Pipeline] { [Pipeline] echo 13:19:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:19:09 ---> create-netrc.sh [Pipeline] } 13:19:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:19:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:19:10 ---> python-tools-install.sh [Pipeline] echo 13:19:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:19:10 ---> sudo-logs.sh 13:19:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:19:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:19:10 ---> job-cost.sh 13:19:10 lf-activate-venv: SKIPPING 13:19:10 DEBUG: total: 0.20999999344348907 13:19:10 INFO: Retrieving Stack Cost... 13:19:11 INFO: Retrieving Pricing Info for: v1-standard-2 13:19:12 INFO: Archiving Costs [Pipeline] echo 13:19:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:19:12 ---> logs-deploy.sh 13:19:12 lf-activate-venv: SKIPPING 13:19:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3357/2 13:19:12 INFO: archiving workspace using pattern(s): 13:19:14 Archives upload complete. 13:19:14 INFO: archiving logs to Nexus 13:19:15 ---> uname -a: 13:19:15 Linux prd-centos7-docker-4c-2g-113.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:19:15 13:19:15 13:19:15 ---> lscpu: 13:19:15 Architecture: x86_64 13:19:15 CPU op-mode(s): 32-bit, 64-bit 13:19:15 Byte Order: Little Endian 13:19:15 Address sizes: 40 bits physical, 48 bits virtual 13:19:15 CPU(s): 4 13:19:15 On-line CPU(s) list: 0-3 13:19:15 Thread(s) per core: 1 13:19:15 Core(s) per socket: 1 13:19:15 Socket(s): 4 13:19:15 NUMA node(s): 1 13:19:15 Vendor ID: GenuineIntel 13:19:15 CPU family: 6 13:19:15 Model: 44 13:19:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:19:15 Stepping: 1 13:19:15 CPU MHz: 2933.438 13:19:15 BogoMIPS: 5866.87 13:19:15 Virtualization: VT-x 13:19:15 Hypervisor vendor: KVM 13:19:15 Virtualization type: full 13:19:15 L1d cache: 128 KiB 13:19:15 L1i cache: 128 KiB 13:19:15 L2 cache: 16 MiB 13:19:15 L3 cache: 64 MiB 13:19:15 NUMA node0 CPU(s): 0-3 13:19:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:19:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:19:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:19:15 Vulnerability Meltdown: Mitigation; PTI 13:19:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:19:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:19:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:19:15 Vulnerability Srbds: Not affected 13:19:15 Vulnerability Tsx async abort: Not affected 13:19:15 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 13:19:15 13:19:15 13:19:15 ---> nproc: 13:19:15 4 13:19:15 13:19:15 13:19:15 ---> df -h: 13:19:15 Filesystem Size Used Available Use% Mounted on 13:19:15 overlay 50.0G 12.2G 37.8G 24% / 13:19:15 tmpfs 64.0M 0 64.0M 0% /dev 13:19:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:19:15 shm 64.0M 0 64.0M 0% /dev/shm 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 13:19:15 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 13:19:15 13:19:15 13:19:15 ---> free -m: 13:19:15 total used free shared buff/cache available 13:19:15 Mem: 1837 724 129 0 983 1031 13:19:15 Swap: 1023 67 956 13:19:15 13:19:15 13:19:15 ---> ip addr: 13:19:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:19:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:19:15 inet 127.0.0.1/8 scope host lo 13:19:15 valid_lft forever preferred_lft forever 13:19:15 inet6 ::1/128 scope host 13:19:15 valid_lft forever preferred_lft forever 13:19:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:19:15 link/ether fa:16:3e:e5:83:50 brd ff:ff:ff:ff:ff:ff 13:19:15 inet 10.30.123.220/23 brd 10.30.123.255 scope global dynamic eth0 13:19:15 valid_lft 84999sec preferred_lft 84999sec 13:19:15 inet6 fe80::f816:3eff:fee5:8350/64 scope link 13:19:15 valid_lft forever preferred_lft forever 13:19:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:19:15 link/ether 02:42:5f:71:bc:2b brd ff:ff:ff:ff:ff:ff 13:19:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:19:15 valid_lft forever preferred_lft forever 13:19:15 inet6 fe80::42:5fff:fe71:bc2b/64 scope link 13:19:15 valid_lft forever preferred_lft forever 13:19:15 13:19:15 13:19:15 ---> sar -b -r -n DEV: 13:19:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/14/21 _x86_64_ (4 CPU) 13:19:15 13:19:15 12:55:41 LINUX RESTART (4 CPU) 13:19:15 13:19:15 12:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:19:15 12:57:01 184.98 90.60 94.38 0.00 9825.05 44718.21 0.00 13:19:15 12:58:01 263.10 101.86 161.23 0.00 7403.56 50761.90 0.00 13:19:15 12:59:01 244.87 103.47 141.40 0.00 3448.84 18274.50 0.00 13:19:15 13:00:02 117.44 55.77 61.67 0.00 2016.89 8278.23 0.00 13:19:15 13:01:01 136.88 39.13 97.75 0.00 2514.32 24787.23 0.00 13:19:15 13:02:04 1501.19 1214.78 286.41 0.00 116291.32 169295.56 0.00 13:19:15 13:03:01 2067.89 1793.18 274.71 0.00 125108.87 136343.98 0.00 13:19:15 13:04:02 438.27 176.10 262.17 0.00 34405.58 79417.42 0.00 13:19:15 13:05:02 1857.07 1532.68 324.39 0.00 137412.16 142021.14 0.00 13:19:15 13:06:01 310.96 92.69 218.27 0.00 10284.71 34316.58 0.00 13:19:15 13:07:01 13.92 5.48 8.44 0.00 199.37 329.87 0.00 13:19:15 13:08:01 0.18 0.00 0.18 0.00 0.00 1.77 0.00 13:19:15 13:09:01 0.18 0.00 0.18 0.00 0.00 2.18 0.00 13:19:15 13:10:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 13:19:15 13:11:01 1.57 1.40 0.17 0.00 49.95 2.38 0.00 13:19:15 13:12:01 0.97 0.08 0.88 0.00 2.53 16.79 0.00 13:19:15 13:13:01 0.18 0.00 0.18 0.00 0.00 2.01 0.00 13:19:15 13:14:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 13:19:15 13:15:01 0.18 0.00 0.18 0.00 0.00 1.92 0.00 13:19:15 13:16:02 0.28 0.00 0.28 0.00 0.00 3.23 0.00 13:19:15 13:17:01 0.25 0.03 0.22 0.00 0.81 2.61 0.00 13:19:15 13:18:01 0.23 0.00 0.23 0.00 0.00 2.25 0.00 13:19:15 13:19:01 116.27 73.32 42.95 0.00 6305.64 12853.25 0.00 13:19:15 Average: 315.68 229.59 86.09 0.00 19872.67 31532.57 0.00 13:19:15 13:19:15 12:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:19:15 12:57:01 77344 0 703872 37.41 2620 1097708 1341020 45.77 558248 1040540 60100 13:19:15 12:58:01 74332 0 770088 40.93 1492 1035632 1559204 53.21 575436 958980 97420 13:19:15 12:59:01 166632 0 821552 43.66 1260 892100 1644860 56.14 656624 773628 76480 13:19:15 13:00:02 294196 0 789764 41.97 520 797064 1669520 56.98 592348 703976 69372 13:19:15 13:01:01 188556 0 756068 40.18 456 936464 1318316 44.99 556808 839028 16 13:19:15 13:02:04 90844 0 785672 41.76 12 1005016 1957920 66.82 645824 924460 93224 13:19:15 13:03:01 491760 0 1099644 58.44 12 290128 2979912 101.70 587868 526680 46168 13:19:15 13:04:02 81600 0 698384 37.12 12 1101548 1372016 46.82 727072 832228 15688 13:19:15 13:05:02 127756 0 671924 35.71 12 1081852 1404624 47.94 596756 923272 16 13:19:15 13:06:01 122108 0 673272 35.78 12 1086152 1518460 51.82 573972 930472 20 13:19:15 13:07:01 154080 0 636264 33.82 12 1091188 1189640 40.60 574032 907448 12 13:19:15 13:08:01 154636 0 635688 33.79 12 1091208 1181404 40.32 573264 907308 8 13:19:15 13:09:01 154952 0 635360 33.77 12 1091220 1178440 40.22 573512 907308 12 13:19:15 13:10:01 155572 0 634740 33.74 12 1091220 1178320 40.21 573112 907308 12 13:19:15 13:11:01 154156 0 635368 33.77 12 1092008 1178320 40.21 573296 908028 20 13:19:15 13:12:01 154000 0 635532 33.78 12 1092000 1178380 40.22 573140 908056 20 13:19:15 13:13:01 154228 0 635280 33.76 12 1092024 1178320 40.21 573180 908076 12 13:19:15 13:14:01 154080 0 635424 33.77 12 1092028 1178320 40.21 573064 908072 8 13:19:15 13:15:01 154252 0 635244 33.76 12 1092036 1178320 40.21 573068 908072 12 13:19:15 13:16:02 154128 0 635364 33.77 12 1092040 1178316 40.21 573196 908072 8 13:19:15 13:17:01 154180 0 635308 33.77 12 1092044 1178380 40.22 573160 908088 8 13:19:15 13:18:01 153828 0 635612 33.78 12 1092092 1178416 40.22 573480 908104 24 13:19:15 13:19:01 79476 0 744032 39.54 12 1058024 1604356 54.75 704572 808084 68820 13:19:15 Average: 158552 0 701715 37.29 285 1020991 1414121 48.26 593697 876317 22934 13:19:15 13:19:15 12:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:19:15 12:57:01 vethe593f9b 402.81 285.15 38.37 1030.23 0.00 0.00 0.00 0.00 13:19:15 12:57:01 eth0 1329.36 1173.65 4760.85 149.12 0.00 0.00 0.00 0.00 13:19:15 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 12:57:01 docker0 402.81 285.03 32.87 1030.22 0.00 0.00 0.00 0.00 13:19:15 12:58:01 veth716744a 66.19 95.64 6.30 467.46 0.00 0.00 0.00 0.00 13:19:15 12:58:01 eth0 983.65 1009.31 5331.93 120.22 0.00 0.00 0.00 0.00 13:19:15 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 12:58:01 docker0 760.90 654.63 55.19 2485.93 0.00 0.00 0.00 0.00 13:19:15 12:59:01 vethab58a4f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:19:15 12:59:01 eth0 33.52 19.24 30.83 12.40 0.00 0.00 0.00 0.00 13:19:15 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 12:59:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:00:02 vethab58a4f 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 13:19:15 13:00:02 eth0 36.25 24.79 20.48 62.14 0.00 0.00 0.00 0.00 13:19:15 13:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:00:02 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 13:19:15 13:01:01 eth0 206.58 154.00 1722.32 73.73 0.00 0.00 0.00 0.00 13:19:15 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:02:04 veth88db6cf 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 13:19:15 13:02:04 eth0 78.94 48.19 168.28 13.68 0.00 0.00 0.00 0.00 13:19:15 13:02:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:02:04 docker0 32.29 50.25 2.03 141.51 0.00 0.00 0.00 0.00 13:19:15 13:03:01 veth88db6cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:03:01 veth4560100 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:19:15 13:03:01 veth39a20f9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:19:15 13:03:01 vethcf622e3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:19:15 13:04:02 veth88db6cf 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 13:19:15 13:04:02 eth0 2765.25 2482.89 12284.69 493.23 0.00 0.00 0.00 0.00 13:19:15 13:04:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:19:15 13:04:02 docker0 1210.55 1017.09 90.87 3820.13 0.00 0.00 0.00 0.00 13:19:15 13:05:02 veth88db6cf 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:05:02 eth0 64.76 44.99 81.90 67.95 0.00 0.00 0.00 0.00 13:19:15 13:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:05:02 docker0 20.50 25.09 1.36 59.36 0.00 0.00 0.00 0.00 13:19:15 13:06:01 veth88db6cf 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:19:15 13:06:01 eth0 244.32 167.32 1710.86 77.87 0.00 0.00 0.00 0.00 13:19:15 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:06:01 docker0 40.54 61.32 2.69 436.11 0.00 0.00 0.00 0.00 13:19:15 13:07:01 eth0 3.18 2.21 3.39 1.35 0.00 0.00 0.00 0.00 13:19:15 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:08:01 eth0 0.37 0.17 0.11 0.05 0.00 0.00 0.00 0.00 13:19:15 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:09:01 eth0 0.95 0.35 0.32 0.20 0.00 0.00 0.00 0.00 13:19:15 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:10:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 13:19:15 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:11:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:19:15 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:12:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 13:19:15 13:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:13:01 eth0 0.13 0.15 0.01 0.01 0.00 0.00 0.00 0.00 13:19:15 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:14:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:19:15 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:16:02 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 13:19:15 13:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:17:01 eth0 0.34 0.24 0.15 0.08 0.00 0.00 0.00 0.00 13:19:15 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:18:01 eth0 0.48 0.33 0.27 0.20 0.00 0.00 0.00 0.00 13:19:15 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:19:01 eth0 224.72 184.28 2174.28 21.99 0.00 0.00 0.00 0.00 13:19:15 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 Average: eth0 143.26 125.27 705.95 28.84 0.00 0.00 0.00 0.00 13:19:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:19:15 Average: docker0 55.46 48.11 4.14 188.00 0.00 0.00 0.00 0.00 13:19:15 13:19:15 13:19:15 ---> sar -P ALL: 13:19:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/14/21 _x86_64_ (4 CPU) 13:19:15 13:19:15 12:55:41 LINUX RESTART (4 CPU) 13:19:15 13:19:15 12:56:01 CPU %user %nice %system %iowait %steal %idle 13:19:15 12:57:01 all 18.64 0.00 10.89 8.16 0.29 62.02 13:19:15 12:57:01 0 18.69 0.00 11.84 9.60 0.26 59.60 13:19:15 12:57:01 1 19.89 0.00 11.04 8.89 0.29 59.90 13:19:15 12:57:01 2 17.85 0.00 9.92 7.35 0.33 64.55 13:19:15 12:57:01 3 18.14 0.00 10.78 6.81 0.27 63.99 13:19:15 12:58:01 all 16.17 0.00 9.91 4.25 0.84 68.83 13:19:15 12:58:01 0 13.20 0.00 10.28 3.69 0.94 71.89 13:19:15 12:58:01 1 15.51 0.00 9.48 4.43 0.74 69.85 13:19:15 12:58:01 2 14.29 0.00 9.51 4.62 0.88 70.70 13:19:15 12:58:01 3 21.70 0.00 10.39 4.24 0.81 62.86 13:19:15 12:59:01 all 42.08 0.00 12.85 6.31 0.90 37.86 13:19:15 12:59:01 0 41.42 0.00 12.96 4.71 0.92 39.99 13:19:15 12:59:01 1 42.93 0.00 12.66 7.01 0.93 36.47 13:19:15 12:59:01 2 42.08 0.00 13.25 6.49 0.83 37.34 13:19:15 12:59:01 3 41.87 0.00 12.52 7.03 0.94 37.65 13:19:15 13:00:02 all 50.93 0.00 13.30 2.82 0.42 32.53 13:19:15 13:00:02 0 51.28 0.00 13.57 3.15 0.49 31.52 13:19:15 13:00:02 1 51.18 0.00 12.94 1.71 0.41 33.76 13:19:15 13:00:02 2 51.07 0.00 13.72 3.53 0.37 31.31 13:19:15 13:00:02 3 50.19 0.00 12.97 2.89 0.42 33.52 13:19:15 13:01:01 all 36.03 0.00 13.46 2.50 0.82 47.19 13:19:15 13:01:01 0 36.63 0.00 13.54 2.30 0.75 46.78 13:19:15 13:01:01 1 36.37 0.00 13.21 4.12 0.80 45.49 13:19:15 13:01:01 2 34.73 0.00 13.22 1.90 0.93 49.22 13:19:15 13:01:01 3 36.40 0.00 13.87 1.65 0.82 47.26 13:19:15 13:02:04 all 22.14 0.00 27.75 11.73 2.92 35.46 13:19:15 13:02:04 0 21.03 0.00 27.60 12.10 2.78 36.48 13:19:15 13:02:04 1 21.68 0.00 27.06 11.39 3.26 36.61 13:19:15 13:02:04 2 23.95 0.00 27.89 12.02 2.61 33.53 13:19:15 13:02:04 3 21.90 0.00 28.48 11.38 3.03 35.21 13:19:15 13:03:01 all 42.44 0.00 26.75 16.05 2.47 12.28 13:19:15 13:03:01 0 43.42 0.00 26.73 16.52 2.47 10.85 13:19:15 13:03:01 1 40.80 0.00 27.29 15.46 2.72 13.73 13:19:15 13:03:01 2 42.08 0.00 24.54 15.34 2.46 15.58 13:19:15 13:03:01 3 43.48 0.00 28.49 16.90 2.23 8.91 13:19:15 13:04:02 all 44.27 0.00 19.66 13.53 2.80 19.73 13:19:15 13:04:02 0 44.48 0.00 19.43 12.15 2.46 21.48 13:19:15 13:04:02 1 44.99 0.00 19.51 12.36 2.90 20.25 13:19:15 13:04:02 2 43.13 0.00 20.41 15.45 2.60 18.41 13:19:15 13:04:02 3 44.51 0.00 19.30 14.14 3.25 18.80 13:19:15 13:05:02 all 42.84 0.00 27.75 13.32 2.47 13.62 13:19:15 13:05:02 0 42.03 0.00 28.51 12.67 2.32 14.48 13:19:15 13:05:02 1 44.54 0.00 28.83 14.08 2.15 10.39 13:19:15 13:05:02 2 42.20 0.00 26.68 13.90 2.52 14.68 13:19:15 13:05:02 3 42.58 0.00 26.98 12.64 2.87 14.92 13:19:15 13:06:01 all 31.45 0.00 13.13 8.03 0.17 47.22 13:19:15 13:06:01 0 29.62 0.00 13.35 8.68 0.18 48.17 13:19:15 13:06:01 1 32.94 0.00 13.56 10.49 0.12 42.89 13:19:15 13:06:01 2 31.56 0.00 12.05 6.46 0.16 49.77 13:19:15 13:06:01 3 31.68 0.00 13.57 6.52 0.21 48.02 13:19:15 13:07:01 all 0.23 0.00 0.28 0.28 0.05 99.17 13:19:15 13:07:01 0 0.30 0.00 0.20 0.17 0.05 99.28 13:19:15 13:07:01 1 0.27 0.00 0.50 0.60 0.05 98.58 13:19:15 13:07:01 2 0.13 0.00 0.23 0.23 0.05 99.35 13:19:15 13:07:01 3 0.20 0.00 0.17 0.13 0.05 99.45 13:19:15 13:19:15 13:07:01 CPU %user %nice %system %iowait %steal %idle 13:19:15 13:08:01 all 0.10 0.00 0.05 0.00 0.05 99.81 13:19:15 13:08:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:19:15 13:08:01 1 0.03 0.00 0.07 0.00 0.10 99.80 13:19:15 13:08:01 2 0.32 0.00 0.08 0.00 0.07 99.53 13:19:15 13:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:19:15 13:09:01 all 0.16 0.00 0.05 0.00 0.04 99.75 13:19:15 13:09:01 0 0.08 0.00 0.07 0.00 0.05 99.80 13:19:15 13:09:01 1 0.07 0.00 0.07 0.00 0.05 99.82 13:19:15 13:09:01 2 0.47 0.00 0.00 0.00 0.00 99.53 13:19:15 13:09:01 3 0.03 0.00 0.05 0.00 0.05 99.87 13:19:15 13:10:01 all 0.14 0.00 0.03 0.00 0.00 99.83 13:19:15 13:10:01 0 0.50 0.00 0.03 0.00 0.00 99.47 13:19:15 13:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:19:15 13:10:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:19:15 13:10:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:19:15 13:11:01 all 0.17 0.00 0.12 0.02 0.04 99.66 13:19:15 13:11:01 0 0.52 0.00 0.08 0.00 0.05 99.35 13:19:15 13:11:01 1 0.03 0.00 0.10 0.00 0.00 99.87 13:19:15 13:11:01 2 0.05 0.00 0.17 0.07 0.03 99.68 13:19:15 13:11:01 3 0.07 0.00 0.12 0.00 0.07 99.75 13:19:15 13:12:01 all 0.15 0.00 0.02 0.00 0.01 99.81 13:19:15 13:12:01 0 0.52 0.00 0.02 0.00 0.02 99.45 13:19:15 13:12:01 1 0.05 0.00 0.05 0.00 0.03 99.87 13:19:15 13:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:19:15 13:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:19:15 13:13:01 all 0.15 0.00 0.03 0.00 0.01 99.81 13:19:15 13:13:01 0 0.48 0.00 0.03 0.00 0.00 99.48 13:19:15 13:13:01 1 0.07 0.00 0.05 0.00 0.03 99.85 13:19:15 13:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:19:15 13:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:19:15 13:14:01 all 0.03 0.00 0.03 0.00 0.01 99.92 13:19:15 13:14:01 0 0.07 0.00 0.07 0.00 0.02 99.85 13:19:15 13:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 13:19:15 13:14:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:19:15 13:14:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:19:15 13:15:01 all 0.16 0.00 0.02 0.00 0.01 99.80 13:19:15 13:15:01 0 0.17 0.00 0.02 0.00 0.00 99.82 13:19:15 13:15:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:19:15 13:15:01 2 0.08 0.00 0.03 0.00 0.05 99.83 13:19:15 13:15:01 3 0.35 0.00 0.03 0.00 0.00 99.62 13:19:15 13:16:02 all 0.14 0.00 0.04 0.00 0.01 99.81 13:19:15 13:16:02 0 0.03 0.00 0.03 0.00 0.02 99.92 13:19:15 13:16:02 1 0.02 0.00 0.05 0.00 0.00 99.93 13:19:15 13:16:02 2 0.02 0.00 0.05 0.00 0.02 99.92 13:19:15 13:16:02 3 0.50 0.00 0.03 0.00 0.00 99.47 13:19:15 13:17:01 all 0.14 0.00 0.02 0.00 0.04 99.81 13:19:15 13:17:01 0 0.03 0.00 0.02 0.00 0.03 99.92 13:19:15 13:17:01 1 0.05 0.00 0.03 0.00 0.05 99.86 13:19:15 13:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:19:15 13:17:01 3 0.42 0.00 0.02 0.00 0.05 99.51 13:19:15 13:18:01 all 0.14 0.00 0.02 0.00 0.02 99.82 13:19:15 13:18:01 0 0.02 0.00 0.02 0.00 0.03 99.93 13:19:15 13:18:01 1 0.03 0.00 0.03 0.00 0.03 99.90 13:19:15 13:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:19:15 13:18:01 3 0.48 0.00 0.02 0.00 0.02 99.48 13:19:15 13:19:15 13:18:01 CPU %user %nice %system %iowait %steal %idle 13:19:15 13:19:01 all 6.39 0.00 4.59 2.73 1.39 84.90 13:19:15 13:19:01 0 5.59 0.00 5.20 2.63 1.48 85.11 13:19:15 13:19:01 1 6.03 0.00 3.93 2.71 1.40 85.93 13:19:15 13:19:01 2 7.84 0.00 4.62 4.33 1.30 81.92 13:19:15 13:19:01 3 6.11 0.00 4.61 1.26 1.38 86.64 13:19:15 Average: all 14.91 0.00 7.60 3.77 0.67 73.06 13:19:15 Average: 0 14.71 0.00 7.73 3.71 0.65 73.20 13:19:15 Average: 1 15.02 0.00 7.59 3.92 0.68 72.78 13:19:15 Average: 2 14.79 0.00 7.43 3.86 0.64 73.27 13:19:15 Average: 3 15.11 0.00 7.65 3.57 0.69 72.97 13:19:15 13:19:15 13:19:15