Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (d8b43afeb2a0b8dcfac7b899d48cdc990bb61ca0) 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-30006’ Running on prd-centos7-docker-4c-2g-30011 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d Merge succeeded, producing ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d Checking out Revision ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:59:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 [Pipeline] withCredentials 16:59:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:59:13 ========================================================= 16:59:13 EdgeX Global Pipelines Version Info 16:59:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:59:14 ------------------- 16:59:14 stable info: 16:59:14 ------------------- 16:59:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:59:14 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:59:14 Message: update stable to v1.0.184 16:59:16 ------------------- 16:59:16 experimental info: 16:59:16 ------------------- 16:59:16 Commited By: **** collab-it+edgex@linuxfoundation.org 16:59:16 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:59:16 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:59:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:59:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:59:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:59:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:59:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:59:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea1e5ef [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:59:19 provisioning config files... 16:59:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config8816529429037597257tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:20 ---> docker-login.sh 16:59:20 nexus3.edgexfoundry.org:10001 16:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:20 Configure a credential helper to remove this warning. See 16:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:20 16:59:20 Login Succeeded 16:59:20 nexus3.edgexfoundry.org:10002 16:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:20 Configure a credential helper to remove this warning. See 16:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:20 16:59:20 Login Succeeded 16:59:20 nexus3.edgexfoundry.org:10003 16:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:21 Configure a credential helper to remove this warning. See 16:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:21 16:59:21 Login Succeeded 16:59:21 nexus3.edgexfoundry.org:10004 16:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:21 Configure a credential helper to remove this warning. See 16:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:21 16:59:21 Login Succeeded 16:59:21 docker.io 16:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:21 Configure a credential helper to remove this warning. See 16:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:21 16:59:21 Login Succeeded 16:59:21 ---> docker-login.sh ends [Pipeline] } 16:59:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:22 ++ 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 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/core-command/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo core-command,cmd/core-command/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/core-data/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo core-data,cmd/core-data/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/core-metadata/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo core-metadata,cmd/core-metadata/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ cut -d/ -f2 16:59:22 ++ dirname cmd/security-bootstrapper/Dockerfile 16:59:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/security-proxy-setup/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/support-notifications/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo support-notifications,cmd/support-notifications/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/support-scheduler/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:59:22 + for file in '`ls cmd/**/Dockerfile`' 16:59:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:59:22 ++ cut -d/ -f2 16:59:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:59:22 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 16:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:23 16:59:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:23 latest: Pulling from edgex-devops/git-semver 16:59:23 31603596830f: Pulling fs layer 16:59:23 2a8b12db71e7: Pulling fs layer 16:59:23 6ca5941a6612: Pulling fs layer 16:59:23 ecc8261a40a4: Pulling fs layer 16:59:23 ecc8261a40a4: Waiting 16:59:23 2a8b12db71e7: Verifying Checksum 16:59:23 2a8b12db71e7: Download complete 16:59:23 31603596830f: Verifying Checksum 16:59:23 31603596830f: Download complete 16:59:23 ecc8261a40a4: Verifying Checksum 16:59:23 ecc8261a40a4: Download complete 16:59:23 6ca5941a6612: Verifying Checksum 16:59:23 6ca5941a6612: Download complete 16:59:24 31603596830f: Pull complete 16:59:24 2a8b12db71e7: Pull complete 16:59:25 6ca5941a6612: Pull complete 16:59:25 ecc8261a40a4: Pull complete 16:59:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:59:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:59:25 prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container 16:59:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:59:28 $ docker top 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:28 [ssh-agent] Looking for ssh-agent implementation... 16:59:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:29 $ docker exec 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent 16:59:29 SSH_AUTH_SOCK=/tmp/ssh-LyXYKRw1TENs/agent.12 16:59:29 SSH_AGENT_PID=17 16:59:29 Running ssh-add (command line suppressed) 16:59:29 Identity added: /w/workspace/edgex-go/17@tmp/private_key_5522460837064131770.key (/w/workspace/edgex-go/17@tmp/private_key_5522460837064131770.key) 16:59:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:30 + git tag --points-at HEAD [Pipeline] } 16:59:30 $ docker exec --env ******** --env ******** 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent -k 16:59:30 unset SSH_AUTH_SOCK; 16:59:30 unset SSH_AGENT_PID; 16:59:30 echo Agent pid 17 killed; 16:59:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:59:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:30 [ssh-agent] Looking for ssh-agent implementation... 16:59:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:30 $ docker exec 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent 16:59:30 SSH_AUTH_SOCK=/tmp/ssh-0lqMgMSIoQSk/agent.47 16:59:30 SSH_AGENT_PID=52 16:59:30 Running ssh-add (command line suppressed) 16:59:31 Identity added: /w/workspace/edgex-go/17@tmp/private_key_4609502158808076999.key (/w/workspace/edgex-go/17@tmp/private_key_4609502158808076999.key) 16:59:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:31 + git semver init 16:59:31 # -> Open(): unable to determine branch for HEAD 16:59:31 # $GIT_DIR = /w/workspace/edgex-go/17/.git 16:59:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 16:59:31 # $SEMVER_REMOTE_NAME = origin 16:59:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:31 # $SEMVER_USER_NAME = edgex-jenkins 16:59:31 # $SEMVER_BRANCH = PR-3234 16:59:31 # $SEMVER_TEMP = /tmp/semver-594483782 16:59:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:59:58 # '/tmp/semver-594483782' -> '/w/workspace/edgex-go/17/.semver' 16:59:58 # -> Force: false 16:59:58 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 16:59:58 $ docker exec --env ******** --env ******** 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e ssh-agent -k 16:59:58 unset SSH_AUTH_SOCK; 16:59:58 unset SSH_AGENT_PID; 16:59:58 echo Agent pid 52 killed; 16:59:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:58 + git semver [Pipeline] } 16:59:58 $ docker stop --time=1 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e 17:00:00 $ docker rm -f 1c5f358967e6384b0255920a781a24b64079c88cac006f774e2965b7556b9f7e [Pipeline] // withDockerContainer [Pipeline] sh 17:00:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:00:01 Stashed 1 file(s) [Pipeline] echo 17:00:01 [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 17:00:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:00:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:00:03 + sudo service docker restart 17:00:03 + true 17:00:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:00:03 ========================================================= 17:00:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:00:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:00:04 + 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 . 17:00:08 Sending build context to Docker daemon 328.6MB 17:00:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:00:08 Step 2/6 : FROM ${BASE} 17:00:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:00:08 188c0c94c7c5: Pulling fs layer 17:00:08 0ef7d3d256c8: Pulling fs layer 17:00:08 de9db76c5a1d: Pulling fs layer 17:00:08 bca2f99d35d6: Pulling fs layer 17:00:08 93359f2a8cfa: Pulling fs layer 17:00:08 7c6f9722023f: Pulling fs layer 17:00:08 a35cf1a2eb13: Pulling fs layer 17:00:08 7c6f9722023f: Waiting 17:00:08 bca2f99d35d6: Waiting 17:00:08 a35cf1a2eb13: Waiting 17:00:08 93359f2a8cfa: Waiting 17:00:08 de9db76c5a1d: Verifying Checksum 17:00:08 de9db76c5a1d: Download complete 17:00:08 0ef7d3d256c8: Download complete 17:00:08 93359f2a8cfa: Verifying Checksum 17:00:08 93359f2a8cfa: Download complete 17:00:08 188c0c94c7c5: Download complete 17:00:08 7c6f9722023f: Verifying Checksum 17:00:08 7c6f9722023f: Download complete 17:00:09 188c0c94c7c5: Pull complete 17:00:09 0ef7d3d256c8: Pull complete 17:00:10 de9db76c5a1d: Pull complete 17:00:10 a35cf1a2eb13: Verifying Checksum 17:00:10 a35cf1a2eb13: Download complete 17:00:10 bca2f99d35d6: Verifying Checksum 17:00:10 bca2f99d35d6: Download complete 17:00:17 Still waiting to schedule task 17:00:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:00:17 bca2f99d35d6: Pull complete 17:00:17 93359f2a8cfa: Pull complete 17:00:17 7c6f9722023f: Pull complete 17:00:21 a35cf1a2eb13: Pull complete 17:00:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:00:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:00:21 ---> a62c8e92a672 17:00:21 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 17:00:21 ---> Running in 7e98b1dbea1c 17:00:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:26 (1/12) Installing libmagic (5.38-r0) 17:00:26 (2/12) Installing file (5.38-r0) 17:00:26 (3/12) Installing libc-dev (0.7.2-r3) 17:00:27 (4/12) Installing g++ (9.3.0-r2) 17:00:49 (5/12) Installing fortify-headers (1.1-r0) 17:00:49 (6/12) Installing patch (2.7.6-r6) 17:00:49 (7/12) Installing build-base (0.5-r2) 17:00:49 (8/12) Installing libsodium (1.0.18-r0) 17:00:49 (9/12) Installing pkgconf (1.7.2-r0) 17:00:49 (10/12) Installing libsodium-dev (1.0.18-r0) 17:00:49 (11/12) Installing libzmq (4.3.3-r0) 17:00:49 (12/12) Installing zeromq-dev (4.3.3-r0) 17:00:49 Executing busybox-1.31.1-r19.trigger 17:00:49 OK: 233 MiB in 51 packages 17:00:52 Removing intermediate container 7e98b1dbea1c 17:00:52 ---> 3dfe9942d02e 17:00:52 Step 4/6 : WORKDIR /edgex-go 17:00:52 ---> Running in ac1a1bf62e48 17:00:52 Removing intermediate container ac1a1bf62e48 17:00:52 ---> dcf01666bb89 17:00:52 Step 5/6 : COPY go.mod . 17:00:52 ---> ce04fc4b9a54 17:00:52 Step 6/6 : RUN go mod download 17:00:52 ---> Running in ba7f6712b19f 17:01:19 Removing intermediate container ba7f6712b19f 17:01:19 ---> 42492866086c 17:01:19 Successfully built 42492866086c 17:01:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:01:19 + docker inspect -f . ci-base-image-x86_64 17:01:19 . [Pipeline] withDockerContainer 17:01:20 prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container 17:01:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:01:21 $ docker top 00aa175bc5ed84ebbcabd4b4571ef571d327599a806a7dd92ba4f6247f41cfd3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:21 + go version 17:01:21 go version go1.15.5 linux/amd64 [Pipeline] } 17:01:21 $ docker stop --time=1 00aa175bc5ed84ebbcabd4b4571ef571d327599a806a7dd92ba4f6247f41cfd3 17:01:23 $ docker rm -f 00aa175bc5ed84ebbcabd4b4571ef571d327599a806a7dd92ba4f6247f41cfd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:23 + docker inspect -f . ci-base-image-x86_64 17:01:23 . [Pipeline] withDockerContainer 17:01:23 prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container 17:01:24 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:01:24 $ docker top 636b19963795f433343604fabfe10d6d96727ef021d1b436d7fbc14f62e8709c -eo pid,comm [Pipeline] { [Pipeline] echo 17:01:24 ========================================================= 17:01:24 [edgeXBuildGoParallel] Running Tests and Build... 17:01:24 ========================================================= [Pipeline] sh 17:01:25 + make test 17:01:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:01:35 ? github.com/edgexfoundry/edgex-go [no test files] 17:01:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:02:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:02:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:02:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:02:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:02:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:02:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:02:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:02:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:02:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:02:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:02:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:02:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 17:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements 17:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 17:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.328s coverage: 27.1% of statements 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.178s coverage: 82.9% of statements 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:02:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements 17:02:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 0.1% of statements 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:02:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 17:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 17:02:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 17:02:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30014 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 17:02:21 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 17:02:27 using credential edgex-jenkins-ssh 17:02:27 Cloning the remote Git repository 17:02:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:02:27 > git init /w/workspace/edgex-go/17 # timeout=10 17:02:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:02:27 > git --version # timeout=10 17:02:27 > git --version # 'git version 2.17.1' 17:02:27 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements 17:02:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements 17:02:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.147s coverage: 81.9% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.6% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.236s coverage: 62.4% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.385s coverage: 69.0% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 38.4% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.967s coverage: 29.1% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 96.5% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:02:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 17:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 17:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:02:45 GO111MODULE=on go vet ./... 17:02:48 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:02:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:02:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:02:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:02:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:02:48 > git config core.sparsecheckout # timeout=10 17:02:48 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 17:02:48 Merge succeeded, producing ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:02:48 Checking out Revision ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d (PR-3234) 17:02:48 > git remote # timeout=10 17:02:48 > git config --get remote.origin.url # timeout=10 17:02:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:48 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 17:02:48 > git rev-parse HEAD^{commit} # timeout=10 17:02:48 > git config core.sparsecheckout # timeout=10 17:02:48 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 17:02:53 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:02:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:02:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:02:55 + sudo service docker restart 17:02:55 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:02:58 provisioning config files... 17:02:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config2845565556885242054tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:58 ---> docker-login.sh 17:02:58 nexus3.edgexfoundry.org:10001 17:02:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:00 Configure a credential helper to remove this warning. See 17:03:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:00 17:03:00 Login Succeeded 17:03:00 nexus3.edgexfoundry.org:10002 17:03:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:00 Configure a credential helper to remove this warning. See 17:03:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:00 17:03:00 Login Succeeded 17:03:00 nexus3.edgexfoundry.org:10003 17:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:01 Configure a credential helper to remove this warning. See 17:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:01 17:03:01 Login Succeeded 17:03:01 nexus3.edgexfoundry.org:10004 17:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:01 Configure a credential helper to remove this warning. See 17:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:01 17:03:01 Login Succeeded 17:03:01 docker.io 17:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:03:02 Configure a credential helper to remove this warning. See 17:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:03:02 17:03:02 Login Succeeded 17:03:02 ---> docker-login.sh ends [Pipeline] } 17:03:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:03:03 ========================================================= 17:03:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:03:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:03:03 + 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 . 17:03:06 Sending build context to Docker daemon 166.8MB 17:03:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:03:06 Step 2/6 : FROM ${BASE} 17:03:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:03:06 5f621e34cdf4: Pulling fs layer 17:03:06 a4357932f1b6: Pulling fs layer 17:03:06 18c013af1878: Pulling fs layer 17:03:06 00ac8860ef70: Pulling fs layer 17:03:06 63d7cb157983: Pulling fs layer 17:03:06 b116817d02f9: Pulling fs layer 17:03:06 745a02a5169b: Pulling fs layer 17:03:06 00ac8860ef70: Waiting 17:03:06 63d7cb157983: Waiting 17:03:06 b116817d02f9: Waiting 17:03:06 745a02a5169b: Waiting 17:03:06 18c013af1878: Verifying Checksum 17:03:06 18c013af1878: Download complete 17:03:06 a4357932f1b6: Verifying Checksum 17:03:06 a4357932f1b6: Download complete 17:03:06 63d7cb157983: Verifying Checksum 17:03:06 63d7cb157983: Download complete 17:03:06 b116817d02f9: Verifying Checksum 17:03:06 b116817d02f9: Download complete 17:03:06 5f621e34cdf4: Download complete 17:03:07 5f621e34cdf4: Pull complete 17:03:07 a4357932f1b6: Pull complete 17:03:08 18c013af1878: Pull complete 17:03:08 745a02a5169b: Verifying Checksum 17:03:08 745a02a5169b: Download complete 17:03:09 00ac8860ef70: Verifying Checksum 17:03:09 00ac8860ef70: Download complete 17:03:18 gofmt -l . 17:03:18 [ "`gofmt -l .`" = "" ] 17:03:18 ./bin/test-go-mod-tidy.sh 17:03:18 ./bin/test-attribution-txt.sh [Pipeline] sh 17:03:19 + ls -al . 17:03:19 total 760 17:03:19 drwxrwxr-x 10 1001 1001 4096 Mar 16 17:03 . 17:03:19 drwxr-xr-x 4 root root 30 Mar 16 17:01 .. 17:03:19 -rw-rw-r-- 1 1001 1001 11 Mar 16 16:59 .dockerignore 17:03:19 drwxrwxr-x 8 1001 1001 179 Mar 16 16:59 .git 17:03:19 drwxrwxr-x 3 1001 1001 125 Mar 16 16:59 .github 17:03:19 -rw-rw-r-- 1 1001 1001 818 Mar 16 16:59 .gitignore 17:03:19 drwx------ 3 1001 1001 60 Mar 16 16:59 .semver 17:03:19 -rw-rw-r-- 1 1001 1001 166 Mar 16 16:59 .sonarcloud.properties 17:03:19 -rw-rw-r-- 1 1001 1001 8607 Mar 16 16:59 Attribution.txt 17:03:19 -rw-rw-r-- 1 1001 1001 3804 Mar 16 16:59 CONTRIBUTING.md 17:03:19 -rw-rw-r-- 1 1001 1001 931 Mar 16 16:59 Dockerfile.build 17:03:19 -rw-rw-r-- 1 1001 1001 863 Mar 16 16:59 Jenkinsfile 17:03:19 -rw-rw-r-- 1 1001 1001 10775 Mar 16 16:59 LICENSE 17:03:19 -rw-rw-r-- 1 1001 1001 5774 Mar 16 16:59 Makefile 17:03:19 -rw-rw-r-- 1 1001 1001 6548 Mar 16 16:59 README.md 17:03:19 -rw-rw-r-- 1 1001 1001 6755 Mar 16 16:59 SECURITY.md 17:03:19 -rw-rw-r-- 1 1001 1001 5 Mar 16 17:00 VERSION 17:03:19 -rw-rw-r-- 1 1001 1001 4131 Mar 16 16:59 ZMQWindows.md 17:03:19 drwxrwxr-x 2 1001 1001 117 Mar 16 16:59 bin 17:03:19 drwxrwxr-x 14 1001 1001 4096 Mar 16 16:59 cmd 17:03:19 -rw-r--r-- 1 root root 650607 Mar 16 17:02 coverage.out 17:03:19 -rw-r--r-- 1 root root 1056 Mar 16 17:03 go.mod 17:03:19 -rw-r--r-- 1 root root 21983 Mar 16 17:03 go.sum 17:03:19 drwxrwxr-x 8 1001 1001 127 Mar 16 16:59 internal 17:03:19 drwxrwxr-x 4 1001 1001 26 Mar 16 16:59 openapi 17:03:19 drwxrwxr-x 4 1001 1001 71 Mar 16 16:59 snap 17:03:19 -rw-rw-r-- 1 1001 1001 168 Mar 16 16:59 version.go [Pipeline] sh 17:03:19 + '[' -e coverage.out ] 17:03:19 + chown 1001:1001 coverage.out [Pipeline] stash 17:03:21 00ac8860ef70: Pull complete 17:03:21 63d7cb157983: Pull complete 17:03:21 b116817d02f9: Pull complete 17:03:21 Stashed 1 file(s) [Pipeline] sh 17:03:21 + make build 17:03:21 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 17:03:24 745a02a5169b: Pull complete 17:03:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:03:24 ---> b7e6874047d6 17:03:24 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 17:03:26 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 17:03:27 ---> Running in fb02c31e4e13 17:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:30 (1/12) Installing libmagic (5.38-r0) 17:03:30 (2/12) Installing file (5.38-r0) 17:03:30 (3/12) Installing libc-dev (0.7.2-r3) 17:03:31 (4/12) Installing g++ (9.3.0-r2) 17:03:37 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 17:03:38 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 17:03:40 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 17:03: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 17:03:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:03:44 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 17:03:45 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 17:03:47 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 17:03: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 17:03:49 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] } 17:03:52 $ docker stop --time=1 636b19963795f433343604fabfe10d6d96727ef021d1b436d7fbc14f62e8709c 17:03:53 (5/12) Installing fortify-headers (1.1-r0) 17:03:53 (6/12) Installing patch (2.7.6-r6) 17:03:53 (7/12) Installing build-base (0.5-r2) 17:03:53 (8/12) Installing libsodium (1.0.18-r0) 17:03:53 (9/12) Installing pkgconf (1.7.2-r0) 17:03:54 (10/12) Installing libsodium-dev (1.0.18-r0) 17:03:54 (11/12) Installing libzmq (4.3.3-r0) 17:03:54 $ docker rm -f 636b19963795f433343604fabfe10d6d96727ef021d1b436d7fbc14f62e8709c 17:03:54 (12/12) Installing zeromq-dev (4.3.3-r0) 17:03:54 Executing busybox-1.31.1-r19.trigger 17:03:54 OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:03:56 17:03:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:03:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:03:56 latest: Pulling from edgex-devops/edgex-compose 17:03:56 cbdbe7a5bc2a: Pulling fs layer 17:03:56 ca9280d653b3: Pulling fs layer 17:03:56 7e9c9ca2126c: Pulling fs layer 17:03:56 cbdbe7a5bc2a: Verifying Checksum 17:03:56 cbdbe7a5bc2a: Download complete 17:03:57 cbdbe7a5bc2a: Pull complete 17:03:57 ca9280d653b3: Verifying Checksum 17:03:57 ca9280d653b3: Download complete 17:03:58 ca9280d653b3: Pull complete 17:03:58 7e9c9ca2126c: Verifying Checksum 17:03:58 7e9c9ca2126c: Download complete 17:03:58 Removing intermediate container fb02c31e4e13 17:03:58 ---> 79141314ca5f 17:03:58 Step 4/6 : WORKDIR /edgex-go 17:03:58 ---> Running in 0a224a78e308 17:03:59 Removing intermediate container 0a224a78e308 17:03:59 ---> e5ba08d56fde 17:03:59 Step 5/6 : COPY go.mod . 17:04:00 ---> 0fb9d1ab6af1 17:04:00 Step 6/6 : RUN go mod download 17:04:00 ---> Running in 1ba716a1ec69 17:04:06 7e9c9ca2126c: Pull complete 17:04:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:04:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:04:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:04:07 prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container 17:04:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:04:08 $ docker top 461d822f1c5d15a2a4333ab3fd246bfca8cd5950fd6ff4a8b8e00fef662b0f1e -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:09 + docker-compose build --help 17:04:09 + grep parallel 17:04:10 --parallel Build images in parallel. [Pipeline] } 17:04:10 $ docker stop --time=1 461d822f1c5d15a2a4333ab3fd246bfca8cd5950fd6ff4a8b8e00fef662b0f1e 17:04:12 $ docker rm -f 461d822f1c5d15a2a4333ab3fd246bfca8cd5950fd6ff4a8b8e00fef662b0f1e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:04:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:04:13 . [Pipeline] withDockerContainer 17:04:13 prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container 17:04:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:04:14 $ docker top cd738c09a0b0c3586fa958850915b744e0348a4045975cdd53640b7ded825420 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:14 + docker-compose -f ./docker-compose-build.yml build --parallel 17:04:15 Building docker-core-command-go ... 17:04:15 Building docker-core-data-go ... 17:04:15 Building docker-core-metadata-go ... 17:04:15 Building docker-security-bootstrapper-go ... 17:04:15 Building docker-security-proxy-setup-go ... 17:04:15 Building docker-security-secretstore-setup-go ... 17:04:15 Building docker-support-notifications-go ... 17:04:15 Building docker-support-scheduler-go ... 17:04:15 Building docker-sys-mgmt-agent-go ... 17:04:15 Building docker-security-secretstore-setup-go 17:04:15 Building docker-support-scheduler-go 17:04:15 Building docker-sys-mgmt-agent-go 17:04:15 Building docker-core-command-go 17:04:15 Building docker-security-proxy-setup-go 17:04:32 Removing intermediate container 1ba716a1ec69 17:04:32 ---> 5c4292f065fe 17:04:32 Successfully built 5c4292f065fe 17:04:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:04:32 + docker inspect -f . ci-base-image-arm64 17:04:32 . [Pipeline] withDockerContainer 17:04:33 prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container 17:04:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:04:34 $ docker top 5dcc568eef0433164ab8940beb7194b719248b857962587ee2de40af3455cf78 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:35 + go version 17:04:35 go version go1.15.5 linux/arm64 [Pipeline] } 17:04:35 $ docker stop --time=1 5dcc568eef0433164ab8940beb7194b719248b857962587ee2de40af3455cf78 17:04:37 $ docker rm -f 5dcc568eef0433164ab8940beb7194b719248b857962587ee2de40af3455cf78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:04:38 + docker inspect -f . ci-base-image-arm64 17:04:38 . [Pipeline] withDockerContainer 17:04:38 prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container 17:04:38 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:04:40 $ docker top b2309fe3ed245788668f9856134fbe4cd9952223c6dd7bb63de0d6bf39a20ab1 -eo pid,comm [Pipeline] { [Pipeline] echo 17:04:40 ========================================================= 17:04:40 [edgeXBuildGoParallel] Running Tests and Build... 17:04:40 ========================================================= [Pipeline] sh 17:04:41 + make test 17:04:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:04:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:04:54 ---> 42492866086c 17:04:54 Step 3/21 : WORKDIR /edgex-go 17:04:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:54 ---> 42492866086c 17:04:54 Step 3/22 : WORKDIR /edgex-go 17:04:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:04:54 ---> 42492866086c 17:04:54 Step 3/24 : WORKDIR /edgex-go 17:04:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:04:54 ---> 42492866086c 17:04:54 Step 3/26 : WORKDIR /edgex-go 17:04:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:04:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:04:54 ---> 42492866086c 17:04:54 Step 3/23 : WORKDIR /edgex-go 17:04:54 ---> Running in 5e0ff0ad531d 17:04:54 ---> Running in 802ee91ea824 17:04:54 ---> Running in af8636810ffa 17:04:54 ---> Running in 59b99788e064 17:04:54 ---> Running in 8f940b785d77 17:04:54 Removing intermediate container 59b99788e064 17:04:54 ---> e80609284965 17:04:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:54 Removing intermediate container af8636810ffa 17:04:54 ---> abd09b5df93f 17:04:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:54 Removing intermediate container 5e0ff0ad531d 17:04:54 ---> 6b62902e09e4 17:04:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:54 Removing intermediate container 802ee91ea824 17:04:54 ---> 5a584c9ebd1e 17:04:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:54 Removing intermediate container 8f940b785d77 17:04:54 ---> 1c5a9c6239f8 17:04:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:54 ---> Running in 903b8066ffc9 17:04:54 ---> Running in fd8fa44a3040 17:04:54 ---> Running in eadaa6bb6e8d 17:04:54 ---> Running in 4a4d9a0519d0 17:04:54 ---> Running in 73de463f68fa 17:04:56 Removing intermediate container 903b8066ffc9 17:04:56 ---> 751e01cc3be9 17:04:56 Step 5/22 : RUN apk add --update --no-cache make git 17:04:57 ---> Running in 035568e59713 17:04:57 Removing intermediate container fd8fa44a3040 17:04:57 ---> 049ea30cb5af 17:04:57 Step 5/26 : RUN apk add --update --no-cache make bash git 17:04:57 Removing intermediate container 73de463f68fa 17:04:57 ---> f029b5beb6ae 17:04:57 Step 5/21 : RUN apk add --update --no-cache make git 17:04:57 ---> Running in e54b47279a8e 17:04:57 Removing intermediate container eadaa6bb6e8d 17:04:57 ---> c2f0a0b3a309 17:04:57 Step 5/23 : RUN apk add --update --no-cache make git 17:04:57 ---> Running in aa2de82e701a 17:04:57 Removing intermediate container 4a4d9a0519d0 17:04:57 ---> d762adc87044 17:04:57 Step 5/24 : RUN apk add --update --no-cache make git 17:04:58 ---> Running in b7e85c9af29d 17:04:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:58 ---> Running in 023c28e8b96c 17:04:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:05:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:05:00 OK: 233 MiB in 51 packages 17:05:00 OK: 233 MiB in 51 packages 17:05:00 Removing intermediate container 035568e59713 17:05:00 ---> 6b71d8482238 17:05:00 Step 6/22 : COPY go.mod . 17:05:00 OK: 233 MiB in 51 packages 17:05:00 OK: 233 MiB in 51 packages 17:05:00 OK: 233 MiB in 51 packages 17:05:01 Removing intermediate container e54b47279a8e 17:05:01 ---> ce9fff1c74ca 17:05:01 Step 6/26 : COPY go.mod . 17:05:01 ---> 2ed110c87a8e 17:05:01 Step 7/22 : RUN go mod download 17:05:01 ---> Running in 0c0a08ece582 17:05:01 ---> b60d74e86669 17:05:01 Step 7/26 : RUN go mod download 17:05:01 ---> Running in 9520da3ea6fb 17:05:01 Removing intermediate container aa2de82e701a 17:05:01 ---> 6b361b466483 17:05:01 Step 6/21 : COPY go.mod . 17:05:01 Removing intermediate container 023c28e8b96c 17:05:01 ---> 3279692aab7b 17:05:01 Step 6/24 : COPY go.mod . 17:05:02 ---> 90d56c3a929d 17:05:02 Step 7/21 : RUN go mod download 17:05:02 Removing intermediate container b7e85c9af29d 17:05:02 ---> a3aa3184842c 17:05:02 Step 6/23 : COPY go.mod . 17:05:02 ---> Running in 74a0f206091c 17:05:02 ---> ef6a05c6a580 17:05:02 Step 7/24 : RUN go mod download 17:05:02 ---> Running in 3f05f603fd4f 17:05:02 ---> bab4668873e0 17:05:02 Step 7/23 : RUN go mod download 17:05:03 ---> Running in 759f6a84601e 17:05:03 ? github.com/edgexfoundry/edgex-go [no test files] 17:05:04 Removing intermediate container 9520da3ea6fb 17:05:04 ---> 702f991e008c 17:05:04 Step 8/26 : COPY . . 17:05:04 Removing intermediate container 74a0f206091c 17:05:04 ---> 8c9ee68bf00e 17:05:04 Step 8/21 : COPY . . 17:05:04 Removing intermediate container 0c0a08ece582 17:05:04 ---> 53a98220775c 17:05:04 Step 8/22 : COPY . . 17:05:09 Removing intermediate container 3f05f603fd4f 17:05:09 ---> b55cb2ac49b3 17:05:09 Step 8/24 : COPY . . 17:05:09 Removing intermediate container 759f6a84601e 17:05:09 ---> 961588cb5d2b 17:05:09 Step 8/23 : COPY . . 17:05:48 ---> f3a15a411d0d 17:05:48 ---> e04d90cba491 17:05:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:05:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:05:48 ---> Running in 478d5300ed15 17:05:48 ---> Running in 9399c52a2a78 17:05:48 ---> e789f9c57c64 17:05:48 Step 9/23 : RUN make cmd/core-command/core-command 17:05:48 ---> 167aa9779d78 17:05:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:05:48 ---> 1a9d5cda7a87 17:05:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:05:48 ---> Running in 123fc2b3606d 17:05:48 ---> Running in d97791b20566 17:05:48 ---> Running in cdea6b81a5db 17:05:48 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 17:05: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 17:05:48 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 17:05:48 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 17:05:48 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 17:06:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:06:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:06:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:06:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:06:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:06:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:06:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:06:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:06:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:06:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:06:20 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 17:06:20 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 17:06:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:06:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:06:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:06:28 Removing intermediate container 478d5300ed15 17:06:28 ---> d6ddeea89f19 17:06:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:06:29 Removing intermediate container cdea6b81a5db 17:06:29 ---> 6bd6e2d5a7f9 17:06:29 17:06:29 Step 10/24 : FROM alpine:3.12 17:06:29 ---> Running in 1b2faf0ab975 17:06:29 3.12: Pulling from library/alpine 17:06:30 Removing intermediate container 123fc2b3606d 17:06:30 ---> 472b22964318 17:06:30 17:06:30 Step 10/23 : FROM alpine:3.12 17:06:30 Removing intermediate container 9399c52a2a78 17:06:30 ---> 1bf8f4d1d0d9 17:06:30 17:06:30 Step 10/21 : FROM alpine:3.12 17:06:30 3.12: Pulling from library/alpine 17:06:30 3.12: Pulling from library/alpine 17:06:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:06:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:06:30 Status: Downloaded newer image for alpine:3.12 17:06:30 Status: Image is up to date for alpine:3.12 17:06:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:06:30 Status: Image is up to date for alpine:3.12 17:06:30 ---> 88dd2752d2ea 17:06:30 Step 11/21 : RUN apk add --update --no-cache curl 17:06:30 ---> 88dd2752d2ea 17:06:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:06:30 ---> 88dd2752d2ea 17:06:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:06:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:06:32 ---> Running in e3dd6bfad9ba 17:06:32 ---> Running in 73e12b2b3d39 17:06:32 ---> Running in 4e9c8ecf7f82 17:06:32 Removing intermediate container d97791b20566 17:06:32 ---> 07f0e41b9312 17:06:32 17:06:32 Step 10/22 : FROM alpine:3.12 17:06:32 ---> 88dd2752d2ea 17:06:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:06:32 ---> Running in 888d8aca81f1 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:33 (1/1) Installing dumb-init (1.2.2-r1) 17:06:33 Executing busybox-1.31.1-r19.trigger 17:06:33 OK: 6 MiB in 15 packages 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:33 Removing intermediate container 1b2faf0ab975 17:06:33 ---> f42b05c07b77 17:06:33 17:06:33 Step 11/26 : FROM docker:20.10.0 17:06:33 (1/5) Installing ca-certificates (20191127-r4) 17:06:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:06:33 (3/5) Installing libcurl (7.69.1-r3) 17:06:33 20.10.0: Pulling from library/docker 17:06:33 (4/5) Installing curl (7.69.1-r3) 17:06:33 (5/5) Installing dumb-init (1.2.2-r1) 17:06:33 Executing busybox-1.31.1-r19.trigger 17:06:33 Executing ca-certificates-20191127-r4.trigger 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:33 (1/4) Installing ca-certificates (20191127-r4) 17:06:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:06:33 (3/4) Installing libcurl (7.69.1-r3) 17:06:33 (4/4) Installing curl (7.69.1-r3) 17:06:33 OK: 7 MiB in 19 packages 17:06:33 Executing busybox-1.31.1-r19.trigger 17:06:33 Executing ca-certificates-20191127-r4.trigger 17:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:33 OK: 7 MiB in 18 packages 17:06:34 (1/1) Installing dumb-init (1.2.2-r1) 17:06:34 Executing busybox-1.31.1-r19.trigger 17:06:34 OK: 6 MiB in 15 packages 17:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.316s coverage: 45.9% of statements 17:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:06:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:06:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.151s coverage: 19.8% of statements 17:06:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements 17:06:36 Removing intermediate container e3dd6bfad9ba 17:06:36 ---> 0b6cc809372c 17:06:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:06:37 ---> Running in 24f06819ee49 17:06:37 Removing intermediate container 888d8aca81f1 17:06:37 ---> 229f441c8342 17:06:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:06:37 Removing intermediate container 73e12b2b3d39 17:06:37 ---> e516372b8886 17:06:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:06:37 Removing intermediate container 4e9c8ecf7f82 17:06:37 ---> 8cb64de0d690 17:06:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:06:38 ---> Running in e4c5a2357e88 17:06:38 ---> Running in 5211464dae06 17:06:38 ---> Running in 19e57ab8e124 17:06:38 Removing intermediate container 24f06819ee49 17:06:38 ---> b2fd5d23d96a 17:06:38 Step 13/23 : ENV APP_PORT=48082 17:06:38 ---> Running in 8b12d407570b 17:06:38 Removing intermediate container 5211464dae06 17:06:38 ---> 6b61030b7798 17:06:38 Step 13/24 : WORKDIR / 17:06:38 Removing intermediate container e4c5a2357e88 17:06:38 ---> 1173385633e0 17:06:38 Step 13/22 : ENV APP_PORT=48085 17:06:38 ---> Running in 0ae7b445660d 17:06:38 Removing intermediate container 19e57ab8e124 17:06:38 ---> 6404a8ca2abb 17:06:38 Step 13/21 : WORKDIR /edgex 17:06:38 ---> Running in fb8481ee29a7 17:06:38 Removing intermediate container 8b12d407570b 17:06:38 ---> f0048fbfd369 17:06:38 Step 14/23 : EXPOSE $APP_PORT 17:06:39 ---> Running in e1ea3123be02 17:06:39 ---> Running in a975b7590d3b 17:06:39 Removing intermediate container 0ae7b445660d 17:06:39 ---> 7cdd4d1d1976 17:06:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:06:39 Removing intermediate container fb8481ee29a7 17:06:39 ---> daa9c8f80f02 17:06:39 Step 14/22 : EXPOSE $APP_PORT 17:06:39 ---> Running in dae423d3f821 17:06:39 Removing intermediate container e1ea3123be02 17:06:39 ---> c3e7573d07cc 17:06:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:06:39 Removing intermediate container a975b7590d3b 17:06:39 ---> f177f2461437 17:06:39 Step 15/23 : WORKDIR / 17:06:39 ---> a548de8dc09f 17:06:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:06:39 ---> Running in c1540ee67b09 17:06:40 Removing intermediate container dae423d3f821 17:06:40 ---> a774c980d7f2 17:06:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:06:40 ---> fd7d9e0681ac 17:06:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:06:40 Removing intermediate container c1540ee67b09 17:06:40 ---> 8f5b3576e061 17:06:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:06:40 ---> 404393f8370b 17:06:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:06:40 ---> b83c9ed30c83 17:06:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:06:40 ---> 9386dfe41cda 17:06:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:06:40 ---> e36ff5ccf76f 17:06:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:06:40 ---> 50b7685e4588 17:06:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:06:42 ---> 7ba99077a8dd 17:06:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:06:42 ---> 88166654d846 17:06:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:06:42 ---> Running in 9d30be48c85e 17:06:42 ---> 4f0b92fbd0a6 17:06:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:06:42 ---> f8451777a1b6 17:06:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:06:43 ---> 6206961fee27 17:06:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:06:43 Removing intermediate container 9d30be48c85e 17:06:43 ---> bd7c73a65f78 17:06:43 Step 18/21 : CMD ["--init=true"] 17:06:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:06:43 Status: Downloaded newer image for docker:20.10.0 17:06:43 ---> aefe523efa57 17:06:43 Step 12/26 : RUN apk add --no-cache bash 17:06:43 ---> b9a56219926e 17:06:43 Step 19/23 : ENTRYPOINT ["/core-command"] 17:06:43 ---> Running in 09896213552b 17:06:43 ---> Running in b1245b5765c7 17:06:43 ---> Running in bd8493a5fe34 17:06:43 ---> Running in 750dc113a83b 17:06:43 ---> 76cd232faeea 17:06:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:06:43 Removing intermediate container 09896213552b 17:06:43 ---> 42014620373c 17:06:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:06:43 Removing intermediate container b1245b5765c7 17:06:43 ---> 370b5ad96e7c 17:06:43 Step 19/21 : LABEL arch=x86_64 17:06:43 Removing intermediate container 750dc113a83b 17:06:43 ---> b6a2cad84f34 17:06:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:06:43 ---> Running in 5ac9e391923b 17:06:43 ---> Running in 724752c82029 17:06:43 ---> 2bf0b528f4c7 17:06:43 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/ 17:06:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:43 ---> Running in 900d38f77683 17:06:44 ---> Running in 426120783f69 17:06:44 (1/2) Installing readline (8.0.4-r0) 17:06:44 (2/2) Installing bash (5.0.17-r0) 17:06:44 Executing bash-5.0.17-r0.post-install 17:06:44 Executing busybox-1.31.1-r19.trigger 17:06:44 OK: 12 MiB in 22 packages 17:06:44 Removing intermediate container 5ac9e391923b 17:06:44 ---> dfe14b66165f 17:06:44 Step 20/22 : LABEL arch=x86_64 17:06:44 Removing intermediate container 724752c82029 17:06:44 ---> 031077bc3747 17:06:44 Step 20/21 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:06:44 ---> Running in f62a7f0e615c 17:06:44 ---> Running in 5b460f90a276 17:06:44 Removing intermediate container 900d38f77683 17:06:44 ---> 4b1179600710 17:06:44 Step 21/23 : LABEL arch=x86_64 17:06:44 ---> Running in 1a8b2964acd7 17:06:45 Removing intermediate container 5b460f90a276 17:06:45 ---> e8566ec987a2 17:06:45 Step 21/21 : LABEL version=0.0.0 17:06:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.707s coverage: 27.1% of statements 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:06:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.118s coverage: 100.0% of statements 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:06:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.143s coverage: 100.0% of statements 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:06:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 71.3% of statements 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:06:45 Removing intermediate container f62a7f0e615c 17:06:45 ---> c9912bcfa15c 17:06:45 Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:06:45 ---> Running in 902ea72c36cd 17:06:45 Removing intermediate container 1a8b2964acd7 17:06:45 ---> 5eef1c0f274c 17:06:45 Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:06:45 Removing intermediate container bd8493a5fe34 17:06:45 ---> b592eaab43c3 17:06:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:06:45 ---> Running in 44c75754a353 17:06:45 ---> Running in fee80b4c4c57 17:06:46 ---> Running in 95dbd0ad2b82 17:06:46 Removing intermediate container 902ea72c36cd 17:06:46 ---> 646a9c6e7a24 17:06:46 17:06:46 Removing intermediate container fee80b4c4c57 17:06:46 ---> 4cca182c8e71 17:06:46 Step 23/23 : LABEL version=0.0.0 17:06:46 Removing intermediate container 44c75754a353 17:06:46 ---> 5165c012cf09 17:06:46 Step 22/22 : LABEL version=0.0.0 17:06:46 Successfully built 646a9c6e7a24 17:06:46 ---> Running in 9a9023fde64e 17:06:46 Removing intermediate container 95dbd0ad2b82 17:06:46 ---> f81352c9ab24 17:06:46 Step 14/26 : ENV APP_PORT=48090 17:06:46 Successfully tagged docker-security-proxy-setup-go:latest 17:06:46 ---> Running in aca6345e101a 17:06:46 Removing intermediate container 426120783f69 17:06:46 ---> f4e3ad040d76 17:06:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:06:46  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 17:06:46 ---> Running in b691dbc0401a 17:06:46 ---> Running in d956cf86f787 17:06:46 Removing intermediate container 9a9023fde64e 17:06:46 ---> a5bf2b05f7bd 17:06:46 17:06:46 Removing intermediate container aca6345e101a 17:06:46 ---> dcfc45604c86 17:06:46 17:06:46 Removing intermediate container b691dbc0401a 17:06:46 ---> eba4b96d4e91 17:06:46 Step 15/26 : EXPOSE $APP_PORT 17:06:46 Successfully built a5bf2b05f7bd 17:06:46 Successfully built dcfc45604c86 17:06:46 Successfully tagged docker-core-command-go:latest 17:06:46 Building docker-security-bootstrapper-go 17:06:46 Removing intermediate container d956cf86f787 17:06:46 ---> 23bfccdb1213 17:06:46 Step 22/24 : LABEL arch=x86_64 17:06:47  Building docker-core-command-go ... done Successfully tagged docker-support-scheduler-go:latest 17:06:47  Building docker-support-scheduler-go ... done  ---> Running in 40c67fcdc622 17:06:47 Building docker-core-metadata-go 17:06:47 ---> Running in 7bdd959cd60b 17:06:47 Removing intermediate container 40c67fcdc622 17:06:47 ---> 3b34f9b4de92 17:06:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:06:47 Removing intermediate container 7bdd959cd60b 17:06:47 ---> 07e0aba1756a 17:06:47 Step 23/24 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:06:47 ---> Running in 63d5a0aa8ac8 17:06:47 Removing intermediate container 63d5a0aa8ac8 17:06:47 ---> 9d87c44ac561 17:06:47 Step 24/24 : LABEL version=0.0.0 17:06:47 ---> Running in b29aa039e539 17:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.520s coverage: 82.9% of statements 17:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:06:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.172s coverage: 78.9% of statements 17:06:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:06:52 ---> 2cebdac9eb49 17:06:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:06:52 Removing intermediate container b29aa039e539 17:06:52 ---> 3f52d303eb70 17:06:52 17:06:55 Successfully built 3f52d303eb70 17:06:55 Successfully tagged docker-security-secretstore-setup-go:latest 17:06:55  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 17:06:56 ---> c997c4648b61 17:06:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:06:57 ---> 8c36eb3d556a 17:06:57 Step 19/26 : RUN apk --no-cache add py3-pip 17:06:58 ---> Running in 8588926494ed 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.349s coverage: 28.6% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.436s coverage: 86.7% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:59 (1/33) Installing libbz2 (1.0.8-r1) 17:06:59 (2/33) Installing expat (2.2.9-r1) 17:06:59 (3/33) Installing libffi (3.3-r2) 17:06:59 (4/33) Installing gdbm (1.13-r1) 17:06:59 (5/33) Installing xz-libs (5.2.5-r0) 17:06:59 (6/33) Installing sqlite-libs (3.32.1-r0) 17:06:59 (7/33) Installing python3 (3.8.8-r0) 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.407s coverage: 92.8% of statements 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:07:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 17:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 17:07:10 (8/33) Installing py3-appdirs (1.4.4-r1) 17:07:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:07:10 (10/33) Installing py3-parsing (2.4.7-r0) 17:07:10 (11/33) Installing py3-six (1.15.0-r0) 17:07:10 (12/33) Installing py3-packaging (20.4-r0) 17:07:10 (13/33) Installing py3-setuptools (47.0.0-r0) 17:07:10 (14/33) Installing py3-chardet (3.0.4-r4) 17:07:10 (15/33) Installing py3-idna (2.9-r0) 17:07:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:07:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:07:10 (18/33) Installing py3-requests (2.23.0-r0) 17:07:10 (19/33) Installing py3-msgpack (1.0.0-r0) 17:07:10 (20/33) Installing py3-lockfile (0.12.2-r3) 17:07:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:07:10 (22/33) Installing py3-colorama (0.4.3-r0) 17:07:10 (23/33) Installing py3-distlib (0.3.0-r0) 17:07:10 (24/33) Installing py3-distro (1.5.0-r1) 17:07:10 (25/33) Installing py3-webencodings (0.5.1-r3) 17:07:10 (26/33) Installing py3-html5lib (1.0.1-r4) 17:07:10 (27/33) Installing py3-pytoml (0.1.21-r0) 17:07:10 (28/33) Installing py3-pep517 (0.8.2-r0) 17:07:10 (29/33) Installing py3-progress (1.5-r0) 17:07:10 (30/33) Installing py3-toml (0.10.1-r0) 17:07:10 (31/33) Installing py3-retrying (1.3.3-r0) 17:07:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:07:10 (33/33) Installing py3-pip (20.1.1-r0) 17:07:12 Executing busybox-1.31.1-r19.trigger 17:07:14 OK: 71 MiB in 55 packages 17:07:14 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:07:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:07:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:07:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:07:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:07:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:07:14 ---> 42492866086c 17:07:14 Step 3/23 : WORKDIR /edgex-go 17:07:14 ---> 42492866086c 17:07:14 Step 3/31 : WORKDIR /edgex-go 17:07:14 ---> 42492866086c 17:07:14 Step 3/22 : WORKDIR /edgex-go 17:07:14 ---> Using cache 17:07:14 ---> 1c5a9c6239f8 17:07:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:07:14 ---> Using cache 17:07:14 ---> f029b5beb6ae 17:07:14 Step 5/31 : RUN apk add --update --no-cache make git 17:07:14 ---> Using cache 17:07:14 ---> 1c5a9c6239f8 17:07:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:07:14 ---> Using cache 17:07:14 ---> f029b5beb6ae 17:07:14 Step 5/23 : RUN apk add --update --no-cache make git 17:07:14 ---> Using cache 17:07:14 ---> 1c5a9c6239f8 17:07:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:07:14 ---> Using cache 17:07:14 ---> f029b5beb6ae 17:07:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:07:14 ---> Using cache 17:07:14 ---> 6b361b466483 17:07:14 ---> Using cache 17:07:14 Step 6/23 : COPY go.mod . ---> 6b361b466483 17:07:14 17:07:14 Step 6/31 : COPY go.mod . 17:07:14 ---> Using cache 17:07:14 ---> 90d56c3a929d 17:07:14 ---> Using cache 17:07:14 ---> 90d56c3a929d 17:07:14 Step 7/31 : RUN go mod download 17:07:14 Step 7/23 : RUN go mod download 17:07:14 ---> Using cache 17:07:14 ---> 8c9ee68bf00e 17:07:14 Step 8/23 : COPY . . 17:07:14 ---> Using cache 17:07:14 ---> 8c9ee68bf00e 17:07:14 Step 8/31 : COPY . . 17:07:15 ---> Using cache 17:07:15 ---> f3a15a411d0d 17:07:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:07:15 ---> Using cache 17:07:15 ---> f3a15a411d0d 17:07:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:07:17 ---> Running in 518f5ca415bb 17:07:17 ---> Running in a924b3f76fd2 17:07:17 ---> Running in d39ab0c1a401 17:07: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 17:07:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:07:20 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 17:07:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:07:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:07:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:07:21 ---> 42492866086c 17:07:21 Step 3/23 : WORKDIR /edgex-go 17:07:21 ---> Using cache 17:07:21 ---> 1c5a9c6239f8 17:07:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:07:21 ---> Using cache 17:07:21 ---> f029b5beb6ae 17:07:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:07:21 OK: 233 MiB in 51 packages 17:07:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.128s coverage: 94.4% of statements 17:07:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 17:07:22 ---> Running in 81eeb2ce2a5d 17:07:24 Removing intermediate container d39ab0c1a401 17:07:24 ---> dafc5fdbb03a 17:07:24 Step 6/22 : COPY go.mod . 17:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:07:25 ---> 5ec4d6b1f53d 17:07:25 Step 7/22 : RUN go mod download 17:07:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:07:26 ---> Running in a31aee514dd6 17:07:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.252s coverage: 81.9% of statements 17:07:30 OK: 233 MiB in 51 packages 17:07:30 Removing intermediate container a31aee514dd6 17:07:30 ---> 966894868fce 17:07:30 Step 8/22 : COPY . . 17:07:31 Removing intermediate container 8588926494ed 17:07:31 ---> 31a6f10f04aa 17:07:31 Step 20/26 : RUN pip install docker-compose==1.23.2 17:07:34 ---> Running in 7ce0c1f6b2f8 17:07:35 Removing intermediate container 81eeb2ce2a5d 17:07:35 ---> 946397fe2971 17:07:35 Step 6/23 : COPY go.mod . 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.180s coverage: 84.6% of statements 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.6% of statements 17:07:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.821s coverage: 62.4% of statements 17:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:07:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.113s coverage: 100.0% of statements 17:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 17:07:39 ---> 40ddd34766bd 17:07:39 Step 7/23 : RUN go mod download 17:07:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 17:07:41 ---> Running in d58664e57815 17:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.119s coverage: 73.7% of statements 17:07:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 17:07:45 Collecting docker-compose==1.23.2 17:07:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.986s coverage: 69.0% of statements 17:07:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:07:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:07:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:07:46 Collecting cached-property<2,>=1.2.0 17:07:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:07:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:07:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:07:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.444s coverage: 38.4% of statements 17:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:07:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements 17:07:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:07:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements 17:07:49 Collecting PyYAML<4,>=3.10 17:07:49 Downloading PyYAML-3.13.tar.gz (270 kB) 17:07:52 Removing intermediate container d58664e57815 17:07:52 ---> b95bef1ade64 17:07:52 Step 8/23 : COPY . . 17:07:52 Collecting docker<4.0,>=3.6.0 17:07:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:07:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:07:53 ---> 3c97717c994b 17:07:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:07:53 Collecting texttable<0.10,>=0.9.0 17:07:53 Downloading texttable-0.9.1.tar.gz (11 kB) 17:07:56 Collecting docopt<0.7,>=0.6.1 17:07:56 Downloading docopt-0.6.2.tar.gz (25 kB) 17:07:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.523s coverage: 47.0% of statements 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:07:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:07:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:07:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 87.1% of statements 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:07:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:07:59 Collecting websocket-client<1.0,>=0.32.0 17:07:59 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:08:00 ---> Running in ee78798d18be 17:08:01 Collecting dockerpty<0.5,>=0.4.1 17:08:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:08:03 Collecting jsonschema<3,>=2.5.1 17:08:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:08:04 Collecting idna<2.8,>=2.5 17:08:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:08:04 Removing intermediate container 518f5ca415bb 17:08:04 ---> 55320d36d375 17:08:04 17:08:04 Step 10/31 : FROM alpine:3.12 17:08:04 ---> 88dd2752d2ea 17:08:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.904s coverage: 29.1% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 96.5% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 17:08:05 Collecting urllib3<1.25,>=1.21.1 17:08:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:08:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.075s coverage: 32.1% of statements 17:08:06 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) 17:08:06 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) 17:08:07 Collecting docker-pycreds>=0.4.0 17:08:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:08:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 17:08:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:08:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:08:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:08:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:08:09 GO111MODULE=on go vet ./... 17:08:09 Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, jsonschema, docker-compose 17:08:09 Attempting uninstall: idna 17:08:09 Found existing installation: idna 2.9 17:08:09 Uninstalling idna-2.9: 17:08:09 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 17:08:09 Successfully uninstalled idna-2.9 17:08:11 ---> Running in 5540d52f3954 17:08:11 Attempting uninstall: urllib3 17:08:11 Found existing installation: urllib3 1.25.9 17:08:11 Uninstalling urllib3-1.25.9: 17:08:11 Successfully uninstalled urllib3-1.25.9 17:08:13 Removing intermediate container a924b3f76fd2 17:08:13 ---> caaa6393a4c6 17:08:13 17:08:13 Step 10/23 : FROM alpine:3.12 17:08:13 ---> 88dd2752d2ea 17:08:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:08:13 ---> Using cache 17:08:13 ---> 229f441c8342 17:08:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:08:13 ---> Using cache 17:08:13 ---> 1173385633e0 17:08:13 Step 13/23 : ENV APP_PORT=48081 17:08:13 Removing intermediate container 5540d52f3954 17:08:13 ---> 61a0710db86b 17:08:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:08:13 Attempting uninstall: requests 17:08:13 Found existing installation: requests 2.23.0 17:08:13 Uninstalling requests-2.23.0: 17:08:14 Successfully uninstalled requests-2.23.0 17:08:15 Running setup.py install for PyYAML: started 17:08:16 ---> Running in 28ee07ab3f4b 17:08:16 ---> Running in aa1787d9c1d5 17:08:17 ---> fc1bf6f91759 17:08:17 Step 9/23 : RUN make cmd/core-data/core-data 17:08:17 Running setup.py install for PyYAML: finished with status 'done' 17:08:17 Removing intermediate container aa1787d9c1d5 17:08:17 ---> 9fde785479b4 17:08:17 Step 14/23 : EXPOSE $APP_PORT 17:08:17 ---> Running in 2b9b3fad5c00 17:08:17 ---> Running in 4dd7d1128f6d 17:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:18 (1/2) Installing dumb-init (1.2.2-r1) 17:08:18 (2/2) Installing su-exec (0.2-r1) 17:08:18 Executing busybox-1.31.1-r19.trigger 17:08:18 OK: 6 MiB in 16 packages 17:08:18 Running setup.py install for texttable: started 17:08:18 Removing intermediate container 4dd7d1128f6d 17:08:18 ---> 377022b3fbf3 17:08:18 Step 15/23 : WORKDIR / 17:08:18 ---> Running in 97beb85966a2 17:08:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:08:18 Removing intermediate container 97beb85966a2 17:08:18 ---> 778f6a62c560 17:08:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:19 Running setup.py install for texttable: finished with status 'done' 17:08:19 Running setup.py install for docopt: started 17:08:19 Removing intermediate container 28ee07ab3f4b 17:08:19 ---> cf668fe1ff59 17:08:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:08:19 ---> 6180c5f86b64 17:08:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:08:19 ---> Running in 28901eb8ddb5 17:08:20 Running setup.py install for docopt: finished with status 'done' 17:08:20 Running setup.py install for dockerpty: started 17:08:20 Removing intermediate container 28901eb8ddb5 17:08:20 ---> 152a1aec8856 17:08:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:08:20 ---> Running in 12e1a08873ca 17:08:20 ---> cd982cde4984 17:08:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:08:20 Running setup.py install for dockerpty: finished with status 'done' 17:08:20 Removing intermediate container 12e1a08873ca 17:08:20 ---> ceb412d86686 17:08:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:08:21 ---> Running in 30260d3ba239 17:08:22 ---> 09bf667ee733 17:08:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:08:22 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 17:08:22 ---> Running in 5165464a98ee 17:08:24 Removing intermediate container 5165464a98ee 17:08:24 ---> 18f34f52b4cf 17:08:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:24 ---> Running in c64a75c9c2a2 17:08:25 Removing intermediate container c64a75c9c2a2 17:08:25 ---> b7a14576cbbf 17:08:25 Step 21/23 : LABEL arch=x86_64 17:08:27 ---> Running in a6a7f20bea9d 17:08:27 Removing intermediate container 30260d3ba239 17:08:27 ---> 22eb49bedc9a 17:08:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:08:27 Removing intermediate container 7ce0c1f6b2f8 17:08:27 ---> ef8ffac67005 17:08:27 Step 21/26 : RUN apk --no-cache add curl 17:08:27 ---> Running in 19f9557987ac 17:08:27 Removing intermediate container a6a7f20bea9d 17:08:27 ---> 2664f1573af4 17:08:27 Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:08:27 ---> Running in 9f8fb115b73b 17:08:27 ---> Running in 6e13333488fc 17:08:28 Removing intermediate container 19f9557987ac 17:08:28 ---> 633df95ac8f6 17:08:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:08:28 Removing intermediate container 6e13333488fc 17:08:28 ---> 4c5720189322 17:08:28 Step 23/23 : LABEL version=0.0.0 17:08:28 ---> Running in 16046fd0107e 17:08:28 ---> 30ad89c6314a 17:08:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:08:28 Removing intermediate container 16046fd0107e 17:08:28 ---> cafee0696f0f 17:08:28 17:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:29 ---> Running in 282c643875ea 17:08:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:08:29 (2/3) Installing libcurl (7.69.1-r3) 17:08:29 (3/3) Installing curl (7.69.1-r3) 17:08:29 Executing busybox-1.31.1-r19.trigger 17:08:29 OK: 72 MiB in 58 packages 17:08:29 Successfully built cafee0696f0f 17:08:29 Successfully tagged docker-core-metadata-go:latest 17:08:31  Building docker-core-metadata-go ... done Removing intermediate container 9f8fb115b73b 17:08:31 ---> b80a30a72fa8 17:08:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:08:31 ---> Running in e5393174e3a3 17:08:32 Removing intermediate container e5393174e3a3 17:08:32 ---> 39ac3cddb962 17:08:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:33 Removing intermediate container 282c643875ea 17:08:33 ---> c78e4f0ae192 17:08:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:33 ---> Running in a6e6a6a7c653 17:08:33 Removing intermediate container ee78798d18be 17:08:33 ---> 2771fe727274 17:08:33 17:08:33 Step 10/22 : FROM alpine:3.12 17:08:33 ---> 88dd2752d2ea 17:08:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:08:34 Removing intermediate container a6e6a6a7c653 17:08:34 ---> 8b4696b60921 17:08:34 Step 24/26 : LABEL arch=x86_64 17:08:34 ---> Running in e3a4f92c6bb8 17:08:34 ---> ced2a4659ced 17:08:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:08:35 ---> Running in 1f2b48f052d0 17:08:35 Removing intermediate container 1f2b48f052d0 17:08:35 ---> 11ef1a75f4a9 17:08:35 Step 25/26 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:08:35 ---> Running in 429c5d0e923f 17:08:35 ---> 91e4d44a70b1 17:08:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:08:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:35 Removing intermediate container 429c5d0e923f 17:08:35 ---> 9826357ef819 17:08:35 Step 26/26 : LABEL version=0.0.0 17:08:36 ---> Running in f31ad22e4714 17:08:36 (1/2) Installing ca-certificates (20191127-r4) 17:08:36 (2/2) Installing dumb-init (1.2.2-r1) 17:08:36 Executing busybox-1.31.1-r19.trigger 17:08:36 Executing ca-certificates-20191127-r4.trigger 17:08:36 OK: 6 MiB in 16 packages 17:08:36 ---> d21397b83135 17:08:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:08:36 Removing intermediate container f31ad22e4714 17:08:36 ---> 83f9b0879ae2 17:08:36 17:08:37 ---> 709b4619980e 17:08:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:08:37 Successfully built 83f9b0879ae2 17:08:37 Successfully tagged docker-sys-mgmt-agent-go:latest 17:08:38  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e3a4f92c6bb8 17:08:38 ---> ef526dd91c2e 17:08:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:08:38 ---> c1fd47e1003c 17:08:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:08:38 ---> Running in fa2a0e56d983 17:08:38 ---> Running in 7d4cf4107821 17:08:38 Removing intermediate container fa2a0e56d983 17:08:38 ---> 945d08af284d 17:08:38 Step 13/22 : ENV APP_PORT=48060 17:08:38 ---> Running in e1bc4a77f82f 17:08:38 Removing intermediate container 7d4cf4107821 17:08:38 ---> f52461d242b7 17:08:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:08:39 Removing intermediate container e1bc4a77f82f 17:08:39 ---> 1302e841897e 17:08:39 Step 14/22 : EXPOSE $APP_PORT 17:08:39 ---> Running in 0c6d3ee24634 17:08:39 ---> 20dd68091ceb 17:08:39 Step 26/31 : RUN chmod +x /entrypoint.sh 17:08:41 ---> Running in 2e11d8e58a67 17:08:41 Removing intermediate container 0c6d3ee24634 17:08:41 ---> 927c7d8ec044 17:08:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:41 ---> b1614f74fab4 17:08:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:08:45 ---> cfcc6aea7c52 17:08:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:08:45 Removing intermediate container 2e11d8e58a67 17:08:45 ---> 43f75c7b168d 17:08:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:08:45 Removing intermediate container 2b9b3fad5c00 17:08:45 ---> bbca386b1513 17:08:45 17:08:45 Step 10/23 : FROM alpine:3.12 17:08:45 ---> 88dd2752d2ea 17:08:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:08:45 ---> Running in 88ab2b8742c0 17:08:45 ---> Running in 268b1b207173 17:08:45 ---> 14cbc15e0315 17:08:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:08:45 ---> Running in 20086c809453 17:08:45 Removing intermediate container 88ab2b8742c0 17:08:45 ---> dd1624b868bc 17:08:45 Step 28/31 : CMD ["gate"] 17:08:45 Removing intermediate container 268b1b207173 17:08:45 ---> f7551db28cc3 17:08:45 Step 12/23 : ENV APP_PORT=48080 17:08:45 ---> Running in f8f154e9e305 17:08:45 ---> Running in aabe19c1e56f 17:08:45 Removing intermediate container 20086c809453 17:08:45 ---> 0f214e1a9c44 17:08:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:45 ---> Running in 288d0d45da4b 17:08:45 Removing intermediate container f8f154e9e305 17:08:45 ---> b24cffe8a18e 17:08:45 Step 13/23 : EXPOSE $APP_PORT 17:08:45 Removing intermediate container aabe19c1e56f 17:08:45 ---> ee8cc551ecdd 17:08:45 Step 29/31 : LABEL arch=x86_64 17:08:45 ---> Running in 7ab0a6883da7 17:08:45 Removing intermediate container 288d0d45da4b 17:08:45 ---> 6262d97cccac 17:08:45 Step 20/22 : LABEL arch=x86_64 17:08:46 ---> Running in db2e54209cd8 17:08:46 ---> Running in 0c4e52fc11db 17:08:46 Removing intermediate container 7ab0a6883da7 17:08:46 ---> 4dc1e4e46250 17:08:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:08:46 ---> Running in 76298ea2358b 17:08:46 Removing intermediate container db2e54209cd8 17:08:46 ---> c2fd83bbe93a 17:08:46 Step 30/31 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:08:46 Removing intermediate container 0c4e52fc11db 17:08:46 ---> c970f716ff67 17:08:46 Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:08:46 ---> Running in 62ae50d11af8 17:08:46 ---> Running in b1b8e15e7356 17:08:47 Removing intermediate container b1b8e15e7356 17:08:47 ---> 449feb0f5f33 17:08:47 Step 31/31 : LABEL version=0.0.0 17:08:47 Removing intermediate container 62ae50d11af8 17:08:47 ---> 3130e7625ceb 17:08:47 Step 22/22 : LABEL version=0.0.0 17:08:47 ---> Running in b85dbde50b04 17:08:47 ---> Running in 72d6b38b4912 17:08:47 Removing intermediate container b85dbde50b04 17:08:47 ---> 77b4185d9016 17:08:47 17:08:47 Successfully built 77b4185d9016 17:08:47 Successfully tagged docker-support-notifications-go:latest 17:08:47  Building docker-support-notifications-go ... done Removing intermediate container 72d6b38b4912 17:08:47 ---> cda1130f0a7b 17:08:47 17:08:47 Successfully built cda1130f0a7b 17:08:47 Successfully tagged docker-security-bootstrapper-go:latest 17:08:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 76298ea2358b 17:08:47 ---> 552fde3a24dc 17:08:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:08:48 ---> Running in 05799546a5a6 17:08:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:50 (1/6) Installing dumb-init (1.2.2-r1) 17:08:50 (2/6) Installing libgcc (9.3.0-r2) 17:08:50 (3/6) Installing libsodium (1.0.18-r0) 17:08:50 (4/6) Installing libstdc++ (9.3.0-r2) 17:08:50 (5/6) Installing libzmq (4.3.3-r0) 17:08:51 (6/6) Installing zeromq (4.3.3-r0) 17:08:51 Executing busybox-1.31.1-r19.trigger 17:08:51 OK: 8 MiB in 20 packages 17:08:51 Removing intermediate container 05799546a5a6 17:08:51 ---> 33475a0a04bb 17:08:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:51 ---> 4f6746cba644 17:08:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:08:52 ---> 410544ff3d5c 17:08:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:08:52 ---> 1ff21c64a64c 17:08:52 Step 19/23 : ENTRYPOINT ["/core-data"] 17:08:52 ---> Running in 99f099768fa7 17:08:53 Removing intermediate container 99f099768fa7 17:08:53 ---> fef85c097f7a 17:08:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:53 ---> Running in aba243ee648b 17:08:53 Removing intermediate container aba243ee648b 17:08:53 ---> c79761a9c119 17:08:53 Step 21/23 : LABEL arch=x86_64 17:08:53 ---> Running in 65421935d75f 17:08:54 Removing intermediate container 65421935d75f 17:08:54 ---> eae6d0b0b965 17:08:54 Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:08:54 ---> Running in 48456ae93368 17:08:54 Removing intermediate container 48456ae93368 17:08:54 ---> 7eb5655d1ea6 17:08:54 Step 23/23 : LABEL version=0.0.0 17:08:54 ---> Running in 17c1df79f58c 17:08:54 Removing intermediate container 17c1df79f58c 17:08:54 ---> 599c9a2bc00e 17:08:54 17:08:54 Successfully built 599c9a2bc00e 17:08:54 Successfully tagged docker-core-data-go:latest 17:08:55  Building docker-core-data-go ... done  [Pipeline] } 17:08:55 $ docker stop --time=1 cd738c09a0b0c3586fa958850915b744e0348a4045975cdd53640b7ded825420 17:08:57 $ docker rm -f cd738c09a0b0c3586fa958850915b744e0348a4045975cdd53640b7ded825420 [Pipeline] // withDockerContainer [Pipeline] sh 17:08:57 + docker images 17:08:57 + grep docker 17:08:58 docker-core-data-go latest 599c9a2bc00e 3 seconds ago 22.6MB 17:08:58 docker-security-bootstrapper-go latest cda1130f0a7b 10 seconds ago 18.8MB 17:08:58 docker-support-notifications-go latest 77b4185d9016 10 seconds ago 17.8MB 17:08:58 docker-sys-mgmt-agent-go latest 83f9b0879ae2 21 seconds ago 313MB 17:08:58 docker-core-metadata-go latest cafee0696f0f 29 seconds ago 19MB 17:08:58 docker-security-secretstore-setup-go latest 3f52d303eb70 2 minutes ago 24.9MB 17:08:58 docker-support-scheduler-go latest dcfc45604c86 2 minutes ago 17.3MB 17:08:58 docker-core-command-go latest a5bf2b05f7bd 2 minutes ago 17.2MB 17:08:58 docker-security-proxy-setup-go latest 646a9c6e7a24 2 minutes ago 24.7MB 17:08:58 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 17:09:13 Still waiting to schedule task 17:09:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:09:30 gofmt -l . 17:09:34 [ "`gofmt -l .`" = "" ] 17:09:38 ./bin/test-go-mod-tidy.sh 17:09:38 ./bin/test-attribution-txt.sh [Pipeline] sh 17:09:41 + ls -al . 17:09:41 total 788 17:09:41 drwxrwxr-x 9 1001 1001 4096 Mar 16 17:09 . 17:09:41 drwxr-xr-x 4 root root 4096 Mar 16 17:04 .. 17:09:41 -rw-rw-r-- 1 1001 1001 11 Mar 16 17:02 .dockerignore 17:09:41 drwxrwxr-x 8 1001 1001 4096 Mar 16 17:02 .git 17:09:41 drwxrwxr-x 3 1001 1001 4096 Mar 16 17:02 .github 17:09:41 -rw-rw-r-- 1 1001 1001 818 Mar 16 17:02 .gitignore 17:09:41 -rw-rw-r-- 1 1001 1001 166 Mar 16 17:02 .sonarcloud.properties 17:09:41 -rw-rw-r-- 1 1001 1001 8607 Mar 16 17:02 Attribution.txt 17:09:41 -rw-rw-r-- 1 1001 1001 3804 Mar 16 17:02 CONTRIBUTING.md 17:09:41 -rw-rw-r-- 1 1001 1001 931 Mar 16 17:02 Dockerfile.build 17:09:41 -rw-rw-r-- 1 1001 1001 863 Mar 16 17:02 Jenkinsfile 17:09:41 -rw-rw-r-- 1 1001 1001 10775 Mar 16 17:02 LICENSE 17:09:41 -rw-rw-r-- 1 1001 1001 5774 Mar 16 17:02 Makefile 17:09:41 -rw-rw-r-- 1 1001 1001 6548 Mar 16 17:02 README.md 17:09:41 -rw-rw-r-- 1 1001 1001 6755 Mar 16 17:02 SECURITY.md 17:09:41 -rw-rw-r-- 1 1001 1001 5 Mar 16 17:00 VERSION 17:09:41 -rw-rw-r-- 1 1001 1001 4131 Mar 16 17:02 ZMQWindows.md 17:09:41 drwxrwxr-x 2 1001 1001 4096 Mar 16 17:02 bin 17:09:41 drwxrwxr-x 14 1001 1001 4096 Mar 16 17:02 cmd 17:09:41 -rw-r--r-- 1 root root 650607 Mar 16 17:08 coverage.out 17:09:41 -rw-r--r-- 1 root root 1056 Mar 16 17:09 go.mod 17:09:41 -rw-r--r-- 1 root root 21983 Mar 16 17:09 go.sum 17:09:41 drwxrwxr-x 8 1001 1001 4096 Mar 16 17:02 internal 17:09:41 drwxrwxr-x 4 1001 1001 4096 Mar 16 17:02 openapi 17:09:41 drwxrwxr-x 4 1001 1001 4096 Mar 16 17:02 snap 17:09:41 -rw-rw-r-- 1 1001 1001 168 Mar 16 17:02 version.go [Pipeline] sh 17:09:42 + '[' -e coverage.out ] 17:09:42 + chown 1001:1001 coverage.out [Pipeline] stash 17:09:42 Warning: overwriting stash ‘coverage-report’ 17:09:43 Stashed 1 file(s) [Pipeline] sh 17:09:44 + make build 17:09:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:09:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:10:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:10:34 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 17:10:41 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 17:10:42 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 17:10:49 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 17:10:55 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 17:11:00 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 17:11:05 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 17:11:10 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 17:11: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 17:11:20 Running on prd-ubuntu18.04-docker-8c-8g-30019 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 17:11:20 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [Pipeline] } 17:11:22 $ docker stop --time=1 b2309fe3ed245788668f9856134fbe4cd9952223c6dd7bb63de0d6bf39a20ab1 17:11:22 using credential edgex-jenkins-ssh 17:11:22 Cloning the remote Git repository 17:11:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:11:22 > git init /w/workspace/edgex-go/17 # timeout=10 17:11:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:11:22 > git --version # timeout=10 17:11:22 > git --version # 'git version 2.17.1' 17:11:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:11:25 $ docker rm -f b2309fe3ed245788668f9856134fbe4cd9952223c6dd7bb63de0d6bf39a20ab1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:27 17:11:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:11:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:28 latest: Pulling from edgex-devops/edgex-compose-arm64 17:11:28 29e5d40040c1: Pulling fs layer 17:11:28 1ce36da41761: Pulling fs layer 17:11:28 25b303627fd3: Pulling fs layer 17:11:28 29e5d40040c1: Verifying Checksum 17:11:28 29e5d40040c1: Download complete 17:11:29 1ce36da41761: Verifying Checksum 17:11:29 1ce36da41761: Download complete 17:11:29 29e5d40040c1: Pull complete 17:11:29 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:11:29 Merge succeeded, producing ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:11:29 Checking out Revision ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d (PR-3234) 17:11:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:11:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:11:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:11:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:11:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:29 > git config core.sparsecheckout # timeout=10 17:11:29 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 17:11:29 > git remote # timeout=10 17:11:29 > git config --get remote.origin.url # timeout=10 17:11:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:29 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 17:11:29 > git rev-parse HEAD^{commit} # timeout=10 17:11:29 > git config core.sparsecheckout # timeout=10 17:11:29 > git checkout -f ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d # timeout=10 17:11:31 1ce36da41761: Pull complete 17:11:31 25b303627fd3: Download complete 17:11:33 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:34 + echo snap-build.sh 17:11:34 snap-build.sh 17:11:34 + SNAP_BASE_DIR=. 17:11:34 + '[' '!' -z /w/workspace/edgex-go/17 ']' 17:11:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/17 17:11:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' 17:11:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/17] 17:11:34 + cd /w/workspace/edgex-go/17 17:11:34 + sudo apt-get remove -qy --purge lxd lxd-client 17:11:34 Reading package lists... 17:11:34 Building dependency tree... 17:11:34 Reading state information... 17:11:34 The following packages were automatically installed and are no longer required: 17:11:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:11:34 uidmap xdelta3 17:11:34 Use 'sudo apt autoremove' to remove them. 17:11:34 The following packages will be REMOVED: 17:11:34 lxd* lxd-client* 17:11:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:11:35 After this operation, 31.7 MB disk space will be freed. 17:11:36 (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.) 17:11:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:11:37 Removing lxd dnsmasq configuration 17:11:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:11:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:11:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:11:38 (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.) 17:11:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:11:39 Processing triggers for systemd (237-3ubuntu10.42) ... 17:11:39 Processing triggers for ureadahead (0.100.0-21) ... 17:11:41 + sudo snap remove --purge lxd 17:11:41 snap "lxd" is not installed 17:11:41 + sudo groupadd --force --system lxd 17:11:41 ++ whoami 17:11:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:11:41 + newgrp - lxd 17:11:41 + sudo snap install lxd 17:11:41 25b303627fd3: Pull complete 17:11:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:11:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:11:42 prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container 17:11:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:11:45 $ docker top 2ae84c132b57a07c23da03c9e7d0e5830b5c073d1396a259f854e9de5fec4946 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:46 + docker-compose build --help 17:11:46 + grep parallel 17:11:51 2021-03-16T17:11:48Z INFO Waiting for automatic snapd restart... 17:11:51 --parallel Build images in parallel. [Pipeline] } 17:11:52 $ docker stop --time=1 2ae84c132b57a07c23da03c9e7d0e5830b5c073d1396a259f854e9de5fec4946 17:11:54 $ docker rm -f 2ae84c132b57a07c23da03c9e7d0e5830b5c073d1396a259f854e9de5fec4946 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:11:55 . [Pipeline] withDockerContainer 17:11:55 prd-ubuntu18.04-docker-arm64-4c-16g-30014 does not seem to be running inside a container 17:11:55 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:11:57 $ docker top cb64a2932643eb63d383ffa3ac4d897b421f1becf47878e2af5b652c189d9e63 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:58 + docker-compose -f ./docker-compose-build.yml build --parallel 17:12:03 Building docker-core-command-go ... 17:12:03 Building docker-core-data-go ... 17:12:03 Building docker-core-metadata-go ... 17:12:03 Building docker-security-bootstrapper-go ... 17:12:03 Building docker-security-proxy-setup-go ... 17:12:03 Building docker-security-secretstore-setup-go ... 17:12:03 Building docker-support-notifications-go ... 17:12:03 Building docker-support-scheduler-go ... 17:12:03 Building docker-sys-mgmt-agent-go ... 17:12:03 Building docker-support-notifications-go 17:12:03 Building docker-core-command-go 17:12:03 Building docker-security-secretstore-setup-go 17:12:03 Building docker-security-bootstrapper-go 17:12:03 Building docker-core-data-go 17:12:06 lxd 4.12 from Canonical* installed 17:12:06 + sudo lxd init --auto 17:12:16 + sudo snap install --classic snapcraft 17:13:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:13:25 ---> 5c4292f065fe 17:13:25 Step 3/23 : WORKDIR /edgex-go 17:13:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:13:25 ---> 5c4292f065fe 17:13:25 Step 3/23 : WORKDIR /edgex-go 17:13:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:25 17:13:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder ---> 5c4292f065fe 17:13:25 17:13:25 Step 3/22 : WORKDIR /edgex-go ---> 5c4292f065fe 17:13:25 17:13:25 Step 3/31 : WORKDIR /edgex-go 17:13:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:13:25 ---> 5c4292f065fe 17:13:25 Step 3/24 : WORKDIR /edgex-go 17:13:25 ---> Running in 2b2e37f6e235 17:13:25 ---> Running in 43956d2ca4aa 17:13:25 ---> Running in 1f89435c95e1 17:13:25 ---> Running in 5b3b7357feb0 17:13:25 ---> Running in a73be94ee8e4 17:13:25 Removing intermediate container a73be94ee8e4 17:13:25 ---> 35b3686947b9 17:13:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:25 Removing intermediate container 43956d2ca4aa 17:13:25 ---> 8f6885ef86e3 17:13:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:25 ---> Running in 8264c9496c07 17:13:25 Removing intermediate container 1f89435c95e1 17:13:25 ---> b477a36e1d70 17:13:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:25 Removing intermediate container 5b3b7357feb0 17:13:25 ---> b5aa41ec3ee5 17:13:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:25 Removing intermediate container 2b2e37f6e235 17:13:25 ---> c4dc03df969a 17:13:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:25 ---> Running in 7b0cf2c1ccbd 17:13:25 ---> Running in f1c5f15412f4 17:13:25 ---> Running in 851ed9371dda 17:13:25 ---> Running in 95f3c0b64439 17:13:25 Removing intermediate container 8264c9496c07 17:13:25 ---> 9d66eb7fa236 17:13:25 Step 5/23 : RUN apk add --update --no-cache make git 17:13:25 ---> Running in 7d7033982231 17:13:25 Removing intermediate container 7b0cf2c1ccbd 17:13:25 ---> 901bc723e9de 17:13:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:13:25 Removing intermediate container 95f3c0b64439 17:13:25 ---> 92f2b3d2434b 17:13:25 Step 5/24 : RUN apk add --update --no-cache make git 17:13:25 ---> Running in f975108def9b 17:13:25 ---> Running in 500ae3d09f7f 17:13:25 Removing intermediate container 851ed9371dda 17:13:25 ---> e3c8cb5d0516 17:13:25 Step 5/31 : RUN apk add --update --no-cache make git 17:13:25 Removing intermediate container f1c5f15412f4 17:13:25 ---> 65bb6a306574 17:13:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:13:25 ---> Running in 19604d97515d 17:13:25 ---> Running in a1206715280e 17:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:26 OK: 217 MiB in 51 packages 17:13:27 OK: 217 MiB in 51 packages 17:13:27 Removing intermediate container 7d7033982231 17:13:27 ---> f4d148a8fdba 17:13:27 Step 6/23 : COPY go.mod . 17:13:28 OK: 217 MiB in 51 packages 17:13:28 ---> 1a5c39e621cf 17:13:28 Step 7/23 : RUN go mod download 17:13:29 ---> Running in b32c75bf6be7 17:13:29 Removing intermediate container f975108def9b 17:13:29 ---> 4bd69a45a09d 17:13:29 Step 6/22 : COPY go.mod . 17:13:29 OK: 217 MiB in 51 packages 17:13:29 OK: 217 MiB in 51 packages 17:13:30 Removing intermediate container 19604d97515d 17:13:30 ---> b56a95c45d2b 17:13:30 Step 6/31 : COPY go.mod . 17:13:30 ---> fb9d51bee6a5 17:13:30 Step 7/22 : RUN go mod download 17:13:30 ---> Running in a73a38d2feae 17:13:31 ---> dac416637145 17:13:31 Step 7/31 : RUN go mod download 17:13:31 Removing intermediate container 500ae3d09f7f 17:13:31 ---> e4b7cf5f26ef 17:13:31 Step 6/24 : COPY go.mod . 17:13:31 ---> Running in 08c75b4fcfde 17:13:32 Removing intermediate container a1206715280e 17:13:32 ---> 9976edd8d5f1 17:13:32 Step 6/23 : COPY go.mod . 17:13:33 ---> b90cb625b1ba 17:13:33 Step 7/24 : RUN go mod download 17:13:33 ---> 77bf619de89f 17:13:33 Step 7/23 : RUN go mod download 17:13:33 ---> Running in 2f9271308a1c 17:13:33 ---> Running in 2212d0dcfbbb 17:13:34 Removing intermediate container b32c75bf6be7 17:13:34 ---> 62cf49e7afe2 17:13:34 Step 8/23 : COPY . . 17:13:36 Removing intermediate container a73a38d2feae 17:13:36 ---> 64be92a43145 17:13:36 Step 8/22 : COPY . . 17:13:37 Removing intermediate container 08c75b4fcfde 17:13:37 ---> 659b7b52cffb 17:13:37 Step 8/31 : COPY . . 17:13:40 Removing intermediate container 2f9271308a1c 17:13:40 ---> 07f9fa93ec0b 17:13:40 Step 8/24 : COPY . . 17:13:40 Removing intermediate container 2212d0dcfbbb 17:13:40 ---> fc5bbf6441ce 17:13:40 Step 8/23 : COPY . . 17:14:07 ---> 30b5807e6ae5 17:14:07 Step 9/23 : RUN make cmd/core-command/core-command 17:14:07 ---> fcc1404dbcc8 17:14:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:14:07 ---> bb727e63971d 17:14:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:14:07 ---> 51d7568b48c4 17:14:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:14:07 ---> 6c73a57fa8aa 17:14:07 Step 9/23 : RUN make cmd/core-data/core-data 17:14:07 ---> Running in de6148abadbf 17:14:07 ---> Running in 48f93113ccdc 17:14:07 ---> Running in 0d8e78f6e8f4 17:14:07 ---> Running in 782aa274c00d 17:14:07 ---> Running in 1424f6a5a057 17:14: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 17:14: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 17:14:08 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 17:14:09 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 17:14:09 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 17:14:22 snapcraft 4.5.4 from Canonical* installed 17:14:22 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:14:22 + patch --verbose -p1 17:14:22 Hmm... Looks like a unified diff to me... 17:14:22 The text leading up to this was: 17:14:22 -------------------------- 17:14:22 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:14:22 |From: Tony Espy 17:14:22 |Date: Tue, 9 Mar 2021 19:05:15 -0500 17:14:22 |Subject: [PATCH] optimize snap build for pipeline CI check 17:14:22 | 17:14:22 |This patch is used by the EdgeX CI pipeline builds to 17:14:22 |optimize the snap CI check run for pull requests. When 17:14:22 |applied, it essentially strips out everything (apps and 17:14:22 |parts) from the snapcraft.yaml file except those required 17:14:22 |to build edgex-go, as the whole idea of the CI check is to 17:14:22 |catch changes to edgex-go that break the snap build. 17:14:22 | 17:14:22 |In general, anyone updating snapcraft.yaml will also need 17:14:22 |to update this patch file, otherwise it may fail to apply, 17:14:22 |resulting in a failed snap build CI check in the associated 17:14:22 |pull request. 17:14:22 | 17:14:22 |Note - in addition to applying this patch, the pipeline also 17:14:22 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:14:22 |need to build the finally binary .snap file (and it won't 17:14:22 |work with the patch applied). This further reduces the build 17:14:22 |time. 17:14:22 |--- 17:14:22 | snap/snapcraft.yaml | 452 +------------------------------------------- 17:14:22 | 1 file changed, 1 insertion(+), 451 deletions(-) 17:14:22 | 17:14:22 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:14:22 |index d8bc12bc..5a5f5fbb 100644 17:14:22 |--- a/snap/snapcraft.yaml 17:14:22 |+++ b/snap/snapcraft.yaml 17:14:22 -------------------------- 17:14:22 patching file snap/snapcraft.yaml 17:14:22 Using Plan A... 17:14:22 Hunk #1 succeeded at 73. 17:14:22 Hunk #2 succeeded at 205. 17:14:22 Hunk #3 succeeded at 217. 17:14:22 Hunk #4 succeeded at 225. 17:14:22 Hunk #5 succeeded at 232. 17:14:22 Hunk #6 succeeded at 259. 17:14:22 Hunk #7 succeeded at 271. 17:14:22 Hunk #8 succeeded at 327. 17:14:22 Hmm... Ignoring the trailing garbage. 17:14:22 done 17:14:22 + sudo snapcraft prime --use-lxd 17:14:22 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:14:22 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: 17:14:22 - README.md 17:14:22 17:14:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:14:22 Launching a container. 17:14:30 Waiting for container to be ready 17:14:30 To start your first instance, try: lxc launch ubuntu:18.04 17:14:30 17:14:33 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:14:34 Waiting for network to be ready... 17:14:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:14:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:14:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 17:14:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:14:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:14:35 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:14:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 17:14:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:14:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:14:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 17:14:35 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:14:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 17:14:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:14:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:14:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:14:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:14:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:14:35 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:14:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:14:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 17:14:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 17:14:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:14:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:14:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 17:14:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 17:14:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:14:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:14:38 Fetched 24.1 MB in 4s (5550 kB/s) 17:14:39 Reading package lists... 17:14:39 Reading package lists... 17:14:39 Building dependency tree... 17:14:39 Reading state information... 17:14:39 The following additional packages will be installed: 17:14:39 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:14:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:14:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:14:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:14:39 Suggested packages: 17:14:39 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:14:39 Recommended packages: 17:14:39 gnupg libsasl2-modules 17:14:39 The following NEW packages will be installed: 17:14:39 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:14:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:14:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:14:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:14:39 The following packages will be upgraded: 17:14:39 gpg gpg-agent gpgconf libudev1 17:14:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:14:40 Need to get 3530 kB of archives. 17:14:40 After this operation, 13.3 MB of additional disk space will be used. 17:14:40 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] 17:14:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:14:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:14:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:14:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:14:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:14:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:14:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:14:40 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:14:40 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:14:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:14:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:14:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:14:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:14:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:14:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:14:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:14:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:14:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:14:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:14:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:14:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:14:41 debconf: delaying package configuration, since apt-utils is not installed 17:14:41 Fetched 3530 kB in 1s (3349 kB/s) 17:14:41 (Reading database ... 12511 files and directories currently installed.) 17:14:41 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:14:41 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:14:41 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:14:41 Selecting previously unselected package udev. 17:14:41 (Reading database ... 12511 files and directories currently installed.) 17:14:41 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:14:41 Unpacking udev (237-3ubuntu10.44) ... 17:14:41 Selecting previously unselected package libfuse2:amd64. 17:14:41 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:14:41 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:14:41 Selecting previously unselected package fuse. 17:14:41 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:14:41 Unpacking fuse (2.9.7-1ubuntu1) ... 17:14:41 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:14:41 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:14:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:14:42 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:14:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:14:42 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:14:42 Selecting previously unselected package libksba8:amd64. 17:14:42 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:14:42 Unpacking libksba8:amd64 (1.3.5-2) ... 17:14:42 Selecting previously unselected package libroken18-heimdal:amd64. 17:14:42 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:42 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:42 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:14:42 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:42 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:42 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:14:42 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:42 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:42 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:14:42 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:42 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:42 Selecting previously unselected package libwind0-heimdal:amd64. 17:14:42 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:42 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:42 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:14:42 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:42 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:14:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:14:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:14:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:14:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:43 Selecting previously unselected package libsasl2-modules-db:amd64. 17:14:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:14:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:14:43 Selecting previously unselected package libsasl2-2:amd64. 17:14:43 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:14:43 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:14:43 Selecting previously unselected package libldap-common. 17:14:43 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:14:43 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:14:43 Selecting previously unselected package libldap-2.4-2:amd64. 17:14:43 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:14:43 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:14:43 Selecting previously unselected package dirmngr. 17:14:43 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:14:43 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:14:43 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:14:44 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:14:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:14:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:14:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:14:44 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:14:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libksba8:amd64 (1.3.5-2) ... 17:14:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:14:44 Setting up udev (237-3ubuntu10.44) ... 17:14:44 invoke-rc.d: policy-rc.d denied execution of start. 17:14:44 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Processing triggers for systemd (237-3ubuntu10) ... 17:14:44 Setting up fuse (2.9.7-1ubuntu1) ... 17:14:44 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:14:44 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:14:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:14:45 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:14:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:14:45 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:14:45 settings in the [Install] section, and DefaultInstance for template units). 17:14:45 This means they are not meant to be enabled using systemctl. 17:14:45 Possible reasons for having this kind of units are: 17:14:45 1) A unit may be statically enabled by being symlinked from another unit's 17:14:45 .wants/ or .requires/ directory. 17:14:45 2) A unit's purpose may be to act as a helper for some other unit which has 17:14:45 a requirement dependency on it. 17:14:45 3) A unit may be started when needed via activation (socket, path, timer, 17:14:45 D-Bus, udev, scripted systemctl call, ...). 17:14:45 4) In case of template units, the unit is meant to be enabled with some 17:14:45 instance name specified. 17:14:45 Reading package lists... 17:14:45 Building dependency tree... 17:14:45 Reading state information... 17:14:45 The following additional packages will be installed: 17:14:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:14:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:14:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:14:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:14:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:14:45 Suggested packages: 17:14:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:14:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:14:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:14:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:14:45 systemd-container policykit-1 17:14:45 Recommended packages: 17:14:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:14:46 The following NEW packages will be installed: 17:14:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:14:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:14:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:14:46 multiarch-support openssh-client python3 python3-minimal python3.6 17:14:46 python3.6-minimal snapd squashfs-tools sudo 17:14:46 The following packages will be upgraded: 17:14:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:14:46 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:14:46 Need to get 35.2 MB of archives. 17:14:46 After this operation, 141 MB of additional disk space will be used. 17:14:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:14:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:14:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:14:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 17:14:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:14:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:14:47 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:14:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:14:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:14:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:14:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:14:47 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:14:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:14:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:14:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:14:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:14:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:14:47 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:14:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:14:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:14:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:14:47 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:14:47 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:14:47 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:14:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:14:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:14:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:14:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:14:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:14:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:14:48 debconf: delaying package configuration, since apt-utils is not installed 17:14:48 Fetched 35.2 MB in 2s (16.1 MB/s) 17:14:48 (Reading database ... 12757 files and directories currently installed.) 17:14:48 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:14:48 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:14:49 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:14:49 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:14:49 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:14:49 (Reading database ... 12757 files and directories currently installed.) 17:14:49 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:14:49 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:14:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:14:49 (Reading database ... 12757 files and directories currently installed.) 17:14:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:14:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:14:50 Setting up apt (1.6.12ubuntu0.2) ... 17:14:50 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:14:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:14:50 (Reading database ... 12764 files and directories currently installed.) 17:14:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:14:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:14:51 Selecting previously unselected package libpython3.6-minimal:amd64. 17:14:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:14:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:14:51 Selecting previously unselected package libexpat1:amd64. 17:14:51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:14:51 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:14:51 Selecting previously unselected package python3.6-minimal. 17:14:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:14:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:14:51 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 17:14:51 Checking for services that may need to be restarted...done. 17:14:51 Checking for services that may need to be restarted...done. 17:14:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:14:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:14:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:14:52 Selecting previously unselected package python3-minimal. 17:14:52 (Reading database ... 13012 files and directories currently installed.) 17:14:52 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:14:52 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:14:52 Selecting previously unselected package mime-support. 17:14:52 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:14:52 Unpacking mime-support (3.60ubuntu1) ... 17:14:52 Selecting previously unselected package libmpdec2:amd64. 17:14:52 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:14:52 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:14:52 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:14:52 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:14:52 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:14:52 Selecting previously unselected package python3.6. 17:14:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:14:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:14:52 Selecting previously unselected package libpython3-stdlib:amd64. 17:14:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:14:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:14:52 Setting up python3-minimal (3.6.7-1~18.04) ... 17:14:53 Selecting previously unselected package python3. 17:14:53 (Reading database ... 13442 files and directories currently installed.) 17:14:53 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:14:53 Unpacking python3 (3.6.7-1~18.04) ... 17:14:53 Selecting previously unselected package multiarch-support. 17:14:53 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:14:53 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:14:53 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:14:53 Selecting previously unselected package liblzo2-2:amd64. 17:14:53 (Reading database ... 13479 files and directories currently installed.) 17:14:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:14:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:14:53 Selecting previously unselected package libbsd0:amd64. 17:14:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:14:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:14:53 Selecting previously unselected package sudo. 17:14:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:14:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:14:53 Selecting previously unselected package apparmor. 17:14:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:14:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:14:53 Selecting previously unselected package libedit2:amd64. 17:14:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:14:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:14:54 Selecting previously unselected package libkrb5support0:amd64. 17:14:54 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:14:54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:14:54 Selecting previously unselected package libk5crypto3:amd64. 17:14:54 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:14:54 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:14:54 Selecting previously unselected package libkeyutils1:amd64. 17:14:54 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:14:54 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:14:54 Selecting previously unselected package libkrb5-3:amd64. 17:14:54 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:14:54 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:14:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:14:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:14:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:14:54 Selecting previously unselected package libssl1.0.0:amd64. 17:14:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:14:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:14:54 Selecting previously unselected package openssh-client. 17:14:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:14:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:14:54 Selecting previously unselected package squashfs-tools. 17:14:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:14:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:14:54 Selecting previously unselected package snapd. 17:14:54 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:14:54 Unpacking snapd (2.48.3+18.04) ... 17:14:56 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:14:56 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:14:56 Setting up mime-support (3.60ubuntu1) ... 17:14:57 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:14:57 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:14:57 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:14:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:14:57 Setting up systemd (237-3ubuntu10.44) ... 17:14:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:14:58 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:14:58 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:14:58 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:14:58 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:14:58 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:14:58 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:14:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:14:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:14:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:14:58 Setting up python3 (3.6.7-1~18.04) ... 17:14:58 running python rtupdate hooks for python3.6... 17:14:58 running python post-rtupdate hooks for python3.6... 17:14:58 Setting up apparmor (2.12-4ubuntu5.1) ... 17:15:01 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:15:01 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:15:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:15:01 Setting up snapd (2.48.3+18.04) ... 17:15:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:15:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:15:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:15:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:15:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:15:02 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:15:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:15:03 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:15:03 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:15:03 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:15:03 /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' 17:15:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:15:03 Processing triggers for systemd (237-3ubuntu10.44) ... 17:15:04 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:15:04 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:15:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:15:06 Reading package lists... 17:15:06 Reading package lists... 17:15:06 Building dependency tree... 17:15:06 Reading state information... 17:15:06 Calculating upgrade... 17:15:06 The following packages will be upgraded: 17:15:06 advancecomp base-files bash binutils binutils-common 17:15:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:15:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:15:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:15:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:15:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:15:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:15:06 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:15:06 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:15:06 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:15:06 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:15:06 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:15:06 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:15:06 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:15:06 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:15:06 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:15:06 Need to get 63.8 MB of archives. 17:15:06 After this operation, 5206 kB of additional disk space will be used. 17:15:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 17:15:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:15:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:15:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:15:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:15:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:15:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:15:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:15:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:15:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:15:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:15:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:15:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:15:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:15:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:15:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:15:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:15:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:15:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:15:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:15:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:15:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:15:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:15:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:15:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:15:07 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:15:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:15:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:15:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:15:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:15:07 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:15:07 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:15:07 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:15:07 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:15:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:15:07 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:15:07 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:15:07 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:15:07 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:15:07 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 17:15:07 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:15:07 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:15:07 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:15:07 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:15:07 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:15:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:15:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:15:07 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 17:15:07 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:15:07 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:15:07 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:15:07 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:15:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:15:07 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:15:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:15:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:15:07 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:15:07 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:15:07 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:15:07 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:15:07 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:15:07 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:15:07 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:15:07 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:15:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:15:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:15:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:15:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:15:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:15:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:15:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:15:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:15:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:15:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:15:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:15:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:15:08 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:15:08 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:15:08 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:15:08 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:15:08 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:15:08 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:15:08 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:15:08 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:15:08 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:15:08 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:15:08 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:15:08 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:15:08 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:15:08 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:15:08 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:15:08 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:15:08 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:15:08 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:15:08 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:15:08 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:15:08 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:15:08 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:15:08 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:15:08 debconf: delaying package configuration, since apt-utils is not installed 17:15:08 Fetched 63.8 MB in 2s (36.7 MB/s) 17:15:08 (Reading database ... 13912 files and directories currently installed.) 17:15:08 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:15:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:15:09 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:15:09 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:15:09 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 17:15:09 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 17:15:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:10 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:10 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:11 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:11 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:11 (Reading database ... 13911 files and directories currently installed.) 17:15:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:15:11 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:15:11 (Reading database ... 13911 files and directories currently installed.) 17:15:11 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:11 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:11 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:15:12 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:15:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:12 (Reading database ... 13911 files and directories currently installed.) 17:15:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:15:12 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:15:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:15:13 (Reading database ... 13911 files and directories currently installed.) 17:15:13 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:15:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:15:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:15:13 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:15:13 Setting up base-files (10.1ubuntu2.10) ... 17:15:13 Installing new version of config file /etc/issue ... 17:15:13 Installing new version of config file /etc/issue.net ... 17:15:13 Installing new version of config file /etc/lsb-release ... 17:15:13 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:15:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:15:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:15:14 Removing obsolete conffile /etc/default/motd-news ... 17:15:14 (Reading database ... 13912 files and directories currently installed.) 17:15:14 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:15:14 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:15:14 Setting up bash (4.4.18-2ubuntu1.2) ... 17:15:14 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 17:15:14 (Reading database ... 13912 files and directories currently installed.) 17:15:14 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:14 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:15:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:15:14 (Reading database ... 13912 files and directories currently installed.) 17:15:14 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:15:14 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:15:14 Setting up tar (1.29b-2ubuntu0.2) ... 17:15:15 (Reading database ... 13912 files and directories currently installed.) 17:15:15 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:15:15 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:15:15 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:15:15 (Reading database ... 13912 files and directories currently installed.) 17:15:15 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:15:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:15:15 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:15:15 (Reading database ... 13912 files and directories currently installed.) 17:15:15 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:15:15 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:15:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:15:15 (Reading database ... 13912 files and directories currently installed.) 17:15:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:15:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:15:16 Setting up grep (3.1-2build1) ... 17:15:16 (Reading database ... 13912 files and directories currently installed.) 17:15:16 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:15:16 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:15:16 Setting up login (1:4.5-1ubuntu2) ... 17:15:16 (Reading database ... 13912 files and directories currently installed.) 17:15:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:15:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:15:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:15:16 (Reading database ... 13912 files and directories currently installed.) 17:15:16 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:15:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:15:17 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:15:17 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:15:17 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:15:17 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:15:17 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:15:17 (Reading database ... 13912 files and directories currently installed.) 17:15:17 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:15:17 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:15:18 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:15:18 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:15:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:15:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:15:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:15:19 (Reading database ... 13912 files and directories currently installed.) 17:15:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:15:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:15:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:15:19 (Reading database ... 13912 files and directories currently installed.) 17:15:19 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:19 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:19 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:15:19 (Reading database ... 13912 files and directories currently installed.) 17:15:19 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:19 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:19 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:15:20 (Reading database ... 13912 files and directories currently installed.) 17:15:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:15:20 (Reading database ... 13912 files and directories currently installed.) 17:15:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:15:20 (Reading database ... 13912 files and directories currently installed.) 17:15:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:15:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:15:20 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:15:20 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:15:20 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:15:21 (Reading database ... 13912 files and directories currently installed.) 17:15:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:15:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:15:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:15:21 (Reading database ... 13912 files and directories currently installed.) 17:15:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:15:21 (Reading database ... 13912 files and directories currently installed.) 17:15:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:15:21 (Reading database ... 13912 files and directories currently installed.) 17:15:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:15:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:15:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:15:22 (Reading database ... 13912 files and directories currently installed.) 17:15:22 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:15:22 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:15:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:15:23 (Reading database ... 13912 files and directories currently installed.) 17:15:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:15:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:15:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:15:23 (Reading database ... 13914 files and directories currently installed.) 17:15:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:15:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:15:23 Setting up debconf (1.5.66ubuntu1) ... 17:15:23 (Reading database ... 13914 files and directories currently installed.) 17:15:23 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:15:23 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:15:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:15:23 (Reading database ... 13914 files and directories currently installed.) 17:15:23 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:15:23 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:15:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:15:24 (Reading database ... 13914 files and directories currently installed.) 17:15:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:15:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:15:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:15:24 (Reading database ... 13914 files and directories currently installed.) 17:15:24 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:15:24 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:15:24 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:15:24 (Reading database ... 13914 files and directories currently installed.) 17:15:24 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:15:24 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:15:24 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:15:25 (Reading database ... 13914 files and directories currently installed.) 17:15:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:15:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:15:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:15:25 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:15:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:15:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:15:25 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:15:25 (Reading database ... 13914 files and directories currently installed.) 17:15:25 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:15:25 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:15:25 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:15:25 (Reading database ... 13914 files and directories currently installed.) 17:15:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:15:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:15:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:15:26 (Reading database ... 13914 files and directories currently installed.) 17:15:26 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:15:26 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:15:26 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:15:26 (Reading database ... 13914 files and directories currently installed.) 17:15:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:15:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:15:26 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:15:26 (Reading database ... 13914 files and directories currently installed.) 17:15:26 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:15:26 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:15:27 Setting up passwd (1:4.5-1ubuntu2) ... 17:15:27 (Reading database ... 13914 files and directories currently installed.) 17:15:27 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:15:27 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:15:27 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:15:27 (Reading database ... 13914 files and directories currently installed.) 17:15:27 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:15:27 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:15:27 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:15:27 (Reading database ... 13914 files and directories currently installed.) 17:15:27 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:15:27 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:15:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:15:28 (Reading database ... 13914 files and directories currently installed.) 17:15:28 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:15:28 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:15:28 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:15:28 (Reading database ... 13914 files and directories currently installed.) 17:15:28 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:15:28 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:15:28 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:15:28 (Reading database ... 13914 files and directories currently installed.) 17:15:28 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:15:28 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:15:28 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:15:29 (Reading database ... 13914 files and directories currently installed.) 17:15:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:15:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:15:29 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:15:29 (Reading database ... 13915 files and directories currently installed.) 17:15:29 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:15:29 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:15:29 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:15:29 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:15:29 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:15:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:15:29 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:15:29 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:15:29 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:15:29 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:15:30 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:15:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:15:30 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:15:30 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:15:30 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:15:30 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:15:30 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:15:30 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:15:30 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:15:30 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:15:30 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:15:30 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:15:31 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:15:31 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:15:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:15:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:15:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:15:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:15:32 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:15:32 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:15:32 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:15:32 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:15:33 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:15:33 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:15:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:15:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:15:33 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:33 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:33 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:33 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:33 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:33 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:34 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:34 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:35 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:35 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:36 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:36 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:36 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:37 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:15:37 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:15:37 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:15:37 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:15:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:15:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:15:38 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:15:38 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:15:38 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:15:38 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:15:38 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:15:38 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:15:38 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:15:38 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:15:38 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:15:38 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:15:38 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:15:39 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:15:39 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:15:39 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:15:39 17:15:39 Current default time zone: 'Etc/UTC' 17:15:39 Local time is now: Tue Mar 16 17:15:39 UTC 2021. 17:15:39 Universal Time is now: Tue Mar 16 17:15:39 UTC 2021. 17:15:39 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:15:39 17:15:39 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:15:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 17:15:39 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:15:39 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:15:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:15:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:15:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:15:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:15:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:15:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:15:39 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:15:39 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:15:39 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:39 Setting up patch (2.7.6-2ubuntu1.1) ... 17:15:39 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:15:39 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:15:39 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 17:15:40 Installing new version of config file /etc/ssl/openssl.cnf ... 17:15:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:15:40 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:15:40 Setting up ca-certificates (20210119~18.04.1) ... 17:15:42 Updating certificates in /etc/ssl/certs... 17:15:42 23 added, 27 removed; done. 17:15:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:15:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:15:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:15:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:15:42 Setting up pkgbinarymangler (138.18.04.1) ... 17:15:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:15:42 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:15:42 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:15:42 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:15:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:15:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:15:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:15:43 Setting up perl (5.26.1-6ubuntu0.5) ... 17:15:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:15:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:15:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:15:43 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:15:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:15:43 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:15:43 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:15:43 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:15:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:15:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:15:43 Processing triggers for systemd (237-3ubuntu10.44) ... 17:15:43 Processing triggers for mime-support (3.60ubuntu1) ... 17:15:43 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:15:43 Updating certificates in /etc/ssl/certs... 17:15:44 0 added, 0 removed; done. 17:15:44 Running hooks in /etc/ca-certificates/update.d... 17:15:44 done. 17:15:44 Reading package lists... 17:15:44 Building dependency tree... 17:15:44 Reading state information... 17:15:45 The following NEW packages will be installed: 17:15:45 apt-transport-https 17:15:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:15:45 Need to get 1696 B of archives. 17:15:45 After this operation, 153 kB of additional disk space will be used. 17:15:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:15:45 debconf: delaying package configuration, since apt-utils is not installed 17:15:45 Fetched 1696 B in 0s (9565 B/s) 17:15:45 Selecting previously unselected package apt-transport-https. 17:15:45 (Reading database ... 13920 files and directories currently installed.) 17:15:45 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:15:45 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:15:45 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:15:45 Waiting for network to be ready... 17:15:52 2021-03-16T17:15:49Z INFO Waiting for automatic snapd restart... 17:15:53 snapd 2.49 from Canonical* installed 17:15:54 "snapd" switched to the "latest/stable" channel 17:15:54 17:15:56 core18 20210128 from Canonical* installed 17:15:56 "core18" switched to the "latest/stable" channel 17:15:56 17:15:59 snapcraft 4.5.4 from Canonical* installed 17:15:59 "snapcraft" switched to the "latest/stable" channel 17:15:59 17:16:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:16: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: 17:16:03 - README.md 17:16:03 17:16:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:16:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:16:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:16:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:16:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:16:10 Reading package lists... 17:16:11 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 17:16:11 Removing intermediate container 782aa274c00d 17:16:11 ---> 9b21f0898591 17:16:11 17:16:11 Step 10/24 : FROM alpine:3.12 17:16:11 3.12: Pulling from library/alpine 17:16:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:16:11 Status: Downloaded newer image for alpine:3.12 17:16:11 ---> d10569e2745f 17:16:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:16:11 ---> Running in 6833c399fd7e 17:16:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:15 (1/5) Installing ca-certificates (20191127-r4) 17:16:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:16:15 (3/5) Installing libcurl (7.69.1-r3) 17:16:15 (4/5) Installing curl (7.69.1-r3) 17:16:15 (5/5) Installing dumb-init (1.2.2-r1) 17:16:15 Executing busybox-1.31.1-r19.trigger 17:16:15 Executing ca-certificates-20191127-r4.trigger 17:16:15 OK: 7 MiB in 19 packages 17:16:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:16:17 Reading package lists... 17:16:17 Building dependency tree... 17:16:17 Reading state information... 17:16:17 Suggested packages: 17:16:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:16:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:16:17 Recommended packages: 17:16:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:16:17 The following NEW packages will be installed: 17:16:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:16:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:16:17 pkg-config zip 17:16:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:16:17 Need to get 7657 kB of archives. 17:16:17 After this operation, 43.8 MB of additional disk space will be used. 17:16:17 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:16:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:16:18 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:16:18 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:16:18 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:16:18 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:16:18 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:16:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:16:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:16:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:16:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:16:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:16:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:16:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:16:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:16:18 debconf: delaying package configuration, since apt-utils is not installed 17:16:18 Fetched 7657 kB in 1s (7012 kB/s) 17:16:19 Selecting previously unselected package libglib2.0-0:amd64. 17:16:19 (Reading database ... 13924 files and directories currently installed.) 17:16:19 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:16:19 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:16:19 Selecting previously unselected package libpsl5:amd64. 17:16:19 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:16:19 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:16:19 Selecting previously unselected package libnghttp2-14:amd64. 17:16:19 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:16:19 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:16:19 Selecting previously unselected package librtmp1:amd64. 17:16:19 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:16:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:16:19 Selecting previously unselected package libcurl3-gnutls:amd64. 17:16:19 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:16:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:16:19 Selecting previously unselected package liberror-perl. 17:16:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:16:19 Unpacking liberror-perl (0.17025-1) ... 17:16:19 Selecting previously unselected package git-man. 17:16:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:16:19 Removing intermediate container 6833c399fd7e 17:16:19 ---> 94c2dd0e68b9 17:16:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:16:19 Removing intermediate container 0d8e78f6e8f4 17:16:19 ---> d0491e74f42d 17:16:19 17:16:19 Step 10/31 : FROM alpine:3.12 17:16:19 ---> d10569e2745f 17:16:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:16:19 ---> Running in cd386d1cd419 17:16:19 ---> Running in 390929c884e7 17:16:19 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:16:19 Selecting previously unselected package git. 17:16:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:16:19 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:16:20 Removing intermediate container cd386d1cd419 17:16:20 ---> 0de05a3b946a 17:16:20 Step 13/24 : WORKDIR / 17:16:20 Removing intermediate container 390929c884e7 17:16:20 ---> 4b1baf1f7cb4 17:16:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:16:20 ---> Running in 7c932cb710a4 17:16:20 Selecting previously unselected package libnorm1:amd64. 17:16:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:16:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:16:20 Selecting previously unselected package libpgm-5.2-0:amd64. 17:16:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:16:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:16:20 Selecting previously unselected package libsodium23:amd64. 17:16:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:16:20 ---> Running in 246194b9829a 17:16:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:16:21 Selecting previously unselected package libzmq5:amd64. 17:16:21 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:16:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:16:21 Selecting previously unselected package libzmq3-dev:amd64. 17:16:21 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:16:21 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:16:21 Selecting previously unselected package pkg-config. 17:16:21 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:16:21 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:16:21 Selecting previously unselected package zip. 17:16:21 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:16:21 Unpacking zip (3.0-11build1) ... 17:16:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:16:21 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:16:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:16:21 Setting up liberror-perl (0.17025-1) ... 17:16:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:16:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:16:21 No schema files found: doing nothing. 17:16:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:16:21 Setting up zip (3.0-11build1) ... 17:16:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:16:21 Setting up libsodium23:amd64 (1.0.16-2) ... 17:16:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:16:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:16:21 Removing intermediate container 7c932cb710a4 17:16:21 ---> 49c49dc2bb71 17:16:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:16:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:16:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:16:21 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:16:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:16:23 ---> 3b0d705dec15 17:16:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:16:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:25 (1/2) Installing dumb-init (1.2.2-r1) 17:16:25 (2/2) Installing su-exec (0.2-r1) 17:16:25 Executing busybox-1.31.1-r19.trigger 17:16:25 OK: 5 MiB in 16 packages 17:16:25 ---> 691727843a1e 17:16:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:16:28 ---> e5e8a4531f9f 17:16:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:16:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:16:28 git set to automatically installed. 17:16:28 git-man set to automatically installed. 17:16:28 libcurl3-gnutls set to automatically installed. 17:16:28 liberror-perl set to automatically installed. 17:16:28 libglib2.0-0 set to automatically installed. 17:16:28 libnghttp2-14 set to automatically installed. 17:16:28 libnorm1 set to automatically installed. 17:16:28 libpgm-5.2-0 set to automatically installed. 17:16:28 libpsl5 set to automatically installed. 17:16:28 librtmp1 set to automatically installed. 17:16:28 libsodium23 set to automatically installed. 17:16:28 libzmq3-dev set to automatically installed. 17:16:28 libzmq5 set to automatically installed. 17:16:28 pkg-config set to automatically installed. 17:16:28 zip set to automatically installed. 17:16:28 Removing intermediate container 246194b9829a 17:16:28 ---> f80b4b976164 17:16:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:16:29 ---> Running in fa75cf2af861 17:16:29 Removing intermediate container de6148abadbf 17:16:29 ---> d7f06c5153b1 17:16:29 17:16:29 Step 10/23 : FROM alpine:3.12 17:16:29 ---> d10569e2745f 17:16:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:16:29 ---> Running in 956b055c8113 17:16:29 snapd is not logged in, snap install commands will use sudo 17:16:30 Removing intermediate container fa75cf2af861 17:16:30 ---> b6bafbf63567 17:16:30 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:16:30 ---> Running in a20976182828 17:16:30 ---> dc576f7ed257 17:16:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:16:31 Removing intermediate container a20976182828 17:16:31 ---> 4c45f0f8ffe3 17:16:31 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:16:31 ---> Running in 3aabb5964655 17:16:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:33 (1/1) Installing dumb-init (1.2.2-r1) 17:16:33 Executing busybox-1.31.1-r19.trigger 17:16:33 OK: 5 MiB in 15 packages 17:16:34 ---> 3e4410eb7ece 17:16:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:16:34 Removing intermediate container 48f93113ccdc 17:16:34 ---> 16e674576064 17:16:34 17:16:34 Step 10/22 : FROM alpine:3.12 17:16:34 ---> d10569e2745f 17:16:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:16:35 ---> Running in b97c6a3b7712 17:16:35 Removing intermediate container 956b055c8113 17:16:35 ---> ecbc7fe785b1 17:16:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:16:35 ---> 71b05a95a48a 17:16:35 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/ 17:16:35 ---> Running in 899fa2c4d3dd 17:16:35 ---> Running in 2ed7226e97e9 17:16:35 Removing intermediate container 3aabb5964655 17:16:35 ---> 4eb9941a1ba6 17:16:35 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:16:36 ---> Running in f1b8177a5cc1 17:16:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:16:36 snap "core18" has no updates available 17:16:36 Removing intermediate container 899fa2c4d3dd 17:16:36 ---> 786a7cfeba84 17:16:36 Step 13/23 : ENV APP_PORT=48082 17:16:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:37 ---> Running in dc13398dc69c 17:16:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:37 Removing intermediate container f1b8177a5cc1 17:16:37 ---> 0f4aa62362d3 17:16:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:16:37 snapd is not logged in, snap install commands will use sudo 17:16:38 (1/2) Installing ca-certificates (20191127-r4) 17:16:38 Removing intermediate container dc13398dc69c 17:16:38 ---> 3642103e7aee 17:16:38 Step 14/23 : EXPOSE $APP_PORT 17:16:38 (2/2) Installing dumb-init (1.2.2-r1) 17:16:38 Executing busybox-1.31.1-r19.trigger 17:16:38 Executing ca-certificates-20191127-r4.trigger 17:16:38 OK: 6 MiB in 16 packages 17:16:38 ---> Running in 0b2cbfaad7e1 17:16:39 ---> 30d29681e013 17:16:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:16:39 ---> Running in 3b16d31e9078 17:16:39 Removing intermediate container 0b2cbfaad7e1 17:16:39 ---> 29efd4447dae 17:16:39 Step 15/23 : WORKDIR / 17:16:40 Removing intermediate container 2ed7226e97e9 17:16:40 ---> 5a56d07fc60f 17:16:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:16:40 ---> Running in b6bab29392a0 17:16:40 ---> Running in f7bda87b12ca 17:16:41 Removing intermediate container b6bab29392a0 17:16:41 ---> af73349c399b 17:16:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:16:41 Removing intermediate container f7bda87b12ca 17:16:41 ---> 0ad9c4cd9486 17:16:41 Step 22/24 : LABEL arch=arm64 17:16:41 Removing intermediate container b97c6a3b7712 17:16:41 ---> 0addafe1631e 17:16:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:16:41 ---> Running in 149ced67d821 17:16:41 ---> Running in 75f41de0c4e4 17:16:42 ---> 60ce0380a052 17:16:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:16:42 Removing intermediate container 75f41de0c4e4 17:16:42 ---> 43a08c7ac519 17:16:42 Removing intermediate container 149ced67d821 17:16:42 ---> e122cbdb6eec 17:16:42 Step 23/24 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:16:42 Step 13/22 : ENV APP_PORT=48060 17:16:42 ---> Running in d901a780bb2e 17:16:42 ---> Running in 268f95f1292d 17:16:43 Removing intermediate container 3b16d31e9078 17:16:43 ---> ece9abb7f754 17:16:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:16:43 Removing intermediate container d901a780bb2e 17:16:43 ---> ed69ae5e004b 17:16:43 Step 14/22 : EXPOSE $APP_PORT 17:16:43 Removing intermediate container 268f95f1292d 17:16:43 ---> 0c39d7ef4e43 17:16:43 Step 24/24 : LABEL version=0.0.0 17:16:44 ---> Running in c9494c80ee16 17:16:44 ---> Running in abf5e930c7a6 17:16:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:16:44 ---> 6fbc01b3d641 17:16:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:16:44 ---> 7c3bd4c162f5 17:16:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:16:44 Removing intermediate container c9494c80ee16 17:16:44 ---> 2099f363beab 17:16:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:16:44 Removing intermediate container abf5e930c7a6 17:16:44 ---> 7f371177354c 17:16:44 17:16:45 ---> 752a1ecdbc24 17:16:45 Step 19/23 : ENTRYPOINT ["/core-command"] 17:16:45 Successfully built 7f371177354c 17:16:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:16:45  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 17:16:45 ---> Running in 14e9b84ae776 17:16:46 ---> 3644de189f72 17:16:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:16:47 Removing intermediate container 14e9b84ae776 17:16:47 ---> f0bf78019c08 17:16:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 4dd2375b7fa6 17:16:47 17:16:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:16:47 ---> Running in 50d116e48641 17:16:49 ---> 9cbe54b99d32 17:16:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:16:49 ---> 9e2d2602cce4 17:16:49 Removing intermediate container 50d116e48641 17:16:49 ---> a692f140369a 17:16:49 Step 21/23 : LABEL arch=arm64 17:16:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:16:49 ---> Running in 36e86461a601 17:16:50 Removing intermediate container 1424f6a5a057 17:16:50 ---> 5c800971eef1 17:16:50 17:16:50 Step 10/23 : FROM alpine:3.12 17:16:50 ---> d10569e2745f 17:16:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:16:50 ---> 97fb14a8e901 17:16:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:16:50 ---> Running in 885f1568f021 17:16:50 ---> a668fd3e8b2c 17:16:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:16:50 Removing intermediate container 36e86461a601 17:16:50 ---> 2d5ef4dfd5c7 17:16:50 Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:16:51 ---> Running in c1ca3c43f1c5 17:16:51 ---> Running in dfa31a6ae74f 17:16:51 ---> afdb67bfbeca 17:16:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:16:51 Removing intermediate container 885f1568f021 17:16:51 ---> bf16a28e53e2 17:16:51 Step 12/23 : ENV APP_PORT=48080 17:16:52 ---> Running in 52fea06830fe 17:16:52 Removing intermediate container c1ca3c43f1c5 17:16:52 ---> f4c7e26106c5 17:16:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:16:52 ---> Running in 387ad4ff1731 17:16:52 Removing intermediate container dfa31a6ae74f 17:16:52 ---> a63c575dd381 17:16:52 Step 23/23 : LABEL version=0.0.0 17:16:52 ---> Running in 630e96c77df1 17:16:52 ---> Running in 0b399c6f504b 17:16:53 Removing intermediate container 387ad4ff1731 17:16:53 ---> d0fc43420a9c 17:16:53 Step 13/23 : EXPOSE $APP_PORT 17:16:53 Removing intermediate container 52fea06830fe 17:16:53 ---> 72602893a041 17:16:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:16:53 ---> Running in 8b2038003634 17:16:53 Removing intermediate container 630e96c77df1 17:16:53 ---> c397e34a2c7e 17:16:53 Step 20/22 : LABEL arch=arm64 17:16:53 Removing intermediate container 0b399c6f504b 17:16:53 ---> 9ad6989f6593 17:16:53 17:16:53 ---> Running in 0aaf71e00646 17:16:54 Removing intermediate container 8b2038003634 17:16:54 ---> b601a3881198 17:16:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:54 Successfully built 9ad6989f6593 17:16:54 Successfully tagged docker-core-command-go-arm64:latest 17:16:54  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 17:16:54 Building docker-sys-mgmt-agent-go 17:16:54 ---> Running in 95550f511643 17:16:54 Removing intermediate container 0aaf71e00646 17:16:54 ---> d1558bb90db6 17:16:54 Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:16:54 ---> 51661d1cb3c0 17:16:54 Step 26/31 : RUN chmod +x /entrypoint.sh 17:16:55 ---> Running in 07785134545d 17:16:55 ---> Running in e8cf8e196640 17:16:55 Removing intermediate container 07785134545d 17:16:55 ---> 961b017560d0 17:16:55 Step 22/22 : LABEL version=0.0.0 17:16:56 ---> Running in 8a9be2365dcb 17:16:56 Removing intermediate container 8a9be2365dcb 17:16:56 ---> 936fef0bfb19 17:16:56 17:16:57 Successfully built 936fef0bfb19 17:16:57 Successfully tagged docker-support-notifications-go-arm64:latest 17:16:57  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 17:16:57 Removing intermediate container 95550f511643 17:16:57 ---> c01f0d834bb6 17:16:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:16:58 ---> Running in 761017440eeb 17:16:58 Removing intermediate container e8cf8e196640 17:16:58 ---> 2485872c3f67 17:16:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:16:59 ---> Running in 8233cbadd3e9 17:16:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:59 Removing intermediate container 8233cbadd3e9 17:16:59 ---> ab4018f176c5 17:16:59 Step 28/31 : CMD ["gate"] 17:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:01 ---> Running in 900b75a9cc82 17:17:01 (1/6) Installing dumb-init (1.2.2-r1) 17:17:01 (2/6) Installing libgcc (9.3.0-r2) 17:17:01 (3/6) Installing libsodium (1.0.18-r0) 17:17:01 (4/6) Installing libstdc++ (9.3.0-r2) 17:17:01 (5/6) Installing libzmq (4.3.3-r0) 17:17:02 (6/6) Installing zeromq (4.3.3-r0) 17:17:02 Executing busybox-1.31.1-r19.trigger 17:17:02 OK: 8 MiB in 20 packages 17:17:02 Removing intermediate container 900b75a9cc82 17:17:02 ---> d23e05cd7b17 17:17:02 Step 29/31 : LABEL arch=arm64 17:17:04 ---> Running in bbd8cb15d323 17:17:05 Removing intermediate container bbd8cb15d323 17:17:05 ---> a8b2b2184849 17:17:05 Step 30/31 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:17:05 Removing intermediate container 761017440eeb 17:17:05 ---> c95ca6549452 17:17:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:17:06 ---> Running in d8b2113056b2 17:17:06 ---> 433ad0bdda13 17:17:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:17:06 Removing intermediate container d8b2113056b2 17:17:06 ---> a4e85c721e83 17:17:06 Step 31/31 : LABEL version=0.0.0 17:17:07 ---> Running in 7376748de6a1 17:17:08 ---> b4b251ea5fab 17:17:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:17:09 Removing intermediate container 7376748de6a1 17:17:09 ---> 77d6f22ace2e 17:17:09 17:17:09 Successfully built 77d6f22ace2e 17:17:10 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:17:11  Building docker-security-bootstrapper-go ... done  ---> b7a0ff71da06 17:17:11 Step 19/23 : ENTRYPOINT ["/core-data"] 17:17:11 ---> Running in af79d6ea3540 17:17:12 Removing intermediate container af79d6ea3540 17:17:12 ---> 7f6c6aa8b968 17:17:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:12 ---> Running in 5001e74f0eb1 17:17:13 Removing intermediate container 5001e74f0eb1 17:17:13 ---> db2be22bd7cd 17:17:13 Step 21/23 : LABEL arch=arm64 17:17:13 ---> Running in fcba9e3007ae 17:17:13 Removing intermediate container fcba9e3007ae 17:17:13 ---> 55aefc484d8f 17:17:13 Step 22/23 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:17:13 ---> Running in 5955a5dad384 17:17:14 Removing intermediate container 5955a5dad384 17:17:14 ---> 9e9c5ad39a82 17:17:14 Step 23/23 : LABEL version=0.0.0 17:17:14 ---> Running in 1b444e364249 17:17:15 Removing intermediate container 1b444e364249 17:17:15 ---> 5d27e605fb91 17:17:15 17:17:15 Successfully built 5d27e605fb91 17:17:15 Successfully tagged docker-core-data-go-arm64:latest 17:17:16 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 17:17:16 Pulling config-common 17:17:16 + snapcraftctl pull 17:17:17 Pulling go-build-helper 17:17:17 + snapcraftctl pull 17:17:18 'edgex-go' has dependencies that need to be staged: go-build-helper 17:17:18 Skipping pull go-build-helper (already ran) 17:17:18 Building go-build-helper 17:17:18 + snapcraftctl build 17:17:20 Staging go-build-helper 17:17:20 + snapcraftctl stage 17:17:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:17:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:17:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:17:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 17:17:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:17:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:17:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:17:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:17:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:17:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:17:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:17:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 17:17:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:17:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:17:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 17:17:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 17:17:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:17:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:17:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:17:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 17:17:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 17:17:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:17:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:17:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 17:17:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 17:17:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:17:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:17:30 Fetched 24.1 MB in 0s (0 B/s) 17:17:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:17:30 Fetched 224 kB in 0s (0 B/s) 17:17:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:17:30 Fetched 157 kB in 0s (0 B/s) 17:17:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:17:30 Fetched 221 kB in 0s (0 B/s) 17:17:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:17:30 Fetched 143 kB in 0s (0 B/s) 17:17:30 Pulling edgex-go 17:17:30 + snapcraftctl pull 17:17:38  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:17:38 ---> 5c4292f065fe 17:17:38 Step 3/21 : WORKDIR /edgex-go 17:17:38 ---> Using cache 17:17:38 ---> b5aa41ec3ee5 17:17:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:38 ---> Using cache 17:17:38 ---> 92f2b3d2434b 17:17:38 Step 5/21 : RUN apk add --update --no-cache make git 17:17:38 ---> Using cache 17:17:38 ---> e4b7cf5f26ef 17:17:38 Step 6/21 : COPY go.mod . 17:17:38 ---> Using cache 17:17:38 ---> b90cb625b1ba 17:17:38 Step 7/21 : RUN go mod download 17:17:38 ---> Using cache 17:17:38 ---> 07f9fa93ec0b 17:17:38 Step 8/21 : COPY . . 17:17:38 ---> Using cache 17:17:38 ---> 51d7568b48c4 17:17:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:17:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:17:38 ---> 5c4292f065fe 17:17:38 Step 3/26 : WORKDIR /edgex-go 17:17:38 ---> Using cache 17:17:38 ---> b5aa41ec3ee5 17:17:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:38 ---> Using cache 17:17:38 ---> 92f2b3d2434b 17:17:38 Step 5/26 : RUN apk add --update --no-cache make bash git 17:17:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:17:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:17:38 ---> 5c4292f065fe 17:17:38 Step 3/22 : WORKDIR /edgex-go 17:17:38 ---> Using cache 17:17:38 ---> b5aa41ec3ee5 17:17:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:17:38 ---> Using cache 17:17:38 ---> 92f2b3d2434b 17:17:38 Step 5/22 : RUN apk add --update --no-cache make git 17:17:38 ---> Using cache 17:17:38 ---> e4b7cf5f26ef 17:17:38 Step 6/22 : COPY go.mod . 17:17:38 ---> Using cache 17:17:38 ---> b90cb625b1ba 17:17:38 Step 7/22 : RUN go mod download 17:17:38 ---> Using cache 17:17:38 ---> 07f9fa93ec0b 17:17:38 Step 8/22 : COPY . . 17:17:38 ---> Using cache 17:17:38 ---> 51d7568b48c4 17:17:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:17:42 ---> Running in 398e83c47cf9 17:17:42 ---> Running in 9a62c5f416f6 17:17:42 ---> Running in 3ff182172ec4 17:17:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:17:43 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 17:17:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:46 OK: 217 MiB in 51 packages 17:17:48 Removing intermediate container 3ff182172ec4 17:17:48 ---> 454d3e676793 17:17:48 Step 6/26 : COPY go.mod . 17:17:49 ---> a5dfa70f30ef 17:17:49 Step 7/26 : RUN go mod download 17:17:49 ---> Running in e189a2f3c665 17:17:52 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:17:52 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:17:52 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:17:52 Fetched 0 B in 0s (0 B/s) 17:17:52 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:17:52 Fetched 96.5 kB in 0s (0 B/s) 17:17:52 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:17:52 Fetched 279 kB in 0s (0 B/s) 17:17:52 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:17:52 Fetched 122 kB in 0s (0 B/s) 17:17:52 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:17:52 Fetched 77.8 kB in 0s (0 B/s) 17:17:52 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:17:52 Fetched 8848 B in 0s (0 B/s) 17:17:52 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:17:52 Fetched 47.8 kB in 0s (0 B/s) 17:17:52 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:17:52 Fetched 45.6 kB in 0s (0 B/s) 17:17:52 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:17:52 Fetched 15.0 kB in 0s (0 B/s) 17:17:52 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:17:52 Fetched 214 kB in 0s (0 B/s) 17:17:52 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:17:52 Fetched 154 kB in 0s (0 B/s) 17:17:52 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:17:52 Fetched 50.6 kB in 0s (0 B/s) 17:17:52 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:17:52 Fetched 14.8 kB in 0s (0 B/s) 17:17:52 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:17:52 Fetched 41.8 kB in 0s (0 B/s) 17:17:52 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:17:52 Fetched 499 kB in 0s (0 B/s) 17:17:52 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:17:52 Fetched 111 kB in 0s (0 B/s) 17:17:52 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:17:52 Fetched 240 kB in 0s (0 B/s) 17:17:52 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:17:52 Fetched 29.3 kB in 0s (0 B/s) 17:17:52 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:17:52 Fetched 85.5 kB in 0s (0 B/s) 17:17:52 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:17:52 Fetched 24.5 kB in 0s (0 B/s) 17:17:52 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:17:52 Fetched 49.2 kB in 0s (0 B/s) 17:17:52 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:17:52 Fetched 54.2 kB in 0s (0 B/s) 17:17:52 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:17:52 Fetched 30.8 kB in 0s (0 B/s) 17:17:52 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:17:52 Fetched 15.8 kB in 0s (0 B/s) 17:17:52 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:17:52 Fetched 85.9 kB in 0s (0 B/s) 17:17:52 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:17:52 Fetched 8720 B in 0s (0 B/s) 17:17:52 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:17:52 Fetched 137 kB in 0s (0 B/s) 17:17:52 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:17:52 Fetched 119 kB in 0s (0 B/s) 17:17:52 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:17:52 Fetched 109 kB in 0s (0 B/s) 17:17:52 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:17:52 Fetched 11.1 kB in 0s (0 B/s) 17:17:52 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:17:52 Fetched 645 kB in 0s (0 B/s) 17:17:52 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:17:52 Fetched 41.3 kB in 0s (0 B/s) 17:17:52 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:17:52 Fetched 17.9 kB in 0s (0 B/s) 17:17:52 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:17:52 Fetched 368 kB in 0s (0 B/s) 17:17:52 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:17:52 Fetched 187 kB in 0s (0 B/s) 17:17:52 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:17:52 Fetched 175 kB in 0s (0 B/s) 17:17:52 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:17:52 Fetched 206 kB in 0s (0 B/s) 17:17:52 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 17:17:52 Fetched 1301 kB in 0s (0 B/s) 17:17:52 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:17:52 Fetched 36.2 kB in 0s (0 B/s) 17:17:52 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:17:52 Fetched 159 kB in 0s (0 B/s) 17:17:52 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:17:52 Fetched 107 kB in 0s (0 B/s) 17:17:52 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:17:52 Fetched 48.7 kB in 0s (0 B/s) 17:17:52 Pulling static-packages 17:17:52 + snapcraftctl pull 17:17:52 Pulling version 17:17:52 + cd /root/project 17:17:52 + [ -f VERSION ] 17:17:52 + PROJECT_VERSION=local-dev 17:17:52 + git rev-parse --short HEAD 17:17:52 + GIT_REVISION=ea1e5ef6 17:17:52 + snapcraftctl set-version local-dev 17:17:53 Building config-common 17:17:53 + snapcraftctl build 17:17:55 Skipping build go-build-helper (already ran) 17:17:55 Building edgex-go 17:17:55 + cd /root/parts/edgex-go/src 17:17:55 + make build 17:17:55 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 17:17:55 Removing intermediate container e189a2f3c665 17:17:55 ---> 6cee0805d640 17:17:55 Step 8/26 : COPY . . 17:17:58 go: downloading github.com/gorilla/mux v1.8.0 17:17:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:17:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 17:17:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 17:17:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:17:58 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:17:58 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:17:58 go: downloading github.com/go-kit/kit v0.8.0 17:17:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:17:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:17:58 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:17:58 go: downloading github.com/google/uuid v1.2.0 17:17:58 go: downloading github.com/go-playground/universal-translator v0.17.0 17:17:58 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:17:58 go: downloading github.com/leodido/go-urn v1.2.0 17:17:58 go: downloading github.com/imdario/mergo v0.3.12 17:17:58 go: downloading github.com/BurntSushi/toml v0.3.1 17:17:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:17:59 go: downloading github.com/pkg/errors v0.8.1 17:17:59 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:17:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:17:59 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:17:59 go: downloading github.com/pelletier/go-toml v1.2.0 17:17:59 go: downloading github.com/go-playground/locales v0.13.0 17:17:59 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:17:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:17:59 go: downloading github.com/gorilla/websocket v1.4.2 17:17:59 go: downloading github.com/mitchellh/copystructure v1.0.0 17:17:59 go: downloading github.com/x448/float16 v0.8.4 17:17:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:17:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:17:59 go: downloading github.com/pebbe/zmq4 v1.2.5 17:17:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:18:00 go: downloading github.com/hashicorp/consul/api v1.8.1 17:18:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:18:00 go: downloading github.com/hashicorp/serf v0.9.5 17:18:00 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:18:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:18:00 go: downloading github.com/mattn/go-isatty v0.0.12 17:18:00 go: downloading github.com/fatih/color v1.9.0 17:18:00 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:18:00 go: downloading github.com/mattn/go-colorable v0.1.6 17:18:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:18:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:18:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:18:10 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 17:18:10 go: downloading gopkg.in/yaml.v2 v2.4.0 17:18:13 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 17:18:15 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 17:18:16 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 17:18:17 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 17:18:17 go: downloading github.com/stretchr/testify v1.7.0 17:18:17 go: downloading github.com/davecgh/go-spew v1.1.1 17:18:17 go: downloading github.com/pmezard/go-difflib v1.0.0 17:18:17 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:18:17 ---> 9e91d18abfd7 17:18:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:18:17 ---> Running in 3a094c7c5347 17:18:17 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 17:18:19 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 17:18:19 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:18:19 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:18:20 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 17:18:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:18:22 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:18:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:18:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:18:24 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:18:25 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 17:18:26 go: downloading github.com/lib/pq v1.10.0 17:18:27 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:18:27 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:18:27 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:18:27 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:18:27 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:18:27 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:18:27 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:18:27 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:18:27 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:18:27 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:18:27 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:18:27 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:18:27 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:18:27 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:18:27 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:18:27 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:18:27 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:18:27 + 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 17:18:27 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:18:27 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:18:27 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:18:27 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:18:27 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:18:27 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:18:27 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:18:30 Building static-packages 17:18:30 + snapcraftctl build 17:18:32 Building version 17:18:32 + snapcraftctl build 17:18:34 Staging config-common 17:18:34 + snapcraftctl stage 17:18:34 Skipping stage go-build-helper (already ran) 17:18:34 Staging edgex-go 17:18:35 + snapcraftctl stage 17:18:36 Staging static-packages 17:18:36 + snapcraftctl stage 17:18:36 Staging version 17:18:36 + snapcraftctl stage 17:18:37 Priming config-common 17:18:37 + snapcraftctl prime 17:18:38 Priming go-build-helper 17:18:38 + snapcraftctl prime 17:18:39 Priming edgex-go 17:18:39 + snapcraftctl prime 17:18:40 Priming static-packages 17:18:40 + snapcraftctl prime 17:18:43 Priming version 17:18:43 + snapcraftctl prime 17:18:43 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 17:18:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:18:56 Removing intermediate container 398e83c47cf9 17:18:56 ---> 9792e7b6c45a 17:18:56 17:18:56 Step 10/21 : FROM alpine:3.12 17:18:56 ---> d10569e2745f 17:18:56 Step 11/21 : RUN apk add --update --no-cache curl 17:18:56 ---> Running in d51e383fbfd2 17:18:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:59 (1/4) Installing ca-certificates (20191127-r4) 17:18:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:18:59 (3/4) Installing libcurl (7.69.1-r3) 17:18:59 (4/4) Installing curl (7.69.1-r3) 17:18:59 Executing busybox-1.31.1-r19.trigger 17:18:59 Executing ca-certificates-20191127-r4.trigger 17:18:59 OK: 7 MiB in 18 packages 17:19:01 Removing intermediate container 9a62c5f416f6 17:19:01 ---> 5c18551b93b0 17:19:01 17:19:01 Step 10/22 : FROM alpine:3.12 17:19:01 ---> d10569e2745f 17:19:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:19:01 ---> Using cache 17:19:01 ---> ecbc7fe785b1 17:19:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:19:01 ---> Using cache 17:19:01 ---> 786a7cfeba84 17:19:01 Step 13/22 : ENV APP_PORT=48085 17:19:01 ---> Running in 39ebed41e96e 17:19:02 Removing intermediate container 39ebed41e96e 17:19:02 ---> b695625718f9 17:19:02 Step 14/22 : EXPOSE $APP_PORT 17:19:02 ---> Running in d397070fb726 17:19:02 Removing intermediate container d51e383fbfd2 17:19:02 ---> 1cc1a086f7b8 17:19:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:19:02 ---> Running in c0ffdb40559d 17:19:02 Removing intermediate container d397070fb726 17:19:02 ---> 2afad4bb70e2 17:19:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:03 Removing intermediate container c0ffdb40559d 17:19:03 ---> e9511639667e 17:19:03 Step 13/21 : WORKDIR /edgex 17:19:03 ---> Running in eb5faac5271c 17:19:04 ---> f53a2c07c555 17:19:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:19:04 Removing intermediate container eb5faac5271c 17:19:04 ---> 518399ae6871 17:19:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:19:06 ---> 15d67643c9dd 17:19:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:19:06 ---> e70927e1aa05 17:19:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:19:07 ---> 94c8fc689499 17:19:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:19:07 ---> Running in d9cf3f8263b0 17:19:07 ---> 4345b10fb0ff 17:19:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:19:08 Removing intermediate container d9cf3f8263b0 17:19:08 ---> 51ac6a1bcfa2 17:19:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:08 ---> Running in ce5e6ad588a5 17:19:09 Removing intermediate container ce5e6ad588a5 17:19:09 ---> 25cbef370dde 17:19:09 Step 20/22 : LABEL arch=arm64 17:19:09 ---> 1709bca9ca39 17:19:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:19:09 ---> Running in 1c3321e6fea4 17:19:09 ---> Running in b4adaf91cb8f 17:19:10 Removing intermediate container 1c3321e6fea4 17:19:10 ---> 84d7744ad505 17:19:10 Step 18/21 : CMD ["--init=true"] 17:19:10 Removing intermediate container b4adaf91cb8f 17:19:10 ---> ce771a719520 17:19:10 Step 21/22 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:19:10 ---> Running in 82c1a019e6ce 17:19:10 ---> Running in b587f3296e1e 17:19:10 Removing intermediate container 82c1a019e6ce 17:19:10 ---> a288cc452401 17:19:10 Step 19/21 : LABEL arch=arm64 17:19:11 Removing intermediate container b587f3296e1e 17:19:11 ---> 902ec6e702fd 17:19:11 Step 22/22 : LABEL version=0.0.0 17:19:11 ---> Running in 91ca8094f0c5 17:19:11 ---> Running in 971f5a23aea5 17:19:11 Removing intermediate container 91ca8094f0c5 17:19:11 ---> 95f02878bc4b 17:19:11 Step 20/21 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:19:11 Removing intermediate container 971f5a23aea5 17:19:11 ---> 21dd30d74c25 17:19:11 17:19:12 ---> Running in 9c49f04109da 17:19:12 Successfully built 21dd30d74c25 17:19:12 Successfully tagged docker-support-scheduler-go-arm64:latest 17:19:12  Building docker-support-scheduler-go ... done Removing intermediate container 9c49f04109da 17:19:12 ---> 96d0038caa02 17:19:12 Step 21/21 : LABEL version=0.0.0 17:19:12 ---> Running in 3544b5960d2d 17:19:13 Removing intermediate container 3544b5960d2d 17:19:13 ---> b30f5bbd230e 17:19:13 17:19:13 Removing intermediate container 3a094c7c5347 17:19:13 ---> 73122d982534 17:19:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:19:14 Successfully built b30f5bbd230e 17:19:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:19:14  Building docker-security-proxy-setup-go ... done  ---> Running in dd184293e025 17:19:15 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 17:19:18 Removing intermediate container dd184293e025 17:19:18 ---> 99fbe536da6e 17:19:18 17:19:18 Step 11/26 : FROM docker:20.10.0 17:19:18 20.10.0: Pulling from library/docker 17:19:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:19:26 Status: Downloaded newer image for docker:20.10.0 17:19:26 ---> eeaf43b92773 17:19:26 Step 12/26 : RUN apk add --no-cache bash 17:19:27 ---> Running in 929ab5aefacd 17:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:29 (1/2) Installing readline (8.0.4-r0) 17:19:29 (2/2) Installing bash (5.0.17-r0) 17:19:29 Executing bash-5.0.17-r0.post-install 17:19:29 Executing busybox-1.31.1-r19.trigger 17:19:29 OK: 12 MiB in 22 packages 17:19:30 Removing intermediate container 929ab5aefacd 17:19:30 ---> fbe9c1690ed0 17:19:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:19:30 ---> Running in 7b123a5c9b0a 17:19:31 Removing intermediate container 7b123a5c9b0a 17:19:31 ---> 2f3eb41249f3 17:19:31 Step 14/26 : ENV APP_PORT=48090 17:19:31 ---> Running in 56c7953910d0 17:19:31 Removing intermediate container 56c7953910d0 17:19:31 ---> 51e994105b81 17:19:31 Step 15/26 : EXPOSE $APP_PORT 17:19:31 ---> Running in ed1a69df5add 17:19:32 Removing intermediate container ed1a69df5add 17:19:32 ---> 431be974078c 17:19:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:19:33 ---> 06109ee11931 17:19:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:19:34 ---> cb117c9653da 17:19:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:19:35 ---> bd3db9b1a043 17:19:35 Step 19/26 : RUN apk --no-cache add py3-pip 17:19:35 ---> Running in a92a48306477 17:19:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:37 (1/33) Installing libbz2 (1.0.8-r1) 17:19:37 (2/33) Installing expat (2.2.9-r1) 17:19:37 (3/33) Installing libffi (3.3-r2) 17:19:37 (4/33) Installing gdbm (1.13-r1) 17:19:37 (5/33) Installing xz-libs (5.2.5-r0) 17:19:37 (6/33) Installing sqlite-libs (3.32.1-r0) 17:19:37 (7/33) Installing python3 (3.8.8-r0) 17:19:39 (8/33) Installing py3-appdirs (1.4.4-r1) 17:19:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:19:39 (10/33) Installing py3-parsing (2.4.7-r0) 17:19:39 (11/33) Installing py3-six (1.15.0-r0) 17:19:39 (12/33) Installing py3-packaging (20.4-r0) 17:19:39 (13/33) Installing py3-setuptools (47.0.0-r0) 17:19:39 (14/33) Installing py3-chardet (3.0.4-r4) 17:19:39 (15/33) Installing py3-idna (2.9-r0) 17:19:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:19:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:19:39 (18/33) Installing py3-requests (2.23.0-r0) 17:19:39 (19/33) Installing py3-msgpack (1.0.0-r0) 17:19:39 (20/33) Installing py3-lockfile (0.12.2-r3) 17:19:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:19:39 (22/33) Installing py3-colorama (0.4.3-r0) 17:19:39 (23/33) Installing py3-distlib (0.3.0-r0) 17:19:39 (24/33) Installing py3-distro (1.5.0-r1) 17:19:39 (25/33) Installing py3-webencodings (0.5.1-r3) 17:19:39 (26/33) Installing py3-html5lib (1.0.1-r4) 17:19:39 (27/33) Installing py3-pytoml (0.1.21-r0) 17:19:39 (28/33) Installing py3-pep517 (0.8.2-r0) 17:19:39 (29/33) Installing py3-progress (1.5-r0) 17:19:39 (30/33) Installing py3-toml (0.10.1-r0) 17:19:39 (31/33) Installing py3-retrying (1.3.3-r0) 17:19:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:19:39 (33/33) Installing py3-pip (20.1.1-r0) 17:19:40 Executing busybox-1.31.1-r19.trigger 17:19:40 OK: 71 MiB in 55 packages 17:19:46 Removing intermediate container a92a48306477 17:19:46 ---> a58544ba3053 17:19:46 Step 20/26 : RUN pip install docker-compose==1.23.2 17:19:46 ---> Running in 85227af7cc99 17:19:53 Collecting docker-compose==1.23.2 17:19:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:19:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:19:54 Collecting docker<4.0,>=3.6.0 17:19:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:19:55 Collecting jsonschema<3,>=2.5.1 17:19:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:19:56 Collecting texttable<0.10,>=0.9.0 17:19:56 Downloading texttable-0.9.1.tar.gz (11 kB) 17:19:59 Collecting dockerpty<0.5,>=0.4.1 17:19:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:20:02 Collecting websocket-client<1.0,>=0.32.0 17:20:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:20:03 Collecting docopt<0.7,>=0.6.1 17:20:03 Downloading docopt-0.6.2.tar.gz (25 kB) 17:20:07 Collecting PyYAML<4,>=3.10 17:20:07 Downloading PyYAML-3.13.tar.gz (270 kB) 17:20:13 Collecting cached-property<2,>=1.2.0 17:20:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:20:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:20:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:20:14 Collecting docker-pycreds>=0.4.0 17:20:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:20: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) 17:20: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) 17:20:15 Collecting idna<2.8,>=2.5 17:20:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:20:16 Collecting urllib3<1.25,>=1.21.1 17:20:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:20:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:20:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:20:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:20:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:20:17 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, texttable, dockerpty, docopt, PyYAML, cached-property, docker-compose 17:20:18 Attempting uninstall: idna 17:20:18 Found existing installation: idna 2.9 17:20:18 Uninstalling idna-2.9: 17:20:18 Successfully uninstalled idna-2.9 17:20:19 Attempting uninstall: urllib3 17:20:19 Found existing installation: urllib3 1.25.9 17:20:19 Uninstalling urllib3-1.25.9: 17:20:19 Successfully uninstalled urllib3-1.25.9 17:20:20 Attempting uninstall: requests 17:20:20 Found existing installation: requests 2.23.0 17:20:20 Uninstalling requests-2.23.0: 17:20:20 Successfully uninstalled requests-2.23.0 17:20:22 Running setup.py install for texttable: started 17:20:24 Running setup.py install for texttable: finished with status 'done' 17:20:24 Running setup.py install for dockerpty: started 17:20:28 Running setup.py install for dockerpty: finished with status 'done' 17:20:28 Running setup.py install for docopt: started 17:20:30 Running setup.py install for docopt: finished with status 'done' 17:20:30 Running setup.py install for PyYAML: started 17:20:34 Running setup.py install for PyYAML: finished with status 'done' 17:20:35 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 17:20:41 Removing intermediate container 85227af7cc99 17:20:41 ---> fc24ac15e21c 17:20:41 Step 21/26 : RUN apk --no-cache add curl 17:20:41 ---> Running in d543231be164 17:20:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:20:42 (2/3) Installing libcurl (7.69.1-r3) 17:20:42 (3/3) Installing curl (7.69.1-r3) 17:20:42 Executing busybox-1.31.1-r19.trigger 17:20:42 OK: 72 MiB in 58 packages 17:20:44 Removing intermediate container d543231be164 17:20:44 ---> ccbb61fec32b 17:20:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:20:44 ---> Running in 78c3098adb02 17:20:44 Removing intermediate container 78c3098adb02 17:20:44 ---> e22b4a6b3677 17:20:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:44 ---> Running in ad0da5807145 17:20:45 Removing intermediate container ad0da5807145 17:20:45 ---> 4efba30d79f8 17:20:45 Step 24/26 : LABEL arch=arm64 17:20:45 ---> Running in 057d47cce66e 17:20:46 Removing intermediate container 057d47cce66e 17:20:46 ---> f346e44672ec 17:20:46 Step 25/26 : LABEL git_sha=ea1e5ef67edbfbd364cafb56bcfd39156b1ac24d 17:20:46 ---> Running in 3b95aa88f840 17:20:46 Removing intermediate container 3b95aa88f840 17:20:46 ---> d2d37fc30140 17:20:46 Step 26/26 : LABEL version=0.0.0 17:20:46 ---> Running in b5a5a444b4eb 17:20:47 Removing intermediate container b5a5a444b4eb 17:20:47 ---> a0ca3c342b4b 17:20:47 17:20:47 Successfully built a0ca3c342b4b 17:20:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:20:47  Building docker-sys-mgmt-agent-go ... done  17:20:47 ERROR: for docker-core-metadata-go UnixHTTPConnectionPool(host='localhost', port=None): Pool is closed. 17:20:47 Couldn't connect to Docker daemon at http+docker://localhost - is it running? 17:20:47 17:20:47 If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. [Pipeline] } 17:20:48 $ docker stop --time=1 cb64a2932643eb63d383ffa3ac4d897b421f1becf47878e2af5b652c189d9e63 17:20:50 $ docker rm -f cb64a2932643eb63d383ffa3ac4d897b421f1becf47878e2af5b652c189d9e63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:20:51 ---> job-cost.sh 17:20:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7vaU 17:21:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:23:40 lf-activate-venv(): INFO: Adding /tmp/venv-7vaU/bin to PATH 17:23:40 INFO: No Stack... 17:23:40 INFO: Retrieving Pricing Info for: lf-standard-4 17:23:40 INFO: Archiving Costs [Pipeline] sh 17:23:40 + cat /w/workspace/edgex-go/17/archives/cost.csv 17:23:40 + cut -d, -f6 [Pipeline] lock 17:23:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] 17:23:40 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] did not exist. Created. 17:23:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:23:41 + echo total: 0.20999999344348907 [Pipeline] stash 17:23:41 Stashed 1 file(s) [Pipeline] } 17:23:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-17-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:23:42 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:23:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:23:47 ---> package-listing.sh 17:23:47 ++ facter osfamily 17:23:47 ++ tr '[:upper:]' '[:lower:]' 17:23:47 + OS_FAMILY=redhat 17:23:47 + workspace=/w/workspace/edgex-go/17 17:23:47 + START_PACKAGES=/tmp/packages_start.txt 17:23:47 + END_PACKAGES=/tmp/packages_end.txt 17:23:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:23:47 + PACKAGES=/tmp/packages_start.txt 17:23:47 + '[' /w/workspace/edgex-go/17 ']' 17:23:47 + PACKAGES=/tmp/packages_end.txt 17:23:47 + case "${OS_FAMILY}" in 17:23:47 + rpm -qa 17:23:47 + sort 17:23:52 + '[' -f /tmp/packages_start.txt ']' 17:23:52 + '[' -f /tmp/packages_end.txt ']' 17:23:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:23:52 + '[' /w/workspace/edgex-go/17 ']' 17:23:52 + mkdir -p /w/workspace/edgex-go/17/archives/ 17:23:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 17:23:52 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:23:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:23:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:23:52 17:23:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:23:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:23:53 alpine: Pulling from edgex-lftools-log-publisher 17:23:53 df20fa9351a1: Pulling fs layer 17:23:53 36b3adc4ff6f: Pulling fs layer 17:23:53 8ad3a11d3b57: Pulling fs layer 17:23:53 46f8f816bc3b: Pulling fs layer 17:23:53 93b61091891f: Pulling fs layer 17:23:53 93b9cdb0e59b: Pulling fs layer 17:23:53 5e14af77c1be: Pulling fs layer 17:23:53 01666e4c0597: Pulling fs layer 17:23:53 aa168da1d23b: Pulling fs layer 17:23:53 46f8f816bc3b: Waiting 17:23:53 93b61091891f: Waiting 17:23:53 93b9cdb0e59b: Waiting 17:23:53 5e14af77c1be: Waiting 17:23:53 aa168da1d23b: Waiting 17:23:53 01666e4c0597: Waiting 17:23:53 36b3adc4ff6f: Verifying Checksum 17:23:53 36b3adc4ff6f: Download complete 17:23:53 46f8f816bc3b: Verifying Checksum 17:23:53 46f8f816bc3b: Download complete 17:23:53 df20fa9351a1: Verifying Checksum 17:23:53 df20fa9351a1: Download complete 17:23:53 93b9cdb0e59b: Verifying Checksum 17:23:53 93b9cdb0e59b: Download complete 17:23:53 5e14af77c1be: Verifying Checksum 17:23:53 5e14af77c1be: Download complete 17:23:53 93b61091891f: Verifying Checksum 17:23:53 93b61091891f: Download complete 17:23:53 01666e4c0597: Verifying Checksum 17:23:53 01666e4c0597: Download complete 17:23:53 df20fa9351a1: Pull complete 17:23:54 36b3adc4ff6f: Pull complete 17:23:54 8ad3a11d3b57: Verifying Checksum 17:23:54 8ad3a11d3b57: Download complete 17:23:55 8ad3a11d3b57: Pull complete 17:23:55 46f8f816bc3b: Pull complete 17:23:56 aa168da1d23b: Verifying Checksum 17:23:56 aa168da1d23b: Download complete 17:23:57 93b61091891f: Pull complete 17:23:57 93b9cdb0e59b: Pull complete 17:23:57 5e14af77c1be: Pull complete 17:23:57 01666e4c0597: Pull complete 17:24:05 aa168da1d23b: Pull complete 17:24:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:24:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:24:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:24:06 prd-centos7-docker-4c-2g-30011 does not seem to be running inside a container 17:24:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:24:11 $ docker top a1b84f0f0ffff76bd51869b40b35a812c1693a8657ed62a3610de4b7a4579e49 -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:12 + touch /tmp/pre-build-complete [Pipeline] sh 17:24:12 + mkdir -p /var/log/sa [Pipeline] sh 17:24:12 + ls /var/log/sa-host 17:24:12 + sadf -c /var/log/sa-host/sa16 17:24:12 file_magic: OK 17:24:12 HZ: Using current value: 100 17:24:12 file_header: OK 17:24:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:24:12 Statistics: 17:24:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:24:12 File successfully converted to sysstat format version 12.2.1 17:24:12 + sadf -c /var/log/sa-host/sa23 17:24:12 file_magic: OK 17:24:12 HZ: Using current value: 100 17:24:12 file_header: OK 17:24:12 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:24:12 Statistics: 17:24:12 Hnuu...uuuununununu... 17:24:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:24:12 provisioning config files... 17:24:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config2244647495530640857tmp [Pipeline] { [Pipeline] echo 17:24:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:24:13 ---> create-netrc.sh [Pipeline] } 17:24:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:24:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:24:13 ---> python-tools-install.sh [Pipeline] echo 17:24:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:24:14 ---> sudo-logs.sh 17:24:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:24:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:24:14 ---> job-cost.sh 17:24:14 lf-activate-venv: SKIPPING 17:24:14 DEBUG: total: 0.20999999344348907 17:24:14 INFO: Retrieving Stack Cost... 17:24:15 INFO: Retrieving Pricing Info for: v1-standard-2 17:24:16 INFO: Archiving Costs [Pipeline] echo 17:24:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:24:16 ---> logs-deploy.sh 17:24:16 lf-activate-venv: SKIPPING 17:24:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/17 17:24:16 INFO: archiving workspace using pattern(s): 17:24:17 Archives upload complete. 17:24:17 INFO: archiving logs to Nexus