Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than dd4dc9307d76383831dfef8fee5e9ba65f5c29de Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29510’ Running on prd-centos7-docker-4c-2g-29513 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit dd4dc9307d76383831dfef8fee5e9ba65f5c29de Merge succeeded, producing dd4dc9307d76383831dfef8fee5e9ba65f5c29de Checking out Revision dd4dc9307d76383831dfef8fee5e9ba65f5c29de (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 Commit message: "feat: Add required readWrite field to deviceCommand" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:40:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:40:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 [Pipeline] echo 10:40:10 ========================================================= 10:40:10 EdgeX Global Pipelines Version Info 10:40:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:40:12 ------------------- 10:40:12 stable info: 10:40:12 ------------------- 10:40:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:40:12 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 10:40:12 Message: update stable to v1.0.184 10:40:13 ------------------- 10:40:13 experimental info: 10:40:13 ------------------- 10:40:13 Commited By: **** collab-it+edgex@linuxfoundation.org 10:40:13 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 10:40:13 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:40:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:40:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd4dc9307d76383831dfef8fee5e9ba65f5c29de [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd4dc93 [Pipeline] echo 10:40:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:40:16 provisioning config files... 10:40:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config366429605898963795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:40:16 ---> docker-login.sh 10:40:16 nexus3.edgexfoundry.org:10001 10:40:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:17 Configure a credential helper to remove this warning. See 10:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:17 10:40:17 Login Succeeded 10:40:17 nexus3.edgexfoundry.org:10002 10:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:17 Configure a credential helper to remove this warning. See 10:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:17 10:40:17 Login Succeeded 10:40:17 nexus3.edgexfoundry.org:10003 10:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:17 Configure a credential helper to remove this warning. See 10:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:17 10:40:17 Login Succeeded 10:40:17 nexus3.edgexfoundry.org:10004 10:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:17 Configure a credential helper to remove this warning. See 10:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:17 10:40:17 Login Succeeded 10:40:17 docker.io 10:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:40:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:40:18 Configure a credential helper to remove this warning. See 10:40:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:40:18 10:40:18 Login Succeeded 10:40:18 ---> docker-login.sh ends [Pipeline] } 10:40:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:40:18 ++ 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:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/core-command/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo core-command,cmd/core-command/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/core-data/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo core-data,cmd/core-data/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/core-metadata/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo core-metadata,cmd/core-metadata/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/security-bootstrapper/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/security-proxy-setup/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/support-notifications/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo support-notifications,cmd/support-notifications/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/support-scheduler/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:40:18 + for file in '`ls cmd/**/Dockerfile`' 10:40:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:40:18 ++ cut -d/ -f2 10:40:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:40:18 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:40:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:40:19 10:40:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:40:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:40:19 latest: Pulling from edgex-devops/git-semver 10:40:19 31603596830f: Pulling fs layer 10:40:19 2a8b12db71e7: Pulling fs layer 10:40:19 6ca5941a6612: Pulling fs layer 10:40:19 ecc8261a40a4: Pulling fs layer 10:40:19 ecc8261a40a4: Waiting 10:40:19 2a8b12db71e7: Download complete 10:40:19 31603596830f: Verifying Checksum 10:40:19 31603596830f: Download complete 10:40:20 6ca5941a6612: Verifying Checksum 10:40:20 6ca5941a6612: Download complete 10:40:20 ecc8261a40a4: Verifying Checksum 10:40:20 ecc8261a40a4: Download complete 10:40:20 31603596830f: Pull complete 10:40:20 2a8b12db71e7: Pull complete 10:40:21 6ca5941a6612: Pull complete 10:40:21 ecc8261a40a4: Pull complete 10:40:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:40:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:40:21 prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container 10:40:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:40:24 $ docker top 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:40:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:40:24 [ssh-agent] Looking for ssh-agent implementation... 10:40:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:40:24 $ docker exec 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent 10:40:25 SSH_AUTH_SOCK=/tmp/ssh-YXErjaFybo5r/agent.11 10:40:25 SSH_AGENT_PID=16 10:40:25 Running ssh-add (command line suppressed) 10:40:25 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5891026627790556541.key (/w/workspace/edgex-go/6@tmp/private_key_5891026627790556541.key) 10:40:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:40:25 + git tag --points-at HEAD [Pipeline] } 10:40:25 $ docker exec --env ******** --env ******** 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent -k 10:40:25 unset SSH_AUTH_SOCK; 10:40:25 unset SSH_AGENT_PID; 10:40:25 echo Agent pid 16 killed; 10:40:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:40:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:40:25 [ssh-agent] Looking for ssh-agent implementation... 10:40:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:40:26 $ docker exec 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent 10:40:26 SSH_AUTH_SOCK=/tmp/ssh-rhBlVikd22Ab/agent.46 10:40:26 SSH_AGENT_PID=51 10:40:26 Running ssh-add (command line suppressed) 10:40:26 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8240864261189800928.key (/w/workspace/edgex-go/6@tmp/private_key_8240864261189800928.key) 10:40:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:40:26 + git semver init 10:40:26 # -> Open(): unable to determine branch for HEAD 10:40:26 # $GIT_DIR = /w/workspace/edgex-go/6/.git 10:40:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 10:40:26 # $SEMVER_REMOTE_NAME = origin 10:40:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:40:26 # $SEMVER_USER_NAME = edgex-jenkins 10:40:26 # $SEMVER_BRANCH = PR-3250 10:40:26 # $SEMVER_TEMP = /tmp/semver-556505799 10:40:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:40:44 # '/tmp/semver-556505799' -> '/w/workspace/edgex-go/6/.semver' 10:40:44 # -> Force: false 10:40:45 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 10:40:45 $ docker exec --env ******** --env ******** 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 ssh-agent -k 10:40:45 unset SSH_AUTH_SOCK; 10:40:45 unset SSH_AGENT_PID; 10:40:45 echo Agent pid 51 killed; 10:40:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:40:46 + git semver [Pipeline] } 10:40:46 $ docker stop --time=1 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 10:40:48 $ docker rm -f 42d5b6601f2430e289d53ecb70b533a780d13af86272288096700714408489d5 [Pipeline] // withDockerContainer [Pipeline] sh 10:40:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:40:49 Stashed 1 file(s) [Pipeline] echo 10:40:49 [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:40:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:40:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:40:50 + sudo service docker restart 10:40:50 + true 10:40:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:40:51 ========================================================= 10:40:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:40:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:40:51 + 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:40:56 Sending build context to Docker daemon 328.5MB 10:40:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:40:56 Step 2/6 : FROM ${BASE} 10:40:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:40:56 188c0c94c7c5: Pulling fs layer 10:40:56 0ef7d3d256c8: Pulling fs layer 10:40:56 de9db76c5a1d: Pulling fs layer 10:40:56 bca2f99d35d6: Pulling fs layer 10:40:56 93359f2a8cfa: Pulling fs layer 10:40:56 7c6f9722023f: Pulling fs layer 10:40:56 a35cf1a2eb13: Pulling fs layer 10:40:56 93359f2a8cfa: Waiting 10:40:56 7c6f9722023f: Waiting 10:40:56 a35cf1a2eb13: Waiting 10:40:56 bca2f99d35d6: Waiting 10:40:56 de9db76c5a1d: Verifying Checksum 10:40:56 de9db76c5a1d: Download complete 10:40:56 0ef7d3d256c8: Verifying Checksum 10:40:56 0ef7d3d256c8: Download complete 10:40:56 93359f2a8cfa: Verifying Checksum 10:40:56 93359f2a8cfa: Download complete 10:40:56 188c0c94c7c5: Verifying Checksum 10:40:56 188c0c94c7c5: Download complete 10:40:56 7c6f9722023f: Verifying Checksum 10:40:56 7c6f9722023f: Download complete 10:40:56 188c0c94c7c5: Pull complete 10:40:56 0ef7d3d256c8: Pull complete 10:40:56 de9db76c5a1d: Pull complete 10:40:57 a35cf1a2eb13: Verifying Checksum 10:40:57 a35cf1a2eb13: Download complete 10:40:58 bca2f99d35d6: Verifying Checksum 10:40:58 bca2f99d35d6: Download complete 10:41:04 Still waiting to schedule task 10:41:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:41:05 bca2f99d35d6: Pull complete 10:41:05 93359f2a8cfa: Pull complete 10:41:05 7c6f9722023f: Pull complete 10:41:10 a35cf1a2eb13: Pull complete 10:41:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:41:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:41:10 ---> a62c8e92a672 10:41:10 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:41:10 ---> Running in 8e958f8038e1 10:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:12 (1/12) Installing libmagic (5.38-r0) 10:41:12 (2/12) Installing file (5.38-r0) 10:41:12 (3/12) Installing libc-dev (0.7.2-r3) 10:41:12 (4/12) Installing g++ (9.3.0-r2) 10:41:19 (5/12) Installing fortify-headers (1.1-r0) 10:41:19 (6/12) Installing patch (2.7.6-r6) 10:41:19 (7/12) Installing build-base (0.5-r2) 10:41:19 (8/12) Installing libsodium (1.0.18-r0) 10:41:19 (9/12) Installing pkgconf (1.7.2-r0) 10:41:19 (10/12) Installing libsodium-dev (1.0.18-r0) 10:41:19 (11/12) Installing libzmq (4.3.3-r0) 10:41:19 (12/12) Installing zeromq-dev (4.3.3-r0) 10:41:19 Executing busybox-1.31.1-r19.trigger 10:41:19 OK: 233 MiB in 51 packages 10:41:23 Removing intermediate container 8e958f8038e1 10:41:23 ---> dd6c5bb08c2f 10:41:23 Step 4/6 : WORKDIR /edgex-go 10:41:23 ---> Running in 3aae544fbdf0 10:41:23 Removing intermediate container 3aae544fbdf0 10:41:23 ---> bd9475094702 10:41:23 Step 5/6 : COPY go.mod . 10:41:24 ---> 7c9aa229490a 10:41:24 Step 6/6 : RUN go mod download 10:41:24 ---> Running in a0acfacc388a 10:41:50 Removing intermediate container a0acfacc388a 10:41:50 ---> 9546c4cf231b 10:41:50 Successfully built 9546c4cf231b 10:41:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:41:51 + docker inspect -f . ci-base-image-x86_64 10:41:51 . [Pipeline] withDockerContainer 10:41:51 prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container 10:41:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:41:52 $ docker top 2b99f98943476a903660b2e5680ef1ad130db84273fc21a8aac25d1efcb21f2b -eo pid,comm [Pipeline] { [Pipeline] sh 10:41:52 + go version 10:41:52 go version go1.15.5 linux/amd64 [Pipeline] } 10:41:52 $ docker stop --time=1 2b99f98943476a903660b2e5680ef1ad130db84273fc21a8aac25d1efcb21f2b 10:41:54 $ docker rm -f 2b99f98943476a903660b2e5680ef1ad130db84273fc21a8aac25d1efcb21f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:41:55 + docker inspect -f . ci-base-image-x86_64 10:41:55 . [Pipeline] withDockerContainer 10:41:55 prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container 10:41:55 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:41:56 $ docker top 76ba388843bc5fade2609fc12d45f562823de79cc6bcfc95f81990261cea246e -eo pid,comm [Pipeline] { [Pipeline] echo 10:41:56 ========================================================= 10:41:56 [edgeXBuildGoParallel] Running Tests and Build... 10:41:56 ========================================================= [Pipeline] sh 10:41:56 + make test 10:41:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:42:06 ? github.com/edgexfoundry/edgex-go [no test files] 10:42:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:42:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:42:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:42:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:42:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:42:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:42:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:42:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:42:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements 10:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.199s coverage: 27.1% of statements 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:42:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29514 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 10:42:47 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 10:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 71.3% of statements 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.192s coverage: 82.9% of statements 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:42:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.097s coverage: 78.9% of statements 10:42:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.047s coverage: 100.0% of statements 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:42:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:42:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:42:52 using credential edgex-jenkins-ssh 10:42:52 Cloning the remote Git repository 10:42:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:42:52 > git init /w/workspace/edgex-go/6 # timeout=10 10:42:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:42:53 > git --version # timeout=10 10:42:53 > git --version # 'git version 2.17.1' 10:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:42:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.471s coverage: 92.8% of statements 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.1% of statements 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:42:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.040s coverage: 96.3% of statements 10:42:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 10:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements 10:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 10:43:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.094s coverage: 81.4% of statements 10:43:09 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:43:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:43:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:43:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:43:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:43:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:43:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:43:09 > git config core.sparsecheckout # timeout=10 10:43:09 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 10:43:10 Merge succeeded, producing dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:43:10 Checking out Revision dd4dc9307d76383831dfef8fee5e9ba65f5c29de (PR-3250) 10:43:10 > git remote # timeout=10 10:43:10 > git config --get remote.origin.url # timeout=10 10:43:10 using GIT_SSH to set credentials SSH Credentials for GitHub 10:43:10 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 10:43:10 > git rev-parse HEAD^{commit} # timeout=10 10:43:10 > git config core.sparsecheckout # timeout=10 10:43:10 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 10:43:14 Commit message: "feat: Add required readWrite field to deviceCommand" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:43:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:43:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:43:17 + sudo service docker restart 10:43:17 + true 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.294s coverage: 62.4% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.072s coverage: 89.5% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 96.5% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:43:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 10:43:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 10:43:18 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:43:19 provisioning config files... 10:43:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2242604940646280662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:43:19 ---> docker-login.sh 10:43:19 nexus3.edgexfoundry.org:10001 10:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:20 Configure a credential helper to remove this warning. See 10:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:20 10:43:20 Login Succeeded 10:43:20 nexus3.edgexfoundry.org:10002 10:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:21 Configure a credential helper to remove this warning. See 10:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:21 10:43:21 Login Succeeded 10:43:21 nexus3.edgexfoundry.org:10003 10:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:21 Configure a credential helper to remove this warning. See 10:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:21 10:43:21 Login Succeeded 10:43:21 nexus3.edgexfoundry.org:10004 10:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:22 Configure a credential helper to remove this warning. See 10:43:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:22 10:43:22 Login Succeeded 10:43:22 docker.io 10:43:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:43:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:43:23 Configure a credential helper to remove this warning. See 10:43:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:43:23 10:43:23 Login Succeeded 10:43:23 ---> docker-login.sh ends [Pipeline] } 10:43:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:43:23 ========================================================= 10:43:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:43:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:43:23 + 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 . 10:43:26 Sending build context to Docker daemon 166.7MB 10:43:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:43:26 Step 2/6 : FROM ${BASE} 10:43:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:43:26 5f621e34cdf4: Pulling fs layer 10:43:26 a4357932f1b6: Pulling fs layer 10:43:26 18c013af1878: Pulling fs layer 10:43:26 00ac8860ef70: Pulling fs layer 10:43:26 63d7cb157983: Pulling fs layer 10:43:26 b116817d02f9: Pulling fs layer 10:43:26 745a02a5169b: Pulling fs layer 10:43:26 63d7cb157983: Waiting 10:43:26 b116817d02f9: Waiting 10:43:26 745a02a5169b: Waiting 10:43:26 18c013af1878: Verifying Checksum 10:43:26 18c013af1878: Download complete 10:43:26 a4357932f1b6: Verifying Checksum 10:43:26 a4357932f1b6: Download complete 10:43:26 63d7cb157983: Verifying Checksum 10:43:26 63d7cb157983: Download complete 10:43:26 b116817d02f9: Verifying Checksum 10:43:26 b116817d02f9: Download complete 10:43:26 5f621e34cdf4: Verifying Checksum 10:43:26 5f621e34cdf4: Download complete 10:43:27 5f621e34cdf4: Pull complete 10:43:27 a4357932f1b6: Pull complete 10:43:28 18c013af1878: Pull complete 10:43:28 745a02a5169b: Verifying Checksum 10:43:28 745a02a5169b: Download complete 10:43:31 00ac8860ef70: Verifying Checksum 10:43:31 00ac8860ef70: Download complete 10:43:41 00ac8860ef70: Pull complete 10:43:41 63d7cb157983: Pull complete 10:43:41 b116817d02f9: Pull complete 10:43:45 745a02a5169b: Pull complete 10:43:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:43:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:43:45 ---> b7e6874047d6 10:43: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:43:48 ---> Running in bef17c9847da 10:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:43:51 gofmt -l . 10:43:51 [ "`gofmt -l .`" = "" ] 10:43:51 ./bin/test-go-mod-tidy.sh 10:43:51 ./bin/test-attribution-txt.sh 10:43:52 (1/12) Installing libmagic (5.38-r0) [Pipeline] sh 10:43:52 (2/12) Installing file (5.38-r0) 10:43:52 (3/12) Installing libc-dev (0.7.2-r3) 10:43:52 (4/12) Installing g++ (9.3.0-r2) 10:43:52 + ls -al . 10:43:52 total 740 10:43:52 drwxrwxr-x 10 1001 1001 4096 Mar 11 10:43 . 10:43:52 drwxr-xr-x 4 root root 28 Mar 11 10:41 .. 10:43:52 -rw-rw-r-- 1 1001 1001 11 Mar 11 10:40 .dockerignore 10:43:52 drwxrwxr-x 8 1001 1001 179 Mar 11 10:40 .git 10:43:52 drwxrwxr-x 3 1001 1001 125 Mar 11 10:40 .github 10:43:52 -rw-rw-r-- 1 1001 1001 818 Mar 11 10:40 .gitignore 10:43:52 drwx------ 3 1001 1001 60 Mar 11 10:40 .semver 10:43:52 -rw-rw-r-- 1 1001 1001 166 Mar 11 10:40 .sonarcloud.properties 10:43:52 -rw-rw-r-- 1 1001 1001 8607 Mar 11 10:40 Attribution.txt 10:43:52 -rw-rw-r-- 1 1001 1001 3804 Mar 11 10:40 CONTRIBUTING.md 10:43:52 -rw-rw-r-- 1 1001 1001 931 Mar 11 10:40 Dockerfile.build 10:43:52 -rw-rw-r-- 1 1001 1001 863 Mar 11 10:40 Jenkinsfile 10:43:52 -rw-rw-r-- 1 1001 1001 10775 Mar 11 10:40 LICENSE 10:43:52 -rw-rw-r-- 1 1001 1001 5774 Mar 11 10:40 Makefile 10:43:52 -rw-rw-r-- 1 1001 1001 6548 Mar 11 10:40 README.md 10:43:52 -rw-rw-r-- 1 1001 1001 6755 Mar 11 10:40 SECURITY.md 10:43:52 -rw-rw-r-- 1 1001 1001 5 Mar 11 10:40 VERSION 10:43:52 -rw-rw-r-- 1 1001 1001 4131 Mar 11 10:40 ZMQWindows.md 10:43:52 drwxrwxr-x 2 1001 1001 117 Mar 11 10:40 bin 10:43:52 drwxrwxr-x 14 1001 1001 4096 Mar 11 10:40 cmd 10:43:52 -rw-r--r-- 1 root root 628834 Mar 11 10:43 coverage.out 10:43:52 -rw-r--r-- 1 root root 1055 Mar 11 10:43 go.mod 10:43:52 -rw-r--r-- 1 root root 21981 Mar 11 10:43 go.sum 10:43:52 drwxrwxr-x 8 1001 1001 127 Mar 11 10:40 internal 10:43:52 drwxrwxr-x 4 1001 1001 26 Mar 11 10:40 openapi 10:43:52 drwxrwxr-x 4 1001 1001 71 Mar 11 10:40 snap 10:43:52 -rw-rw-r-- 1 1001 1001 168 Mar 11 10:40 version.go [Pipeline] sh 10:43:53 + '[' -e coverage.out ] 10:43:53 + chown 1001:1001 coverage.out [Pipeline] stash 10:43:53 Stashed 1 file(s) [Pipeline] sh 10:43:53 + make build 10:43:53 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:43:57 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:43:58 (5/12) Installing fortify-headers (1.1-r0) 10:43:58 (6/12) Installing patch (2.7.6-r6) 10:43:59 (7/12) Installing build-base (0.5-r2) 10:43:59 (8/12) Installing libsodium (1.0.18-r0) 10:43:59 (9/12) Installing pkgconf (1.7.2-r0) 10:43:59 (10/12) Installing libsodium-dev (1.0.18-r0) 10:43:59 (11/12) Installing libzmq (4.3.3-r0) 10:43:59 (12/12) Installing zeromq-dev (4.3.3-r0) 10:44:00 Executing busybox-1.31.1-r19.trigger 10:44:00 OK: 217 MiB in 51 packages 10:44:04 Removing intermediate container bef17c9847da 10:44:04 ---> 7def9ecb5548 10:44:04 Step 4/6 : WORKDIR /edgex-go 10:44:04 ---> Running in 5f062f0b168c 10:44:04 Removing intermediate container 5f062f0b168c 10:44:04 ---> b5b150338966 10:44:04 Step 5/6 : COPY go.mod . 10:44:05 ---> 796d24bd08e2 10:44:05 Step 6/6 : RUN go mod download 10:44:05 ---> Running in 50baa8b67821 10:44:07 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:44:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:44:11 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:44:13 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:44: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:44:15 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:44:17 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:44:18 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:44:20 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:44:22 $ docker stop --time=1 76ba388843bc5fade2609fc12d45f562823de79cc6bcfc95f81990261cea246e 10:44:23 $ docker rm -f 76ba388843bc5fade2609fc12d45f562823de79cc6bcfc95f81990261cea246e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:44:25 10:44:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:44:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:44:26 latest: Pulling from edgex-devops/edgex-compose 10:44:26 cbdbe7a5bc2a: Pulling fs layer 10:44:26 ca9280d653b3: Pulling fs layer 10:44:26 7e9c9ca2126c: Pulling fs layer 10:44:26 cbdbe7a5bc2a: Download complete 10:44:26 ca9280d653b3: Verifying Checksum 10:44:26 ca9280d653b3: Download complete 10:44:26 cbdbe7a5bc2a: Pull complete 10:44:27 ca9280d653b3: Pull complete 10:44:28 7e9c9ca2126c: Download complete 10:44:32 Removing intermediate container 50baa8b67821 10:44:32 ---> 62168545c94a 10:44:32 Successfully built 62168545c94a 10:44:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:44:32 + docker inspect -f . ci-base-image-arm64 10:44:32 . [Pipeline] withDockerContainer 10:44:32 prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container 10:44:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:44:34 $ docker top 58dbf10e433156ece85b7d7f429b217ef602140ebd6d2773f28f8bb5df3d4db5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:44:35 + go version 10:44:35 go version go1.15.5 linux/arm64 [Pipeline] } 10:44:35 $ docker stop --time=1 58dbf10e433156ece85b7d7f429b217ef602140ebd6d2773f28f8bb5df3d4db5 10:44:36 7e9c9ca2126c: Pull complete 10:44:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:44:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:44:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:44:37 $ docker rm -f 58dbf10e433156ece85b7d7f429b217ef602140ebd6d2773f28f8bb5df3d4db5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 10:44:37 prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container 10:44:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:44:39 $ docker top 5ca31ac8d39d05b09be2df961515e78457d727ef28b2a9b783ee7efd42b2a0fd -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 10:44:40 + docker-compose build --help 10:44:40 + grep parallel [Pipeline] isUnix [Pipeline] sh 10:44:40 + docker inspect -f . ci-base-image-arm64 10:44:40 . [Pipeline] withDockerContainer 10:44:41 prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container 10:44:41 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:44:41 --parallel Build images in parallel. 10:44:42 $ docker top a7f3a0ec0192a39b79b07fef59be2d9a92bac2906004f8ebe13b0cd82eddec0b -eo pid,comm [Pipeline] { [Pipeline] } 10:44:43 $ docker stop --time=1 5ca31ac8d39d05b09be2df961515e78457d727ef28b2a9b783ee7efd42b2a0fd 10:44:44 $ docker rm -f 5ca31ac8d39d05b09be2df961515e78457d727ef28b2a9b783ee7efd42b2a0fd [Pipeline] // withDockerContainer [Pipeline] echo 10:44:44 ========================================================= 10:44:44 [edgeXBuildGoParallel] Running Tests and Build... 10:44:44 ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:44:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:44:45 . [Pipeline] withDockerContainer 10:44:45 prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container 10:44:45 + make test 10:44:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:44:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:44:46 $ docker top d02dbcb55001a8aa9972fadd2d12f9b64cb16e8de3edab874fbf987e2cfdbd64 -eo pid,comm [Pipeline] { [Pipeline] sh 10:44:46 + docker-compose -f ./docker-compose-build.yml build --parallel 10:44:47 Building docker-core-command-go ... 10:44:47 Building docker-core-data-go ... 10:44:47 Building docker-core-metadata-go ... 10:44:47 Building docker-security-bootstrapper-go ... 10:44:47 Building docker-security-proxy-setup-go ... 10:44:47 Building docker-security-secretstore-setup-go ... 10:44:47 Building docker-support-notifications-go ... 10:44:47 Building docker-support-scheduler-go ... 10:44:47 Building docker-sys-mgmt-agent-go ... 10:44:47 Building docker-core-data-go 10:44:47 Building docker-security-bootstrapper-go 10:44:47 Building docker-security-secretstore-setup-go 10:44:47 Building docker-security-proxy-setup-go 10:44:47 Building docker-core-metadata-go 10:45:07 ? github.com/edgexfoundry/edgex-go [no test files] 10:45:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:45:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:45:26 ---> 9546c4cf231b 10:45:26 Step 3/21 : WORKDIR /edgex-go 10:45:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:45:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:45:26 ---> 9546c4cf231b 10:45:26 Step 3/23 : WORKDIR /edgex-go 10:45:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:45:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:45:26 ---> 9546c4cf231b 10:45:26 Step 3/23 : WORKDIR /edgex-go 10:45:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:45:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:45:26 ---> 9546c4cf231b 10:45:26 Step 3/31 : WORKDIR /edgex-go 10:45:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:45:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:45:26 ---> 9546c4cf231b 10:45:26 Step 3/24 : WORKDIR /edgex-go 10:45:26 ---> Running in 18348c1b3402 10:45:26 ---> Running in b19c50e062c2 10:45:26 ---> Running in 1bb88a474749 10:45:26 ---> Running in c9b40d72caeb 10:45:26 ---> Running in fe245df9cd0d 10:45:26 Removing intermediate container fe245df9cd0d 10:45:26 ---> 627509e5a6dc 10:45:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:26 Removing intermediate container 1bb88a474749 10:45:26 ---> fda24a0983bc 10:45:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:26 Removing intermediate container b19c50e062c2 10:45:26 ---> ebe5388b4fe3 10:45:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:26 Removing intermediate container c9b40d72caeb 10:45:26 ---> f07f8bfa52d0 10:45:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:26 Removing intermediate container 18348c1b3402 10:45:26 ---> d04ed9b2de2d 10:45:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:45:26 ---> Running in 1c4e8e4edc1c 10:45:26 ---> Running in ae00a95f13f4 10:45:26 ---> Running in 03ed81c59881 10:45:26 ---> Running in 9942ca561007 10:45:26 ---> Running in 59bff1c826bc 10:45:26 Removing intermediate container ae00a95f13f4 10:45:26 ---> f410483dec25 10:45:26 Step 5/24 : RUN apk add --update --no-cache make git 10:45:27 ---> Running in c7760102f8e0 10:45:27 Removing intermediate container 03ed81c59881 10:45:27 ---> 8b0319b68996 10:45:27 Step 5/21 : RUN apk add --update --no-cache make git 10:45:27 Removing intermediate container 1c4e8e4edc1c 10:45:27 ---> 0c44861a767f 10:45:27 Step 5/23 : RUN apk add --update --no-cache make git 10:45:27 Removing intermediate container 9942ca561007 10:45:27 ---> d938bbef4817 10:45:27 Step 5/31 : RUN apk add --update --no-cache make git 10:45:27 ---> Running in 3b6fa21e743d 10:45:27 ---> Running in 67872f613c65 10:45:27 ---> Running in 90ad62542300 10:45:27 Removing intermediate container 59bff1c826bc 10:45:27 ---> ffd692593028 10:45:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:45:27 ---> Running in a792795c0b4b 10:45:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:45:29 OK: 233 MiB in 51 packages 10:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:45:29 OK: 233 MiB in 51 packages 10:45:29 Removing intermediate container c7760102f8e0 10:45:29 ---> b47925fee939 10:45:29 Step 6/24 : COPY go.mod . 10:45:29 OK: 233 MiB in 51 packages 10:45:29 OK: 233 MiB in 51 packages 10:45:30 OK: 233 MiB in 51 packages 10:45:30 ---> 0b32f8c41343 10:45:30 Step 7/24 : RUN go mod download 10:45:30 ---> Running in 1375799a45cc 10:45:30 Removing intermediate container 67872f613c65 10:45:30 ---> c22c1aabc5cd 10:45:30 Step 6/23 : COPY go.mod . 10:45:30 Removing intermediate container 3b6fa21e743d 10:45:30 ---> f1a31eb29816 10:45:30 Step 6/21 : COPY go.mod . 10:45:30 ---> 7d584761d6bd 10:45:30 Step 7/23 : RUN go mod download 10:45:30 Removing intermediate container a792795c0b4b 10:45:30 ---> 543734f60313 10:45:30 Step 6/23 : COPY go.mod . 10:45:31 ---> Running in a887e90df168 10:45:31 ---> 3bfff6b6e98a 10:45:31 Step 7/21 : RUN go mod download 10:45:31 Removing intermediate container 90ad62542300 10:45:31 ---> e1ee36882886 10:45:31 Step 6/31 : COPY go.mod . 10:45:31 ---> Running in b023f50f4d83 10:45:31 ---> e4f879801cbe 10:45:31 Step 7/23 : RUN go mod download 10:45:31 ---> Running in e2990aa65bb0 10:45:31 ---> 34b64eee8dd2 10:45:31 Step 7/31 : RUN go mod download 10:45:32 ---> Running in b0eb56e9fa52 10:45:32 Removing intermediate container 1375799a45cc 10:45:32 ---> 9679c9cb57a3 10:45:32 Step 8/24 : COPY . . 10:45:33 Removing intermediate container a887e90df168 10:45:33 ---> 9061d84fe296 10:45:33 Step 8/23 : COPY . . 10:45:33 Removing intermediate container b023f50f4d83 10:45:33 ---> 033ba0be4158 10:45:33 Step 8/21 : COPY . . 10:45:43 Removing intermediate container e2990aa65bb0 10:45:43 ---> 1d937377addc 10:45:43 Step 8/23 : COPY . . 10:45:43 Removing intermediate container b0eb56e9fa52 10:45:43 ---> 5c09e2ed3c9f 10:45:43 Step 8/31 : COPY . . 10:45:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:46:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:46:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:46:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:46:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:46:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:46:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:46:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:46:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:46:15 ---> 275eb4a8a00a 10:46:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:46:15 ---> 2ef32c780b3b 10:46:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:46:15 ---> 2a6deb0a8208 10:46:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:46:15 ---> Running in 71b8c0f23e25 10:46:15 ---> Running in d620b108304d 10:46:15 ---> Running in 006089b29745 10:46:15 ---> c44bce2829af 10:46:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:46:15 ---> e2cd53ba1d27 10:46:15 Step 9/23 : RUN make cmd/core-data/core-data 10:46:15 ---> Running in dfaed66795e1 10:46:15 ---> Running in 58005b141740 10:46: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:46: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:46: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:46:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:46:15 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:46:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:46:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:46:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:46:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:46:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:46:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements 10:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.1% of statements 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.092s coverage: 100.0% of statements 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:46:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.356s coverage: 71.3% of statements 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:46:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:46:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.9% of statements 10:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:46:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements 10:46:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:46:48 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:46:48 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:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.143s coverage: 28.6% of statements 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.364s coverage: 86.7% of statements 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:46:53 Removing intermediate container dfaed66795e1 10:46:53 ---> 39da89203c93 10:46:53 10:46:53 Step 10/31 : FROM alpine:3.12 10:46:53 3.12: Pulling from library/alpine 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.068s coverage: 92.8% of statements 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 0.1% of statements 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.102s coverage: 79.5% of statements 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements 10:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 10:46:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:46:58 Status: Downloaded newer image for alpine:3.12 10:46:58 ---> 88dd2752d2ea 10:46:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:46:58 Removing intermediate container 71b8c0f23e25 10:46:58 ---> 6011694bd48c 10:46:58 10:46:58 Step 10/24 : FROM alpine:3.12 10:46:58 ---> 88dd2752d2ea 10:46:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:46:58 Removing intermediate container d620b108304d 10:46:58 ---> 0fdf59402757 10:46:58 10:46:58 Step 10/21 : FROM alpine:3.12 10:46:58 ---> 88dd2752d2ea 10:46:58 Step 11/21 : RUN apk add --update --no-cache curl 10:46:58 ---> Running in a7c6f23519ee 10:46:58 ---> Running in adbeaa598101 10:46:58 ---> Running in 42f026573b0f 10:46:58 Removing intermediate container a7c6f23519ee 10:46:58 ---> ea96048e8350 10:46:58 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:46:59 ---> Running in 912f46b902f2 10:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:46:59 (1/5) Installing ca-certificates (20191127-r4) 10:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:46:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:46:59 (3/5) Installing libcurl (7.69.1-r3) 10:46:59 (4/5) Installing curl (7.69.1-r3) 10:46:59 (5/5) Installing dumb-init (1.2.2-r1) 10:46:59 Executing busybox-1.31.1-r19.trigger 10:46:59 Executing ca-certificates-20191127-r4.trigger 10:46:59 (1/4) Installing ca-certificates (20191127-r4) 10:46:59 OK: 7 MiB in 19 packages 10:46:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:46:59 (3/4) Installing libcurl (7.69.1-r3) 10:46:59 (4/4) Installing curl (7.69.1-r3) 10:46:59 Executing busybox-1.31.1-r19.trigger 10:46:59 Executing ca-certificates-20191127-r4.trigger 10:46:59 (1/2) Installing dumb-init (1.2.2-r1) 10:46:59 (2/2) Installing su-exec (0.2-r1) 10:46:59 Executing busybox-1.31.1-r19.trigger 10:46:59 OK: 6 MiB in 16 packages 10:46:59 OK: 7 MiB in 18 packages 10:47:03 Removing intermediate container 006089b29745 10:47:03 ---> adb0371822a7 10:47:03 10:47:03 Step 10/23 : FROM alpine:3.12 10:47:03 ---> 88dd2752d2ea 10:47:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:47:03 Removing intermediate container 58005b141740 10:47:03 ---> 942b22c1a419 10:47:03 10:47:03 Step 10/23 : FROM alpine:3.12 10:47:03 ---> 88dd2752d2ea 10:47:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:47:03 ---> Running in 726e9c99f488 10:47:03 ---> Running in 8ebe25f630ea 10:47:04 Removing intermediate container adbeaa598101 10:47:04 ---> 73e4b2790d0e 10:47:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:47:04 Removing intermediate container 8ebe25f630ea 10:47:04 ---> 079135e7d221 10:47:04 Step 12/23 : ENV APP_PORT=48080 10:47:04 Removing intermediate container 42f026573b0f 10:47:04 ---> 303beae41080 10:47:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:47:04 ---> Running in 2b93f18f4c84 10:47:04 Removing intermediate container 912f46b902f2 10:47:04 ---> 55f6eac93763 10:47:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:47:05 ---> Running in a4f18d0e278a 10:47:05 ---> Running in 3386ae7884b1 10:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:47:05 ---> Running in d75a0094c68d 10:47:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:47:05 Removing intermediate container 2b93f18f4c84 10:47:05 ---> d3873a85117a 10:47:05 Step 13/24 : WORKDIR / 10:47:05 (1/1) Installing dumb-init (1.2.2-r1) 10:47:05 Executing busybox-1.31.1-r19.trigger 10:47:05 OK: 6 MiB in 15 packages 10:47:05 ---> Running in 8be154d896fd 10:47:05 Removing intermediate container a4f18d0e278a 10:47:05 ---> a3322812da68 10:47:05 Step 13/21 : WORKDIR /edgex 10:47:05 Removing intermediate container 3386ae7884b1 10:47:05 ---> 1a337baca2aa 10:47:05 Step 13/23 : EXPOSE $APP_PORT 10:47:05 Removing intermediate container d75a0094c68d 10:47:05 ---> 4f0364767e0b 10:47:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:47:05 ---> Running in 57464e8960f9 10:47:05 ---> Running in ac76be15054b 10:47:05 ---> Running in 90b50db0bc0e 10:47:05 Removing intermediate container 8be154d896fd 10:47:05 ---> 41ce271947d8 10:47:05 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:47:05 Removing intermediate container 57464e8960f9 10:47:05 ---> 45f246ed8c24 10:47:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:47:06 Removing intermediate container ac76be15054b 10:47:06 ---> def55afb3e70 10:47:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:47:06 Removing intermediate container 90b50db0bc0e 10:47:06 ---> 61f778c9e9a3 10:47:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:06 ---> Running in f866c2066690 10:47:06 Removing intermediate container 726e9c99f488 10:47:06 ---> 7257144de4ec 10:47:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:47:06 ---> 990c976d3238 10:47:06 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:47:06 ---> Running in e33fbb425e9c 10:47:07 ---> Running in 97b9ae9c75a8 10:47:07 ---> 38d4c8a9b58d 10:47:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:47:07 ---> b383934fe2fc 10:47:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:47:07 Removing intermediate container 97b9ae9c75a8 10:47:07 ---> 9318ba9f3c96 10:47:07 Step 13/23 : ENV APP_PORT=48081 10:47:07 ---> Running in 554a6d2059f3 10:47:07 ---> d9dd12bbce1a 10:47:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:47:08 ---> 766879d95b7b 10:47:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:47:08 Removing intermediate container 554a6d2059f3 10:47:08 ---> ee371a0ae1b7 10:47:08 Step 14/23 : EXPOSE $APP_PORT 10:47:08 ---> Running in ee38aaf20be6 10:47:08 Removing intermediate container ee38aaf20be6 10:47:08 ---> 7ea9606e9082 10:47:08 Step 15/23 : WORKDIR / 10:47:08 ---> 3e95bf3e432f 10:47:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:47:08 ---> Running in 2b151113aef2 10:47:08 ---> Running in 57dfed69ff42 10:47:08 ---> f3d7f4d10261 10:47:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:47:08 Removing intermediate container f866c2066690 10:47:08 ---> f9cd862accd5 10:47:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:47:09 Removing intermediate container 2b151113aef2 10:47:09 ---> f6ad051dac8d 10:47:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:47:09 ---> Running in 553686b16760 10:47:09 Removing intermediate container e33fbb425e9c 10:47:09 ---> 165949ccaf48 10:47:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:47:09 Removing intermediate container 57dfed69ff42 10:47:09 ---> 89e8779cfebd 10:47:09 Step 18/21 : CMD ["--init=true"] 10:47:09 ---> Running in e1dd9380ac5d 10:47:09 ---> Running in e5916e7dd0ad 10:47:09 ---> 898d7ffc8d5d 10:47:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:47:10 Removing intermediate container 553686b16760 10:47:10 ---> 6291f8147dee 10:47:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements 10:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 10:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.137s coverage: 81.4% of statements 10:47:10 ---> 5cf80b407708 10:47:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:47:10 Removing intermediate container e5916e7dd0ad 10:47:10 ---> 2b4181266b82 10:47:10 Step 19/21 : LABEL arch=x86_64 10:47:10 ---> 972a1eb50cc4 10:47:10 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:47:10 ---> Running in 28091c919e1b 10:47:10 ---> 694879fcabf7 10:47:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:47:10 ---> Running in 04ba55977e22 10:47:10 ---> Running in fd6692145238 10:47:10 Removing intermediate container 28091c919e1b 10:47:10 ---> 41d61546810a 10:47:10 Step 20/21 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:47:11 ---> 0f885f3e7782 10:47:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:47:11 ---> Running in e50549925c4f 10:47:11 Removing intermediate container e50549925c4f 10:47:11 ---> 664e2498e3d5 10:47:11 Step 21/21 : LABEL version=0.0.0 10:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:47:11 ---> 7edbeb45424a 10:47:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:47:11 ---> Running in 93cc57b2e4b5 10:47:11 ---> Running in a0d39364f7d3 10:47:11 (1/6) Installing dumb-init (1.2.2-r1) 10:47:12 (2/6) Installing libgcc (9.3.0-r2) 10:47:12 (3/6) Installing libsodium (1.0.18-r0) 10:47:12 Removing intermediate container 93cc57b2e4b5 10:47:12 ---> e3bf0a122082 10:47:12 10:47:12 (4/6) Installing libstdc++ (9.3.0-r2) 10:47:12 Removing intermediate container a0d39364f7d3 10:47:12 ---> 203f970b1c11 10:47:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:47:12 ---> Running in dc0953d40a8b 10:47:12 (5/6) Installing libzmq (4.3.3-r0) 10:47:12 (6/6) Installing zeromq (4.3.3-r0) 10:47:12 Successfully built e3bf0a122082 10:47:12 Successfully tagged docker-security-proxy-setup-go:latest 10:47:12  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 10:47:12 Executing busybox-1.31.1-r19.trigger 10:47:12 OK: 8 MiB in 20 packages 10:47:12 Removing intermediate container dc0953d40a8b 10:47:12 ---> 12a77a886e3b 10:47:12 Step 21/23 : LABEL arch=x86_64 10:47:12 Removing intermediate container 04ba55977e22 10:47:12 ---> 1d2956a7df31 10:47:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:47:13 ---> Running in e69ef42a70a5 10:47:13 ---> Running in 4379d491ae81 10:47:13 Removing intermediate container fd6692145238 10:47:13 ---> 74ffe5647273 10:47:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:47:13 Removing intermediate container e69ef42a70a5 10:47:13 ---> c18b1dc55a4b 10:47:13 Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:47:13 Removing intermediate container 4379d491ae81 10:47:13 ---> fa9774fc4781 10:47:13 Step 22/24 : LABEL arch=x86_64 10:47:13 ---> Running in 897ecf29afac 10:47:13 Removing intermediate container e1dd9380ac5d 10:47:13 ---> 3ab28fd5fb37 10:47:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:47:14 ---> Running in 6a12d169b427 10:47:14 ---> 554d3afcce85 10:47:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:47:14 Removing intermediate container 897ecf29afac 10:47:14 ---> 261f233b9eb9 10:47:14 Step 23/23 : LABEL version=0.0.0 10:47:14 ---> 2bca1c06fb14 10:47:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:47:14 ---> Running in 166a766633af 10:47:14 Removing intermediate container 6a12d169b427 10:47:14 ---> b505c70ed018 10:47:14 Step 23/24 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:47:14 ---> Running in 2a6d5f2b27b6 10:47:14 ---> 57ae8af4e642 10:47:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:47:14 Removing intermediate container 166a766633af 10:47:14 ---> 2eb1067834aa 10:47:14 10:47:16 Successfully built 2eb1067834aa 10:47:17 Successfully tagged docker-core-metadata-go:latest 10:47:17  Building docker-core-metadata-go ... done Building docker-support-notifications-go 10:47:17 Removing intermediate container 2a6d5f2b27b6 10:47:17 ---> e63d8b6029d4 10:47:17 Step 24/24 : LABEL version=0.0.0 10:47:18 ---> c291da9adbfb 10:47:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:47:18 ---> c81467bad52f 10:47:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:47:18 ---> Running in 570cb188fe8b 10:47:22 ---> f51636b9c166 10:47:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:47:22 ---> a2bb0dd416ce 10:47:22 Step 19/23 : ENTRYPOINT ["/core-data"] 10:47:22 Removing intermediate container 570cb188fe8b 10:47:22 ---> 93ae98cbfd47 10:47:22 10:47:23 Successfully built 93ae98cbfd47 10:47:25 Successfully tagged docker-security-secretstore-setup-go:latest 10:47:25 Building docker-sys-mgmt-agent-go 10:47:25  Building docker-security-secretstore-setup-go ... done  ---> Running in f17719f4920b 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.6% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.6% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 62.4% of statements 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:47:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 10:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 10:47:26 ---> 8eb876679b5c 10:47:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:47:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 69.0% of statements 10:47:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:47:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:47:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:47:27 Removing intermediate container f17719f4920b 10:47:27 ---> 44f8dc6710fd 10:47:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 38.4% of statements 10:47:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:47:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements 10:47:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:47:28 ---> Running in 38ba1a82b155 10:47:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements 10:47:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:47:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:47:28 ---> 9546c4cf231b 10:47:28 Step 3/22 : WORKDIR /edgex-go 10:47:28 ---> Using cache 10:47:28 ---> d04ed9b2de2d 10:47:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:28 ---> Using cache 10:47:28 ---> 8b0319b68996 10:47:28 Step 5/22 : RUN apk add --update --no-cache make git 10:47:28 ---> Using cache 10:47:28 ---> f1a31eb29816 10:47:28 Step 6/22 : COPY go.mod . 10:47:28 ---> Using cache 10:47:28 ---> 3bfff6b6e98a 10:47:28 Step 7/22 : RUN go mod download 10:47:28 ---> Using cache 10:47:28 ---> 033ba0be4158 10:47:28 Step 8/22 : COPY . . 10:47:28 ---> Running in d878385444d9 10:47:28 ---> Using cache 10:47:28 ---> 2ef32c780b3b 10:47:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:47:32 Removing intermediate container 38ba1a82b155 10:47:32 ---> b895be42ce1f 10:47:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:47:32 ---> Running in de3a09848190 10:47:32 Removing intermediate container d878385444d9 10:47:32 ---> 0e279c6c3ac4 10:47:32 Step 21/23 : LABEL arch=x86_64 10:47:33 ---> 3cf72285e2c0 10:47:33 Step 26/31 : RUN chmod +x /entrypoint.sh 10:47:34 ---> Running in 03c332fb4747 10:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.161s coverage: 100.0% of statements 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:47:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.419s coverage: 87.1% of statements 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:47:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:47:35 ---> Running in 2750b4f1abce 10:47:36 Removing intermediate container 03c332fb4747 10:47:36 ---> 8ed8763e3ee6 10:47:36 Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:47:36 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:47:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:47:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:47:36 ---> 9546c4cf231b 10:47:36 Step 3/22 : WORKDIR /edgex-go 10:47:36 ---> Using cache 10:47:36 ---> d04ed9b2de2d 10:47:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:36 ---> Using cache 10:47:36 ---> 8b0319b68996 10:47:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:47:38 ---> Running in 89c9cefb0fd0 10:47:38 ---> Running in 58f1b7991c67 10:47:38 Removing intermediate container 89c9cefb0fd0 10:47:38 ---> 0712a71dde07 10:47:38 Step 23/23 : LABEL version=0.0.0 10:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:47:40 ---> Running in 3a09d4aec055 10:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:47:40 Removing intermediate container 3a09d4aec055 10:47:40 ---> 7782b3a5da55 10:47:40 10:47:40 Successfully built 7782b3a5da55 10:47:40 Successfully tagged docker-core-data-go:latest 10:47:41  Building docker-core-data-go ... done Building docker-core-command-go 10:47:41 Removing intermediate container 2750b4f1abce 10:47:41 ---> a8935a76d53f 10:47:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:47:41 OK: 233 MiB in 51 packages 10:47:41 ---> Running in 017da2907c8c 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.138s coverage: 29.1% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.252s coverage: 99.0% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.220s coverage: 96.5% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:47:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 10:47:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 10:47:44 Removing intermediate container 017da2907c8c 10:47:44 ---> b4cdb0c1c64c 10:47:44 Step 28/31 : CMD ["gate"] 10:47:44 Removing intermediate container 58f1b7991c67 10:47:44 ---> 747064a0dcfb 10:47:44 Step 6/22 : COPY go.mod . 10:47:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 10:47:45 GO111MODULE=on go vet ./... 10:47:45 ---> Running in 92d6faca2121 10:47:46 ---> 90d1835a2ebe 10:47:46 Step 7/22 : RUN go mod download 10:47:46 ---> Running in 28ad596693e8 10:47:47 Removing intermediate container 92d6faca2121 10:47:47 ---> bf4a5fe83909 10:47:47 Step 29/31 : LABEL arch=x86_64 10:47:48 ---> Running in b92db25e2d8e 10:47:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:47:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:47:48 ---> 9546c4cf231b 10:47:48 Step 3/26 : WORKDIR /edgex-go 10:47:48 ---> Using cache 10:47:48 ---> d04ed9b2de2d 10:47:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:48 ---> Using cache 10:47:48 ---> 8b0319b68996 10:47:48 Step 5/26 : RUN apk add --update --no-cache make bash git 10:47:49 ---> Running in 311619374e74 10:47:49 Removing intermediate container b92db25e2d8e 10:47:49 ---> 6e7065c73f9e 10:47:49 Step 30/31 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:47:49 ---> Running in 8c2d15f2e511 10:47:49 Removing intermediate container 8c2d15f2e511 10:47:49 ---> 130837b9601c 10:47:49 Step 31/31 : LABEL version=0.0.0 10:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:47:50 ---> Running in 54f83e7045fe 10:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:47:51 OK: 233 MiB in 51 packages 10:47:53 Removing intermediate container 54f83e7045fe 10:47:53 ---> 8ad058fadbf9 10:47:53 10:47:54 Successfully built 8ad058fadbf9 10:47:55 Successfully tagged docker-security-bootstrapper-go:latest 10:47:57  Building docker-security-bootstrapper-go ... done Removing intermediate container 28ad596693e8 10:47:57 ---> cc0f957591b2 10:47:57 Step 8/22 : COPY . . 10:47:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:47:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:47:59 ---> 9546c4cf231b 10:47:59 Step 3/23 : WORKDIR /edgex-go 10:47:59 ---> Using cache 10:47:59 ---> d04ed9b2de2d 10:47:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:59 ---> Using cache 10:47:59 ---> 8b0319b68996 10:47:59 Step 5/23 : RUN apk add --update --no-cache make git 10:47:59 ---> Using cache 10:47:59 ---> f1a31eb29816 10:47:59 Step 6/23 : COPY go.mod . 10:47:59 ---> Using cache 10:47:59 ---> 3bfff6b6e98a 10:47:59 Step 7/23 : RUN go mod download 10:47:59 ---> Using cache 10:47:59 ---> 033ba0be4158 10:47:59 Step 8/23 : COPY . . 10:47:59 ---> Using cache 10:47:59 ---> 2ef32c780b3b 10:47:59 Step 9/23 : RUN make cmd/core-command/core-command 10:48:01 Removing intermediate container 311619374e74 10:48:01 ---> 55abbf1109b6 10:48:01 Step 6/26 : COPY go.mod . 10:48:03 ---> Running in 21fb8f2d1545 10:48:05 ---> 2d86e9270e72 10:48:05 Step 7/26 : RUN go mod download 10:48:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:48:08 ---> Running in 9488c1901240 10:48:18 Removing intermediate container de3a09848190 10:48:18 ---> bc8edee14ef8 10:48:18 10:48:18 Step 10/22 : FROM alpine:3.12 10:48:18 ---> 88dd2752d2ea 10:48:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:48:18 Removing intermediate container 9488c1901240 10:48:18 ---> b0d7ae31313d 10:48:18 Step 8/26 : COPY . . 10:48:18 ---> Using cache 10:48:18 ---> 7257144de4ec 10:48:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:48:18 ---> Using cache 10:48:18 ---> 9318ba9f3c96 10:48:18 Step 13/22 : ENV APP_PORT=48085 10:48:20 ---> Running in 7137b0102e1c 10:48:21 ---> afb82aab9c19 10:48:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:48:21 Removing intermediate container 7137b0102e1c 10:48:21 ---> 98b5fde0a00e 10:48:21 Step 14/22 : EXPOSE $APP_PORT 10:48:21 ---> Running in 3599ccb76cfa 10:48:22 ---> Running in 6e4c9c51dc15 10:48:24 Removing intermediate container 6e4c9c51dc15 10:48:24 ---> b8c08e7f0316 10:48:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:48:26 ---> 3d54a3b3ab52 10:48:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:48:33 ---> 174ab749e2f8 10:48:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:48:34 ---> dfa45ec13122 10:48:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:48:36 ---> Running in 0f19006680e2 10:48:36 Removing intermediate container 0f19006680e2 10:48:36 ---> dfe43f7bf2bf 10:48:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:48:38 ---> Running in 37d5e41b04ac 10:48:38 Removing intermediate container 37d5e41b04ac 10:48:38 ---> 2a5bfedc6f17 10:48:38 Step 20/22 : LABEL arch=x86_64 10:48:38 ---> 4f21a4fd2fdc 10:48:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:48:38 ---> Running in 257dac95e4cc 10:48:38 ---> Running in fb307c84dfd2 10:48:39 Removing intermediate container 257dac95e4cc 10:48:39 ---> 0bfd7f543695 10:48:39 Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:48:40 ---> Running in 8def79281a86 10:48:40 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:48:41 Removing intermediate container 8def79281a86 10:48:41 ---> ddeddaed0820 10:48:41 Step 22/22 : LABEL version=0.0.0 10:48:42 ---> Running in aa9221142047 10:48:42 Removing intermediate container 21fb8f2d1545 10:48:42 ---> cea0f4cde496 10:48:42 10:48:42 Step 10/23 : FROM alpine:3.12 10:48:42 ---> 88dd2752d2ea 10:48:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:48:42 ---> Using cache 10:48:42 ---> 7257144de4ec 10:48:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:48:42 ---> Using cache 10:48:42 ---> 9318ba9f3c96 10:48:42 Step 13/23 : ENV APP_PORT=48082 10:48:43 ---> Running in a0115303af20 10:48:43 Removing intermediate container aa9221142047 10:48:43 ---> 0520d9a7cf50 10:48:43 10:48:44 Successfully built 0520d9a7cf50 10:48:44 Successfully tagged docker-support-scheduler-go:latest 10:48:44  Building docker-support-scheduler-go ... done Removing intermediate container a0115303af20 10:48:44 ---> d671ab8b1387 10:48:44 Step 14/23 : EXPOSE $APP_PORT 10:48:44 ---> Running in a80df83f0ea8 10:48:44 Removing intermediate container a80df83f0ea8 10:48:44 ---> 1d529872f285 10:48:44 Step 15/23 : WORKDIR / 10:48:44 ---> Running in 25c74e19b9f7 10:48:44 Removing intermediate container 25c74e19b9f7 10:48:44 ---> 89a8589ff7e6 10:48:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:48:45 ---> 13aa2ff911ba 10:48:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:48:46 ---> 53165ec0a866 10:48:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:48:47 ---> 9ffbf6e04eeb 10:48:47 Step 19/23 : ENTRYPOINT ["/core-command"] 10:48:47 ---> Running in a221b497665f 10:48:47 Removing intermediate container a221b497665f 10:48:47 ---> c5e0156d362c 10:48:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:48:47 ---> Running in d34153409507 10:48:47 Removing intermediate container d34153409507 10:48:47 ---> affd9695c0d7 10:48:47 Step 21/23 : LABEL arch=x86_64 10:48:47 ---> Running in 7697ff1e36c4 10:48:48 Removing intermediate container 7697ff1e36c4 10:48:48 ---> 8b374148f731 10:48:48 Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:48:49 ---> Running in a4172c42d5b6 10:48:49 Removing intermediate container 3599ccb76cfa 10:48:49 ---> 5d01121e3769 10:48:49 10:48:49 Step 10/22 : FROM alpine:3.12 10:48:49 ---> 88dd2752d2ea 10:48:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:48:49 Removing intermediate container a4172c42d5b6 10:48:49 ---> 8ad6e569580c 10:48:49 Step 23/23 : LABEL version=0.0.0 10:48:50 ---> Running in a8a39ebf3707 10:48:50 ---> Running in bd28fdf0d2cf 10:48:50 Removing intermediate container bd28fdf0d2cf 10:48:50 ---> 25207f752348 10:48:50 10:48:50 Successfully built 25207f752348 10:48:50 Successfully tagged docker-core-command-go:latest 10:48:51  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:48:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:48:51 (1/2) Installing ca-certificates (20191127-r4) 10:48:51 (2/2) Installing dumb-init (1.2.2-r1) 10:48:51 Executing busybox-1.31.1-r19.trigger 10:48:51 Executing ca-certificates-20191127-r4.trigger 10:48:51 OK: 6 MiB in 16 packages 10:48:53 Removing intermediate container a8a39ebf3707 10:48:53 ---> e919987d29d6 10:48:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:48:53 ---> Running in 37d2a5431af6 10:48:53 Removing intermediate container 37d2a5431af6 10:48:53 ---> a69bf15a47fd 10:48:53 Step 13/22 : ENV APP_PORT=48060 10:48:53 ---> Running in 4913123cbcbe 10:48:53 Removing intermediate container 4913123cbcbe 10:48:53 ---> b310d29dd41d 10:48:53 Step 14/22 : EXPOSE $APP_PORT 10:48:54 ---> Running in 6afec6479b36 10:48:54 Removing intermediate container 6afec6479b36 10:48:54 ---> 13586c84680d 10:48:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:48:54 ---> ee85d40ed590 10:48:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:48:56 ---> 08af1f1d9ed3 10:48:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:48:56 Removing intermediate container fb307c84dfd2 10:48:56 ---> e563cf6d5849 10:48:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:48:56 ---> Running in 96fe0737dc1c 10:48:56 ---> 5fa114047eae 10:48:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:48:56 ---> Running in dc1e10ee2b69 10:48:57 Removing intermediate container dc1e10ee2b69 10:48:57 ---> fece04bb0e5e 10:48:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:48:57 ---> Running in 2ca7e7034649 10:48:57 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:48:57 Removing intermediate container 2ca7e7034649 10:48:57 ---> b8a98d0182c1 10:48:57 Step 20/22 : LABEL arch=x86_64 10:48:57 ---> Running in 5697b4c96a7a 10:48:57 Removing intermediate container 5697b4c96a7a 10:48:57 ---> 2c34142cc037 10:48:57 Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:48:57 ---> Running in 509537deaafa 10:48:58 Removing intermediate container 509537deaafa 10:48:58 ---> e8234bf3bd36 10:48:58 Step 22/22 : LABEL version=0.0.0 10:48:58 ---> Running in 323dce2cdce1 10:48:58 Removing intermediate container 323dce2cdce1 10:48:58 ---> 8ce0ca6abf81 10:48:58 10:48:58 Successfully built 8ce0ca6abf81 10:48:58 Successfully tagged docker-support-notifications-go:latest 10:48:58  Building docker-support-notifications-go ... done Removing intermediate container 96fe0737dc1c 10:48:58 ---> 030df6410462 10:48:58 10:48:58 Step 11/26 : FROM docker:20.10.0 10:48:58 20.10.0: Pulling from library/docker 10:49:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:49:04 Status: Downloaded newer image for docker:20.10.0 10:49:04 ---> aefe523efa57 10:49:04 Step 12/26 : RUN apk add --no-cache bash 10:49:04 ---> Running in ee0c42384ca7 10:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:04 (1/2) Installing readline (8.0.4-r0) 10:49:04 (2/2) Installing bash (5.0.17-r0) 10:49:04 Executing bash-5.0.17-r0.post-install 10:49:04 Executing busybox-1.31.1-r19.trigger 10:49:04 OK: 12 MiB in 22 packages 10:49:04 Removing intermediate container ee0c42384ca7 10:49:04 ---> 3393a7a084f1 10:49:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:49:04 ---> Running in 334b3dc06684 10:49:05 Removing intermediate container 334b3dc06684 10:49:05 ---> 089e9a598680 10:49:05 Step 14/26 : ENV APP_PORT=48090 10:49:05 ---> Running in 2701d0beafac 10:49:05 Removing intermediate container 2701d0beafac 10:49:05 ---> bbe70267ca8c 10:49:05 Step 15/26 : EXPOSE $APP_PORT 10:49:05 ---> Running in 5a8b7d5a872f 10:49:05 Removing intermediate container 5a8b7d5a872f 10:49:05 ---> 911aabee5c17 10:49:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:49:06 ---> c942318feea6 10:49:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:49:06 ---> fed3c8acb139 10:49:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:49:06 ---> 34e2968547ba 10:49:06 Step 19/26 : RUN apk --no-cache add py3-pip 10:49:06 ---> Running in 92db592c0d39 10:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:07 (1/33) Installing libbz2 (1.0.8-r1) 10:49:07 (2/33) Installing expat (2.2.9-r1) 10:49:07 (3/33) Installing libffi (3.3-r2) 10:49:07 (4/33) Installing gdbm (1.13-r1) 10:49:07 (5/33) Installing xz-libs (5.2.5-r0) 10:49:07 (6/33) Installing sqlite-libs (3.32.1-r0) 10:49:07 (7/33) Installing python3 (3.8.5-r1) 10:49:07 gofmt -l . 10:49:07 [ "`gofmt -l .`" = "" ] 10:49:07 ./bin/test-go-mod-tidy.sh 10:49:07 ./bin/test-attribution-txt.sh [Pipeline] sh 10:49:08 + ls -al . 10:49:08 total 768 10:49:08 drwxrwxr-x 9 1001 1001 4096 Mar 11 10:49 . 10:49:08 drwxr-xr-x 4 root root 4096 Mar 11 10:44 .. 10:49:08 -rw-rw-r-- 1 1001 1001 11 Mar 11 10:43 .dockerignore 10:49:08 drwxrwxr-x 8 1001 1001 4096 Mar 11 10:43 .git 10:49:08 drwxrwxr-x 3 1001 1001 4096 Mar 11 10:43 .github 10:49:08 -rw-rw-r-- 1 1001 1001 818 Mar 11 10:43 .gitignore 10:49:08 -rw-rw-r-- 1 1001 1001 166 Mar 11 10:43 .sonarcloud.properties 10:49:08 -rw-rw-r-- 1 1001 1001 8607 Mar 11 10:43 Attribution.txt 10:49:08 -rw-rw-r-- 1 1001 1001 3804 Mar 11 10:43 CONTRIBUTING.md 10:49:08 -rw-rw-r-- 1 1001 1001 931 Mar 11 10:43 Dockerfile.build 10:49:08 -rw-rw-r-- 1 1001 1001 863 Mar 11 10:43 Jenkinsfile 10:49:08 -rw-rw-r-- 1 1001 1001 10775 Mar 11 10:43 LICENSE 10:49:08 -rw-rw-r-- 1 1001 1001 5774 Mar 11 10:43 Makefile 10:49:08 -rw-rw-r-- 1 1001 1001 6548 Mar 11 10:43 README.md 10:49:08 -rw-rw-r-- 1 1001 1001 6755 Mar 11 10:43 SECURITY.md 10:49:08 -rw-rw-r-- 1 1001 1001 5 Mar 11 10:40 VERSION 10:49:08 -rw-rw-r-- 1 1001 1001 4131 Mar 11 10:43 ZMQWindows.md 10:49:08 drwxrwxr-x 2 1001 1001 4096 Mar 11 10:43 bin 10:49:08 drwxrwxr-x 14 1001 1001 4096 Mar 11 10:43 cmd 10:49:08 -rw-r--r-- 1 root root 628834 Mar 11 10:47 coverage.out 10:49:08 -rw-r--r-- 1 root root 1055 Mar 11 10:49 go.mod 10:49:08 -rw-r--r-- 1 root root 21981 Mar 11 10:49 go.sum 10:49:08 drwxrwxr-x 8 1001 1001 4096 Mar 11 10:43 internal 10:49:08 drwxrwxr-x 4 1001 1001 4096 Mar 11 10:43 openapi 10:49:08 drwxrwxr-x 4 1001 1001 4096 Mar 11 10:43 snap 10:49:08 -rw-rw-r-- 1 1001 1001 168 Mar 11 10:43 version.go [Pipeline] sh 10:49:08 (8/33) Installing py3-appdirs (1.4.4-r1) 10:49:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:49:08 (10/33) Installing py3-parsing (2.4.7-r0) 10:49:08 (11/33) Installing py3-six (1.15.0-r0) 10:49:08 (12/33) Installing py3-packaging (20.4-r0) 10:49:08 (13/33) Installing py3-setuptools (47.0.0-r0) 10:49:08 (14/33) Installing py3-chardet (3.0.4-r4) 10:49:08 (15/33) Installing py3-idna (2.9-r0) 10:49:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:49:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:49:08 (18/33) Installing py3-requests (2.23.0-r0) 10:49:08 (19/33) Installing py3-msgpack (1.0.0-r0) 10:49:08 (20/33) Installing py3-lockfile (0.12.2-r3) 10:49:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:49:08 (22/33) Installing py3-colorama (0.4.3-r0) 10:49:08 (23/33) Installing py3-distlib (0.3.0-r0) 10:49:08 (24/33) Installing py3-distro (1.5.0-r1) 10:49:08 (25/33) Installing py3-webencodings (0.5.1-r3) 10:49:08 (26/33) Installing py3-html5lib (1.0.1-r4) 10:49:08 (27/33) Installing py3-pytoml (0.1.21-r0) 10:49:08 (28/33) Installing py3-pep517 (0.8.2-r0) 10:49:08 (29/33) Installing py3-progress (1.5-r0) 10:49:08 (30/33) Installing py3-toml (0.10.1-r0) 10:49:08 (31/33) Installing py3-retrying (1.3.3-r0) 10:49:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:49:08 (33/33) Installing py3-pip (20.1.1-r0) 10:49:08 Executing busybox-1.31.1-r19.trigger 10:49:08 OK: 71 MiB in 55 packages 10:49:08 + '[' -e coverage.out ] 10:49:08 + chown 1001:1001 coverage.out [Pipeline] stash 10:49:08 Warning: overwriting stash ‘coverage-report’ 10:49:10 Stashed 1 file(s) [Pipeline] sh 10:49:10 + make build 10:49:10 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:49:18 Removing intermediate container 92db592c0d39 10:49:18 ---> 7012c540db27 10:49:18 Step 20/26 : RUN pip install docker-compose==1.23.2 10:49:18 ---> Running in fcd27c393d09 10:49:20 Collecting docker-compose==1.23.2 10:49:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:49:20 Collecting PyYAML<4,>=3.10 10:49:20 Downloading PyYAML-3.13.tar.gz (270 kB) 10:49:21 Collecting docopt<0.7,>=0.6.1 10:49:21 Downloading docopt-0.6.2.tar.gz (25 kB) 10:49:21 Collecting jsonschema<3,>=2.5.1 10:49:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:49:21 Collecting docker<4.0,>=3.6.0 10:49:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:49:21 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:49:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:49:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:49:22 Collecting texttable<0.10,>=0.9.0 10:49:22 Downloading texttable-0.9.1.tar.gz (11 kB) 10:49:22 Collecting cached-property<2,>=1.2.0 10:49:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:49:22 Collecting websocket-client<1.0,>=0.32.0 10:49:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:49:22 Collecting dockerpty<0.5,>=0.4.1 10:49:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:49:23 Collecting docker-pycreds>=0.4.0 10:49:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:49:23 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:49:23 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:49:23 Collecting idna<2.8,>=2.5 10:49:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:49:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:49:23 Collecting urllib3<1.25,>=1.21.1 10:49:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:49:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:49:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:49:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:49:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:49:23 Installing collected packages: PyYAML, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, cached-property, dockerpty, docker-compose 10:49:23 Running setup.py install for PyYAML: started 10:49:24 Running setup.py install for PyYAML: finished with status 'done' 10:49:24 Running setup.py install for docopt: started 10:49:24 Running setup.py install for docopt: finished with status 'done' 10:49:24 Attempting uninstall: idna 10:49:24 Found existing installation: idna 2.9 10:49:24 Uninstalling idna-2.9: 10:49:24 Successfully uninstalled idna-2.9 10:49:24 Attempting uninstall: urllib3 10:49:24 Found existing installation: urllib3 1.25.9 10:49:24 Uninstalling urllib3-1.25.9: 10:49:25 Successfully uninstalled urllib3-1.25.9 10:49:25 Attempting uninstall: requests 10:49:25 Found existing installation: requests 2.23.0 10:49:25 Uninstalling requests-2.23.0: 10:49:25 Successfully uninstalled requests-2.23.0 10:49:25 Running setup.py install for texttable: started 10:49:26 Running setup.py install for texttable: finished with status 'done' 10:49:26 Running setup.py install for dockerpty: started 10:49:26 Running setup.py install for dockerpty: finished with status 'done' 10:49:26 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:49:30 Removing intermediate container fcd27c393d09 10:49:30 ---> c2497ee042ce 10:49:30 Step 21/26 : RUN apk --no-cache add curl 10:49:30 ---> Running in a7e182aefb9d 10:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:49:31 (2/3) Installing libcurl (7.69.1-r3) 10:49:31 (3/3) Installing curl (7.69.1-r3) 10:49:31 Executing busybox-1.31.1-r19.trigger 10:49:31 OK: 72 MiB in 58 packages 10:49:31 Removing intermediate container a7e182aefb9d 10:49:31 ---> 3e30a6e6957f 10:49:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:49:31 ---> Running in 94a16c97425d 10:49:31 Removing intermediate container 94a16c97425d 10:49:31 ---> 6e604dfc275a 10:49:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:49:31 ---> Running in e120496b0ee9 10:49:32 Removing intermediate container e120496b0ee9 10:49:32 ---> b17b48ed1b3e 10:49:32 Step 24/26 : LABEL arch=x86_64 10:49:32 ---> Running in 873db9c2f633 10:49:32 Removing intermediate container 873db9c2f633 10:49:32 ---> 38eac58ecd76 10:49:32 Step 25/26 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:49:32 ---> Running in 6c6aa88fff1c 10:49:32 Removing intermediate container 6c6aa88fff1c 10:49:32 ---> 224a408efc33 10:49:32 Step 26/26 : LABEL version=0.0.0 10:49:32 ---> Running in fd42c0734ee1 10:49:32 Removing intermediate container fd42c0734ee1 10:49:32 ---> d5a90fc20a6a 10:49:32 10:49:33 Successfully built d5a90fc20a6a 10:49:33 Successfully tagged docker-sys-mgmt-agent-go:latest 10:49:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:49:33 $ docker stop --time=1 d02dbcb55001a8aa9972fadd2d12f9b64cb16e8de3edab874fbf987e2cfdbd64 10:49:35 $ docker rm -f d02dbcb55001a8aa9972fadd2d12f9b64cb16e8de3edab874fbf987e2cfdbd64 [Pipeline] // withDockerContainer [Pipeline] sh 10:49:35 + docker images 10:49:35 + grep docker 10:49:35 docker-sys-mgmt-agent-go latest d5a90fc20a6a 3 seconds ago 313MB 10:49:35 docker-support-notifications-go latest 8ce0ca6abf81 37 seconds ago 17.8MB 10:49:35 docker-core-command-go latest 25207f752348 45 seconds ago 17.2MB 10:49:35 docker-support-scheduler-go latest 0520d9a7cf50 53 seconds ago 17.3MB 10:49:35 docker-security-bootstrapper-go latest 8ad058fadbf9 About a minute ago 18.7MB 10:49:35 docker-core-data-go latest 7782b3a5da55 About a minute ago 22.6MB 10:49:35 docker-security-secretstore-setup-go latest 93ae98cbfd47 2 minutes ago 24.9MB 10:49:35 docker-core-metadata-go latest 2eb1067834aa 2 minutes ago 19MB 10:49:35 docker-security-proxy-setup-go latest e3bf0a122082 2 minutes ago 24.7MB 10:49:35 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 10:49:45 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:49:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:49:51 Still waiting to schedule task 10:49:51 ‘prd-ubuntu18.04-docker-8c-8g-29515’ is offline 10:49:55 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:49:55 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:50:01 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:50:06 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:50:10 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:50:14 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:50:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:50:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 10:50:28 $ docker stop --time=1 a7f3a0ec0192a39b79b07fef59be2d9a92bac2906004f8ebe13b0cd82eddec0b 10:50:31 $ docker rm -f a7f3a0ec0192a39b79b07fef59be2d9a92bac2906004f8ebe13b0cd82eddec0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:50:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:50:33 10:50:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:50:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:50:33 latest: Pulling from edgex-devops/edgex-compose-arm64 10:50:33 29e5d40040c1: Pulling fs layer 10:50:33 1ce36da41761: Pulling fs layer 10:50:33 25b303627fd3: Pulling fs layer 10:50:35 29e5d40040c1: Download complete 10:50:35 1ce36da41761: Download complete 10:50:35 29e5d40040c1: Pull complete 10:50:37 1ce36da41761: Pull complete 10:50:37 25b303627fd3: Verifying Checksum 10:50:37 25b303627fd3: Download complete 10:50:42 Running on prd-ubuntu18.04-docker-8c-8g-29516 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 10:50:42 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 10:50:44 using credential edgex-jenkins-ssh 10:50:44 Cloning the remote Git repository 10:50:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:50:44 > git init /w/workspace/edgex-go/6 # timeout=10 10:50:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:50:44 > git --version # timeout=10 10:50:44 > git --version # 'git version 2.17.1' 10:50:44 using GIT_SSH to set credentials SSH Credentials for GitHub 10:50:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:50:48 25b303627fd3: Pull complete 10:50:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:50:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:50:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:50:48 prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container 10:50:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:50:51 $ docker top 77d3bae535a968551c12e176f52a04906161796e0fbb644731bc60f308c94c31 -eo pid,comm [Pipeline] { [Pipeline] sh 10:50:52 + docker-compose build --help 10:50:52 + grep parallel 10:50:55 --parallel Build images in parallel. [Pipeline] } 10:50:55 $ docker stop --time=1 77d3bae535a968551c12e176f52a04906161796e0fbb644731bc60f308c94c31 10:50:57 $ docker rm -f 77d3bae535a968551c12e176f52a04906161796e0fbb644731bc60f308c94c31 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:50:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:50:58 . [Pipeline] withDockerContainer 10:50:59 prd-ubuntu18.04-docker-arm64-4c-16g-29514 does not seem to be running inside a container 10:50:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:51:00 $ docker top c696e69b1763fdee0ee78b1296639499bfdd1ab0ec333345aa5553581718ced9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:01 + docker-compose -f ./docker-compose-build.yml build --parallel 10:51:05 Building docker-core-command-go ... 10:51:05 Building docker-core-data-go ... 10:51:05 Building docker-core-metadata-go ... 10:51:05 Building docker-security-bootstrapper-go ... 10:51:05 Building docker-security-proxy-setup-go ... 10:51:05 Building docker-security-secretstore-setup-go ... 10:51:05 Building docker-support-notifications-go ... 10:51:05 Building docker-support-scheduler-go ... 10:51:05 Building docker-sys-mgmt-agent-go ... 10:51:05 Building docker-core-data-go 10:51:05 Building docker-support-scheduler-go 10:51:05 Building docker-security-bootstrapper-go 10:51:05 Building docker-support-notifications-go 10:51:05 Building docker-security-proxy-setup-go 10:51:05 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:51:05 Merge succeeded, producing dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:51:05 Checking out Revision dd4dc9307d76383831dfef8fee5e9ba65f5c29de (PR-3250) 10:51:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:51:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:51:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:51:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:51:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:51:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:51:05 > git config core.sparsecheckout # timeout=10 10:51:05 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 10:51:05 > git remote # timeout=10 10:51:05 > git config --get remote.origin.url # timeout=10 10:51:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:51:05 > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 10:51:05 > git rev-parse HEAD^{commit} # timeout=10 10:51:05 > git config core.sparsecheckout # timeout=10 10:51:05 > git checkout -f dd4dc9307d76383831dfef8fee5e9ba65f5c29de # timeout=10 10:51:09 Commit message: "feat: Add required readWrite field to deviceCommand" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:51:10 + echo snap-build.sh 10:51:10 snap-build.sh 10:51:10 + SNAP_BASE_DIR=. 10:51:10 + '[' '!' -z /w/workspace/edgex-go/6 ']' 10:51:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 10:51:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 10:51:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 10:51:10 + cd /w/workspace/edgex-go/6 10:51:10 + sudo apt-get remove -qy --purge lxd lxd-client 10:51:10 Reading package lists... 10:51:11 Building dependency tree... 10:51:11 Reading state information... 10:51:11 The following packages were automatically installed and are no longer required: 10:51:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:51:11 uidmap xdelta3 10:51:11 Use 'sudo apt autoremove' to remove them. 10:51:11 The following packages will be REMOVED: 10:51:11 lxd* lxd-client* 10:51:11 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:51:11 After this operation, 31.7 MB disk space will be freed. 10:51:12 (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:51:12 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:51:13 Removing lxd dnsmasq configuration 10:51:13 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:51:13 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:51:14 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:51:14 (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:51:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:51:16 Processing triggers for systemd (237-3ubuntu10.42) ... 10:51:16 Processing triggers for ureadahead (0.100.0-21) ... 10:51:17 + sudo snap remove --purge lxd 10:51:17 snap "lxd" is not installed 10:51:17 + sudo groupadd --force --system lxd 10:51:17 ++ whoami 10:51:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:51:17 + newgrp - lxd 10:51:17 + sudo snap install lxd 10:51:25 2021-03-11T10:51:24Z INFO Waiting for automatic snapd restart... 10:51:40 lxd 4.12 from Canonical* installed 10:51:40 + sudo lxd init --auto 10:51:48 + sudo snap install --classic snapcraft 10:52:07 snapcraft 4.5.4 from Canonical* installed 10:52:07 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 10:52:07 + patch --verbose -p1 10:52:07 Hmm... Looks like a unified diff to me... 10:52:07 The text leading up to this was: 10:52:07 -------------------------- 10:52:07 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 10:52:07 |From: Tony Espy 10:52:07 |Date: Wed, 16 Dec 2020 16:34:55 -0500 10:52:07 |Subject: [PATCH] optimize snap build for pipeline CI check 10:52:07 | 10:52:07 |This patch is used by the EdgeX CI pipeline builds to 10:52:07 |optimize the snap CI check run for pull requests. When 10:52:07 |applied, it essentially strips out everything (apps and 10:52:07 |parts) from the snapcraft.yaml file except those required 10:52:07 |to build edgex-go, as the whole idea of the CI check is to 10:52:07 |catch changes to edgex-go that break the snap build. 10:52:07 | 10:52:07 |In general, anyone updating snapcraft.yaml will also need 10:52:07 |to update this patch file, otherwise it may fail to apply, 10:52:07 |resulting in a failed snap build CI check in the associated 10:52:07 |pull request. 10:52:07 | 10:52:07 |Note - in addition to applying this patch, the pipeline also 10:52:07 |only primes the snap (e.g. `snapcraft prime`), as there's no 10:52:07 |need to build the finally binary .snap file (and it won't 10:52:07 |work with the patch applied). This further reduces the build 10:52:07 |time. 10:52:07 |--- 10:52:07 | snap/snapcraft.yaml | 461 +------------------------------------------- 10:52:07 | 1 file changed, 2 insertions(+), 459 deletions(-) 10:52:07 | 10:52:07 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 10:52:07 |index 1e537489..faf42425 100644 10:52:07 |--- a/snap/snapcraft.yaml 10:52:07 |+++ b/snap/snapcraft.yaml 10:52:07 -------------------------- 10:52:07 patching file snap/snapcraft.yaml 10:52:07 Using Plan A... 10:52:07 Hunk #1 succeeded at 73. 10:52:07 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 10:52:07 Hunk #3 succeeded at 217 (offset 3 lines). 10:52:07 Hunk #4 succeeded at 225 (offset 3 lines). 10:52:07 Hunk #5 succeeded at 232 (offset 3 lines). 10:52:07 Hunk #6 succeeded at 259 (offset 3 lines). 10:52:07 Hunk #7 succeeded at 293 (offset 3 lines). 10:52:07 Hunk #8 succeeded at 352 (offset 11 lines). 10:52:07 Hmm... Ignoring the trailing garbage. 10:52:07 done 10:52:07 + sudo snapcraft prime --use-lxd 10:52:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:52: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:52:07 - README.md 10:52:07 - snapcraft.yaml.orig 10:52:07 10:52:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:52:07 Launching a container. 10:52:19 Waiting for container to be ready 10:52:19 To start your first instance, try: lxc launch ubuntu:18.04 10:52:19 10:52:23 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:52:23 Waiting for network to be ready... 10:52:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:52:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:52:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 10:52:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 10:52:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 10:52:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 10:52:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 10:52:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 10:52:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 10:52:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 10:52:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:52:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:52:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:52:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:52:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:52:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:52:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:52:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:52:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:52:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 10:52:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 10:52:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 10:52:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 10:52:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 10:52:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 10:52:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 10:52:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 10:52:27 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:27 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:52:27 ---> 62168545c94a 10:52:27 Step 3/31 : WORKDIR /edgex-go 10:52:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:52:27 ---> 62168545c94a 10:52:27 Step 3/22 : WORKDIR /edgex-go 10:52:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:52:27 ---> 62168545c94a 10:52:27 Step 3/21 : WORKDIR /edgex-go 10:52:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:52:27 ---> 62168545c94a 10:52:27 Step 3/22 : WORKDIR /edgex-go 10:52:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:52:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:52:27 ---> 62168545c94a 10:52:27 Step 3/23 : WORKDIR /edgex-go 10:52:27 ---> Running in 8a40c5d3f567 10:52:27 ---> Running in 93024b730d17 10:52:27 ---> Running in dd3b61c88168 10:52:27 ---> Running in 1d530c2df5c5 10:52:27 ---> Running in 3db499e4bc10 10:52:27 Removing intermediate container 1d530c2df5c5 10:52:27 ---> edc0c6e64402 10:52:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:27 ---> Running in 67e6508f93bd 10:52:27 Removing intermediate container 3db499e4bc10 10:52:27 ---> 5f7bc116d072 10:52:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:27 Removing intermediate container 8a40c5d3f567 10:52:27 ---> 3d26d0cfc592 10:52:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:27 Removing intermediate container 93024b730d17 10:52:27 ---> 94bbc9193efa 10:52:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:27 Removing intermediate container dd3b61c88168 10:52:27 ---> f6f0cddd24fb 10:52:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:52:27 ---> Running in f6c96b2c3524 10:52:27 ---> Running in dab4ffe94357 10:52:27 ---> Running in d72fe60205d7 10:52:27 ---> Running in 72b069d0ba11 10:52:27 Removing intermediate container 67e6508f93bd 10:52:27 ---> 07efd5151c4c 10:52:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:52:27 ---> Running in 140b3290fc56 10:52:27 Removing intermediate container f6c96b2c3524 10:52:27 ---> 91c0e4bb2559 10:52:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:52:27 ---> Running in 781ffd396bac 10:52:27 Removing intermediate container dab4ffe94357 10:52:27 ---> f50b436f58e8 10:52:27 Step 5/22 : RUN apk add --update --no-cache make git 10:52:27 Removing intermediate container 72b069d0ba11 10:52:27 ---> 4d4cec9468a8 10:52:27 Step 5/31 : RUN apk add --update --no-cache make git 10:52:27 ---> Running in 8c1b6f33ba45 10:52:27 ---> Running in e7e081a382ca 10:52:27 Removing intermediate container d72fe60205d7 10:52:27 ---> 82db045e8a2d 10:52:27 Step 5/21 : RUN apk add --update --no-cache make git 10:52:27 ---> Running in befd737911cc 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:52:28 Fetched 24.0 MB in 4s (5977 kB/s) 10:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:28 OK: 217 MiB in 51 packages 10:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:52:28 OK: 217 MiB in 51 packages 10:52:28 Reading package lists... 10:52:28 Reading package lists... 10:52:29 Building dependency tree... 10:52:29 Reading state information... 10:52:29 The following additional packages will be installed: 10:52:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:52:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:52:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:52:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:52:29 Suggested packages: 10:52:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:52:29 Recommended packages: 10:52:29 gnupg libsasl2-modules 10:52:29 The following NEW packages will be installed: 10:52:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:52:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:52:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:52:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:52:29 The following packages will be upgraded: 10:52:29 gpg gpg-agent gpgconf libudev1 10:52:29 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 10:52:29 Need to get 3530 kB of archives. 10:52:29 After this operation, 13.3 MB of additional disk space will be used. 10:52:29 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:52:29 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 10:52:29 OK: 217 MiB in 51 packages 10:52:29 OK: 217 MiB in 51 packages 10:52:29 OK: 217 MiB in 51 packages 10:52:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 10:52:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 10:52:29 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 10:52:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 10:52:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:52:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:52:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 10:52:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 10:52:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 10:52:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:52:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:52:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:52:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:52:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:52:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:52:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:52:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:52:30 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:52:30 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:52:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 10:52:30 Removing intermediate container 140b3290fc56 10:52:30 ---> 80c51f093aa7 10:52:30 Step 6/23 : COPY go.mod . 10:52:30 debconf: delaying package configuration, since apt-utils is not installed 10:52:30 Fetched 3530 kB in 1s (3411 kB/s) 10:52:30 (Reading database ... 12511 files and directories currently installed.) 10:52:30 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 10:52:30 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:52:30 Removing intermediate container 781ffd396bac 10:52:30 ---> 28a4bcc7c3b3 10:52:30 Step 6/22 : COPY go.mod . 10:52:30 Removing intermediate container 8c1b6f33ba45 10:52:30 ---> 3f0dbef0c547 10:52:30 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 10:52:30 Selecting previously unselected package udev. 10:52:30 (Reading database ... 12511 files and directories currently installed.) 10:52:30 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 10:52:30 Unpacking udev (237-3ubuntu10.44) ... 10:52:30 Step 6/22 : COPY go.mod . 10:52:31 Selecting previously unselected package libfuse2:amd64. 10:52:31 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:52:31 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:52:31 Selecting previously unselected package fuse. 10:52:31 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:52:31 Unpacking fuse (2.9.7-1ubuntu1) ... 10:52:31 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 10:52:31 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:52:31 Removing intermediate container befd737911cc 10:52:31 ---> a9fedc009d48 10:52:31 Step 6/21 : COPY go.mod . 10:52:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 10:52:31 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:52:31 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 10:52:31 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:52:31 Removing intermediate container e7e081a382ca 10:52:31 ---> e1b8847a562f 10:52:31 Step 6/31 : COPY go.mod . 10:52:31 ---> 569a957c1502 10:52:31 Step 7/23 : RUN go mod download 10:52:31 Selecting previously unselected package libksba8:amd64. 10:52:31 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:52:31 Unpacking libksba8:amd64 (1.3.5-2) ... 10:52:31 ---> Running in afcfd646061f 10:52:31 ---> 5505172aa541 10:52:31 Step 7/22 : RUN go mod download 10:52:31 ---> dc9717c96114 10:52:31 Step 7/22 : RUN go mod download 10:52:32 Selecting previously unselected package libroken18-heimdal:amd64. 10:52:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:52:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:52:32 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 ---> Running in 5712f88d32cc 10:52:32 ---> Running in 20666cd78d51 10:52:32 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:52:32 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libwind0-heimdal:amd64. 10:52:32 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:52:32 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 ---> 2a79a54ba24d 10:52:32 ---> d33b7f325b67 10:52:32 Step 7/31 : RUN go mod downloadStep 7/21 : RUN go mod download 10:52:32 10:52:32 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:52:32 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:52:32 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 ---> Running in f39c37a9a77d 10:52:32 ---> Running in d8b6161cf364 10:52:32 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:52:32 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:52:32 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:32 Selecting previously unselected package libsasl2-modules-db:amd64. 10:52:32 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:52:32 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:52:32 Selecting previously unselected package libsasl2-2:amd64. 10:52:32 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:52:32 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:52:33 Selecting previously unselected package libldap-common. 10:52:33 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 10:52:33 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 10:52:33 Selecting previously unselected package libldap-2.4-2:amd64. 10:52:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 10:52:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 10:52:33 Selecting previously unselected package dirmngr. 10:52:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 10:52:33 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 10:52:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 10:52:33 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 10:52:33 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:52:33 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:52:33 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:52:33 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 10:52:33 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:33 Setting up libksba8:amd64 (1.3.5-2) ... 10:52:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:52:33 Setting up udev (237-3ubuntu10.44) ... 10:52:33 invoke-rc.d: policy-rc.d denied execution of start. 10:52:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Processing triggers for systemd (237-3ubuntu10) ... 10:52:34 Setting up fuse (2.9.7-1ubuntu1) ... 10:52:34 Setting up gpg (2.2.4-1ubuntu1.4) ... 10:52:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:52:34 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 10:52:34 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 10:52:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:52:34 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:52:34 settings in the [Install] section, and DefaultInstance for template units). 10:52:34 This means they are not meant to be enabled using systemctl. 10:52:34 Possible reasons for having this kind of units are: 10:52:34 1) A unit may be statically enabled by being symlinked from another unit's 10:52:34 .wants/ or .requires/ directory. 10:52:34 2) A unit's purpose may be to act as a helper for some other unit which has 10:52:34 a requirement dependency on it. 10:52:34 3) A unit may be started when needed via activation (socket, path, timer, 10:52:34 D-Bus, udev, scripted systemctl call, ...). 10:52:34 4) In case of template units, the unit is meant to be enabled with some 10:52:34 instance name specified. 10:52:35 Reading package lists... 10:52:35 Building dependency tree... 10:52:35 Reading state information... 10:52:35 The following additional packages will be installed: 10:52:35 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:52:35 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:52:35 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:52:35 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:52:35 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:52:35 Suggested packages: 10:52:35 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:52:35 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:52:35 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:52:35 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:52:35 systemd-container policykit-1 10:52:35 Recommended packages: 10:52:35 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:52:35 The following NEW packages will be installed: 10:52:35 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:52:35 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:52:35 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:52:35 multiarch-support openssh-client python3 python3-minimal python3.6 10:52:35 python3.6-minimal snapd squashfs-tools sudo 10:52:35 The following packages will be upgraded: 10:52:35 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:52:35 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 10:52:35 Need to get 35.2 MB of archives. 10:52:35 After this operation, 141 MB of additional disk space will be used. 10:52:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 10:52:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 10:52:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 10:52:36 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:52:36 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:52:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:52:36 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:52:36 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:52:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 10:52:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:52:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 10:52:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:52:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:52:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:52:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:52:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:52:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 10:52:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:52:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 10:52:36 Removing intermediate container afcfd646061f 10:52:36 ---> 3cb355d1bc87 10:52:36 Step 8/23 : COPY . . 10:52:36 Removing intermediate container 5712f88d32cc 10:52:36 ---> 89c1c4251604 10:52:36 Step 8/22 : COPY . . 10:52:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 10:52:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:52:36 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:52:36 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:52:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:52:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:52:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 10:52:36 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:52:36 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:52:36 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:52:36 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:52:36 Removing intermediate container 20666cd78d51 10:52:36 ---> 2eedb53ec8f9 10:52:36 Step 8/22 : COPY . . 10:52:37 debconf: delaying package configuration, since apt-utils is not installed 10:52:37 Fetched 35.2 MB in 1s (26.2 MB/s) 10:52:37 (Reading database ... 12757 files and directories currently installed.) 10:52:37 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 10:52:37 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:52:37 Removing intermediate container d8b6161cf364 10:52:37 ---> 977cf288c8f1 10:52:37 Step 8/21 : COPY . . 10:52:38 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 10:52:38 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:52:38 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 10:52:38 Removing intermediate container f39c37a9a77d 10:52:38 ---> a2af658cf729 10:52:38 Step 8/31 : COPY . . 10:52:38 (Reading database ... 12757 files and directories currently installed.) 10:52:38 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 10:52:38 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 10:52:38 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 10:52:38 (Reading database ... 12757 files and directories currently installed.) 10:52:38 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 10:52:38 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 10:52:38 Setting up apt (1.6.12ubuntu0.2) ... 10:52:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:52:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:52:39 (Reading database ... 12764 files and directories currently installed.) 10:52:39 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 10:52:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 10:52:39 Selecting previously unselected package libpython3.6-minimal:amd64. 10:52:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:52:39 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:52:39 Selecting previously unselected package libexpat1:amd64. 10:52:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:52:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:52:40 Selecting previously unselected package python3.6-minimal. 10:52:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:52:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 10:52:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 10:52:40 Checking for services that may need to be restarted...done. 10:52:40 Checking for services that may need to be restarted...done. 10:52:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:52:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:52:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 10:52:41 Selecting previously unselected package python3-minimal. 10:52:41 (Reading database ... 13012 files and directories currently installed.) 10:52:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:52:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:52:41 Selecting previously unselected package mime-support. 10:52:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:52:41 Unpacking mime-support (3.60ubuntu1) ... 10:52:41 Selecting previously unselected package libmpdec2:amd64. 10:52:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:52:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:52:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:52:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:52:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:52:41 Selecting previously unselected package python3.6. 10:52:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:52:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 10:52:41 Selecting previously unselected package libpython3-stdlib:amd64. 10:52:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:52:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:52:42 Setting up python3-minimal (3.6.7-1~18.04) ... 10:52:42 Selecting previously unselected package python3. 10:52:42 (Reading database ... 13442 files and directories currently installed.) 10:52:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:52:42 Unpacking python3 (3.6.7-1~18.04) ... 10:52:42 Selecting previously unselected package multiarch-support. 10:52:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 10:52:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 10:52:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 10:52:42 Selecting previously unselected package liblzo2-2:amd64. 10:52:42 (Reading database ... 13479 files and directories currently installed.) 10:52:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:52:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:52:42 Selecting previously unselected package libbsd0:amd64. 10:52:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:52:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:52:42 Selecting previously unselected package sudo. 10:52:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 10:52:42 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 10:52:43 Selecting previously unselected package apparmor. 10:52:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:52:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:52:43 Selecting previously unselected package libedit2:amd64. 10:52:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:52:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:52:43 Selecting previously unselected package libkrb5support0:amd64. 10:52:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:52:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:52:43 Selecting previously unselected package libk5crypto3:amd64. 10:52:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:52:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:52:43 Selecting previously unselected package libkeyutils1:amd64. 10:52:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:52:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:52:43 Selecting previously unselected package libkrb5-3:amd64. 10:52:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:52:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:52:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:52:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:52:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:52:44 Selecting previously unselected package libssl1.0.0:amd64. 10:52:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 10:52:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 10:52:44 Selecting previously unselected package openssh-client. 10:52:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:52:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:52:44 Selecting previously unselected package squashfs-tools. 10:52:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:52:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:52:44 Selecting previously unselected package snapd. 10:52:44 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 10:52:44 Unpacking snapd (2.48.3+18.04) ... 10:52:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:52:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 10:52:46 Setting up mime-support (3.60ubuntu1) ... 10:52:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 10:52:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:52:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:52:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:52:46 Setting up systemd (237-3ubuntu10.44) ... 10:52:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:52:48 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:52:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:52:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:52:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:52:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:52:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 10:52:49 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:52:49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:52:49 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:52:49 Setting up python3 (3.6.7-1~18.04) ... 10:52:49 running python rtupdate hooks for python3.6... 10:52:49 running python post-rtupdate hooks for python3.6... 10:52:49 Setting up apparmor (2.12-4ubuntu5.1) ... 10:52:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:52:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:52:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:52:51 Setting up snapd (2.48.3+18.04) ... 10:52:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:52:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:52:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:52:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:52:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:52:52 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:52:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:52:52 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:52:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:52:53 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:52:53 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 10:52:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:52:53 Processing triggers for systemd (237-3ubuntu10.44) ... 10:52:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:52:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:52:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:52:55 Reading package lists... 10:52:56 Reading package lists... 10:52:56 Building dependency tree... 10:52:56 Reading state information... 10:52:56 Calculating upgrade... 10:52:56 The following packages will be upgraded: 10:52:56 advancecomp base-files bash binutils binutils-common 10:52:56 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:52:56 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:52:56 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 10:52:56 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 10:52:56 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 10:52:56 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 10:52:56 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 10:52:56 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 10:52:56 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 10:52:56 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 10:52:56 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 10:52:56 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 10:52:56 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 10:52:56 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:52:56 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:52:56 Need to get 63.8 MB of archives. 10:52:56 After this operation, 5202 kB of additional disk space will be used. 10:52:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 10:52:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 10:52:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:52:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:52:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:52:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:52:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:52:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:52:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:52:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:52:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:52:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:52:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:52:57 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 10:52:57 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 10:52:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:52:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 10:52:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:52:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:52:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:52:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:52:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:52:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:52:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:52:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:52:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:52:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:52:57 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:52:57 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:52:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:52:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:52:57 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:52:57 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 10:52:57 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:52:57 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:52:57 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 10:52:57 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 10:52:57 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:52:57 Get:39 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:52:57 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:52:57 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 10:52:57 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:52:57 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:52:57 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:52:57 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:52:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:52:57 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:52:57 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:52:57 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:52:57 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:52:57 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:52:57 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 10:52:57 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:52:57 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:52:57 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:52:57 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:52:57 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:52:57 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 10:52:57 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:52:57 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:52:57 Get:61 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:52:57 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:52:57 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:52:57 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:52:57 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:52:57 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:52:57 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:52:57 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:52:57 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 10:52:57 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:52:57 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 10:52:57 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 10:52:57 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 10:52:57 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:52:57 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:52:57 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 10:52:57 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:52:57 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:52:57 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:52:57 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 10:52:57 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:52:57 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:52:57 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 10:52:58 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 10:52:58 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 10:52:58 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 10:52:58 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:52:58 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:52:58 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:52:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:52:58 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:52:58 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:52:58 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:52:58 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:52:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:52:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:52:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:52:59 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:52:59 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:52:59 debconf: delaying package configuration, since apt-utils is not installed 10:52:59 Fetched 63.8 MB in 3s (19.7 MB/s) 10:52:59 (Reading database ... 13912 files and directories currently installed.) 10:52:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 10:52:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:53:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 10:53:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:53:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 10:53:00 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 10:53:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:01 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:01 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:02 (Reading database ... 13911 files and directories currently installed.) 10:53:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:53:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:53:02 (Reading database ... 13911 files and directories currently installed.) 10:53:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:02 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:53:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:53:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:03 (Reading database ... 13911 files and directories currently installed.) 10:53:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 10:53:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:53:03 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 10:53:04 (Reading database ... 13911 files and directories currently installed.) 10:53:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:53:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:53:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:53:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:53:04 Setting up base-files (10.1ubuntu2.10) ... 10:53:04 Installing new version of config file /etc/issue ... 10:53:04 Installing new version of config file /etc/issue.net ... 10:53:04 Installing new version of config file /etc/lsb-release ... 10:53:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:53:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:53:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:53:04 Removing obsolete conffile /etc/default/motd-news ... 10:53:04 (Reading database ... 13912 files and directories currently installed.) 10:53:04 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:53:04 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:53:05 ---> 047f2206d166 10:53:05 Step 9/23 : RUN make cmd/core-data/core-data 10:53:05 ---> 4b063fc5012b 10:53:05 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:53:05 ---> 6e436c040475 10:53:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> b5feb062ef96 10:53:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:53:05 10:53:05 ---> Running in de884f86dd6b 10:53:05 ---> 80073b5fafc5 10:53:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:53:05 ---> Running in fa3bf1f2f105 10:53:05 ---> Running in 7ca0b787ab41 10:53:05 ---> Running in c490e2bcbd9f 10:53:05 ---> Running in 367445f03b73 10:53:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:53:05 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:53:05 Setting up bash (4.4.18-2ubuntu1.2) ... 10:53:05 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:53:05 (Reading database ... 13912 files and directories currently installed.) 10:53:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:53:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:53:05 (Reading database ... 13912 files and directories currently installed.) 10:53:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 10:53:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 10:53:05 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:53:05 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:53:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:53:05 Setting up tar (1.29b-2ubuntu0.2) ... 10:53:05 (Reading database ... 13912 files and directories currently installed.) 10:53:05 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:53:05 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:53:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:53:06 (Reading database ... 13912 files and directories currently installed.) 10:53:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:53:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:53:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:53:06 (Reading database ... 13912 files and directories currently installed.) 10:53:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:53:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:53:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:53:06 (Reading database ... 13912 files and directories currently installed.) 10:53:06 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:53:06 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:53:06 Setting up grep (3.1-2build1) ... 10:53:07 (Reading database ... 13912 files and directories currently installed.) 10:53:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:53:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:53:07 Setting up login (1:4.5-1ubuntu2) ... 10:53:07 (Reading database ... 13912 files and directories currently installed.) 10:53:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:53:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:53:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:53:07 (Reading database ... 13912 files and directories currently installed.) 10:53:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:53:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:53:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:53:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:53:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:53:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:53:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:53:08 (Reading database ... 13912 files and directories currently installed.) 10:53:08 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:53:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:53:09 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:53:09 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:53:09 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:53:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:53:11 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:53:12 (Reading database ... 13912 files and directories currently installed.) 10:53:12 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:53:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:53:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:53:15 (Reading database ... 13912 files and directories currently installed.) 10:53:15 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:16 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:53:18 (Reading database ... 13912 files and directories currently installed.) 10:53:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:53:18 (Reading database ... 13912 files and directories currently installed.) 10:53:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:53:18 (Reading database ... 13912 files and directories currently installed.) 10:53:18 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:53:19 (Reading database ... 13912 files and directories currently installed.) 10:53:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:53:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:53:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:53:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:53:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:53:20 (Reading database ... 13912 files and directories currently installed.) 10:53:20 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:53:20 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:53:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:53:20 (Reading database ... 13912 files and directories currently installed.) 10:53:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:53:20 (Reading database ... 13912 files and directories currently installed.) 10:53:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:53:20 (Reading database ... 13912 files and directories currently installed.) 10:53:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:53:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:53:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:53:21 (Reading database ... 13912 files and directories currently installed.) 10:53:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 10:53:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:53:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 10:53:22 (Reading database ... 13912 files and directories currently installed.) 10:53:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:53:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:53:22 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:53:22 (Reading database ... 13914 files and directories currently installed.) 10:53:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:53:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:53:22 Setting up debconf (1.5.66ubuntu1) ... 10:53:22 (Reading database ... 13914 files and directories currently installed.) 10:53:22 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 10:53:22 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:53:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 10:53:23 (Reading database ... 13914 files and directories currently installed.) 10:53:23 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 10:53:23 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:53:23 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 10:53:23 (Reading database ... 13914 files and directories currently installed.) 10:53:23 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:53:23 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:53:23 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:53:23 (Reading database ... 13914 files and directories currently installed.) 10:53:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:53:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:53:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:53:23 (Reading database ... 13914 files and directories currently installed.) 10:53:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:53:24 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:53:24 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:53:24 (Reading database ... 13914 files and directories currently installed.) 10:53:24 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:53:24 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:53:24 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 10:53:24 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:53:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:53:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:53:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:53:24 (Reading database ... 13914 files and directories currently installed.) 10:53:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:53:25 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:53:25 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:53:25 (Reading database ... 13914 files and directories currently installed.) 10:53:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:53:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:53:25 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:53:25 (Reading database ... 13914 files and directories currently installed.) 10:53:25 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:53:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:53:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:53:26 (Reading database ... 13914 files and directories currently installed.) 10:53:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 10:53:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 10:53:26 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 10:53:26 (Reading database ... 13914 files and directories currently installed.) 10:53:26 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:53:26 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:53:26 Setting up passwd (1:4.5-1ubuntu2) ... 10:53:26 (Reading database ... 13914 files and directories currently installed.) 10:53:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 10:53:26 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:53:26 Setting up gpgv (2.2.4-1ubuntu1.4) ... 10:53:27 (Reading database ... 13914 files and directories currently installed.) 10:53:27 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:53:27 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:53:27 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:53:27 (Reading database ... 13914 files and directories currently installed.) 10:53:27 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:53:27 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:53:27 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:53:27 (Reading database ... 13914 files and directories currently installed.) 10:53:27 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 10:53:27 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 10:53:27 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 10:53:27 (Reading database ... 13914 files and directories currently installed.) 10:53:27 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:53:27 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:53:28 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:53:28 (Reading database ... 13914 files and directories currently installed.) 10:53:28 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 10:53:28 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 10:53:28 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 10:53:28 (Reading database ... 13914 files and directories currently installed.) 10:53:28 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 10:53:28 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 10:53:28 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 10:53:28 (Reading database ... 13915 files and directories currently installed.) 10:53:28 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:53:28 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:53:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:53:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:53:29 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 10:53:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 10:53:29 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 10:53:29 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 10:53:29 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:53:29 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:53:29 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:53:29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:53:29 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:53:29 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:53:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:53:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:53:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:53:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:53:30 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:53:30 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:53:30 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:53:30 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:53:30 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 10:53:30 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 10:53:31 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:53:31 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:53:31 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:53:31 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:53:31 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:53:31 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:53:32 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:53:32 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:53:32 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:53:32 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:53:32 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:53:32 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:53:32 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:32 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:32 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:32 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:32 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:53:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:53:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:53:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:53:37 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:53:37 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:53:37 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:53:37 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:53:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:53:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:53:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:53:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:53:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:53:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:53:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:53:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:53:38 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:38 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:53:38 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:38 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:38 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:38 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:53:38 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:53:38 Setting up tzdata (2021a-0ubuntu0.18.04) ... 10:53:38 10:53:38 Current default time zone: 'Etc/UTC' 10:53:38 Local time is now: Thu Mar 11 10:53:38 UTC 2021. 10:53:38 Universal Time is now: Thu Mar 11 10:53:38 UTC 2021. 10:53:38 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:53:38 10:53:38 Setting up systemd-sysv (237-3ubuntu10.44) ... 10:53:38 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:38 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 10:53:38 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:53:38 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:53:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:53:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:53:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:53:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:53:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:53:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:53:39 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:53:39 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 10:53:39 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:39 Setting up patch (2.7.6-2ubuntu1.1) ... 10:53:39 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:53:39 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:53:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 10:53:39 Installing new version of config file /etc/ssl/openssl.cnf ... 10:53:39 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:53:39 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 10:53:39 Setting up ca-certificates (20210119~18.04.1) ... 10:53:41 Updating certificates in /etc/ssl/certs... 10:53:42 23 added, 27 removed; done. 10:53:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 10:53:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:53:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:53:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:53:42 Setting up pkgbinarymangler (138.18.04.1) ... 10:53:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 10:53:42 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up perl (5.26.1-6ubuntu0.5) ... 10:53:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 10:53:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:53:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:53:42 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 10:53:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:53:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:53:43 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:53:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:53:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:53:43 Processing triggers for systemd (237-3ubuntu10.44) ... 10:53:43 Processing triggers for mime-support (3.60ubuntu1) ... 10:53:43 Processing triggers for ca-certificates (20210119~18.04.1) ... 10:53:43 Updating certificates in /etc/ssl/certs... 10:53:43 0 added, 0 removed; done. 10:53:43 Running hooks in /etc/ca-certificates/update.d... 10:53:43 done. 10:53:44 Reading package lists... 10:53:44 Building dependency tree... 10:53:44 Reading state information... 10:53:44 The following NEW packages will be installed: 10:53:44 apt-transport-https 10:53:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:53:44 Need to get 1696 B of archives. 10:53:44 After this operation, 153 kB of additional disk space will be used. 10:53:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 10:53:44 debconf: delaying package configuration, since apt-utils is not installed 10:53:44 Fetched 1696 B in 0s (32.9 kB/s) 10:53:44 Selecting previously unselected package apt-transport-https. 10:53:44 (Reading database ... 13920 files and directories currently installed.) 10:53:44 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 10:53:44 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 10:53:44 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 10:53:45 Waiting for network to be ready... 10:53:51 2021-03-11T10:53:48Z INFO Waiting for automatic snapd restart... 10:53:51 snapd 2.49 from Canonical* installed 10:53:52 "snapd" switched to the "latest/stable" channel 10:53:52 10:53:55 core18 20210128 from Canonical* installed 10:53:55 "core18" switched to the "latest/stable" channel 10:53:55 10:53:58 snapcraft 4.5.4 from Canonical* installed 10:53:58 "snapcraft" switched to the "latest/stable" channel 10:53:58 10:54: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:54:03 - README.md 10:54:03 - snapcraft.yaml.orig 10:54:03 10:54:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:54:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:54:09 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:54:09 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:54:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:54:10 Reading package lists... 10:54:10 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 10:54:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:54:17 Reading package lists... 10:54:17 Building dependency tree... 10:54:17 Reading state information... 10:54:17 Suggested packages: 10:54:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:54:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:54:17 Recommended packages: 10:54:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:54:17 The following NEW packages will be installed: 10:54:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:54:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:54:17 pkg-config zip 10:54:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:54:17 Need to get 7658 kB of archives. 10:54:17 After this operation, 43.8 MB of additional disk space will be used. 10:54:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 10:54:17 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:54:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 10:54:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 10:54:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 10:54:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:54:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:54:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:54:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:54:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:54:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:54:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:54:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:54:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:54:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:54:17 debconf: delaying package configuration, since apt-utils is not installed 10:54:17 Fetched 7658 kB in 1s (10.7 MB/s) 10:54:17 Selecting previously unselected package libglib2.0-0:amd64. 10:54:17 (Reading database ... 13924 files and directories currently installed.) 10:54:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 10:54:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 10:54:18 Selecting previously unselected package libpsl5:amd64. 10:54:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:54:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:54:18 Selecting previously unselected package libnghttp2-14:amd64. 10:54:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:54:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:54:18 Selecting previously unselected package librtmp1:amd64. 10:54:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:54:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:54:18 Selecting previously unselected package libcurl3-gnutls:amd64. 10:54:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 10:54:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:54:18 Selecting previously unselected package liberror-perl. 10:54:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:54:18 Unpacking liberror-perl (0.17025-1) ... 10:54:18 Selecting previously unselected package git-man. 10:54:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 10:54:18 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 10:54:18 Selecting previously unselected package git. 10:54:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 10:54:18 Unpacking git (1:2.17.1-1ubuntu0.8) ... 10:54:19 Selecting previously unselected package libnorm1:amd64. 10:54:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:54:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:54:19 Selecting previously unselected package libpgm-5.2-0:amd64. 10:54:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:54:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:54:19 Selecting previously unselected package libsodium23:amd64. 10:54:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:54:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:54:20 Selecting previously unselected package libzmq5:amd64. 10:54:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:54:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:54:20 Selecting previously unselected package libzmq3-dev:amd64. 10:54:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:54:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:54:20 Selecting previously unselected package pkg-config. 10:54:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:54:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:54:20 Selecting previously unselected package zip. 10:54:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:54:20 Unpacking zip (3.0-11build1) ... 10:54:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:54:20 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 10:54:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:54:20 Setting up liberror-perl (0.17025-1) ... 10:54:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:54:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 10:54:20 No schema files found: doing nothing. 10:54:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:54:20 Setting up zip (3.0-11build1) ... 10:54:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:54:20 Setting up libsodium23:amd64 (1.0.16-2) ... 10:54:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:54:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:54:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:54:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:54:20 Setting up git (1:2.17.1-1ubuntu0.8) ... 10:54:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:54:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:54:27 git set to automatically installed. 10:54:27 git-man set to automatically installed. 10:54:27 libcurl3-gnutls set to automatically installed. 10:54:27 liberror-perl set to automatically installed. 10:54:27 libglib2.0-0 set to automatically installed. 10:54:27 libnghttp2-14 set to automatically installed. 10:54:27 libnorm1 set to automatically installed. 10:54:27 libpgm-5.2-0 set to automatically installed. 10:54:27 libpsl5 set to automatically installed. 10:54:27 librtmp1 set to automatically installed. 10:54:27 libsodium23 set to automatically installed. 10:54:27 libzmq3-dev set to automatically installed. 10:54:27 libzmq5 set to automatically installed. 10:54:27 pkg-config set to automatically installed. 10:54:27 zip set to automatically installed. 10:54:29 snapd is not logged in, snap install commands will use sudo 10:54:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:54:35 snap "core18" has no updates available 10:54:36 Pulling config-common 10:54:36 + snapcraftctl pull 10:54:37 Pulling go-build-helper 10:54:37 + snapcraftctl pull 10:54:42 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:54:50 Removing intermediate container c490e2bcbd9f 10:54:50 ---> d351ef04f696 10:54:50 10:54:50 Step 10/21 : FROM alpine:3.12 10:54:50 3.12: Pulling from library/alpine 10:54:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:54:52 Removing intermediate container 7ca0b787ab41 10:54:52 ---> 6452a799955f 10:54:52 10:54:52 Step 10/31 : FROM alpine:3.12 10:54:52 Status: Downloaded newer image for alpine:3.12 10:54:52 ---> d10569e2745f 10:54:52 Step 11/21 : RUN apk add --update --no-cache curl 10:54:52 3.12: Pulling from library/alpine 10:54:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:54:52 Status: Image is up to date for alpine:3.12 10:54:52 ---> d10569e2745f 10:54:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:54:52 ---> Running in 6fda3dbcbb61 10:54:52 ---> Running in d3feea51da5d 10:54:53 Removing intermediate container d3feea51da5d 10:54:53 ---> 66040c39a37f 10:54:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:54:53 ---> Running in 719a062bf78b 10:54:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:54:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:55 (1/4) Installing ca-certificates (20191127-r4) 10:54:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:54:55 (3/4) Installing libcurl (7.69.1-r3) 10:54:55 (4/4) Installing curl (7.69.1-r3) 10:54:55 Executing busybox-1.31.1-r19.trigger 10:54:55 Executing ca-certificates-20191127-r4.trigger 10:54:56 OK: 7 MiB in 18 packages 10:54:56 (1/2) Installing dumb-init (1.2.2-r1) 10:54:56 (2/2) Installing su-exec (0.2-r1) 10:54:56 Executing busybox-1.31.1-r19.trigger 10:54:56 OK: 5 MiB in 16 packages 10:54:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:54:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:54:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:54:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 10:54:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:54:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:54:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:54:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:54:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 10:54:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 10:54:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 10:54:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 10:54:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 10:54:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 10:54:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:54:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:54:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:54:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 10:54:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:54:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 10:54:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 10:54:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 10:54:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 10:54:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 10:54:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 10:54:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 10:54:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 10:54:59 Fetched 24.0 MB in 0s (0 B/s) 10:54:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:54:59 Fetched 96.5 kB in 0s (0 B/s) 10:54:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:54:59 Fetched 279 kB in 0s (0 B/s) 10:54:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:54:59 Fetched 122 kB in 0s (0 B/s) 10:54:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:54:59 Fetched 77.8 kB in 0s (0 B/s) 10:54:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:54:59 Fetched 8848 B in 0s (0 B/s) 10:54:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:54:59 Fetched 47.8 kB in 0s (0 B/s) 10:54:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:54:59 Fetched 45.6 kB in 0s (0 B/s) 10:54:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 10:54:59 Fetched 15.0 kB in 0s (0 B/s) 10:54:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 10:54:59 Fetched 214 kB in 0s (0 B/s) 10:54:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 10:54:59 Fetched 154 kB in 0s (0 B/s) 10:54:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:54:59 Fetched 50.6 kB in 0s (0 B/s) 10:54:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:54:59 Fetched 14.8 kB in 0s (0 B/s) 10:54:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:54:59 Fetched 41.8 kB in 0s (0 B/s) 10:54:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:54:59 Fetched 499 kB in 0s (0 B/s) 10:54:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:54:59 Fetched 111 kB in 0s (0 B/s) 10:54:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:54:59 Fetched 240 kB in 0s (0 B/s) 10:54:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:54:59 Fetched 29.3 kB in 0s (0 B/s) 10:54:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:54:59 Fetched 85.5 kB in 0s (0 B/s) 10:54:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:54:59 Fetched 24.5 kB in 0s (0 B/s) 10:54:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 10:54:59 Fetched 49.2 kB in 0s (0 B/s) 10:54:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:54:59 Fetched 54.2 kB in 0s (0 B/s) 10:54:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:54:59 Fetched 30.8 kB in 0s (0 B/s) 10:54:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 10:54:59 Fetched 15.8 kB in 0s (0 B/s) 10:54:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:54:59 Fetched 85.9 kB in 0s (0 B/s) 10:54:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:54:59 Fetched 8720 B in 0s (0 B/s) 10:54:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 10:54:59 Fetched 137 kB in 0s (0 B/s) 10:54:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:54:59 Fetched 119 kB in 0s (0 B/s) 10:54:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 10:54:59 Fetched 109 kB in 0s (0 B/s) 10:54:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:54:59 Fetched 11.1 kB in 0s (0 B/s) 10:54:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:54:59 Fetched 645 kB in 0s (0 B/s) 10:54:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:54:59 Fetched 41.3 kB in 0s (0 B/s) 10:54:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:54:59 Fetched 17.9 kB in 0s (0 B/s) 10:54:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:54:59 Fetched 368 kB in 0s (0 B/s) 10:54:59 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 10:54:59 Fetched 187 kB in 0s (0 B/s) 10:54:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:54:59 Fetched 175 kB in 0s (0 B/s) 10:54:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:54:59 Removing intermediate container 719a062bf78b 10:54:59 ---> f8d1e7fce37c 10:54:59 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:54:59 Removing intermediate container 6fda3dbcbb61 10:54:59 ---> b7a4dbdaca81 10:54:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:54:59 ---> Running in 773ad2f8342d 10:55:00 ---> Running in 2d35c8ba4bde 10:55:01 Removing intermediate container 773ad2f8342d 10:55:01 ---> 2282fc15824f 10:55:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:55:01 Removing intermediate container 2d35c8ba4bde 10:55:01 ---> dcc5110788a4 10:55:01 Step 13/21 : WORKDIR /edgex 10:55:01 ---> Running in dc165c57cec5 10:55:01 ---> Running in a6aa2fe0eb48 10:55:02 Removing intermediate container dc165c57cec5 10:55:02 ---> ee1e94d883a7 10:55:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:55:02 Fetched 206 kB in 0s (0 B/s) 10:55:02 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 10:55:02 Fetched 1301 kB in 0s (0 B/s) 10:55:02 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:55:02 Fetched 36.2 kB in 0s (0 B/s) 10:55:02 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 10:55:02 Fetched 159 kB in 0s (0 B/s) 10:55:02 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:55:02 Fetched 107 kB in 0s (0 B/s) 10:55:02 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:55:02 Fetched 48.7 kB in 0s (0 B/s) 10:55:02 Pulling static-packages 10:55:02 + snapcraftctl pull 10:55:03 Removing intermediate container a6aa2fe0eb48 10:55:03 ---> 882b97cfc3c7 10:55:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:55:03 ---> Running in 7dc470f7ecb7 10:55:03 'go115' has dependencies that need to be staged: static-packages go-build-helper 10:55:03 Skipping pull go-build-helper (already ran) 10:55:03 Skipping pull static-packages (already ran) 10:55:03 Building go-build-helper 10:55:03 + snapcraftctl build 10:55:03 Removing intermediate container fa3bf1f2f105 10:55:03 ---> 2fdd2d9418bb 10:55:03 10:55:03 Step 10/22 : FROM alpine:3.12 10:55:03 ---> d10569e2745f 10:55:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:55:04 ---> Running in 1891e7ec1e13 10:55:04 ---> 40a78bdbf4a1 10:55:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:55:04 Removing intermediate container 367445f03b73 10:55:04 ---> a828a8b52baa 10:55:04 10:55:04 Step 10/22 : FROM alpine:3.12 10:55:04 ---> d10569e2745f 10:55:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:55:05 ---> Running in 519a97d2ec60 10:55:07 Building static-packages 10:55:07 + snapcraftctl build 10:55:07 ---> d0f1fb7132f0 10:55:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:55:08 Removing intermediate container 7dc470f7ecb7 10:55:08 ---> 496ac97e80a7 10:55:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:55:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:55:08 ---> Running in a8bc1c3544b0 10:55:08 (1/1) Installing dumb-init (1.2.2-r1) 10:55:08 Executing busybox-1.31.1-r19.trigger 10:55:08 OK: 5 MiB in 15 packages 10:55:08 (1/2) Installing ca-certificates (20191127-r4) 10:55:08 (2/2) Installing dumb-init (1.2.2-r1) 10:55:08 Executing busybox-1.31.1-r19.trigger 10:55:08 Executing ca-certificates-20191127-r4.trigger 10:55:08 Staging go-build-helper 10:55:08 + snapcraftctl stage 10:55:09 OK: 6 MiB in 16 packages 10:55:09 Removing intermediate container a8bc1c3544b0 10:55:09 ---> 31db14f3af4f 10:55:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:55:09 Staging static-packages 10:55:09 + snapcraftctl stage 10:55:09 ---> 53ae08954a80 10:55:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:55:10 ---> Running in a5358f429f39 10:55:10 Removing intermediate container 1891e7ec1e13 10:55:10 ---> 2cb4ef54471d 10:55:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:55:10 ---> 64edbf1c8672 10:55:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:55:10 Pulling go115 10:55:10 + snapcraftctl pull 10:55:10 ---> Running in b782680ae5fc 10:55:10 ---> Running in 5765c0fb2aa4 10:55:11 Removing intermediate container a5358f429f39 10:55:11 ---> f84d269d7d86 10:55:11 Step 18/21 : CMD ["--init=true"] 10:55:11 ---> Running in 689ddbf10ac3 10:55:11 Removing intermediate container b782680ae5fc 10:55:11 ---> 7d7a6345ba3e 10:55:11 Step 13/22 : ENV APP_PORT=48085 10:55:11 'edgex-go' has dependencies that need to be staged: go115 10:55:11 Skipping pull go115 (already ran) 10:55:11 Building go115 10:55:11 + dpkg --print-architecture 10:55:11 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 10:55:11 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 10:55:11 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 10:55:11 % Total % Received % Xferd Average Speed Time Time Time Current 10:55:11 Dload Upload Total Spent Left Speed 10:55:11 Removing intermediate container 519a97d2ec60 10:55:11 ---> 22ae04deb241 10:55:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:55:11 ---> Running in 7f47791ee1db 10:55:11 ---> Running in 1f9da3948a96 10:55:12 Removing intermediate container 689ddbf10ac3 10:55:12 ---> c537692045c4 10:55:12 Step 19/21 : LABEL arch=arm64 10:55:12 ---> Running in 232ee3877509 10:55:12 Removing intermediate container 7f47791ee1db 10:55:12 ---> 3869a97202d4 10:55:12 Step 14/22 : EXPOSE $APP_PORT 10:55:12 Removing intermediate container 1f9da3948a96 10:55:12 ---> faa4b45d2405 10:55:12 Step 13/22 : ENV APP_PORT=48060 10:55:13 ---> Running in fc5721b1e509 10:55:13 ---> Running in 5252f659dac1 10:55:13 Removing intermediate container 232ee3877509 10:55:13 ---> 0059588390de 10:55:13 Step 20/21 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:55:13 ---> Running in 5cea1b2b450e 10:55:13 Removing intermediate container fc5721b1e509 10:55:13 ---> 98cad736dbc9 10:55:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:13 Removing intermediate container 5252f659dac1 10:55:13 ---> 8f6b3832ffd2 10:55:13 Step 14/22 : EXPOSE $APP_PORT 10:55:14 ---> Running in c7d7b9c6099d 10:55:14 Removing intermediate container 5cea1b2b450e 10:55:14 ---> fafca40a6791 10:55:14 Step 21/21 : LABEL version=0.0.0 10:55:14 ---> Running in cb1f384ff82d 10:55:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5551k 0 0 13.7M 0 0:00:08 --:--:-- 0:00:08 13.7M 34 115M 34 40.3M 0 0 28.7M 0 0:00:04 0:00:01 0:00:03 28.7M 72 115M 72 83.8M 0 0 35.1M 0 0:00:03 0:00:02 0:00:01 35.1M 100 115M 100 115M 0 0 39.8M 0 0:00:02 0:00:02 --:--:-- 39.8M 10:55:14 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 10:55:14 + sha256sum -c sha256 10:55:14 + grep OK 10:55:15 Removing intermediate container c7d7b9c6099d 10:55:15 ---> b56b0e4e5924 10:55:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:15 Removing intermediate container 5765c0fb2aa4 10:55:15 ---> e09bfe1bffd0 10:55:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:15 ---> 2919e603f359 10:55:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:55:15 go1.15.2.linux-amd64.tar.gz: OK 10:55:15 + mkdir -p /root/stage/go1.15 10:55:15 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 10:55:15 Removing intermediate container cb1f384ff82d 10:55:15 ---> 6a298d33e28d 10:55:15 10:55:16 Successfully built 6a298d33e28d 10:55:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:55:16  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 10:55:16 ---> a38868154466 10:55:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:55:16 ---> bf9282b78a9c 10:55:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:55:16 ---> 930fc886ce15 10:55:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:55:17 Removing intermediate container de884f86dd6b 10:55:17 ---> 73fe9a42feda 10:55:17 10:55:17 Step 10/23 : FROM alpine:3.12 10:55:17 ---> d10569e2745f 10:55:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:55:18 Staging go115 10:55:18 + snapcraftctl stage 10:55:18 ---> Running in 4ecab5d6e4e6 10:55:19 ---> 1619ed3e2c23 10:55:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:55:19 ---> 577d203a74ff 10:55:19 ---> 71dda01d0712 10:55:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:55:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:55:19 ---> Running in c54799e4a3b1 10:55:19 Removing intermediate container 4ecab5d6e4e6 10:55:19 ---> 4cecff367f9e 10:55:19 Step 12/23 : ENV APP_PORT=48080 10:55:20 ---> Running in a08076f4d979 10:55:20 Removing intermediate container c54799e4a3b1 10:55:20 ---> 377878567f9c 10:55:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:21 ---> Running in e45e40d60df5 10:55:21 ---> c7db62127eaa 10:55:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:55:22 ---> dcf526d1ccf0 10:55:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:55:22 Removing intermediate container a08076f4d979 10:55:22 ---> 07d45352c11f 10:55:22 Step 13/23 : EXPOSE $APP_PORT 10:55:22 Removing intermediate container e45e40d60df5 10:55:22 ---> 223f454e7a47 10:55:22 Step 20/22 : LABEL arch=arm64 10:55:22 ---> Running in d53d1fcbd098 10:55:22 ---> Running in 28686995e736 10:55:22 ---> Running in 4ed8563e2ebc 10:55:23 ---> 513f3c3876b0 10:55:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:55:23 Removing intermediate container 28686995e736 10:55:23 ---> b7809d79db43 10:55:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:23 Removing intermediate container d53d1fcbd098 10:55:23 ---> deaef31adfb0 10:55:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:23 Removing intermediate container 4ed8563e2ebc 10:55:23 ---> e1691f7807b4 10:55:23 Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:55:23 ---> Running in 2530d582d87a 10:55:23 ---> Running in 792d93cdec52 10:55:23 ---> Running in 6354376b4643 10:55:23 ---> 1ada605736fc 10:55:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:55:24 ---> Running in dd0da30a27e3 10:55:24 Removing intermediate container 792d93cdec52 10:55:24 ---> c16d8598e0c2 10:55:24 Step 20/22 : LABEL arch=arm64 10:55:24 Removing intermediate container 6354376b4643 10:55:24 ---> 54bd5190643d 10:55:24 Step 22/22 : LABEL version=0.0.0 10:55:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:55:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:55:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:55:25 Fetched 0 B in 0s (0 B/s) 10:55:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:55:25 Fetched 224 kB in 0s (0 B/s) 10:55:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:55:25 Fetched 157 kB in 0s (0 B/s) 10:55:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:55:25 Fetched 221 kB in 0s (0 B/s) 10:55:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:55:25 Fetched 143 kB in 0s (0 B/s) 10:55:25 Pulling edgex-go 10:55:25 + snapcraftctl pull 10:55:25 ---> Running in 44a01c416892 10:55:25 ---> Running in cadf4834fcd4 10:55:25 Removing intermediate container dd0da30a27e3 10:55:25 ---> 2c2549f7b9cc 10:55:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:55:25 Pulling version 10:55:25 + cd /root/project 10:55:25 + [ -f VERSION ] 10:55:25 + PROJECT_VERSION=local-dev 10:55:25 + git rev-parse --short HEAD 10:55:25 + GIT_REVISION=dd4dc930 10:55:25 + snapcraftctl set-version local-dev 10:55:26 Removing intermediate container 44a01c416892 10:55:26 ---> dd6145c22f94 10:55:26 Step 21/22 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:55:26 Removing intermediate container cadf4834fcd4 10:55:26 ---> 80aabfbf7773 10:55:26 10:55:26 ---> Running in e3672e400126 10:55:26 Building config-common 10:55:26 + snapcraftctl build 10:55:27 Successfully built 80aabfbf7773 10:55:27 ---> 1a1a5d45d5f2 10:55:27 Step 26/31 : RUN chmod +x /entrypoint.sh 10:55:27 Successfully tagged docker-support-scheduler-go-arm64:latest 10:55:27  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 10:55:27 Removing intermediate container e3672e400126 10:55:27 ---> edf5cbf87b8b 10:55:27 Step 22/22 : LABEL version=0.0.0 10:55:27 Removing intermediate container 2530d582d87a 10:55:27 ---> 821e70265d2a 10:55:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:55:27 ---> Running in 391d5a50d05b 10:55:28 ---> Running in 0e005bdcc71f 10:55:28 ---> Running in 65859a538ac0 10:55:28 Skipping build go-build-helper (already ran) 10:55:28 Skipping build static-packages (already ran) 10:55:28 Skipping build go115 (already ran) 10:55:29 Building edgex-go 10:55:29 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 10:55:29 + cd /root/parts/edgex-go/src 10:55:29 + make build 10:55:29 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:55:29 Removing intermediate container 0e005bdcc71f 10:55:29 ---> 8196ae797db9 10:55:29 10:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:55:30 Successfully built 8196ae797db9 10:55:30 Successfully tagged docker-support-notifications-go-arm64:latest 10:55:30 Building docker-core-metadata-go 10:55:30  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:55:31 go: downloading github.com/gorilla/mux v1.8.0 10:55:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 10:55:31 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:55:31 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 10:55:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 10:55:31 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 10:55:31 go: downloading github.com/x448/float16 v0.8.4 10:55:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:55:31 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:55:31 go: downloading github.com/imdario/mergo v0.3.12 10:55:31 go: downloading github.com/pelletier/go-toml v1.2.0 10:55:31 go: downloading github.com/pebbe/zmq4 v1.2.5 10:55:31 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 10:55:31 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:55:31 go: downloading github.com/pkg/errors v0.8.1 10:55:31 go: downloading github.com/google/uuid v1.2.0 10:55:31 go: downloading github.com/BurntSushi/toml v0.3.1 10:55:31 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 10:55:31 go: downloading github.com/go-playground/validator/v10 v10.3.0 10:55:31 go: downloading github.com/go-kit/kit v0.8.0 10:55:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 10:55:31 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:55:31 go: downloading github.com/hashicorp/consul/api v1.8.1 10:55:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:55:31 go: downloading github.com/leodido/go-urn v1.2.0 10:55:31 go: downloading github.com/go-playground/universal-translator v0.17.0 10:55:31 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 10:55:31 go: downloading github.com/gorilla/websocket v1.4.2 10:55:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:55:31 go: downloading github.com/mitchellh/copystructure v1.0.0 10:55:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:55:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:55:31 go: downloading github.com/hashicorp/go-hclog v0.12.0 10:55:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:55:31 go: downloading github.com/go-playground/locales v0.13.0 10:55:31 go: downloading github.com/hashicorp/serf v0.9.5 10:55:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:55:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:55:31 go: downloading github.com/fatih/color v1.9.0 10:55:31 go: downloading github.com/mattn/go-isatty v0.0.12 10:55:31 (1/6) Installing dumb-init (1.2.2-r1) 10:55:31 (2/6) Installing libgcc (9.3.0-r2) 10:55:31 (3/6) Installing libsodium (1.0.18-r0) 10:55:31 Removing intermediate container 391d5a50d05b 10:55:31 ---> 9624ad4e5aeb 10:55:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:55:31 go: downloading github.com/mattn/go-colorable v0.1.6 10:55:31 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 10:55:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:55:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:55:31 (4/6) Installing libstdc++ (9.3.0-r2) 10:55:32 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:55:32 (5/6) Installing libzmq (4.3.3-r0) 10:55:32 (6/6) Installing zeromq (4.3.3-r0) 10:55:32 Executing busybox-1.31.1-r19.trigger 10:55:32 OK: 8 MiB in 20 packages 10:55:33 ---> Running in f07edcff3171 10:55:34 Removing intermediate container f07edcff3171 10:55:34 ---> ac54abdddbec 10:55:34 Step 28/31 : CMD ["gate"] 10:55:35 Removing intermediate container 65859a538ac0 10:55:35 ---> 3d4a14360ec8 10:55:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:35 ---> Running in 9d00827eb27a 10:55:36 ---> c314050a2631 10:55:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:55:36 Removing intermediate container 9d00827eb27a 10:55:36 ---> 216fb14862cb 10:55:36 Step 29/31 : LABEL arch=arm64 10:55:37 ---> Running in 047a1398830c 10:55:38 ---> 385063da1edd 10:55:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:55:38 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:55:38 go: downloading gopkg.in/yaml.v2 v2.4.0 10:55:38 Removing intermediate container 047a1398830c 10:55:38 ---> d020fc14a94a 10:55:38 Step 30/31 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:55:39 ---> Running in e7cdfa3ccae2 10:55:39 ---> dac6f5ad0fc0 10:55:39 Step 19/23 : ENTRYPOINT ["/core-data"] 10:55:40 ---> Running in 28e7541ee619 10:55:40 Removing intermediate container e7cdfa3ccae2 10:55:40 ---> cca26f3e1a3a 10:55:40 Step 31/31 : LABEL version=0.0.0 10:55:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:55:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:55:41 ---> 62168545c94a 10:55:41 Step 3/26 : WORKDIR /edgex-go 10:55:41 ---> Using cache 10:55:41 ---> f6f0cddd24fb 10:55:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:41 ---> Using cache 10:55:41 ---> 91c0e4bb2559 10:55:41 Step 5/26 : RUN apk add --update --no-cache make bash git 10:55:41 Removing intermediate container 28e7541ee619 10:55:41 ---> 388fb7273ffd 10:55:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:41 ---> Running in 26bad77c0751 10:55:42 ---> Running in b1089626d88c 10:55:42 ---> Running in c886f7ef45d3 10:55:42 Removing intermediate container 26bad77c0751 10:55:42 ---> 15a0c9e27d45 10:55:42 10:55:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:55:43 Successfully built 15a0c9e27d45 10:55:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:55:43  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 10:55:43 Removing intermediate container c886f7ef45d3 10:55:43 ---> cc09f9f629cb 10:55:43 Step 21/23 : LABEL arch=arm64 10:55:43 ---> Running in 397ef9eb77f8 10:55:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:55:44 Removing intermediate container 397ef9eb77f8 10:55:44 ---> eda3772de4aa 10:55:44 Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:55:44 ---> Running in 36130fa5c8c8 10:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:55:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:55:44 Removing intermediate container 36130fa5c8c8 10:55:44 ---> 4b216391ae9d 10:55:44 Step 23/23 : LABEL version=0.0.0 10:55:44 ---> Running in aa7b641d57a0 10:55:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:55:45 OK: 217 MiB in 51 packages 10:55:45 Removing intermediate container aa7b641d57a0 10:55:45 ---> 1e50f86183fc 10:55:45 10:55:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:55:45 go: downloading github.com/stretchr/testify v1.7.0 10:55:45 go: downloading github.com/davecgh/go-spew v1.1.1 10:55:45 go: downloading github.com/pmezard/go-difflib v1.0.0 10:55:45 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:55:46 Successfully built 1e50f86183fc 10:55:46 Successfully tagged docker-core-data-go-arm64:latest 10:55:47  Building docker-core-data-go ... done Removing intermediate container b1089626d88c 10:55:47 ---> 0eaf4dcda0f5 10:55:47 Step 6/26 : COPY go.mod . 10:55:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:55:47 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:55:47 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:55:48 ---> 0ff40ce2e5ca 10:55:48 Step 7/26 : RUN go mod download 10:55:48 ---> Running in abaff0685767 10:55:48 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:55:49 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:55:49 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 10:55:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:55: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:55:52 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:55:52 Removing intermediate container abaff0685767 10:55:52 ---> b4fd4449d0fc 10:55:52 Step 8/26 : COPY . . 10:55:53 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:55:53 go: downloading github.com/lib/pq v1.9.0 10:55:54 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 10:55:54 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 10:55:54 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 10:55:54 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 10:55:54 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 10:55:54 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 10:55:54 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 10:55:54 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 10:55:54 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 10:55:54 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 10:55:54 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 10:55:54 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 10:55:54 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 10:55:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 10:55:54 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 10:55:54 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 10:55:54 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 10:55:54 + 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:55:54 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 10:55:54 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 10:55:54 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 10:55:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 10:55:54 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 10:55:54 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 10:55:54 + 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:55:56 Building version 10:55:56 + snapcraftctl build 10:55:58 Staging config-common 10:55:58 + snapcraftctl stage 10:55:59 Skipping stage go-build-helper (already ran) 10:55:59 Skipping stage static-packages (already ran) 10:55:59 Skipping stage go115 (already ran) 10:55:59 Staging edgex-go 10:55:59 + snapcraftctl stage 10:56:00 Staging version 10:56:00 + snapcraftctl stage 10:56:01 Priming config-common 10:56:01 + snapcraftctl prime 10:56:02 Priming go-build-helper 10:56:02 + snapcraftctl prime 10:56:03 Priming static-packages 10:56:03 + snapcraftctl prime 10:56:05 Priming go115 10:56:05 + snapcraftctl prime 10:56:06 Priming edgex-go 10:56:06 + snapcraftctl prime 10:56:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:56:07 ---> 62168545c94a 10:56:07 Step 3/24 : WORKDIR /edgex-go 10:56:07 ---> Using cache 10:56:07 ---> f6f0cddd24fb 10:56:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:07 ---> Using cache 10:56:07 ---> 91c0e4bb2559 10:56:07 Step 5/24 : RUN apk add --update --no-cache make git 10:56:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:56:07 ---> 62168545c94a 10:56:07 Step 3/23 : WORKDIR /edgex-go 10:56:07 ---> Using cache 10:56:07 ---> f6f0cddd24fb 10:56:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:07 ---> Using cache 10:56:07 ---> 91c0e4bb2559 10:56:07 Step 5/23 : RUN apk add --update --no-cache make git 10:56:07 Priming version 10:56:07 + snapcraftctl prime 10:56:08 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:56:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:56:12 ---> 62168545c94a 10:56:12 Step 3/23 : WORKDIR /edgex-go 10:56:12 ---> Using cache 10:56:12 ---> f6f0cddd24fb 10:56:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:12 ---> Using cache 10:56:12 ---> 91c0e4bb2559 10:56:12 Step 5/23 : RUN apk add --update --no-cache make git 10:56:12 ---> Running in b5133345b95d 10:56:12 ---> Running in 12ea44950513 10:56:12 ---> Running in d64d8e29a049 10:56:12 ---> 07866f58aaf5 10:56:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:56:12 ---> Running in a040930e1300 10:56:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:56:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:56:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:56:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:56:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:56:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:56:15 OK: 217 MiB in 51 packages 10:56:15 OK: 217 MiB in 51 packages 10:56:15 OK: 217 MiB in 51 packages 10:56:18 Removing intermediate container 12ea44950513 10:56:18 ---> 565a7897a74e 10:56:18 Step 6/24 : COPY go.mod . 10:56:18 Removing intermediate container b5133345b95d 10:56:18 ---> 6947816526dc 10:56:18 Step 6/23 : COPY go.mod . 10:56:18 Removing intermediate container d64d8e29a049 10:56:18 ---> a4daa1d17055 10:56:18 Step 6/23 : COPY go.mod . 10:56:19 ---> f07622035d60 10:56:19 Step 7/24 : RUN go mod download 10:56:19 ---> Running in ec47d7834879 10:56:19 ---> e104cb36f7cd 10:56:19 Step 7/23 : RUN go mod download 10:56:20 ---> Running in 25f37a101ce1 10:56:20 ---> 65a1ad68356d 10:56:20 Step 7/23 : RUN go mod download 10:56:20 ---> Running in a7af258fbd4c 10:56:25 Removing intermediate container ec47d7834879 10:56:25 ---> c844c639fffe 10:56:25 Step 8/24 : COPY . . 10:56:25 Removing intermediate container 25f37a101ce1 10:56:25 ---> 26aec2c409ea 10:56:25 Step 8/23 : COPY . . 10:56:26 Removing intermediate container a7af258fbd4c 10:56:26 ---> f9684c7fb670 10:56:26 Step 8/23 : COPY . . 10:56:58 ---> 88db90760108 10:56:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:56:58 ---> 4ea6abf99a3a 10:56:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:56:58 ---> 02dc1c69d156 10:56:58 Step 9/23 : RUN make cmd/core-command/core-command 10:56:58 ---> Running in 628dadc521c9 10:56:58 ---> Running in 0c5e098b4830 10:56:58 ---> Running in 9657799e84c9 10:56:59 Removing intermediate container a040930e1300 10:56:59 ---> ea4a9d1fefea 10:56:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:56: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:56:59 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:56:59 ---> Running in d2d47bbada3b 10:56:59 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:57:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:57:06 Removing intermediate container d2d47bbada3b 10:57:06 ---> edadd5ba34e4 10:57:06 10:57:06 Step 11/26 : FROM docker:20.10.0 10:57:06 20.10.0: Pulling from library/docker 10:57:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:57:21 Status: Downloaded newer image for docker:20.10.0 10:57:21 ---> eeaf43b92773 10:57:21 Step 12/26 : RUN apk add --no-cache bash 10:57:21 ---> Running in 66a68da73a8a 10:57:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:57:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:57:24 (1/2) Installing readline (8.0.4-r0) 10:57:24 (2/2) Installing bash (5.0.17-r0) 10:57:24 Executing bash-5.0.17-r0.post-install 10:57:24 Executing busybox-1.31.1-r19.trigger 10:57:24 OK: 12 MiB in 22 packages 10:57:26 Removing intermediate container 66a68da73a8a 10:57:26 ---> 3361c69ababf 10:57:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:57:26 ---> Running in fa970b59239f 10:57:27 Removing intermediate container fa970b59239f 10:57:27 ---> ca6675c26014 10:57:27 Step 14/26 : ENV APP_PORT=48090 10:57:27 ---> Running in 8b335b4fd63b 10:57:28 Removing intermediate container 8b335b4fd63b 10:57:28 ---> f8d24900b948 10:57:28 Step 15/26 : EXPOSE $APP_PORT 10:57:29 ---> Running in 2f06dd6839a2 10:57:29 Removing intermediate container 2f06dd6839a2 10:57:29 ---> 576dc40c4a3c 10:57:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:57:31 ---> b6510545993c 10:57:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:57:32 ---> 2d9c470004bf 10:57:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:57:33 ---> 7a772f931606 10:57:33 Step 19/26 : RUN apk --no-cache add py3-pip 10:57:33 ---> Running in 3f2bc59f1994 10:57:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:57:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:57:36 (1/33) Installing libbz2 (1.0.8-r1) 10:57:36 (2/33) Installing expat (2.2.9-r1) 10:57:36 (3/33) Installing libffi (3.3-r2) 10:57:36 (4/33) Installing gdbm (1.13-r1) 10:57:36 (5/33) Installing xz-libs (5.2.5-r0) 10:57:36 (6/33) Installing sqlite-libs (3.32.1-r0) 10:57:36 (7/33) Installing python3 (3.8.5-r1) 10:57:38 (8/33) Installing py3-appdirs (1.4.4-r1) 10:57:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:57:38 (10/33) Installing py3-parsing (2.4.7-r0) 10:57:38 (11/33) Installing py3-six (1.15.0-r0) 10:57:38 (12/33) Installing py3-packaging (20.4-r0) 10:57:38 (13/33) Installing py3-setuptools (47.0.0-r0) 10:57:38 (14/33) Installing py3-chardet (3.0.4-r4) 10:57:38 (15/33) Installing py3-idna (2.9-r0) 10:57:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:57:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:57:38 (18/33) Installing py3-requests (2.23.0-r0) 10:57:38 (19/33) Installing py3-msgpack (1.0.0-r0) 10:57:38 (20/33) Installing py3-lockfile (0.12.2-r3) 10:57:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:57:38 (22/33) Installing py3-colorama (0.4.3-r0) 10:57:38 (23/33) Installing py3-distlib (0.3.0-r0) 10:57:38 (24/33) Installing py3-distro (1.5.0-r1) 10:57:38 (25/33) Installing py3-webencodings (0.5.1-r3) 10:57:38 (26/33) Installing py3-html5lib (1.0.1-r4) 10:57:38 (27/33) Installing py3-pytoml (0.1.21-r0) 10:57:38 (28/33) Installing py3-pep517 (0.8.2-r0) 10:57:38 (29/33) Installing py3-progress (1.5-r0) 10:57:38 (30/33) Installing py3-toml (0.10.1-r0) 10:57:38 (31/33) Installing py3-retrying (1.3.3-r0) 10:57:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:57:38 (33/33) Installing py3-pip (20.1.1-r0) 10:57:38 Executing busybox-1.31.1-r19.trigger 10:57:38 OK: 71 MiB in 55 packages 10:57:49 Removing intermediate container 3f2bc59f1994 10:57:49 ---> 88bd04e99f56 10:57:49 Step 20/26 : RUN pip install docker-compose==1.23.2 10:57:49 ---> Running in b22304312842 10:57:55 Collecting docker-compose==1.23.2 10:57:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:57:55 Collecting dockerpty<0.5,>=0.4.1 10:57:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:57:58 Collecting cached-property<2,>=1.2.0 10:57:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:57:59 Collecting PyYAML<4,>=3.10 10:57:59 Downloading PyYAML-3.13.tar.gz (270 kB) 10:58:03 Collecting texttable<0.10,>=0.9.0 10:58:03 Downloading texttable-0.9.1.tar.gz (11 kB) 10:58:05 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:58:06 Collecting docker<4.0,>=3.6.0 10:58:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:58:07 Collecting jsonschema<3,>=2.5.1 10:58:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:58:07 Collecting websocket-client<1.0,>=0.32.0 10:58:07 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:58:08 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:58:08 Collecting docopt<0.7,>=0.6.1 10:58:08 Downloading docopt-0.6.2.tar.gz (25 kB) 10:58:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:58:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:58:13 Collecting docker-pycreds>=0.4.0 10:58:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:58:13 Collecting idna<2.8,>=2.5 10:58:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:58:14 Collecting urllib3<1.25,>=1.21.1 10:58:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:58:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 10:58:14 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 10:58:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:58:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:58:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:58:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:58:16 Installing collected packages: dockerpty, cached-property, PyYAML, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, docker-compose 10:58:16 Running setup.py install for dockerpty: started 10:58:18 Running setup.py install for dockerpty: finished with status 'done' 10:58:18 Running setup.py install for PyYAML: started 10:58:21 Running setup.py install for PyYAML: finished with status 'done' 10:58:21 Running setup.py install for texttable: started 10:58:23 Removing intermediate container 628dadc521c9 10:58:23 ---> d40b40093198 10:58:23 10:58:23 Step 10/24 : FROM alpine:3.12 10:58:23 ---> d10569e2745f 10:58:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:58:23 ---> Running in 337e51ae8e51 10:58:23 Running setup.py install for texttable: finished with status 'done' 10:58:24 Attempting uninstall: idna 10:58:24 Found existing installation: idna 2.9 10:58:24 Uninstalling idna-2.9: 10:58:24 Successfully uninstalled idna-2.9 10:58:25 Attempting uninstall: urllib3 10:58:25 Found existing installation: urllib3 1.25.9 10:58:25 Uninstalling urllib3-1.25.9: 10:58:25 Successfully uninstalled urllib3-1.25.9 10:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:58:25 Attempting uninstall: requests 10:58:25 Found existing installation: requests 2.23.0 10:58:25 Uninstalling requests-2.23.0: 10:58:26 Successfully uninstalled requests-2.23.0 10:58:26 (1/5) Installing ca-certificates (20191127-r4) 10:58:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:58:26 (3/5) Installing libcurl (7.69.1-r3) 10:58:26 (4/5) Installing curl (7.69.1-r3) 10:58:26 (5/5) Installing dumb-init (1.2.2-r1) 10:58:26 Executing busybox-1.31.1-r19.trigger 10:58:26 Executing ca-certificates-20191127-r4.trigger 10:58:27 OK: 7 MiB in 19 packages 10:58:28 Running setup.py install for docopt: started 10:58:29 Removing intermediate container 337e51ae8e51 10:58:29 ---> 402da1158d64 10:58:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:58:29 ---> Running in 983778e863f4 10:58:30 Removing intermediate container 983778e863f4 10:58:30 ---> 3fd4b902f8c6 10:58:30 Step 13/24 : WORKDIR / 10:58:30 ---> Running in 36cf95ba3308 10:58:30 Running setup.py install for docopt: finished with status 'done' 10:58:30 Removing intermediate container 36cf95ba3308 10:58:30 ---> 3c0322638156 10:58:30 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:58:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 10:58:32 ---> 8c41d8dc91da 10:58:32 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:58:34 ---> 477d84d2c840 10:58:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:58:34 Removing intermediate container 0c5e098b4830 10:58:34 ---> dd208bd4b188 10:58:34 10:58:34 Step 10/23 : FROM alpine:3.12 10:58:34 ---> d10569e2745f 10:58:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:58:34 ---> Using cache 10:58:34 ---> 2cb4ef54471d 10:58:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:58:34 ---> Using cache 10:58:34 ---> 7d7a6345ba3e 10:58:34 Step 13/23 : ENV APP_PORT=48082 10:58:34 ---> Running in de801fd2828f 10:58:34 ---> 192f9fffcfaf 10:58:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:58:35 Removing intermediate container de801fd2828f 10:58:35 ---> 2d6422ff3698 10:58:35 Step 14/23 : EXPOSE $APP_PORT 10:58:35 ---> Running in a33cdeae9e25 10:58:35 Removing intermediate container a33cdeae9e25 10:58:35 ---> 4d0b3512df05 10:58:35 Step 15/23 : WORKDIR / 10:58:36 ---> Running in 12a01a2ce2dc 10:58:36 ---> 994862b20938 10:58:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:58:36 Removing intermediate container b22304312842 10:58:36 ---> 7ed88be20122 10:58:36 Step 21/26 : RUN apk --no-cache add curl 10:58:37 Removing intermediate container 12a01a2ce2dc 10:58:37 ---> 201ba43b70aa 10:58:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:37 ---> Running in 5c123c445646 10:58:38 ---> 2b836c0f4d41 10:58:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:58:38 ---> 087e9b7eb3ae 10:58:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:58:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:58:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:58:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:58:39 (2/3) Installing libcurl (7.69.1-r3) 10:58:39 (3/3) Installing curl (7.69.1-r3) 10:58:39 Executing busybox-1.31.1-r19.trigger 10:58:39 OK: 71 MiB in 58 packages 10:58:39 ---> 087b2df0535c 10:58:39 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:58:40 ---> Running in 942261c4eff6 10:58:40 ---> 3c658bacfab8 10:58:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:58:41 ---> 2ce7f1bd29c2 10:58:41 Step 19/23 : ENTRYPOINT ["/core-command"] 10:58:41 Removing intermediate container 5c123c445646 10:58:41 ---> 39a3396e6233 10:58:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:58:41 ---> Running in 85f6f45b5d40 10:58:41 ---> Running in 0a5f8824cfd5 10:58:42 Removing intermediate container 9657799e84c9 10:58:42 ---> 0890cf0e9abe 10:58:42 10:58:42 Step 10/23 : FROM alpine:3.12 10:58:42 ---> d10569e2745f 10:58:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:58:42 ---> Using cache 10:58:42 ---> 2cb4ef54471d 10:58:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:58:42 ---> Using cache 10:58:42 ---> 7d7a6345ba3e 10:58:42 Step 13/23 : ENV APP_PORT=48081 10:58:42 Removing intermediate container 85f6f45b5d40 10:58:42 ---> 9871f6c515a7 10:58:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:42 ---> Running in b8e51536b32e 10:58:42 ---> Running in 24a7013116a0 10:58:42 Removing intermediate container 0a5f8824cfd5 10:58:42 ---> 7cf35133ecfa 10:58:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:43 ---> Running in bb05f1a527e7 10:58:43 Removing intermediate container b8e51536b32e 10:58:43 ---> 34cafc138bab 10:58:43 Step 14/23 : EXPOSE $APP_PORT 10:58:43 Removing intermediate container 24a7013116a0 10:58:43 ---> 6560f766d515 10:58:43 Step 21/23 : LABEL arch=arm64 10:58:43 ---> Running in 32bf462592fa 10:58:43 ---> Running in d85766cbf65b 10:58:43 Removing intermediate container 942261c4eff6 10:58:43 ---> 28b885205f9b 10:58:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:58:43 Removing intermediate container bb05f1a527e7 10:58:43 ---> 6e55357092df 10:58:43 Step 24/26 : LABEL arch=arm64 10:58:43 ---> Running in 9949de795e73 10:58:43 ---> Running in 8c24b78044b5 10:58:44 Removing intermediate container 32bf462592fa 10:58:44 ---> 452f5135dd4f 10:58:44 Step 15/23 : WORKDIR / 10:58:44 Removing intermediate container d85766cbf65b 10:58:44 ---> 0356324fbc9e 10:58:44 Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:58:44 ---> Running in 1d21cf0a5367 10:58:44 ---> Running in 795442723f32 10:58:44 Removing intermediate container 9949de795e73 10:58:44 ---> a40ba4216ac2 10:58:44 Step 22/24 : LABEL arch=arm64 10:58:44 Removing intermediate container 8c24b78044b5 10:58:44 ---> 341ecca7813f 10:58:44 Step 25/26 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:58:44 ---> Running in d8eaa687ba67 10:58:44 ---> Running in d82f1fb9b9b8 10:58:44 Removing intermediate container 1d21cf0a5367 10:58:44 ---> 6d9a82d1792c 10:58:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:58:44 Removing intermediate container 795442723f32 10:58:44 ---> def5073e62a2 10:58:44 Step 23/23 : LABEL version=0.0.0 10:58:45 Removing intermediate container d82f1fb9b9b8 10:58:45 ---> 803ba4b6c541 10:58:45 Step 26/26 : LABEL version=0.0.0Removing intermediate container d8eaa687ba67 10:58:45 ---> 165cc463deb0 10:58:45 Step 23/24 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:58:45 10:58:45 ---> Running in cb2de9c1ecc4 10:58:45 ---> Running in 20957040ae40 10:58:45 ---> Running in 99e4cf2062d0 10:58:45 ---> 42d776068e66 10:58:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:58:45 Removing intermediate container cb2de9c1ecc4 10:58:45 ---> fc1caf8aa998 10:58:45 10:58:46 Removing intermediate container 99e4cf2062d0 10:58:46 ---> 49026da61ac0 10:58:46 10:58:46 Removing intermediate container 20957040ae40 10:58:46 ---> 9d994b112c27 10:58:46 Step 24/24 : LABEL version=0.0.0 10:58:46 Successfully built fc1caf8aa998 10:58:46 Successfully tagged docker-core-command-go-arm64:latest 10:58:46  Building docker-core-command-go ... done  ---> Running in 4e354a96771e 10:58:46 Successfully built 49026da61ac0 10:58:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:58:47  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4e354a96771e 10:58:47 ---> 56380ba64795 10:58:47 10:58:47 ---> 5be9159e93ad 10:58:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:58:47 Successfully built 56380ba64795 10:58:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:58:48  Building docker-security-secretstore-setup-go ... done  ---> 4c43b300c707 10:58:48 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:58:48 ---> Running in 9385c8394af6 10:58:48 Removing intermediate container 9385c8394af6 10:58:48 ---> 4390fa28aee9 10:58:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:48 ---> Running in 728cdb8f02a5 10:58:49 Removing intermediate container 728cdb8f02a5 10:58:49 ---> ad996d9a668b 10:58:49 Step 21/23 : LABEL arch=arm64 10:58:49 ---> Running in d6a1ab05988e 10:58:49 Removing intermediate container d6a1ab05988e 10:58:49 ---> 37b7bd1f6e42 10:58:49 Step 22/23 : LABEL git_sha=dd4dc9307d76383831dfef8fee5e9ba65f5c29de 10:58:49 ---> Running in 17dd1c076f69 10:58:50 Removing intermediate container 17dd1c076f69 10:58:50 ---> 57fffdc6eef0 10:58:50 Step 23/23 : LABEL version=0.0.0 10:58:50 ---> Running in 1f84a7c345a7 10:58:51 Removing intermediate container 1f84a7c345a7 10:58:51 ---> 97e5ca648f4c 10:58:51 10:58:51 Successfully built 97e5ca648f4c 10:58:51 Successfully tagged docker-core-metadata-go-arm64:latest 10:58:51  Building docker-core-metadata-go ... done  [Pipeline] } 10:58:51 $ docker stop --time=1 c696e69b1763fdee0ee78b1296639499bfdd1ab0ec333345aa5553581718ced9 10:58:53 $ docker rm -f c696e69b1763fdee0ee78b1296639499bfdd1ab0ec333345aa5553581718ced9 [Pipeline] // withDockerContainer [Pipeline] sh 10:58:54 + docker images 10:58:54 + grep docker 10:58:54 docker-core-metadata-go-arm64 latest 97e5ca648f4c 4 seconds ago 17.9MB 10:58:54 docker-security-secretstore-setup-go-arm64 latest 56380ba64795 8 seconds ago 23.7MB 10:58:54 docker-core-command-go-arm64 latest fc1caf8aa998 9 seconds ago 16.2MB 10:58:54 docker-sys-mgmt-agent-go-arm64 latest 49026da61ac0 9 seconds ago 300MB 10:58:54 docker-core-data-go-arm64 latest 1e50f86183fc 3 minutes ago 21.3MB 10:58:54 docker-security-bootstrapper-go-arm64 latest 15a0c9e27d45 3 minutes ago 17.8MB 10:58:54 docker-support-notifications-go-arm64 latest 8196ae797db9 3 minutes ago 16.9MB 10:58:54 docker-support-scheduler-go-arm64 latest 80aabfbf7773 3 minutes ago 16.3MB 10:58:54 docker-security-proxy-setup-go-arm64 latest 6a298d33e28d 3 minutes ago 23.4MB 10:58:54 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:58:55 ---> job-cost.sh 10:58:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NQCD 10:59:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:01:11 lf-activate-venv(): INFO: Adding /tmp/venv-NQCD/bin to PATH 11:01:11 INFO: No Stack... 11:01:11 INFO: Retrieving Pricing Info for: lf-standard-4 11:01:11 INFO: Archiving Costs [Pipeline] sh 11:01:11 + cat /w/workspace/edgex-go/6/archives/cost.csv 11:01:11 + cut -d, -f6 [Pipeline] lock 11:01:12 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] 11:01:12 Resource [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] did not exist. Created. 11:01:12 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:01:12 + echo total: 0.20999999344348907 [Pipeline] stash 11:01:12 Stashed 1 file(s) [Pipeline] } 11:01:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-6-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 11:01:14 provisioning config files... 11:01:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6238029640748489910tmp [Pipeline] { [Pipeline] sh 11:01:15 + set +x 11:01:15 + curl -s https://codecov.io/bash 11:01:15 + bash -s -- 11:01:15 11:01:15 _____ _ 11:01:15 / ____| | | 11:01:15 | | ___ __| | ___ ___ _____ __ 11:01:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:01:15 | |___| (_) | (_| | __/ (_| (_) \ V / 11:01:15 \_____\___/ \__,_|\___|\___\___/ \_/ 11:01:15 Bash-20210309-2b87ace 11:01:15 11:01:15 11:01:15 ==> git version 2.24.3 found 11:01:15 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 11:01:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:01:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:01:15 ==> Jenkins CI detected. 11:01:15 project root: . 11:01:15 --> token set from env 11:01:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:01:15 ==> Running gcov in . (disable via -X gcov) 11:01:15 ==> Python coveragepy not found 11:01:15 ==> Searching for coverage reports in: 11:01:15 + . 11:01:15 -> Found 1 reports 11:01:15 ==> Detecting git/mercurial file structure 11:01:15 ==> Reading reports 11:01:15 + ./coverage.out bytes=628834 11:01:15 ==> Appending adjustments 11:01:15 https://docs.codecov.io/docs/fixing-reports 11:01:19 + Found adjustments 11:01:19 ==> Gzipping contents 11:01:19 92K /tmp/codecov.3XcU1U.gz 11:01:19 ==> Uploading reports 11:01:19 url: https://codecov.io 11:01:19 query: branch=PR-3250&commit=dd4dc9307d76383831dfef8fee5e9ba65f5c29de&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 11:01:19 -> Pinging Codecov 11:01:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=dd4dc9307d76383831dfef8fee5e9ba65f5c29de&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 11:01:19 -> Uploading to 11:01:19 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/00271124DB129430A58F1EEE437C3FCB/dd4dc9307d76383831dfef8fee5e9ba65f5c29de/4bd546f7-d13e-4d1d-9b60-2f51e843a481.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T110119Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fe662cabd2637cb70c2737c0bcc5508aca8c18682e57980c0cff00fc015b9a12 11:01:19 % Total % Received % Xferd Average Speed Time Time Time Current 11:01:19 Dload Upload Total Spent Left Speed 11:01:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92841 0 0 100 92841 0 155k --:--:-- --:--:-- --:--:-- 155k 11:01:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/dd4dc9307d76383831dfef8fee5e9ba65f5c29de [Pipeline] } 11:01:20 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 11:01:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:01:23 ---> package-listing.sh 11:01:23 ++ facter osfamily 11:01:23 ++ tr '[:upper:]' '[:lower:]' 11:01:23 + OS_FAMILY=redhat 11:01:23 + workspace=/w/workspace/edgex-go/6 11:01:23 + START_PACKAGES=/tmp/packages_start.txt 11:01:23 + END_PACKAGES=/tmp/packages_end.txt 11:01:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:01:23 + PACKAGES=/tmp/packages_start.txt 11:01:23 + '[' /w/workspace/edgex-go/6 ']' 11:01:23 + PACKAGES=/tmp/packages_end.txt 11:01:23 + case "${OS_FAMILY}" in 11:01:23 + rpm -qa 11:01:23 + sort 11:01:29 + '[' -f /tmp/packages_start.txt ']' 11:01:29 + '[' -f /tmp/packages_end.txt ']' 11:01:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:01:29 + '[' /w/workspace/edgex-go/6 ']' 11:01:29 + mkdir -p /w/workspace/edgex-go/6/archives/ 11:01:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 11:01:29 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:01:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:01:29 11:01:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:01:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:01:30 alpine: Pulling from edgex-lftools-log-publisher 11:01:30 df20fa9351a1: Pulling fs layer 11:01:30 36b3adc4ff6f: Pulling fs layer 11:01:30 8ad3a11d3b57: Pulling fs layer 11:01:30 46f8f816bc3b: Pulling fs layer 11:01:30 93b61091891f: Pulling fs layer 11:01:30 93b9cdb0e59b: Pulling fs layer 11:01:30 5e14af77c1be: Pulling fs layer 11:01:30 01666e4c0597: Pulling fs layer 11:01:30 aa168da1d23b: Pulling fs layer 11:01:30 46f8f816bc3b: Waiting 11:01:30 93b61091891f: Waiting 11:01:30 01666e4c0597: Waiting 11:01:30 93b9cdb0e59b: Waiting 11:01:30 5e14af77c1be: Waiting 11:01:30 aa168da1d23b: Waiting 11:01:30 36b3adc4ff6f: Verifying Checksum 11:01:30 36b3adc4ff6f: Download complete 11:01:30 46f8f816bc3b: Verifying Checksum 11:01:30 46f8f816bc3b: Download complete 11:01:30 df20fa9351a1: Verifying Checksum 11:01:30 df20fa9351a1: Download complete 11:01:30 93b9cdb0e59b: Download complete 11:01:30 93b61091891f: Verifying Checksum 11:01:30 93b61091891f: Download complete 11:01:30 5e14af77c1be: Verifying Checksum 11:01:30 5e14af77c1be: Download complete 11:01:30 01666e4c0597: Verifying Checksum 11:01:30 01666e4c0597: Download complete 11:01:31 df20fa9351a1: Pull complete 11:01:31 36b3adc4ff6f: Pull complete 11:01:31 8ad3a11d3b57: Verifying Checksum 11:01:31 8ad3a11d3b57: Download complete 11:01:32 8ad3a11d3b57: Pull complete 11:01:32 46f8f816bc3b: Pull complete 11:01:33 aa168da1d23b: Verifying Checksum 11:01:33 aa168da1d23b: Download complete 11:01:34 93b61091891f: Pull complete 11:01:34 93b9cdb0e59b: Pull complete 11:01:34 5e14af77c1be: Pull complete 11:01:34 01666e4c0597: Pull complete 11:01:43 aa168da1d23b: Pull complete 11:01:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:01:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:01:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:01:43 prd-centos7-docker-4c-2g-29513 does not seem to be running inside a container 11:01:43 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:01:47 $ docker top df4bda4953a88bd2d96a3a26a68f985ae1be373af754ca1dd5a4e08008d91a0f -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:48 + touch /tmp/pre-build-complete [Pipeline] sh 11:01:48 + mkdir -p /var/log/sa [Pipeline] sh 11:01:48 + ls /var/log/sa-host 11:01:48 + sadf -c /var/log/sa-host/sa11 11:01:48 file_magic: OK 11:01:48 HZ: Using current value: 100 11:01:48 file_header: OK 11:01:48 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 11:01:48 Statistics: 11:01:48 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... 11:01:48 File successfully converted to sysstat format version 12.2.1 11:01:48 + sadf -c /var/log/sa-host/sa23 11:01:48 file_magic: OK 11:01:48 HZ: Using current value: 100 11:01:48 file_header: OK 11:01:48 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 11:01:48 Statistics: 11:01:48 Hnuu...uuuununununu... 11:01:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:01:49 provisioning config files... 11:01:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config177892400425558116tmp [Pipeline] { [Pipeline] echo 11:01:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:01:49 ---> create-netrc.sh [Pipeline] } 11:01:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:01:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:01:49 ---> python-tools-install.sh [Pipeline] echo 11:01:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:01:50 ---> sudo-logs.sh 11:01:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:01:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:01:50 ---> job-cost.sh 11:01:50 lf-activate-venv: SKIPPING 11:01:50 DEBUG: total: 0.20999999344348907 11:01:50 INFO: Retrieving Stack Cost... 11:01:51 INFO: Retrieving Pricing Info for: v1-standard-2 11:01:52 INFO: Archiving Costs [Pipeline] echo 11:01:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:01:52 ---> logs-deploy.sh 11:01:52 lf-activate-venv: SKIPPING 11:01:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/6 11:01:52 INFO: archiving workspace using pattern(s): 11:01:53 Archives upload complete. 11:01:54 INFO: archiving logs to Nexus 11:01:55 ---> uname -a: 11:01:55 Linux prd-centos7-docker-4c-2g-29513.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:01:55 11:01:55 11:01:55 ---> lscpu: 11:01:55 Architecture: x86_64 11:01:55 CPU op-mode(s): 32-bit, 64-bit 11:01:55 Byte Order: Little Endian 11:01:55 Address sizes: 40 bits physical, 48 bits virtual 11:01:55 CPU(s): 4 11:01:55 On-line CPU(s) list: 0-3 11:01:55 Thread(s) per core: 1 11:01:55 Core(s) per socket: 1 11:01:55 Socket(s): 4 11:01:55 NUMA node(s): 1 11:01:55 Vendor ID: GenuineIntel 11:01:55 CPU family: 6 11:01:55 Model: 44 11:01:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:01:55 Stepping: 1 11:01:55 CPU MHz: 2933.438 11:01:55 BogoMIPS: 5866.87 11:01:55 Virtualization: VT-x 11:01:55 Hypervisor vendor: KVM 11:01:55 Virtualization type: full 11:01:55 L1d cache: 128 KiB 11:01:55 L1i cache: 128 KiB 11:01:55 L2 cache: 16 MiB 11:01:55 L3 cache: 64 MiB 11:01:55 NUMA node0 CPU(s): 0-3 11:01:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:01:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:01:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:01:55 Vulnerability Meltdown: Mitigation; PTI 11:01:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:01:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:01:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:01:55 Vulnerability Srbds: Not affected 11:01:55 Vulnerability Tsx async abort: Not affected 11:01:55 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 11:01:55 11:01:55 11:01:55 ---> nproc: 11:01:55 4 11:01:55 11:01:55 11:01:55 ---> df -h: 11:01:55 Filesystem Size Used Available Use% Mounted on 11:01:55 overlay 50.0G 12.2G 37.8G 24% / 11:01:55 tmpfs 64.0M 0 64.0M 0% /dev 11:01:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:01:55 shm 64.0M 0 64.0M 0% /dev/shm 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/6 11:01:55 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/6@tmp 11:01:55 11:01:55 11:01:55 ---> free -m: 11:01:55 total used free shared buff/cache available 11:01:55 Mem: 1837 731 126 0 979 1021 11:01:55 Swap: 1023 42 981 11:01:55 11:01:55 11:01:55 ---> ip addr: 11:01:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:01:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:01:55 inet 127.0.0.1/8 scope host lo 11:01:55 valid_lft forever preferred_lft forever 11:01:55 inet6 ::1/128 scope host 11:01:55 valid_lft forever preferred_lft forever 11:01:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:01:55 link/ether fa:16:3e:b2:37:da brd ff:ff:ff:ff:ff:ff 11:01:55 inet 10.30.122.190/23 brd 10.30.123.255 scope global dynamic eth0 11:01:55 valid_lft 85048sec preferred_lft 85048sec 11:01:55 inet6 fe80::f816:3eff:feb2:37da/64 scope link 11:01:55 valid_lft forever preferred_lft forever 11:01:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:01:55 link/ether 02:42:78:78:81:1f brd ff:ff:ff:ff:ff:ff 11:01:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:01:55 valid_lft forever preferred_lft forever 11:01:55 inet6 fe80::42:78ff:fe78:811f/64 scope link 11:01:55 valid_lft forever preferred_lft forever 11:01:55 11:01:55 11:01:55 ---> sar -b -r -n DEV: 11:01:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 11:01:55 11:01:55 10:39:10 LINUX RESTART (4 CPU) 11:01:55 11:01:55 10:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:01:55 10:41:01 153.16 53.82 99.34 0.00 9500.33 38587.21 0.00 11:01:55 10:42:02 255.18 89.94 165.24 0.00 4029.27 28949.11 0.00 11:01:55 10:43:01 125.74 34.32 91.42 0.00 1402.61 10841.11 0.00 11:01:55 10:44:01 144.27 70.65 73.61 0.00 3293.19 6570.72 0.00 11:01:55 10:45:01 211.08 52.94 158.14 0.00 15399.17 94974.09 0.00 11:01:55 10:46:04 2032.20 1686.01 346.20 0.00 194122.85 192949.79 0.00 11:01:55 10:47:02 673.37 455.55 217.82 0.00 41128.73 53293.46 0.00 11:01:55 10:48:02 1991.84 1617.95 373.89 0.00 133288.23 140478.11 0.00 11:01:55 10:49:02 816.62 506.61 310.01 0.00 64817.85 78920.05 0.00 11:01:55 10:50:01 112.75 14.05 98.70 0.00 3170.75 12699.98 0.00 11:01:55 10:51:01 1.70 0.25 1.45 0.00 8.39 23.79 0.00 11:01:55 10:52:01 0.20 0.02 0.18 0.00 0.53 1.77 0.00 11:01:55 10:53:01 0.28 0.00 0.28 0.00 0.00 3.32 0.00 11:01:55 10:54:01 0.27 0.02 0.25 0.00 0.53 2.43 0.00 11:01:55 10:55:01 1.73 1.50 0.23 0.00 51.42 3.41 0.00 11:01:55 10:56:01 0.83 0.03 0.80 0.00 1.07 14.89 0.00 11:01:55 10:57:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 11:01:55 10:58:01 0.27 0.02 0.25 0.00 0.53 2.65 0.00 11:01:55 10:59:01 0.18 0.00 0.18 0.00 0.00 2.33 0.00 11:01:55 11:00:01 0.30 0.02 0.28 0.00 0.53 2.98 0.00 11:01:55 11:01:01 0.30 0.07 0.23 0.00 1.73 2.48 0.00 11:01:55 Average: 314.69 222.01 92.68 0.00 22814.68 31757.44 0.00 11:01:55 11:01:55 10:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:01:55 10:41:01 82228 0 701920 37.31 2344 1095052 1537220 52.46 697996 888860 26324 11:01:55 10:42:02 190912 0 761336 40.46 1492 927804 1436512 49.03 560548 848788 18960 11:01:55 10:43:01 175588 0 810044 43.05 636 895276 1838520 62.75 698260 721412 63304 11:01:55 10:44:01 200680 0 856468 45.52 564 823832 1542700 52.65 687520 697604 61208 11:01:55 10:45:01 77504 0 702032 37.31 144 1101864 1262340 43.08 733300 831388 18976 11:01:55 10:46:04 78360 0 859388 45.67 0 943796 2337772 79.78 645552 925100 54120 11:01:55 10:47:02 389956 0 721496 38.35 0 770092 1375960 46.96 534004 701432 16 11:01:55 10:48:02 68052 0 750024 39.86 0 1063468 1815028 61.94 469924 1115052 46456 11:01:55 10:49:02 250064 0 713644 37.93 0 917836 1589772 54.26 475764 924160 97192 11:01:55 10:50:01 144520 0 651820 34.64 0 1085204 1215648 41.49 440196 1053956 20 11:01:55 10:51:01 147028 0 649308 34.51 0 1085208 1193212 40.72 438572 1053724 16 11:01:55 10:52:01 147860 0 648440 34.46 0 1085244 1185956 40.47 438124 1053724 16 11:01:55 10:53:01 147960 0 648356 34.46 0 1085228 1185956 40.47 438180 1053716 8 11:01:55 10:54:01 147744 0 648580 34.47 0 1085220 1185956 40.47 438056 1053720 8 11:01:55 10:55:01 146568 0 648864 34.49 0 1086112 1186028 40.48 438864 1054008 16 11:01:55 10:56:01 146544 0 648872 34.49 0 1086128 1186016 40.48 438760 1054012 12 11:01:55 10:57:01 146104 0 649312 34.51 0 1086128 1185956 40.47 438804 1054008 16 11:01:55 10:58:01 146360 0 649044 34.50 0 1086140 1185956 40.47 438684 1054024 20 11:01:55 10:59:01 146276 0 649120 34.50 0 1086148 1185956 40.47 438816 1054024 8 11:01:55 11:00:01 146404 0 648988 34.49 0 1086152 1186016 40.48 438764 1054040 12 11:01:55 11:01:01 145288 0 650104 34.55 0 1086152 1188300 40.55 439388 1054040 12 11:01:55 Average: 155810 0 698436 37.12 247 1027052 1381275 47.14 512766 966704 18415 11:01:55 11:01:55 10:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:01:55 10:41:01 eth0 1282.29 1222.22 6307.58 160.22 0.00 0.00 0.00 0.00 11:01:55 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:41:01 docker0 834.14 785.10 68.69 2667.80 0.00 0.00 0.00 0.00 11:01:55 10:42:02 vethca3b2dc 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 11:01:55 10:42:02 eth0 230.98 183.95 861.27 27.52 0.00 0.00 0.00 0.00 11:01:55 10:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:42:02 docker0 164.06 195.16 11.91 830.28 0.00 0.00 0.00 0.00 11:01:55 10:43:01 vethca3b2dc 0.74 0.76 0.06 0.06 0.00 0.00 0.00 0.00 11:01:55 10:43:01 eth0 27.94 13.94 23.86 11.01 0.00 0.00 0.00 0.00 11:01:55 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:43:01 docker0 0.74 0.74 0.05 0.06 0.00 0.00 0.00 0.00 11:01:55 10:44:01 vethca3b2dc 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 11:01:55 10:44:01 eth0 36.77 28.86 17.58 80.70 0.00 0.00 0.00 0.00 11:01:55 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:44:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 11:01:55 10:45:01 eth0 212.84 168.10 1697.02 71.63 0.00 0.00 0.00 0.00 11:01:55 10:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:45:01 vethea87fc8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:01:55 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:46:04 eth0 41.63 21.20 153.03 7.42 0.00 0.00 0.00 0.00 11:01:55 10:46:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:46:04 vethea87fc8 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 11:01:55 10:46:04 docker0 12.82 25.17 0.72 139.60 0.00 0.00 0.00 0.00 11:01:55 10:47:02 vethbe7f540 2.71 5.68 0.19 40.02 0.00 0.00 0.00 0.00 11:01:55 10:47:02 vethe96e944 5.68 2.71 40.02 0.19 0.00 0.00 0.00 0.00 11:01:55 10:47:02 eth0 35.41 19.12 171.96 7.26 0.00 0.00 0.00 0.00 11:01:55 10:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:48:02 eth0 88.28 51.99 173.20 92.64 0.00 0.00 0.00 0.00 11:01:55 10:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:48:02 vethea87fc8 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 11:01:55 10:48:02 vetha355da1 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 11:01:55 10:49:02 eth0 171.21 138.43 1303.88 84.41 0.00 0.00 0.00 0.00 11:01:55 10:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:49:02 vethea87fc8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:49:02 docker0 1055.89 1075.05 84.39 3999.44 0.00 0.00 0.00 0.00 11:01:55 10:50:01 eth0 90.06 44.56 427.45 13.52 0.00 0.00 0.00 0.00 11:01:55 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:50:01 docker0 29.95 63.04 1.91 405.14 0.00 0.00 0.00 0.00 11:01:55 10:51:01 eth0 1.12 0.45 0.38 0.18 0.00 0.00 0.00 0.00 11:01:55 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:52:01 eth0 0.18 0.08 0.02 0.04 0.00 0.00 0.00 0.00 11:01:55 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:01:55 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:54:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:01:55 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:55:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 11:01:55 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:56:01 eth0 0.15 0.10 0.07 0.01 0.00 0.00 0.00 0.00 11:01:55 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:57:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:58:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 11:01:55 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:01:55 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 11:00:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 11:01:55 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 11:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:01:55 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 Average: eth0 106.17 90.63 532.25 26.58 0.00 0.00 0.00 0.00 11:01:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:01:55 Average: docker0 50.96 53.41 4.05 206.70 0.00 0.00 0.00 0.00 11:01:55 11:01:55 11:01:55 ---> sar -P ALL: 11:01:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 11:01:55 11:01:55 10:39:10 LINUX RESTART (4 CPU) 11:01:55 11:01:55 10:40:01 CPU %user %nice %system %iowait %steal %idle 11:01:55 10:41:01 all 16.47 0.00 8.94 2.15 0.59 71.85 11:01:55 10:41:01 0 15.93 0.00 9.79 1.02 0.69 72.57 11:01:55 10:41:01 1 16.02 0.00 8.59 1.24 0.48 73.67 11:01:55 10:41:01 2 13.39 0.00 8.93 3.06 0.61 74.01 11:01:55 10:41:01 3 20.53 0.00 8.46 3.27 0.56 67.17 11:01:55 10:42:02 all 11.47 0.00 8.85 5.19 0.76 73.74 11:01:55 10:42:02 0 12.53 0.00 9.00 4.01 0.82 73.64 11:01:55 10:42:02 1 11.38 0.00 8.51 4.88 0.68 74.55 11:01:55 10:42:02 2 10.97 0.00 8.26 3.92 0.75 76.10 11:01:55 10:42:02 3 10.99 0.00 9.64 7.95 0.77 70.64 11:01:55 10:43:01 all 59.13 0.00 13.25 3.50 0.85 23.27 11:01:55 10:43:01 0 59.21 0.00 13.38 1.75 0.91 24.75 11:01:55 10:43:01 1 60.30 0.00 12.52 4.42 0.76 22.01 11:01:55 10:43:01 2 58.82 0.00 13.16 3.74 0.80 23.47 11:01:55 10:43:01 3 58.18 0.00 13.96 4.08 0.93 22.86 11:01:55 10:44:01 all 50.52 0.00 15.31 4.58 0.56 29.02 11:01:55 10:44:01 0 50.29 0.00 15.15 6.92 0.47 27.18 11:01:55 10:44:01 1 51.32 0.00 15.03 3.29 0.53 29.83 11:01:55 10:44:01 2 51.07 0.00 15.06 3.58 0.63 29.66 11:01:55 10:44:01 3 49.42 0.00 16.00 4.54 0.61 29.43 11:01:55 10:45:01 all 22.31 0.00 14.46 4.84 1.05 57.35 11:01:55 10:45:01 0 21.98 0.00 13.73 4.42 1.04 58.82 11:01:55 10:45:01 1 20.21 0.00 14.34 4.73 1.06 59.67 11:01:55 10:45:01 2 25.26 0.00 14.51 5.33 1.20 53.69 11:01:55 10:45:01 3 21.77 0.00 15.25 4.89 0.90 57.18 11:01:55 10:46:04 all 23.95 0.00 29.54 23.42 0.48 22.61 11:01:55 10:46:04 0 24.58 0.00 28.20 21.80 0.53 24.89 11:01:55 10:46:04 1 22.81 0.00 29.83 25.58 0.53 21.25 11:01:55 10:46:04 2 24.21 0.00 29.43 24.13 0.49 21.74 11:01:55 10:46:04 3 24.21 0.00 30.70 22.15 0.39 22.55 11:01:55 10:47:02 all 56.30 0.00 16.34 12.96 0.07 14.34 11:01:55 10:47:02 0 54.46 0.00 17.39 13.50 0.07 14.58 11:01:55 10:47:02 1 57.77 0.00 15.46 11.88 0.07 14.82 11:01:55 10:47:02 2 57.39 0.00 15.73 13.36 0.05 13.47 11:01:55 10:47:02 3 55.60 0.00 16.76 13.10 0.07 14.47 11:01:55 10:48:02 all 28.00 0.00 24.82 22.34 0.35 24.50 11:01:55 10:48:02 0 28.38 0.00 25.41 22.00 0.35 23.86 11:01:55 10:48:02 1 27.28 0.00 23.88 24.86 0.42 23.55 11:01:55 10:48:02 2 26.73 0.00 24.56 22.59 0.37 25.75 11:01:55 10:48:02 3 29.59 0.00 25.41 19.90 0.25 24.85 11:01:55 10:49:02 all 39.12 0.00 18.10 23.19 0.10 19.49 11:01:55 10:49:02 0 38.56 0.00 18.39 23.27 0.11 19.67 11:01:55 10:49:02 1 40.04 0.00 17.97 23.13 0.09 18.78 11:01:55 10:49:02 2 39.91 0.00 17.06 24.23 0.11 18.69 11:01:55 10:49:02 3 37.97 0.00 18.98 22.13 0.11 20.81 11:01:55 10:50:01 all 5.81 0.00 3.79 4.26 0.07 86.07 11:01:55 10:50:01 0 5.91 0.00 3.75 2.61 0.05 87.68 11:01:55 10:50:01 1 6.58 0.00 3.64 7.49 0.09 82.21 11:01:55 10:50:01 2 4.28 0.00 3.65 3.05 0.09 88.93 11:01:55 10:50:01 3 6.47 0.00 4.12 3.89 0.07 85.45 11:01:55 10:51:01 all 0.18 0.00 0.03 0.00 0.00 99.78 11:01:55 10:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 11:01:55 10:51:01 1 0.12 0.00 0.03 0.00 0.00 99.85 11:01:55 10:51:01 2 0.53 0.00 0.02 0.02 0.00 99.43 11:01:55 10:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 11:01:55 11:01:55 10:51:01 CPU %user %nice %system %iowait %steal %idle 11:01:55 10:52:01 all 0.15 0.00 0.04 0.00 0.00 99.80 11:01:55 10:52:01 0 0.03 0.00 0.07 0.00 0.00 99.90 11:01:55 10:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:01:55 10:52:01 2 0.52 0.00 0.03 0.02 0.00 99.43 11:01:55 10:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:01:55 10:53:01 all 0.14 0.00 0.02 0.00 0.00 99.84 11:01:55 10:53:01 0 0.03 0.00 0.05 0.00 0.00 99.92 11:01:55 10:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:53:01 2 0.50 0.00 0.02 0.00 0.00 99.48 11:01:55 10:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:01:55 10:54:01 all 0.17 0.00 0.07 0.00 0.00 99.76 11:01:55 10:54:01 0 0.08 0.00 0.15 0.00 0.02 99.75 11:01:55 10:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:01:55 10:54:01 2 0.52 0.00 0.02 0.00 0.00 99.47 11:01:55 10:54:01 3 0.02 0.00 0.07 0.00 0.00 99.92 11:01:55 10:55:01 all 0.15 0.00 0.07 0.02 0.00 99.76 11:01:55 10:55:01 0 0.50 0.00 0.05 0.00 0.00 99.45 11:01:55 10:55:01 1 0.03 0.00 0.13 0.08 0.00 99.75 11:01:55 10:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:55:01 3 0.05 0.00 0.07 0.02 0.00 99.87 11:01:55 10:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 11:01:55 10:56:01 0 0.50 0.00 0.00 0.00 0.00 99.50 11:01:55 10:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:01:55 10:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:56:01 3 0.05 0.00 0.07 0.00 0.00 99.88 11:01:55 10:57:01 all 0.14 0.00 0.02 0.00 0.00 99.83 11:01:55 10:57:01 0 0.50 0.00 0.03 0.00 0.00 99.47 11:01:55 10:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:01:55 10:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:58:01 all 0.16 0.00 0.02 0.00 0.00 99.82 11:01:55 10:58:01 0 0.53 0.00 0.02 0.00 0.00 99.45 11:01:55 10:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:01:55 10:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:58:01 3 0.05 0.00 0.02 0.00 0.02 99.92 11:01:55 10:59:01 all 0.15 0.00 0.03 0.00 0.00 99.81 11:01:55 10:59:01 0 0.50 0.00 0.02 0.00 0.00 99.48 11:01:55 10:59:01 1 0.07 0.00 0.07 0.00 0.02 99.85 11:01:55 10:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 10:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:01:55 11:00:01 all 0.15 0.00 0.03 0.00 0.00 99.82 11:01:55 11:00:01 0 0.12 0.00 0.02 0.00 0.00 99.87 11:01:55 11:00:01 1 0.03 0.00 0.05 0.00 0.00 99.92 11:01:55 11:00:01 2 0.45 0.00 0.03 0.00 0.02 99.50 11:01:55 11:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:01:55 11:01:01 all 0.15 0.00 0.03 0.00 0.00 99.81 11:01:55 11:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:01:55 11:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 11:01:55 11:01:01 2 0.52 0.00 0.03 0.00 0.00 99.45 11:01:55 11:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:01:55 Average: all 14.45 0.00 7.13 4.94 0.23 73.25 11:01:55 Average: 0 14.47 0.00 7.18 4.71 0.24 73.41 11:01:55 Average: 1 14.43 0.00 6.98 5.18 0.22 73.19 11:01:55 Average: 2 14.45 0.00 6.98 4.96 0.24 73.37 11:01:55 Average: 3 14.45 0.00 7.39 4.89 0.22 73.05 11:01:55 11:01:55 11:01:55