Pull request #3295 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d224582090d89f2ec4a6e31743260213d3b067ba+ebfae9bf1c69030f223d824c55fa5330fb79db8d (ca0f4da81feced685391dd5e1fb54c7fc54ef146) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31356’ Running on prd-centos7-docker-4c-2g-31361 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 > 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/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit d224582090d89f2ec4a6e31743260213d3b067ba Merge succeeded, producing d224582090d89f2ec4a6e31743260213d3b067ba Checking out Revision d224582090d89f2ec4a6e31743260213d3b067ba (PR-3295) > git config core.sparsecheckout # timeout=10 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # 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 ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:59:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:59:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:59:49 ========================================================= 09:59:49 EdgeX Global Pipelines Version Info 09:59:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c8e58384da06edde1d14f6e65ddf944d0f16a807 # timeout=10 09:59:51 ------------------- 09:59:51 stable info: 09:59:51 ------------------- 09:59:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:59:51 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:59:51 Message: update stable to v1.0.186 09:59:52 ------------------- 09:59:52 experimental info: 09:59:52 ------------------- 09:59:52 Commited By: **** collab-it+edgex@linuxfoundation.org 09:59:52 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 09:59:52 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:59:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:59:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:59:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:59:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:59:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:59:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:59:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:59:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:59:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:59:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:59:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:59:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:59:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:59:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:59:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:59:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:59:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:59:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:59:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:59:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:59:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:59:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3295 [Pipeline] echo 09:59:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3295 [Pipeline] echo 09:59:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3295 [Pipeline] echo 09:59:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d224582090d89f2ec4a6e31743260213d3b067ba [Pipeline] echo 09:59:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d224582 [Pipeline] echo 09:59:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:59:58 provisioning config files... 09:59:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4780444499500848950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:58 ---> docker-login.sh 09:59:58 nexus3.edgexfoundry.org:10001 09:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:59 Configure a credential helper to remove this warning. See 09:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:59 09:59:59 Login Succeeded 09:59:59 nexus3.edgexfoundry.org:10002 09:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:59 Configure a credential helper to remove this warning. See 09:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:59 09:59:59 Login Succeeded 09:59:59 nexus3.edgexfoundry.org:10003 09:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:59 Configure a credential helper to remove this warning. See 09:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:59 09:59:59 Login Succeeded 09:59:59 nexus3.edgexfoundry.org:10004 09:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:59 Configure a credential helper to remove this warning. See 09:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:59 09:59:59 Login Succeeded 09:59:59 docker.io 09:59:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:00:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:00:00 Configure a credential helper to remove this warning. See 10:00:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:00:00 10:00:00 Login Succeeded 10:00:00 ---> docker-login.sh ends [Pipeline] } 10:00:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:02 ++ 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 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/core-command/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo core-command,cmd/core-command/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/core-data/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo core-data,cmd/core-data/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/core-metadata/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo core-metadata,cmd/core-metadata/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/security-bootstrapper/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/security-proxy-setup/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/support-notifications/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo support-notifications,cmd/support-notifications/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/support-scheduler/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:00:02 + for file in '`ls cmd/**/Dockerfile`' 10:00:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:00:02 ++ cut -d/ -f2 10:00:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:00:02 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 10:00:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:03 10:00:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:00:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:03 latest: Pulling from edgex-devops/git-semver 10:00:03 31603596830f: Pulling fs layer 10:00:03 2a8b12db71e7: Pulling fs layer 10:00:03 6ca5941a6612: Pulling fs layer 10:00:03 ecc8261a40a4: Pulling fs layer 10:00:03 ecc8261a40a4: Waiting 10:00:03 2a8b12db71e7: Verifying Checksum 10:00:03 2a8b12db71e7: Download complete 10:00:04 31603596830f: Download complete 10:00:04 6ca5941a6612: Verifying Checksum 10:00:04 6ca5941a6612: Download complete 10:00:04 ecc8261a40a4: Verifying Checksum 10:00:04 ecc8261a40a4: Download complete 10:00:04 31603596830f: Pull complete 10:00:04 2a8b12db71e7: Pull complete 10:00:05 6ca5941a6612: Pull complete 10:00:05 ecc8261a40a4: Pull complete 10:00:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:00:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:00:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:00:05 prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container 10:00:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:00:08 $ docker top b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:00:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:08 [ssh-agent] Looking for ssh-agent implementation... 10:00:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:08 $ docker exec b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent 10:00:09 SSH_AUTH_SOCK=/tmp/ssh-AWNKhm0b9ICo/agent.12 10:00:09 SSH_AGENT_PID=17 10:00:09 Running ssh-add (command line suppressed) 10:00:09 Identity added: /w/workspace/edgex-go/3@tmp/private_key_397298357118342728.key (/w/workspace/edgex-go/3@tmp/private_key_397298357118342728.key) 10:00:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:10 + git tag --points-at HEAD [Pipeline] } 10:00:10 $ docker exec --env ******** --env ******** b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent -k 10:00:10 unset SSH_AUTH_SOCK; 10:00:10 unset SSH_AGENT_PID; 10:00:10 echo Agent pid 17 killed; 10:00:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:00:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:00:10 [ssh-agent] Looking for ssh-agent implementation... 10:00:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:00:10 $ docker exec b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent 10:00:10 SSH_AUTH_SOCK=/tmp/ssh-u2yTwaxLhMlo/agent.48 10:00:10 SSH_AGENT_PID=53 10:00:10 Running ssh-add (command line suppressed) 10:00:11 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1372040493774724297.key (/w/workspace/edgex-go/3@tmp/private_key_1372040493774724297.key) 10:00:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:00:11 + git semver init 10:00:11 # -> Open(): unable to determine branch for HEAD 10:00:11 # $GIT_DIR = /w/workspace/edgex-go/3/.git 10:00:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 10:00:11 # $SEMVER_REMOTE_NAME = origin 10:00:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:00:11 # $SEMVER_USER_NAME = edgex-jenkins 10:00:11 # $SEMVER_BRANCH = PR-3295 10:00:11 # $SEMVER_TEMP = /tmp/semver-474224829 10:00:11 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:00:38 # '/tmp/semver-474224829' -> '/w/workspace/edgex-go/3/.semver' 10:00:38 # -> Force: false 10:00:38 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 10:00:38 $ docker exec --env ******** --env ******** b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc ssh-agent -k 10:00:38 unset SSH_AUTH_SOCK; 10:00:38 unset SSH_AGENT_PID; 10:00:38 echo Agent pid 53 killed; 10:00:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:00:39 + git semver [Pipeline] } 10:00:39 $ docker stop --time=1 b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc 10:00:41 $ docker rm -f b094edb23bb257c8b3065db6767b9e29ba2e81cd431ffcb5babfd090d82521cc [Pipeline] // withDockerContainer [Pipeline] sh 10:00:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:00:42 Stashed 1 file(s) [Pipeline] echo 10:00:42 [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 10:00:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:00:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:00:44 + sudo service docker restart 10:00:44 + true 10:00:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:00:45 ========================================================= 10:00:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:00:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:00:45 + 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 . 10:00:49 Sending build context to Docker daemon 328.8MB 10:00:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:00:49 Step 2/6 : FROM ${BASE} 10:00:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:00:49 188c0c94c7c5: Pulling fs layer 10:00:49 0ef7d3d256c8: Pulling fs layer 10:00:49 de9db76c5a1d: Pulling fs layer 10:00:49 bca2f99d35d6: Pulling fs layer 10:00:49 93359f2a8cfa: Pulling fs layer 10:00:49 7c6f9722023f: Pulling fs layer 10:00:49 a35cf1a2eb13: Pulling fs layer 10:00:49 bca2f99d35d6: Waiting 10:00:49 93359f2a8cfa: Waiting 10:00:49 7c6f9722023f: Waiting 10:00:49 a35cf1a2eb13: Waiting 10:00:49 de9db76c5a1d: Verifying Checksum 10:00:49 de9db76c5a1d: Download complete 10:00:49 0ef7d3d256c8: Verifying Checksum 10:00:49 0ef7d3d256c8: Download complete 10:00:49 93359f2a8cfa: Download complete 10:00:49 188c0c94c7c5: Verifying Checksum 10:00:49 188c0c94c7c5: Download complete 10:00:49 7c6f9722023f: Download complete 10:00:50 188c0c94c7c5: Pull complete 10:00:50 0ef7d3d256c8: Pull complete 10:00:50 de9db76c5a1d: Pull complete 10:00:51 a35cf1a2eb13: Verifying Checksum 10:00:51 a35cf1a2eb13: Download complete 10:00:52 bca2f99d35d6: Verifying Checksum 10:00:52 bca2f99d35d6: Download complete 10:00:57 bca2f99d35d6: Pull complete 10:00:58 93359f2a8cfa: Pull complete 10:00:58 7c6f9722023f: Pull complete 10:00:58 Still waiting to schedule task 10:00:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:01:03 a35cf1a2eb13: Pull complete 10:01:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:01:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:01:03 ---> a62c8e92a672 10:01:03 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 10:01:03 ---> Running in 1790f148e37f 10:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:01:05 (1/12) Installing libmagic (5.38-r0) 10:01:06 (2/12) Installing file (5.38-r0) 10:01:06 (3/12) Installing libc-dev (0.7.2-r3) 10:01:06 (4/12) Installing g++ (9.3.0-r2) 10:01:18 (5/12) Installing fortify-headers (1.1-r0) 10:01:18 (6/12) Installing patch (2.7.6-r6) 10:01:18 (7/12) Installing build-base (0.5-r2) 10:01:18 (8/12) Installing libsodium (1.0.18-r0) 10:01:18 (9/12) Installing pkgconf (1.7.2-r0) 10:01:18 (10/12) Installing libsodium-dev (1.0.18-r0) 10:01:18 (11/12) Installing libzmq (4.3.3-r0) 10:01:18 (12/12) Installing zeromq-dev (4.3.3-r0) 10:01:18 Executing busybox-1.31.1-r19.trigger 10:01:18 OK: 233 MiB in 51 packages 10:01:21 Removing intermediate container 1790f148e37f 10:01:21 ---> 7690b13a0367 10:01:21 Step 4/6 : WORKDIR /edgex-go 10:01:21 ---> Running in 8b39d550389f 10:01:21 Removing intermediate container 8b39d550389f 10:01:21 ---> 288e3577cf54 10:01:21 Step 5/6 : COPY go.mod . 10:01:22 ---> 45beff761594 10:01:22 Step 6/6 : RUN go mod download 10:01:22 ---> Running in 69e84bd6944a 10:01:45 Removing intermediate container 69e84bd6944a 10:01:45 ---> cbafc8c3e3f8 10:01:45 Successfully built cbafc8c3e3f8 10:01:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:01:46 + docker inspect -f . ci-base-image-x86_64 10:01:46 . [Pipeline] withDockerContainer 10:01:46 prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container 10:01:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:01:47 $ docker top ad6ac6decaf117eb4529727720fa7e61c827575c25c3267e73e7a927a717dd9f -eo pid,comm [Pipeline] { [Pipeline] sh 10:01:47 + go version 10:01:47 go version go1.15.5 linux/amd64 [Pipeline] } 10:01:47 $ docker stop --time=1 ad6ac6decaf117eb4529727720fa7e61c827575c25c3267e73e7a927a717dd9f 10:01:49 $ docker rm -f ad6ac6decaf117eb4529727720fa7e61c827575c25c3267e73e7a927a717dd9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:50 + docker inspect -f . ci-base-image-x86_64 10:01:50 . [Pipeline] withDockerContainer 10:01:50 prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container 10:01:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:01:51 $ docker top 79551a9772b0db4b653a31a696290583f7b97d4353fcc83ea3e31da154faa015 -eo pid,comm [Pipeline] { [Pipeline] echo 10:01:51 ========================================================= 10:01:51 [edgeXBuildGoParallel] Running Tests and Build... 10:01:51 ========================================================= [Pipeline] sh 10:01:51 + make test 10:01:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:02:01 ? github.com/edgexfoundry/edgex-go [no test files] 10:02:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:02:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:02:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:02:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:02:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:02:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:02:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:02:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:02:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:02:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:02:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:02:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:02:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:02:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 10:02:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:02:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:02:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:02:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:02:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:02:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:02:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements 10:02:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.129s coverage: 100.0% of statements 10:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 71.3% of statements 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.156s coverage: 82.9% of statements 10:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.104s coverage: 78.9% of statements 10:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.088s coverage: 79.5% of statements 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 10:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 10:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.057s coverage: 94.4% of statements 10:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 10:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.226s coverage: 82.6% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.093s coverage: 92.9% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.6% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.6% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 64.4% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 69.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.122s coverage: 38.4% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.034s coverage: 89.5% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.151s coverage: 87.1% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.708s coverage: 29.1% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.086s coverage: 94.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:03:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 10:03:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:03:08 GO111MODULE=on go vet ./... 10:03:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31367 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws 10:03:32 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 10:03:35 gofmt -l . 10:03:35 [ "`gofmt -l .`" = "" ] 10:03:36 ./bin/test-go-mod-tidy.sh 10:03:36 ./bin/test-attribution-txt.sh [Pipeline] sh 10:03:37 + ls -al . 10:03:37 total 776 10:03:37 drwxrwxr-x 10 1001 1001 4096 Mar 25 10:03 . 10:03:37 drwxr-xr-x 4 root root 28 Mar 25 10:01 .. 10:03:37 -rw-rw-r-- 1 1001 1001 11 Mar 25 09:59 .dockerignore 10:03:37 drwxrwxr-x 8 1001 1001 179 Mar 25 09:59 .git 10:03:37 drwxrwxr-x 3 1001 1001 125 Mar 25 09:59 .github 10:03:37 -rw-rw-r-- 1 1001 1001 818 Mar 25 09:59 .gitignore 10:03:37 drwx------ 3 1001 1001 60 Mar 25 10:00 .semver 10:03:37 -rw-rw-r-- 1 1001 1001 166 Mar 25 09:59 .sonarcloud.properties 10:03:37 -rw-rw-r-- 1 1001 1001 8607 Mar 25 09:59 Attribution.txt 10:03:37 -rw-rw-r-- 1 1001 1001 3804 Mar 25 09:59 CONTRIBUTING.md 10:03:37 -rw-rw-r-- 1 1001 1001 931 Mar 25 09:59 Dockerfile.build 10:03:37 -rw-rw-r-- 1 1001 1001 863 Mar 25 09:59 Jenkinsfile 10:03:37 -rw-rw-r-- 1 1001 1001 10775 Mar 25 09:59 LICENSE 10:03:37 -rw-rw-r-- 1 1001 1001 5774 Mar 25 09:59 Makefile 10:03:37 -rw-rw-r-- 1 1001 1001 6548 Mar 25 09:59 README.md 10:03:37 -rw-rw-r-- 1 1001 1001 6755 Mar 25 09:59 SECURITY.md 10:03:37 -rw-rw-r-- 1 1001 1001 5 Mar 25 10:00 VERSION 10:03:37 -rw-rw-r-- 1 1001 1001 4131 Mar 25 09:59 ZMQWindows.md 10:03:37 drwxrwxr-x 2 1001 1001 117 Mar 25 09:59 bin 10:03:37 drwxrwxr-x 14 1001 1001 4096 Mar 25 09:59 cmd 10:03:37 -rw-r--r-- 1 root root 666600 Mar 25 10:03 coverage.out 10:03:37 -rw-r--r-- 1 root root 1056 Mar 25 10:03 go.mod 10:03:37 -rw-r--r-- 1 root root 22530 Mar 25 10:03 go.sum 10:03:37 drwxrwxr-x 8 1001 1001 127 Mar 25 09:59 internal 10:03:37 drwxrwxr-x 4 1001 1001 26 Mar 25 09:59 openapi 10:03:37 drwxrwxr-x 4 1001 1001 71 Mar 25 09:59 snap 10:03:37 -rw-rw-r-- 1 1001 1001 168 Mar 25 09:59 version.go [Pipeline] sh 10:03:37 using credential edgex-jenkins-ssh 10:03:37 Cloning the remote Git repository 10:03:37 + '[' -e coverage.out ] 10:03:37 + chown 1001:1001 coverage.out [Pipeline] stash 10:03:38 Stashed 1 file(s) [Pipeline] sh 10:03:38 + make build 10:03:38 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 10:03:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:03:37 > git init /w/workspace/edgex-go/3 # timeout=10 10:03:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:03:38 > git --version # timeout=10 10:03:38 > git --version # 'git version 2.17.1' 10:03:38 using GIT_SSH to set credentials SSH Credentials for GitHub 10:03:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:03:42 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 10:03:51 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 10:03:51 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 10:03:53 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 10:03:53 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 10:03:55 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 10:03:57 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 10:03:58 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 10:03:59 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 10:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:04:02 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] } 10:04:04 $ docker stop --time=1 79551a9772b0db4b653a31a696290583f7b97d4353fcc83ea3e31da154faa015 10:04:05 $ docker rm -f 79551a9772b0db4b653a31a696290583f7b97d4353fcc83ea3e31da154faa015 10:04:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 10:04:06 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit d224582090d89f2ec4a6e31743260213d3b067ba [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 10:04:07 Merge succeeded, producing d224582090d89f2ec4a6e31743260213d3b067ba 10:04:07 Checking out Revision d224582090d89f2ec4a6e31743260213d3b067ba (PR-3295) [Pipeline] isUnix [Pipeline] sh 10:04:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:08 10:04:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:04:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:08 latest: Pulling from edgex-devops/edgex-compose 10:04:08 cbdbe7a5bc2a: Pulling fs layer 10:04:08 ca9280d653b3: Pulling fs layer 10:04:08 7e9c9ca2126c: Pulling fs layer 10:04:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:04:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:04:06 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:04:06 > git config core.sparsecheckout # timeout=10 10:04:06 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 10:04:07 > git remote # timeout=10 10:04:07 > git config --get remote.origin.url # timeout=10 10:04:07 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:07 > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 10:04:07 > git rev-parse HEAD^{commit} # timeout=10 10:04:07 > git config core.sparsecheckout # timeout=10 10:04:07 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 10:04:09 cbdbe7a5bc2a: Verifying Checksum 10:04:09 cbdbe7a5bc2a: Download complete 10:04:09 cbdbe7a5bc2a: Pull complete 10:04:10 ca9280d653b3: Verifying Checksum 10:04:10 ca9280d653b3: Download complete 10:04:10 7e9c9ca2126c: Verifying Checksum 10:04:10 7e9c9ca2126c: Download complete 10:04:10 ca9280d653b3: Pull complete 10:04:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:04:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:04:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:04:14 + true 10:04:14 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:04:16 provisioning config files... 10:04:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7015040545023637398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:04:16 ---> docker-login.sh 10:04:16 nexus3.edgexfoundry.org:10001 10:04:17 7e9c9ca2126c: Pull complete 10:04:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:04:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:04:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:17 prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container 10:04:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:18 Configure a credential helper to remove this warning. See 10:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:18 10:04:18 Login Succeeded 10:04:18 nexus3.edgexfoundry.org:10002 10:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:18 Configure a credential helper to remove this warning. See 10:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:18 10:04:18 Login Succeeded 10:04:18 nexus3.edgexfoundry.org:10003 10:04:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:18 Configure a credential helper to remove this warning. See 10:04:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:18 10:04:18 Login Succeeded 10:04:18 nexus3.edgexfoundry.org:10004 10:04:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:19 Configure a credential helper to remove this warning. See 10:04:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:19 10:04:19 Login Succeeded 10:04:19 docker.io 10:04:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:04:20 $ docker top f38ffa048d797ef056cec9889488ec962901701bef4a30cd06f71cabdf8e5add -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:04:21 Configure a credential helper to remove this warning. See 10:04:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:04:21 10:04:21 Login Succeeded 10:04:21 ---> docker-login.sh ends [Pipeline] } 10:04:21 Deleting 1 temporary files [Pipeline] // wrap 10:04:21 + docker-compose build --help+ 10:04:21 grep parallel [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:04:21 ========================================================= 10:04:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:04:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:04:22 --parallel Build images in parallel. 10:04:22 + 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] } 10:04:22 $ docker stop --time=1 f38ffa048d797ef056cec9889488ec962901701bef4a30cd06f71cabdf8e5add 10:04:23 $ docker rm -f f38ffa048d797ef056cec9889488ec962901701bef4a30cd06f71cabdf8e5add [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:04:24 Sending build context to Docker daemon 166.9MB 10:04:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:04:24 Step 2/6 : FROM ${BASE} 10:04:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:04:25 . [Pipeline] withDockerContainer 10:04:25 prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container 10:04:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:04:25 5f621e34cdf4: Pulling fs layer 10:04:25 a4357932f1b6: Pulling fs layer 10:04:25 18c013af1878: Pulling fs layer 10:04:25 00ac8860ef70: Pulling fs layer 10:04:25 63d7cb157983: Pulling fs layer 10:04:25 b116817d02f9: Pulling fs layer 10:04:25 745a02a5169b: Pulling fs layer 10:04:25 63d7cb157983: Waiting 10:04:25 745a02a5169b: Waiting 10:04:25 b116817d02f9: Waiting 10:04:25 00ac8860ef70: Waiting 10:04:25 18c013af1878: Download complete 10:04:25 a4357932f1b6: Verifying Checksum 10:04:25 a4357932f1b6: Download complete 10:04:25 63d7cb157983: Download complete 10:04:25 b116817d02f9: Verifying Checksum 10:04:25 b116817d02f9: Download complete 10:04:25 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:04:25 $ docker top 3474530994ca32988bb9697fe11a577031ab1763ebb7dccf361ce640100723b0 -eo pid,comm [Pipeline] { 10:04:26 5f621e34cdf4: Verifying Checksum [Pipeline] sh 10:04:26 5f621e34cdf4: Pull complete 10:04:26 + docker-compose -f ./docker-compose-build.yml build --parallel 10:04:27 a4357932f1b6: Pull complete 10:04:27 Building docker-core-command-go ... 10:04:27 Building docker-core-data-go ... 10:04:27 Building docker-core-metadata-go ... 10:04:27 Building docker-security-bootstrapper-go ... 10:04:27 Building docker-security-proxy-setup-go ... 10:04:27 Building docker-security-secretstore-setup-go ... 10:04:27 Building docker-support-notifications-go ... 10:04:27 Building docker-support-scheduler-go ... 10:04:27 Building docker-sys-mgmt-agent-go ... 10:04:27 Building docker-support-notifications-go 10:04:27 Building docker-security-bootstrapper-go 10:04:27 Building docker-security-proxy-setup-go 10:04:27 Building docker-core-command-go 10:04:27 Building docker-sys-mgmt-agent-go 10:04:27 18c013af1878: Pull complete 10:04:29 745a02a5169b: Verifying Checksum 10:04:29 745a02a5169b: Download complete 10:04:31 00ac8860ef70: Verifying Checksum 10:04:31 00ac8860ef70: Download complete 10:04:41 00ac8860ef70: Pull complete 10:04:41 63d7cb157983: Pull complete 10:04:41 b116817d02f9: Pull complete 10:04:45 745a02a5169b: Pull complete 10:04:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:04:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:04:45 ---> b7e6874047d6 10:04:45 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 10:04:47 ---> Running in 6b77500f1f55 10:04:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:04:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:04:53 (1/12) Installing libmagic (5.38-r0) 10:04:53 (2/12) Installing file (5.38-r0) 10:04:53 (3/12) Installing libc-dev (0.7.2-r3) 10:04:53 (4/12) Installing g++ (9.3.0-r2) 10:04:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:04:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:04:59 ---> cbafc8c3e3f8 10:04:59 Step 3/22 : WORKDIR /edgex-go 10:04:59 ---> cbafc8c3e3f8 10:04:59 Step 3/26 : WORKDIR /edgex-go 10:04:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:04:59 ---> cbafc8c3e3f8 10:04:59 Step 3/23 : WORKDIR /edgex-go 10:04:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:04:59 ---> cbafc8c3e3f8 10:04:59 Step 3/31 : WORKDIR /edgex-go 10:04:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:04:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:04:59 ---> cbafc8c3e3f8 10:04:59 Step 3/21 : WORKDIR /edgex-go 10:04:59 ---> Running in d5f487c9c5aa 10:04:59 ---> Running in c712cd1d6ed7 10:04:59 ---> Running in 725cc61b67eb 10:04:59 ---> Running in 7765c0ca9d93 10:04:59 ---> Running in 6f65fd19b198 10:04:59 Removing intermediate container 7765c0ca9d93 10:04:59 ---> b5ee24bff744 10:04:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:59 Removing intermediate container c712cd1d6ed7 10:04:59 ---> 1c7c44c359bf 10:04:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:59 Removing intermediate container 6f65fd19b198 10:04:59 ---> 548ff4620034 10:04:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:04:59 Removing intermediate container 725cc61b67eb 10:04:59 ---> c8dd21456e79 10:04:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:00 Removing intermediate container d5f487c9c5aa 10:05:00 ---> c32a4b0786d7 10:05:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:00 ---> Running in 297ab785284f 10:05:00 ---> Running in 36243fddd171 10:05:00 ---> Running in 5eb98ce2af32 10:05:00 ---> Running in 30d4bd059050 10:05:00 ---> Running in fe348899fe14 10:05:02 Removing intermediate container 297ab785284f 10:05:02 ---> 3f1273a7bd3b 10:05:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:05:02 Removing intermediate container 5eb98ce2af32 10:05:02 ---> a259d9d93d4f 10:05:02 Step 5/31 : RUN apk add --update --no-cache make git 10:05:02 Removing intermediate container 36243fddd171 10:05:02 ---> ad52ae517f25 10:05:02 Step 5/26 : RUN apk add --update --no-cache make bash git 10:05:02 ---> Running in 825ab17d2710 10:05:02 ---> Running in b58d506709e8 10:05:02 ---> Running in 699779cbef7c 10:05:02 Removing intermediate container fe348899fe14 10:05:02 ---> c9bfdbb7f9d1 10:05:02 Step 5/21 : RUN apk add --update --no-cache make git 10:05:02 Removing intermediate container 30d4bd059050 10:05:02 ---> 00e7e7947113 10:05:02 Step 5/23 : RUN apk add --update --no-cache make git 10:05:03 ---> Running in f32cb5c40c89 10:05:03 ---> Running in 4d3b8df55c91 10:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:03 (5/12) Installing fortify-headers (1.1-r0) 10:05:03 (6/12) Installing patch (2.7.6-r6) 10:05:03 (7/12) Installing build-base (0.5-r2) 10:05:03 (8/12) Installing libsodium (1.0.18-r0) 10:05:03 (9/12) Installing pkgconf (1.7.2-r0) 10:05:03 (10/12) Installing libsodium-dev (1.0.18-r0) 10:05:03 (11/12) Installing libzmq (4.3.3-r0) 10:05:03 (12/12) Installing zeromq-dev (4.3.3-r0) 10:05:03 Executing busybox-1.31.1-r19.trigger 10:05:03 OK: 217 MiB in 51 packages 10:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:05:05 OK: 233 MiB in 51 packages 10:05:05 OK: 233 MiB in 51 packages 10:05:05 OK: 233 MiB in 51 packages 10:05:05 Removing intermediate container 4d3b8df55c91 10:05:05 ---> 46f0657f6614 10:05:05 Step 6/23 : COPY go.mod . 10:05:05 Removing intermediate container f32cb5c40c89 10:05:05 ---> 0c7ac3409d52 10:05:05 Step 6/21 : COPY go.mod . 10:05:06 ---> dc12cdeb7a7f 10:05:06 Step 7/23 : RUN go mod download 10:05:06 ---> Running in 5c5f1390eccd 10:05:06 Removing intermediate container 825ab17d2710 10:05:06 ---> 6492ccc0963a 10:05:06 Step 6/22 : COPY go.mod . 10:05:06 OK: 233 MiB in 51 packages 10:05:06 ---> 4014a517365d 10:05:06 Step 7/21 : RUN go mod download 10:05:06 ---> Running in 257910c471d7 10:05:06 OK: 233 MiB in 51 packages 10:05:06 ---> abbbd884203c 10:05:06 Step 7/22 : RUN go mod download 10:05:07 ---> Running in 9e31c8ecb023 10:05:07 Removing intermediate container b58d506709e8 10:05:07 ---> 56cac230632e 10:05:07 Step 6/31 : COPY go.mod . 10:05:07 Removing intermediate container 699779cbef7c 10:05:07 ---> 761e222ed5cd 10:05:07 Step 6/26 : COPY go.mod . 10:05:07 ---> 50f38292b7ce 10:05:07 Step 7/31 : RUN go mod download 10:05:07 ---> Running in e2edd482d640 10:05:07 ---> 6d7df4fa3bb1 10:05:07 Step 7/26 : RUN go mod download 10:05:08 Removing intermediate container 6b77500f1f55 10:05:08 ---> 055eaf815ebb 10:05:08 Step 4/6 : WORKDIR /edgex-go 10:05:08 ---> Running in 6066bcf7f6e9 10:05:08 Removing intermediate container 6066bcf7f6e9 10:05:08 ---> 12d0b25f6dbb 10:05:08 Step 5/6 : COPY go.mod . 10:05:08 ---> Running in 4c3952e7d6aa 10:05:08 ---> 6959fb581f3e 10:05:08 Step 6/6 : RUN go mod download 10:05:09 Removing intermediate container 5c5f1390eccd 10:05:09 ---> 82caaff9aae3 10:05:09 Step 8/23 : COPY . . 10:05:09 Removing intermediate container 257910c471d7 10:05:09 ---> 827a7fca85fa 10:05:09 Step 8/21 : COPY . . 10:05:09 ---> Running in 2fdff3548fb5 10:05:09 Removing intermediate container 9e31c8ecb023 10:05:09 ---> 9281b2269888 10:05:09 Step 8/22 : COPY . . 10:05:16 Removing intermediate container e2edd482d640 10:05:16 ---> 6084fcf08494 10:05:16 Step 8/31 : COPY . . 10:05:24 Removing intermediate container 4c3952e7d6aa 10:05:24 ---> 7ed9f68c96ae 10:05:24 Step 8/26 : COPY . . 10:05:35 Removing intermediate container 2fdff3548fb5 10:05:35 ---> 7b496c28c9d4 10:05:35 Successfully built 7b496c28c9d4 10:05:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:05:36 + docker inspect -f . ci-base-image-arm64 10:05:36 . [Pipeline] withDockerContainer 10:05:36 prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container 10:05:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:05:38 $ docker top f92f5b03dcc97eb0382d247ad9635a49b537e7a8f2ef3bdd04c37e40cbcbf31b -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:39 + go version 10:05:39 go version go1.15.5 linux/arm64 [Pipeline] } 10:05:39 $ docker stop --time=1 f92f5b03dcc97eb0382d247ad9635a49b537e7a8f2ef3bdd04c37e40cbcbf31b 10:05:41 $ docker rm -f f92f5b03dcc97eb0382d247ad9635a49b537e7a8f2ef3bdd04c37e40cbcbf31b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:05:42 + docker inspect -f . ci-base-image-arm64 10:05:42 . [Pipeline] withDockerContainer 10:05:43 prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container 10:05:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:05:44 $ docker top 49dc0dfd73b3ccf919031ed2e7572afb817ee2bfd03a0b39b845ae39117f01d3 -eo pid,comm [Pipeline] { [Pipeline] echo 10:05:45 ========================================================= 10:05:45 [edgeXBuildGoParallel] Running Tests and Build... 10:05:45 ========================================================= [Pipeline] sh 10:05:45 + make test 10:05:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:05:51 ---> c8e56c200e34 10:05:51 ---> d94ef05be626 10:05:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 48a4b6d9b52c 10:05:51 10:05:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/core-command/core-command 10:05:51 10:05:51 ---> 4e1face7d5ea 10:05:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:05:51 ---> Running in 13f17e430e84 10:05:51 ---> Running in 2c3c56efe5b9 10:05:51 ---> Running in cd5f968fb5bd 10:05:51 ---> Running in 65f27587c965 10:05:51 ---> da1c216b478b 10:05:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:05:51 ---> Running in cb5776d75e49 10:05:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:05:52 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 10:05:52 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 10:05:52 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 10:05:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:06:07 ? github.com/edgexfoundry/edgex-go [no test files] 10:06:24 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 10:06:31 Removing intermediate container cb5776d75e49 10:06:31 ---> b1b2721c2414 10:06:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:06:31 Removing intermediate container 65f27587c965 10:06:31 ---> bd2e0ad5ddb3 10:06:31 10:06:31 Step 10/31 : FROM alpine:3.12 10:06:31 3.12: Pulling from library/alpine 10:06:31 ---> Running in 38e4c2abb38a 10:06:31 Removing intermediate container cd5f968fb5bd 10:06:31 ---> 1b651be14cb9 10:06:31 10:06:31 Step 10/23 : FROM alpine:3.12 10:06:31 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:06:31 3.12: Pulling from library/alpine 10:06:31 Status: Downloaded newer image for alpine:3.12 10:06:31 ---> 88dd2752d2ea 10:06:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:06:31 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:06:31 Status: Image is up to date for alpine:3.12 10:06:31 ---> 88dd2752d2ea 10:06:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:06:35 Removing intermediate container 2c3c56efe5b9 10:06:35 ---> b27d5f605878 10:06:35 10:06:35 Step 10/21 : FROM alpine:3.12 10:06:35 ---> 88dd2752d2ea 10:06:35 Step 11/21 : RUN apk add --update --no-cache curl 10:06:35 ---> Running in 04aedfadcf61 10:06:35 ---> Running in 15908dac6916 10:06:35 ---> Running in f99160c6a8e9 10:06:35 Removing intermediate container 13f17e430e84 10:06:35 ---> feb2e81cf256 10:06:35 10:06:35 Step 10/22 : FROM alpine:3.12 10:06:35 ---> 88dd2752d2ea 10:06:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:06:35 Removing intermediate container 15908dac6916 10:06:35 ---> 70dbb55dbb81 10:06:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:06:35 ---> Running in 633ef3c16090 10:06:35 ---> Running in 5a1870224956 10:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:35 (1/1) Installing dumb-init (1.2.2-r1) 10:06:35 Executing busybox-1.31.1-r19.trigger 10:06:35 OK: 6 MiB in 15 packages 10:06:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:36 (1/4) Installing ca-certificates (20191127-r4) 10:06:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:06:36 (3/4) Installing libcurl (7.69.1-r3) 10:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:36 (4/4) Installing curl (7.69.1-r3) 10:06:36 Executing busybox-1.31.1-r19.trigger 10:06:36 Executing ca-certificates-20191127-r4.trigger 10:06:36 OK: 7 MiB in 18 packages 10:06:36 (1/2) Installing ca-certificates (20191127-r4) 10:06:36 (2/2) Installing dumb-init (1.2.2-r1) 10:06:36 Executing busybox-1.31.1-r19.trigger 10:06:36 Executing ca-certificates-20191127-r4.trigger 10:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:36 OK: 6 MiB in 16 packages 10:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:36 (1/2) Installing dumb-init (1.2.2-r1) 10:06:36 (2/2) Installing su-exec (0.2-r1) 10:06:36 Executing busybox-1.31.1-r19.trigger 10:06:36 OK: 6 MiB in 16 packages 10:06:37 Removing intermediate container 38e4c2abb38a 10:06:37 ---> 7caf3a0e276e 10:06:37 10:06:37 Step 11/26 : FROM docker:20.10.0 10:06:37 20.10.0: Pulling from library/docker 10:06:37 Removing intermediate container 04aedfadcf61 10:06:37 ---> bb7be9b564f4 10:06:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:06:39 ---> Running in befcfcc8a484 10:06:39 Removing intermediate container f99160c6a8e9 10:06:39 ---> 59d017f8475a 10:06:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:06:39 ---> Running in 574f5f68753c 10:06:40 Removing intermediate container befcfcc8a484 10:06:40 ---> 8bee32b55f22 10:06:40 Step 13/23 : ENV APP_PORT=48082 10:06:40 Removing intermediate container 5a1870224956 10:06:40 ---> 8818c6f6fd78 10:06:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:06:40 Removing intermediate container 633ef3c16090 10:06:40 ---> 334363122dca 10:06:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:06:40 ---> Running in 7c53001c1035 10:06:40 ---> Running in ab679fedc087 10:06:40 Removing intermediate container 574f5f68753c 10:06:40 ---> d68e582f8e44 10:06:40 Step 13/21 : WORKDIR /edgex 10:06:40 ---> Running in 219adb50aa94 10:06:40 ---> Running in 514b09fb7180 10:06:40 Removing intermediate container 7c53001c1035 10:06:40 ---> d3fff84846f3 10:06:40 Step 14/23 : EXPOSE $APP_PORT 10:06:41 Removing intermediate container ab679fedc087 10:06:41 ---> 4698b07807f1 10:06:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:06:41 ---> Running in c23e50cde2a5 10:06:41 Removing intermediate container 219adb50aa94 10:06:41 ---> a59cb53ae0b9 10:06:41 Step 13/22 : ENV APP_PORT=48060 10:06:41 Removing intermediate container 514b09fb7180 10:06:41 ---> c39a89a474da 10:06:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:06:41 ---> Running in 42a36539d0b2 10:06:42 ---> Running in fc693726ab71 10:06:42 Removing intermediate container c23e50cde2a5 10:06:42 ---> 14cb816a819f 10:06:42 Step 15/23 : WORKDIR / 10:06:42 Removing intermediate container 42a36539d0b2 10:06:42 ---> d6feb12747a4 10:06:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:06:42 ---> Running in 20e914ab2ccf 10:06:42 ---> cf0d07224834 10:06:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:06:42 ---> Running in d663b20ff189 10:06:42 Removing intermediate container fc693726ab71 10:06:42 ---> e135cf200956 10:06:42 Step 14/22 : EXPOSE $APP_PORT 10:06:42 ---> Running in 4707e070baf1 10:06:42 Removing intermediate container 20e914ab2ccf 10:06:42 ---> 1a0403672205 10:06:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:43 ---> 702395d8c4ce 10:06:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:06:43 Removing intermediate container 4707e070baf1 10:06:43 ---> ca721b4aa6d2 10:06:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:44 ---> a2afc49ef6d3 10:06:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:06:44 ---> 8760af74f152 10:06:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:06:44 ---> e7bb94aced0b 10:06:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:06:45 ---> Running in c8caf8168035 10:06:45 ---> c9b24b902ecd 10:06:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:06:45 ---> 7943941f32b5 10:06:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:06:45 Removing intermediate container d663b20ff189 10:06:45 ---> 19b06da8488c 10:06:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:06:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:06:45 Status: Downloaded newer image for docker:20.10.0 10:06:45 ---> aefe523efa57 10:06:45 Step 12/26 : RUN apk add --no-cache bash 10:06:45 Removing intermediate container c8caf8168035 10:06:45 ---> 369b7b25468c 10:06:45 Step 18/21 : CMD ["--init=true"] 10:06:45 ---> Running in 421eeb74828b 10:06:45 ---> Running in dd0b3b4a1aca 10:06:45 ---> Running in 8c25cc0eb0b7 10:06:45 ---> a188a490a0d3 10:06:45 Step 19/23 : ENTRYPOINT ["/core-command"] 10:06:45 ---> f7ff54cda4e6 10:06:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:06:45 ---> Running in 043acbad21e3 10:06:45 ---> Running in 3701cfa0aaec 10:06:45 Removing intermediate container 8c25cc0eb0b7 10:06:45 ---> 8c4ba3d48b73 10:06:45 Step 19/21 : LABEL arch=x86_64 10:06:45 Removing intermediate container 421eeb74828b 10:06:45 ---> 17625efe7ec0 10:06:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:06:46 ---> Running in bf2bcd3039f1 10:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:06:46 Removing intermediate container 043acbad21e3 10:06:46 ---> 75e8b2f13b0a 10:06:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:46 Removing intermediate container 3701cfa0aaec 10:06:46 ---> 939339151bcd 10:06:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:06:46 ---> Running in bbd79671845e 10:06:46 ---> Running in a91e8de04bdf 10:06:46 ---> f811058d42c8 10:06:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:06:46 (1/2) Installing readline (8.0.4-r0) 10:06:46 (2/2) Installing bash (5.0.17-r0) 10:06:46 Executing bash-5.0.17-r0.post-install 10:06:46 Executing busybox-1.31.1-r19.trigger 10:06:46 OK: 12 MiB in 22 packages 10:06:46 Removing intermediate container bf2bcd3039f1 10:06:46 ---> b050559014f6 10:06:46 Step 20/21 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:06:46 ---> Running in 7da2bc5021bb 10:06:46 ---> Running in e2d69ab7b1e5 10:06:46 Removing intermediate container bbd79671845e 10:06:46 ---> 4de9fbdaf7c8 10:06:46 Step 20/22 : LABEL arch=x86_64 10:06:46 Removing intermediate container a91e8de04bdf 10:06:46 ---> b449ab5f9ab0 10:06:46 Step 21/23 : LABEL arch=x86_64 10:06:47 ---> Running in 2d7b98d26a0c 10:06:47 ---> Running in d1dae51ceb8b 10:06:47 Removing intermediate container e2d69ab7b1e5 10:06:47 ---> 344debc66c86 10:06:47 Step 21/21 : LABEL version=0.0.0 10:06:47 ---> Running in f1630e35c256 10:06:47 Removing intermediate container 2d7b98d26a0c 10:06:47 ---> 8419462aa26b 10:06:47 Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:06:47 Removing intermediate container d1dae51ceb8b 10:06:47 ---> 53ecae85dc6c 10:06:47 Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:06:47 Removing intermediate container dd0b3b4a1aca 10:06:47 ---> 923ea5c65271 10:06:47 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:06:48 ---> Running in d232106686f4 10:06:48 ---> Running in caf91d3154df 10:06:48 ---> Running in 6578b7b56770 10:06:48 Removing intermediate container f1630e35c256 10:06:48 ---> f4b28b9f1587 10:06:48 10:06:48 Removing intermediate container d232106686f4 10:06:48 ---> 18bf512031b4 10:06:48 Step 23/23 : LABEL version=0.0.0 10:06:48 Successfully built f4b28b9f1587 10:06:48 Removing intermediate container caf91d3154df 10:06:48 ---> 143f6e39ac23 10:06:48 Step 22/22 : LABEL version=0.0.0 10:06:48 Successfully tagged docker-security-proxy-setup-go:latest 10:06:48 Building docker-security-secretstore-setup-go 10:06:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 6578b7b56770 10:06:48 ---> 103e93c01a8b 10:06:48 Step 14/26 : ENV APP_PORT=48090 10:06:48 ---> Running in 42e839436355 10:06:48 ---> Running in 860abe558052 10:06:48 ---> Running in 135ede03a291 10:06:48 Removing intermediate container 7da2bc5021bb 10:06:48 ---> 7a3aeee72d1f 10:06:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:06:48 Removing intermediate container 42e839436355 10:06:48 ---> 797bf04a3fde 10:06:48 10:06:49 Successfully built 797bf04a3fde 10:06:49 Removing intermediate container 860abe558052 10:06:49 ---> 7dd4f089e41f 10:06:49 10:06:50 Successfully tagged docker-core-command-go:latest 10:06:50  Building docker-core-command-go ... done Building docker-core-data-go 10:06:50 Removing intermediate container 135ede03a291 10:06:50 ---> 74250d6a0d2d 10:06:50 Step 15/26 : EXPOSE $APP_PORT 10:06:50 Successfully built 7dd4f089e41f 10:06:51 Successfully tagged docker-support-notifications-go:latest 10:06:51  Building docker-support-notifications-go ... done Building docker-core-metadata-go 10:06:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:06:56 ---> 7502745d0446 10:06:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:06:57 ---> Running in 7f643a48f363 10:06:59 ---> 194f547dbf87 10:06:59 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:06:59 Removing intermediate container 7f643a48f363 10:06:59 ---> 8e4c663cb80b 10:06:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:07:00 ---> ccdb09768ab0 10:07:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:07:00 ---> 601fda3d96e6 10:07:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:07:01 ---> 4ee4def80662 10:07:01 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:07:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:07:07 ---> 4e2332c25373 10:07:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:07:08 ---> 8b5e2cbbf6ed 10:07:08 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:07:10 ---> 37cd3af7ecbd 10:07:10 Step 19/26 : RUN apk --no-cache add py3-pip 10:07:10 ---> Running in c449bc925683 10:07:10 ---> Running in 8e8d8d01a1b4 10:07:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:07:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:07:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:07:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:07:12 ---> cbafc8c3e3f8 10:07:12 Step 3/24 : WORKDIR /edgex-go 10:07:12 ---> Using cache 10:07:12 ---> c32a4b0786d7 10:07:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:13 ---> Using cache 10:07:13 ---> c9bfdbb7f9d1 10:07:13 Step 5/24 : RUN apk add --update --no-cache make git 10:07:13 ---> Using cache 10:07:13 ---> 0c7ac3409d52 10:07:13 Step 6/24 : COPY go.mod . 10:07:13 ---> Using cache 10:07:13 ---> 4014a517365d 10:07:13 Step 7/24 : RUN go mod download 10:07:13 ---> Using cache 10:07:13 ---> 827a7fca85fa 10:07:13 Step 8/24 : COPY . . 10:07:13 ---> Using cache 10:07:13 ---> 48a4b6d9b52c 10:07:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:07:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:07:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:07:13 ---> cbafc8c3e3f8 10:07:13 Step 3/23 : WORKDIR /edgex-go 10:07:13 ---> Using cache 10:07:13 ---> c32a4b0786d7 10:07:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:13 ---> Using cache 10:07:13 ---> c9bfdbb7f9d1 10:07:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:07:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:07:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:07:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:07:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:07:15 Removing intermediate container c449bc925683 10:07:15 ---> 76dcd15d4c15 10:07:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:07:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:07:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:07:15 ---> cbafc8c3e3f8 10:07:15 Step 3/23 : WORKDIR /edgex-go 10:07:15 ---> Using cache 10:07:15 ---> c32a4b0786d7 10:07:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:15 ---> Using cache 10:07:15 ---> c9bfdbb7f9d1 10:07:15 Step 5/23 : RUN apk add --update --no-cache make git 10:07:15 ---> Using cache 10:07:15 ---> 0c7ac3409d52 10:07:15 Step 6/23 : COPY go.mod . 10:07:15 ---> Using cache 10:07:15 ---> 4014a517365d 10:07:15 Step 7/23 : RUN go mod download 10:07:15 ---> Using cache 10:07:15 ---> 827a7fca85fa 10:07:15 Step 8/23 : COPY . . 10:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:15 ---> Using cache 10:07:15 ---> 48a4b6d9b52c 10:07:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:15 (1/33) Installing libbz2 (1.0.8-r1) 10:07:15 (2/33) Installing expat (2.2.9-r1) 10:07:15 (3/33) Installing libffi (3.3-r2) 10:07:15 (4/33) Installing gdbm (1.13-r1) 10:07:15 (5/33) Installing xz-libs (5.2.5-r0) 10:07:15 (6/33) Installing sqlite-libs (3.32.1-r0) 10:07:15 (7/33) Installing python3 (3.8.8-r0) 10:07:15 ---> Running in 143bb899d8a7 10:07:15 ---> Running in 2633a08efa0f 10:07:15 ---> Running in c297c08ed3cf 10:07:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:07:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:07:18 ---> ef914d17c56d 10:07:18 Step 26/31 : RUN chmod +x /entrypoint.sh 10:07:18 (8/33) Installing py3-appdirs (1.4.4-r1) 10:07:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:07:18 (10/33) Installing py3-parsing (2.4.7-r0) 10:07:18 (11/33) Installing py3-six (1.15.0-r0) 10:07:18 (12/33) Installing py3-packaging (20.4-r0) 10:07:18 (13/33) Installing py3-setuptools (47.0.0-r0) 10:07:18 ---> Running in 2b85b96554c4 10:07:18 (14/33) Installing py3-chardet (3.0.4-r4) 10:07:18 (15/33) Installing py3-idna (2.9-r0) 10:07:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:07:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:07:18 (18/33) Installing py3-requests (2.23.0-r0) 10:07:18 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 10:07:18 (19/33) Installing py3-msgpack (1.0.0-r0) 10:07:18 (20/33) Installing py3-lockfile (0.12.2-r3) 10:07:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:07:18 (22/33) Installing py3-colorama (0.4.3-r0) 10:07:18 (23/33) Installing py3-distlib (0.3.0-r0) 10:07:18 (24/33) Installing py3-distro (1.5.0-r1) 10:07:18 (25/33) Installing py3-webencodings (0.5.1-r3) 10:07:19 (26/33) Installing py3-html5lib (1.0.1-r4) 10:07:19 (27/33) Installing py3-pytoml (0.1.21-r0) 10:07:19 (28/33) Installing py3-pep517 (0.8.2-r0) 10:07:19 (29/33) Installing py3-progress (1.5-r0) 10:07:19 (30/33) Installing py3-toml (0.10.1-r0) 10:07:19 (31/33) Installing py3-retrying (1.3.3-r0) 10:07:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:07:19 (33/33) Installing py3-pip (20.1.1-r0) 10:07:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:19 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 10:07:19 Executing busybox-1.31.1-r19.trigger 10:07:19 OK: 71 MiB in 55 packages 10:07:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:20 OK: 233 MiB in 51 packages 10:07:23 Removing intermediate container 2b85b96554c4 10:07:23 ---> 1011d8575960 10:07:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:07:25 Removing intermediate container 2633a08efa0f 10:07:25 ---> c35950f515e0 10:07:25 Step 6/23 : COPY go.mod . 10:07:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:07:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:07:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:07:26 ---> Running in dc9bfc954ad0 10:07:26 Removing intermediate container 8e8d8d01a1b4 10:07:26 ---> 37a78be201bf 10:07:26 Step 20/26 : RUN pip install docker-compose==1.23.2 10:07:27 ---> 220ccafa11f6 10:07:27 Step 7/23 : RUN go mod download 10:07:27 ---> Running in 9578a5716b33 10:07:27 ---> Running in 6b592c387c82 10:07:28 Removing intermediate container dc9bfc954ad0 10:07:28 ---> be3d78dd76f7 10:07:28 Step 28/31 : CMD ["gate"] 10:07:29 ---> Running in 418f1154637a 10:07:29 Removing intermediate container 418f1154637a 10:07:29 ---> ac7abd411c68 10:07:29 Step 29/31 : LABEL arch=x86_64 10:07:30 ---> Running in d51af12027ce 10:07:31 Removing intermediate container d51af12027ce 10:07:31 ---> 20547986dfd0 10:07:31 Step 30/31 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.404s coverage: 45.9% of statements 10:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:07:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:07:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.116s coverage: 19.8% of statements 10:07:31 ---> Running in da6432783cda 10:07:31 Removing intermediate container da6432783cda 10:07:31 ---> 6f8e19a29517 10:07:31 Step 31/31 : LABEL version=0.0.0 10:07:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements 10:07:32 Collecting docker-compose==1.23.2 10:07:32 ---> Running in a7fa357d2fc8 10:07:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:07:32 Collecting texttable<0.10,>=0.9.0 10:07:32 Downloading texttable-0.9.1.tar.gz (11 kB) 10:07:32 Removing intermediate container a7fa357d2fc8 10:07:32 ---> 94be1d568360 10:07:32 10:07:32 Successfully built 94be1d568360 10:07:32 Successfully tagged docker-security-bootstrapper-go:latest 10:07:32  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 10:07:33 Removing intermediate container 6b592c387c82 10:07:33 ---> bbbf7b700b8a 10:07:33 Step 8/23 : COPY . . 10:07:33 Collecting websocket-client<1.0,>=0.32.0 10:07:33 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:07:34 Collecting docker<4.0,>=3.6.0 10:07:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:07:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:07:36 Collecting cached-property<2,>=1.2.0 10:07:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:07:37 Collecting docopt<0.7,>=0.6.1 10:07:37 Downloading docopt-0.6.2.tar.gz (25 kB) 10:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.152s coverage: 100.0% of statements 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:07:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:07:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:07:40 Collecting PyYAML<4,>=3.10 10:07:40 Downloading PyYAML-3.13.tar.gz (270 kB) 10:07:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:07:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:07:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.563s coverage: 82.9% of statements 10:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:07:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.161s coverage: 78.9% of statements 10:07:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:07:43 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 10:07:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:07:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:07:43 Collecting jsonschema<3,>=2.5.1 10:07:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:07:43 Collecting dockerpty<0.5,>=0.4.1 10:07:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:07:45 Collecting docker-pycreds>=0.4.0 10:07:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:07:47 Collecting idna<2.8,>=2.5 10:07:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:07:47 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) 10:07:48 Collecting urllib3<1.25,>=1.21.1 10:07:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:07:49 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) 10:07:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:07:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:07:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:07:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:07:49 Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, PyYAML, jsonschema, dockerpty, docker-compose 10:07:49 Running setup.py install for texttable: started 10:07:51 Running setup.py install for texttable: finished with status 'done' 10:07:51 Attempting uninstall: idna 10:07:51 Found existing installation: idna 2.9 10:07:51 Uninstalling idna-2.9: 10:07:52 Successfully uninstalled idna-2.9 10:07:53 Attempting uninstall: urllib3 10:07:53 Found existing installation: urllib3 1.25.9 10:07:53 Uninstalling urllib3-1.25.9: 10:07:53 Successfully uninstalled urllib3-1.25.9 10:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.197s coverage: 28.6% of statements 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.258s coverage: 100.0% of statements 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.391s coverage: 97.5% of statements 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.254s coverage: 78.3% of statements 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:07:55 Attempting uninstall: requests 10:07:55 Found existing installation: requests 2.23.0 10:07:55 Uninstalling requests-2.23.0: 10:07:55 Successfully uninstalled requests-2.23.0 10:07:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:07:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:07:58 ---> cbafc8c3e3f8 10:07:58 Step 3/22 : WORKDIR /edgex-go 10:07:58 ---> Using cache 10:07:58 ---> c32a4b0786d7 10:07:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:58 ---> Using cache 10:07:58 ---> c9bfdbb7f9d1 10:07:58 Step 5/22 : RUN apk add --update --no-cache make git 10:07:58 ---> Using cache 10:07:58 ---> 0c7ac3409d52 10:07:58 Step 6/22 : COPY go.mod . 10:07:58 ---> Using cache 10:07:58 ---> 4014a517365d 10:07:58 Step 7/22 : RUN go mod download 10:07:58 ---> Using cache 10:07:58 ---> 827a7fca85fa 10:07:58 Step 8/22 : COPY . . 10:07:58 ---> Using cache 10:07:58 ---> 48a4b6d9b52c 10:07:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.051s coverage: 92.8% of statements 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 0.1% of statements 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:08:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.168s coverage: 47.1% of statements 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.124s coverage: 79.5% of statements 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.207s coverage: 94.1% of statements 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.207s coverage: 96.3% of statements 10:08:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.188s coverage: 87.5% of statements 10:08:01 ---> Running in 08016113911b 10:08:02 Removing intermediate container 143bb899d8a7 10:08:02 ---> fe7ba3b4c7d2 10:08:02 10:08:02 Step 10/24 : FROM alpine:3.12 10:08:02 ---> 88dd2752d2ea 10:08:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:08:02 Running setup.py install for docopt: started 10:08:02 ---> Running in 9971cfe1212a 10:08:02 Removing intermediate container c297c08ed3cf 10:08:02 ---> de74e5342cba 10:08:02 10:08:02 Step 10/23 : FROM alpine:3.12 10:08:02 ---> 88dd2752d2ea 10:08:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:08:02 ---> Using cache 10:08:02 ---> bb7be9b564f4 10:08:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:08:02 ---> Using cache 10:08:02 ---> 8bee32b55f22 10:08:02 Step 13/23 : ENV APP_PORT=48081 10:08:02 ---> fe818a682c57 10:08:02 Step 9/23 : RUN make cmd/core-data/core-data 10:08:02 ---> Running in ac614b09d1c3 10:08:02 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 10:08:02 ---> Running in 2c9a42ac995e 10:08:02 Running setup.py install for docopt: finished with status 'done' 10:08:02 Running setup.py install for PyYAML: started 10:08:03 Removing intermediate container ac614b09d1c3 10:08:03 ---> 30d2d9ea0a26 10:08:03 Step 14/23 : EXPOSE $APP_PORT 10:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:08:03 (1/6) Installing ca-certificates (20191127-r4) 10:08:03 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:08:03 (3/6) Installing libcurl (7.69.1-r3) 10:08:03 (4/6) Installing curl (7.69.1-r3) 10:08:03 (5/6) Installing dumb-init (1.2.2-r1) 10:08:03 (6/6) Installing su-exec (0.2-r1) 10:08:03 Executing busybox-1.31.1-r19.trigger 10:08:03 Executing ca-certificates-20191127-r4.trigger 10:08:03 OK: 7 MiB in 20 packages 10:08:03 Running setup.py install for PyYAML: finished with status 'done' 10:08:03 ---> Running in 90a28754dae9 10:08:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:08:04 Running setup.py install for dockerpty: started 10:08:04 Running setup.py install for dockerpty: finished with status 'done' 10:08:04 Removing intermediate container 90a28754dae9 10:08:04 ---> f94fda2b82d6 10:08:04 Step 15/23 : WORKDIR / 10:08:06 ---> Running in 77f821600bac 10:08:06 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 10:08:06 Removing intermediate container 77f821600bac 10:08:06 ---> 68710f9295ee 10:08:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:07 Removing intermediate container 9971cfe1212a 10:08:07 ---> ddbf5fecc20a 10:08:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:08:08 ---> 91442746749d 10:08:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:08:08 ---> Running in b8722c756796 10:08:08 Removing intermediate container b8722c756796 10:08:08 ---> 9fd0f037fc72 10:08:08 Step 13/24 : WORKDIR / 10:08:09 ---> Running in 1f25ffa4df5f 10:08:09 ---> bd53c59aec85 10:08:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:08:10 Removing intermediate container 9578a5716b33 10:08:10 ---> 2309dfba65fe 10:08:10 Step 21/26 : RUN apk --no-cache add curl 10:08:10 Removing intermediate container 1f25ffa4df5f 10:08:10 ---> ddfdcef82dc5 10:08:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:08:10 ---> Running in e790178daf5f 10:08:11 ---> ec3967b3ddd7 10:08:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:08:11 ---> Running in 9d0ab5989d16 10:08:12 ---> 737eb197de64 10:08:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:08:13 Removing intermediate container 9d0ab5989d16 10:08:13 ---> be114ab953bb 10:08:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.156s coverage: 94.4% of statements 10:08:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements 10:08:13 ---> 60c8e6f825ca 10:08:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:08:13 ---> Running in 0512975d8eff 10:08:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:08:13 (2/3) Installing libcurl (7.69.1-r3) 10:08:13 (3/3) Installing curl (7.69.1-r3) 10:08:13 Executing busybox-1.31.1-r19.trigger 10:08:13 OK: 72 MiB in 58 packages 10:08:13 Removing intermediate container 0512975d8eff 10:08:13 ---> 44e81ed375a2 10:08:13 Step 21/23 : LABEL arch=x86_64 10:08:14 ---> Running in f8e853596de7 10:08:14 ---> 8c72d767ba07 10:08:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:08:14 Removing intermediate container f8e853596de7 10:08:14 ---> 5f05ce44a13c 10:08:14 Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:08:15 ---> Running in f84e9f48b130 10:08:16 Removing intermediate container e790178daf5f 10:08:16 ---> a9f1dd8d3780 10:08:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:08:16 ---> 445457e7cda2 10:08:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:08:16 ---> Running in 8dfebb5cb9fc 10:08:16 Removing intermediate container f84e9f48b130 10:08:16 ---> ff82844e84c9 10:08:16 Step 23/23 : LABEL version=0.0.0 10:08:16 ---> Running in 0010db92f86d 10:08:16 Removing intermediate container 8dfebb5cb9fc 10:08:16 ---> 255fe9c96b71 10:08:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:17 ---> Running in fb9965feca03 10:08:17 ---> 5e90290a6e9f 10:08:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:08:17 Removing intermediate container 0010db92f86d 10:08:17 ---> ad143067162d 10:08:17 10:08:17 Removing intermediate container fb9965feca03 10:08:17 ---> da9ea6c1bb21 10:08:17 Step 24/26 : LABEL arch=x86_64 10:08:17 Successfully built ad143067162d 10:08:17 Successfully tagged docker-core-metadata-go:latest 10:08:17  Building docker-core-metadata-go ... done  ---> Running in 4da73e5c7af0 10:08:17 ---> 563f61fbd17d 10:08:17 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/ 10:08:17 ---> Running in 369b161621fd 10:08:17 Removing intermediate container 4da73e5c7af0 10:08:17 ---> b1b2fe2f59de 10:08:17 Step 25/26 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:08:18 ---> Running in 922cb9bf3d86 10:08:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.489s coverage: 82.6% of statements 10:08:19 Removing intermediate container 922cb9bf3d86 10:08:19 ---> 6401baed3eb4 10:08:19 Step 26/26 : LABEL version=0.0.0 10:08:19 ---> Running in 6832f0c9f919 10:08:19 Removing intermediate container 6832f0c9f919 10:08:19 ---> 2c82ba7af25c 10:08:19 10:08:19 Successfully built 2c82ba7af25c 10:08:19 Successfully tagged docker-sys-mgmt-agent-go:latest 10:08:20  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 369b161621fd 10:08:20 ---> c22cf0442513 10:08:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:08:20 ---> Running in c3cb30f9c388 10:08:20 Removing intermediate container c3cb30f9c388 10:08:20 ---> c31ac78335c6 10:08:20 Step 22/24 : LABEL arch=x86_64 10:08:20 ---> Running in f5ce62e152c4 10:08:21 Removing intermediate container f5ce62e152c4 10:08:21 ---> bcd9d6118ef8 10:08:21 Step 23/24 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:08:21 ---> Running in 134efa025ad5 10:08:21 Removing intermediate container 134efa025ad5 10:08:21 ---> 7088899de037 10:08:21 Step 24/24 : LABEL version=0.0.0 10:08:21 ---> Running in c32679900913 10:08:21 Removing intermediate container c32679900913 10:08:21 ---> 3a08f0154469 10:08:21 10:08:21 Successfully built 3a08f0154469 10:08:22 Successfully tagged docker-security-secretstore-setup-go:latest 10:08:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container 08016113911b 10:08:26 ---> 107926c8e3e6 10:08:26 10:08:26 Step 10/22 : FROM alpine:3.12 10:08:26 ---> 88dd2752d2ea 10:08:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:08:26 ---> Using cache 10:08:26 ---> bb7be9b564f4 10:08:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:08:26 ---> Using cache 10:08:26 ---> 8bee32b55f22 10:08:26 Step 13/22 : ENV APP_PORT=48085 10:08:26 ---> Running in 69412a311329 10:08:27 Removing intermediate container 69412a311329 10:08:27 ---> a6e565a80f90 10:08:27 Step 14/22 : EXPOSE $APP_PORT 10:08:27 ---> Running in ab33ffe404fb 10:08:27 Removing intermediate container ab33ffe404fb 10:08:27 ---> fe233528d83c 10:08:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.179s coverage: 92.9% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 75.5% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.191s coverage: 84.6% of statements 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.571s coverage: 64.4% of statements 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:08:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 10:08:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 10:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 10:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.111s coverage: 100.0% of statements 10:08:29 ---> 2da4848ef378 10:08:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:08:29 Removing intermediate container 2c9a42ac995e 10:08:29 ---> 3b739b3cac05 10:08:29 10:08:29 Step 10/23 : FROM alpine:3.12 10:08:29 ---> 88dd2752d2ea 10:08:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:08:29 ---> Running in aaa2a56488b0 10:08:30 Removing intermediate container aaa2a56488b0 10:08:30 ---> ec6ac578a787 10:08:30 Step 12/23 : ENV APP_PORT=48080 10:08:30 ---> Running in 9d5d1ad54382 10:08:30 ---> 4f2d04b2a1bd 10:08:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:08:30 Removing intermediate container 9d5d1ad54382 10:08:30 ---> 15c5f7630786 10:08:30 Step 13/23 : EXPOSE $APP_PORT 10:08:30 ---> Running in 96dea9072c13 10:08:30 ---> 70ba21a42087 10:08:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:08:30 ---> Running in bcf189b74579 10:08:30 Removing intermediate container 96dea9072c13 10:08:30 ---> 4e3fbb2d43ee 10:08:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:08:30 ---> Running in 1909dd394c1c 10:08:30 Removing intermediate container bcf189b74579 10:08:30 ---> 03ebd95b465f 10:08:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:30 ---> Running in 894eb631e69f 10:08:31 Removing intermediate container 894eb631e69f 10:08:31 ---> 18a29fdf9a6e 10:08:31 Step 20/22 : LABEL arch=x86_64 10:08:31 ---> Running in 018b805f9d82 10:08:31 Removing intermediate container 018b805f9d82 10:08:31 ---> 83fc173d053f 10:08:31 Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:08:31 ---> Running in 18972c20eaa8 10:08:31 Removing intermediate container 18972c20eaa8 10:08:31 ---> 252396abba58 10:08:31 Step 22/22 : LABEL version=0.0.0 10:08:31 ---> Running in e1c97238be09 10:08:31 Removing intermediate container 1909dd394c1c 10:08:31 ---> bf0297343191 10:08:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:08:31 ---> Running in e58cd0e00b5a 10:08:32 Removing intermediate container e1c97238be09 10:08:32 ---> dffc3369915a 10:08:32 10:08:32 Successfully built dffc3369915a 10:08:32 Successfully tagged docker-support-scheduler-go:latest 10:08:32  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:08:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 69.0% of statements 10:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:08:34 (1/6) Installing dumb-init (1.2.2-r1) 10:08:35 (2/6) Installing libgcc (9.3.0-r2) 10:08:35 (3/6) Installing libsodium (1.0.18-r0) 10:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.495s coverage: 38.4% of statements 10:08:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:08:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements 10:08:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:08:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 10:08:35 (4/6) Installing libstdc++ (9.3.0-r2) 10:08:35 (5/6) Installing libzmq (4.3.3-r0) 10:08:36 (6/6) Installing zeromq (4.3.3-r0) 10:08:36 Executing busybox-1.31.1-r19.trigger 10:08:36 OK: 8 MiB in 20 packages 10:08:36 Removing intermediate container e58cd0e00b5a 10:08:36 ---> 1df66bd2ffba 10:08:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:08:36 ---> e61568b59da6 10:08:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:08:37 ---> ccac766dd410 10:08:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:08:37 ---> ede9d8c927f9 10:08:37 Step 19/23 : ENTRYPOINT ["/core-data"] 10:08:37 ---> Running in e54abf4840e8 10:08:38 Removing intermediate container e54abf4840e8 10:08:38 ---> c7579b027397 10:08:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:08:38 ---> Running in a6bde5dd32c8 10:08:38 Removing intermediate container a6bde5dd32c8 10:08:38 ---> 6abea6a725f8 10:08:38 Step 21/23 : LABEL arch=x86_64 10:08:38 ---> Running in b13ff4a7e915 10:08:38 Removing intermediate container b13ff4a7e915 10:08:38 ---> abd5bd420cea 10:08:38 Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:08:38 ---> Running in d2481e03e66b 10:08:38 Removing intermediate container d2481e03e66b 10:08:38 ---> b41546e5ef0c 10:08:38 Step 23/23 : LABEL version=0.0.0 10:08:38 ---> Running in 94790546f0f0 10:08:38 Removing intermediate container 94790546f0f0 10:08:38 ---> f59e3a129cac 10:08:38 10:08:38 Successfully built f59e3a129cac 10:08:38 Successfully tagged docker-core-data-go:latest 10:08:39  Building docker-core-data-go ... done  [Pipeline] } 10:08:39 $ docker stop --time=1 3474530994ca32988bb9697fe11a577031ab1763ebb7dccf361ce640100723b0 10:08:40 $ docker rm -f 3474530994ca32988bb9697fe11a577031ab1763ebb7dccf361ce640100723b0 [Pipeline] // withDockerContainer [Pipeline] sh 10:08:41 + docker images 10:08:41 + grep docker 10:08:41 docker-core-data-go latest f59e3a129cac 3 seconds ago 22.7MB 10:08:41 docker-support-scheduler-go latest dffc3369915a 10 seconds ago 17.4MB 10:08:41 docker-security-secretstore-setup-go latest 3a08f0154469 20 seconds ago 25.7MB 10:08:41 docker-sys-mgmt-agent-go latest 2c82ba7af25c 22 seconds ago 314MB 10:08:41 docker-core-metadata-go latest ad143067162d 25 seconds ago 19MB 10:08:41 docker-security-bootstrapper-go latest 94be1d568360 About a minute ago 18.9MB 10:08:41 docker-support-notifications-go latest 7dd4f089e41f About a minute ago 17.9MB 10:08:41 docker-core-command-go latest 797bf04a3fde About a minute ago 17.3MB 10:08:41 docker-security-proxy-setup-go latest f4b28b9f1587 About a minute ago 25.4MB 10:08:41 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } 10:08:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.0% of statements 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:08:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:08:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:08:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.413s coverage: 87.1% of statements 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:08:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [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 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.234s coverage: 29.1% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.250s coverage: 99.0% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.181s coverage: 100.0% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.262s coverage: 94.0% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:08:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 32.1% of statements 10:08:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 10:08:51 GO111MODULE=on go vet ./... 10:08:58 Still waiting to schedule task 10:08:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 10:10:13 gofmt -l . 10:10:13 [ "`gofmt -l .`" = "" ] 10:10:13 ./bin/test-go-mod-tidy.sh 10:10:13 ./bin/test-attribution-txt.sh [Pipeline] sh 10:10:15 + ls -al . 10:10:15 total 804 10:10:15 drwxrwxr-x 9 1001 1001 4096 Mar 25 10:10 . 10:10:15 drwxr-xr-x 4 root root 4096 Mar 25 10:05 .. 10:10:15 -rw-rw-r-- 1 1001 1001 11 Mar 25 10:04 .dockerignore 10:10:15 drwxrwxr-x 8 1001 1001 4096 Mar 25 10:04 .git 10:10:15 drwxrwxr-x 3 1001 1001 4096 Mar 25 10:04 .github 10:10:15 -rw-rw-r-- 1 1001 1001 818 Mar 25 10:04 .gitignore 10:10:15 -rw-rw-r-- 1 1001 1001 166 Mar 25 10:04 .sonarcloud.properties 10:10:15 -rw-rw-r-- 1 1001 1001 8607 Mar 25 10:04 Attribution.txt 10:10:15 -rw-rw-r-- 1 1001 1001 3804 Mar 25 10:04 CONTRIBUTING.md 10:10:15 -rw-rw-r-- 1 1001 1001 931 Mar 25 10:04 Dockerfile.build 10:10:15 -rw-rw-r-- 1 1001 1001 863 Mar 25 10:04 Jenkinsfile 10:10:15 -rw-rw-r-- 1 1001 1001 10775 Mar 25 10:04 LICENSE 10:10:15 -rw-rw-r-- 1 1001 1001 5774 Mar 25 10:04 Makefile 10:10:15 -rw-rw-r-- 1 1001 1001 6548 Mar 25 10:04 README.md 10:10:15 -rw-rw-r-- 1 1001 1001 6755 Mar 25 10:04 SECURITY.md 10:10:15 -rw-rw-r-- 1 1001 1001 5 Mar 25 10:00 VERSION 10:10:15 -rw-rw-r-- 1 1001 1001 4131 Mar 25 10:04 ZMQWindows.md 10:10:15 drwxrwxr-x 2 1001 1001 4096 Mar 25 10:04 bin 10:10:15 drwxrwxr-x 14 1001 1001 4096 Mar 25 10:04 cmd 10:10:15 -rw-r--r-- 1 root root 666600 Mar 25 10:08 coverage.out 10:10:15 -rw-r--r-- 1 root root 1056 Mar 25 10:10 go.mod 10:10:15 -rw-r--r-- 1 root root 22530 Mar 25 10:10 go.sum 10:10:15 drwxrwxr-x 8 1001 1001 4096 Mar 25 10:04 internal 10:10:15 drwxrwxr-x 4 1001 1001 4096 Mar 25 10:04 openapi 10:10:15 drwxrwxr-x 4 1001 1001 4096 Mar 25 10:04 snap 10:10:15 -rw-rw-r-- 1 1001 1001 168 Mar 25 10:04 version.go [Pipeline] sh 10:10:16 + '[' -e coverage.out ] 10:10:16 + chown 1001:1001 coverage.out [Pipeline] stash 10:10:16 Warning: overwriting stash ‘coverage-report’ 10:10:17 Stashed 1 file(s) [Pipeline] sh 10:10:18 + make build 10:10:18 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 10:10:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:10:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:10:56 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 10:10:57 Running on prd-ubuntu18.04-docker-8c-8g-31370 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws 10:10:57 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 10:10:59 using credential edgex-jenkins-ssh 10:10:59 Cloning the remote Git repository 10:10:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:10:59 > git init /w/workspace/edgex-go/3 # timeout=10 10:10:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:10:59 > git --version # timeout=10 10:10:59 > git --version # 'git version 2.17.1' 10:10:59 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:02 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 10:11:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:11:05 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit d224582090d89f2ec4a6e31743260213d3b067ba 10:11:05 Merge succeeded, producing d224582090d89f2ec4a6e31743260213d3b067ba 10:11:05 Checking out Revision d224582090d89f2ec4a6e31743260213d3b067ba (PR-3295) 10:11:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:11:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:11:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:11:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:11:04 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:11:05 > git config core.sparsecheckout # timeout=10 10:11:05 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 10:11:05 > git remote # timeout=10 10:11:05 > git config --get remote.origin.url # timeout=10 10:11:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:11:05 > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 10:11:05 > git rev-parse HEAD^{commit} # timeout=10 10:11:05 > git config core.sparsecheckout # timeout=10 10:11:05 > git checkout -f d224582090d89f2ec4a6e31743260213d3b067ba # timeout=10 10:11:08 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 10:11:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:10 + echo snap-build.sh 10:11:10 snap-build.sh 10:11:10 + SNAP_BASE_DIR=. 10:11:10 + '[' '!' -z /w/workspace/edgex-go/3 ']' 10:11:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 10:11:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 10:11:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 10:11:10 + cd /w/workspace/edgex-go/3 10:11:10 + sudo apt-get remove -qy --purge lxd lxd-client 10:11:10 Reading package lists... 10:11:10 Building dependency tree... 10:11:10 Reading state information... 10:11:10 The following packages were automatically installed and are no longer required: 10:11:10 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:11:10 uidmap xdelta3 10:11:10 Use 'sudo apt autoremove' to remove them. 10:11:10 The following packages will be REMOVED: 10:11:10 lxd* lxd-client* 10:11:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:11:10 After this operation, 31.7 MB disk space will be freed. 10:11:11 (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.) 10:11:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:11:12 Removing lxd dnsmasq configuration 10:11:12 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:11:12 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:11:13 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:11:13 (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.) 10:11:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:11:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:11:15 Processing triggers for systemd (237-3ubuntu10.42) ... 10:11:15 Processing triggers for ureadahead (0.100.0-21) ... 10:11:16 + sudo snap remove --purge lxd 10:11:16 snap "lxd" is not installed 10:11:16 + sudo groupadd --force --system lxd 10:11:16 ++ whoami 10:11:16 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:11:16 + newgrp - lxd 10:11:16 + sudo snap install lxd 10:11:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:11:23 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 10:11:26 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 10:11:26 2021-03-25T10:11:24Z INFO Waiting for automatic snapd restart... 10:11:30 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] } 10:11:36 $ docker stop --time=1 49dc0dfd73b3ccf919031ed2e7572afb817ee2bfd03a0b39b845ae39117f01d3 10:11:38 $ docker rm -f 49dc0dfd73b3ccf919031ed2e7572afb817ee2bfd03a0b39b845ae39117f01d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:11:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:11:41 10:11:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:11:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:11:42 latest: Pulling from edgex-devops/edgex-compose-arm64 10:11:42 29e5d40040c1: Pulling fs layer 10:11:42 1ce36da41761: Pulling fs layer 10:11:42 25b303627fd3: Pulling fs layer 10:11:42 29e5d40040c1: Verifying Checksum 10:11:42 29e5d40040c1: Download complete 10:11:43 1ce36da41761: Verifying Checksum 10:11:43 1ce36da41761: Download complete 10:11:43 29e5d40040c1: Pull complete 10:11:44 1ce36da41761: Pull complete 10:11:44 25b303627fd3: Verifying Checksum 10:11:44 25b303627fd3: Download complete 10:11:45 lxd 4.12 from Canonical* installed 10:11:45 + sudo lxd init --auto 10:11:51 + sudo snap install --classic snapcraft 10:11:55 25b303627fd3: Pull complete 10:11:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:11:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:11:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:11:55 prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container 10:11:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:11:58 $ docker top 2ee9ece5e355c3c64536d2f050a608aabb133d45f0f9018666a3b12d780705ce -eo pid,comm [Pipeline] { [Pipeline] sh 10:11:59 + + grepdocker-compose parallel build 10:11:59 --help 10:12:02 --parallel Build images in parallel. [Pipeline] } 10:12:03 $ docker stop --time=1 2ee9ece5e355c3c64536d2f050a608aabb133d45f0f9018666a3b12d780705ce 10:12:05 $ docker rm -f 2ee9ece5e355c3c64536d2f050a608aabb133d45f0f9018666a3b12d780705ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:12:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:12:06 . [Pipeline] withDockerContainer 10:12:06 prd-ubuntu18.04-docker-arm64-4c-16g-31367 does not seem to be running inside a container 10:12:06 snapcraft 4.5.4 from Canonical* installed 10:12:06 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 10:12:06 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 10:12:06 % Total % Received % Xferd Average Speed Time Time Time Current 10:12:06 Dload Upload Total Spent Left Speed 10:12:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4415 0 --:--:-- --:--:-- --:--:-- 4415 10:12:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 4340k 0 --:--:-- --:--:-- --:--:-- 7954k 10:12:06 ./yq_linux_amd64 10:12:06 + sudo snapcraft prime --use-lxd 10:12:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:12:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:12:07 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: 10:12:07 - README.md 10:12:07 10:12:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:12:08 $ docker top 6ee2773ea1148140e9a9b26b6d444e162653e5f8e029707ade55535dc228f4bb -eo pid,comm 10:12:08 Launching a container. [Pipeline] { [Pipeline] sh 10:12:09 + docker-compose -f ./docker-compose-build.yml build --parallel 10:12:13 Building docker-core-command-go ... 10:12:13 Building docker-core-data-go ... 10:12:13 Building docker-core-metadata-go ... 10:12:13 Building docker-security-bootstrapper-go ... 10:12:13 Building docker-security-proxy-setup-go ... 10:12:13 Building docker-security-secretstore-setup-go ... 10:12:13 Building docker-support-notifications-go ... 10:12:13 Building docker-support-scheduler-go ... 10:12:13 Building docker-sys-mgmt-agent-go ... 10:12:13 Building docker-security-secretstore-setup-go 10:12:13 Building docker-sys-mgmt-agent-go 10:12:13 Building docker-security-proxy-setup-go 10:12:13 Building docker-support-scheduler-go 10:12:13 Building docker-core-metadata-go 10:12:26 Waiting for container to be ready 10:12:26 To start your first instance, try: lxc launch ubuntu:18.04 10:12:26 10:12:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:12:27 Waiting for network to be ready... 10:12:27 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:12:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:12:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 10:12:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:12:28 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:12:28 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:12:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:12:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:12:28 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:12:28 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:12:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:12:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 10:12:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 10:12:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 10:12:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 10:12:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 10:12:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 10:12:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 10:12:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:12:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 10:12:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 10:12:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 10:12:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 10:12:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 10:12:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 10:12:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 10:12:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 10:12:33 Fetched 24.2 MB in 5s (4433 kB/s) 10:12:33 Reading package lists... 10:12:34 Reading package lists... 10:12:34 Building dependency tree... 10:12:34 Reading state information... 10:12:34 The following additional packages will be installed: 10:12:34 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:12:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:12:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:12:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:12:34 Suggested packages: 10:12:34 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:12:34 Recommended packages: 10:12:34 gnupg libsasl2-modules 10:12:34 The following NEW packages will be installed: 10:12:34 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:12:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:12:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:12:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:12:34 The following packages will be upgraded: 10:12:34 gpg gpg-agent gpgconf libudev1 10:12:34 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 10:12:34 Need to get 3530 kB of archives. 10:12:34 After this operation, 13.3 MB of additional disk space will be used. 10:12:34 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] 10:12:34 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] 10:12:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 10:12:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 10:12:34 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 10:12:35 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 10:12:35 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:12:35 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:12:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 10:12:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 10:12:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 10:12:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:12:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:12:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:12:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:12:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:12:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:12:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:12:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:12:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:12:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:12:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 10:12:35 debconf: delaying package configuration, since apt-utils is not installed 10:12:35 Fetched 3530 kB in 1s (3438 kB/s) 10:12:36 (Reading database ... 12511 files and directories currently installed.) 10:12:36 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 10:12:36 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 10:12:36 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 10:12:36 Selecting previously unselected package udev. 10:12:36 (Reading database ... 12511 files and directories currently installed.) 10:12:36 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 10:12:36 Unpacking udev (237-3ubuntu10.45) ... 10:12:36 Selecting previously unselected package libfuse2:amd64. 10:12:36 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:12:36 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:12:36 Selecting previously unselected package fuse. 10:12:36 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:12:36 Unpacking fuse (2.9.7-1ubuntu1) ... 10:12:36 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 10:12:36 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:12:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 10:12:36 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:12:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 10:12:37 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:12:37 Selecting previously unselected package libksba8:amd64. 10:12:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:12:37 Unpacking libksba8:amd64 (1.3.5-2) ... 10:12:37 Selecting previously unselected package libroken18-heimdal:amd64. 10:12:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:12:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:12:37 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:12:37 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libwind0-heimdal:amd64. 10:12:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:12:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:12:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:12:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:12:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:12:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:38 Selecting previously unselected package libsasl2-modules-db:amd64. 10:12:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:12:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:12:38 Selecting previously unselected package libsasl2-2:amd64. 10:12:38 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:12:38 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:12:38 Selecting previously unselected package libldap-common. 10:12:38 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 10:12:38 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 10:12:38 Selecting previously unselected package libldap-2.4-2:amd64. 10:12:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 10:12:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 10:12:38 Selecting previously unselected package dirmngr. 10:12:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 10:12:38 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 10:12:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 10:12:38 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 10:12:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:12:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:12:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:12:38 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 10:12:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:38 Setting up libksba8:amd64 (1.3.5-2) ... 10:12:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:12:38 Setting up udev (237-3ubuntu10.45) ... 10:12:39 invoke-rc.d: policy-rc.d denied execution of start. 10:12:39 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Processing triggers for systemd (237-3ubuntu10) ... 10:12:39 Setting up fuse (2.9.7-1ubuntu1) ... 10:12:39 Setting up gpg (2.2.4-1ubuntu1.4) ... 10:12:39 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:12:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 10:12:39 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 10:12:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:12:40 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:12:40 settings in the [Install] section, and DefaultInstance for template units). 10:12:40 This means they are not meant to be enabled using systemctl. 10:12:40 Possible reasons for having this kind of units are: 10:12:40 1) A unit may be statically enabled by being symlinked from another unit's 10:12:40 .wants/ or .requires/ directory. 10:12:40 2) A unit's purpose may be to act as a helper for some other unit which has 10:12:40 a requirement dependency on it. 10:12:40 3) A unit may be started when needed via activation (socket, path, timer, 10:12:40 D-Bus, udev, scripted systemctl call, ...). 10:12:40 4) In case of template units, the unit is meant to be enabled with some 10:12:40 instance name specified. 10:12:40 Reading package lists... 10:12:40 Building dependency tree... 10:12:40 Reading state information... 10:12:40 The following additional packages will be installed: 10:12:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:12:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:12:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:12:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:12:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:12:40 Suggested packages: 10:12:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:12:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:12:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:12:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:12:40 systemd-container policykit-1 10:12:40 Recommended packages: 10:12:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:12:40 The following NEW packages will be installed: 10:12:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:12:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:12:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:12:40 multiarch-support openssh-client python3 python3-minimal python3.6 10:12:40 python3.6-minimal snapd squashfs-tools sudo 10:12:40 The following packages will be upgraded: 10:12:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:12:41 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 10:12:41 Need to get 35.2 MB of archives. 10:12:41 After this operation, 141 MB of additional disk space will be used. 10:12:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 10:12:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 10:12:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 10:12:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 10:12:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 10:12:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:12:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 10:12:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 10:12:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 10:12:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:12:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 10:12:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:12:42 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 10:12:42 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:12:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:12:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:12:42 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:12:42 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:12:42 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 10:12:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:12:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:12:42 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:12:42 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:12:42 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:12:42 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:12:42 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:12:42 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 10:12:42 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:12:42 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 10:12:42 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:12:44 debconf: delaying package configuration, since apt-utils is not installed 10:12:44 Fetched 35.2 MB in 3s (12.8 MB/s) 10:12:44 (Reading database ... 12757 files and directories currently installed.) 10:12:44 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 10:12:44 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 10:12:44 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 10:12:44 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 10:12:44 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 10:12:44 (Reading database ... 12757 files and directories currently installed.) 10:12:44 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 10:12:44 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 10:12:44 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 10:12:45 (Reading database ... 12757 files and directories currently installed.) 10:12:45 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 10:12:45 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 10:12:45 Setting up apt (1.6.12ubuntu0.2) ... 10:12:45 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:12:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:12:46 (Reading database ... 12764 files and directories currently installed.) 10:12:46 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 10:12:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 10:12:46 Selecting previously unselected package libpython3.6-minimal:amd64. 10:12:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:12:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:12:46 Selecting previously unselected package libexpat1:amd64. 10:12:46 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:12:46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:12:47 Selecting previously unselected package python3.6-minimal. 10:12:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:12:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 10:12:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 10:12:47 Checking for services that may need to be restarted...done. 10:12:47 Checking for services that may need to be restarted...done. 10:12:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:12:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:12:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 10:12:47 Selecting previously unselected package python3-minimal. 10:12:47 (Reading database ... 13012 files and directories currently installed.) 10:12:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:12:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:12:48 Selecting previously unselected package mime-support. 10:12:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:12:48 Unpacking mime-support (3.60ubuntu1) ... 10:12:48 Selecting previously unselected package libmpdec2:amd64. 10:12:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:12:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:12:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:12:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:12:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:12:48 Selecting previously unselected package python3.6. 10:12:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:12:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 10:12:48 Selecting previously unselected package libpython3-stdlib:amd64. 10:12:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:12:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:12:48 Setting up python3-minimal (3.6.7-1~18.04) ... 10:12:49 Selecting previously unselected package python3. 10:12:49 (Reading database ... 13442 files and directories currently installed.) 10:12:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:12:49 Unpacking python3 (3.6.7-1~18.04) ... 10:12:49 Selecting previously unselected package multiarch-support. 10:12:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 10:12:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 10:12:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 10:12:49 Selecting previously unselected package liblzo2-2:amd64. 10:12:49 (Reading database ... 13479 files and directories currently installed.) 10:12:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:12:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:12:49 Selecting previously unselected package libbsd0:amd64. 10:12:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:12:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:12:49 Selecting previously unselected package sudo. 10:12:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 10:12:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 10:12:49 Selecting previously unselected package apparmor. 10:12:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:12:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:12:49 Selecting previously unselected package libedit2:amd64. 10:12:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:12:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:12:49 Selecting previously unselected package libkrb5support0:amd64. 10:12:49 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:12:49 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:12:50 Selecting previously unselected package libk5crypto3:amd64. 10:12:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:12:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:12:50 Selecting previously unselected package libkeyutils1:amd64. 10:12:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:12:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:12:50 Selecting previously unselected package libkrb5-3:amd64. 10:12:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:12:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:12:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:12:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:12:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:12:51 Selecting previously unselected package libssl1.0.0:amd64. 10:12:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 10:12:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 10:12:51 Selecting previously unselected package openssh-client. 10:12:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:12:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:12:51 Selecting previously unselected package squashfs-tools. 10:12:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:12:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:12:51 Selecting previously unselected package snapd. 10:12:51 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 10:12:51 Unpacking snapd (2.48.3+18.04) ... 10:12:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:12:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 10:12:54 Setting up mime-support (3.60ubuntu1) ... 10:12:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 10:12:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:12:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:12:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:12:54 Setting up systemd (237-3ubuntu10.45) ... 10:12:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:12:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:12:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:12:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:12:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:12:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:12:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 10:12:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:12:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:12:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:12:56 Setting up python3 (3.6.7-1~18.04) ... 10:12:56 running python rtupdate hooks for python3.6... 10:12:56 running python post-rtupdate hooks for python3.6... 10:12:56 Setting up apparmor (2.12-4ubuntu5.1) ... 10:12:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:12:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:12:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:12:58 Setting up snapd (2.48.3+18.04) ... 10:12:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:12:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:12:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:12:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:12:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:12:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:12:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:13:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:13:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:13:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:13:00 /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' 10:13:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:13:00 Processing triggers for systemd (237-3ubuntu10.45) ... 10:13:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:13:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:13:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:13:03 Reading package lists... 10:13:03 Reading package lists... 10:13:03 Building dependency tree... 10:13:03 Reading state information... 10:13:03 Calculating upgrade... 10:13:03 The following packages will be upgraded: 10:13:03 advancecomp base-files bash binutils binutils-common 10:13:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:13:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:13:03 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 10:13:03 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 10:13:03 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 10:13:03 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 10:13:03 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 10:13:03 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 10:13:03 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 10:13:03 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 10:13:03 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 10:13:03 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 10:13:03 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 10:13:03 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:13:03 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:13:03 Need to get 63.8 MB of archives. 10:13:03 After this operation, 5208 kB of additional disk space will be used. 10:13:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 10:13:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:13:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:13:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:13:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:13:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:13:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:13:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:13:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:13:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:13:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:13:03 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 10:13:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:13:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:13:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 10:13:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:13:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:13:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:13:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:13:03 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:13:03 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:13:03 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:13:03 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:13:03 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:13:03 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:13:03 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:13:03 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:13:03 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:13:03 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:13:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:13:03 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:13:03 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:13:03 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:13:03 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:13:03 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:13:03 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 10:13:03 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:13:03 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 10:13:03 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 10:13:03 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 10:13:04 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 10:13:04 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:13:04 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:13:04 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:13:04 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 10:13:04 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:13:04 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:13:04 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 10:13:04 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 10:13:04 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 10:13:04 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 10:13:04 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:13:04 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:13:04 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:13:04 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:13:04 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:13:04 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:13:04 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:13:04 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:13:04 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 10:13:04 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 10:13:04 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:13:04 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:13:04 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:13:04 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:13:04 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:13:04 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:13:04 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:13:04 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:13:04 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:13:04 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:13:04 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:13:04 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:13:04 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:13:04 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:13:04 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 10:13:04 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:13:04 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:13:04 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 10:13:05 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 10:13:05 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:13:05 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 10:13:05 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:13:05 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 10:13:05 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:13:05 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:13:05 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 10:13:05 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:13:05 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:13:05 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 10:13:05 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:13:05 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:13:05 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 10:13:05 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:13:05 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:13:05 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:13:05 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:13:05 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:13:05 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:13:05 debconf: delaying package configuration, since apt-utils is not installed 10:13:05 Fetched 63.8 MB in 2s (35.0 MB/s) 10:13:05 (Reading database ... 13912 files and directories currently installed.) 10:13:05 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 10:13:05 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:13:06 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 10:13:06 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:13:06 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 10:13:06 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 10:13:07 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:07 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:07 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:07 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:07 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:07 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:07 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:07 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:08 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:08 (Reading database ... 13911 files and directories currently installed.) 10:13:08 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:08 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:13:08 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:13:08 (Reading database ... 13911 files and directories currently installed.) 10:13:08 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:08 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:08 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:08 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:13:08 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:13:08 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:08 (Reading database ... 13911 files and directories currently installed.) 10:13:08 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 10:13:09 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:13:09 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 10:13:10 (Reading database ... 13911 files and directories currently installed.) 10:13:10 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:13:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:13:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:13:10 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:13:10 Setting up base-files (10.1ubuntu2.10) ... 10:13:10 Installing new version of config file /etc/issue ... 10:13:10 Installing new version of config file /etc/issue.net ... 10:13:10 Installing new version of config file /etc/lsb-release ... 10:13:10 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:13:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:13:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:13:10 Removing obsolete conffile /etc/default/motd-news ... 10:13:10 (Reading database ... 13912 files and directories currently installed.) 10:13:10 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:13:10 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:13:10 Setting up bash (4.4.18-2ubuntu1.2) ... 10:13:10 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 10:13:11 (Reading database ... 13912 files and directories currently installed.) 10:13:11 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:11 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:13:11 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:13:11 (Reading database ... 13912 files and directories currently installed.) 10:13:11 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 10:13:11 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 10:13:11 Setting up tar (1.29b-2ubuntu0.2) ... 10:13:11 (Reading database ... 13912 files and directories currently installed.) 10:13:11 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:13:11 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:13:11 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:13:11 (Reading database ... 13912 files and directories currently installed.) 10:13:11 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:13:12 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:13:12 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:13:12 (Reading database ... 13912 files and directories currently installed.) 10:13:12 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:13:12 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:13:12 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:13:12 (Reading database ... 13912 files and directories currently installed.) 10:13:12 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:13:12 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:13:12 Setting up grep (3.1-2build1) ... 10:13:12 (Reading database ... 13912 files and directories currently installed.) 10:13:12 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:13:12 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:13:12 Setting up login (1:4.5-1ubuntu2) ... 10:13:13 (Reading database ... 13912 files and directories currently installed.) 10:13:13 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:13:13 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:13:13 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:13:13 (Reading database ... 13912 files and directories currently installed.) 10:13:13 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:13:13 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:13:14 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:13:14 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:13:14 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:13:14 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:13:15 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:13:15 (Reading database ... 13912 files and directories currently installed.) 10:13:15 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:13:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:13:16 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:13:16 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:13:16 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:13:16 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:13:16 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:13:16 (Reading database ... 13912 files and directories currently installed.) 10:13:16 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:13:17 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:13:17 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:13:17 (Reading database ... 13912 files and directories currently installed.) 10:13:17 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:13:17 (Reading database ... 13912 files and directories currently installed.) 10:13:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:17 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:17 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:13:17 (Reading database ... 13912 files and directories currently installed.) 10:13:17 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:17 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:13:18 (Reading database ... 13912 files and directories currently installed.) 10:13:18 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:18 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:13:18 (Reading database ... 13912 files and directories currently installed.) 10:13:18 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:13:18 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:13:18 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:13:18 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:13:18 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:13:18 (Reading database ... 13912 files and directories currently installed.) 10:13:18 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:13:18 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:13:18 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:13:19 (Reading database ... 13912 files and directories currently installed.) 10:13:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:19 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:13:19 (Reading database ... 13912 files and directories currently installed.) 10:13:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:19 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:13:19 (Reading database ... 13912 files and directories currently installed.) 10:13:19 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:19 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:19 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:13:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:13:20 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:13:20 (Reading database ... 13912 files and directories currently installed.) 10:13:20 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 10:13:20 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:13:20 Setting up libc-bin (2.27-3ubuntu1.4) ... 10:13:20 (Reading database ... 13912 files and directories currently installed.) 10:13:20 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:13:20 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:13:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:13:21 (Reading database ... 13914 files and directories currently installed.) 10:13:21 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:13:21 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:13:21 Setting up debconf (1.5.66ubuntu1) ... 10:13:21 (Reading database ... 13914 files and directories currently installed.) 10:13:21 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 10:13:21 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:13:21 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 10:13:22 (Reading database ... 13914 files and directories currently installed.) 10:13:22 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 10:13:22 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:13:22 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 10:13:22 (Reading database ... 13914 files and directories currently installed.) 10:13:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:13:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:13:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:13:22 (Reading database ... 13914 files and directories currently installed.) 10:13:22 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:13:22 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:13:22 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:13:22 (Reading database ... 13914 files and directories currently installed.) 10:13:22 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:13:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:13:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:13:23 (Reading database ... 13914 files and directories currently installed.) 10:13:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:13:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:13:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 10:13:23 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 10:13:23 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:13:23 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:13:23 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:13:23 (Reading database ... 13914 files and directories currently installed.) 10:13:23 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:13:23 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:13:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:13:24 (Reading database ... 13914 files and directories currently installed.) 10:13:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:13:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:13:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:13:24 (Reading database ... 13914 files and directories currently installed.) 10:13:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:13:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:13:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:13:24 (Reading database ... 13914 files and directories currently installed.) 10:13:24 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 10:13:24 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 10:13:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 10:13:24 (Reading database ... 13914 files and directories currently installed.) 10:13:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:13:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:13:25 Setting up passwd (1:4.5-1ubuntu2) ... 10:13:25 (Reading database ... 13914 files and directories currently installed.) 10:13:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 10:13:25 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:13:25 Setting up gpgv (2.2.4-1ubuntu1.4) ... 10:13:25 (Reading database ... 13914 files and directories currently installed.) 10:13:25 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:13:25 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:13:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:13:26 (Reading database ... 13914 files and directories currently installed.) 10:13:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:13:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:13:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:13:26 (Reading database ... 13914 files and directories currently installed.) 10:13:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 10:13:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 10:13:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 10:13:26 (Reading database ... 13914 files and directories currently installed.) 10:13:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:13:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:13:26 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:13:26 (Reading database ... 13914 files and directories currently installed.) 10:13:26 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 10:13:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 10:13:27 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 10:13:27 (Reading database ... 13914 files and directories currently installed.) 10:13:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 10:13:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 10:13:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 10:13:27 (Reading database ... 13915 files and directories currently installed.) 10:13:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:13:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:13:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:13:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:13:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 10:13:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 10:13:28 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 10:13:28 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 10:13:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:13:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:13:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:13:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:13:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:13:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:13:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:13:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:13:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:13:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:13:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:13:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:13:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:13:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:13:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 10:13:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 10:13:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:13:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:13:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:13:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:13:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:13:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:13:31 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:13:31 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:13:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:13:31 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:13:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:13:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:13:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:13:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:13:35 ---> 7b496c28c9d4 10:13:35 Step 3/22 : WORKDIR /edgex-go 10:13:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:13:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:13:35 ---> 7b496c28c9d4 10:13:35 Step 3/23 : WORKDIR /edgex-go 10:13:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:13:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:13:35 ---> 7b496c28c9d4 10:13:35 Step 3/24 : WORKDIR /edgex-go 10:13:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:13:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:13:35 ---> 7b496c28c9d4 10:13:35 Step 3/26 : WORKDIR /edgex-go 10:13:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:13:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:13:35 ---> 7b496c28c9d4 10:13:35 Step 3/21 : WORKDIR /edgex-go 10:13:35 ---> Running in 872cf08aa1e3 10:13:35 ---> Running in 6a5dfc03c1bb 10:13:35 ---> Running in 932e7be799e3 10:13:35 ---> Running in 58a886b3cb59 10:13:35 ---> Running in 509b993c4378 10:13:35 Removing intermediate container 932e7be799e3 10:13:35 ---> a65677e11c4c 10:13:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:13:35 Removing intermediate container 58a886b3cb59 10:13:35 ---> 7e6e71d4ec09 10:13:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:13:35 Removing intermediate container 6a5dfc03c1bb 10:13:35 ---> c564b7bc2816 10:13:35 Removing intermediate container 509b993c4378 10:13:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 3007d853a395 10:13:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:13:35 Removing intermediate container 872cf08aa1e3 10:13:35 ---> f138b4bbb57b 10:13:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:13:35 10:13:35 ---> Running in 2e5554f57697 10:13:35 ---> Running in 09d50029d873 10:13:35 ---> Running in c48013b950ab 10:13:35 ---> Running in 86f5913b248a 10:13:35 ---> Running in efc7995340b5 10:13:35 Removing intermediate container 2e5554f57697 10:13:35 ---> 432bb831454c 10:13:35 Step 5/26 : RUN apk add --update --no-cache make bash git 10:13:35 ---> Running in 85cc7657dfdf 10:13:35 Removing intermediate container efc7995340b5 10:13:35 ---> 78a370f5480d 10:13:35 Step 5/21 : RUN apk add --update --no-cache make git 10:13:35 ---> Running in 1130b39f6b0f 10:13:35 Removing intermediate container c48013b950ab 10:13:35 ---> f2f58af74cd0 10:13:35 Step 5/22 : RUN apk add --update --no-cache make git 10:13:35 ---> Running in 7e5c8f80766b 10:13:35 Removing intermediate container 86f5913b248a 10:13:35 ---> afbd35b59bde 10:13:35 Step 5/23 : RUN apk add --update --no-cache make git 10:13:35 Removing intermediate container 09d50029d873 10:13:35 ---> 15d62d469ebf 10:13:35 Step 5/24 : RUN apk add --update --no-cache make git 10:13:35 ---> Running in a14380d22412 10:13:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:35 ---> Running in 87eb07fa2222 10:13:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:13:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:13:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:13:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:13:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:13:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:13:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:13:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:13:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:13:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:13:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:13:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:13:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:13:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:13:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:13:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:13:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 10:13:37 10:13:37 Current default time zone: 'Etc/UTC' 10:13:37 Local time is now: Thu Mar 25 10:13:37 UTC 2021. 10:13:37 Universal Time is now: Thu Mar 25 10:13:37 UTC 2021. 10:13:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:13:37 10:13:37 Setting up systemd-sysv (237-3ubuntu10.45) ... 10:13:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:37 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 10:13:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:13:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:13:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:13:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:13:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:13:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:13:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:13:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:13:38 OK: 217 MiB in 51 packages 10:13:38 OK: 217 MiB in 51 packages 10:13:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:13:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 10:13:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:38 Setting up patch (2.7.6-2ubuntu1.1) ... 10:13:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:13:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:13:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 10:13:38 Installing new version of config file /etc/ssl/openssl.cnf ... 10:13:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:13:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 10:13:38 Setting up ca-certificates (20210119~18.04.1) ... 10:13:39 OK: 217 MiB in 51 packages 10:13:39 OK: 217 MiB in 51 packages 10:13:39 OK: 217 MiB in 51 packages 10:13:40 Updating certificates in /etc/ssl/certs... 10:13:40 Removing intermediate container 85cc7657dfdf 10:13:40 ---> 519dcb25cdc9 10:13:40 Step 6/26 : COPY go.mod . 10:13:40 Removing intermediate container 1130b39f6b0f 10:13:40 ---> 7d1aad2fa48f 10:13:40 Step 6/21 : COPY go.mod . 10:13:40 23 added, 27 removed; done. 10:13:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 10:13:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:13:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:13:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:13:40 Setting up pkgbinarymangler (138.18.04.1) ... 10:13:40 Removing intermediate container 7e5c8f80766b 10:13:40 ---> ec3778142b32 10:13:40 Step 6/22 : COPY go.mod . 10:13:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:13:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 10:13:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:13:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:13:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:13:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:13:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:13:40 Setting up perl (5.26.1-6ubuntu0.5) ... 10:13:41 Removing intermediate container a14380d22412 10:13:41 ---> 8f3a1b5993bd 10:13:41 Step 6/23 : COPY go.mod . 10:13:41 ---> c00aec362f77 10:13:41 Step 7/26 : RUN go mod download 10:13:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 10:13:41 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:13:41 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:13:41 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 10:13:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:13:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:13:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:13:41 Removing intermediate container 87eb07fa2222 10:13:41 ---> 5a581c079890 10:13:41 Step 6/24 : COPY go.mod . 10:13:41 ---> Running in 4bf9a9821adf 10:13:41 ---> 90a3668ca620 10:13:41 Step 7/21 : RUN go mod download 10:13:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:13:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:13:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:13:41 Processing triggers for systemd (237-3ubuntu10.45) ... 10:13:41 Processing triggers for mime-support (3.60ubuntu1) ... 10:13:41 Processing triggers for ca-certificates (20210119~18.04.1) ... 10:13:41 Updating certificates in /etc/ssl/certs... 10:13:41 ---> Running in d294fc1d8885 10:13:42 ---> 91fafa6206ef 10:13:42 Step 7/22 : RUN go mod download 10:13:42 0 added, 0 removed; done. 10:13:42 Running hooks in /etc/ca-certificates/update.d... 10:13:42 done. 10:13:42 ---> Running in 94796291dde3 10:13:42 ---> c5c5c877129b 10:13:42 Step 7/23 : RUN go mod download 10:13:42 Reading package lists... 10:13:42 Building dependency tree... 10:13:42 Reading state information... 10:13:42 ---> e10744ba6b4c 10:13:42 Step 7/24 : RUN go mod download 10:13:42 The following NEW packages will be installed: 10:13:42 apt-transport-https 10:13:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:13:42 Need to get 1696 B of archives. 10:13:42 After this operation, 153 kB of additional disk space will be used. 10:13:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 10:13:42 ---> Running in 8f73e4f6f03e 10:13:42 ---> Running in 2880373b0289 10:13:43 debconf: delaying package configuration, since apt-utils is not installed 10:13:43 Fetched 1696 B in 0s (9632 B/s) 10:13:43 Selecting previously unselected package apt-transport-https. 10:13:43 (Reading database ... 13920 files and directories currently installed.) 10:13:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 10:13:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 10:13:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 10:13:43 Waiting for network to be ready... 10:13:46 Removing intermediate container 4bf9a9821adf 10:13:46 ---> 2c45fe7e4718 10:13:46 Step 8/26 : COPY . . 10:13:46 Removing intermediate container d294fc1d8885 10:13:46 ---> 9746a18f8102 10:13:46 Step 8/21 : COPY . . 10:13:47 Removing intermediate container 94796291dde3 10:13:47 ---> a5a01b59773f 10:13:47 Step 8/22 : COPY . . 10:13:47 Removing intermediate container 2880373b0289 10:13:47 ---> 8017ef77207f 10:13:47 Step 8/24 : COPY . . 10:13:48 Removing intermediate container 8f73e4f6f03e 10:13:48 ---> b3f601a5a089 10:13:48 Step 8/23 : COPY . . 10:13:49 2021-03-25T10:13:46Z INFO Waiting for automatic snapd restart... 10:13:50 snapd 2.49.1 from Canonical* installed 10:13:51 "snapd" switched to the "latest/stable" channel 10:13:51 10:13:54 core18 20210128 from Canonical* installed 10:13:54 "core18" switched to the "latest/stable" channel 10:13:54 10:13:59 snapcraft 4.5.4 from Canonical* installed 10:13:59 "snapcraft" switched to the "latest/stable" channel 10:13:59 10:14:03 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: 10:14:03 - README.md 10:14:03 10:14:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:14:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:14:09 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:14:09 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:14:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:14:10 Reading package lists... 10:14:11 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.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 10:14:15 ---> 9f72603d5c28 10:14:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:14:15 ---> b33bcd5d623a 10:14:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:14:15 ---> 6245ee3c9ea9 10:14:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:14:15 ---> Running in 6bf42e0a4c6b 10:14:15 ---> 182ecd6d8c8d 10:14:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:14:15 ---> 5df5a571c0e6 10:14:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:14:15 ---> Running in 2da36dc8a94f 10:14:15 ---> Running in 0eef145ca84c 10:14:15 ---> Running in 1c71a04e6ca8 10:14:15 ---> Running in f4b4df3ae2e7 10:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:14:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:14:15 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 10:14:15 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 10:14:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:14:17 Reading package lists... 10:14:17 Building dependency tree... 10:14:17 Reading state information... 10:14:17 Suggested packages: 10:14:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:14:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:14:17 Recommended packages: 10:14:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:14:17 The following NEW packages will be installed: 10:14:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:14:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:14:17 pkg-config zip 10:14:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:14:17 Need to get 7657 kB of archives. 10:14:17 After this operation, 43.8 MB of additional disk space will be used. 10:14:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 10:14:17 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:14:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 10:14:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 10:14:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 10:14:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:14:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:14:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:14:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:14:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:14:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:14:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:14:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:14:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:14:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:14:18 debconf: delaying package configuration, since apt-utils is not installed 10:14:18 Fetched 7657 kB in 1s (10.6 MB/s) 10:14:18 Selecting previously unselected package libglib2.0-0:amd64. 10:14:18 (Reading database ... 13924 files and directories currently installed.) 10:14:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 10:14:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 10:14:18 Selecting previously unselected package libpsl5:amd64. 10:14:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:14:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:14:18 Selecting previously unselected package libnghttp2-14:amd64. 10:14:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:14:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:14:18 Selecting previously unselected package librtmp1:amd64. 10:14:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:14:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:14:18 Selecting previously unselected package libcurl3-gnutls:amd64. 10:14:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 10:14:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:14:19 Selecting previously unselected package liberror-perl. 10:14:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:14:19 Unpacking liberror-perl (0.17025-1) ... 10:14:19 Selecting previously unselected package git-man. 10:14:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 10:14:19 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 10:14:19 Selecting previously unselected package git. 10:14:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 10:14:19 Unpacking git (1:2.17.1-1ubuntu0.8) ... 10:14:20 Selecting previously unselected package libnorm1:amd64. 10:14:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:14:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:14:20 Selecting previously unselected package libpgm-5.2-0:amd64. 10:14:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:14:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:14:20 Selecting previously unselected package libsodium23:amd64. 10:14:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:14:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:14:20 Selecting previously unselected package libzmq5:amd64. 10:14:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:14:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:14:20 Selecting previously unselected package libzmq3-dev:amd64. 10:14:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:14:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:14:20 Selecting previously unselected package pkg-config. 10:14:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:14:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:14:20 Selecting previously unselected package zip. 10:14:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:14:20 Unpacking zip (3.0-11build1) ... 10:14:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:14:21 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 10:14:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:14:21 Setting up liberror-perl (0.17025-1) ... 10:14:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:14:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 10:14:21 No schema files found: doing nothing. 10:14:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:14:21 Setting up zip (3.0-11build1) ... 10:14:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:14:21 Setting up libsodium23:amd64 (1.0.16-2) ... 10:14:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:14:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:14:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:14:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:14:21 Setting up git (1:2.17.1-1ubuntu0.8) ... 10:14:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:14:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:14:28 git set to automatically installed. 10:14:28 git-man set to automatically installed. 10:14:28 libcurl3-gnutls set to automatically installed. 10:14:28 liberror-perl set to automatically installed. 10:14:28 libglib2.0-0 set to automatically installed. 10:14:28 libnghttp2-14 set to automatically installed. 10:14:28 libnorm1 set to automatically installed. 10:14:28 libpgm-5.2-0 set to automatically installed. 10:14:28 libpsl5 set to automatically installed. 10:14:28 librtmp1 set to automatically installed. 10:14:28 libsodium23 set to automatically installed. 10:14:28 libzmq3-dev set to automatically installed. 10:14:28 libzmq5 set to automatically installed. 10:14:28 pkg-config set to automatically installed. 10:14:28 zip set to automatically installed. 10:14:30 snapd is not logged in, snap install commands will use sudo 10:14:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:15:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:15:52 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 10:16:10 Removing intermediate container 6bf42e0a4c6b 10:16:10 ---> d6a77fb5ef68 10:16:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:16:10 ---> Running in 9969679a9700 10:16:10 Removing intermediate container 2da36dc8a94f 10:16:10 ---> d826673c39aa 10:16:10 10:16:10 Step 10/21 : FROM alpine:3.12 10:16:10 Removing intermediate container 1c71a04e6ca8 10:16:10 ---> d89aeeb6de7e 10:16:10 10:16:10 Step 10/24 : FROM alpine:3.12 10:16:10 3.12: Pulling from library/alpine 10:16:10 3.12: Pulling from library/alpine 10:16:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:16:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:16:11 Status: Downloaded newer image for alpine:3.12 10:16:11 ---> d10569e2745f 10:16:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:16:11 Status: Downloaded newer image for alpine:3.12 10:16:11 ---> d10569e2745f 10:16:11 Step 11/21 : RUN apk add --update --no-cache curl 10:16:11 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 10:16:12 ---> Running in d2619260cdfe 10:16:12 ---> Running in bd20fb04320f 10:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:15 Removing intermediate container 0eef145ca84c 10:16:15 ---> c45a20fc2c9b 10:16:15 10:16:15 Step 10/22 : FROM alpine:3.12 10:16:15 ---> d10569e2745f 10:16:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:16:15 (1/4) Installing ca-certificates (20191127-r4) 10:16:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:16:15 (3/4) Installing libcurl (7.69.1-r3) 10:16:15 (4/4) Installing curl (7.69.1-r3) 10:16:15 Executing busybox-1.31.1-r19.trigger 10:16:15 Executing ca-certificates-20191127-r4.trigger 10:16:15 (1/6) Installing ca-certificates (20191127-r4) 10:16:15 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:16:15 (3/6) Installing libcurl (7.69.1-r3) 10:16:15 (4/6) Installing curl (7.69.1-r3) 10:16:15 (5/6) Installing dumb-init (1.2.2-r1) 10:16:15 (6/6) Installing su-exec (0.2-r1) 10:16:15 OK: 7 MiB in 18 packages 10:16:15 Executing busybox-1.31.1-r19.trigger 10:16:15 Executing ca-certificates-20191127-r4.trigger 10:16:15 ---> Running in 3e4df1433683 10:16:16 OK: 7 MiB in 20 packages 10:16:17 Removing intermediate container 9969679a9700 10:16:17 ---> 14b5b1619668 10:16:17 10:16:17 Step 11/26 : FROM docker:20.10.0 10:16:17 20.10.0: Pulling from library/docker 10:16:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:18 (1/1) Installing dumb-init (1.2.2-r1) 10:16:18 Executing busybox-1.31.1-r19.trigger 10:16:19 OK: 5 MiB in 15 packages 10:16:19 Removing intermediate container d2619260cdfe 10:16:19 ---> de38f3f66388 10:16:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:16:19 Removing intermediate container bd20fb04320f 10:16:19 ---> 006e31e7ba15 10:16:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:16:20 ---> Running in 2d9c47b6196f 10:16:20 ---> Running in 42ce10588ce1 10:16:21 Removing intermediate container 2d9c47b6196f 10:16:21 ---> 8a226b5d1c83 10:16:21 Step 13/21 : WORKDIR /edgex 10:16:21 Removing intermediate container 42ce10588ce1 10:16:21 ---> 4039ef843e6c 10:16:21 Step 13/24 : WORKDIR / 10:16:21 ---> Running in 24cb01a32c43 10:16:21 Removing intermediate container 3e4df1433683 10:16:21 ---> 2b8f8f28d0f6 10:16:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:16:21 ---> Running in 91471ad346ae 10:16:22 Removing intermediate container f4b4df3ae2e7 10:16:22 ---> f325a9e90d31 10:16:22 10:16:22 Step 10/23 : FROM alpine:3.12 10:16:22 ---> d10569e2745f 10:16:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:16:22 ---> Using cache 10:16:22 ---> 2b8f8f28d0f6 10:16:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:16:22 ---> Running in d3880cd4ef35 10:16:22 ---> Running in 7e8ac8ab2a19 10:16:22 Removing intermediate container 24cb01a32c43 10:16:22 ---> cb10837f690e 10:16:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:16:23 Removing intermediate container 91471ad346ae 10:16:23 ---> e18bb9fda4e8 10:16:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:16:23 Removing intermediate container d3880cd4ef35 10:16:23 ---> b37f114437ef 10:16:23 Step 13/22 : ENV APP_PORT=48085 10:16:23 Removing intermediate container 7e8ac8ab2a19 10:16:23 ---> d398b25514e9 10:16:23 Step 13/23 : ENV APP_PORT=48081 10:16:23 ---> Running in 49e19821ecf4 10:16:24 ---> Running in e31d1f3eb432 10:16:24 ---> 281ac3768235 10:16:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:16:24 Removing intermediate container 49e19821ecf4 10:16:24 ---> 0fa5a2b9d453 10:16:24 Step 14/22 : EXPOSE $APP_PORT 10:16:24 ---> 7df3f14f19d3 10:16:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:16:25 ---> Running in a2d1293c9586 10:16:25 Removing intermediate container e31d1f3eb432 10:16:25 ---> 08ac7843e3c1 10:16:25 Step 14/23 : EXPOSE $APP_PORT 10:16:25 ---> Running in e7b4a998dcd0 10:16:26 ---> ad9ecbfd9e04 10:16:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:16:26 Removing intermediate container a2d1293c9586 10:16:26 ---> e22a12842ebf 10:16:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:16:26 Removing intermediate container e7b4a998dcd0 10:16:26 ---> 2f647ac265e4 10:16:26 Step 15/23 : WORKDIR / 10:16:26 ---> 5542c52290d0 10:16:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:16:27 ---> Running in c031801c2439 10:16:27 ---> b2de62c9a7d8 10:16:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:16:27 ---> 721943e5f3f6 10:16:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:16:27 Removing intermediate container c031801c2439 10:16:27 ---> 6fddde8b995e 10:16:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:16:28 ---> f0a0c61f0556 10:16:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:16:29 ---> Running in f029dbf01c1b 10:16:29 ---> f04b87c0df98 10:16:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:16:30 ---> 974094871845 10:16:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:16:30 ---> 3063f24c94bc 10:16:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:16:31 Removing intermediate container f029dbf01c1b 10:16:31 ---> 20fca4febab1 10:16:31 Step 18/21 : CMD ["--init=true"] 10:16:31 ---> f63c83c96422 10:16:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:16:31 ---> Running in 61f6cf6eab07 10:16:31 ---> ed9c45e5c056 10:16:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:16:31 ---> Running in e92464fd8efc 10:16:32 Removing intermediate container 61f6cf6eab07 10:16:32 ---> 42b998b5d1c6 10:16:32 Step 19/21 : LABEL arch=arm64 10:16:32 ---> 0a1257c7d95c 10:16:32 ---> ac5402aff7cc 10:16:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:16:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:16:32 ---> Running in a253ef57e18b 10:16:32 ---> Running in 69bbfd9f2040 10:16:32 Removing intermediate container e92464fd8efc 10:16:32 ---> 429d6453db88 10:16:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:16:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:16:32 Status: Downloaded newer image for docker:20.10.0 10:16:32 ---> eeaf43b92773 10:16:32 Step 12/26 : RUN apk add --no-cache bash 10:16:32 ---> Running in 8c77c00edd72 10:16:33 ---> Running in cc87fe89b109 10:16:33 Removing intermediate container a253ef57e18b 10:16:33 ---> 9e6b0016427f 10:16:33 Step 20/21 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:16:33 Removing intermediate container 69bbfd9f2040 10:16:33 ---> bce5fe05f2a1 10:16:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:16:33 ---> 61df17bb20f6 10:16:33 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/ 10:16:33 ---> Running in 61c67cf44e3e 10:16:33 ---> Running in 9b109bf666fb 10:16:33 ---> Running in 4e9ceb369b93 10:16:33 Removing intermediate container 8c77c00edd72 10:16:33 ---> a1d194232de2 10:16:33 Step 20/22 : LABEL arch=arm64 10:16:33 ---> Running in 63fa90ad0a98 10:16:34 Removing intermediate container 61c67cf44e3e 10:16:34 ---> d1ab8981fbe3 10:16:34 Step 21/23 : LABEL arch=arm64 10:16:34 Removing intermediate container 9b109bf666fb 10:16:34 ---> 25c2aa076af9 10:16:34 Step 21/21 : LABEL version=0.0.0 10:16:34 ---> Running in 17b61d618a91 10:16:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:34 ---> Running in ef82970ffd2c 10:16:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:34 Removing intermediate container 63fa90ad0a98 10:16:34 ---> 5038b0a8e4e4 10:16:34 Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:16:35 ---> Running in defd80c71024 10:16:35 Removing intermediate container 17b61d618a91 10:16:35 ---> 5e8b79e87df7 10:16:35 Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:16:35 (1/2) Installing readline (8.0.4-r0) 10:16:35 (2/2) Installing bash (5.0.17-r0) 10:16:35 Executing bash-5.0.17-r0.post-install 10:16:35 Executing busybox-1.31.1-r19.trigger 10:16:35 ---> Running in 559a1c9775e2 10:16:35 OK: 12 MiB in 22 packages 10:16:35 Removing intermediate container ef82970ffd2c 10:16:35 ---> 27394cd86c54 10:16:35 10:16:35 Removing intermediate container defd80c71024 10:16:35 ---> 64a57b2cb374 10:16:35 Step 22/22 : LABEL version=0.0.0 10:16:36 ---> Running in d14e68367895 10:16:36 Successfully built 27394cd86c54 10:16:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:16:36 Building docker-security-bootstrapper-go 10:16:36  Building docker-security-proxy-setup-go ... done Removing intermediate container 559a1c9775e2 10:16:36 ---> e5ef42675431 10:16:36 Step 23/23 : LABEL version=0.0.0 10:16:36 ---> Running in 2d096c207a66 10:16:36 Removing intermediate container d14e68367895 10:16:36 ---> 21178df89139 10:16:36 10:16:36 Removing intermediate container 4e9ceb369b93 10:16:36 ---> b58049fb9c1d 10:16:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:16:36 ---> Running in 15885a38571c 10:16:37 Successfully built 21178df89139 10:16:37 Successfully tagged docker-support-scheduler-go-arm64:latest 10:16:37 Removing intermediate container 2d096c207a66 10:16:37  Building docker-support-scheduler-go ... done Building docker-core-command-go 10:16:37 ---> 4864a1a4edf9 10:16:37 10:16:37 Removing intermediate container cc87fe89b109 10:16:37 ---> 1fba6d0af18f 10:16:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:16:37 ---> Running in ed4816ad9dec 10:16:37 Successfully built 4864a1a4edf9 10:16:37 Successfully tagged docker-core-metadata-go-arm64:latest 10:16:37 Removing intermediate container 15885a38571c 10:16:37 ---> 81f244799d68 10:16:37 Step 22/24 : LABEL arch=arm64 10:16:37  Building docker-core-metadata-go ... done Building docker-core-data-go 10:16:38 ---> Running in 9157916ab9db 10:16:38 Removing intermediate container ed4816ad9dec 10:16:38 ---> c7864ba2638c 10:16:38 Step 14/26 : ENV APP_PORT=48090 10:16:38 ---> Running in 38ffd21d8c35 10:16:38 Removing intermediate container 9157916ab9db 10:16:38 ---> dfdd548684c3 10:16:38 Step 23/24 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:16:38 ---> Running in 8d31c882afa6 10:16:38 Removing intermediate container 38ffd21d8c35 10:16:38 ---> fcaceec6788f 10:16:38 Step 15/26 : EXPOSE $APP_PORT 10:16:39 ---> Running in bd476b551ea5 10:16:39 Removing intermediate container 8d31c882afa6 10:16:39 ---> 0e347db9f629 10:16:39 Step 24/24 : LABEL version=0.0.0 10:16:39 ---> Running in f541a853c571 10:16:39 Removing intermediate container bd476b551ea5 10:16:39 ---> e9a67749b034 10:16:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:16:40 Removing intermediate container f541a853c571 10:16:40 ---> f46682814896 10:16:40 10:16:40 Successfully built f46682814896 10:16:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:16:40  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 10:16:42 ---> 79308c406b61 10:16:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:16:43 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 10:16:43 snapd is not logged in, snap install commands will use sudo 10:16:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:16:43 snap "core18" has no updates available 10:16:43 Pulling go-build-helper 10:16:43 + snapcraftctl pull 10:16:43 'app-service-config' has dependencies that need to be staged: go-build-helper 10:16:43 Skipping pull go-build-helper (already ran) 10:16:43 Building go-build-helper 10:16:43 + snapcraftctl build 10:16:45 Staging go-build-helper 10:16:45 + snapcraftctl stage 10:16:45 ---> 1bf1c0ae84ca 10:16:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:16:47 ---> 7654e45454ef 10:16:47 Step 19/26 : RUN apk --no-cache add py3-pip 10:16:47 ---> Running in 30d2ae372694 10:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:16:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:16:49 (1/33) Installing libbz2 (1.0.8-r1) 10:16:49 (2/33) Installing expat (2.2.9-r1) 10:16:49 (3/33) Installing libffi (3.3-r2) 10:16:49 (4/33) Installing gdbm (1.13-r1) 10:16:49 (5/33) Installing xz-libs (5.2.5-r0) 10:16:49 (6/33) Installing sqlite-libs (3.32.1-r0) 10:16:49 (7/33) Installing python3 (3.8.8-r0) 10:16:51 (8/33) Installing py3-appdirs (1.4.4-r1) 10:16:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:16:51 (10/33) Installing py3-parsing (2.4.7-r0) 10:16:51 (11/33) Installing py3-six (1.15.0-r0) 10:16:51 (12/33) Installing py3-packaging (20.4-r0) 10:16:51 (13/33) Installing py3-setuptools (47.0.0-r0) 10:16:51 (14/33) Installing py3-chardet (3.0.4-r4) 10:16:51 (15/33) Installing py3-idna (2.9-r0) 10:16:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:16:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:16:51 (18/33) Installing py3-requests (2.23.0-r0) 10:16:51 (19/33) Installing py3-msgpack (1.0.0-r0) 10:16:51 (20/33) Installing py3-lockfile (0.12.2-r3) 10:16:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:16:51 (22/33) Installing py3-colorama (0.4.3-r0) 10:16:51 (23/33) Installing py3-distlib (0.3.0-r0) 10:16:51 (24/33) Installing py3-distro (1.5.0-r1) 10:16:51 (25/33) Installing py3-webencodings (0.5.1-r3) 10:16:51 (26/33) Installing py3-html5lib (1.0.1-r4) 10:16:51 (27/33) Installing py3-pytoml (0.1.21-r0) 10:16:51 (28/33) Installing py3-pep517 (0.8.2-r0) 10:16:51 (29/33) Installing py3-progress (1.5-r0) 10:16:51 (30/33) Installing py3-toml (0.10.1-r0) 10:16:51 (31/33) Installing py3-retrying (1.3.3-r0) 10:16:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:16:51 (33/33) Installing py3-pip (20.1.1-r0) 10:16:51 Executing busybox-1.31.1-r19.trigger 10:16:51 OK: 71 MiB in 55 packages 10:16:57 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:16:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:16:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 10:16:57 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:16:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:16:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:16:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:16:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:16:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:16:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:16:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:16:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 10:16:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 10:16:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 10:16:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 10:16:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 10:16:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 10:16:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 10:16:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:16:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 10:16:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 10:16:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 10:16:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 10:16:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 10:16:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 10:16:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 10:16:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 10:16:57 Fetched 24.2 MB in 0s (0 B/s) 10:16:57 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:16:57 Fetched 224 kB in 0s (0 B/s) 10:16:57 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:16:57 Fetched 157 kB in 0s (0 B/s) 10:16:57 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:16:57 Fetched 221 kB in 0s (0 B/s) 10:16:57 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:16:57 Fetched 143 kB in 0s (0 B/s) 10:16:57 Pulling app-service-config 10:16:57 + snapcraftctl pull 10:16:57 Cloning into '/root/parts/app-service-config/src'... 10:16:57 Pulling config-common 10:16:57 + snapcraftctl pull 10:17:02 Removing intermediate container 30d2ae372694 10:17:02 ---> add692bd1e63 10:17:02 Step 20/26 : RUN pip install docker-compose==1.23.2 10:17:02 ---> Running in 7a0f7f351e6d 10:17:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:17:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:17:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:17:04 Fetched 0 B in 0s (0 B/s) 10:17:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:17:04 Fetched 0 B in 0s (0 B/s) 10:17:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:17:04 Fetched 0 B in 0s (0 B/s) 10:17:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:17:04 Fetched 0 B in 0s (0 B/s) 10:17:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:17:04 Fetched 0 B in 0s (0 B/s) 10:17:04 Pulling edgex-go 10:17:04 + snapcraftctl pull 10:17:06 Collecting docker-compose==1.23.2 10:17:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:17:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:17:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:17:08 Collecting docopt<0.7,>=0.6.1 10:17:08 Downloading docopt-0.6.2.tar.gz (25 kB) 10:17:12 Collecting jsonschema<3,>=2.5.1 10:17:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:17:12 Collecting texttable<0.10,>=0.9.0 10:17:12 Downloading texttable-0.9.1.tar.gz (11 kB) 10:17:14 Collecting cached-property<2,>=1.2.0 10:17:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:17:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:17:16 Collecting PyYAML<4,>=3.10 10:17:16 Downloading PyYAML-3.13.tar.gz (270 kB) 10:17:20 Collecting docker<4.0,>=3.6.0 10:17:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:17:21 Collecting websocket-client<1.0,>=0.32.0 10:17:21 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:17:21 Collecting dockerpty<0.5,>=0.4.1 10:17:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:17:24 Collecting idna<2.8,>=2.5 10:17:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:17:24 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) 10:17:24 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) 10:17:25 Collecting urllib3<1.25,>=1.21.1 10:17:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:17:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:17:26 ---> 7b496c28c9d4 10:17:26 Step 3/31 : WORKDIR /edgex-go 10:17:26 ---> Using cache 10:17:26 ---> 3007d853a395 10:17:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:26 ---> Using cache 10:17:26 ---> 15d62d469ebf 10:17:26 Step 5/31 : RUN apk add --update --no-cache make git 10:17:26 ---> Using cache 10:17:26 ---> 5a581c079890 10:17:26 Step 6/31 : COPY go.mod . 10:17:26 ---> Using cache 10:17:26 ---> e10744ba6b4c 10:17:26 Step 7/31 : RUN go mod download 10:17:26 ---> Using cache 10:17:26 ---> 8017ef77207f 10:17:26 Step 8/31 : COPY . . 10:17:26 Collecting docker-pycreds>=0.4.0 10:17:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:17:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:17:26 ---> 7b496c28c9d4 10:17:26 Step 3/23 : WORKDIR /edgex-go 10:17:26 ---> Using cache 10:17:26 ---> 3007d853a395 10:17:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:26 ---> Using cache 10:17:26 ---> 15d62d469ebf 10:17:26 Step 5/23 : RUN apk add --update --no-cache make git 10:17:26 ---> Using cache 10:17:26 ---> 5a581c079890 10:17:26 Step 6/23 : COPY go.mod . 10:17:26 ---> Using cache 10:17:26 ---> e10744ba6b4c 10:17:26 Step 7/23 : RUN go mod download 10:17:26 ---> Using cache 10:17:26 ---> 8017ef77207f 10:17:26 Step 8/23 : COPY . . 10:17:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:17:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:17:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:17:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:17:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:17:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:17:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:17:26 Fetched 0 B in 0s (0 B/s) 10:17:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:17:26 Fetched 96.5 kB in 0s (0 B/s) 10:17:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:17:26 Fetched 279 kB in 0s (0 B/s) 10:17:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:17:26 Fetched 122 kB in 0s (0 B/s) 10:17:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:17:26 Fetched 77.8 kB in 0s (0 B/s) 10:17:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:17:26 Fetched 8848 B in 0s (0 B/s) 10:17:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:17:26 Fetched 47.8 kB in 0s (0 B/s) 10:17:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:17:26 Fetched 45.6 kB in 0s (0 B/s) 10:17:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 10:17:26 Fetched 15.0 kB in 0s (0 B/s) 10:17:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 10:17:26 Fetched 214 kB in 0s (0 B/s) 10:17:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 10:17:26 Fetched 154 kB in 0s (0 B/s) 10:17:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:17:26 Fetched 50.6 kB in 0s (0 B/s) 10:17:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:17:26 Fetched 14.8 kB in 0s (0 B/s) 10:17:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:17:26 Fetched 41.8 kB in 0s (0 B/s) 10:17:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:17:26 Fetched 499 kB in 0s (0 B/s) 10:17:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:17:26 Fetched 111 kB in 0s (0 B/s) 10:17:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:17:26 Fetched 240 kB in 0s (0 B/s) 10:17:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:17:26 Fetched 29.3 kB in 0s (0 B/s) 10:17:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:17:26 Fetched 85.5 kB in 0s (0 B/s) 10:17:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:17:26 Fetched 24.5 kB in 0s (0 B/s) 10:17:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 10:17:26 Fetched 49.2 kB in 0s (0 B/s) 10:17:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:17:26 Fetched 54.2 kB in 0s (0 B/s) 10:17:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:17:26 Fetched 30.8 kB in 0s (0 B/s) 10:17:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 10:17:26 Fetched 15.8 kB in 0s (0 B/s) 10:17:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:17:26 Fetched 85.9 kB in 0s (0 B/s) 10:17:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:17:26 Fetched 8720 B in 0s (0 B/s) 10:17:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 10:17:26 Fetched 137 kB in 0s (0 B/s) 10:17:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:17:26 Fetched 119 kB in 0s (0 B/s) 10:17:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 10:17:26 Fetched 109 kB in 0s (0 B/s) 10:17:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:17:26 Fetched 11.1 kB in 0s (0 B/s) 10:17:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:17:26 Fetched 645 kB in 0s (0 B/s) 10:17:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:17:26 Fetched 41.3 kB in 0s (0 B/s) 10:17:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:17:26 Fetched 17.9 kB in 0s (0 B/s) 10:17:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:17:26 Fetched 368 kB in 0s (0 B/s) 10:17:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 10:17:26 Fetched 187 kB in 0s (0 B/s) 10:17:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:17:26 Fetched 175 kB in 0s (0 B/s) 10:17:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:17:26 Fetched 206 kB in 0s (0 B/s) 10:17:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 10:17:26 Fetched 1301 kB in 0s (0 B/s) 10:17:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:17:26 Fetched 36.2 kB in 0s (0 B/s) 10:17:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 10:17:26 Fetched 159 kB in 0s (0 B/s) 10:17:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:17:26 Fetched 107 kB in 0s (0 B/s) 10:17:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:17:26 Fetched 48.7 kB in 0s (0 B/s) 10:17:26 Pulling static-packages 10:17:26 + snapcraftctl pull 10:17:26 Pulling version 10:17:26 + cd /root/project 10:17:26 + [ -f VERSION ] 10:17:26 + PROJECT_VERSION=local-dev 10:17:26 + git rev-parse --short HEAD 10:17:26 + GIT_REVISION=d2245820 10:17:26 + snapcraftctl set-version local-dev 10:17:26 Skipping build go-build-helper (already ran) 10:17:26 ---> Using cache 10:17:26 ---> 182ecd6d8c8d 10:17:26 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:17:26 ---> Using cache 10:17:26 ---> 182ecd6d8c8d 10:17:26 Step 9/23 : RUN make cmd/core-command/core-command 10:17:26 Building app-service-config 10:17:26 + make build 10:17:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 10:17:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:17:27 ---> 7b496c28c9d4 10:17:27 Step 3/23 : WORKDIR /edgex-go 10:17:27 ---> Using cache 10:17:27 ---> 3007d853a395 10:17:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:27 ---> Using cache 10:17:27 ---> 15d62d469ebf 10:17:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:17:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:17:27 ---> 7b496c28c9d4 10:17:27 Step 3/22 : WORKDIR /edgex-go 10:17:27 ---> Using cache 10:17:27 ---> 3007d853a395 10:17:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:27 ---> Using cache 10:17:27 ---> 15d62d469ebf 10:17:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:17:27 Installing collected packages: idna, urllib3, requests, docopt, jsonschema, texttable, cached-property, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, docker-compose 10:17:27 Attempting uninstall: idna 10:17:27 Found existing installation: idna 2.9 10:17:27 Uninstalling idna-2.9: 10:17:27 Successfully uninstalled idna-2.9 10:17:28 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 10:17:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 10:17:28 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 10:17:28 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 10:17:28 go: downloading github.com/go-playground/validator/v10 v10.3.0 10:17:28 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 10:17:28 go: downloading github.com/google/uuid v1.2.0 10:17:28 go: downloading github.com/pelletier/go-toml v1.2.0 10:17:28 go: downloading github.com/hashicorp/consul/api v1.8.1 10:17:28 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:17:28 go: downloading github.com/go-playground/universal-translator v0.17.0 10:17:29 go: downloading github.com/hashicorp/go-hclog v0.12.0 10:17:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 10:17:29 go: downloading github.com/go-kit/kit v0.8.0 10:17:29 go: downloading github.com/BurntSushi/toml v0.3.1 10:17:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:17:29 go: downloading github.com/leodido/go-urn v1.2.0 10:17:29 go: downloading github.com/fatih/color v1.9.0 10:17:29 Attempting uninstall: urllib3 10:17:29 Found existing installation: urllib3 1.25.9 10:17:29 Uninstalling urllib3-1.25.9: 10:17:29 go: downloading github.com/hashicorp/serf v0.9.5 10:17:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:17:29 go: downloading github.com/go-playground/locales v0.13.0 10:17:29 go: downloading github.com/x448/float16 v0.8.4 10:17:29 Successfully uninstalled urllib3-1.25.9 10:17:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 10:17:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:17:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:17:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:17:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:17:29 go: downloading github.com/mattn/go-isatty v0.0.12 10:17:29 go: downloading github.com/mattn/go-colorable v0.1.6 10:17:29 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 10:17:30 go: downloading github.com/mitchellh/copystructure v1.0.0 10:17:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:17:30 go: downloading github.com/gorilla/mux v1.8.0 10:17:30 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 10:17:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:17:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:17:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:17:30 go: downloading github.com/pebbe/zmq4 v1.2.5 10:17:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 10:17:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:17:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:17:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 10:17:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:17:31 Attempting uninstall: requests 10:17:31 Found existing installation: requests 2.23.0 10:17:31 Uninstalling requests-2.23.0: 10:17:31 Successfully uninstalled requests-2.23.0 10:17:32 Running setup.py install for docopt: started 10:17:32 ---> Running in 6526106ddbc8 10:17:32 ---> Running in 50f5733ccbb4 10:17:32 ---> Running in d19e6ed1d514 10:17:32 ---> Running in b5bea62cb891 10:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:17:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:17: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 10:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:17:35 Running setup.py install for docopt: finished with status 'done' 10:17:35 Running setup.py install for texttable: started 10:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:17:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:17:38 OK: 217 MiB in 51 packages 10:17:38 Running setup.py install for texttable: finished with status 'done' 10:17:38 Running setup.py install for PyYAML: started 10:17:39 OK: 217 MiB in 51 packages 10:17:40 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 10:17:40 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 10:17:40 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 10:17:40 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 10:17:40 Removing intermediate container 50f5733ccbb4 10:17:40 ---> e5d0c38a58f0 10:17:40 Step 6/23 : COPY go.mod . 10:17:41 Removing intermediate container b5bea62cb891 10:17:41 ---> 30fcaba390cb 10:17:41 Step 6/22 : COPY go.mod . 10:17:41 Building config-common 10:17:41 + snapcraftctl build 10:17:41 ---> 2cad01487cbf 10:17:41 Step 7/23 : RUN go mod download 10:17:42 ---> Running in 9b5e3fa4af29 10:17:42 ---> 7a84b7ca6679 10:17:42 Step 7/22 : RUN go mod download 10:17:43 ---> Running in 6cec26362949 10:17:43 Building edgex-go 10:17:44 Running setup.py install for PyYAML: finished with status 'done' 10:17:44 + cd /root/parts/edgex-go/src 10:17:44 + make build 10:17:44 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 10:17:44 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.57 10:17:44 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 10:17:44 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 10:17:44 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:17:44 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 10:17:44 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 10:17:44 go: downloading github.com/pkg/errors v0.8.1 10:17:44 go: downloading github.com/imdario/mergo v0.3.12 10:17:44 go: downloading github.com/go-playground/validator/v10 v10.4.1 10:17:44 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 10:17:44 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 10:17:45 go: downloading github.com/gorilla/websocket v1.4.2 10:17:45 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 10:17:45 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 10:17:46 Running setup.py install for dockerpty: started 10:17:47 Removing intermediate container 9b5e3fa4af29 10:17:47 ---> 5b541197db22 10:17:47 Step 8/23 : COPY . . 10:17:48 Removing intermediate container 6cec26362949 10:17:48 ---> e74c6f0c0d1f 10:17:48 Step 8/22 : COPY . . 10:17:49 Running setup.py install for dockerpty: finished with status 'done' 10:17:50 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 10:17:50 go: downloading gopkg.in/yaml.v2 v2.4.0 10:17:50 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 10:17:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:17:56 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 10:17:58 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 10:17:58 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 10:17:58 go: downloading github.com/stretchr/testify v1.7.0 10:17:58 go: downloading github.com/davecgh/go-spew v1.1.1 10:17:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:17:58 go: downloading github.com/pmezard/go-difflib v1.0.0 10:18:00 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 10:18:00 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:18:00 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:18:00 Removing intermediate container 7a0f7f351e6d 10:18:00 ---> f7f96e901886 10:18:00 Step 21/26 : RUN apk --no-cache add curl 10:18:01 ---> Running in 60d3d672779f 10:18:02 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 10:18:03 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 10:18:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:18:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:18:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:18:04 (2/3) Installing libcurl (7.69.1-r3) 10:18:04 (3/3) Installing curl (7.69.1-r3) 10:18:04 Executing busybox-1.31.1-r19.trigger 10:18:04 OK: 72 MiB in 58 packages 10:18:04 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 10:18:05 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 10:18:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:18:07 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 10:18:07 go: downloading github.com/lib/pq v1.9.0 10:18:08 Removing intermediate container 60d3d672779f 10:18:08 ---> dbcd3b03ca3e 10:18:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:18:08 ---> Running in f82389de992d 10:18:09 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 10:18:09 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 10:18:09 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 10:18:09 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 10:18:09 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 10:18:09 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 10:18:09 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 10:18:09 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 10:18:09 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 10:18:09 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 10:18:09 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 10:18:09 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 10:18:09 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 10:18:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 10:18:09 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 10:18:09 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 10:18:09 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 10:18:09 + 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 10:18:09 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 10:18:09 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 10:18:09 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 10:18:09 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 10:18:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 10:18:09 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 10:18:09 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 10:18:09 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 10:18:09 Removing intermediate container f82389de992d 10:18:09 ---> 91d9c85f214a 10:18:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:18:09 ---> Running in 06e992a0bbde 10:18:10 Removing intermediate container 06e992a0bbde 10:18:10 ---> 84f9311c8c75 10:18:10 Step 24/26 : LABEL arch=arm64 10:18:11 ---> Running in 488c88759d48 10:18:12 Removing intermediate container 488c88759d48 10:18:12 ---> 6ebe13154355 10:18:12 Step 25/26 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:18:12 ---> Running in f9e4dbd82680 10:18:12 Building static-packages 10:18:12 + snapcraftctl build 10:18:14 Removing intermediate container f9e4dbd82680 10:18:14 ---> abeae96275a3 10:18:14 Step 26/26 : LABEL version=0.0.0 10:18:14 ---> Running in a989258894c5 10:18:14 Building version 10:18:14 + snapcraftctl build 10:18:15 Removing intermediate container a989258894c5 10:18:15 ---> ffe7088e0dc8 10:18:15 10:18:16 Successfully built ffe7088e0dc8 10:18:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:18:17 Skipping stage go-build-helper (already ran) 10:18:17 Staging app-service-config 10:18:17 + snapcraftctl stage 10:18:18 Staging config-common 10:18:18 + snapcraftctl stage 10:18:19 Staging edgex-go 10:18:19 + snapcraftctl stage 10:18:19 Staging static-packages 10:18:19 + snapcraftctl stage 10:18:21  Building docker-sys-mgmt-agent-go ... done  ---> 779135cc727c 10:18:21 Step 9/23 : RUN make cmd/core-data/core-data 10:18:21 Staging version 10:18:21 + snapcraftctl stage 10:18:21 ---> Running in e0fd5ae606a2 10:18:21 ---> 92ac4c194ab5 10:18:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:18:22 ---> Running in 464cd28b94ac 10:18:22 Priming go-build-helper 10:18:22 + snapcraftctl prime 10:18:23 Priming app-service-config 10:18:23 + snapcraftctl prime 10:18:24 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 10:18:24 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 10:18:24 Priming config-common 10:18:24 + snapcraftctl prime 10:18:25 Priming edgex-go 10:18:25 + snapcraftctl prime 10:18:26 Priming static-packages 10:18:26 + snapcraftctl prime 10:18:29 Priming version 10:18:29 + snapcraftctl prime 10:18:30 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] } 10:19:03 Removing intermediate container d19e6ed1d514 10:19:03 ---> 9d8250b418f2 10:19:03 10:19:03 Step 10/31 : FROM alpine:3.12 10:19:03 ---> d10569e2745f 10:19:03 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:19:03 ---> Running in 14e415b55247 10:19:03 Removing intermediate container 14e415b55247 10:19:03 ---> 288241f2b0f8 10:19:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:19:03 ---> Running in d991fb4622af 10:19:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:05 (1/2) Installing dumb-init (1.2.2-r1) 10:19:05 (2/2) Installing su-exec (0.2-r1) 10:19:05 Executing busybox-1.31.1-r19.trigger 10:19:05 OK: 5 MiB in 16 packages 10:19:08 Removing intermediate container d991fb4622af 10:19:08 ---> 8535b065993d 10:19:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:19:08 ---> Running in ac1bbeed9146 10:19:08 Removing intermediate container 6526106ddbc8 10:19:08 ---> cf393c790712 10:19:08 10:19:08 Step 10/23 : FROM alpine:3.12 10:19:08 ---> d10569e2745f 10:19:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:19:08 ---> Using cache 10:19:08 ---> 2b8f8f28d0f6 10:19:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:19:08 ---> Using cache 10:19:08 ---> d398b25514e9 10:19:08 Step 13/23 : ENV APP_PORT=48082 10:19:09 Removing intermediate container ac1bbeed9146 10:19:09 ---> 58a64fa52e23 10:19:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:19:09 ---> Running in dfe4854b661c 10:19:09 ---> Running in 0f2879824ff5 10:19:10 Removing intermediate container dfe4854b661c 10:19:10 ---> d09e4888a5d9 10:19:10 Step 14/23 : EXPOSE $APP_PORT 10:19:10 ---> Running in 9447cd4fa34d 10:19:10 Removing intermediate container 0f2879824ff5 10:19:10 ---> 45fc6fa42d9c 10:19:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:19:10 ---> Running in 00fcb6ac7e35 10:19:10 Removing intermediate container 9447cd4fa34d 10:19:10 ---> d4ffd247c84f 10:19:10 Step 15/23 : WORKDIR / 10:19:11 ---> Running in df8f8630881b 10:19:12 Removing intermediate container df8f8630881b 10:19:12 ---> a694bb206f1d 10:19:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:19:13 ---> 4d7be73bae94 10:19:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:19:14 Removing intermediate container 00fcb6ac7e35 10:19:14 ---> b92cdfa35037 10:19:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:19:14 ---> Running in f577d5317e75 10:19:15 Removing intermediate container f577d5317e75 10:19:15 ---> 9f01cb9804f5 10:19:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:19:15 ---> 82bd246e09cc 10:19:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:19:16 ---> c151237a0c98 10:19:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:19:16 ---> Running in 2dc57d58d44f 10:19:16 ---> d890b56d9256 10:19:16 Step 19/23 : ENTRYPOINT ["/core-command"] 10:19:17 ---> Running in ef99d1bb7f6d 10:19:18 Removing intermediate container ef99d1bb7f6d 10:19:18 ---> 73856928badc 10:19:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:19:18 ---> Running in a6b2cd504f16 10:19:19 Removing intermediate container a6b2cd504f16 10:19:19 ---> dbe5fcf5652f 10:19:19 Step 21/23 : LABEL arch=arm64 10:19:19 ---> Running in 5bf86ec39ed0 10:19:20 Removing intermediate container 5bf86ec39ed0 10:19:20 ---> fc9b80465e14 10:19:20 Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:19:20 ---> Running in a173cfda12c5 10:19:20 Removing intermediate container 2dc57d58d44f 10:19:20 ---> 82d31bec9df3 10:19:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:19:21 Removing intermediate container a173cfda12c5 10:19:21 ---> cb9c60fa20e2 10:19:21 Step 23/23 : LABEL version=0.0.0 10:19:21 ---> Running in f9c2c6158ec6 10:19:21 ---> c37d5efa2482 10:19:21 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:19:22 Removing intermediate container f9c2c6158ec6 10:19:22 ---> 51fa0f718974 10:19:22 10:19:22 Successfully built 51fa0f718974 10:19:22 Successfully tagged docker-core-command-go-arm64:latest 10:19:23  Building docker-core-command-go ... done  ---> 8ca93daf2a9f 10:19:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:19:25 ---> 2595cc019089 10:19:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:19:26 ---> 8dd975efd7c5 10:19:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:19:27 ---> 0d864e4307e8 10:19:27 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:19:28 ---> Running in b4c4cd910a8c 10:19:29 Removing intermediate container b4c4cd910a8c 10:19:29 ---> 6628a6606a82 10:19:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:19:30 ---> f7efe242d3a9 10:19:30 Step 26/31 : RUN chmod +x /entrypoint.sh 10:19:30 ---> Running in 5ec6e6ee4f3f 10:19:34 Removing intermediate container 5ec6e6ee4f3f 10:19:34 ---> 6014d94267ce 10:19:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:19:34 ---> Running in 4821f9421057 10:19:35 Removing intermediate container 4821f9421057 10:19:35 ---> 014d37694117 10:19:35 Step 28/31 : CMD ["gate"] 10:19:35 ---> Running in 494cbb04e53d 10:19:36 Removing intermediate container 494cbb04e53d 10:19:36 ---> 4d6085beb4ed 10:19:36 Step 29/31 : LABEL arch=arm64 10:19:36 ---> Running in 6ab4bdd26b56 10:19:37 Removing intermediate container 6ab4bdd26b56 10:19:37 ---> 7aaefbe29380 10:19:37 Step 30/31 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:19:37 ---> Running in 7de45bfb04f7 10:19:38 Removing intermediate container 7de45bfb04f7 10:19:38 ---> d087c1894a19 10:19:38 Step 31/31 : LABEL version=0.0.0 10:19:38 ---> Running in 16a51cfa3a26 10:19:39 Removing intermediate container 16a51cfa3a26 10:19:39 ---> 8c64e1e26567 10:19:39 10:19:39 Successfully built 8c64e1e26567 10:19:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:19:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 464cd28b94ac 10:19:47 ---> b7c89e22f1cb 10:19:47 10:19:47 Step 10/22 : FROM alpine:3.12 10:19:47 ---> d10569e2745f 10:19:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:19:48 ---> Running in 7ee8c1ec92af 10:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:50 (1/2) Installing ca-certificates (20191127-r4) 10:19:50 (2/2) Installing dumb-init (1.2.2-r1) 10:19:50 Executing busybox-1.31.1-r19.trigger 10:19:50 Executing ca-certificates-20191127-r4.trigger 10:19:50 OK: 6 MiB in 16 packages 10:19:52 Removing intermediate container 7ee8c1ec92af 10:19:52 ---> 0e1bcde1f0c1 10:19:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:19:52 ---> Running in a54769120f95 10:19:53 Removing intermediate container a54769120f95 10:19:53 ---> 6d7f5d84fd43 10:19:53 Step 13/22 : ENV APP_PORT=48060 10:19:53 ---> Running in 0c781ff989f0 10:19:54 Removing intermediate container 0c781ff989f0 10:19:54 ---> d3e2aa1b8cda 10:19:54 Step 14/22 : EXPOSE $APP_PORT 10:19:54 ---> Running in 18ae55fb82f6 10:19:55 Removing intermediate container 18ae55fb82f6 10:19:55 ---> 28351442a6bd 10:19:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:19:55 Removing intermediate container e0fd5ae606a2 10:19:55 ---> a77c90175b15 10:19:55 10:19:55 Step 10/23 : FROM alpine:3.12 10:19:55 ---> d10569e2745f 10:19:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:19:55 ---> Running in b074aa974589 10:19:55 ---> 88a5429d151b 10:19:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:19:56 Removing intermediate container b074aa974589 10:19:56 ---> 40b428f51271 10:19:56 Step 12/23 : ENV APP_PORT=48080 10:19:56 ---> Running in 83676ad3c8ac 10:19:57 ---> 1ef885e85a26 10:19:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:19:57 Removing intermediate container 83676ad3c8ac 10:19:57 ---> 6fabeaf5e78c 10:19:57 Step 13/23 : EXPOSE $APP_PORT 10:19:57 ---> Running in 6d6f5667a2be 10:19:57 Removing intermediate container 6d6f5667a2be 10:19:57 ---> df202b269e28 10:19:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:57 ---> b550bd56430a 10:19:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:19:57 ---> Running in 01a671942f25 10:19:58 ---> Running in 5428ba6bcb3a 10:19:58 Removing intermediate container 5428ba6bcb3a 10:19:58 ---> 9aef44308e22 10:19:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:19:58 ---> Running in 83c5037bb936 10:19:59 Removing intermediate container 83c5037bb936 10:19:59 ---> 307d6e929378 10:19:59 Step 20/22 : LABEL arch=arm64 10:19:59 ---> Running in 2e28a4a63787 10:19:59 Removing intermediate container 2e28a4a63787 10:19:59 ---> 9a014e0408e4 10:19:59 Step 21/22 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:20:00 ---> Running in ee4c2dd67d24 10:20:00 Removing intermediate container 01a671942f25 10:20:00 ---> 18679a480c30 10:20:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:20:00 ---> Running in 61bd0032fff7 10:20:00 Removing intermediate container ee4c2dd67d24 10:20:00 ---> e160f8428823 10:20:00 Step 22/22 : LABEL version=0.0.0 10:20:00 ---> Running in c832003e4ba2 10:20:01 Removing intermediate container c832003e4ba2 10:20:01 ---> 532b47fe2e92 10:20:01 10:20:01 Successfully built 532b47fe2e92 10:20:01 Successfully tagged docker-support-notifications-go-arm64:latest 10:20:01  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:20:03 (1/6) Installing dumb-init (1.2.2-r1) 10:20:03 (2/6) Installing libgcc (9.3.0-r2) 10:20:03 (3/6) Installing libsodium (1.0.18-r0) 10:20:03 (4/6) Installing libstdc++ (9.3.0-r2) 10:20:04 (5/6) Installing libzmq (4.3.3-r0) 10:20:04 (6/6) Installing zeromq (4.3.3-r0) 10:20:04 Executing busybox-1.31.1-r19.trigger 10:20:04 OK: 8 MiB in 20 packages 10:20:06 Removing intermediate container 61bd0032fff7 10:20:06 ---> 575b26f3a99d 10:20:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:20:06 ---> 12c6ddaf39cc 10:20:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:20:08 ---> be7d3db59698 10:20:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:20:08 ---> 0f9a004875c1 10:20:08 Step 19/23 : ENTRYPOINT ["/core-data"] 10:20:08 ---> Running in b09132903986 10:20:09 Removing intermediate container b09132903986 10:20:09 ---> 2f604108eee4 10:20:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:20:09 ---> Running in 0d2e82d797b9 10:20:09 Removing intermediate container 0d2e82d797b9 10:20:09 ---> fea47efc6c85 10:20:09 Step 21/23 : LABEL arch=arm64 10:20:10 ---> Running in 4bce5479f551 10:20:10 Removing intermediate container 4bce5479f551 10:20:10 ---> 1e5e3edfc555 10:20:10 Step 22/23 : LABEL git_sha=d224582090d89f2ec4a6e31743260213d3b067ba 10:20:10 ---> Running in 0eec6cec154d 10:20:11 Removing intermediate container 0eec6cec154d 10:20:11 ---> 9751cd199c4c 10:20:11 Step 23/23 : LABEL version=0.0.0 10:20:11 ---> Running in 1ca951e38ab1 10:20:11 Removing intermediate container 1ca951e38ab1 10:20:11 ---> d84e7c9d617b 10:20:11 10:20:12 Successfully built d84e7c9d617b 10:20:12 Successfully tagged docker-core-data-go-arm64:latest 10:20:12  Building docker-core-data-go ... done  [Pipeline] } 10:20:12 $ docker stop --time=1 6ee2773ea1148140e9a9b26b6d444e162653e5f8e029707ade55535dc228f4bb 10:20:14 $ docker rm -f 6ee2773ea1148140e9a9b26b6d444e162653e5f8e029707ade55535dc228f4bb [Pipeline] // withDockerContainer [Pipeline] sh 10:20:15 + docker images 10:20:15 + grep docker 10:20:15 docker-core-data-go-arm64 latest d84e7c9d617b 4 seconds ago 21.4MB 10:20:15 docker-support-notifications-go-arm64 latest 532b47fe2e92 14 seconds ago 16.9MB 10:20:15 docker-security-bootstrapper-go-arm64 latest 8c64e1e26567 37 seconds ago 17.9MB 10:20:15 docker-core-command-go-arm64 latest 51fa0f718974 54 seconds ago 16.3MB 10:20:15 docker-sys-mgmt-agent-go-arm64 latest ffe7088e0dc8 2 minutes ago 301MB 10:20:15 docker-security-secretstore-setup-go-arm64 latest f46682814896 3 minutes ago 24.4MB 10:20:15 docker-core-metadata-go-arm64 latest 4864a1a4edf9 3 minutes ago 17.9MB 10:20:15 docker-support-scheduler-go-arm64 latest 21178df89139 3 minutes ago 16.4MB 10:20:15 docker-security-proxy-setup-go-arm64 latest 27394cd86c54 3 minutes ago 24.1MB 10:20:15 docker 20.10.0 eeaf43b92773 3 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 10:20:16 ---> job-cost.sh 10:20:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SegP 10:20:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:22:32 lf-activate-venv(): INFO: Adding /tmp/venv-SegP/bin to PATH 10:22:32 INFO: No Stack... 10:22:32 INFO: Retrieving Pricing Info for: lf-standard-4 10:22:32 INFO: Archiving Costs [Pipeline] sh 10:22:32 + cat /w/workspace/edgex-go/3/archives/cost.csv 10:22:32 + cut -d, -f6 [Pipeline] lock 10:22:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3295-3-stack-cost] 10:22:33 Resource [jenkins-edgexfoundry-edgex-go-PR-3295-3-stack-cost] did not exist. Created. 10:22:33 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3295-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:22:33 + echo total: 0.20999999344348907 [Pipeline] stash 10:22:33 Stashed 1 file(s) [Pipeline] } 10:22:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3295-3-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 10:22:38 provisioning config files... 10:22:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4991647096228626720tmp [Pipeline] { [Pipeline] sh 10:22:38 + set +x 10:22:38 + curl -s https://codecov.io/bash 10:22:38 + bash -s -- 10:22:38 10:22:38 _____ _ 10:22:38 / ____| | | 10:22:38 | | ___ __| | ___ ___ _____ __ 10:22:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:22:38 | |___| (_) | (_| | __/ (_| (_) \ V / 10:22:38 \_____\___/ \__,_|\___|\___\___/ \_/ 10:22:38 Bash-20210309-2b87ace 10:22:38 10:22:38 10:22:38 ==> git version 2.24.3 found 10:22:38 ==> 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 10:22:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:22:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:22:38 ==> Jenkins CI detected. 10:22:38 project root: . 10:22:38 --> token set from env 10:22:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:22:38 ==> Running gcov in . (disable via -X gcov) 10:22:39 ==> Python coveragepy not found 10:22:39 ==> Searching for coverage reports in: 10:22:39 + . 10:22:39 -> Found 1 reports 10:22:39 ==> Detecting git/mercurial file structure 10:22:39 ==> Reading reports 10:22:39 + ./coverage.out bytes=666600 10:22:39 ==> Appending adjustments 10:22:39 https://docs.codecov.io/docs/fixing-reports 10:22:42 + Found adjustments 10:22:42 ==> Gzipping contents 10:22:42 96K /tmp/codecov.UxNIcv.gz 10:22:42 ==> Uploading reports 10:22:42 url: https://codecov.io 10:22:42 query: branch=PR-3295&commit=d224582090d89f2ec4a6e31743260213d3b067ba&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= 10:22:42 -> Pinging Codecov 10:22:42 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3295&commit=d224582090d89f2ec4a6e31743260213d3b067ba&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= 10:22:42 -> Uploading to 10:22:42 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/00271124DB129430A58F1EEE437C3FCB/d224582090d89f2ec4a6e31743260213d3b067ba/6ea118ec-430a-493f-b751-54e0e03ae032.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T102242Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5d72487b0edc3c4e3f4387a3f96cb90a9f0fbb10bb97b2766eacf6028d4fead 10:22:42 % Total % Received % Xferd Average Speed Time Time Time Current 10:22:42 Dload Upload Total Spent Left Speed 10:22:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96715 0 0 100 96715 0 230k --:--:-- --:--:-- --:--:-- 230k 10:22:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d224582090d89f2ec4a6e31743260213d3b067ba [Pipeline] } 10:22:43 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 10:22:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:22:47 ---> package-listing.sh 10:22:47 ++ facter osfamily 10:22:47 ++ tr '[:upper:]' '[:lower:]' 10:22:47 + OS_FAMILY=redhat 10:22:47 + workspace=/w/workspace/edgex-go/3 10:22:47 + START_PACKAGES=/tmp/packages_start.txt 10:22:47 + END_PACKAGES=/tmp/packages_end.txt 10:22:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:22:47 + PACKAGES=/tmp/packages_start.txt 10:22:47 + '[' /w/workspace/edgex-go/3 ']' 10:22:47 + PACKAGES=/tmp/packages_end.txt 10:22:47 + case "${OS_FAMILY}" in 10:22:47 + rpm -qa 10:22:47 + sort 10:22:52 + '[' -f /tmp/packages_start.txt ']' 10:22:52 + '[' -f /tmp/packages_end.txt ']' 10:22:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:22:52 + '[' /w/workspace/edgex-go/3 ']' 10:22:52 + mkdir -p /w/workspace/edgex-go/3/archives/ 10:22:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 10:22:52 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:22:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:22:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:22:53 10:22:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:22:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:22:53 alpine: Pulling from edgex-lftools-log-publisher 10:22:53 df20fa9351a1: Pulling fs layer 10:22:53 36b3adc4ff6f: Pulling fs layer 10:22:53 8ad3a11d3b57: Pulling fs layer 10:22:53 46f8f816bc3b: Pulling fs layer 10:22:53 93b61091891f: Pulling fs layer 10:22:53 93b9cdb0e59b: Pulling fs layer 10:22:53 5e14af77c1be: Pulling fs layer 10:22:53 01666e4c0597: Pulling fs layer 10:22:53 aa168da1d23b: Pulling fs layer 10:22:53 93b9cdb0e59b: Waiting 10:22:53 5e14af77c1be: Waiting 10:22:53 01666e4c0597: Waiting 10:22:53 aa168da1d23b: Waiting 10:22:53 46f8f816bc3b: Waiting 10:22:53 93b61091891f: Waiting 10:22:53 36b3adc4ff6f: Verifying Checksum 10:22:53 36b3adc4ff6f: Download complete 10:22:53 46f8f816bc3b: Verifying Checksum 10:22:53 46f8f816bc3b: Download complete 10:22:53 df20fa9351a1: Verifying Checksum 10:22:53 df20fa9351a1: Download complete 10:22:53 93b9cdb0e59b: Verifying Checksum 10:22:53 93b9cdb0e59b: Download complete 10:22:53 5e14af77c1be: Verifying Checksum 10:22:53 5e14af77c1be: Download complete 10:22:53 93b61091891f: Download complete 10:22:53 01666e4c0597: Verifying Checksum 10:22:53 01666e4c0597: Download complete 10:22:53 8ad3a11d3b57: Verifying Checksum 10:22:53 8ad3a11d3b57: Download complete 10:22:54 df20fa9351a1: Pull complete 10:22:54 36b3adc4ff6f: Pull complete 10:22:55 8ad3a11d3b57: Pull complete 10:22:55 46f8f816bc3b: Pull complete 10:22:56 aa168da1d23b: Verifying Checksum 10:22:56 aa168da1d23b: Download complete 10:22:57 93b61091891f: Pull complete 10:22:57 93b9cdb0e59b: Pull complete 10:22:57 5e14af77c1be: Pull complete 10:22:57 01666e4c0597: Pull complete 10:23:05 aa168da1d23b: Pull complete 10:23:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:23:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:23:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:23:06 prd-centos7-docker-4c-2g-31361 does not seem to be running inside a container 10:23:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:23:11 $ docker top 405b1272b83bcf8bd87913965d6e60f5bc648876c0c8f7a7e63192c448153e9b -eo pid,comm [Pipeline] { [Pipeline] sh 10:23:11 + touch /tmp/pre-build-complete [Pipeline] sh 10:23:12 + mkdir -p /var/log/sa [Pipeline] sh 10:23:12 + ls /var/log/sa-host 10:23:12 + sadf -c /var/log/sa-host/sa23 10:23:12 file_magic: OK 10:23:12 HZ: Using current value: 100 10:23:12 file_header: OK 10:23:12 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 10:23:12 Statistics: 10:23:12 Hnuu...uuuununununu... 10:23:12 File successfully converted to sysstat format version 12.2.1 10:23:12 + sadf -c /var/log/sa-host/sa25 10:23:12 file_magic: OK 10:23:12 HZ: Using current value: 100 10:23:12 file_header: OK 10:23:12 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 10:23:12 Statistics: 10:23:12 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... 10:23:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:23:13 provisioning config files... 10:23:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6016757485822385157tmp [Pipeline] { [Pipeline] echo 10:23:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:23:13 ---> create-netrc.sh [Pipeline] } 10:23:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:23:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:23:14 ---> python-tools-install.sh [Pipeline] echo 10:23:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:23:14 ---> sudo-logs.sh 10:23:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:23:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:23:15 ---> job-cost.sh 10:23:15 lf-activate-venv: SKIPPING 10:23:15 DEBUG: total: 0.20999999344348907 10:23:15 INFO: Retrieving Stack Cost... 10:23:16 INFO: Retrieving Pricing Info for: v1-standard-2 10:23:16 INFO: Archiving Costs [Pipeline] echo 10:23:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:23:16 ---> logs-deploy.sh 10:23:16 lf-activate-venv: SKIPPING 10:23:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3295/3 10:23:16 INFO: archiving workspace using pattern(s): 10:23:18 Archives upload complete. 10:23:18 INFO: archiving logs to Nexus 10:23:19 ---> uname -a: 10:23:19 Linux prd-centos7-docker-4c-2g-31361.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:23:19 10:23:19 10:23:19 ---> lscpu: 10:23:19 Architecture: x86_64 10:23:19 CPU op-mode(s): 32-bit, 64-bit 10:23:19 Byte Order: Little Endian 10:23:19 Address sizes: 40 bits physical, 48 bits virtual 10:23:19 CPU(s): 4 10:23:19 On-line CPU(s) list: 0-3 10:23:19 Thread(s) per core: 1 10:23:19 Core(s) per socket: 1 10:23:19 Socket(s): 4 10:23:19 NUMA node(s): 1 10:23:19 Vendor ID: GenuineIntel 10:23:19 CPU family: 6 10:23:19 Model: 44 10:23:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:23:19 Stepping: 1 10:23:19 CPU MHz: 2933.436 10:23:19 BogoMIPS: 5866.87 10:23:19 Virtualization: VT-x 10:23:19 Hypervisor vendor: KVM 10:23:19 Virtualization type: full 10:23:19 L1d cache: 128 KiB 10:23:19 L1i cache: 128 KiB 10:23:19 L2 cache: 16 MiB 10:23:19 L3 cache: 64 MiB 10:23:19 NUMA node0 CPU(s): 0-3 10:23:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:23:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:23:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:23:19 Vulnerability Meltdown: Mitigation; PTI 10:23:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:23:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:23:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:23:19 Vulnerability Srbds: Not affected 10:23:19 Vulnerability Tsx async abort: Not affected 10:23:19 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 10:23:19 10:23:19 10:23:19 ---> nproc: 10:23:19 4 10:23:19 10:23:19 10:23:19 ---> df -h: 10:23:19 Filesystem Size Used Available Use% Mounted on 10:23:19 overlay 50.0G 11.8G 38.2G 24% / 10:23:19 tmpfs 64.0M 0 64.0M 0% /dev 10:23:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:23:19 shm 64.0M 0 64.0M 0% /dev/shm 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 10:23:19 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 10:23:19 10:23:19 10:23:19 ---> free -m: 10:23:19 total used free shared buff/cache available 10:23:19 Mem: 1837 826 129 0 880 954 10:23:19 Swap: 1023 68 955 10:23:19 10:23:19 10:23:19 ---> ip addr: 10:23:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:23:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:23:19 inet 127.0.0.1/8 scope host lo 10:23:19 valid_lft forever preferred_lft forever 10:23:19 inet6 ::1/128 scope host 10:23:19 valid_lft forever preferred_lft forever 10:23:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:23:19 link/ether fa:16:3e:cd:3e:4a brd ff:ff:ff:ff:ff:ff 10:23:19 inet 10.30.122.42/23 brd 10.30.123.255 scope global dynamic eth0 10:23:19 valid_lft 84918sec preferred_lft 84918sec 10:23:19 inet6 fe80::f816:3eff:fecd:3e4a/64 scope link 10:23:19 valid_lft forever preferred_lft forever 10:23:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:23:19 link/ether 02:42:3a:d9:f7:22 brd ff:ff:ff:ff:ff:ff 10:23:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:23:19 valid_lft forever preferred_lft forever 10:23:19 inet6 fe80::42:3aff:fed9:f722/64 scope link 10:23:19 valid_lft forever preferred_lft forever 10:23:19 10:23:19 10:23:19 ---> sar -b -r -n DEV: 10:23:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 10:23:19 10:23:19 09:58:24 LINUX RESTART (4 CPU) 10:23:19 10:23:19 09:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:23:19 10:00:01 39.59 9.66 29.94 0.00 3171.36 6118.75 0.00 10:23:19 10:01:01 194.05 90.54 103.51 0.00 7787.23 41368.97 0.00 10:23:19 10:02:01 233.91 93.30 140.61 0.00 4059.41 22920.65 0.00 10:23:19 10:03:02 118.99 28.64 90.35 0.00 1170.51 13323.63 0.00 10:23:19 10:04:01 153.28 75.01 78.28 0.00 3615.31 8640.64 0.00 10:23:19 10:05:01 1014.55 753.47 261.08 0.00 94353.25 167751.15 0.00 10:23:19 10:06:01 2726.92 2399.12 327.80 0.00 143899.42 154479.23 0.00 10:23:19 10:07:01 501.89 236.19 265.70 0.00 32797.61 85027.71 0.00 10:23:19 10:08:02 2317.62 1966.73 350.89 0.00 107524.60 123884.72 0.00 10:23:19 10:09:01 329.72 154.03 175.69 0.00 11667.05 18383.61 0.00 10:23:19 10:10:01 2.47 0.87 1.60 0.00 9.99 28.86 0.00 10:23:19 10:11:01 1.92 1.68 0.23 0.00 104.61 2.47 0.00 10:23:19 10:12:01 0.20 0.00 0.20 0.00 0.00 1.83 0.00 10:23:19 10:13:01 0.23 0.02 0.22 0.00 0.27 2.23 0.00 10:23:19 10:14:01 1.63 1.45 0.18 0.00 48.78 2.17 0.00 10:23:19 10:15:01 0.97 0.03 0.93 0.00 1.07 17.24 0.00 10:23:19 10:16:01 0.35 0.15 0.20 0.00 1.73 1.62 0.00 10:23:19 10:17:01 0.20 0.02 0.18 0.00 0.27 1.97 0.00 10:23:19 10:18:01 0.25 0.02 0.23 0.00 0.13 2.53 0.00 10:23:19 10:19:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 10:23:19 10:20:01 0.28 0.02 0.27 0.00 0.27 2.67 0.00 10:23:19 10:21:01 0.38 0.18 0.20 0.00 2.53 2.08 0.00 10:23:19 10:22:01 334.25 310.11 24.14 0.00 4735.53 1139.31 0.00 10:23:19 10:23:01 105.30 65.74 39.56 0.00 5273.14 11077.89 0.00 10:23:19 Average: 337.47 258.55 78.92 0.00 17562.39 27336.08 0.00 10:23:19 10:23:19 09:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:23:19 10:00:01 102296 0 537128 28.55 2620 1239500 1082936 36.96 489344 1091148 12852 10:23:19 10:01:01 70316 0 701412 37.28 2440 1107376 1561756 53.30 635828 918768 103884 10:23:19 10:02:01 141568 0 753516 40.05 1492 984968 1639416 55.95 611568 846804 58404 10:23:19 10:03:02 158996 0 807508 42.92 852 914188 1843172 62.90 704704 724012 1412 10:23:19 10:04:01 182000 0 739260 39.29 756 959528 1428292 48.75 618824 782012 52532 10:23:19 10:05:01 439920 0 658936 35.02 0 782688 1450360 49.50 528408 698132 68 10:23:19 10:06:01 334156 0 1126272 59.86 0 421116 4417172 150.75 702420 565752 32084 10:23:19 10:07:01 66492 0 773824 41.13 0 1041228 1935072 66.04 744876 820352 99276 10:23:19 10:08:02 231588 0 699684 37.19 0 950272 1499948 51.19 493832 912588 44 10:23:19 10:09:01 448572 0 622944 33.11 0 810028 1206276 41.17 514436 675656 20 10:23:19 10:10:01 451460 0 620052 32.95 0 810032 1188632 40.57 514692 674000 12 10:23:19 10:11:01 450048 0 618432 32.87 0 813064 1172316 40.01 514436 676144 12 10:23:19 10:12:01 450676 0 617796 32.83 0 813072 1172184 40.00 513932 676152 12 10:23:19 10:13:01 450832 0 617640 32.83 0 813072 1172180 40.00 514044 676152 8 10:23:19 10:14:01 449484 0 618228 32.86 0 813832 1172268 40.01 514268 676784 28 10:23:19 10:15:01 449316 0 618384 32.87 0 813844 1172184 40.00 514204 676796 12 10:23:19 10:16:01 448840 0 618860 32.89 0 813844 1172292 40.01 514828 676832 20 10:23:19 10:17:01 449272 0 618424 32.87 0 813848 1172184 40.00 514116 676848 12 10:23:19 10:18:01 449240 0 618444 32.87 0 813860 1172184 40.00 514228 676856 8 10:23:19 10:19:01 449036 0 618640 32.88 0 813868 1172268 40.01 514320 676860 16 10:23:19 10:20:01 449012 0 618664 32.88 0 813868 1172244 40.01 514444 676860 12 10:23:19 10:21:01 449428 0 618196 32.86 0 813920 1172184 40.00 514256 676916 12 10:23:19 10:22:01 255640 0 748440 39.78 0 877464 1172216 40.01 554996 699948 8 10:23:19 10:23:01 82176 0 839596 44.62 0 959772 1599524 54.59 660672 742252 63240 10:23:19 Average: 329598 0 684595 36.38 340 867010 1454969 49.66 559653 733109 17666 10:23:19 10:23:19 09:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:23:19 10:00:01 eth0 709.46 483.40 3010.96 70.97 0.00 0.00 0.00 0.00 10:23:19 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:01:01 eth0 1152.61 1183.48 5842.06 139.58 0.00 0.00 0.00 0.00 10:23:19 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:01:01 docker0 876.00 787.57 71.47 2684.80 0.00 0.00 0.00 0.00 10:23:19 10:02:01 eth0 202.47 145.30 860.53 22.82 0.00 0.00 0.00 0.00 10:23:19 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:02:01 docker0 126.97 170.43 8.73 830.33 0.00 0.00 0.00 0.00 10:23:19 10:02:01 veth452a343 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:23:19 10:03:02 eth0 35.88 22.45 23.86 67.27 0.00 0.00 0.00 0.00 10:23:19 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:03:02 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 10:23:19 10:03:02 veth452a343 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 10:23:19 10:04:01 eth0 27.46 14.83 22.93 12.55 0.00 0.00 0.00 0.00 10:23:19 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:04:01 docker0 0.52 0.52 0.03 0.04 0.00 0.00 0.00 0.00 10:23:19 10:04:01 veth452a343 0.52 0.52 0.04 0.04 0.00 0.00 0.00 0.00 10:23:19 10:05:01 veth4f052a3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:05:01 veth9005b8b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:23:19 10:05:01 eth0 209.42 179.82 1694.18 84.91 0.00 0.00 0.00 0.00 10:23:19 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:06:01 vethf36d4c0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:23:19 10:06:01 veth6c903bc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:23:19 10:06:01 veth400f879 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 10:23:19 10:06:01 vethbea6bc5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:23:19 10:07:01 veth9005b8b 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 10:23:19 10:07:01 eth0 2714.74 2264.51 13444.57 448.06 0.00 0.00 0.00 0.00 10:23:19 10:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:23:19 10:07:01 docker0 1031.82 1012.60 81.72 3823.32 0.00 0.00 0.00 0.00 10:23:19 10:08:02 veth8f85f6d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:08:02 veth240ab6f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:08:02 veth9005b8b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:08:02 eth0 119.70 79.09 392.29 94.80 0.00 0.00 0.00 0.00 10:23:19 10:09:01 eth0 88.96 63.90 155.44 86.68 0.00 0.00 0.00 0.00 10:23:19 10:09:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:23:19 10:09:01 docker0 1090.64 1102.12 85.74 4388.55 0.00 0.00 0.00 0.00 10:23:19 10:10:01 eth0 0.90 0.57 0.70 0.25 0.00 0.00 0.00 0.00 10:23:19 10:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:11:01 eth0 1.02 0.28 0.32 0.17 0.00 0.00 0.00 0.00 10:23:19 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:12:01 eth0 0.22 0.10 0.02 0.04 0.00 0.00 0.00 0.00 10:23:19 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:13:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:14:01 eth0 0.30 0.17 0.14 0.07 0.00 0.00 0.00 0.00 10:23:19 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:15:01 eth0 1.30 0.10 0.12 0.01 0.00 0.00 0.00 0.00 10:23:19 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:16:01 eth0 1.00 0.52 0.54 0.39 0.00 0.00 0.00 0.00 10:23:19 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:17:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:23:19 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:18:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:23:19 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:19:01 eth0 0.23 0.15 0.08 0.04 0.00 0.00 0.00 0.00 10:23:19 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:20:01 eth0 0.18 0.13 0.07 0.04 0.00 0.00 0.00 0.00 10:23:19 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:23:19 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:22:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:23:19 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:23:01 eth0 205.31 166.62 2168.96 20.22 0.00 0.00 0.00 0.00 10:23:19 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 Average: eth0 124.48 104.26 659.53 26.34 0.00 0.00 0.00 0.00 10:23:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:23:19 Average: docker0 44.72 45.19 3.52 179.93 0.00 0.00 0.00 0.00 10:23:19 10:23:19 10:23:19 ---> sar -P ALL: 10:23:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 10:23:19 10:23:19 09:58:24 LINUX RESTART (4 CPU) 10:23:19 10:23:19 09:59:01 CPU %user %nice %system %iowait %steal %idle 10:23:19 10:00:01 all 6.38 0.00 1.85 0.66 0.35 90.76 10:23:19 10:00:01 0 6.51 0.00 2.97 1.50 0.38 88.65 10:23:19 10:00:01 1 5.82 0.00 1.56 0.03 0.35 92.23 10:23:19 10:00:01 2 7.46 0.00 1.46 0.13 0.30 90.64 10:23:19 10:00:01 3 5.72 0.00 1.43 0.99 0.37 91.49 10:23:19 10:01:01 all 15.60 0.00 7.64 1.85 0.58 74.32 10:23:19 10:01:01 0 14.79 0.00 9.90 1.75 0.54 73.01 10:23:19 10:01:01 1 13.07 0.00 6.22 1.92 0.60 78.19 10:23:19 10:01:01 2 22.01 0.00 7.82 2.30 0.57 67.30 10:23:19 10:01:01 3 12.57 0.00 6.65 1.44 0.62 78.72 10:23:19 10:02:01 all 12.86 0.00 6.19 7.03 0.34 73.58 10:23:19 10:02:01 0 13.14 0.00 6.49 7.41 0.36 72.60 10:23:19 10:02:01 1 13.17 0.00 6.42 9.31 0.37 70.73 10:23:19 10:02:01 2 11.97 0.00 5.76 5.83 0.30 76.14 10:23:19 10:02:01 3 13.14 0.00 6.09 5.58 0.34 74.84 10:23:19 10:03:02 all 52.22 0.00 11.42 4.06 0.62 31.68 10:23:19 10:03:02 0 51.49 0.00 11.47 3.48 0.62 32.93 10:23:19 10:03:02 1 50.48 0.00 11.96 7.13 0.59 29.84 10:23:19 10:03:02 2 56.26 0.00 10.50 1.34 0.43 31.47 10:23:19 10:03:02 3 50.64 0.00 11.77 4.31 0.81 32.47 10:23:19 10:04:01 all 50.47 0.00 14.05 3.51 0.30 31.68 10:23:19 10:04:01 0 50.95 0.00 13.41 4.33 0.30 31.01 10:23:19 10:04:01 1 50.41 0.00 14.09 3.79 0.28 31.43 10:23:19 10:04:01 2 48.70 0.00 14.46 2.18 0.32 34.34 10:23:19 10:04:01 3 51.80 0.00 14.22 3.76 0.30 29.92 10:23:19 10:05:01 all 21.69 0.00 18.13 8.31 0.84 51.03 10:23:19 10:05:01 0 21.39 0.00 17.11 8.05 0.96 52.50 10:23:19 10:05:01 1 22.23 0.00 18.60 7.77 0.86 50.54 10:23:19 10:05:01 2 21.75 0.00 18.24 9.87 0.77 49.37 10:23:19 10:05:01 3 21.39 0.00 18.57 7.53 0.77 51.73 10:23:19 10:06:01 all 27.74 0.00 19.50 27.60 0.77 24.39 10:23:19 10:06:01 0 28.06 0.00 18.95 28.08 0.84 24.07 10:23:19 10:06:01 1 27.56 0.00 19.39 25.29 0.76 27.01 10:23:19 10:06:01 2 27.32 0.00 18.60 29.02 0.77 24.29 10:23:19 10:06:01 3 28.01 0.00 21.10 28.00 0.73 22.16 10:23:19 10:07:01 all 43.10 0.00 14.29 21.71 0.24 20.66 10:23:19 10:07:01 0 43.98 0.00 14.44 16.67 0.26 24.65 10:23:19 10:07:01 1 43.28 0.00 13.98 21.04 0.20 21.49 10:23:19 10:07:01 2 42.01 0.00 14.19 28.51 0.26 15.04 10:23:19 10:07:01 3 43.14 0.00 14.55 20.64 0.22 21.44 10:23:19 10:08:02 all 37.11 0.00 17.98 28.26 0.57 16.07 10:23:19 10:08:02 0 36.62 0.00 17.80 22.88 0.61 22.10 10:23:19 10:08:02 1 37.64 0.00 18.02 30.40 0.61 13.33 10:23:19 10:08:02 2 36.92 0.00 17.63 31.08 0.65 13.73 10:23:19 10:08:02 3 37.26 0.00 18.50 28.73 0.42 15.10 10:23:19 10:09:01 all 27.25 0.00 9.09 4.91 0.12 58.63 10:23:19 10:09:01 0 27.71 0.00 8.70 4.82 0.10 58.67 10:23:19 10:09:01 1 28.08 0.00 9.54 4.56 0.14 57.68 10:23:19 10:09:01 2 25.74 0.00 9.48 8.04 0.12 56.61 10:23:19 10:09:01 3 27.49 0.00 8.62 2.20 0.10 61.58 10:23:19 10:10:01 all 0.10 0.00 0.04 0.03 0.00 99.83 10:23:19 10:10:01 0 0.02 0.00 0.05 0.02 0.00 99.92 10:23:19 10:10:01 1 0.05 0.00 0.05 0.03 0.00 99.87 10:23:19 10:10:01 2 0.02 0.00 0.02 0.05 0.00 99.92 10:23:19 10:10:01 3 0.33 0.00 0.03 0.02 0.00 99.62 10:23:19 10:23:19 10:10:01 CPU %user %nice %system %iowait %steal %idle 10:23:19 10:11:01 all 0.22 0.00 0.39 0.02 0.04 99.33 10:23:19 10:11:01 0 0.08 0.00 0.32 0.00 0.07 99.53 10:23:19 10:11:01 1 0.27 0.00 0.45 0.05 0.03 99.20 10:23:19 10:11:01 2 0.12 0.00 0.43 0.00 0.02 99.44 10:23:19 10:11:01 3 0.43 0.00 0.35 0.02 0.05 99.15 10:23:19 10:12:01 all 0.14 0.00 0.02 0.00 0.00 99.83 10:23:19 10:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:23:19 10:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 10:23:19 10:12:01 2 0.53 0.00 0.03 0.00 0.00 99.43 10:23:19 10:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:23:19 10:13:01 all 0.16 0.00 0.02 0.00 0.00 99.81 10:23:19 10:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:23:19 10:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 10:23:19 10:13:01 2 0.53 0.00 0.02 0.00 0.00 99.45 10:23:19 10:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:23:19 10:14:01 all 0.14 0.00 0.05 0.03 0.00 99.79 10:23:19 10:14:01 0 0.02 0.00 0.07 0.08 0.00 99.83 10:23:19 10:14:01 1 0.03 0.00 0.05 0.00 0.00 99.92 10:23:19 10:14:01 2 0.50 0.00 0.05 0.02 0.00 99.43 10:23:19 10:14:01 3 0.00 0.00 0.03 0.00 0.00 99.97 10:23:19 10:15:01 all 0.15 0.00 0.03 0.00 0.00 99.83 10:23:19 10:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:23:19 10:15:01 1 0.05 0.00 0.05 0.00 0.00 99.90 10:23:19 10:15:01 2 0.50 0.00 0.02 0.00 0.00 99.48 10:23:19 10:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:23:19 10:16:01 all 0.11 0.00 0.03 0.00 0.03 99.82 10:23:19 10:16:01 0 0.02 0.00 0.03 0.00 0.05 99.90 10:23:19 10:16:01 1 0.32 0.00 0.05 0.02 0.05 99.57 10:23:19 10:16:01 2 0.08 0.00 0.03 0.00 0.02 99.87 10:23:19 10:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:23:19 10:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 10:23:19 10:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:23:19 10:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 10:23:19 10:17:01 2 0.05 0.00 0.02 0.00 0.00 99.93 10:23:19 10:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:23:19 10:18:01 all 0.15 0.00 0.02 0.00 0.00 99.82 10:23:19 10:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:23:19 10:18:01 1 0.50 0.00 0.02 0.00 0.00 99.48 10:23:19 10:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:23:19 10:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:23:19 10:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 10:23:19 10:19:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:23:19 10:19:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:23:19 10:19:01 2 0.05 0.00 0.07 0.00 0.00 99.88 10:23:19 10:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:23:19 10:20:01 all 0.15 0.00 0.02 0.00 0.00 99.84 10:23:19 10:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:23:19 10:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:23:19 10:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:23:19 10:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:23:19 10:21:01 all 0.10 0.00 0.04 0.00 0.00 99.85 10:23:19 10:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:23:19 10:21:01 1 0.33 0.00 0.05 0.00 0.00 99.62 10:23:19 10:21:01 2 0.05 0.00 0.05 0.02 0.00 99.88 10:23:19 10:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:23:19 10:23:19 10:21:01 CPU %user %nice %system %iowait %steal %idle 10:23:19 10:22:01 all 0.13 2.61 11.51 5.42 0.21 80.12 10:23:19 10:22:01 0 0.10 2.63 11.12 7.51 0.18 78.45 10:23:19 10:22:01 1 0.08 2.52 11.69 4.86 0.22 80.62 10:23:19 10:22:01 2 0.23 2.53 11.69 5.05 0.20 80.30 10:23:19 10:22:01 3 0.10 2.77 11.52 4.23 0.24 81.14 10:23:19 10:23:01 all 5.26 0.00 3.06 2.41 0.13 89.14 10:23:19 10:23:01 0 4.51 0.00 2.98 1.75 0.08 90.68 10:23:19 10:23:01 1 5.63 0.00 3.23 3.06 0.17 87.91 10:23:19 10:23:01 2 5.13 0.00 3.03 2.11 0.15 89.58 10:23:19 10:23:01 3 5.78 0.00 2.98 2.71 0.13 88.39 10:23:19 Average: all 12.26 0.11 5.51 4.71 0.21 77.20 10:23:19 Average: 0 12.19 0.11 5.55 4.42 0.22 77.52 10:23:19 Average: 1 12.23 0.11 5.53 4.86 0.21 77.06 10:23:19 Average: 2 12.54 0.11 5.45 5.11 0.20 76.60 10:23:19 Average: 3 12.08 0.12 5.54 4.45 0.21 77.61 10:23:19 10:23:19 10:23:19