Pull request #3190 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at e1c877c26fd3ad456d53f84346cbbc11c0c9a37e rather than 452e8e56647e25e17fef4bb2c674b86f1002a156 Obtained Jenkinsfile from e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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-29322 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e into PR head commit 452e8e56647e25e17fef4bb2c674b86f1002a156 Merge succeeded, producing 452e8e56647e25e17fef4bb2c674b86f1002a156 Checking out Revision 452e8e56647e25e17fef4bb2c674b86f1002a156 (PR-3190) > 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/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # 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 e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:43:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:43:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 80a5fc01eef6eda66ac70f2e91be96a417930f70 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:43:46 ========================================================= 14:43:46 EdgeX Global Pipelines Version Info 14:43:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:43:47 ------------------- 14:43:47 stable info: 14:43:47 ------------------- 14:43:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:43:47 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:43:47 Message: update stable to v1.0.184 14:43:48 ------------------- 14:43:48 experimental info: 14:43:48 ------------------- 14:43:48 Commited By: **** collab-it+edgex@linuxfoundation.org 14:43:48 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:43:48 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:43:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:43:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3190 [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3190 [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3190 [Pipeline] echo 14:43:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 452e8e56647e25e17fef4bb2c674b86f1002a156 [Pipeline] echo 14:43:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 452e8e5 [Pipeline] echo 14:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:43:52 provisioning config files... 14:43:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config8711216077657593349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:43:52 ---> docker-login.sh 14:43:52 nexus3.edgexfoundry.org:10001 14:43:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:53 Configure a credential helper to remove this warning. See 14:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:53 14:43:53 Login Succeeded 14:43:53 nexus3.edgexfoundry.org:10002 14:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:53 Configure a credential helper to remove this warning. See 14:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:53 14:43:53 Login Succeeded 14:43:53 nexus3.edgexfoundry.org:10003 14:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:53 Configure a credential helper to remove this warning. See 14:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:53 14:43:53 Login Succeeded 14:43:53 nexus3.edgexfoundry.org:10004 14:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:53 Configure a credential helper to remove this warning. See 14:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:53 14:43:53 Login Succeeded 14:43:53 docker.io 14:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:43:54 Configure a credential helper to remove this warning. See 14:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:43:54 14:43:54 Login Succeeded 14:43:54 ---> docker-login.sh ends [Pipeline] } 14:43:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:43:54 ++ 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 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/core-command/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo core-command,cmd/core-command/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/core-data/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo core-data,cmd/core-data/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/core-metadata/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo core-metadata,cmd/core-metadata/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/security-bootstrapper/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/security-proxy-setup/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/support-notifications/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo support-notifications,cmd/support-notifications/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/support-scheduler/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:43:54 + for file in '`ls cmd/**/Dockerfile`' 14:43:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:43:54 ++ cut -d/ -f2 14:43:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:43:54 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 14:43:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:56 14:43:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:43:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:56 latest: Pulling from edgex-devops/git-semver 14:43:56 31603596830f: Pulling fs layer 14:43:56 2a8b12db71e7: Pulling fs layer 14:43:56 6ca5941a6612: Pulling fs layer 14:43:56 ecc8261a40a4: Pulling fs layer 14:43:56 ecc8261a40a4: Waiting 14:43:56 2a8b12db71e7: Verifying Checksum 14:43:56 2a8b12db71e7: Download complete 14:43:57 31603596830f: Download complete 14:43:57 6ca5941a6612: Verifying Checksum 14:43:57 6ca5941a6612: Download complete 14:43:57 ecc8261a40a4: Verifying Checksum 14:43:57 ecc8261a40a4: Download complete 14:43:57 31603596830f: Pull complete 14:43:57 2a8b12db71e7: Pull complete 14:43:58 6ca5941a6612: Pull complete 14:43:58 ecc8261a40a4: Pull complete 14:43:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:43:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:43:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:43:58 prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container 14:43:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:44:01 $ docker top 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:44:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:02 [ssh-agent] Looking for ssh-agent implementation... 14:44:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:02 $ docker exec 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent 14:44:02 SSH_AUTH_SOCK=/tmp/ssh-SrWG2B4i90cV/agent.12 14:44:02 SSH_AGENT_PID=18 14:44:02 Running ssh-add (command line suppressed) 14:44:02 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4913227066588588577.key (/w/workspace/edgex-go/13@tmp/private_key_4913227066588588577.key) 14:44:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:03 + git tag --points-at HEAD [Pipeline] } 14:44:03 $ docker exec --env ******** --env ******** 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent -k 14:44:03 unset SSH_AUTH_SOCK; 14:44:03 unset SSH_AGENT_PID; 14:44:03 echo Agent pid 18 killed; 14:44:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:44:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:44:03 [ssh-agent] Looking for ssh-agent implementation... 14:44:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:44:03 $ docker exec 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent 14:44:03 SSH_AUTH_SOCK=/tmp/ssh-U4kYyGGfmltU/agent.47 14:44:03 SSH_AGENT_PID=52 14:44:03 Running ssh-add (command line suppressed) 14:44:04 Identity added: /w/workspace/edgex-go/13@tmp/private_key_409257103953696404.key (/w/workspace/edgex-go/13@tmp/private_key_409257103953696404.key) 14:44:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:44:04 + git semver init 14:44:04 # -> Open(): unable to determine branch for HEAD 14:44:04 # $GIT_DIR = /w/workspace/edgex-go/13/.git 14:44:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 14:44:04 # $SEMVER_REMOTE_NAME = origin 14:44:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:44:04 # $SEMVER_USER_NAME = edgex-jenkins 14:44:04 # $SEMVER_BRANCH = PR-3190 14:44:04 # $SEMVER_TEMP = /tmp/semver-709615241 14:44:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:44:26 # '/tmp/semver-709615241' -> '/w/workspace/edgex-go/13/.semver' 14:44:26 # -> Force: false 14:44:26 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 14:44:26 $ docker exec --env ******** --env ******** 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba ssh-agent -k 14:44:26 unset SSH_AUTH_SOCK; 14:44:26 unset SSH_AGENT_PID; 14:44:26 echo Agent pid 52 killed; 14:44:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:44:27 + git semver [Pipeline] } 14:44:27 $ docker stop --time=1 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba 14:44:28 $ docker rm -f 15d5b34c5f21418ce86af050174d649151934a23046bb011bbaed224a88653ba [Pipeline] // withDockerContainer [Pipeline] sh 14:44:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:44:30 Stashed 1 file(s) [Pipeline] echo 14:44:30 [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 14:44:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:44:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:44:31 + sudo service docker restart 14:44:31 + true 14:44:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:44:32 ========================================================= 14:44:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:44:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:44:32 + 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 . 14:44:36 Sending build context to Docker daemon 328.5MB 14:44:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:44:36 Step 2/6 : FROM ${BASE} 14:44:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:44:36 188c0c94c7c5: Pulling fs layer 14:44:36 0ef7d3d256c8: Pulling fs layer 14:44:36 de9db76c5a1d: Pulling fs layer 14:44:36 bca2f99d35d6: Pulling fs layer 14:44:36 93359f2a8cfa: Pulling fs layer 14:44:36 7c6f9722023f: Pulling fs layer 14:44:36 a35cf1a2eb13: Pulling fs layer 14:44:36 93359f2a8cfa: Waiting 14:44:36 7c6f9722023f: Waiting 14:44:36 a35cf1a2eb13: Waiting 14:44:36 bca2f99d35d6: Waiting 14:44:36 de9db76c5a1d: Download complete 14:44:36 0ef7d3d256c8: Verifying Checksum 14:44:36 0ef7d3d256c8: Download complete 14:44:36 93359f2a8cfa: Verifying Checksum 14:44:36 93359f2a8cfa: Download complete 14:44:36 188c0c94c7c5: Verifying Checksum 14:44:36 188c0c94c7c5: Download complete 14:44:36 7c6f9722023f: Verifying Checksum 14:44:36 7c6f9722023f: Download complete 14:44:37 188c0c94c7c5: Pull complete 14:44:37 0ef7d3d256c8: Pull complete 14:44:37 de9db76c5a1d: Pull complete 14:44:39 a35cf1a2eb13: Download complete 14:44:39 bca2f99d35d6: Verifying Checksum 14:44:39 bca2f99d35d6: Download complete 14:44:45 Still waiting to schedule task 14:44:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:44:46 bca2f99d35d6: Pull complete 14:44:46 93359f2a8cfa: Pull complete 14:44:46 7c6f9722023f: Pull complete 14:44:49 a35cf1a2eb13: Pull complete 14:44:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:44:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:44:49 ---> a62c8e92a672 14:44:49 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 14:44:49 ---> Running in c1882e1cc22f 14:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:44:51 (1/12) Installing libmagic (5.38-r0) 14:44:52 (2/12) Installing file (5.38-r0) 14:44:52 (3/12) Installing libc-dev (0.7.2-r3) 14:44:52 (4/12) Installing g++ (9.3.0-r2) 14:44:56 (5/12) Installing fortify-headers (1.1-r0) 14:44:56 (6/12) Installing patch (2.7.6-r6) 14:44:56 (7/12) Installing build-base (0.5-r2) 14:44:56 (8/12) Installing libsodium (1.0.18-r0) 14:44:56 (9/12) Installing pkgconf (1.7.2-r0) 14:44:56 (10/12) Installing libsodium-dev (1.0.18-r0) 14:44:56 (11/12) Installing libzmq (4.3.3-r0) 14:44:56 (12/12) Installing zeromq-dev (4.3.3-r0) 14:44:56 Executing busybox-1.31.1-r19.trigger 14:44:56 OK: 233 MiB in 51 packages 14:45:00 Removing intermediate container c1882e1cc22f 14:45:00 ---> 3be67e3305ab 14:45:00 Step 4/6 : WORKDIR /edgex-go 14:45:00 ---> Running in 52a95abeecd4 14:45:00 Removing intermediate container 52a95abeecd4 14:45:00 ---> 106161a3ee6d 14:45:00 Step 5/6 : COPY go.mod . 14:45:00 ---> 1359d3a2a1ea 14:45:00 Step 6/6 : RUN go mod download 14:45:01 ---> Running in 4cabdc61445c 14:45:27 Removing intermediate container 4cabdc61445c 14:45:27 ---> d04c04995b71 14:45:27 Successfully built d04c04995b71 14:45:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:45:28 + docker inspect -f . ci-base-image-x86_64 14:45:28 . [Pipeline] withDockerContainer 14:45:28 prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container 14:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:45:29 $ docker top e213f8a8fd73b871cc47c335e0456973b06cbe1d82897c5c3dfcdb37b9ba17e9 -eo pid,comm [Pipeline] { [Pipeline] sh 14:45:29 + go version 14:45:29 go version go1.15.5 linux/amd64 [Pipeline] } 14:45:29 $ docker stop --time=1 e213f8a8fd73b871cc47c335e0456973b06cbe1d82897c5c3dfcdb37b9ba17e9 14:45:31 $ docker rm -f e213f8a8fd73b871cc47c335e0456973b06cbe1d82897c5c3dfcdb37b9ba17e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:45:31 + docker inspect -f . ci-base-image-x86_64 14:45:31 . [Pipeline] withDockerContainer 14:45:32 prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container 14:45:32 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:45:32 $ docker top f0550322f1d801f807c8a5062617a7b10e8035cb865ebcab14acd62924016232 -eo pid,comm [Pipeline] { [Pipeline] echo 14:45:32 ========================================================= 14:45:32 [edgeXBuildGoParallel] Running Tests and Build... 14:45:32 ========================================================= [Pipeline] sh 14:45:33 + make test 14:45:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:45:41 ? github.com/edgexfoundry/edgex-go [no test files] 14:45:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:46:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:46:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:46:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:46:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:46:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:46:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:46:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:46:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:46:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:46:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:46:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:46:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:46:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 45.9% of statements 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:46:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:46:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements 14:46:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:46:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:46:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:46:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:46:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 71.3% of statements 14:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:46:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements 14:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:46:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 14:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:46:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:46:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.443s coverage: 92.8% of statements 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:46:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 14:46:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 14:46:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements 14:46:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 14:46:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.089s coverage: 81.4% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 62.4% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.320s coverage: 69.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 38.4% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 96.5% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:46:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 14:46:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 14:46:45 GO111MODULE=on go vet ./... 14:46:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29323 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws 14:46:52 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 14:46:57 using credential edgex-jenkins-ssh 14:46:57 Cloning the remote Git repository 14:46:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:46:57 > git init /w/workspace/edgex-go/13 # timeout=10 14:46:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:46:57 > git --version # timeout=10 14:46:57 > git --version # 'git version 2.17.1' 14:46:57 using GIT_SSH to set credentials SSH Credentials for GitHub 14:46:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:47:12 gofmt -l . 14:47:12 [ "`gofmt -l .`" = "" ] 14:47:12 ./bin/test-go-mod-tidy.sh 14:47:12 ./bin/test-attribution-txt.sh [Pipeline] sh 14:47:13 + ls -al . 14:47:13 total 740 14:47:13 drwxrwxr-x 10 1001 1001 4096 Mar 10 14:47 . 14:47:13 drwxr-xr-x 4 root root 30 Mar 10 14:45 .. 14:47:13 -rw-rw-r-- 1 1001 1001 11 Mar 10 14:43 .dockerignore 14:47:13 drwxrwxr-x 8 1001 1001 179 Mar 10 14:43 .git 14:47:13 drwxrwxr-x 3 1001 1001 125 Mar 10 14:43 .github 14:47:13 -rw-rw-r-- 1 1001 1001 818 Mar 10 14:43 .gitignore 14:47:13 drwx------ 3 1001 1001 60 Mar 10 14:44 .semver 14:47:13 -rw-rw-r-- 1 1001 1001 166 Mar 10 14:43 .sonarcloud.properties 14:47:13 -rw-rw-r-- 1 1001 1001 8607 Mar 10 14:43 Attribution.txt 14:47:13 -rw-rw-r-- 1 1001 1001 3804 Mar 10 14:43 CONTRIBUTING.md 14:47:13 -rw-rw-r-- 1 1001 1001 931 Mar 10 14:43 Dockerfile.build 14:47:13 -rw-rw-r-- 1 1001 1001 863 Mar 10 14:43 Jenkinsfile 14:47:13 -rw-rw-r-- 1 1001 1001 10775 Mar 10 14:43 LICENSE 14:47:13 -rw-rw-r-- 1 1001 1001 5774 Mar 10 14:43 Makefile 14:47:13 -rw-rw-r-- 1 1001 1001 6548 Mar 10 14:43 README.md 14:47:13 -rw-rw-r-- 1 1001 1001 6755 Mar 10 14:43 SECURITY.md 14:47:13 -rw-rw-r-- 1 1001 1001 5 Mar 10 14:44 VERSION 14:47:13 -rw-rw-r-- 1 1001 1001 4131 Mar 10 14:43 ZMQWindows.md 14:47:13 drwxrwxr-x 2 1001 1001 117 Mar 10 14:43 bin 14:47:13 drwxrwxr-x 14 1001 1001 4096 Mar 10 14:43 cmd 14:47:13 -rw-r--r-- 1 root root 628838 Mar 10 14:46 coverage.out 14:47:13 -rw-r--r-- 1 root root 1055 Mar 10 14:47 go.mod 14:47:13 -rw-r--r-- 1 root root 21981 Mar 10 14:47 go.sum 14:47:13 drwxrwxr-x 8 1001 1001 127 Mar 10 14:43 internal 14:47:13 drwxrwxr-x 4 1001 1001 26 Mar 10 14:43 openapi 14:47:13 drwxrwxr-x 4 1001 1001 71 Mar 10 14:43 snap 14:47:13 -rw-rw-r-- 1 1001 1001 168 Mar 10 14:43 version.go [Pipeline] sh 14:47:13 + '[' -e coverage.out ] 14:47:13 + chown 1001:1001 coverage.out [Pipeline] stash 14:47:14 Stashed 1 file(s) [Pipeline] sh 14:47:14 + make build 14:47:14 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 14:47:17 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 14:47:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:47:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:47:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:47:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:47:21 using GIT_SSH to set credentials SSH Credentials for GitHub 14:47:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:47:21 Merging remotes/origin/master commit e1c877c26fd3ad456d53f84346cbbc11c0c9a37e into PR head commit 452e8e56647e25e17fef4bb2c674b86f1002a156 14:47:22 Merge succeeded, producing 452e8e56647e25e17fef4bb2c674b86f1002a156 14:47:22 Checking out Revision 452e8e56647e25e17fef4bb2c674b86f1002a156 (PR-3190) 14:47:21 > git config core.sparsecheckout # timeout=10 14:47:21 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 14:47:22 > git remote # timeout=10 14:47:22 > git config --get remote.origin.url # timeout=10 14:47:22 using GIT_SSH to set credentials SSH Credentials for GitHub 14:47:22 > git merge e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 14:47:22 > git rev-parse HEAD^{commit} # timeout=10 14:47:22 > git config core.sparsecheckout # timeout=10 14:47:22 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 14:47:25 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 14:47:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:47:26 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:47:28 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 14:47:28 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 14:47:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:47:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:47:29 + + true 14:47:29 sudo service docker restart 14:47:29 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 14:47:31 provisioning config files... 14:47:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4923151339419641363tmp 14:47:31 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 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:47:32 ---> docker-login.sh 14:47:32 nexus3.edgexfoundry.org:10001 14:47:32 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 14:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:47:33 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 14:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:47:33 Configure a credential helper to remove this warning. See 14:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:47:33 14:47:33 Login Succeeded 14:47:33 nexus3.edgexfoundry.org:10002 14:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:47:33 Configure a credential helper to remove this warning. See 14:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:47:33 14:47:33 Login Succeeded 14:47:33 nexus3.edgexfoundry.org:10003 14:47:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:47:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:47:34 Configure a credential helper to remove this warning. See 14:47:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:47:34 14:47:34 Login Succeeded 14:47:34 nexus3.edgexfoundry.org:10004 14:47:34 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 14:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:47:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:47:35 Configure a credential helper to remove this warning. See 14:47:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:47:35 14:47:35 Login Succeeded 14:47:35 docker.io 14:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:47:35 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 14:47:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:47:36 Configure a credential helper to remove this warning. See 14:47:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:47:36 14:47:36 Login Succeeded 14:47:36 ---> docker-login.sh ends [Pipeline] } 14:47:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:47:36 ========================================================= 14:47:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:47:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:47:36 + 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 . [Pipeline] } 14:47:37 $ docker stop --time=1 f0550322f1d801f807c8a5062617a7b10e8035cb865ebcab14acd62924016232 14:47:39 Sending build context to Docker daemon 166.8MB 14:47:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:47:39 Step 2/6 : FROM ${BASE} 14:47:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:47:39 5f621e34cdf4: Pulling fs layer 14:47:39 a4357932f1b6: Pulling fs layer 14:47:39 18c013af1878: Pulling fs layer 14:47:39 00ac8860ef70: Pulling fs layer 14:47:39 63d7cb157983: Pulling fs layer 14:47:39 b116817d02f9: Pulling fs layer 14:47:39 745a02a5169b: Pulling fs layer 14:47:39 00ac8860ef70: Waiting 14:47:39 63d7cb157983: Waiting 14:47:39 b116817d02f9: Waiting 14:47:39 745a02a5169b: Waiting 14:47:39 18c013af1878: Verifying Checksum 14:47:39 18c013af1878: Download complete 14:47:39 a4357932f1b6: Download complete 14:47:39 63d7cb157983: Verifying Checksum 14:47:39 63d7cb157983: Download complete 14:47:39 b116817d02f9: Download complete 14:47:39 $ docker rm -f f0550322f1d801f807c8a5062617a7b10e8035cb865ebcab14acd62924016232 14:47:39 5f621e34cdf4: Verifying Checksum 14:47:39 5f621e34cdf4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 14:47:40 5f621e34cdf4: Pull complete [Pipeline] script [Pipeline] { 14:47:41 a4357932f1b6: Pull complete 14:47:41 18c013af1878: Pull complete 14:47:42 745a02a5169b: Verifying Checksum 14:47:42 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh 14:47:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:47:43 14:47:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:47:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:47:43 latest: Pulling from edgex-devops/edgex-compose 14:47:43 cbdbe7a5bc2a: Pulling fs layer 14:47:43 ca9280d653b3: Pulling fs layer 14:47:43 7e9c9ca2126c: Pulling fs layer 14:47:43 00ac8860ef70: Verifying Checksum 14:47:43 00ac8860ef70: Download complete 14:47:44 cbdbe7a5bc2a: Verifying Checksum 14:47:44 cbdbe7a5bc2a: Download complete 14:47:44 ca9280d653b3: Verifying Checksum 14:47:44 ca9280d653b3: Download complete 14:47:44 cbdbe7a5bc2a: Pull complete 14:47:45 ca9280d653b3: Pull complete 14:47:45 7e9c9ca2126c: Download complete 14:47:52 7e9c9ca2126c: Pull complete 14:47:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:47:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:47:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:47:52 prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container 14:47:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:47:53 00ac8860ef70: Pull complete 14:47:54 63d7cb157983: Pull complete 14:47:54 b116817d02f9: Pull complete 14:47:55 $ docker top 9f84160d4d66f25ec8a2ea78df12cbdd35819fff7a7e37221b278c040785f2ed -eo pid,comm [Pipeline] { [Pipeline] sh 14:47:56 + docker-compose build --help 14:47:56 + grep parallel 14:47:56 --parallel Build images in parallel. [Pipeline] } 14:47:56 $ docker stop --time=1 9f84160d4d66f25ec8a2ea78df12cbdd35819fff7a7e37221b278c040785f2ed 14:47:58 745a02a5169b: Pull complete 14:47:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:47:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:47:58 ---> b7e6874047d6 14:47:58 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 14:47:58 $ docker rm -f 9f84160d4d66f25ec8a2ea78df12cbdd35819fff7a7e37221b278c040785f2ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:47:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:47:58 . [Pipeline] withDockerContainer 14:47:59 prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container 14:47:59 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:47:59 $ docker top 91d9ae49cf436f102f616989097008e7a7338b88cbc53cfe455dd26df9fd994a -eo pid,comm [Pipeline] { [Pipeline] sh 14:48:00 + docker-compose -f ./docker-compose-build.yml build --parallel 14:48:01 Building docker-core-command-go ... 14:48:01 Building docker-core-data-go ... 14:48:01 Building docker-core-metadata-go ... 14:48:01 Building docker-security-bootstrapper-go ... 14:48:01 Building docker-security-proxy-setup-go ... 14:48:01 Building docker-security-secretstore-setup-go ... 14:48:01 Building docker-support-notifications-go ... 14:48:01 Building docker-support-scheduler-go ... 14:48:01 Building docker-sys-mgmt-agent-go ... 14:48:01 Building docker-sys-mgmt-agent-go 14:48:01 Building docker-core-data-go 14:48:01 Building docker-security-proxy-setup-go 14:48:01 Building docker-support-scheduler-go 14:48:01 Building docker-core-command-go 14:48:02 ---> Running in 783126ac8edb 14:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:48:04 (1/12) Installing libmagic (5.38-r0) 14:48:05 (2/12) Installing file (5.38-r0) 14:48:05 (3/12) Installing libc-dev (0.7.2-r3) 14:48:05 (4/12) Installing g++ (9.3.0-r2) 14:48:10 (5/12) Installing fortify-headers (1.1-r0) 14:48:10 (6/12) Installing patch (2.7.6-r6) 14:48:10 (7/12) Installing build-base (0.5-r2) 14:48:10 (8/12) Installing libsodium (1.0.18-r0) 14:48:10 (9/12) Installing pkgconf (1.7.2-r0) 14:48:10 (10/12) Installing libsodium-dev (1.0.18-r0) 14:48:10 (11/12) Installing libzmq (4.3.3-r0) 14:48:10 (12/12) Installing zeromq-dev (4.3.3-r0) 14:48:10 Executing busybox-1.31.1-r19.trigger 14:48:10 OK: 217 MiB in 51 packages 14:48:14 Removing intermediate container 783126ac8edb 14:48:15 ---> 5785f8a7f762 14:48:15 Step 4/6 : WORKDIR /edgex-go 14:48:15 ---> Running in 5f945fb91f2b 14:48:15 Removing intermediate container 5f945fb91f2b 14:48:15 ---> 442570dd284b 14:48:15 Step 5/6 : COPY go.mod . 14:48:15 ---> 306bb51624ae 14:48:15 Step 6/6 : RUN go mod download 14:48:16 ---> Running in c706351e125c 14:48:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:48:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:48:33 ---> d04c04995b71 14:48:33 Step 3/21 : WORKDIR /edgex-go 14:48:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:48:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:48:33 ---> d04c04995b71 14:48:33 Step 3/22 : WORKDIR /edgex-go 14:48:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:48:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:48:33 ---> d04c04995b71 14:48:33 Step 3/23 : WORKDIR /edgex-go 14:48:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:48:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:48:34 ---> d04c04995b71 14:48:34 Step 3/26 : WORKDIR /edgex-go 14:48:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:48:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:48:34 ---> d04c04995b71 14:48:34 Step 3/23 : WORKDIR /edgex-go 14:48:36 ---> Running in 424ec0a009eb 14:48:36 ---> Running in 9fddaa241421 14:48:36 ---> Running in bd74a0ea0f6d 14:48:36 ---> Running in 1a9a3dba86ac 14:48:36 ---> Running in 81462fe29fd8 14:48:36 Removing intermediate container 9fddaa241421 14:48:36 ---> 6e64810769a0 14:48:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:36 Removing intermediate container bd74a0ea0f6d 14:48:36 ---> c9fa26bff721 14:48:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:36 Removing intermediate container 424ec0a009eb 14:48:36 ---> 437b4486e714 14:48:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:36 Removing intermediate container 81462fe29fd8 14:48:36 ---> 09f717cfea4c 14:48:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:36 Removing intermediate container 1a9a3dba86ac 14:48:36 ---> 51f567f5bcf7 14:48:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:48:36 ---> Running in 624dedfa6c8f 14:48:36 ---> Running in afcc005aebe4 14:48:36 ---> Running in 9cdd54731314 14:48:36 ---> Running in 270430f183fa 14:48:36 ---> Running in 47cc34929690 14:48:39 Removing intermediate container 9cdd54731314 14:48:39 ---> 82fe3c724da7 14:48:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:48:39 Removing intermediate container 624dedfa6c8f 14:48:39 ---> 2743c6dd91f2 14:48:39 Step 5/21 : RUN apk add --update --no-cache make git 14:48:39 Removing intermediate container afcc005aebe4 14:48:39 ---> 3b86cda88333 14:48:39 Step 5/23 : RUN apk add --update --no-cache make git 14:48:39 ---> Running in ae75d66807b9 14:48:39 ---> Running in 2103399a4c57 14:48:39 ---> Running in 628c8e7ba9ee 14:48:39 Removing intermediate container 270430f183fa 14:48:39 ---> 92e2ee53b20a 14:48:39 Step 5/26 : RUN apk add --update --no-cache make bash git 14:48:39 Removing intermediate container 47cc34929690 14:48:39 ---> ffeede05009c 14:48:39 Step 5/22 : RUN apk add --update --no-cache make git 14:48:39 ---> Running in d2d8f5d6debf 14:48:39 ---> Running in 5709cb24cab4 14:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:48:41 OK: 233 MiB in 51 packages 14:48:41 OK: 233 MiB in 51 packages 14:48:41 OK: 233 MiB in 51 packages 14:48:42 Removing intermediate container d2d8f5d6debf 14:48:42 ---> 23d71a911b17 14:48:42 Step 6/26 : COPY go.mod . 14:48:42 Removing intermediate container 628c8e7ba9ee 14:48:42 ---> cacdec6ec4da 14:48:42 Step 6/23 : COPY go.mod . 14:48:42 ---> 79c756824264 14:48:42 Step 7/26 : RUN go mod download 14:48:42 OK: 233 MiB in 51 packages 14:48:42 ---> Running in 0271db639552 14:48:42 ---> 2e33d34d1ae8 14:48:42 Step 7/23 : RUN go mod download 14:48:42 Removing intermediate container 2103399a4c57 14:48:42 ---> 20243a29fccb 14:48:42 Step 6/21 : COPY go.mod . 14:48:42 OK: 233 MiB in 51 packages 14:48:42 ---> Running in b17c26ca4a15 14:48:42 Removing intermediate container c706351e125c 14:48:42 ---> 7e39ded6f97a 14:48:43 Successfully built 7e39ded6f97a 14:48:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:48:43 ---> 1f76c5414714 14:48:43 Step 7/21 : RUN go mod download 14:48:43 + docker inspect -f . ci-base-image-arm64 14:48:43 . [Pipeline] withDockerContainer 14:48:43 prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container 14:48:43 ---> Running in 126aa5ecf4f8 14:48:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:48:44 Removing intermediate container 5709cb24cab4 14:48:44 ---> a2b5f154872d 14:48:44 Step 6/22 : COPY go.mod . 14:48:44 Removing intermediate container ae75d66807b9 14:48:44 ---> 7ea566a940ff 14:48:44 Step 6/23 : COPY go.mod . 14:48:44 ---> 868f92b664a8 14:48:44 Step 7/22 : RUN go mod download 14:48:44 ---> Running in 1d040226a6ef 14:48:44 ---> b81fa521ef35 14:48:44 Step 7/23 : RUN go mod download 14:48:44 ---> Running in 297e00720912 14:48:44 Removing intermediate container 0271db639552 14:48:44 ---> 6067464a0e94 14:48:44 Step 8/26 : COPY . . 14:48:45 $ docker top 9bbcf94a8c4d0b3a34b02a3191072e24326e6663eba0f556d6e6cda1e22212a5 -eo pid,comm [Pipeline] { [Pipeline] sh 14:48:46 + go version 14:48:46 go version go1.15.5 linux/arm64 [Pipeline] } 14:48:46 $ docker stop --time=1 9bbcf94a8c4d0b3a34b02a3191072e24326e6663eba0f556d6e6cda1e22212a5 14:48:48 $ docker rm -f 9bbcf94a8c4d0b3a34b02a3191072e24326e6663eba0f556d6e6cda1e22212a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 14:48:49 Removing intermediate container b17c26ca4a15 14:48:49 ---> 3584d16efb46 14:48:49 Step 8/23 : COPY . . [Pipeline] isUnix [Pipeline] sh 14:48:49 Removing intermediate container 126aa5ecf4f8 14:48:49 ---> 7fb63d11f9ca 14:48:49 Step 8/21 : COPY . . 14:48:49 + docker inspect -f . ci-base-image-arm64 14:48:49 . [Pipeline] withDockerContainer 14:48:49 prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container 14:48:49 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:48:51 $ docker top cba8ca31f5b79583a480c92f66b534dc75ec7daed891e48d9a09d42b7d120824 -eo pid,comm [Pipeline] { [Pipeline] echo 14:48:51 ========================================================= 14:48:51 [edgeXBuildGoParallel] Running Tests and Build... 14:48:51 ========================================================= [Pipeline] sh 14:48:52 + make test 14:48:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:48:56 Removing intermediate container 1d040226a6ef 14:48:56 ---> 877f28fb01f4 14:48:56 Step 8/22 : COPY . . 14:48:57 Removing intermediate container 297e00720912 14:48:57 ---> 3961592333ef 14:48:57 Step 8/23 : COPY . . 14:49:14 ? github.com/edgexfoundry/edgex-go [no test files] 14:49:29 ---> 9842c1a4e53e 14:49:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:49:29 ---> Running in 84e8aca41fc4 14:49:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:49:33 ---> 73bf9322ed4a 14:49:33 Step 9/23 : RUN make cmd/core-command/core-command 14:49:33 ---> 41b562a029bf 14:49:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:49:33 ---> 77fd4952cc03 14:49:33 Step 9/23 : RUN make cmd/core-data/core-data 14:49:33 ---> Running in 12f5d0443225 14:49:33 ---> Running in 3b7df4da0fc0 14:49:34 ---> a97dca1e44b7 14:49:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:49:34 ---> Running in e507df371b80 14:49:34 ---> Running in 866f1cb1372a 14:49:35 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 14:49:35 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 14:49:35 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 14:49:35 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 14:50:02 Removing intermediate container 84e8aca41fc4 14:50:02 ---> 3abb54a44656 14:50:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:50:02 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 14:50:03 ---> Running in 41af7b73130a 14:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:50:08 Removing intermediate container 41af7b73130a 14:50:08 ---> 91eeaec00876 14:50:08 14:50:08 Step 11/26 : FROM docker:20.10.0 14:50:08 20.10.0: Pulling from library/docker 14:50:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:50:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:50:13 Removing intermediate container 3b7df4da0fc0 14:50:13 ---> cbc8ba8ed6bd 14:50:13 14:50:13 Step 10/21 : FROM alpine:3.12 14:50:13 3.12: Pulling from library/alpine 14:50:13 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:50:13 Status: Downloaded newer image for alpine:3.12 14:50:13 ---> 88dd2752d2ea 14:50:13 Step 11/21 : RUN apk add --update --no-cache curl 14:50:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:50:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:50:20 ---> Running in 7b6a74cb17b9 14:50:20 Removing intermediate container 12f5d0443225 14:50:20 ---> 0c8f23778b52 14:50:20 14:50:20 Step 10/23 : FROM alpine:3.12 14:50:20 ---> 88dd2752d2ea 14:50:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:50:20 Removing intermediate container 866f1cb1372a 14:50:20 ---> 3cd107c2f2cc 14:50:20 14:50:20 Step 10/22 : FROM alpine:3.12 14:50:20 ---> 88dd2752d2ea 14:50:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:50:20 Removing intermediate container e507df371b80 14:50:20 ---> 4678327e429e 14:50:20 14:50:20 Step 10/23 : FROM alpine:3.12 14:50:20 ---> 88dd2752d2ea 14:50:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:50:20 ---> Running in 60a64b614472 14:50:20 ---> Running in b618d705072d 14:50:20 ---> Running in fe03421dc3df 14:50:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:50:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:50:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:21 Removing intermediate container fe03421dc3df 14:50:21 ---> 311f8ba0cd82 14:50:21 Step 12/23 : ENV APP_PORT=48080 14:50:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:50:21 ---> Running in 816a48e51633 14:50:21 Status: Downloaded newer image for docker:20.10.0 14:50:21 ---> aefe523efa57 14:50:21 Step 12/26 : RUN apk add --no-cache bash 14:50:21 (1/4) Installing ca-certificates (20191127-r4) 14:50:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:50:21 (3/4) Installing libcurl (7.69.1-r3) 14:50:21 (4/4) Installing curl (7.69.1-r3) 14:50:21 Executing busybox-1.31.1-r19.trigger 14:50:21 Executing ca-certificates-20191127-r4.trigger 14:50:21 OK: 7 MiB in 18 packages 14:50:21 ---> Running in 37f86988da1a 14:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:22 Removing intermediate container 816a48e51633 14:50:22 ---> 713fced213ab 14:50:22 Step 13/23 : EXPOSE $APP_PORT 14:50:22 (1/1) Installing dumb-init (1.2.2-r1) 14:50:22 Executing busybox-1.31.1-r19.trigger 14:50:22 OK: 6 MiB in 15 packages 14:50:22 (1/1) Installing dumb-init (1.2.2-r1) 14:50:22 Executing busybox-1.31.1-r19.trigger 14:50:22 OK: 6 MiB in 15 packages 14:50:22 ---> Running in cb3f79214399 14:50:22 Removing intermediate container cb3f79214399 14:50:22 ---> 282aa0d1498c 14:50:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:23 (1/2) Installing readline (8.0.4-r0) 14:50:23 (2/2) Installing bash (5.0.17-r0) 14:50:23 Executing bash-5.0.17-r0.post-install 14:50:23 Executing busybox-1.31.1-r19.trigger 14:50:23 OK: 12 MiB in 22 packages 14:50:23 ---> Running in ae3e4e33cec9 14:50:23 Removing intermediate container 7b6a74cb17b9 14:50:23 ---> 06fa0b12e525 14:50:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:50:23 ---> Running in e0631b75b13f 14:50:24 Removing intermediate container 60a64b614472 14:50:24 ---> 6c57c920b56e 14:50:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:50:24 Removing intermediate container b618d705072d 14:50:24 ---> 21d790caa4d8 14:50:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:50:24 ---> Running in c0a7a3ace12f 14:50:24 ---> Running in 0b4cd63a0df5 14:50:24 Removing intermediate container e0631b75b13f 14:50:24 ---> 3ec165786fc1 14:50:24 Step 13/21 : WORKDIR /edgex 14:50:24 ---> Running in 51d930def44f 14:50:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:50:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:50:25 Removing intermediate container 37f86988da1a 14:50:25 ---> 5a0c8222c890 14:50:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:50:25 Removing intermediate container 0b4cd63a0df5 14:50:25 ---> 6108fc16b7d6 14:50:25 Step 13/23 : ENV APP_PORT=48082 14:50:25 Removing intermediate container c0a7a3ace12f 14:50:25 ---> 075fbfa365cd 14:50:25 Step 13/22 : ENV APP_PORT=48085 14:50:25 ---> Running in f34dc2c23fea 14:50:25 ---> Running in e8e1b35fb1f9 14:50:25 ---> Running in b5b303d7576a 14:50:25 Removing intermediate container 51d930def44f 14:50:25 ---> f927c592d968 14:50:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:50:26 Removing intermediate container e8e1b35fb1f9 14:50:26 Removing intermediate container f34dc2c23fea 14:50:26 ---> 1b51948b667b 14:50:26 Step 14/26 : ENV APP_PORT=48090 14:50:26 ---> 1ba71646417b 14:50:26 Step 14/23 : EXPOSE $APP_PORT 14:50:26 Removing intermediate container ae3e4e33cec9 14:50:26 ---> ff33e20b155f 14:50:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:50:26 Removing intermediate container b5b303d7576a 14:50:26 ---> 1582d55b8120 14:50:26 Step 14/22 : EXPOSE $APP_PORT 14:50:26 ---> Running in c2880586d968 14:50:26 ---> Running in 12d8f9ee24d4 14:50:26 ---> Running in 70b82af36b78 14:50:26 ---> 69fd956273f1 14:50:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:50:26 ---> Running in d2b173b5885b 14:50:26 Removing intermediate container c2880586d968 14:50:26 ---> 06f86a3f29d7 14:50:26 Step 15/26 : EXPOSE $APP_PORT 14:50:26 Removing intermediate container 70b82af36b78 14:50:26 ---> ba98010bfe68 14:50:26 Step 15/23 : WORKDIR / 14:50:26 Removing intermediate container d2b173b5885b 14:50:26 ---> 217479ad9b8c 14:50:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:50:26 ---> a869158a5bfa 14:50:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:50:26 ---> Running in 2ef2d933c22c 14:50:27 ---> Running in a4f517e9993e 14:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:27 Removing intermediate container 2ef2d933c22c 14:50:27 ---> de890f68a2f4 14:50:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:50:27 ---> 7a7781b948ee 14:50:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:50:27 Removing intermediate container a4f517e9993e 14:50:27 ---> eeb3403d5ecd 14:50:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:50:27 ---> 8a21bcad924b 14:50:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:50:27 ---> Running in 3ae74705ebd3 14:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:28 ---> 19d51366f74f 14:50:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:50:28 ---> f991a5512c9d 14:50:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:50:28 (1/6) Installing dumb-init (1.2.2-r1) 14:50:28 Removing intermediate container 3ae74705ebd3 14:50:28 ---> f636a4ab15d1 14:50:28 Step 18/21 : CMD ["--init=true"] 14:50:28 ---> c6be0909913a 14:50:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:50:28 (2/6) Installing libgcc (9.3.0-r2) 14:50:28 ---> Running in 229289e9a88c 14:50:28 (3/6) Installing libsodium (1.0.18-r0) 14:50:28 (4/6) Installing libstdc++ (9.3.0-r2) 14:50:28 ---> 5e11768d7711 14:50:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:50:28 Removing intermediate container 229289e9a88c 14:50:28 ---> c19fcdbf1baf 14:50:28 Step 19/21 : LABEL arch=x86_64 14:50:28 (5/6) Installing libzmq (4.3.3-r0) 14:50:28 ---> f5eac1acbec3 14:50:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:50:28 ---> Running in 39a4d71179cf 14:50:28 (6/6) Installing zeromq (4.3.3-r0) 14:50:28 Executing busybox-1.31.1-r19.trigger 14:50:28 OK: 8 MiB in 20 packages 14:50:28 ---> Running in e7c1a1dc7347 14:50:28 ---> 7ba0b2a2b802 14:50:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:50:29 ---> 834688df3704 14:50:29 Step 19/26 : RUN apk --no-cache add py3-pip 14:50:29 Removing intermediate container 39a4d71179cf 14:50:29 ---> 9faea460858b 14:50:29 Step 20/21 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:50:29 ---> Running in 78f0dc6860b7 14:50:29 ---> Running in 0e0e9f7ce929 14:50:29 Removing intermediate container e7c1a1dc7347 14:50:29 ---> 2bc094d336ec 14:50:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:50:29 ---> aa2a4297eca1 14:50:29 Step 19/23 : ENTRYPOINT ["/core-command"] 14:50:29 ---> Running in 44c750d9361b 14:50:30 ---> Running in ad15b855bb85 14:50:30 Removing intermediate container 0e0e9f7ce929 14:50:30 ---> 6dcc377e21a9 14:50:30 Step 21/21 : LABEL version=0.0.0 14:50:30 Removing intermediate container 12d8f9ee24d4 14:50:30 ---> d3e6496ff2b8 14:50:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:50:30 Removing intermediate container 44c750d9361b 14:50:30 ---> 712cf9114c90 14:50:30 Step 20/22 : LABEL arch=x86_64 14:50:30 ---> Running in 453320ea549b 14:50:30 ---> Running in c0da9664fbbf 14:50:30 Removing intermediate container ad15b855bb85 14:50:30 ---> d79bbd3ff572 14:50:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:50:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:30 ---> Running in 46c209d4c837 14:50:30 Removing intermediate container 453320ea549b 14:50:30 ---> 9ee3257ef30f 14:50:30 14:50:30 ---> a05adcb4cdb3 14:50:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:50:30 Removing intermediate container c0da9664fbbf 14:50:30 ---> 2303b730c908 14:50:30 Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:50:30 (1/33) Installing libbz2 (1.0.8-r1) 14:50:30 (2/33) Installing expat (2.2.9-r1) 14:50:30 (3/33) Installing libffi (3.3-r2) 14:50:30 (4/33) Installing gdbm (1.13-r1) 14:50:30 (5/33) Installing xz-libs (5.2.5-r0) 14:50:30 (6/33) Installing sqlite-libs (3.32.1-r0) 14:50:30 (7/33) Installing python3 (3.8.5-r1) 14:50:31 Successfully built 9ee3257ef30f 14:50:31 ---> Running in 7a58c075123d 14:50:31 Successfully tagged docker-security-proxy-setup-go:latest 14:50:31 Building docker-security-bootstrapper-go 14:50:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 46c209d4c837 14:50:31 ---> 44adc07aee52 14:50:31 Step 21/23 : LABEL arch=x86_64 14:50:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:50:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:50:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:50:37 ---> 39b04a5a5c1a 14:50:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:50:37 (8/33) Installing py3-appdirs (1.4.4-r1) 14:50:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:50:37 (10/33) Installing py3-parsing (2.4.7-r0) 14:50:37 (11/33) Installing py3-six (1.15.0-r0) 14:50:37 (12/33) Installing py3-packaging (20.4-r0) 14:50:37 ---> Running in b0fcb705730e 14:50:37 (13/33) Installing py3-setuptools (47.0.0-r0) 14:50:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:50:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:50:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements 14:50:38 (14/33) Installing py3-chardet (3.0.4-r4) 14:50:39 (15/33) Installing py3-idna (2.9-r0) 14:50:39 Removing intermediate container 7a58c075123d 14:50:39 ---> 88150b6a049c 14:50:39 Step 22/22 : LABEL version=0.0.0 14:50:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:50:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:50:40 (18/33) Installing py3-requests (2.23.0-r0) 14:50:40 (19/33) Installing py3-msgpack (1.0.0-r0) 14:50:40 (20/33) Installing py3-lockfile (0.12.2-r3) 14:50:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:50:41 (22/33) Installing py3-colorama (0.4.3-r0) 14:50:41 ---> Running in 3e8347e9d84b 14:50:41 (23/33) Installing py3-distlib (0.3.0-r0) 14:50:41 Removing intermediate container b0fcb705730e 14:50:41 ---> bb15ef07d8e5 14:50:41 Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:50:41 ---> 50f62079cfad 14:50:41 Step 19/23 : ENTRYPOINT ["/core-data"] 14:50:41 (24/33) Installing py3-distro (1.5.0-r1) 14:50:41 (25/33) Installing py3-webencodings (0.5.1-r3) 14:50:41 (26/33) Installing py3-html5lib (1.0.1-r4) 14:50:42 (27/33) Installing py3-pytoml (0.1.21-r0) 14:50:43 (28/33) Installing py3-pep517 (0.8.2-r0) 14:50:43 (29/33) Installing py3-progress (1.5-r0) 14:50:43 (30/33) Installing py3-toml (0.10.1-r0) 14:50:43 (31/33) Installing py3-retrying (1.3.3-r0) 14:50:43 ---> Running in 713690b451e2 14:50:43 ---> Running in 7a7c2ce882cb 14:50:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:50:43 (33/33) Installing py3-pip (20.1.1-r0) 14:50:44 Removing intermediate container 3e8347e9d84b 14:50:44 ---> 8b269b71921b 14:50:44 14:50:44 Executing busybox-1.31.1-r19.trigger 14:50:44 OK: 71 MiB in 55 packages 14:50:45 Successfully built 8b269b71921b 14:50:46 Successfully tagged docker-support-scheduler-go:latest 14:50:46 Building docker-support-notifications-go 14:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.540s coverage: 27.1% of statements 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.251s coverage: 71.3% of statements 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:50:47  Building docker-support-scheduler-go ... done Removing intermediate container 7a7c2ce882cb 14:50:47 ---> 8d710e19fe5c 14:50:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:50:47 Removing intermediate container 713690b451e2 14:50:47 ---> 4e5f831c50e6 14:50:47 Step 23/23 : LABEL version=0.0.0 14:50:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.528s coverage: 82.9% of statements 14:50:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:50:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:50:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.124s coverage: 78.9% of statements 14:50:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:50:52 ---> Running in 4609e111940d 14:50:52 ---> Running in 95978d78773f 14:50:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:50:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:50:52 ---> d04c04995b71 14:50:52 Step 3/31 : WORKDIR /edgex-go 14:50:52 ---> Using cache 14:50:52 ---> 51f567f5bcf7 14:50:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:52 ---> Using cache 14:50:52 ---> ffeede05009c 14:50:52 Step 5/31 : RUN apk add --update --no-cache make git 14:50:52 ---> Using cache 14:50:52 ---> a2b5f154872d 14:50:52 Step 6/31 : COPY go.mod . 14:50:52 ---> Using cache 14:50:52 ---> 868f92b664a8 14:50:52 Step 7/31 : RUN go mod download 14:50:52 ---> Using cache 14:50:52 ---> 877f28fb01f4 14:50:52 Step 8/31 : COPY . . 14:50:53 ---> Using cache 14:50:53 ---> a97dca1e44b7 14:50:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:50:54 Removing intermediate container 4609e111940d 14:50:54 ---> cedb72cf0273 14:50:54 14:50:54 Removing intermediate container 95978d78773f 14:50:54 ---> 618b6cf056dc 14:50:54 Step 21/23 : LABEL arch=x86_64 14:50:55 ---> Running in dd8a8841d50f 14:50:55 Successfully built cedb72cf0273 14:50:56 ---> Running in 65a56f4dc658 14:50:56 Successfully tagged docker-core-command-go:latest 14:50:56 Building docker-security-secretstore-setup-go 14:50:58  Building docker-core-command-go ... done 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 14:50:58 Removing intermediate container 65a56f4dc658 14:50:58 ---> 5adeb3ccdae4 14:50:58 Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.113s coverage: 28.6% of statements 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:50:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:50:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:50:59 ---> Running in ae50cbb86020 14:51:05 Removing intermediate container ae50cbb86020 14:51:05 ---> 5806caf1d8a1 14:51:05 Step 23/23 : LABEL version=0.0.0 14:51:07 ---> Running in 5fc280352faa 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.208s coverage: 92.8% of statements 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:51:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 14:51:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 14:51:08 Removing intermediate container 5fc280352faa 14:51:08 ---> 0515b1937e4f 14:51:08 14:51:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:51:09 Successfully built 0515b1937e4f 14:51:09 ---> d04c04995b71 14:51:09 Step 3/22 : WORKDIR /edgex-go 14:51:09 Successfully tagged docker-core-data-go:latest 14:51:09 Building docker-core-metadata-go 14:51:09  Building docker-core-data-go ... done  ---> Using cache 14:51:09 ---> 51f567f5bcf7 14:51:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:09 ---> Using cache 14:51:09 ---> ffeede05009c 14:51:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:51:11 ---> Running in d5437791ac19 14:51:12 Removing intermediate container 78f0dc6860b7 14:51:12 ---> 1e12fcd401ac 14:51:12 Step 20/26 : RUN pip install docker-compose==1.23.2 14:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:17 OK: 233 MiB in 51 packages 14:51:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements 14:51:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 14:51:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.105s coverage: 81.4% of statements 14:51:18 ---> Running in 29e6a095c3a2 14:51:23 Removing intermediate container d5437791ac19 14:51:23 ---> 58e9deea3245 14:51:23 Step 6/22 : COPY go.mod . 14:51:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:51:24 ---> d04c04995b71 14:51:24 Step 3/24 : WORKDIR /edgex-go 14:51:24 ---> Using cache 14:51:24 ---> 51f567f5bcf7 14:51:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:24 ---> Using cache 14:51:24 ---> ffeede05009c 14:51:24 Step 5/24 : RUN apk add --update --no-cache make git 14:51:24 ---> Using cache 14:51:24 ---> a2b5f154872d 14:51:24 Step 6/24 : COPY go.mod . 14:51:24 ---> Using cache 14:51:24 ---> 868f92b664a8 14:51:24 Step 7/24 : RUN go mod download 14:51:24 ---> Using cache 14:51:24 ---> 877f28fb01f4 14:51:24 Step 8/24 : COPY . . 14:51:25 ---> Using cache 14:51:25 ---> a97dca1e44b7 14:51:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:51:25 ---> f3e4fbf44dd7 14:51:25 Step 7/22 : RUN go mod download 14:51:26 ---> Running in 0367f013f59d 14:51:26 ---> Running in 7248ae1fd0f1 14:51:28 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 14:51:28 Collecting docker-compose==1.23.2 14:51:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:51:29 Collecting cached-property<2,>=1.2.0 14:51:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:51:29 Collecting texttable<0.10,>=0.9.0 14:51:29 Downloading texttable-0.9.1.tar.gz (11 kB) 14:51:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:51:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:51:30 ---> d04c04995b71 14:51:30 Step 3/23 : WORKDIR /edgex-go 14:51:30 ---> Using cache 14:51:30 ---> 51f567f5bcf7 14:51:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:51:30 ---> Using cache 14:51:30 ---> ffeede05009c 14:51:30 Step 5/23 : RUN apk add --update --no-cache make git 14:51:30 ---> Using cache 14:51:30 ---> a2b5f154872d 14:51:30 Step 6/23 : COPY go.mod . 14:51:30 ---> Using cache 14:51:30 ---> 868f92b664a8 14:51:30 Step 7/23 : RUN go mod download 14:51:30 ---> Using cache 14:51:30 ---> 877f28fb01f4 14:51:30 Step 8/23 : COPY . . 14:51:30 ---> Using cache 14:51:30 ---> a97dca1e44b7 14:51:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:51:31 ---> Running in 579ff5ddc139 14:51:31 Collecting docopt<0.7,>=0.6.1 14:51:31 Downloading docopt-0.6.2.tar.gz (25 kB) 14:51:32 Removing intermediate container 0367f013f59d 14:51:32 ---> 66ea250a18b0 14:51:32 Step 8/22 : COPY . . 14:51:32 Collecting websocket-client<1.0,>=0.32.0 14:51:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:51:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:51:32 Collecting PyYAML<4,>=3.10 14:51:32 Downloading PyYAML-3.13.tar.gz (270 kB) 14:51:33 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 14:51:34 Collecting docker<4.0,>=3.6.0 14:51:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:51:34 Removing intermediate container dd8a8841d50f 14:51:34 ---> bc626f8f0611 14:51:34 14:51:34 Step 10/31 : FROM alpine:3.12 14:51:34 ---> 88dd2752d2ea 14:51:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.6% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.542s coverage: 62.4% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 14:51:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 69.0% of statements 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:51:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:51:37 Collecting dockerpty<0.5,>=0.4.1 14:51:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 38.4% of statements 14:51:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:51:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.101s coverage: 89.5% of statements 14:51:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:51:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements 14:51:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:51:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:51:42 ---> Running in c939ddc97318 14:51:42 Collecting jsonschema<3,>=2.5.1 14:51:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:51:42 Collecting docker-pycreds>=0.4.0 14:51:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:51:42 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) 14:51:42 Collecting urllib3<1.25,>=1.21.1 14:51:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:51:44 Removing intermediate container c939ddc97318 14:51:44 ---> ba96d436a36c 14:51:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:51:44 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) 14:51:45 Collecting idna<2.8,>=2.5 14:51:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.416s coverage: 47.0% of statements 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:51:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.450s coverage: 87.1% of statements 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:51:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:51:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:51:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:51:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:51:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:51:45 Installing collected packages: cached-property, texttable, docopt, websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, docker-compose 14:51:45 Running setup.py install for texttable: started 14:51:45 ---> Running in e6b3ddb32372 14:51:47 Running setup.py install for texttable: finished with status 'done' 14:51:47 Running setup.py install for docopt: started 14:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:51:47 Running setup.py install for docopt: finished with status 'done' 14:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:51:48 (1/2) Installing dumb-init (1.2.2-r1) 14:51:48 (2/2) Installing su-exec (0.2-r1) 14:51:48 Executing busybox-1.31.1-r19.trigger 14:51:48 OK: 6 MiB in 16 packages 14:51:48 Running setup.py install for PyYAML: started 14:51:49 Running setup.py install for PyYAML: finished with status 'done' 14:51:49 Attempting uninstall: urllib3 14:51:49 Found existing installation: urllib3 1.25.9 14:51:49 Uninstalling urllib3-1.25.9: 14:51:49 Successfully uninstalled urllib3-1.25.9 14:51:51 Attempting uninstall: idna 14:51:51 Found existing installation: idna 2.9 14:51:51 Uninstalling idna-2.9: 14:51:51 Successfully uninstalled idna-2.9 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.296s coverage: 29.1% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.246s coverage: 96.5% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:51:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 14:51:52 Attempting uninstall: requests 14:51:52 Found existing installation: requests 2.23.0 14:51:52 Uninstalling requests-2.23.0: 14:51:52 Successfully uninstalled requests-2.23.0 14:51:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 14:51:53 Removing intermediate container e6b3ddb32372 14:51:53 ---> dbaa64ae0b19 14:51:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:51:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 14:51:54 GO111MODULE=on go vet ./... 14:51:55 ---> Running in bebecbc1fa27 14:51:55 Running setup.py install for dockerpty: started 14:51:55 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 14:51:56 Running setup.py install for dockerpty: finished with status 'done' 14:51:56 Removing intermediate container bebecbc1fa27 14:51:56 ---> 98077b7c8655 14:51:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:51:56 ---> ddb0e66dc0b0 14:51:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:51:56 ---> Running in b7d703ff0807 14:51:56 ---> Running in 259050212c75 14:51:56 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 14:51:57 Removing intermediate container 259050212c75 14:51:57 ---> bf85cf3ea646 14:51:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:51:57 ---> Running in e5e6ff132256 14:51:57 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 14:52:01 Removing intermediate container 29e6a095c3a2 14:52:01 ---> e7b5bdd7a39d 14:52:01 Step 21/26 : RUN apk --no-cache add curl 14:52:01 Removing intermediate container e5e6ff132256 14:52:01 ---> 2de88277580d 14:52:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:52:01 ---> Running in df687d8288a7 14:52:01 ---> Running in b36b9c1e2175 14:52:02 Removing intermediate container b36b9c1e2175 14:52:02 ---> 15378ae50256 14:52:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:52:04 (2/3) Installing libcurl (7.69.1-r3) 14:52:04 (3/3) Installing curl (7.69.1-r3) 14:52:04 Executing busybox-1.31.1-r19.trigger 14:52:05 OK: 72 MiB in 58 packages 14:52:05 ---> eee16d937353 14:52:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:52:05 Removing intermediate container 7248ae1fd0f1 14:52:05 ---> 08a54ee749cf 14:52:05 14:52:05 Step 10/24 : FROM alpine:3.12 14:52:05 ---> 88dd2752d2ea 14:52:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:52:05 ---> Running in f02282dfe92f 14:52:06 ---> Running in 5755f4d100dc 14:52:06 Removing intermediate container df687d8288a7 14:52:06 ---> c2f105cd5ee0 14:52:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:52:07 ---> Running in 56725f7e2d41 14:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:09 (1/5) Installing ca-certificates (20191127-r4) 14:52:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:52:09 (3/5) Installing libcurl (7.69.1-r3) 14:52:09 (4/5) Installing curl (7.69.1-r3) 14:52:09 (5/5) Installing dumb-init (1.2.2-r1) 14:52:09 Executing busybox-1.31.1-r19.trigger 14:52:09 Executing ca-certificates-20191127-r4.trigger 14:52:09 OK: 7 MiB in 19 packages 14:52:09 Removing intermediate container 56725f7e2d41 14:52:09 ---> 5f9b35e939a0 14:52:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:11 ---> Running in 58fe66b42e70 14:52:11 Removing intermediate container 579ff5ddc139 14:52:11 ---> dd26dc9cfb02 14:52:11 14:52:11 Step 10/23 : FROM alpine:3.12 14:52:11 ---> 88dd2752d2ea 14:52:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:52:11 ---> Using cache 14:52:11 ---> 21d790caa4d8 14:52:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:52:11 ---> Using cache 14:52:11 ---> 6108fc16b7d6 14:52:11 Step 13/23 : ENV APP_PORT=48081 14:52:12 Removing intermediate container 58fe66b42e70 14:52:12 ---> 4150c194456a 14:52:12 Step 24/26 : LABEL arch=x86_64 14:52:12 ---> Running in afa8718346d5 14:52:12 Removing intermediate container 5755f4d100dc 14:52:12 ---> 9eeb61139bf7 14:52:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:52:12 ---> Running in e8ff14048e41 14:52:12 Removing intermediate container afa8718346d5 14:52:12 ---> 05113b0b2341 14:52:12 Step 14/23 : EXPOSE $APP_PORT 14:52:12 ---> Running in c05ac81deecb 14:52:13 Removing intermediate container f02282dfe92f 14:52:13 ---> 642f2413e20a 14:52:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:52:13 ---> Running in 810cb911d000 14:52:13 Removing intermediate container e8ff14048e41 14:52:13 ---> c6b88b220418 14:52:13 Step 25/26 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:52:13 Removing intermediate container c05ac81deecb 14:52:13 ---> 6103e1308965 14:52:13 Step 13/24 : WORKDIR / 14:52:13 ---> e3a758d2acdd 14:52:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:52:13 ---> Running in b7c9e6c8d9a6 14:52:13 ---> Running in 7cc98528955e 14:52:13 Removing intermediate container 810cb911d000 14:52:13 ---> 9b6bde66df41 14:52:13 Step 15/23 : WORKDIR / 14:52:14 ---> Running in 8ae2b6c24be5 14:52:14 Removing intermediate container b7c9e6c8d9a6 14:52:14 ---> ab446a8f05db 14:52:14 Step 26/26 : LABEL version=0.0.0 14:52:14 Removing intermediate container 7cc98528955e 14:52:14 ---> 2113a8e334a7 14:52:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:52:14 Removing intermediate container 8ae2b6c24be5 14:52:14 ---> 846af5cbfdfb 14:52:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:52:14 ---> Running in 57f009f205ab 14:52:14 ---> b0bb93fd7a3f 14:52:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:52:16 ---> 043abd6a0fc3 14:52:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:52:16 Removing intermediate container 57f009f205ab 14:52:16 ---> 7727dc65394a 14:52:16 14:52:16 ---> 8fb9c5418bcf 14:52:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:52:16 ---> 7b2d53f104b1 14:52:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:52:16 Successfully built 7727dc65394a 14:52:16 ---> 29b891658b75 14:52:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:52:16 Successfully tagged docker-sys-mgmt-agent-go:latest 14:52:17  Building docker-sys-mgmt-agent-go ... done  ---> 11fcb6acad9a 14:52:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:52:19 ---> 321ea31b621b 14:52:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:52:19 ---> 6a33cd165b6d 14:52:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:52:19 ---> 04a86676ee7c 14:52:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:52:19 Removing intermediate container b7d703ff0807 14:52:19 ---> dfa1ac43f4c4 14:52:19 14:52:19 Step 10/22 : FROM alpine:3.12 14:52:19 ---> 88dd2752d2ea 14:52:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:52:19 ---> Running in 7ee00f18fe8c 14:52:19 ---> 390d2cd20785 14:52:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:52:19 ---> Running in acbe2be92d95 14:52:19 ---> c2990285c685 14:52:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:52:19 ---> Running in 1c1b0c12928b 14:52:19 Removing intermediate container 1c1b0c12928b 14:52:19 ---> d82e5e6ed974 14:52:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:19 Removing intermediate container acbe2be92d95 14:52:19 ---> d390935756a2 14:52:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:52:19 ---> Running in dc18ae3cf91e 14:52:19 ---> 25014956fcf3 14:52:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:20 ---> 4581639cd153 14:52:20 Step 26/31 : RUN chmod +x /entrypoint.sh 14:52:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:20 Removing intermediate container dc18ae3cf91e 14:52:20 ---> 14b429ad5152 14:52:20 Step 21/23 : LABEL arch=x86_64 14:52:20 (1/2) Installing ca-certificates (20191127-r4) 14:52:20 (2/2) Installing dumb-init (1.2.2-r1) 14:52:20 Executing busybox-1.31.1-r19.trigger 14:52:20 Executing ca-certificates-20191127-r4.trigger 14:52:20 OK: 6 MiB in 16 packages 14:52:20 ---> Running in 5913cf52fd36 14:52:20 ---> Running in 29cc1d020594 14:52:20 ---> 94ce67af2915 14:52:20 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/ 14:52:21 ---> Running in eb9a1a1d0935 14:52:21 Removing intermediate container 29cc1d020594 14:52:21 ---> 622ae9e86730 14:52:21 Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:52:21 ---> Running in cd9fc916d5f7 14:52:22 Removing intermediate container cd9fc916d5f7 14:52:22 ---> 144b99b697d2 14:52:22 Step 23/23 : LABEL version=0.0.0 14:52:22 Removing intermediate container 7ee00f18fe8c 14:52:22 ---> 7784dd633776 14:52:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:52:22 ---> Running in e0eac7c1fc6f 14:52:22 ---> Running in 8fe7668669de 14:52:23 Removing intermediate container e0eac7c1fc6f 14:52:23 ---> d5f07f0b339a 14:52:23 14:52:23 Successfully built d5f07f0b339a 14:52:23 Successfully tagged docker-core-metadata-go:latest 14:52:23  Building docker-core-metadata-go ... done Removing intermediate container 8fe7668669de 14:52:23 ---> 22c9a6616991 14:52:23 Step 13/22 : ENV APP_PORT=48060 14:52:23 ---> Running in 905a369439c6 14:52:23 Removing intermediate container 5913cf52fd36 14:52:23 ---> beac9ec74bb6 14:52:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:52:23 Removing intermediate container eb9a1a1d0935 14:52:23 ---> cd2e5afeddde 14:52:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:52:23 ---> Running in fd19f4e462f7 14:52:23 Removing intermediate container 905a369439c6 14:52:23 ---> cfdb16efd340 14:52:23 Step 14/22 : EXPOSE $APP_PORT 14:52:23 ---> Running in 804d1876e3ff 14:52:23 ---> Running in 4af832720076 14:52:23 Removing intermediate container fd19f4e462f7 14:52:23 ---> 0799999bf11d 14:52:23 Step 22/24 : LABEL arch=x86_64 14:52:23 ---> Running in 23deba000ae1 14:52:24 Removing intermediate container 804d1876e3ff 14:52:24 ---> 709e16b7ab59 14:52:24 Step 28/31 : CMD ["gate"] 14:52:24 Removing intermediate container 4af832720076 14:52:24 ---> 0f4aed73475a 14:52:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:52:24 Removing intermediate container 23deba000ae1 14:52:24 ---> 61ed3b3d7e90 14:52:24 Step 23/24 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:52:24 ---> Running in b06959c8dfc7 14:52:24 ---> 1a01b575bb3a 14:52:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:52:24 ---> Running in 474e9ce12025 14:52:24 Removing intermediate container b06959c8dfc7 14:52:24 ---> 089270a413e7 14:52:24 Step 29/31 : LABEL arch=x86_64 14:52:25 ---> Running in 860482ff02d0 14:52:25 Removing intermediate container 474e9ce12025 14:52:25 ---> 61462bda4826 14:52:25 Step 24/24 : LABEL version=0.0.0 14:52:25 ---> 8367f36550b6 14:52:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:52:25 ---> Running in 2eea2578b60b 14:52:25 Removing intermediate container 860482ff02d0 14:52:25 ---> 70aaa45e7bb0 14:52:25 Step 30/31 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:52:25 ---> Running in a4f7fbef0c75 14:52:25 Removing intermediate container 2eea2578b60b 14:52:25 ---> fa3c25db4b3e 14:52:25 14:52:25 ---> c6f476d628b7 14:52:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:52:26 ---> Running in db90a8062900 14:52:26 Successfully built fa3c25db4b3e 14:52:26 Successfully tagged docker-security-secretstore-setup-go:latest 14:52:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container a4f7fbef0c75 14:52:26 ---> 00ee48dc59e7 14:52:26 Step 31/31 : LABEL version=0.0.0 14:52:26 ---> Running in 4e8614a77366 14:52:26 Removing intermediate container db90a8062900 14:52:26 ---> 37e179875cd2 14:52:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:26 ---> Running in c12b3268d104 14:52:26 Removing intermediate container 4e8614a77366 14:52:26 ---> bfefa7572874 14:52:26 14:52:26 Removing intermediate container c12b3268d104 14:52:26 ---> dad27bb902d9 14:52:26 Step 20/22 : LABEL arch=x86_64 14:52:27 Successfully built bfefa7572874 14:52:27 ---> Running in cc3b5ace3366 14:52:27 Successfully tagged docker-security-bootstrapper-go:latest 14:52:27  Building docker-security-bootstrapper-go ... done Removing intermediate container cc3b5ace3366 14:52:27 ---> bdf76a5cf6d1 14:52:27 Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:52:27 ---> Running in ee89517408cc 14:52:27 Removing intermediate container ee89517408cc 14:52:27 ---> 578d956372e1 14:52:27 Step 22/22 : LABEL version=0.0.0 14:52:27 ---> Running in 7829ff0e2279 14:52:27 Removing intermediate container 7829ff0e2279 14:52:27 ---> 441fbc63543e 14:52:27 14:52:28 Successfully built 441fbc63543e 14:52:28 Successfully tagged docker-support-notifications-go:latest 14:52:28  Building docker-support-notifications-go ... done  [Pipeline] } 14:52:28 $ docker stop --time=1 91d9ae49cf436f102f616989097008e7a7338b88cbc53cfe455dd26df9fd994a 14:52:30 $ docker rm -f 91d9ae49cf436f102f616989097008e7a7338b88cbc53cfe455dd26df9fd994a [Pipeline] // withDockerContainer [Pipeline] sh 14:52:30 + docker images 14:52:30 + grep docker 14:52:31 docker-support-notifications-go latest 441fbc63543e 3 seconds ago 17.8MB 14:52:31 docker-security-bootstrapper-go latest bfefa7572874 4 seconds ago 18.7MB 14:52:31 docker-security-secretstore-setup-go latest fa3c25db4b3e 5 seconds ago 24.9MB 14:52:31 docker-core-metadata-go latest d5f07f0b339a 8 seconds ago 19MB 14:52:31 docker-sys-mgmt-agent-go latest 7727dc65394a 14 seconds ago 313MB 14:52:31 docker-core-data-go latest 0515b1937e4f About a minute ago 22.6MB 14:52:31 docker-core-command-go latest cedb72cf0273 About a minute ago 17.2MB 14:52:31 docker-support-scheduler-go latest 8b269b71921b About a minute ago 17.3MB 14:52:31 docker-security-proxy-setup-go latest 9ee3257ef30f 2 minutes ago 24.7MB 14:52:31 docker 20.10.0 aefe523efa57 2 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 14:52:46 Still waiting to schedule task 14:52:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:53:17 gofmt -l . 14:53:17 [ "`gofmt -l .`" = "" ] 14:53:17 ./bin/test-go-mod-tidy.sh 14:53:17 ./bin/test-attribution-txt.sh [Pipeline] sh 14:53:17 + ls -al . 14:53:17 total 768 14:53:17 drwxrwxr-x 9 1001 1001 4096 Mar 10 14:53 . 14:53:17 drwxr-xr-x 4 root root 4096 Mar 10 14:48 .. 14:53:17 -rw-rw-r-- 1 1001 1001 11 Mar 10 14:47 .dockerignore 14:53:17 drwxrwxr-x 8 1001 1001 4096 Mar 10 14:47 .git 14:53:17 drwxrwxr-x 3 1001 1001 4096 Mar 10 14:47 .github 14:53:17 -rw-rw-r-- 1 1001 1001 818 Mar 10 14:47 .gitignore 14:53:17 -rw-rw-r-- 1 1001 1001 166 Mar 10 14:47 .sonarcloud.properties 14:53:17 -rw-rw-r-- 1 1001 1001 8607 Mar 10 14:47 Attribution.txt 14:53:17 -rw-rw-r-- 1 1001 1001 3804 Mar 10 14:47 CONTRIBUTING.md 14:53:17 -rw-rw-r-- 1 1001 1001 931 Mar 10 14:47 Dockerfile.build 14:53:17 -rw-rw-r-- 1 1001 1001 863 Mar 10 14:47 Jenkinsfile 14:53:17 -rw-rw-r-- 1 1001 1001 10775 Mar 10 14:47 LICENSE 14:53:17 -rw-rw-r-- 1 1001 1001 5774 Mar 10 14:47 Makefile 14:53:17 -rw-rw-r-- 1 1001 1001 6548 Mar 10 14:47 README.md 14:53:17 -rw-rw-r-- 1 1001 1001 6755 Mar 10 14:47 SECURITY.md 14:53:17 -rw-rw-r-- 1 1001 1001 5 Mar 10 14:44 VERSION 14:53:17 -rw-rw-r-- 1 1001 1001 4131 Mar 10 14:47 ZMQWindows.md 14:53:17 drwxrwxr-x 2 1001 1001 4096 Mar 10 14:47 bin 14:53:17 drwxrwxr-x 14 1001 1001 4096 Mar 10 14:47 cmd 14:53:17 -rw-r--r-- 1 root root 628838 Mar 10 14:51 coverage.out 14:53:17 -rw-r--r-- 1 root root 1055 Mar 10 14:53 go.mod 14:53:17 -rw-r--r-- 1 root root 21981 Mar 10 14:53 go.sum 14:53:17 drwxrwxr-x 8 1001 1001 4096 Mar 10 14:47 internal 14:53:17 drwxrwxr-x 4 1001 1001 4096 Mar 10 14:47 openapi 14:53:17 drwxrwxr-x 4 1001 1001 4096 Mar 10 14:47 snap 14:53:17 -rw-rw-r-- 1 1001 1001 168 Mar 10 14:47 version.go [Pipeline] sh 14:53:18 + '[' -e coverage.out ] 14:53:18 + chown 1001:1001 coverage.out [Pipeline] stash 14:53:18 Warning: overwriting stash ‘coverage-report’ 14:53:19 Stashed 1 file(s) [Pipeline] sh 14:53:20 + make build 14:53:20 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 14:53:30 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 14:53:56 Running on prd-ubuntu18.04-docker-8c-8g-29324 in /w/workspace/edgexfoundry_edgex-go_PR-3190 [Pipeline] { [Pipeline] ws 14:53:56 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 14:53:57 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 14:53:58 using credential edgex-jenkins-ssh 14:53:58 Cloning the remote Git repository 14:53:58 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 14:53:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:53:58 > git init /w/workspace/edgex-go/13 # timeout=10 14:53:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:53:58 > git --version # timeout=10 14:53:58 > git --version # 'git version 2.17.1' 14:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 14:53:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:54:03 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 14:54:05 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 14:54:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:54:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:54:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:54:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:54:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:54:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3190/head:refs/remotes/origin/PR-3190 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:54:09 Merging remotes/origin/master commit e1c877c26fd3ad456d53f84346cbbc11c0c9a37e into PR head commit 452e8e56647e25e17fef4bb2c674b86f1002a156 14:54:09 > git config core.sparsecheckout # timeout=10 14:54:09 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 14:54:09 Merge succeeded, producing 452e8e56647e25e17fef4bb2c674b86f1002a156 14:54:09 Checking out Revision 452e8e56647e25e17fef4bb2c674b86f1002a156 (PR-3190) 14:54:10 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 14:54:09 > git remote # timeout=10 14:54:09 > git config --get remote.origin.url # timeout=10 14:54:09 using GIT_SSH to set credentials SSH Credentials for GitHub 14:54:09 > git merge e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 14:54:09 > git rev-parse HEAD^{commit} # timeout=10 14:54:09 > git config core.sparsecheckout # timeout=10 14:54:09 > git checkout -f 452e8e56647e25e17fef4bb2c674b86f1002a156 # timeout=10 14:54:13 Commit message: "feat(scheduler): Upgrade core-contract lib and update swagger file" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:54:14 + echo snap-build.sh 14:54:14 snap-build.sh 14:54:14 + SNAP_BASE_DIR=. 14:54:14 + '[' '!' -z /w/workspace/edgex-go/13 ']' 14:54:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 14:54:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 14:54:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 14:54:14 + cd /w/workspace/edgex-go/13 14:54:14 + sudo apt-get remove -qy --purge lxd lxd-client 14:54:14 Reading package lists... 14:54:14 Building dependency tree... 14:54:14 Reading state information... 14:54:14 The following packages were automatically installed and are no longer required: 14:54:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:54:14 uidmap xdelta3 14:54:14 Use 'sudo apt autoremove' to remove them. 14:54:14 The following packages will be REMOVED: 14:54:14 lxd* lxd-client* 14:54:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:54:14 After this operation, 31.7 MB disk space will be freed. 14:54:15 (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.) 14:54:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:54:16 Removing lxd dnsmasq configuration 14:54:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:54:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:54:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:54:18 (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.) 14:54:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:54:19 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 14:54:19 Processing triggers for systemd (237-3ubuntu10.42) ... 14:54:19 Processing triggers for ureadahead (0.100.0-21) ... 14:54:20 + sudo snap remove --purge lxd 14:54:21 snap "lxd" is not installed 14:54:21 + sudo groupadd --force --system lxd 14:54:21 ++ whoami 14:54:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:54:21 + newgrp - lxd 14:54:21 + sudo snap install lxd 14:54:23 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 14:54: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 14:54:31 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 14:54:36 2021-03-10T14:54:31Z INFO Waiting for automatic snapd restart... 14:54:37 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] } 14:54:44 $ docker stop --time=1 cba8ca31f5b79583a480c92f66b534dc75ec7daed891e48d9a09d42b7d120824 14:54:47 $ docker rm -f cba8ca31f5b79583a480c92f66b534dc75ec7daed891e48d9a09d42b7d120824 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:54:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:54:49 14:54:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:54:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:54:50 latest: Pulling from edgex-devops/edgex-compose-arm64 14:54:50 29e5d40040c1: Pulling fs layer 14:54:50 1ce36da41761: Pulling fs layer 14:54:50 25b303627fd3: Pulling fs layer 14:54:50 29e5d40040c1: Verifying Checksum 14:54:50 29e5d40040c1: Download complete 14:54:50 1ce36da41761: Verifying Checksum 14:54:50 1ce36da41761: Download complete 14:54:50 29e5d40040c1: Pull complete 14:54:52 1ce36da41761: Pull complete 14:54:52 25b303627fd3: Verifying Checksum 14:54:52 25b303627fd3: Download complete 14:55:02 25b303627fd3: Pull complete 14:55:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:55:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:55:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:55:02 prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container 14:55:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:55:06 $ docker top 0d0bf9dd787e9ee7d94cb89f32249d40ff5439326a0fe01d7b8924f88c4f3152 -eo pid,comm [Pipeline] { [Pipeline] sh 14:55:07 + grep parallel 14:55:07 + docker-compose build --help 14:55:10 --parallel Build images in parallel. [Pipeline] } 14:55:10 $ docker stop --time=1 0d0bf9dd787e9ee7d94cb89f32249d40ff5439326a0fe01d7b8924f88c4f3152 14:55:12 $ docker rm -f 0d0bf9dd787e9ee7d94cb89f32249d40ff5439326a0fe01d7b8924f88c4f3152 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:55:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:55:13 . [Pipeline] withDockerContainer 14:55:13 prd-ubuntu18.04-docker-arm64-4c-16g-29323 does not seem to be running inside a container 14:55:13 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:55:14 lxd 4.11 from Canonical* installed 14:55:14 + sudo lxd init --auto 14:55:14 $ docker top c7be2e1711c2e32f7dfaeea31a690ca1759fb060958b1b96184de1822989bb7d -eo pid,comm [Pipeline] { [Pipeline] sh 14:55:15 + docker-compose -f ./docker-compose-build.yml build --parallel 14:55:19 + sudo snap install --classic snapcraft 14:55:20 Building docker-core-command-go ... 14:55:20 Building docker-core-data-go ... 14:55:20 Building docker-core-metadata-go ... 14:55:20 Building docker-security-bootstrapper-go ... 14:55:20 Building docker-security-proxy-setup-go ... 14:55:20 Building docker-security-secretstore-setup-go ... 14:55:20 Building docker-support-notifications-go ... 14:55:20 Building docker-support-scheduler-go ... 14:55:20 Building docker-sys-mgmt-agent-go ... 14:55:20 Building docker-support-notifications-go 14:55:20 Building docker-core-command-go 14:55:20 Building docker-security-proxy-setup-go 14:55:20 Building docker-security-secretstore-setup-go 14:55:20 Building docker-core-metadata-go 14:55:37 snapcraft 4.5.4 from Canonical* installed 14:55:37 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 14:55:37 + patch --verbose -p1 14:55:37 Hmm... Looks like a unified diff to me... 14:55:37 The text leading up to this was: 14:55:37 -------------------------- 14:55:37 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 14:55:37 |From: Tony Espy 14:55:37 |Date: Wed, 16 Dec 2020 16:34:55 -0500 14:55:37 |Subject: [PATCH] optimize snap build for pipeline CI check 14:55:37 | 14:55:37 |This patch is used by the EdgeX CI pipeline builds to 14:55:37 |optimize the snap CI check run for pull requests. When 14:55:37 |applied, it essentially strips out everything (apps and 14:55:37 |parts) from the snapcraft.yaml file except those required 14:55:37 |to build edgex-go, as the whole idea of the CI check is to 14:55:37 |catch changes to edgex-go that break the snap build. 14:55:37 | 14:55:37 |In general, anyone updating snapcraft.yaml will also need 14:55:37 |to update this patch file, otherwise it may fail to apply, 14:55:37 |resulting in a failed snap build CI check in the associated 14:55:37 |pull request. 14:55:37 | 14:55:37 |Note - in addition to applying this patch, the pipeline also 14:55:37 |only primes the snap (e.g. `snapcraft prime`), as there's no 14:55:37 |need to build the finally binary .snap file (and it won't 14:55:37 |work with the patch applied). This further reduces the build 14:55:37 |time. 14:55:37 |--- 14:55:37 | snap/snapcraft.yaml | 461 +------------------------------------------- 14:55:37 | 1 file changed, 2 insertions(+), 459 deletions(-) 14:55:37 | 14:55:37 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 14:55:37 |index 1e537489..faf42425 100644 14:55:37 |--- a/snap/snapcraft.yaml 14:55:37 |+++ b/snap/snapcraft.yaml 14:55:37 -------------------------- 14:55:37 patching file snap/snapcraft.yaml 14:55:37 Using Plan A... 14:55:37 Hunk #1 succeeded at 73. 14:55:37 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 14:55:37 Hunk #3 succeeded at 217 (offset 3 lines). 14:55:37 Hunk #4 succeeded at 225 (offset 3 lines). 14:55:37 Hunk #5 succeeded at 232 (offset 3 lines). 14:55:37 Hunk #6 succeeded at 259 (offset 3 lines). 14:55:37 Hunk #7 succeeded at 293 (offset 3 lines). 14:55:37 Hunk #8 succeeded at 352 (offset 11 lines). 14:55:37 Hmm... Ignoring the trailing garbage. 14:55:37 done 14:55:37 + sudo snapcraft prime --use-lxd 14:55:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:55:37 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: 14:55:37 - README.md 14:55:37 - snapcraft.yaml.orig 14:55:37 14:55:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:55:38 Launching a container. 14:55:50 Waiting for container to be ready 14:55:50 To start your first instance, try: lxc launch ubuntu:18.04 14:55:50 14:55:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:55:54 Waiting for network to be ready... 14:55:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:55:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 14:55:55 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:55:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:55:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:55:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:55:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 14:55:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 14:55:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 14:55:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:55:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:55:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:55:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:55:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:55:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:55:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:55:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:55:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:55:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:55:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:55:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:55:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:55:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:55:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 14:55:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 14:55:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:55:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:55:59 Fetched 24.0 MB in 4s (6005 kB/s) 14:56:00 Reading package lists... 14:56:00 Reading package lists... 14:56:00 Building dependency tree... 14:56:00 Reading state information... 14:56:00 The following additional packages will be installed: 14:56:00 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:56:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:56:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:56:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:56:00 Suggested packages: 14:56:00 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:56:00 Recommended packages: 14:56:00 gnupg libsasl2-modules 14:56:00 The following NEW packages will be installed: 14:56:00 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:56:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:56:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:56:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:56:00 The following packages will be upgraded: 14:56:00 gpg gpg-agent gpgconf libudev1 14:56:00 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 14:56:00 Need to get 3530 kB of archives. 14:56:00 After this operation, 13.3 MB of additional disk space will be used. 14:56:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 14:56:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 14:56:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:56:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:56:00 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 14:56:00 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 14:56:01 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:56:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:56:01 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:56:01 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:56:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:56:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:56:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:56:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:56:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:56:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:56:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:56:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:56:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:56:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:56:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:56:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:56:01 debconf: delaying package configuration, since apt-utils is not installed 14:56:01 Fetched 3530 kB in 1s (2896 kB/s) 14:56:01 (Reading database ... 12511 files and directories currently installed.) 14:56:01 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 14:56:01 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:56:01 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 14:56:01 Selecting previously unselected package udev. 14:56:01 (Reading database ... 12511 files and directories currently installed.) 14:56:01 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 14:56:02 Unpacking udev (237-3ubuntu10.44) ... 14:56:02 Selecting previously unselected package libfuse2:amd64. 14:56:02 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:56:02 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:56:02 Selecting previously unselected package fuse. 14:56:02 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:56:02 Unpacking fuse (2.9.7-1ubuntu1) ... 14:56:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:56:02 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:56:02 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:56:02 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:56:03 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:56:03 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:56:03 Selecting previously unselected package libksba8:amd64. 14:56:03 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:56:03 Unpacking libksba8:amd64 (1.3.5-2) ... 14:56:03 Selecting previously unselected package libroken18-heimdal:amd64. 14:56:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:03 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:56:03 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:03 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:03 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:56:03 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:03 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:03 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:56:03 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:03 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:03 Selecting previously unselected package libwind0-heimdal:amd64. 14:56:03 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:03 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:04 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:56:04 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:04 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:04 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:56:04 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:04 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:04 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:56:04 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:04 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:04 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:56:04 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:56:04 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:04 Selecting previously unselected package libsasl2-modules-db:amd64. 14:56:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:56:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:56:04 Selecting previously unselected package libsasl2-2:amd64. 14:56:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:56:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:56:04 Selecting previously unselected package libldap-common. 14:56:04 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:56:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:56:04 Selecting previously unselected package libldap-2.4-2:amd64. 14:56:04 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:56:04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:56:04 Selecting previously unselected package dirmngr. 14:56:04 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:56:04 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:56:04 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:56:04 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:56:04 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:56:04 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:56:04 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:56:05 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:56:05 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libksba8:amd64 (1.3.5-2) ... 14:56:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:56:05 Setting up udev (237-3ubuntu10.44) ... 14:56:05 invoke-rc.d: policy-rc.d denied execution of start. 14:56:05 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Processing triggers for systemd (237-3ubuntu10) ... 14:56:05 Setting up fuse (2.9.7-1ubuntu1) ... 14:56:05 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:56:05 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:56:05 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:56:05 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:56:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:56:06 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:56:06 settings in the [Install] section, and DefaultInstance for template units). 14:56:06 This means they are not meant to be enabled using systemctl. 14:56:06 Possible reasons for having this kind of units are: 14:56:06 1) A unit may be statically enabled by being symlinked from another unit's 14:56:06 .wants/ or .requires/ directory. 14:56:06 2) A unit's purpose may be to act as a helper for some other unit which has 14:56:06 a requirement dependency on it. 14:56:06 3) A unit may be started when needed via activation (socket, path, timer, 14:56:06 D-Bus, udev, scripted systemctl call, ...). 14:56:06 4) In case of template units, the unit is meant to be enabled with some 14:56:06 instance name specified. 14:56:07 Reading package lists... 14:56:07 Building dependency tree... 14:56:07 Reading state information... 14:56:07 The following additional packages will be installed: 14:56:07 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:56:07 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:56:07 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:56:07 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:56:07 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:56:07 Suggested packages: 14:56:07 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:56:07 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:56:07 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:56:07 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:56:07 systemd-container policykit-1 14:56:07 Recommended packages: 14:56:07 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:56:07 The following NEW packages will be installed: 14:56:07 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:56:07 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:56:07 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:56:07 multiarch-support openssh-client python3 python3-minimal python3.6 14:56:07 python3.6-minimal snapd squashfs-tools sudo 14:56:07 The following packages will be upgraded: 14:56:07 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:56:07 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 14:56:07 Need to get 35.2 MB of archives. 14:56:07 After this operation, 141 MB of additional disk space will be used. 14:56:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:56:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:56:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 14:56:07 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 14:56:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:56:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:56:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:56:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:56:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:56:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:56:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:56:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:56:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:56:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:56:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:56:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:56:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:56:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:56:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:56:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 14:56:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:56:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:56:08 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:56:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:56:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:56:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:56:08 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:56:08 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:56:08 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:56:08 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:56:08 debconf: delaying package configuration, since apt-utils is not installed 14:56:08 Fetched 35.2 MB in 1s (28.8 MB/s) 14:56:08 (Reading database ... 12757 files and directories currently installed.) 14:56:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 14:56:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:56:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 14:56:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:56:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 14:56:09 (Reading database ... 12757 files and directories currently installed.) 14:56:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:56:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:56:10 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:56:10 (Reading database ... 12757 files and directories currently installed.) 14:56:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:56:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:56:10 Setting up apt (1.6.12ubuntu0.2) ... 14:56:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:56:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:56:11 (Reading database ... 12764 files and directories currently installed.) 14:56:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:56:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:56:11 Selecting previously unselected package libpython3.6-minimal:amd64. 14:56:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:56:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:56:11 Selecting previously unselected package libexpat1:amd64. 14:56:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:56:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:56:11 Selecting previously unselected package python3.6-minimal. 14:56:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:56:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:56:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 14:56:12 Checking for services that may need to be restarted...done. 14:56:12 Checking for services that may need to be restarted...done. 14:56:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:56:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:56:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:56:12 Selecting previously unselected package python3-minimal. 14:56:12 (Reading database ... 13012 files and directories currently installed.) 14:56:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:56:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:56:12 Selecting previously unselected package mime-support. 14:56:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:56:12 Unpacking mime-support (3.60ubuntu1) ... 14:56:12 Selecting previously unselected package libmpdec2:amd64. 14:56:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:56:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:56:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:56:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:56:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:56:13 Selecting previously unselected package python3.6. 14:56:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:56:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:56:13 Selecting previously unselected package libpython3-stdlib:amd64. 14:56:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:56:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:56:13 Setting up python3-minimal (3.6.7-1~18.04) ... 14:56:14 Selecting previously unselected package python3. 14:56:14 (Reading database ... 13442 files and directories currently installed.) 14:56:14 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:56:14 Unpacking python3 (3.6.7-1~18.04) ... 14:56:14 Selecting previously unselected package multiarch-support. 14:56:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:56:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:56:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:56:14 Selecting previously unselected package liblzo2-2:amd64. 14:56:14 (Reading database ... 13479 files and directories currently installed.) 14:56:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:56:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:56:14 Selecting previously unselected package libbsd0:amd64. 14:56:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:56:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:56:14 Selecting previously unselected package sudo. 14:56:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:56:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:56:14 Selecting previously unselected package apparmor. 14:56:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:56:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:56:14 Selecting previously unselected package libedit2:amd64. 14:56:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:56:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:56:15 Selecting previously unselected package libkrb5support0:amd64. 14:56:15 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:56:15 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:56:15 Selecting previously unselected package libk5crypto3:amd64. 14:56:15 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:56:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:56:15 Selecting previously unselected package libkeyutils1:amd64. 14:56:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:56:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:56:15 Selecting previously unselected package libkrb5-3:amd64. 14:56:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:56:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:56:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:56:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:56:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:56:15 Selecting previously unselected package libssl1.0.0:amd64. 14:56:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:56:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:56:15 Selecting previously unselected package openssh-client. 14:56:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:56:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:56:16 Selecting previously unselected package squashfs-tools. 14:56:16 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:56:16 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:56:16 Selecting previously unselected package snapd. 14:56:16 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:56:16 Unpacking snapd (2.48.3+18.04) ... 14:56:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:56:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:56:18 Setting up mime-support (3.60ubuntu1) ... 14:56:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:56:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:56:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:56:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:56:18 Setting up systemd (237-3ubuntu10.44) ... 14:56:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:56:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:56:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:56:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:56:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:56:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:56:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:56:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:56:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:56:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:56:20 Setting up python3 (3.6.7-1~18.04) ... 14:56:21 running python rtupdate hooks for python3.6... 14:56:21 running python post-rtupdate hooks for python3.6... 14:56:21 Setting up apparmor (2.12-4ubuntu5.1) ... 14:56:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:56:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:56:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:56:22 Setting up snapd (2.48.3+18.04) ... 14:56:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:56:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:56:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:56:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:56:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:56:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:56:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:56:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:56:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:56:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:56:24 /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' 14:56:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:56:24 Processing triggers for systemd (237-3ubuntu10.44) ... 14:56:26 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 14:56:26 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:56:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:56:27 Reading package lists... 14:56:27 Reading package lists... 14:56:27 Building dependency tree... 14:56:27 Reading state information... 14:56:27 Calculating upgrade... 14:56:27 The following packages will be upgraded: 14:56:27 advancecomp base-files bash binutils binutils-common 14:56:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:56:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:56:27 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:56:27 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:56:27 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:56:27 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:56:27 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 14:56:27 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 14:56:27 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 14:56:27 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 14:56:27 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 14:56:27 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 14:56:27 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 14:56:27 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:56:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:56:27 Need to get 63.8 MB of archives. 14:56:27 After this operation, 5202 kB of additional disk space will be used. 14:56:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:56:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 14:56:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:56:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:56:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:56:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:56:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:56:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:56:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:56:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:56:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:56:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:56:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:56:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:56:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:56:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:56:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:56:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:56:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:56:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:56:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:56:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:56:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:56:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:56:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:56:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:56:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:56:28 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:56:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:56:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:56:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:56:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:56:28 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:56:28 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:56:28 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:56:28 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:56:28 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:56:28 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:56:28 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:56:28 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 14:56:29 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:56:29 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:56:29 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:56:29 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:56:29 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:56:29 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:56:29 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:56:29 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:56:29 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:56:29 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:56:29 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:56:29 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:56:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:56:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:56:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:56:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:56:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:56:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:56:29 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:56:29 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:56:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:56:29 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:56:29 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:56:29 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:56:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:56:29 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:56:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:56:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:56:29 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 14:56:29 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:56:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:56:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:56:29 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:56:29 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:56:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 14:56:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:56:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:56:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:56:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:56:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:56:29 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:56:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:56:29 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 14:56:29 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:56:29 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:56:29 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:56:29 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:56:29 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:56:29 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:56:29 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:56:29 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:56:30 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:56:30 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:56:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:56:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:56:30 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:56:30 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:56:30 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:56:30 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:56:31 debconf: delaying package configuration, since apt-utils is not installed 14:56:31 Fetched 63.8 MB in 3s (20.8 MB/s) 14:56:31 (Reading database ... 13912 files and directories currently installed.) 14:56:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:56:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:56:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:56:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:56:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 14:56:32 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 14:56:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:56:33 (Reading database ... 13911 files and directories currently installed.) 14:56:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:56:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:56:33 (Reading database ... 13911 files and directories currently installed.) 14:56:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:56:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:56:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:56:34 (Reading database ... 13911 files and directories currently installed.) 14:56:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:56:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:56:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:56:35 (Reading database ... 13911 files and directories currently installed.) 14:56:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:56:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:56:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:56:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:56:35 Setting up base-files (10.1ubuntu2.10) ... 14:56:35 Installing new version of config file /etc/issue ... 14:56:35 Installing new version of config file /etc/issue.net ... 14:56:36 Installing new version of config file /etc/lsb-release ... 14:56:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:56:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:56:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:56:36 Removing obsolete conffile /etc/default/motd-news ... 14:56:36 (Reading database ... 13912 files and directories currently installed.) 14:56:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:56:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:56:36 Setting up bash (4.4.18-2ubuntu1.2) ... 14:56:36 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 14:56:36 (Reading database ... 13912 files and directories currently installed.) 14:56:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:56:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:56:37 (Reading database ... 13912 files and directories currently installed.) 14:56:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:56:37 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:56:37 Setting up tar (1.29b-2ubuntu0.2) ... 14:56:37 (Reading database ... 13912 files and directories currently installed.) 14:56:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:56:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:56:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:56:37 (Reading database ... 13912 files and directories currently installed.) 14:56:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:56:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:56:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:56:38 (Reading database ... 13912 files and directories currently installed.) 14:56:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:56:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:56:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:56:38 (Reading database ... 13912 files and directories currently installed.) 14:56:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:56:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:56:38 Setting up grep (3.1-2build1) ... 14:56:38 (Reading database ... 13912 files and directories currently installed.) 14:56:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:56:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:56:38 Setting up login (1:4.5-1ubuntu2) ... 14:56:38 (Reading database ... 13912 files and directories currently installed.) 14:56:38 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:56:38 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:56:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:56:39 (Reading database ... 13912 files and directories currently installed.) 14:56:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:56:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:56:39 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:56:39 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:56:39 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:56:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:56:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:56:40 (Reading database ... 13912 files and directories currently installed.) 14:56:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:56:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:56:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:56:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:56:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:56:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:56:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:56:41 (Reading database ... 13912 files and directories currently installed.) 14:56:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:56:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:56:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:56:41 (Reading database ... 13912 files and directories currently installed.) 14:56:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:56:41 ---> 7e39ded6f97a 14:56:41 Step 3/23 : WORKDIR /edgex-go 14:56:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:56:41 ---> 7e39ded6f97a 14:56:41 Step 3/21 : WORKDIR /edgex-go 14:56:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:56:41 ---> 7e39ded6f97a 14:56:41 Step 3/24 : WORKDIR /edgex-go 14:56:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:56:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:56:41 ---> 7e39ded6f97a 14:56:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go 14:56:41 14:56:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:56:41 ---> 7e39ded6f97a 14:56:41 Step 3/22 : WORKDIR /edgex-go 14:56:41 ---> Running in 41d75656bfb3 14:56:41 ---> Running in 375eb79e4392 14:56:41 ---> Running in 27e8434d10a0 14:56:41 ---> Running in ea31daeca017 14:56:41 ---> Running in 95a117d51789 14:56:41 Removing intermediate container ea31daeca017 14:56:41 ---> 1e4fd8f6a037 14:56:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:41 Removing intermediate container 375eb79e4392 14:56:41 ---> 5435ef26ba35 14:56:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:41 Removing intermediate container 95a117d51789 14:56:41 ---> 9f478943b812 14:56:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:41 Removing intermediate container 41d75656bfb3 14:56:41 ---> 65468843403c 14:56:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:41 Removing intermediate container 27e8434d10a0 14:56:41 ---> 506686ecb8d5 14:56:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:56:41 ---> Running in 33dfc80eb1dc 14:56:41 ---> Running in 2fa460a79122 14:56:41 ---> Running in 6fc145a3b930 14:56:41 ---> Running in 423ded89a20c 14:56:41 ---> Running in bf57a347f828 14:56:41 Removing intermediate container 33dfc80eb1dc 14:56:41 ---> 1e0e3d15246d 14:56:41 Step 5/21 : RUN apk add --update --no-cache make git 14:56:41 ---> Running in 2ad033c77030 14:56:41 Removing intermediate container 6fc145a3b930 14:56:41 ---> 6a21bd28f238 14:56:41 Step 5/23 : RUN apk add --update --no-cache make git 14:56:41 Removing intermediate container 2fa460a79122 14:56:41 ---> d417753f9cdc 14:56:41 Step 5/24 : RUN apk add --update --no-cache make git 14:56:41 ---> Running in 468315eeca3f 14:56:41 ---> Running in 3db071f90925 14:56:41 Removing intermediate container 423ded89a20c 14:56:41 ---> 488e3c9dab8c 14:56:41 Step 5/23 : RUN apk add --update --no-cache make git 14:56:41 Removing intermediate container bf57a347f828 14:56:41 ---> da146674a308 14:56:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:56:41 ---> Running in 9059403d90fd 14:56:41 ---> Running in a175a62aab66 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:56:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:56:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:56:42 (Reading database ... 13912 files and directories currently installed.) 14:56:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:42 OK: 217 MiB in 51 packages 14:56:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:56:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:56:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:56:42 (Reading database ... 13912 files and directories currently installed.) 14:56:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:56:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:56:42 (Reading database ... 13912 files and directories currently installed.) 14:56:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:42 OK: 217 MiB in 51 packages 14:56:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:56:42 (Reading database ... 13912 files and directories currently installed.) 14:56:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:56:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:56:43 OK: 217 MiB in 51 packages 14:56:43 OK: 217 MiB in 51 packages 14:56:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:56:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:56:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:56:43 OK: 217 MiB in 51 packages 14:56:43 (Reading database ... 13912 files and directories currently installed.) 14:56:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:56:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:56:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:56:43 (Reading database ... 13912 files and directories currently installed.) 14:56:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:56:44 (Reading database ... 13912 files and directories currently installed.) 14:56:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:56:44 (Reading database ... 13912 files and directories currently installed.) 14:56:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:44 Removing intermediate container 2ad033c77030 14:56:44 ---> 3535bd932147 14:56:44 Step 6/21 : COPY go.mod . 14:56:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:56:44 Removing intermediate container 468315eeca3f 14:56:44 ---> d530dca799e3 14:56:44 Step 6/23 : COPY go.mod . 14:56:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:56:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:56:45 Removing intermediate container 9059403d90fd 14:56:45 ---> 16efd2c6c1c5 14:56:45 Step 6/23 : COPY go.mod . 14:56:45 Removing intermediate container 3db071f90925 14:56:45 ---> a9703517a1c8 14:56:45 Step 6/24 : COPY go.mod . 14:56:45 (Reading database ... 13912 files and directories currently installed.) 14:56:45 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:56:45 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:56:45 ---> 02c07a8e32f9 14:56:45 Step 7/21 : RUN go mod download 14:56:45 ---> ef75bb1a3ad6 14:56:45 Step 7/23 : RUN go mod download 14:56:45 Removing intermediate container a175a62aab66 14:56:45 ---> f9f7012d1df7 14:56:45 Step 6/22 : COPY go.mod . 14:56:45 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:56:45 (Reading database ... 13912 files and directories currently installed.) 14:56:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:56:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:56:45 ---> Running in 285f7d0394d1 14:56:45 ---> Running in b6f13be3f95f 14:56:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:56:45 (Reading database ... 13914 files and directories currently installed.) 14:56:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:56:46 ---> 6d85873aaa52 14:56:46 Step 7/23 : RUN go mod download 14:56:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:56:46 Setting up debconf (1.5.66ubuntu1) ... 14:56:46 (Reading database ... 13914 files and directories currently installed.) 14:56:46 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:56:46 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:56:46 ---> 568340c30a4f 14:56:46 Step 7/24 : RUN go mod download 14:56:46 ---> Running in 301d52c9386c 14:56:46 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:56:46 (Reading database ... 13914 files and directories currently installed.) 14:56:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:56:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:56:46 ---> Running in 05d588180ef5 14:56:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:56:46 (Reading database ... 13914 files and directories currently installed.) 14:56:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:56:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:56:46 ---> a04d62a200da 14:56:46 Step 7/22 : RUN go mod download 14:56:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:56:47 (Reading database ... 13914 files and directories currently installed.) 14:56:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:56:47 ---> Running in 4f0d5c99c776 14:56:47 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:56:47 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:56:47 (Reading database ... 13914 files and directories currently installed.) 14:56:47 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:56:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:56:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:56:47 (Reading database ... 13914 files and directories currently installed.) 14:56:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:56:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:56:48 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 14:56:48 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:56:48 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:56:48 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:56:48 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:56:48 (Reading database ... 13914 files and directories currently installed.) 14:56:48 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:56:48 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:56:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:56:48 (Reading database ... 13914 files and directories currently installed.) 14:56:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:56:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:56:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:56:49 (Reading database ... 13914 files and directories currently installed.) 14:56:49 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:56:49 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:56:49 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:56:49 (Reading database ... 13914 files and directories currently installed.) 14:56:49 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 14:56:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 14:56:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 14:56:50 (Reading database ... 13914 files and directories currently installed.) 14:56:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:56:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:56:50 Setting up passwd (1:4.5-1ubuntu2) ... 14:56:50 (Reading database ... 13914 files and directories currently installed.) 14:56:50 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:56:50 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:56:50 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:56:50 Removing intermediate container 285f7d0394d1 14:56:50 ---> ead8a5c22748 14:56:50 Step 8/21 : COPY . . 14:56:50 Removing intermediate container b6f13be3f95f 14:56:50 ---> 8604fc492b59 14:56:50 Step 8/23 : COPY . . 14:56:50 (Reading database ... 13914 files and directories currently installed.) 14:56:50 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:56:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:56:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:56:51 (Reading database ... 13914 files and directories currently installed.) 14:56:51 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:56:51 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:56:51 Removing intermediate container 301d52c9386c 14:56:51 ---> 1fe2c2550810 14:56:51 Step 8/23 : COPY . . 14:56:51 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:56:51 (Reading database ... 13914 files and directories currently installed.) 14:56:51 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:56:51 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:56:51 Removing intermediate container 05d588180ef5 14:56:51 ---> 33533e7faabc 14:56:51 Step 8/24 : COPY . . 14:56:51 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:56:51 (Reading database ... 13914 files and directories currently installed.) 14:56:51 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:56:51 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:56:51 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:56:51 (Reading database ... 13914 files and directories currently installed.) 14:56:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:56:52 Removing intermediate container 4f0d5c99c776 14:56:52 ---> c17db37383d4 14:56:52 Step 8/22 : COPY . . 14:56:52 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:56:52 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:56:52 (Reading database ... 13914 files and directories currently installed.) 14:56:52 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:56:52 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:56:52 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:56:52 (Reading database ... 13915 files and directories currently installed.) 14:56:52 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:56:52 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:56:52 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:56:52 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:56:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:56:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:56:53 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:56:53 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:56:53 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:56:53 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:56:53 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:56:53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:56:53 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:56:53 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:56:53 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:56:53 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:56:53 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:56:53 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:56:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:56:54 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:56:54 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:56:54 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:56:54 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:56:54 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:56:55 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:56:55 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:56:55 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:56:55 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:56:55 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:56:55 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:56:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:56:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:56:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:56:56 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:56:56 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:56:56 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:56:56 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:56 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:56:56 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:56 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:56:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:56:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:56:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:56:59 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:56:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:56:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:57:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:57:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:57:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:57:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:57:01 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:57:01 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:57:01 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:57:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:57:01 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:57:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:57:01 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:57:01 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:57:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:57:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:57:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:57:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:57:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:57:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:57:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:57:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:57:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:57:02 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:57:02 14:57:02 Current default time zone: 'Etc/UTC' 14:57:02 Local time is now: Wed Mar 10 14:57:02 UTC 2021. 14:57:02 Universal Time is now: Wed Mar 10 14:57:02 UTC 2021. 14:57:02 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:57:02 14:57:02 Setting up systemd-sysv (237-3ubuntu10.44) ... 14:57:02 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:03 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 14:57:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:57:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:57:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:57:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:57:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:57:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:57:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:57:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:03 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:57:03 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:57:03 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:57:03 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:03 Setting up patch (2.7.6-2ubuntu1.1) ... 14:57:03 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:57:03 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:57:03 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 14:57:03 Installing new version of config file /etc/ssl/openssl.cnf ... 14:57:03 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:57:03 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:57:03 Setting up ca-certificates (20210119~18.04.1) ... 14:57:05 Updating certificates in /etc/ssl/certs... 14:57:06 23 added, 27 removed; done. 14:57:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:57:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:57:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:57:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:57:06 Setting up pkgbinarymangler (138.18.04.1) ... 14:57:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:57:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up perl (5.26.1-6ubuntu0.5) ... 14:57:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:57:06 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:57:06 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:57:06 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:57:06 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:57:06 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:57:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:57:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:57:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:57:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:57:07 Processing triggers for systemd (237-3ubuntu10.44) ... 14:57:07 Processing triggers for mime-support (3.60ubuntu1) ... 14:57:07 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:57:07 Updating certificates in /etc/ssl/certs... 14:57:07 0 added, 0 removed; done. 14:57:07 Running hooks in /etc/ca-certificates/update.d... 14:57:07 done. 14:57:08 Reading package lists... 14:57:08 Building dependency tree... 14:57:08 Reading state information... 14:57:08 The following NEW packages will be installed: 14:57:08 apt-transport-https 14:57:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:57:08 Need to get 1696 B of archives. 14:57:08 After this operation, 153 kB of additional disk space will be used. 14:57:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:57:09 debconf: delaying package configuration, since apt-utils is not installed 14:57:09 Fetched 1696 B in 0s (13.0 kB/s) 14:57:09 Selecting previously unselected package apt-transport-https. 14:57:09 (Reading database ... 13920 files and directories currently installed.) 14:57:09 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:57:09 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:57:09 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:57:09 Waiting for network to be ready... 14:57:17 2021-03-10T14:57:13Z INFO Waiting for automatic snapd restart... 14:57:17 snapd 2.49 from Canonical* installed 14:57:18 "snapd" switched to the "latest/stable" channel 14:57:18 14:57:18 ---> 4598db8165e9 14:57:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:57:18 ---> d32817274a3c 14:57:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:57:18 ---> Running in 31d1b9838241 14:57:18 ---> Running in 81c0e3c1ecd5 14:57:18 ---> 706a97352d0b 14:57:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:57:18 ---> 46365dd472bb 14:57:18 Step 9/23 : RUN make cmd/core-command/core-command 14:57:18 ---> 7d13a29d4acc 14:57:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:57:18 ---> Running in 55e4c51f4945 14:57:18 ---> Running in fdf18a95da8c 14:57:18 ---> Running in 8c2a4d5ff17f 14:57:18 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 14:57:18 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 14:57:19 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 14:57:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:57:19 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 14:57:21 core18 20210128 from Canonical* installed 14:57:21 "core18" switched to the "latest/stable" channel 14:57:21 14:57:25 snapcraft 4.5.4 from Canonical* installed 14:57:25 "snapcraft" switched to the "latest/stable" channel 14:57:25 14:57:28 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: 14:57:28 - README.md 14:57:28 - snapcraft.yaml.orig 14:57:28 14:57:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:57:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:57:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:57:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:57:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:57:36 Reading package lists... 14:57:36 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 14:57:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:57:43 Reading package lists... 14:57:43 Building dependency tree... 14:57:43 Reading state information... 14:57:43 Suggested packages: 14:57:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:57:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:57:43 Recommended packages: 14:57:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:57:43 The following NEW packages will be installed: 14:57:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:57:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:57:43 pkg-config zip 14:57:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:57:43 Need to get 7658 kB of archives. 14:57:43 After this operation, 43.8 MB of additional disk space will be used. 14:57:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 14:57:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:57:43 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:57:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 14:57:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 14:57:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:57:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:57:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:57:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:57:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:57:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:57:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:57:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:57:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:57:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:57:44 debconf: delaying package configuration, since apt-utils is not installed 14:57:44 Fetched 7658 kB in 1s (10.7 MB/s) 14:57:44 Selecting previously unselected package libglib2.0-0:amd64. 14:57:44 (Reading database ... 13924 files and directories currently installed.) 14:57:44 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 14:57:44 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 14:57:44 Selecting previously unselected package libpsl5:amd64. 14:57:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:57:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:57:44 Selecting previously unselected package libnghttp2-14:amd64. 14:57:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:57:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:57:44 Selecting previously unselected package librtmp1:amd64. 14:57:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:57:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:57:44 Selecting previously unselected package libcurl3-gnutls:amd64. 14:57:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:57:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:57:44 Selecting previously unselected package liberror-perl. 14:57:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:57:44 Unpacking liberror-perl (0.17025-1) ... 14:57:44 Selecting previously unselected package git-man. 14:57:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 14:57:44 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 14:57:45 Selecting previously unselected package git. 14:57:45 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 14:57:45 Unpacking git (1:2.17.1-1ubuntu0.8) ... 14:57:45 Selecting previously unselected package libnorm1:amd64. 14:57:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:57:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:57:45 Selecting previously unselected package libpgm-5.2-0:amd64. 14:57:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:57:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:57:45 Selecting previously unselected package libsodium23:amd64. 14:57:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:57:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:57:46 Selecting previously unselected package libzmq5:amd64. 14:57:46 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:57:46 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:57:46 Selecting previously unselected package libzmq3-dev:amd64. 14:57:46 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:57:46 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:57:46 Selecting previously unselected package pkg-config. 14:57:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:57:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:57:46 Selecting previously unselected package zip. 14:57:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:57:46 Unpacking zip (3.0-11build1) ... 14:57:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:57:46 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 14:57:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:57:46 Setting up liberror-perl (0.17025-1) ... 14:57:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:57:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 14:57:46 No schema files found: doing nothing. 14:57:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:57:46 Setting up zip (3.0-11build1) ... 14:57:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:57:46 Setting up libsodium23:amd64 (1.0.16-2) ... 14:57:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:57:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:57:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:57:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:57:46 Setting up git (1:2.17.1-1ubuntu0.8) ... 14:57:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:57:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:57:53 git set to automatically installed. 14:57:53 git-man set to automatically installed. 14:57:53 libcurl3-gnutls set to automatically installed. 14:57:53 liberror-perl set to automatically installed. 14:57:53 libglib2.0-0 set to automatically installed. 14:57:53 libnghttp2-14 set to automatically installed. 14:57:53 libnorm1 set to automatically installed. 14:57:53 libpgm-5.2-0 set to automatically installed. 14:57:53 libpsl5 set to automatically installed. 14:57:53 librtmp1 set to automatically installed. 14:57:53 libsodium23 set to automatically installed. 14:57:53 libzmq3-dev set to automatically installed. 14:57:53 libzmq5 set to automatically installed. 14:57:53 pkg-config set to automatically installed. 14:57:53 zip set to automatically installed. 14:57:55 snapd is not logged in, snap install commands will use sudo 14:58:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:58:02 snap "core18" has no updates available 14:58:02 Pulling config-common 14:58:02 + snapcraftctl pull 14:58:04 Pulling go-build-helper 14:58:04 + snapcraftctl pull 14:58:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:58:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:58:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:58:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 14:58:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:58:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:58:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:58:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:58:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:58:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:58:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:58:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:58:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:58:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:58:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 14:58:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 14:58:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 14:58:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:58:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:58:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:58:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:58:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:58:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:58:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 14:58:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 14:58:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:58:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:58:26 Fetched 24.0 MB in 0s (0 B/s) 14:58:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:58:26 Fetched 96.5 kB in 0s (0 B/s) 14:58:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:58:26 Fetched 279 kB in 0s (0 B/s) 14:58:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:58:26 Fetched 122 kB in 0s (0 B/s) 14:58:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:58:26 Fetched 77.8 kB in 0s (0 B/s) 14:58:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:58:26 Fetched 8848 B in 0s (0 B/s) 14:58:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:58:26 Fetched 47.8 kB in 0s (0 B/s) 14:58:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:58:26 Fetched 45.6 kB in 0s (0 B/s) 14:58:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:58:26 Fetched 15.0 kB in 0s (0 B/s) 14:58:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:58:26 Fetched 214 kB in 0s (0 B/s) 14:58:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:58:26 Fetched 154 kB in 0s (0 B/s) 14:58:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:58:26 Fetched 50.6 kB in 0s (0 B/s) 14:58:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:58:26 Fetched 14.8 kB in 0s (0 B/s) 14:58:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:58:26 Fetched 41.8 kB in 0s (0 B/s) 14:58:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:58:26 Fetched 499 kB in 0s (0 B/s) 14:58:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:58:26 Fetched 111 kB in 0s (0 B/s) 14:58:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:58:26 Fetched 240 kB in 0s (0 B/s) 14:58:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:58:26 Fetched 29.3 kB in 0s (0 B/s) 14:58:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:58:26 Fetched 85.5 kB in 0s (0 B/s) 14:58:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:58:26 Fetched 24.5 kB in 0s (0 B/s) 14:58:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:58:26 Fetched 49.2 kB in 0s (0 B/s) 14:58:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:58:26 Fetched 54.2 kB in 0s (0 B/s) 14:58:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:58:26 Fetched 30.8 kB in 0s (0 B/s) 14:58:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:58:26 Fetched 15.8 kB in 0s (0 B/s) 14:58:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:58:26 Fetched 85.9 kB in 0s (0 B/s) 14:58:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:58:26 Fetched 8720 B in 0s (0 B/s) 14:58:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:58:26 Fetched 137 kB in 0s (0 B/s) 14:58:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:58:26 Fetched 119 kB in 0s (0 B/s) 14:58:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:58:26 Fetched 109 kB in 0s (0 B/s) 14:58:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:58:26 Fetched 11.1 kB in 0s (0 B/s) 14:58:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:58:26 Fetched 645 kB in 0s (0 B/s) 14:58:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:58:26 Fetched 41.3 kB in 0s (0 B/s) 14:58:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:58:26 Fetched 17.9 kB in 0s (0 B/s) 14:58:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:58:26 Fetched 368 kB in 0s (0 B/s) 14:58:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:58:26 Fetched 187 kB in 0s (0 B/s) 14:58:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:58:26 Fetched 175 kB in 0s (0 B/s) 14:58:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:58:29 Fetched 206 kB in 0s (0 B/s) 14:58:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 14:58:29 Fetched 1301 kB in 0s (0 B/s) 14:58:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:58:29 Fetched 36.2 kB in 0s (0 B/s) 14:58:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:58:29 Fetched 159 kB in 0s (0 B/s) 14:58:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:58:29 Fetched 107 kB in 0s (0 B/s) 14:58:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:58:29 Fetched 48.7 kB in 0s (0 B/s) 14:58:29 Pulling static-packages 14:58:29 + snapcraftctl pull 14:58:29 'go115' has dependencies that need to be staged: static-packages go-build-helper 14:58:29 Skipping pull go-build-helper (already ran) 14:58:29 Skipping pull static-packages (already ran) 14:58:29 Building go-build-helper 14:58:29 + snapcraftctl build 14:58:34 Building static-packages 14:58:34 + snapcraftctl build 14:58:35 Staging go-build-helper 14:58:35 + snapcraftctl stage 14:58:36 Staging static-packages 14:58:36 + snapcraftctl stage 14:58:37 Pulling go115 14:58:37 + snapcraftctl pull 14:58:38 'edgex-go' has dependencies that need to be staged: go115 14:58:38 Skipping pull go115 (already ran) 14:58:38 Building go115 14:58:38 + dpkg --print-architecture 14:58:38 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 14:58:38 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 14:58:38 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 14:58:38 % Total % Received % Xferd Average Speed Time Time Time Current 14:58:38 Dload Upload Total Spent Left Speed 14:58:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 18130 0 0 99071 0 0:20:22 --:--:-- 0:20:22 98532 29 115M 29 34.5M 0 0 29.2M 0 0:00:03 0:00:01 0:00:02 29.2M 61 115M 61 71.0M 0 0 32.6M 0 0:00:03 0:00:02 0:00:01 32.6M 98 115M 98 113M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.8M 100 115M 100 115M 0 0 35.7M 0 0:00:03 0:00:03 --:--:-- 35.7M 14:58:41 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 14:58:41 + sha256sum -c sha256 14:58:41 + grep OK 14:58:42 go1.15.2.linux-amd64.tar.gz: OK 14:58:42 + mkdir -p /root/stage/go1.15 14:58:42 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 14:58:46 Staging go115 14:58:46 + snapcraftctl stage 14:58:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:58:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:58:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:58:51 Fetched 0 B in 0s (0 B/s) 14:58:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:58:51 Fetched 224 kB in 0s (0 B/s) 14:58:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:58:51 Fetched 157 kB in 0s (0 B/s) 14:58:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:58:51 Fetched 221 kB in 0s (0 B/s) 14:58:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:58:51 Fetched 143 kB in 0s (0 B/s) 14:58:51 Pulling edgex-go 14:58:51 + snapcraftctl pull 14:58:52 Pulling version 14:58:52 + cd /root/project 14:58:52 + [ -f VERSION ] 14:58:52 + PROJECT_VERSION=local-dev 14:58:52 + git rev-parse --short HEAD 14:58:52 + GIT_REVISION=452e8e56 14:58:52 + snapcraftctl set-version local-dev 14:58:53 Building config-common 14:58:53 + snapcraftctl build 14:58:55 Skipping build go-build-helper (already ran) 14:58:55 Skipping build static-packages (already ran) 14:58:55 Skipping build go115 (already ran) 14:58:55 Building edgex-go 14:58:56 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 14:58:56 + cd /root/parts/edgex-go/src 14:58:56 + make build 14:58:56 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 14:58:56 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 14:58:56 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 14:58:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 14:58:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:58:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 14:58:58 go: downloading github.com/gorilla/mux v1.8.0 14:58:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 14:58:58 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 14:58:58 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 14:58:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:58:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 14:58:58 go: downloading github.com/google/uuid v1.2.0 14:58:58 go: downloading github.com/pelletier/go-toml v1.2.0 14:58:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:58:58 go: downloading github.com/hashicorp/consul/api v1.8.1 14:58:58 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:58:58 go: downloading github.com/x448/float16 v0.8.4 14:58:58 go: downloading github.com/pkg/errors v0.8.1 14:58:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:58:58 go: downloading github.com/imdario/mergo v0.3.11 14:58:58 go: downloading github.com/go-kit/kit v0.8.0 14:58:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:58:58 go: downloading github.com/BurntSushi/toml v0.3.1 14:58:58 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:58:58 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:58:58 go: downloading github.com/mitchellh/copystructure v1.0.0 14:58:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:58:58 go: downloading github.com/pebbe/zmq4 v1.2.5 14:58:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 14:58:58 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:58:58 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:58:58 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:58:58 go: downloading github.com/hashicorp/serf v0.9.5 14:58:58 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:58:58 go: downloading github.com/leodido/go-urn v1.2.0 14:58:58 go: downloading github.com/go-playground/universal-translator v0.17.0 14:58:58 go: downloading github.com/fatih/color v1.9.0 14:58:58 go: downloading github.com/mattn/go-isatty v0.0.12 14:58:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 14:58:58 go: downloading github.com/gorilla/websocket v1.4.2 14:58:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:58:59 go: downloading github.com/go-playground/locales v0.13.0 14:58:59 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 14:58:59 go: downloading github.com/mattn/go-colorable v0.1.6 14:58:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:58:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:58:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:59:01 Removing intermediate container 8c2a4d5ff17f 14:59:01 ---> e774a69fb066 14:59:01 14:59:01 Step 10/24 : FROM alpine:3.12 14:59:01 3.12: Pulling from library/alpine 14:59:03 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:59:03 Status: Downloaded newer image for alpine:3.12 14:59:03 ---> d10569e2745f 14:59:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:59:04 ---> Running in 249e51fbe242 14:59:05 Removing intermediate container 31d1b9838241 14:59:05 ---> 655aea825787 14:59:05 14:59:05 Step 10/21 : FROM alpine:3.12 14:59:05 ---> d10569e2745f 14:59:05 Step 11/21 : RUN apk add --update --no-cache curl 14:59:05 ---> Running in 42b822a35981 14:59:06 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 14:59:06 go: downloading gopkg.in/yaml.v2 v2.4.0 14:59:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:59:07 (1/5) Installing ca-certificates (20191127-r4) 14:59:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:59:07 (3/5) Installing libcurl (7.69.1-r3) 14:59:07 (4/5) Installing curl (7.69.1-r3) 14:59:07 (5/5) Installing dumb-init (1.2.2-r1) 14:59:07 Executing busybox-1.31.1-r19.trigger 14:59:07 Executing ca-certificates-20191127-r4.trigger 14:59:08 (1/4) Installing ca-certificates (20191127-r4) 14:59:08 OK: 7 MiB in 19 packages 14:59:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:59:08 (3/4) Installing libcurl (7.69.1-r3) 14:59:08 (4/4) Installing curl (7.69.1-r3) 14:59:08 Executing busybox-1.31.1-r19.trigger 14:59:08 Executing ca-certificates-20191127-r4.trigger 14:59:08 OK: 7 MiB in 18 packages 14:59:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:59:11 Removing intermediate container 249e51fbe242 14:59:11 ---> 8f7ac2958115 14:59:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:59:11 ---> Running in a8e0938dac3f 14:59:11 Removing intermediate container 42b822a35981 14:59:11 ---> dccb05b5c44c 14:59:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:59:11 ---> Running in c6f963c59d0d 14:59:12 Removing intermediate container a8e0938dac3f 14:59:12 ---> 166b6391d810 14:59:12 Step 13/24 : WORKDIR / 14:59:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:59:12 ---> Running in e92746890c0d 14:59:12 Removing intermediate container c6f963c59d0d 14:59:12 ---> 6253854606a6 14:59:12 Step 13/21 : WORKDIR /edgex 14:59:13 ---> Running in 1b1a0cfdbab5 14:59:13 Removing intermediate container e92746890c0d 14:59:13 ---> dbf92ead2f2f 14:59:13 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:59:14 Removing intermediate container 1b1a0cfdbab5 14:59:14 ---> df28acb2b01e 14:59:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:59: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 14:59:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:59:14 go: downloading github.com/stretchr/testify v1.7.0 14:59:14 go: downloading github.com/davecgh/go-spew v1.1.1 14:59:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:59:14 go: downloading github.com/pmezard/go-difflib v1.0.0 14:59:15 ---> efd1b1f90f1d 14:59:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:59:16 ---> 32850439a0bc 14:59:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:59:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:59:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:59:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:59:17 ---> 6cfff584fa67 14:59:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:59:18 Removing intermediate container 55e4c51f4945 14:59:18 ---> c3d1b2c4d289 14:59:18 14:59:18 Step 10/23 : FROM alpine:3.12 14:59:18 ---> d10569e2745f 14:59:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:59:18 ---> 61f91c9b616d 14:59:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:59:18 ---> Running in 8b25d68faa6d 14:59:18 ---> 44509cf9deb8 14:59:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:59:18 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 14:59:18 Removing intermediate container fdf18a95da8c 14:59:18 ---> 0ab7cbf0aedb 14:59:18 14:59:18 Step 10/22 : FROM alpine:3.12 14:59:18 ---> d10569e2745f 14:59:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:59:19 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 14:59:19 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 14:59:19 ---> Running in 4bdf94d4f5c2 14:59:20 ---> 8da6df50a79d 14:59:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:59:20 ---> Running in 4c5857231bf8 14:59:20 ---> 9bfe8bde3e69 14:59:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:59:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:59:21 Removing intermediate container 4c5857231bf8 14:59:21 ---> 32cc9b0c0224 14:59:21 Step 18/21 : CMD ["--init=true"] 14:59:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:59:21 (1/1) Installing dumb-init (1.2.2-r1) 14:59:21 Executing busybox-1.31.1-r19.trigger 14:59:21 OK: 5 MiB in 15 packages 14:59:21 ---> Running in 5326466fc910 14:59:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:59:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:59:22 (1/2) Installing ca-certificates (20191127-r4) 14:59:22 (2/2) Installing dumb-init (1.2.2-r1) 14:59:22 Executing busybox-1.31.1-r19.trigger 14:59:22 Executing ca-certificates-20191127-r4.trigger 14:59:22 OK: 6 MiB in 16 packages 14:59:23 Removing intermediate container 5326466fc910 14:59:23 ---> ef2f8a5781ba 14:59:23 Step 19/21 : LABEL arch=arm64 14:59:23 ---> 585e37f7dd50 14:59:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:59:23 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 14:59:23 go: downloading github.com/lib/pq v1.9.0 14:59:23 ---> Running in 0102bb8af3b4 14:59:23 Removing intermediate container 8b25d68faa6d 14:59:23 ---> 951ceb50165c 14:59:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:59:24 ---> Running in 27cf202f5f67 14:59:24 Removing intermediate container 0102bb8af3b4 14:59:24 ---> 223957ef156a 14:59:24 Step 20/21 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:59:24 ---> b25bc4411e06 14:59:24 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/ 14:59:24 ---> Running in b3384c2bcc92 14:59:24 ---> Running in bfe85550cafa 14:59:24 Removing intermediate container 27cf202f5f67 14:59:24 ---> 7158c03f9695 14:59:24 Step 13/23 : ENV APP_PORT=48082 14:59:24 Removing intermediate container 4bdf94d4f5c2 14:59:24 ---> 6259cf025edd 14:59:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:59:24 Removing intermediate container 81c0e3c1ecd5 14:59:24 ---> fa676f4f454a 14:59:24 14:59:24 Step 10/23 : FROM alpine:3.12 14:59:24 ---> d10569e2745f 14:59:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:59:24 ---> Using cache 14:59:24 ---> 951ceb50165c 14:59:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:59:24 ---> Using cache 14:59:24 ---> 7158c03f9695 14:59:24 Step 13/23 : ENV APP_PORT=48081 14:59:25 ---> Running in 9a8efaa31ffc 14:59:25 ---> Running in bdd2d6a51bdd 14:59:25 ---> Running in 9767ba8dea6d 14:59:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:59:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:59:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:59:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:59:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:59:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:59:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:59:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:59:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:59:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:59:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:59:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:59:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:59:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:59:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:59:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:59:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:59:25 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 14:59:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:59:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:59:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:59:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:59:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:59:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:59:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 14:59:25 Removing intermediate container b3384c2bcc92 14:59:25 ---> 7522e0b8b7a7 14:59:25 Step 21/21 : LABEL version=0.0.0 14:59:25 ---> Running in 2ca005e7a601 14:59:26 Removing intermediate container 9a8efaa31ffc 14:59:26 ---> aed565d99596 14:59:26 Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container 9767ba8dea6d 14:59:26 14:59:26 ---> beda413d0396 14:59:26 Step 14/23 : EXPOSE $APP_PORT 14:59:26 Removing intermediate container bdd2d6a51bdd 14:59:26 ---> 44ea3f018fb9 14:59:26 Step 13/22 : ENV APP_PORT=48060 14:59:26 ---> Running in 8857a49907ac 14:59:26 ---> Running in ee56bccc38dc 14:59:26 Removing intermediate container 2ca005e7a601 14:59:26 ---> 50aee4c244e4 14:59:26 14:59:26 ---> Running in ae4efe056917 14:59:26 Building version 14:59:26 + snapcraftctl build 14:59:26 Removing intermediate container 8857a49907ac 14:59:26 ---> a94fb5be82bb 14:59:26 Step 15/23 : WORKDIR / 14:59:26 Successfully built 50aee4c244e4 14:59:26 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:59:26  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 14:59:26 Removing intermediate container ae4efe056917 14:59:26 ---> 0e72b1750c9b 14:59:26 Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container ee56bccc38dc 14:59:26 ---> 0f767a895b8b 14:59:26 Step 15/23 : WORKDIR / 14:59:26 14:59:26 ---> Running in 2aab12a75250 14:59:27 ---> Running in bcfbac75b9b3 14:59:27 ---> Running in f740bbbfb9f6 14:59:27 Removing intermediate container bfe85550cafa 14:59:27 ---> 45ffab6ce6fc 14:59:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:59:27 Removing intermediate container 2aab12a75250 14:59:27 ---> a80052bc646e 14:59:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:27 ---> Running in bcb4aec4fd2b 14:59:27 Removing intermediate container f740bbbfb9f6 14:59:27 ---> 021f70d89751 14:59:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:27 Removing intermediate container bcfbac75b9b3 14:59:27 ---> 45e72fd2b838 14:59:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:59:28 Staging config-common 14:59:28 + snapcraftctl stage 14:59:28 Removing intermediate container bcb4aec4fd2b 14:59:28 ---> 4108aac8d56c 14:59:28 Step 22/24 : LABEL arch=arm64 14:59:28 ---> Running in 16f603c60fa8 14:59:29 ---> e86aed41817c 14:59:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:59:29 ---> fb5168af5779 14:59:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:59:29 Skipping stage go-build-helper (already ran) 14:59:29 Skipping stage static-packages (already ran) 14:59:29 Skipping stage go115 (already ran) 14:59:29 Staging edgex-go 14:59:29 + snapcraftctl stage 14:59:29 Removing intermediate container 16f603c60fa8 14:59:29 ---> c2eff1330ae4 14:59:29 Step 23/24 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:59:29 ---> 78276800c38f 14:59:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:59:30 ---> Running in c6e3b1d2e09c 14:59:30 Staging version 14:59:30 + snapcraftctl stage 14:59:31 Removing intermediate container c6e3b1d2e09c 14:59:31 ---> 35be583d6304 14:59:31 Step 24/24 : LABEL version=0.0.0 14:59:31 Priming config-common 14:59:31 + snapcraftctl prime 14:59:31 ---> 3a9b82ebc5db 14:59:31 ---> 2dbddf6e3812 14:59:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:59:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:59:31 ---> Running in 5af071143937 14:59:31 ---> 1656deb50e0a 14:59:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:59:32 Priming go-build-helper 14:59:32 + snapcraftctl prime 14:59:32 Removing intermediate container 5af071143937 14:59:32 ---> 2bdb2de676f4 14:59:32 14:59:33 ---> e87a88dcbced 14:59:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> fc9dcd70a898 14:59:33 14:59:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:59:33 Successfully built 2bdb2de676f4 14:59:33 Priming static-packages 14:59:33 + snapcraftctl prime 14:59:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:59:33  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 14:59:33 ---> 9a75bfe56df5 14:59:33 Step 19/23 : ENTRYPOINT ["/core-command"] 14:59:33 ---> Running in eadafa16cc1b 14:59:33 ---> Running in 0ffb8f19b4b5 14:59:33 ---> Running in 3cb558340538 14:59:34 Removing intermediate container 0ffb8f19b4b5 14:59:34 ---> c1c88966a0fa 14:59:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:59:34 Removing intermediate container eadafa16cc1b 14:59:34 ---> 2365b1d6a347 14:59:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:59:34 ---> Running in 581323cead23 14:59:34 Removing intermediate container 3cb558340538 14:59:34 ---> 7871b705b81c 14:59:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:59:34 ---> Running in 186b43fd1d80 14:59:34 ---> Running in 5f614a449882 14:59:34 Removing intermediate container 581323cead23 14:59:34 ---> e811eb6de542 14:59:34 Step 20/22 : LABEL arch=arm64 14:59:35 Removing intermediate container 186b43fd1d80 14:59:35 ---> 44fdbccfe596 14:59:35 Step 21/23 : LABEL arch=arm64 14:59:35 ---> Running in a1090d2689f0 14:59:35 Removing intermediate container 5f614a449882 14:59:35 ---> 63460a67fb63 14:59:35 Step 21/23 : LABEL arch=arm64 14:59:35 ---> Running in d218f14e834d 14:59:35 ---> Running in 9df85f33ae6c 14:59:35 Removing intermediate container a1090d2689f0 14:59:35 ---> 72124e5e0e24 14:59:35 Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:59:35 Removing intermediate container d218f14e834d 14:59:35 ---> a6eedd96a5fa 14:59:35 Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:59:35 ---> Running in c630273eab2a 14:59:35 ---> Running in 1a7d90e7a75f 14:59:35 Removing intermediate container 9df85f33ae6c 14:59:35 ---> 7bb954f8608c 14:59:35 Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 14:59:35 Priming go115 14:59:35 + snapcraftctl prime 14:59:36 ---> Running in 62745aff4a8c 14:59:36 Removing intermediate container c630273eab2a 14:59:36 ---> 8b5cc1216208 14:59:36 Step 22/22 : LABEL version=0.0.0 14:59:36 Removing intermediate container 1a7d90e7a75f 14:59:36 ---> 07d1b5e4b04e 14:59:36 Step 23/23 : LABEL version=0.0.0 14:59:36 ---> Running in 06549d8cef4b 14:59:36 ---> Running in 2c3f7c6dd38a 14:59:36 Removing intermediate container 62745aff4a8c 14:59:36 ---> be45f2057066 14:59:36 Step 23/23 : LABEL version=0.0.0 14:59:36 Priming edgex-go 14:59:36 + snapcraftctl prime 14:59:37 ---> Running in 73a49d9ac968 14:59:37 Removing intermediate container 06549d8cef4b 14:59:37 ---> c04ecd9e3bcd 14:59:37 14:59:37 Removing intermediate container 2c3f7c6dd38a 14:59:37 ---> 399641cd114b 14:59:37 14:59:37 Priming version 14:59:37 + snapcraftctl prime 14:59:38 Successfully built c04ecd9e3bcd 14:59:38 Successfully built 399641cd114b 14:59:38 Successfully tagged docker-support-notifications-go-arm64:latest 14:59:38  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 14:59:38 Successfully tagged docker-core-metadata-go-arm64:latest 14:59:38 Removing intermediate container 73a49d9ac968 14:59:38 ---> 3b104263e0eb 14:59:38 14:59:38  Building docker-core-metadata-go ... done Building docker-core-data-go 14:59:38 Successfully built 3b104263e0eb 14:59:38 Successfully tagged docker-core-command-go-arm64:latest 14:59:39 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:00:17  Building docker-core-command-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:00:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:00:17 ---> 7e39ded6f97a 15:00:17 Step 3/22 : WORKDIR /edgex-go 15:00:17 ---> Using cache 15:00:17 ---> 65468843403c 15:00:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:17 ---> Using cache 15:00:17 ---> da146674a308 15:00:17 Step 5/22 : RUN apk add --update --no-cache make git 15:00:19 ---> Running in c8cfd9c6071f 15:00:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:00:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:00:22 OK: 217 MiB in 51 packages 15:00:23 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:00:23 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:00:23 ---> 7e39ded6f97a 15:00:23 Step 3/31 : WORKDIR /edgex-go 15:00:23 ---> Using cache 15:00:23 ---> 65468843403c 15:00:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:23 ---> Using cache 15:00:23 ---> da146674a308 15:00:23 Step 5/31 : RUN apk add --update --no-cache make git 15:00:24 ---> Running in 5ef5a62afa40 15:00:24 Removing intermediate container c8cfd9c6071f 15:00:24 ---> dabcc398f411 15:00:24 Step 6/22 : COPY go.mod . 15:00:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:00:26 ---> efebcd77d9cd 15:00:26 Step 7/22 : RUN go mod download 15:00:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:00:26 Step 2/23 : FROM ${BUILDER_BASE} AS builderfetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:00:26 15:00:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 7e39ded6f97a 15:00:26 15:00:26 Step 3/23 : WORKDIR /edgex-goStep 2/26 : FROM ${BUILDER_BASE} AS builder 15:00:26 ---> Using cache 15:00:26 15:00:26 ---> 65468843403c 15:00:26 ---> 7e39ded6f97a 15:00:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 3/26 : WORKDIR /edgex-go 15:00:26 ---> Using cache 15:00:26 15:00:26 ---> Using cache 15:00:26 ---> da146674a308 15:00:26 ---> 65468843403c 15:00:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base gitStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:00:26 15:00:26 ---> Using cache 15:00:26 ---> da146674a308 15:00:26 Step 5/26 : RUN apk add --update --no-cache make bash git 15:00:26 ---> Running in 1521b4c0b748 15:00:26 ---> Running in 0612a48195d7 15:00:26 ---> Running in b01c35421e3a 15:00:27 OK: 217 MiB in 51 packages 15:00:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:00:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:00:28 Removing intermediate container 5ef5a62afa40 15:00:28 ---> cb3e4d5ee604 15:00:28 Step 6/31 : COPY go.mod . 15:00:29 ---> 4e17b351fbf8 15:00:29 Step 7/31 : RUN go mod download 15:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:00:29 ---> Running in 4fd6a7546656 15:00:29 Removing intermediate container 1521b4c0b748 15:00:29 ---> 0b61adecedf6 15:00:29 Step 8/22 : COPY . . 15:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:00:30 OK: 217 MiB in 51 packages 15:00:31 OK: 217 MiB in 51 packages 15:00:32 Removing intermediate container 0612a48195d7 15:00:32 ---> 831f43bcbb02 15:00:32 Step 6/23 : COPY go.mod . 15:00:33 Removing intermediate container 4fd6a7546656 15:00:33 ---> 6fe9bb937680 15:00:33 Step 8/31 : COPY . . 15:00:34 ---> 1cc4364956e2 15:00:34 Step 7/23 : RUN go mod download 15:00:34 Removing intermediate container b01c35421e3a 15:00:34 ---> 408958a475a2 15:00:34 Step 6/26 : COPY go.mod . 15:00:34 ---> Running in 4a7d8240f652 15:00:35 ---> 851a4e9e035c 15:00:35 Step 7/26 : RUN go mod download 15:00:36 ---> Running in f30c68d83192 15:00:39 Removing intermediate container 4a7d8240f652 15:00:39 ---> 21dd0efadb17 15:00:39 Step 8/23 : COPY . . 15:00:41 Removing intermediate container f30c68d83192 15:00:41 ---> 183358dd7df8 15:00:41 Step 8/26 : COPY . . 15:00:50 ---> 4c8c02f6716f 15:00:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:00:51 ---> Running in ae0aa4a75409 15:00:51 ---> 9928b4f7304d 15:00:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:00:52 ---> Running in d716f6147a93 15:00:54 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 15:00:54 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 15:01:00 ---> 1e28d90cc755 15:01:00 Step 9/23 : RUN make cmd/core-data/core-data 15:01:00 ---> Running in f1f9336d837c 15:01:01 ---> 4f12f5140322 15:01:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:01:01 ---> Running in 04c5e92176de 15:01:02 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 15:01:03 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 15:02:25 Removing intermediate container d716f6147a93 15:02:25 ---> 89845e7b2407 15:02:25 15:02:25 Step 10/31 : FROM alpine:3.12 15:02:25 ---> d10569e2745f 15:02:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:02:25 ---> Running in 77c1a654b3b5 15:02:25 Removing intermediate container 77c1a654b3b5 15:02:25 ---> 0ff21655e8fa 15:02:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:02:25 ---> Running in 0b92f60a06c2 15:02:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:02:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:02:25 (1/2) Installing dumb-init (1.2.2-r1) 15:02:25 (2/2) Installing su-exec (0.2-r1) 15:02:25 Executing busybox-1.31.1-r19.trigger 15:02:25 OK: 5 MiB in 16 packages 15:02:27 Removing intermediate container 0b92f60a06c2 15:02:27 ---> 43b5811ebfa3 15:02:27 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:02:27 ---> Running in 5c8511ecd2fe 15:02:28 Removing intermediate container 5c8511ecd2fe 15:02:28 ---> 19a913965982 15:02:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:02:29 ---> Running in b01f006e8119 15:02:29 Removing intermediate container b01f006e8119 15:02:29 ---> 8036d2aa019c 15:02:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:02:30 ---> Running in 6f96fa333383 15:02:31 Removing intermediate container 04c5e92176de 15:02:31 ---> 04aa1fe5722d 15:02:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:02:32 ---> Running in e7b439d2f1bd 15:02:32 Removing intermediate container ae0aa4a75409 15:02:32 ---> 60a13502d044 15:02:32 15:02:32 Step 10/22 : FROM alpine:3.12 15:02:32 ---> d10569e2745f 15:02:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:02:32 ---> Using cache 15:02:32 ---> 951ceb50165c 15:02:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:02:32 ---> Using cache 15:02:32 ---> 7158c03f9695 15:02:32 Step 13/22 : ENV APP_PORT=48085 15:02:32 ---> Running in 3df9cdc416cb 15:02:33 Removing intermediate container 3df9cdc416cb 15:02:33 ---> f4cc2f8f0319 15:02:33 Step 14/22 : EXPOSE $APP_PORT 15:02:33 Removing intermediate container 6f96fa333383 15:02:33 ---> 1868a5b3c49f 15:02:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:02:33 ---> Running in 976b74e27788 15:02:33 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 15:02:34 ---> Running in e2432a4bfdbd 15:02:34 Removing intermediate container 976b74e27788 15:02:34 ---> 6039f026dfeb 15:02:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:02:34 Removing intermediate container e2432a4bfdbd 15:02:34 ---> d627977117eb 15:02:34 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:02:35 ---> 595ce997824b 15:02:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:02:35 ---> b2f45e42740d 15:02:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:02:36 ---> Running in c483b5963247 15:02:37 ---> 5f570c72651a 15:02:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:02:38 ---> a4d2ddcc1580 15:02:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:02:38 Removing intermediate container e7b439d2f1bd 15:02:38 ---> 6045a80a8ccd 15:02:38 15:02:38 Step 11/26 : FROM docker:20.10.0 15:02:38 20.10.0: Pulling from library/docker 15:02:38 ---> Running in 0c5b83703be0 15:02:40 Removing intermediate container 0c5b83703be0 15:02:40 ---> 4207820bc6f8 15:02:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:02:40 Removing intermediate container c483b5963247 15:02:40 ---> a3bf28b1d935 15:02:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:02:40 ---> Running in 6d9368f4de7d 15:02:41 Removing intermediate container 6d9368f4de7d 15:02:41 ---> 8cb8b8b1049b 15:02:41 Step 20/22 : LABEL arch=arm64 15:02:42 ---> Running in afe0f8f74b28 15:02:42 ---> c8e345cc10dd 15:02:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:02:42 Removing intermediate container afe0f8f74b28 15:02:42 ---> 76903c535ae7 15:02:42 Step 21/22 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 15:02:43 ---> Running in 88b580431dbc 15:02:43 ---> 9ff3a9d7f0bf 15:02:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:02:44 Removing intermediate container 88b580431dbc 15:02:44 ---> 571ba759787b 15:02:44 Step 22/22 : LABEL version=0.0.0 15:02:44 ---> Running in cf77509c40f6 15:02:45 ---> 1653aa3a0de5 15:02:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:02:45 Removing intermediate container cf77509c40f6 15:02:45 ---> 71a7847a5fdb 15:02:45 15:02:46 Successfully built 71a7847a5fdb 15:02:46 Successfully tagged docker-support-scheduler-go-arm64:latest 15:02:46  Building docker-support-scheduler-go ... done  ---> 7eae999f28de 15:02:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:02:48 ---> 1b7f2244caa1 15:02:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:02:49 Removing intermediate container f1f9336d837c 15:02:49 ---> 51c3d7dadb21 15:02:49 15:02:49 Step 10/23 : FROM alpine:3.12 15:02:49 ---> d10569e2745f 15:02:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:02:49 ---> Running in e94ad5484f70 15:02:49 ---> Running in c9dd79b0a50a 15:02:50 Removing intermediate container e94ad5484f70 15:02:50 ---> 02236315a5f2 15:02:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:02:50 Removing intermediate container c9dd79b0a50a 15:02:50 ---> 1a2326a7d0ec 15:02:50 Step 12/23 : ENV APP_PORT=48080 15:02:50 ---> Running in 9207ec0f4cc0 15:02:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:02:50 Status: Downloaded newer image for docker:20.10.0 15:02:50 ---> eeaf43b92773 15:02:50 Step 12/26 : RUN apk add --no-cache bash 15:02:50 ---> Running in 05957c417227 15:02:50 ---> d800fb977d66 15:02:50 Step 26/31 : RUN chmod +x /entrypoint.sh 15:02:50 Removing intermediate container 9207ec0f4cc0 15:02:50 ---> d00b5244bdbc 15:02:50 Step 13/23 : EXPOSE $APP_PORT 15:02:51 ---> Running in f1390e74b2d0 15:02:51 ---> Running in e3f72f6b7f64 15:02:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:02:51 Removing intermediate container e3f72f6b7f64 15:02:51 ---> 50acf98619da 15:02:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:02:52 ---> Running in f483a7e9113b 15:02:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:02:52 (1/2) Installing readline (8.0.4-r0) 15:02:52 (2/2) Installing bash (5.0.17-r0) 15:02:52 Executing bash-5.0.17-r0.post-install 15:02:52 Executing busybox-1.31.1-r19.trigger 15:02:52 OK: 12 MiB in 22 packages 15:02:53 Removing intermediate container f1390e74b2d0 15:02:53 ---> a37cc52c5208 15:02:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:02:54 ---> Running in 54e8a224a0f8 15:02:54 Removing intermediate container 05957c417227 15:02:54 ---> f84125b98b6f 15:02:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:02:54 ---> Running in a0795593f0d7 15:02:54 Removing intermediate container f483a7e9113b 15:02:54 ---> f6d948930ae7 15:02:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:02:54 Removing intermediate container 54e8a224a0f8 15:02:54 ---> 3d0cdc912224 15:02:54 Step 28/31 : CMD ["gate"] 15:02:55 ---> Running in 57235144afc7 15:02:55 ---> Running in e5b30282cbaf 15:02:55 Removing intermediate container a0795593f0d7 15:02:55 ---> f8f98e16c1e1 15:02:55 Step 14/26 : ENV APP_PORT=48090 15:02:55 ---> Running in fa48f7987ce8 15:02:55 Removing intermediate container e5b30282cbaf 15:02:55 ---> e1c29c810892 15:02:55 Step 29/31 : LABEL arch=arm64 15:02:56 ---> Running in 6307c06dbb92 15:02:56 Removing intermediate container fa48f7987ce8 15:02:56 ---> a5d3f77ef556 15:02:56 Step 15/26 : EXPOSE $APP_PORT 15:02:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:02:56 ---> Running in ddd2b951af9b 15:02:56 Removing intermediate container 6307c06dbb92 15:02:56 ---> 866c9356f914 15:02:56 Step 30/31 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 15:02:57 ---> Running in 3711ba6a60f6 15:02:57 Removing intermediate container ddd2b951af9b 15:02:57 ---> f084d30f0f79 15:02:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:02:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:02:57 Removing intermediate container 3711ba6a60f6 15:02:57 ---> a25a3b82bb2c 15:02:57 Step 31/31 : LABEL version=0.0.0 15:02:58 (1/6) Installing dumb-init (1.2.2-r1) 15:02:58 (2/6) Installing libgcc (9.3.0-r2) 15:02:58 (3/6) Installing libsodium (1.0.18-r0) 15:02:58 ---> Running in 6ec94b9f9528 15:02:58 (4/6) Installing libstdc++ (9.3.0-r2) 15:02:58 (5/6) Installing libzmq (4.3.3-r0) 15:02:58 ---> 3ce6ae1d07ef 15:02:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:02:58 (6/6) Installing zeromq (4.3.3-r0) 15:02:58 Executing busybox-1.31.1-r19.trigger 15:02:58 OK: 8 MiB in 20 packages 15:02:58 Removing intermediate container 6ec94b9f9528 15:02:58 ---> 6581484a6bce 15:02:58 15:02:59 Successfully built 6581484a6bce 15:02:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:02:59  Building docker-security-bootstrapper-go ... done  ---> 891354b39152 15:02:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:03:00 Removing intermediate container 57235144afc7 15:03:00 ---> ed2a063f1835 15:03:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:03:00 ---> 0e14c54e1ca1 15:03:00 Step 19/26 : RUN apk --no-cache add py3-pip 15:03:01 ---> Running in 2c4c77b181ec 15:03:01 ---> 3caddf0cef98 15:03:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:02 ---> 14a427f5a97f 15:03:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:03:03 (1/33) Installing libbz2 (1.0.8-r1) 15:03:03 (2/33) Installing expat (2.2.9-r1) 15:03:03 (3/33) Installing libffi (3.3-r2) 15:03:03 (4/33) Installing gdbm (1.13-r1) 15:03:03 (5/33) Installing xz-libs (5.2.5-r0) 15:03:03 (6/33) Installing sqlite-libs (3.32.1-r0) 15:03:03 (7/33) Installing python3 (3.8.5-r1) 15:03:04 ---> 7d2b165ba038 15:03:04 Step 19/23 : ENTRYPOINT ["/core-data"] 15:03:04 ---> Running in e9e13c0445a5 15:03:05 (8/33) Installing py3-appdirs (1.4.4-r1) 15:03:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:03:05 (10/33) Installing py3-parsing (2.4.7-r0) 15:03:05 (11/33) Installing py3-six (1.15.0-r0) 15:03:05 (12/33) Installing py3-packaging (20.4-r0) 15:03:05 (13/33) Installing py3-setuptools (47.0.0-r0) 15:03:05 Removing intermediate container e9e13c0445a5 15:03:05 ---> 5f7f33b2f9a6 15:03:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:03:05 (14/33) Installing py3-chardet (3.0.4-r4) 15:03:05 (15/33) Installing py3-idna (2.9-r0) 15:03:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:03:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:03:05 (18/33) Installing py3-requests (2.23.0-r0) 15:03:05 ---> Running in 78ddda50f30b 15:03:05 (19/33) Installing py3-msgpack (1.0.0-r0) 15:03:05 (20/33) Installing py3-lockfile (0.12.2-r3) 15:03:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:03:05 (22/33) Installing py3-colorama (0.4.3-r0) 15:03:05 (23/33) Installing py3-distlib (0.3.0-r0) 15:03:05 (24/33) Installing py3-distro (1.5.0-r1) 15:03:05 (25/33) Installing py3-webencodings (0.5.1-r3) 15:03:05 (26/33) Installing py3-html5lib (1.0.1-r4) 15:03:05 (27/33) Installing py3-pytoml (0.1.21-r0) 15:03:05 (28/33) Installing py3-pep517 (0.8.2-r0) 15:03:05 (29/33) Installing py3-progress (1.5-r0) 15:03:05 (30/33) Installing py3-toml (0.10.1-r0) 15:03:05 (31/33) Installing py3-retrying (1.3.3-r0) 15:03:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:03:05 (33/33) Installing py3-pip (20.1.1-r0) 15:03:06 Executing busybox-1.31.1-r19.trigger 15:03:06 OK: 71 MiB in 55 packages 15:03:06 Removing intermediate container 78ddda50f30b 15:03:06 ---> a9e55dfb0fc4 15:03:06 Step 21/23 : LABEL arch=arm64 15:03:06 ---> Running in 4953ff9a8cc8 15:03:07 Removing intermediate container 4953ff9a8cc8 15:03:07 ---> e66785075cf2 15:03:07 Step 22/23 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 15:03:07 ---> Running in d8c947b8ab4c 15:03:08 Removing intermediate container d8c947b8ab4c 15:03:08 ---> c372961feddb 15:03:08 Step 23/23 : LABEL version=0.0.0 15:03:08 ---> Running in 4db2be788eda 15:03:09 Removing intermediate container 4db2be788eda 15:03:09 ---> 8d627cc98f22 15:03:09 15:03:09 Successfully built 8d627cc98f22 15:03:09 Successfully tagged docker-core-data-go-arm64:latest 15:03:12  Building docker-core-data-go ... done Removing intermediate container 2c4c77b181ec 15:03:12 ---> c89afc80126e 15:03:12 Step 20/26 : RUN pip install docker-compose==1.23.2 15:03:12 ---> Running in 743c22d9e238 15:03:18 Collecting docker-compose==1.23.2 15:03:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:03:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:03:19 Collecting PyYAML<4,>=3.10 15:03:19 Downloading PyYAML-3.13.tar.gz (270 kB) 15:03:22 Collecting jsonschema<3,>=2.5.1 15:03:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:03:22 Collecting docopt<0.7,>=0.6.1 15:03:22 Downloading docopt-0.6.2.tar.gz (25 kB) 15:03:25 Collecting docker<4.0,>=3.6.0 15:03:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:03:26 Collecting cached-property<2,>=1.2.0 15:03:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:03:26 Collecting texttable<0.10,>=0.9.0 15:03:26 Downloading texttable-0.9.1.tar.gz (11 kB) 15:03:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:03:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:03:30 Collecting websocket-client<1.0,>=0.32.0 15:03:30 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:03:30 Collecting dockerpty<0.5,>=0.4.1 15:03:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:03:33 Collecting docker-pycreds>=0.4.0 15:03:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:03:33 Collecting urllib3<1.25,>=1.21.1 15:03:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:03:33 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) 15:03:33 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) 15:03:33 Collecting idna<2.8,>=2.5 15:03:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:03:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:03:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:03:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:03:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:03:35 Installing collected packages: PyYAML, jsonschema, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, texttable, dockerpty, docker-compose 15:03:35 Running setup.py install for PyYAML: started 15:03:37 Running setup.py install for PyYAML: finished with status 'done' 15:03:38 Running setup.py install for docopt: started 15:03:41 Running setup.py install for docopt: finished with status 'done' 15:03:41 Attempting uninstall: urllib3 15:03:41 Found existing installation: urllib3 1.25.9 15:03:41 Uninstalling urllib3-1.25.9: 15:03:41 Successfully uninstalled urllib3-1.25.9 15:03:42 Attempting uninstall: idna 15:03:42 Found existing installation: idna 2.9 15:03:42 Uninstalling idna-2.9: 15:03:42 Successfully uninstalled idna-2.9 15:03:42 Attempting uninstall: requests 15:03:42 Found existing installation: requests 2.23.0 15:03:42 Uninstalling requests-2.23.0: 15:03:42 Successfully uninstalled requests-2.23.0 15:03:44 Running setup.py install for texttable: started 15:03:46 Running setup.py install for texttable: finished with status 'done' 15:03:46 Running setup.py install for dockerpty: started 15:03:48 Running setup.py install for dockerpty: finished with status 'done' 15:03:48 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 15:03:53 Removing intermediate container 743c22d9e238 15:03:53 ---> 9aa2b575b326 15:03:53 Step 21/26 : RUN apk --no-cache add curl 15:03:53 ---> Running in 15e861a81fad 15:03:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:03:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:03:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:03:54 (2/3) Installing libcurl (7.69.1-r3) 15:03:54 (3/3) Installing curl (7.69.1-r3) 15:03:54 Executing busybox-1.31.1-r19.trigger 15:03:54 OK: 71 MiB in 58 packages 15:03:56 Removing intermediate container 15e861a81fad 15:03:56 ---> 3764f8c38684 15:03:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:03:56 ---> Running in 6bd0de47ed77 15:03:56 Removing intermediate container 6bd0de47ed77 15:03:56 ---> 4b3e5a35ea98 15:03:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:03:56 ---> Running in 3b699c2b92e8 15:03:56 Removing intermediate container 3b699c2b92e8 15:03:56 ---> a5879fec9545 15:03:56 Step 24/26 : LABEL arch=arm64 15:03:57 ---> Running in 5fb124df63c6 15:03:57 Removing intermediate container 5fb124df63c6 15:03:57 ---> 331c138aeaaa 15:03:57 Step 25/26 : LABEL git_sha=452e8e56647e25e17fef4bb2c674b86f1002a156 15:03:57 ---> Running in 13357bf8fd26 15:03:58 Removing intermediate container 13357bf8fd26 15:03:58 ---> adb6bd2c8f5f 15:03:58 Step 26/26 : LABEL version=0.0.0 15:03:58 ---> Running in 30f133af1421 15:03:59 Removing intermediate container 30f133af1421 15:03:59 ---> 5ae48eec4a37 15:03:59 15:03:59 Successfully built 5ae48eec4a37 15:03:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:03:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:03:59 $ docker stop --time=1 c7be2e1711c2e32f7dfaeea31a690ca1759fb060958b1b96184de1822989bb7d 15:04:01 $ docker rm -f c7be2e1711c2e32f7dfaeea31a690ca1759fb060958b1b96184de1822989bb7d [Pipeline] // withDockerContainer [Pipeline] sh 15:04:02 + grep docker 15:04:02 + docker images 15:04:02 docker-sys-mgmt-agent-go-arm64 latest 5ae48eec4a37 4 seconds ago 300MB 15:04:02 docker-core-data-go-arm64 latest 8d627cc98f22 54 seconds ago 21.3MB 15:04:02 docker-security-bootstrapper-go-arm64 latest 6581484a6bce About a minute ago 17.8MB 15:04:02 docker-support-scheduler-go-arm64 latest 71a7847a5fdb About a minute ago 16.3MB 15:04:02 docker-support-notifications-go-arm64 latest c04ecd9e3bcd 4 minutes ago 16.9MB 15:04:02 docker-core-command-go-arm64 latest 3b104263e0eb 4 minutes ago 16.2MB 15:04:02 docker-core-metadata-go-arm64 latest 399641cd114b 4 minutes ago 17.9MB 15:04:02 docker-security-secretstore-setup-go-arm64 latest 2bdb2de676f4 4 minutes ago 23.7MB 15:04:02 docker-security-proxy-setup-go-arm64 latest 50aee4c244e4 4 minutes ago 23.4MB 15:04:02 docker 20.10.0 eeaf43b92773 2 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 15:04:03 ---> job-cost.sh 15:04:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KDi2 15:04:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:06:28 lf-activate-venv(): INFO: Adding /tmp/venv-KDi2/bin to PATH 15:06:28 INFO: No Stack... 15:06:28 INFO: Retrieving Pricing Info for: lf-standard-4 15:06:29 INFO: Archiving Costs [Pipeline] sh 15:06:29 + cat /w/workspace/edgex-go/13/archives/cost.csv 15:06:29 + cut -d, -f6 [Pipeline] lock 15:06:29 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3190-13-stack-cost] 15:06:29 Resource [jenkins-edgexfoundry-edgex-go-PR-3190-13-stack-cost] did not exist. Created. 15:06:29 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3190-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:06:30 + echo total: 0.20999999344348907 [Pipeline] stash 15:06:30 Stashed 1 file(s) [Pipeline] } 15:06:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3190-13-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 15:06:32 provisioning config files... 15:06:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config1065324546987677274tmp [Pipeline] { [Pipeline] sh 15:06:32 + set +x 15:06:32 + curl -s https://codecov.io/bash 15:06:32 + bash -s -- 15:06:33 15:06:33 _____ _ 15:06:33 / ____| | | 15:06:33 | | ___ __| | ___ ___ _____ __ 15:06:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:06:33 | |___| (_) | (_| | __/ (_| (_) \ V / 15:06:33 \_____\___/ \__,_|\___|\___\___/ \_/ 15:06:33 Bash-20210309-2b87ace 15:06:33 15:06:33 15:06:33 ==> git version 2.24.3 found 15:06:33 ==> 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 15:06:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:06:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:06:33 ==> Jenkins CI detected. 15:06:33 project root: . 15:06:33 --> token set from env 15:06:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:06:33 ==> Running gcov in . (disable via -X gcov) 15:06:33 ==> Python coveragepy not found 15:06:33 ==> Searching for coverage reports in: 15:06:33 + . 15:06:33 -> Found 1 reports 15:06:33 ==> Detecting git/mercurial file structure 15:06:33 ==> Reading reports 15:06:33 + ./coverage.out bytes=628838 15:06:33 ==> Appending adjustments 15:06:33 https://docs.codecov.io/docs/fixing-reports 15:06:37 + Found adjustments 15:06:37 ==> Gzipping contents 15:06:37 92K /tmp/codecov.K7qXFE.gz 15:06:37 ==> Uploading reports 15:06:37 url: https://codecov.io 15:06:37 query: branch=PR-3190&commit=452e8e56647e25e17fef4bb2c674b86f1002a156&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= 15:06:37 -> Pinging Codecov 15:06:37 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3190&commit=452e8e56647e25e17fef4bb2c674b86f1002a156&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3190%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3190&job=&cmd_args= 15:06:37 -> Uploading to 15:06:37 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/452e8e56647e25e17fef4bb2c674b86f1002a156/183544a1-b544-4f2b-aa13-570b1b3c3270.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T150637Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=67347d7cd11e50e8abd139af739e1c13c5f83d6cd9c6c2884a82c1bae3c66c91 15:06:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:06:37 Dload Upload Total Spent Left Speed 15:06:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92612 0 0 100 92612 0 153k --:--:-- --:--:-- --:--:-- 153k 15:06:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/452e8e56647e25e17fef4bb2c674b86f1002a156 [Pipeline] } 15:06:38 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 15:06:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:06:40 ---> package-listing.sh 15:06:40 ++ facter osfamily 15:06:40 ++ tr '[:upper:]' '[:lower:]' 15:06:40 + OS_FAMILY=redhat 15:06:40 + workspace=/w/workspace/edgex-go/13 15:06:40 + START_PACKAGES=/tmp/packages_start.txt 15:06:40 + END_PACKAGES=/tmp/packages_end.txt 15:06:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:06:40 + PACKAGES=/tmp/packages_start.txt 15:06:40 + '[' /w/workspace/edgex-go/13 ']' 15:06:40 + PACKAGES=/tmp/packages_end.txt 15:06:40 + case "${OS_FAMILY}" in 15:06:40 + rpm -qa 15:06:40 + sort 15:06:44 + '[' -f /tmp/packages_start.txt ']' 15:06:44 + '[' -f /tmp/packages_end.txt ']' 15:06:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:06:44 + '[' /w/workspace/edgex-go/13 ']' 15:06:44 + mkdir -p /w/workspace/edgex-go/13/archives/ 15:06:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 15:06:45 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:06:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:06:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:06:45 15:06:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:06:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:06:46 alpine: Pulling from edgex-lftools-log-publisher 15:06:46 df20fa9351a1: Pulling fs layer 15:06:46 36b3adc4ff6f: Pulling fs layer 15:06:46 8ad3a11d3b57: Pulling fs layer 15:06:46 46f8f816bc3b: Pulling fs layer 15:06:46 93b61091891f: Pulling fs layer 15:06:46 93b9cdb0e59b: Pulling fs layer 15:06:46 5e14af77c1be: Pulling fs layer 15:06:46 01666e4c0597: Pulling fs layer 15:06:46 aa168da1d23b: Pulling fs layer 15:06:46 93b9cdb0e59b: Waiting 15:06:46 01666e4c0597: Waiting 15:06:46 aa168da1d23b: Waiting 15:06:46 46f8f816bc3b: Waiting 15:06:46 93b61091891f: Waiting 15:06:46 5e14af77c1be: Waiting 15:06:46 36b3adc4ff6f: Verifying Checksum 15:06:46 36b3adc4ff6f: Download complete 15:06:46 46f8f816bc3b: Verifying Checksum 15:06:46 46f8f816bc3b: Download complete 15:06:46 df20fa9351a1: Verifying Checksum 15:06:46 df20fa9351a1: Download complete 15:06:46 93b9cdb0e59b: Verifying Checksum 15:06:46 93b9cdb0e59b: Download complete 15:06:46 93b61091891f: Verifying Checksum 15:06:46 93b61091891f: Download complete 15:06:46 5e14af77c1be: Verifying Checksum 15:06:46 5e14af77c1be: Download complete 15:06:46 01666e4c0597: Verifying Checksum 15:06:46 01666e4c0597: Download complete 15:06:46 df20fa9351a1: Pull complete 15:06:46 8ad3a11d3b57: Verifying Checksum 15:06:46 8ad3a11d3b57: Download complete 15:06:46 36b3adc4ff6f: Pull complete 15:06:48 aa168da1d23b: Verifying Checksum 15:06:48 aa168da1d23b: Download complete 15:06:49 8ad3a11d3b57: Pull complete 15:06:49 46f8f816bc3b: Pull complete 15:06:49 93b61091891f: Pull complete 15:06:50 93b9cdb0e59b: Pull complete 15:06:50 5e14af77c1be: Pull complete 15:06:50 01666e4c0597: Pull complete 15:06:58 aa168da1d23b: Pull complete 15:06:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:06:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:06:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:06:58 prd-centos7-docker-4c-2g-29322 does not seem to be running inside a container 15:06:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:07:05 $ docker top db75ca06d7c39e1afb73562b5d3d9f8454078c558dd81f38aa7aa4672e8be0c5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:07:06 + touch /tmp/pre-build-complete [Pipeline] sh 15:07:06 + mkdir -p /var/log/sa [Pipeline] sh 15:07:06 + ls /var/log/sa-host 15:07:06 + sadf -c /var/log/sa-host/sa10 15:07:06 file_magic: OK 15:07:06 HZ: Using current value: 100 15:07:06 file_header: OK 15:07:06 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 15:07:06 Statistics: 15:07:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:07:06 File successfully converted to sysstat format version 12.2.1 15:07:06 + sadf -c /var/log/sa-host/sa23 15:07:06 file_magic: OK 15:07:06 HZ: Using current value: 100 15:07:06 file_header: OK 15:07:06 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 15:07:06 Statistics: 15:07:06 Hnuu...uuuununununu... 15:07:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:07:07 provisioning config files... 15:07:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config9137196352453688598tmp [Pipeline] { [Pipeline] echo 15:07:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:07:07 ---> create-netrc.sh [Pipeline] } 15:07:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:07:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:07:07 ---> python-tools-install.sh [Pipeline] echo 15:07:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:07:08 ---> sudo-logs.sh 15:07:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:07:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:07:08 ---> job-cost.sh 15:07:08 lf-activate-venv: SKIPPING 15:07:08 DEBUG: total: 0.20999999344348907 15:07:08 INFO: Retrieving Stack Cost... 15:07:09 INFO: Retrieving Pricing Info for: v1-standard-2 15:07:10 INFO: Archiving Costs [Pipeline] echo 15:07:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:07:10 ---> logs-deploy.sh 15:07:10 lf-activate-venv: SKIPPING 15:07:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3190/13 15:07:10 INFO: archiving workspace using pattern(s): 15:07:11 Archives upload complete. 15:07:12 INFO: archiving logs to Nexus 15:07:13 ---> uname -a: 15:07:13 Linux prd-centos7-docker-4c-2g-29322.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:07:13 15:07:13 15:07:13 ---> lscpu: 15:07:13 Architecture: x86_64 15:07:13 CPU op-mode(s): 32-bit, 64-bit 15:07:13 Byte Order: Little Endian 15:07:13 Address sizes: 40 bits physical, 48 bits virtual 15:07:13 CPU(s): 4 15:07:13 On-line CPU(s) list: 0-3 15:07:13 Thread(s) per core: 1 15:07:13 Core(s) per socket: 1 15:07:13 Socket(s): 4 15:07:13 NUMA node(s): 1 15:07:13 Vendor ID: GenuineIntel 15:07:13 CPU family: 6 15:07:13 Model: 44 15:07:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:07:13 Stepping: 1 15:07:13 CPU MHz: 2933.442 15:07:13 BogoMIPS: 5866.88 15:07:13 Virtualization: VT-x 15:07:13 Hypervisor vendor: KVM 15:07:13 Virtualization type: full 15:07:13 L1d cache: 128 KiB 15:07:13 L1i cache: 128 KiB 15:07:13 L2 cache: 16 MiB 15:07:13 L3 cache: 64 MiB 15:07:13 NUMA node0 CPU(s): 0-3 15:07:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:07:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:07:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:07:13 Vulnerability Meltdown: Mitigation; PTI 15:07:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:07:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:07:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:07:13 Vulnerability Srbds: Not affected 15:07:13 Vulnerability Tsx async abort: Not affected 15:07:13 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 15:07:13 15:07:13 15:07:13 ---> nproc: 15:07:13 4 15:07:13 15:07:13 15:07:13 ---> df -h: 15:07:13 Filesystem Size Used Available Use% Mounted on 15:07:13 overlay 50.0G 11.7G 38.2G 23% / 15:07:13 tmpfs 64.0M 0 64.0M 0% /dev 15:07:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:07:13 shm 64.0M 0 64.0M 0% /dev/shm 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/13@tmp 15:07:13 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/13 15:07:13 15:07:13 15:07:13 ---> free -m: 15:07:13 total used free shared buff/cache available 15:07:13 Mem: 1837 710 126 0 999 1041 15:07:13 Swap: 1023 78 945 15:07:13 15:07:13 15:07:13 ---> ip addr: 15:07:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:07:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:07:13 inet 127.0.0.1/8 scope host lo 15:07:13 valid_lft forever preferred_lft forever 15:07:13 inet6 ::1/128 scope host 15:07:13 valid_lft forever preferred_lft forever 15:07:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:07:13 link/ether fa:16:3e:59:e5:c1 brd ff:ff:ff:ff:ff:ff 15:07:13 inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 15:07:13 valid_lft 84941sec preferred_lft 84941sec 15:07:13 inet6 fe80::f816:3eff:fe59:e5c1/64 scope link 15:07:13 valid_lft forever preferred_lft forever 15:07:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:07:13 link/ether 02:42:01:6c:d2:4a brd ff:ff:ff:ff:ff:ff 15:07:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:07:13 valid_lft forever preferred_lft forever 15:07:13 inet6 fe80::42:1ff:fe6c:d24a/64 scope link 15:07:13 valid_lft forever preferred_lft forever 15:07:13 15:07:13 15:07:13 ---> sar -b -r -n DEV: 15:07:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 15:07:13 15:07:13 14:42:42 LINUX RESTART (4 CPU) 15:07:13 15:07:13 14:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:07:13 14:44:01 180.32 85.29 95.02 0.00 8897.07 44642.38 0.00 15:07:13 14:45:01 237.86 116.79 121.07 0.00 8936.73 49168.40 0.00 15:07:13 14:46:01 268.04 93.53 174.51 0.00 3601.00 18860.25 0.00 15:07:13 14:47:01 136.19 58.43 77.76 0.00 2093.95 9345.78 0.00 15:07:13 14:48:01 138.59 40.02 98.57 0.00 2719.12 24378.25 0.00 15:07:13 14:49:03 1989.52 1644.29 345.23 0.00 148695.17 207024.64 0.00 15:07:13 14:50:01 1810.93 1549.25 261.68 0.00 95533.72 105371.96 0.00 15:07:13 14:51:03 1368.96 1036.01 332.95 0.00 69556.39 95436.22 0.00 15:07:13 14:52:01 2217.41 1876.67 340.74 0.00 95979.17 104325.85 0.00 15:07:13 14:53:01 192.01 39.48 152.53 0.00 4842.38 17855.00 0.00 15:07:13 14:54:01 2.08 0.53 1.55 0.00 5.73 26.12 0.00 15:07:13 14:55:01 1.75 1.50 0.25 0.00 113.39 3.41 0.00 15:07:13 14:56:01 0.35 0.00 0.35 0.00 0.00 4.03 0.00 15:07:13 14:57:01 0.27 0.02 0.25 0.00 0.53 2.33 0.00 15:07:13 14:58:01 1.88 1.70 0.18 0.00 54.88 1.65 0.00 15:07:13 14:59:01 0.87 0.08 0.78 0.00 1.60 15.29 0.00 15:07:13 15:00:01 0.27 0.02 0.25 0.00 0.40 2.88 0.00 15:07:13 15:01:01 0.37 0.08 0.28 0.00 2.00 3.58 0.00 15:07:13 15:02:01 1.00 0.58 0.42 0.00 27.29 6.76 0.00 15:07:13 15:03:01 0.27 0.02 0.25 0.00 1.07 2.60 0.00 15:07:13 15:04:01 0.65 0.45 0.20 0.00 150.70 1.95 0.00 15:07:13 15:05:01 0.38 0.07 0.32 0.00 0.53 3.73 0.00 15:07:13 15:06:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 15:07:13 15:07:02 148.78 75.78 73.00 0.00 6672.88 17240.21 0.00 15:07:13 Average: 361.61 274.97 86.64 0.00 18689.27 29008.75 0.00 15:07:13 15:07:13 14:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:07:13 14:44:01 72096 0 700808 37.25 2620 1106020 1871292 63.86 571416 1032628 36 15:07:13 14:45:01 156724 0 718120 38.17 1520 1005180 1524100 52.02 571056 913556 48 15:07:13 14:46:01 220368 0 815744 43.36 716 844716 1741488 59.43 634124 748480 49800 15:07:13 14:47:01 252444 0 783116 41.62 560 845424 1775800 60.61 605428 731808 60052 15:07:13 14:48:01 174160 0 757784 40.27 432 949168 1264516 43.16 593948 822364 228 15:07:13 14:49:03 74580 0 850472 45.20 0 956492 2349832 80.20 764464 813632 39120 15:07:13 14:50:01 165296 0 1021588 54.30 0 694660 2665968 90.99 681280 759280 11276 15:07:13 14:51:03 82652 0 771036 40.98 0 1027856 1955220 66.73 604976 946864 53160 15:07:13 14:52:01 184104 0 886724 47.13 0 810716 2754536 94.01 806852 622832 7804 15:07:13 14:53:01 428576 0 639384 33.98 0 813584 1275496 43.53 499736 701944 20 15:07:13 14:54:01 438424 0 629492 33.46 0 813628 1170244 39.94 493572 700580 0 15:07:13 14:55:01 436640 0 627872 33.37 0 817032 1161960 39.66 492640 703968 8 15:07:13 14:56:01 436868 0 627624 33.36 0 817052 1161960 39.66 492768 703976 0 15:07:13 14:57:01 436712 0 627792 33.37 0 817040 1161960 39.66 492792 703976 8 15:07:13 14:58:01 434456 0 629064 33.43 0 818024 1162176 39.66 493548 704572 24 15:07:13 14:59:01 434468 0 629056 33.43 0 818020 1162116 39.66 493536 704572 16 15:07:13 15:00:01 434900 0 628608 33.41 0 818036 1161960 39.66 493304 704604 12 15:07:13 15:01:01 433836 0 629660 33.47 0 818048 1164732 39.75 493852 704624 8 15:07:13 15:02:01 433196 0 629624 33.46 0 818724 1162664 39.68 493760 705328 16 15:07:13 15:03:01 433760 0 629088 33.43 0 818696 1162532 39.68 493436 705328 12 15:07:13 15:04:01 425820 0 632496 33.62 0 823228 1162688 39.68 499600 707052 8 15:07:13 15:05:01 426028 0 632280 33.60 0 823236 1162652 39.68 499552 707068 12 15:07:13 15:06:01 426436 0 631868 33.58 0 823240 1162532 39.68 499364 707064 8 15:07:13 15:07:02 180520 0 704192 37.43 0 996832 1370500 46.77 513832 894436 24568 15:07:13 Average: 317628 0 701396 37.28 244 862277 1486205 50.72 553285 756272 10260 15:07:13 15:07:13 14:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:07:13 14:44:01 vethea3e5c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:44:01 eth0 809.05 611.46 3669.46 92.65 0.00 0.00 0.00 0.00 15:07:13 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:44:01 veth28a72c0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:45:01 veth701907c 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:45:01 eth0 1044.52 1171.39 5895.32 142.66 0.00 0.00 0.00 0.00 15:07:13 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:45:01 docker0 896.95 712.48 73.08 3039.33 0.00 0.00 0.00 0.00 15:07:13 14:46:01 veth94e37e8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:46:01 eth0 153.20 134.03 495.12 21.57 0.00 0.00 0.00 0.00 15:07:13 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:46:01 docker0 117.01 124.45 9.15 469.06 0.00 0.00 0.00 0.00 15:07:13 14:47:01 veth94e37e8 2.33 2.33 0.19 0.20 0.00 0.00 0.00 0.00 15:07:13 14:47:01 eth0 41.63 28.39 24.10 68.55 0.00 0.00 0.00 0.00 15:07:13 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:47:01 docker0 2.33 2.33 0.15 0.20 0.00 0.00 0.00 0.00 15:07:13 14:48:01 veth16eb1dd 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:48:01 eth0 243.82 205.66 1707.52 71.86 0.00 0.00 0.00 0.00 15:07:13 14:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:49:03 veth16eb1dd 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:49:03 eth0 47.86 29.82 161.88 11.33 0.00 0.00 0.00 0.00 15:07:13 14:49:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:49:03 docker0 17.84 24.54 0.99 142.82 0.00 0.00 0.00 0.00 15:07:13 14:50:01 veth0883238 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:50:01 veth16eb1dd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:50:01 veth8c0d394 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:50:01 vethe9b0197 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:51:03 vetha9be23e 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:51:03 veth16eb1dd 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:51:03 eth0 2536.32 2294.50 13416.24 475.50 0.00 0.00 0.00 0.00 15:07:13 14:51:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 15:07:13 14:52:01 veth26b7216 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:52:01 veth46ce080 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:52:01 veth16eb1dd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 15:07:13 14:52:01 eth0 65.36 38.70 115.70 74.18 0.00 0.00 0.00 0.00 15:07:13 14:53:01 eth0 56.15 36.40 133.51 60.73 0.00 0.00 0.00 0.00 15:07:13 14:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:07:13 14:53:01 docker0 1109.04 979.13 88.29 4399.89 0.00 0.00 0.00 0.00 15:07:13 14:54:01 eth0 1.15 0.57 0.48 0.25 0.00 0.00 0.00 0.00 15:07:13 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:55:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 15:07:13 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:56:01 eth0 0.98 0.08 0.06 0.01 0.00 0.00 0.00 0.00 15:07:13 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:57:01 eth0 0.28 0.08 0.03 0.01 0.00 0.00 0.00 0.00 15:07:13 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:58:01 eth0 0.43 0.28 0.26 0.20 0.00 0.00 0.00 0.00 15:07:13 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:59:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 15:07:13 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:00:01 eth0 0.08 0.13 0.01 0.01 0.00 0.00 0.00 0.00 15:07:13 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:02:01 eth0 1.58 0.35 0.36 0.17 0.00 0.00 0.00 0.00 15:07:13 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:03:01 eth0 0.25 0.03 0.03 0.03 0.00 0.00 0.00 0.00 15:07:13 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:04:01 eth0 1.17 0.48 0.45 0.27 0.00 0.00 0.00 0.00 15:07:13 15:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:05:01 eth0 0.47 0.33 0.27 0.20 0.00 0.00 0.00 0.00 15:07:13 15:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:07:13 15:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:07:02 eth0 233.33 190.44 2164.95 60.14 0.00 0.00 0.00 0.00 15:07:13 15:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 15:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 Average: eth0 123.03 109.24 674.84 28.44 0.00 0.00 0.00 0.00 15:07:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:07:13 Average: docker0 45.48 40.15 3.62 180.44 0.00 0.00 0.00 0.00 15:07:13 15:07:13 15:07:13 ---> sar -P ALL: 15:07:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 15:07:13 15:07:13 14:42:42 LINUX RESTART (4 CPU) 15:07:13 15:07:13 14:43:01 CPU %user %nice %system %iowait %steal %idle 15:07:13 14:44:01 all 16.83 0.00 8.83 7.29 0.05 67.00 15:07:13 14:44:01 0 19.51 0.00 10.32 6.16 0.05 63.97 15:07:13 14:44:01 1 15.74 0.00 8.03 10.24 0.05 65.94 15:07:13 14:44:01 2 16.12 0.00 9.02 5.69 0.05 69.12 15:07:13 14:44:01 3 15.97 0.00 7.95 7.07 0.05 68.96 15:07:13 14:45:01 all 15.85 0.00 9.32 2.78 0.05 72.00 15:07:13 14:45:01 0 18.32 0.00 11.95 2.73 0.05 66.95 15:07:13 14:45:01 1 15.62 0.00 8.33 1.57 0.05 74.43 15:07:13 14:45:01 2 14.89 0.00 9.15 4.64 0.03 71.29 15:07:13 14:45:01 3 14.58 0.00 7.85 2.17 0.05 75.35 15:07:13 14:46:01 all 31.74 0.00 10.36 5.85 0.04 52.01 15:07:13 14:46:01 0 31.91 0.00 11.37 6.47 0.05 50.20 15:07:13 14:46:01 1 32.04 0.00 10.03 5.43 0.03 52.46 15:07:13 14:46:01 2 32.05 0.00 9.97 5.41 0.03 52.54 15:07:13 14:46:01 3 30.96 0.00 10.08 6.08 0.03 52.85 15:07:13 14:47:01 all 50.44 0.00 13.46 4.40 0.03 31.67 15:07:13 14:47:01 0 49.35 0.00 14.07 4.67 0.03 31.87 15:07:13 14:47:01 1 49.85 0.00 13.50 5.05 0.03 31.56 15:07:13 14:47:01 2 52.15 0.00 12.81 3.60 0.03 31.41 15:07:13 14:47:01 3 50.39 0.00 13.46 4.28 0.03 31.84 15:07:13 14:48:01 all 30.97 0.00 11.99 3.44 0.05 53.55 15:07:13 14:48:01 0 30.72 0.00 12.28 1.20 0.03 55.77 15:07:13 14:48:01 1 31.08 0.00 11.84 4.41 0.05 52.61 15:07:13 14:48:01 2 30.33 0.00 12.30 4.91 0.05 52.40 15:07:13 14:48:01 3 31.75 0.00 11.53 3.25 0.05 53.41 15:07:13 14:49:03 all 19.10 0.00 26.90 23.34 0.09 30.57 15:07:13 14:49:03 0 20.09 0.00 26.77 22.37 0.05 30.72 15:07:13 14:49:03 1 18.08 0.00 26.70 23.40 0.12 31.70 15:07:13 14:49:03 2 18.48 0.00 28.11 23.63 0.10 29.68 15:07:13 14:49:03 3 19.78 0.00 26.01 23.96 0.07 30.19 15:07:13 14:50:01 all 51.51 0.00 19.78 19.03 0.07 9.61 15:07:13 14:50:01 0 51.26 0.00 19.48 20.25 0.07 8.93 15:07:13 14:50:01 1 50.55 0.00 20.57 19.29 0.09 9.49 15:07:13 14:50:01 2 51.70 0.00 19.17 18.44 0.05 10.65 15:07:13 14:50:01 3 52.51 0.00 19.91 18.16 0.07 9.35 15:07:13 14:51:03 all 22.98 0.00 18.03 29.51 0.05 29.43 15:07:13 14:51:03 0 23.84 0.00 17.68 27.13 0.07 31.28 15:07:13 14:51:03 1 22.47 0.00 17.97 32.89 0.03 26.64 15:07:13 14:51:03 2 22.78 0.00 17.49 27.82 0.07 31.84 15:07:13 14:51:03 3 22.81 0.00 19.00 30.18 0.03 27.98 15:07:13 14:52:01 all 45.09 0.00 23.74 23.58 0.07 7.52 15:07:13 14:52:01 0 43.66 0.00 25.27 23.40 0.09 7.57 15:07:13 14:52:01 1 46.45 0.00 22.84 24.86 0.07 5.78 15:07:13 14:52:01 2 42.60 0.00 23.50 24.68 0.07 9.15 15:07:13 14:52:01 3 47.65 0.00 23.36 21.38 0.05 7.56 15:07:13 14:53:01 all 13.20 0.00 7.05 9.70 0.03 70.02 15:07:13 14:53:01 0 13.14 0.00 7.33 8.17 0.05 71.31 15:07:13 14:53:01 1 14.31 0.00 7.16 10.60 0.02 67.92 15:07:13 14:53:01 2 11.60 0.00 6.53 9.55 0.03 72.29 15:07:13 14:53:01 3 13.76 0.00 7.17 10.46 0.02 68.58 15:07:13 14:54:01 all 0.17 0.00 0.04 0.01 0.00 99.78 15:07:13 14:54:01 0 0.03 0.00 0.03 0.02 0.00 99.92 15:07:13 14:54:01 1 0.52 0.00 0.03 0.02 0.00 99.43 15:07:13 14:54:01 2 0.10 0.00 0.07 0.02 0.00 99.82 15:07:13 14:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:07:13 15:07:13 14:54:01 CPU %user %nice %system %iowait %steal %idle 15:07:13 14:55:01 all 0.16 0.00 0.02 0.00 0.00 99.81 15:07:13 14:55:01 0 0.03 0.00 0.03 0.02 0.00 99.92 15:07:13 14:55:01 1 0.52 0.00 0.00 0.00 0.00 99.48 15:07:13 14:55:01 2 0.07 0.00 0.02 0.00 0.00 99.92 15:07:13 14:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:07:13 14:56:01 all 0.13 0.00 0.02 0.00 0.00 99.84 15:07:13 14:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:07:13 14:56:01 1 0.45 0.00 0.02 0.00 0.00 99.53 15:07:13 14:56:01 2 0.08 0.00 0.05 0.00 0.00 99.87 15:07:13 14:56:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:07:13 14:57:01 all 0.17 0.00 0.11 0.00 0.00 99.71 15:07:13 14:57:01 0 0.02 0.00 0.05 0.00 0.00 99.93 15:07:13 14:57:01 1 0.07 0.00 0.15 0.00 0.02 99.77 15:07:13 14:57:01 2 0.53 0.00 0.10 0.00 0.00 99.37 15:07:13 14:57:01 3 0.07 0.00 0.15 0.00 0.00 99.78 15:07:13 14:58:01 all 0.16 0.00 0.07 0.02 0.00 99.75 15:07:13 14:58:01 0 0.03 0.00 0.07 0.00 0.00 99.90 15:07:13 14:58:01 1 0.07 0.00 0.15 0.07 0.00 99.72 15:07:13 14:58:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:07:13 14:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:07:13 14:59:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:07:13 14:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:07:13 14:59:01 1 0.03 0.00 0.02 0.00 0.00 99.95 15:07:13 14:59:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:07:13 14:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:07:13 15:00:01 all 0.08 0.00 0.04 0.00 0.00 99.88 15:07:13 15:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:07:13 15:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:07:13 15:00:01 2 0.25 0.00 0.08 0.00 0.00 99.67 15:07:13 15:00:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:07:13 15:01:01 all 0.16 0.00 0.03 0.01 0.00 99.80 15:07:13 15:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:07:13 15:01:01 1 0.08 0.00 0.05 0.02 0.02 99.83 15:07:13 15:01:01 2 0.52 0.00 0.02 0.00 0.00 99.47 15:07:13 15:01:01 3 0.02 0.00 0.02 0.02 0.00 99.95 15:07:13 15:02:01 all 0.16 0.00 0.03 0.01 0.00 99.79 15:07:13 15:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:07:13 15:02:01 1 0.08 0.00 0.05 0.03 0.00 99.83 15:07:13 15:02:01 2 0.52 0.00 0.03 0.02 0.00 99.43 15:07:13 15:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:07:13 15:03:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:07:13 15:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:07:13 15:03:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:07:13 15:03:01 2 0.52 0.00 0.02 0.00 0.02 99.45 15:07:13 15:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:07:13 15:04:01 all 0.16 0.00 0.05 0.01 0.01 99.77 15:07:13 15:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:07:13 15:04:01 1 0.13 0.00 0.07 0.02 0.03 99.75 15:07:13 15:04:01 2 0.47 0.00 0.03 0.00 0.00 99.50 15:07:13 15:04:01 3 0.02 0.00 0.08 0.03 0.00 99.87 15:07:13 15:05:01 all 0.17 0.00 0.02 0.00 0.01 99.80 15:07:13 15:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:07:13 15:05:01 1 0.07 0.00 0.03 0.00 0.02 99.88 15:07:13 15:05:01 2 0.10 0.00 0.00 0.00 0.00 99.90 15:07:13 15:05:01 3 0.52 0.00 0.02 0.00 0.02 99.45 15:07:13 15:07:13 15:05:01 CPU %user %nice %system %iowait %steal %idle 15:07:13 15:06:01 all 0.15 0.00 0.02 0.00 0.00 99.82 15:07:13 15:06:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:07:13 15:06:01 1 0.07 0.00 0.05 0.00 0.00 99.88 15:07:13 15:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:07:13 15:06:01 3 0.50 0.00 0.02 0.00 0.02 99.47 15:07:13 15:07:02 all 6.66 0.00 4.76 3.45 0.13 85.00 15:07:13 15:07:02 0 6.24 0.00 5.66 3.60 0.10 84.40 15:07:13 15:07:02 1 7.74 0.00 4.63 4.64 0.15 82.84 15:07:13 15:07:02 2 5.52 0.00 4.28 1.86 0.10 88.23 15:07:13 15:07:02 3 7.13 0.00 4.48 3.70 0.19 84.51 15:07:13 Average: all 12.45 0.00 6.31 5.39 0.03 75.82 15:07:13 Average: 0 12.54 0.00 6.63 5.14 0.03 75.67 15:07:13 Average: 1 12.43 0.00 6.21 5.82 0.03 75.51 15:07:13 Average: 2 12.31 0.00 6.23 5.31 0.03 76.12 15:07:13 Average: 3 12.53 0.00 6.15 5.32 0.03 75.97 15:07:13 15:07:13 15:07:13