Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from d1b6f8cb6c14c156082104a9acd2063c8ad82e6b+60451040515ee9eeb901ca3bb1c4662a631f475e (3e41006b9fb5b5b2e46001677f9ca6b9832866f1) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20362 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit d1b6f8cb6c14c156082104a9acd2063c8ad82e6b Merge succeeded, producing d1b6f8cb6c14c156082104a9acd2063c8ad82e6b Checking out Revision d1b6f8cb6c14c156082104a9acd2063c8ad82e6b (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 Commit message: "feat(security): Address another PR feedback" First time build. Skipping changelog. > git rev-list --no-walk e65fe544a08afa13a67feea8e3c170f81020f6e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:02:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:02:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:02:30 ========================================================= 01:02:30 EdgeX Global Pipelines Version Info 01:02:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:02:31 ------------------- 01:02:31 stable info: 01:02:31 ------------------- 01:02:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:02:31 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 01:02:31 Message: update stable to v1.0.177 01:02:32 ------------------- 01:02:32 experimental info: 01:02:32 ------------------- 01:02:32 Commited By: **** collab-it+edgex@linuxfoundation.org 01:02:32 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 01:02:32 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:02:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [Pipeline] echo 01:02:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1b6f8c [Pipeline] echo 01:02:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:02:36 provisioning config files... 01:02:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config5672731383094940641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:02:36 ---> docker-login.sh 01:02:36 nexus3.edgexfoundry.org:10001 01:02:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:02:37 Configure a credential helper to remove this warning. See 01:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:02:37 01:02:37 Login Succeeded 01:02:37 nexus3.edgexfoundry.org:10002 01:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:02:37 Configure a credential helper to remove this warning. See 01:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:02:37 01:02:37 Login Succeeded 01:02:37 nexus3.edgexfoundry.org:10003 01:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:02:37 Configure a credential helper to remove this warning. See 01:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:02:37 01:02:37 Login Succeeded 01:02:37 nexus3.edgexfoundry.org:10004 01:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:02:37 Configure a credential helper to remove this warning. See 01:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:02:37 01:02:37 Login Succeeded 01:02:37 docker.io 01:02:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:02:37 Configure a credential helper to remove this warning. See 01:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:02:37 01:02:37 Login Succeeded 01:02:37 ---> docker-login.sh ends [Pipeline] } 01:02:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:02:38 ++ 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 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/core-command/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo core-command,cmd/core-command/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/core-data/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo core-data,cmd/core-data/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/core-metadata/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo core-metadata,cmd/core-metadata/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/security-bootstrapper/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/security-proxy-setup/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/support-notifications/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo support-notifications,cmd/support-notifications/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/support-scheduler/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:02:38 + for file in '`ls cmd/**/Dockerfile`' 01:02:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:02:38 ++ cut -d/ -f2 01:02:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:02:38 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 01:02:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:02:39 01:02:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:02:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:02:40 latest: Pulling from edgex-devops/git-semver 01:02:40 31603596830f: Pulling fs layer 01:02:40 2a8b12db71e7: Pulling fs layer 01:02:40 6ca5941a6612: Pulling fs layer 01:02:40 ecc8261a40a4: Pulling fs layer 01:02:40 ecc8261a40a4: Waiting 01:02:40 2a8b12db71e7: Verifying Checksum 01:02:40 2a8b12db71e7: Download complete 01:02:40 31603596830f: Verifying Checksum 01:02:40 31603596830f: Download complete 01:02:40 6ca5941a6612: Verifying Checksum 01:02:40 6ca5941a6612: Download complete 01:02:40 ecc8261a40a4: Verifying Checksum 01:02:40 ecc8261a40a4: Download complete 01:02:40 31603596830f: Pull complete 01:02:41 2a8b12db71e7: Pull complete 01:02:41 6ca5941a6612: Pull complete 01:02:41 ecc8261a40a4: Pull complete 01:02:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:02:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:02:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:02:42 prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container 01:02:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:02:44 $ docker top 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:02:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:02:44 [ssh-agent] Looking for ssh-agent implementation... 01:02:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:02:45 $ docker exec 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent 01:02:45 SSH_AUTH_SOCK=/tmp/ssh-d7v5YsOZHMCQ/agent.11 01:02:45 SSH_AGENT_PID=17 01:02:45 Running ssh-add (command line suppressed) 01:02:45 Identity added: /w/workspace/edgex-go/27@tmp/private_key_3802011457657348218.key (/w/workspace/edgex-go/27@tmp/private_key_3802011457657348218.key) 01:02:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:02:45 + git tag --points-at HEAD [Pipeline] } 01:02:45 $ docker exec --env ******** --env ******** 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent -k 01:02:45 unset SSH_AUTH_SOCK; 01:02:45 unset SSH_AGENT_PID; 01:02:45 echo Agent pid 17 killed; 01:02:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:02:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:02:46 [ssh-agent] Looking for ssh-agent implementation... 01:02:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:02:46 $ docker exec 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent 01:02:46 SSH_AUTH_SOCK=/tmp/ssh-5ZLt1Qj6zzvX/agent.46 01:02:46 SSH_AGENT_PID=51 01:02:46 Running ssh-add (command line suppressed) 01:02:46 Identity added: /w/workspace/edgex-go/27@tmp/private_key_6558434879706692276.key (/w/workspace/edgex-go/27@tmp/private_key_6558434879706692276.key) 01:02:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:02:46 + git semver init 01:02:46 # -> Open(): unable to determine branch for HEAD 01:02:46 # $GIT_DIR = /w/workspace/edgex-go/27/.git 01:02:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/27 01:02:46 # $SEMVER_REMOTE_NAME = origin 01:02:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:02:46 # $SEMVER_USER_NAME = edgex-jenkins 01:02:46 # $SEMVER_BRANCH = PR-2970 01:02:46 # $SEMVER_TEMP = /tmp/semver-754581071 01:02:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:03:05 # '/tmp/semver-754581071' -> '/w/workspace/edgex-go/27/.semver' 01:03:05 # -> Force: false 01:03:05 # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } 01:03:05 $ docker exec --env ******** --env ******** 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec ssh-agent -k 01:03:05 unset SSH_AUTH_SOCK; 01:03:05 unset SSH_AGENT_PID; 01:03:05 echo Agent pid 51 killed; 01:03:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:03:06 + git semver [Pipeline] } 01:03:06 $ docker stop --time=1 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec 01:03:07 $ docker rm -f 48a4d71041294f8640f574ad9734def30a4b02660efba5eef2b13c0d06f4e5ec [Pipeline] // withDockerContainer [Pipeline] sh 01:03:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:03:08 Stashed 1 file(s) [Pipeline] echo 01:03:08 [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 01:03:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:03:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:03:10 + sudo service docker restart 01:03:10 + true 01:03:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:03:10 ========================================================= 01:03:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:03:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:03:11 + 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 . 01:03:14 Sending build context to Docker daemon 326.7MB 01:03:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:03:14 Step 2/6 : FROM ${BASE} 01:03:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:03:14 188c0c94c7c5: Pulling fs layer 01:03:14 0ef7d3d256c8: Pulling fs layer 01:03:14 de9db76c5a1d: Pulling fs layer 01:03:14 bca2f99d35d6: Pulling fs layer 01:03:14 93359f2a8cfa: Pulling fs layer 01:03:14 7c6f9722023f: Pulling fs layer 01:03:14 a35cf1a2eb13: Pulling fs layer 01:03:14 93359f2a8cfa: Waiting 01:03:14 7c6f9722023f: Waiting 01:03:14 a35cf1a2eb13: Waiting 01:03:14 bca2f99d35d6: Waiting 01:03:14 de9db76c5a1d: Download complete 01:03:14 0ef7d3d256c8: Download complete 01:03:14 93359f2a8cfa: Verifying Checksum 01:03:14 93359f2a8cfa: Download complete 01:03:14 7c6f9722023f: Verifying Checksum 01:03:14 7c6f9722023f: Download complete 01:03:14 188c0c94c7c5: Verifying Checksum 01:03:14 188c0c94c7c5: Download complete 01:03:14 188c0c94c7c5: Pull complete 01:03:14 0ef7d3d256c8: Pull complete 01:03:14 de9db76c5a1d: Pull complete 01:03:16 a35cf1a2eb13: Verifying Checksum 01:03:16 a35cf1a2eb13: Download complete 01:03:17 bca2f99d35d6: Verifying Checksum 01:03:17 bca2f99d35d6: Download complete 01:03:22 bca2f99d35d6: Pull complete 01:03:22 93359f2a8cfa: Pull complete 01:03:22 7c6f9722023f: Pull complete 01:03:24 Still waiting to schedule task 01:03:24 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 01:03:26 a35cf1a2eb13: Pull complete 01:03:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:03:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:03:26 ---> a62c8e92a672 01:03:26 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 01:03:26 ---> Running in 7e5585f3b30d 01:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:29 (1/12) Installing libmagic (5.38-r0) 01:03:29 (2/12) Installing file (5.38-r0) 01:03:29 (3/12) Installing libc-dev (0.7.2-r3) 01:03:29 (4/12) Installing g++ (9.3.0-r2) 01:03:35 (5/12) Installing fortify-headers (1.1-r0) 01:03:35 (6/12) Installing patch (2.7.6-r6) 01:03:35 (7/12) Installing build-base (0.5-r2) 01:03:35 (8/12) Installing libsodium (1.0.18-r0) 01:03:35 (9/12) Installing pkgconf (1.7.2-r0) 01:03:35 (10/12) Installing libsodium-dev (1.0.18-r0) 01:03:35 (11/12) Installing libzmq (4.3.3-r0) 01:03:35 (12/12) Installing zeromq-dev (4.3.3-r0) 01:03:35 Executing busybox-1.31.1-r19.trigger 01:03:35 OK: 233 MiB in 51 packages 01:03:39 Removing intermediate container 7e5585f3b30d 01:03:39 ---> e0e49e951402 01:03:39 Step 4/6 : WORKDIR /edgex-go 01:03:39 ---> Running in 785442f626c7 01:03:39 Removing intermediate container 785442f626c7 01:03:39 ---> f5dff3a6633a 01:03:39 Step 5/6 : COPY go.mod . 01:03:39 ---> a318e1a155d1 01:03:39 Step 6/6 : RUN go mod download 01:03:40 ---> Running in f0789ffc188f 01:04:02 Removing intermediate container f0789ffc188f 01:04:02 ---> 151bb1bf57b6 01:04:02 Successfully built 151bb1bf57b6 01:04:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:04:02 + docker inspect -f . ci-base-image-x86_64 01:04:02 . [Pipeline] withDockerContainer 01:04:02 prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container 01:04:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:04:03 $ docker top b7addf3810eeffb0fea1e2919d5272dae6dfce5c86636beffe596ac444b61b30 -eo pid,comm [Pipeline] { [Pipeline] sh 01:04:04 + go version 01:04:04 go version go1.15.5 linux/amd64 [Pipeline] } 01:04:04 $ docker stop --time=1 b7addf3810eeffb0fea1e2919d5272dae6dfce5c86636beffe596ac444b61b30 01:04:05 $ docker rm -f b7addf3810eeffb0fea1e2919d5272dae6dfce5c86636beffe596ac444b61b30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:04:06 + docker inspect -f . ci-base-image-x86_64 01:04:06 . [Pipeline] withDockerContainer 01:04:06 prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container 01:04:06 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:04:07 $ docker top 7e6142fe4534fad8f00b6e3047ee184b5383918a4cb432e1c181bb1ffc2e4f1e -eo pid,comm [Pipeline] { [Pipeline] echo 01:04:07 ========================================================= 01:04:07 [edgeXBuildGoParallel] Running Tests and Build... 01:04:07 ========================================================= [Pipeline] sh 01:04:07 + make test 01:04:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:04:15 ? github.com/edgexfoundry/edgex-go [no test files] 01:04:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:04:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:04:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:04:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:04:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:04:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:04:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:04:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:04:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:04:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:04:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:04:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:04:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:04:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements 01:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.0% of statements 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 82.3% of statements 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:04:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.328s coverage: 93.2% of statements 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:04:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:04:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 43.8% of statements 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 01:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.055s coverage: 88.6% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.149s coverage: 63.5% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.254s coverage: 84.0% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:05:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 01:05:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 01:05:04 GO111MODULE=on go vet ./... 01:05:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20364 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 01:05:11 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 01:05:16 using credential edgex-jenkins-ssh 01:05:17 Cloning the remote Git repository 01:05:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:05:17 > git init /w/workspace/edgex-go/27 # timeout=10 01:05:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:17 > git --version # timeout=10 01:05:17 > git --version # 'git version 2.17.1' 01:05:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:27 gofmt -l . 01:05:27 [ "`gofmt -l .`" = "" ] 01:05:27 ./bin/test-go-mod-tidy.sh 01:05:27 ./bin/test-attribution-txt.sh [Pipeline] sh 01:05:28 + ls -al . 01:05:28 total 660 01:05:28 drwxrwxr-x 10 1001 1001 4096 Jan 15 01:05 . 01:05:28 drwxr-xr-x 4 root root 30 Jan 15 01:04 .. 01:05:28 -rw-rw-r-- 1 1001 1001 11 Jan 15 01:02 .dockerignore 01:05:28 drwxrwxr-x 8 1001 1001 179 Jan 15 01:02 .git 01:05:28 drwxrwxr-x 3 1001 1001 125 Jan 15 01:02 .github 01:05:28 -rw-rw-r-- 1 1001 1001 872 Jan 15 01:02 .gitignore 01:05:28 drwx------ 3 1001 1001 47 Jan 15 01:03 .semver 01:05:28 -rw-rw-r-- 1 1001 1001 166 Jan 15 01:02 .sonarcloud.properties 01:05:28 -rw-rw-r-- 1 1001 1001 7841 Jan 15 01:02 Attribution.txt 01:05:28 -rw-rw-r-- 1 1001 1001 3804 Jan 15 01:02 CONTRIBUTING.md 01:05:28 -rw-rw-r-- 1 1001 1001 931 Jan 15 01:02 Dockerfile.build 01:05:28 -rw-rw-r-- 1 1001 1001 863 Jan 15 01:02 Jenkinsfile 01:05:28 -rw-rw-r-- 1 1001 1001 10775 Jan 15 01:02 LICENSE 01:05:28 -rw-rw-r-- 1 1001 1001 6001 Jan 15 01:02 Makefile 01:05:28 -rw-rw-r-- 1 1001 1001 6524 Jan 15 01:02 README.md 01:05:28 -rw-rw-r-- 1 1001 1001 6744 Jan 15 01:02 SECURITY.md 01:05:28 -rw-rw-r-- 1 1001 1001 5 Jan 15 01:03 VERSION 01:05:28 -rw-rw-r-- 1 1001 1001 4131 Jan 15 01:02 ZMQWindows.md 01:05:28 drwxrwxr-x 2 1001 1001 117 Jan 15 01:02 bin 01:05:28 drwxrwxr-x 15 1001 1001 4096 Jan 15 01:02 cmd 01:05:28 -rw-r--r-- 1 root root 555396 Jan 15 01:05 coverage.out 01:05:28 -rw-r--r-- 1 root root 1005 Jan 15 01:05 go.mod 01:05:28 -rw-r--r-- 1 root root 19189 Jan 15 01:05 go.sum 01:05:28 drwxrwxr-x 8 1001 1001 127 Jan 15 01:02 internal 01:05:28 drwxrwxr-x 4 1001 1001 26 Jan 15 01:02 openapi 01:05:28 drwxrwxr-x 4 1001 1001 71 Jan 15 01:02 snap 01:05:28 -rw-rw-r-- 1 1001 1001 168 Jan 15 01:02 version.go [Pipeline] sh 01:05:29 + '[' -e coverage.out ] 01:05:29 + chown 1001:1001 coverage.out [Pipeline] stash 01:05:29 Stashed 1 file(s) [Pipeline] sh 01:05:29 + make build 01:05:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:05:34 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 01:05:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:05:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:05:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:05:34 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:05:35 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:05:36 Merge succeeded, producing d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:05:36 Checking out Revision d1b6f8cb6c14c156082104a9acd2063c8ad82e6b (PR-2970) 01:05:35 > git config core.sparsecheckout # timeout=10 01:05:35 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 01:05:36 > git remote # timeout=10 01:05:36 > git config --get remote.origin.url # timeout=10 01:05:36 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:36 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 01:05:36 > git rev-parse HEAD^{commit} # timeout=10 01:05:36 > git config core.sparsecheckout # timeout=10 01:05:36 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 01:05:40 Commit message: "feat(security): Address another PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 01:05:41 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:05:42 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 01:05:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:05:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:05:43 + sudo service docker restart+ 01:05:43 true 01:05:43 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 01:05:43 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 01:05:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:05:45 provisioning config files... 01:05:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config3363229041888817806tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:05:45 ---> docker-login.sh 01:05:45 nexus3.edgexfoundry.org:10001 01:05:46 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 01:05:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:47 Configure a credential helper to remove this warning. See 01:05:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:47 01:05:47 Login Succeeded 01:05:47 nexus3.edgexfoundry.org:10002 01:05:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:47 Configure a credential helper to remove this warning. See 01:05:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:47 01:05:47 Login Succeeded 01:05:47 nexus3.edgexfoundry.org:10003 01:05:47 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 01:05:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:48 Configure a credential helper to remove this warning. See 01:05:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:48 01:05:48 Login Succeeded 01:05:48 nexus3.edgexfoundry.org:10004 01:05:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01: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 01:05:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:48 Configure a credential helper to remove this warning. See 01:05:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:48 01:05:48 Login Succeeded 01:05:48 docker.io 01:05:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:49 Configure a credential helper to remove this warning. See 01:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:49 01:05:49 Login Succeeded 01:05:49 ---> docker-login.sh ends [Pipeline] } 01:05:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:05:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] echo 01:05:49 ========================================================= 01:05:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:05:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:05:49 + 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 . 01:05:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:05:51 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 01:05:52 Sending build context to Docker daemon 165.7MB 01:05:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:05:52 Step 2/6 : FROM ${BASE} 01:05:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:05:52 5f621e34cdf4: Pulling fs layer 01:05:52 a4357932f1b6: Pulling fs layer 01:05:52 18c013af1878: Pulling fs layer 01:05:52 00ac8860ef70: Pulling fs layer 01:05:52 63d7cb157983: Pulling fs layer 01:05:52 b116817d02f9: Pulling fs layer 01:05:52 745a02a5169b: Pulling fs layer 01:05:52 b116817d02f9: Waiting 01:05:52 745a02a5169b: Waiting 01:05:52 00ac8860ef70: Waiting 01:05:52 63d7cb157983: Waiting 01:05:52 18c013af1878: Verifying Checksum 01:05:52 18c013af1878: Download complete 01:05:52 a4357932f1b6: Verifying Checksum 01:05:52 a4357932f1b6: Download complete 01:05:52 63d7cb157983: Verifying Checksum 01:05:52 63d7cb157983: Download complete 01:05:52 5f621e34cdf4: Verifying Checksum 01:05:52 5f621e34cdf4: Download complete 01:05:52 b116817d02f9: Verifying Checksum 01:05:52 b116817d02f9: Download complete 01:05:52 5f621e34cdf4: Pull complete [Pipeline] } 01:05:53 $ docker stop --time=1 7e6142fe4534fad8f00b6e3047ee184b5383918a4cb432e1c181bb1ffc2e4f1e 01:05:53 a4357932f1b6: Pull complete 01:05:53 18c013af1878: Pull complete 01:05:54 $ docker rm -f 7e6142fe4534fad8f00b6e3047ee184b5383918a4cb432e1c181bb1ffc2e4f1e 01:05:55 745a02a5169b: Verifying Checksum 01:05:55 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 01:05:56 00ac8860ef70: Verifying Checksum 01:05:56 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh 01:05:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:59 01:05:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:05:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:05:59 latest: Pulling from edgex-devops/edgex-compose 01:05:59 cbdbe7a5bc2a: Pulling fs layer 01:05:59 ca9280d653b3: Pulling fs layer 01:05:59 7e9c9ca2126c: Pulling fs layer 01:05:59 cbdbe7a5bc2a: Download complete 01:06:00 cbdbe7a5bc2a: Pull complete 01:06:00 ca9280d653b3: Verifying Checksum 01:06:00 ca9280d653b3: Download complete 01:06:01 7e9c9ca2126c: Download complete 01:06:01 ca9280d653b3: Pull complete 01:06:06 00ac8860ef70: Pull complete 01:06:06 63d7cb157983: Pull complete 01:06:06 b116817d02f9: Pull complete 01:06:07 7e9c9ca2126c: Pull complete 01:06:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:06:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:06:08 prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container 01:06:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:06:09 $ docker top 0fe7f674717726197eb6c09dfab686f369e30037f940446c5994d90e9f677326 -eo pid,comm [Pipeline] { 01:06:10 745a02a5169b: Pull complete 01:06:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:06:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:06:10 ---> b7e6874047d6 01:06:10 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] sh 01:06:10 + docker-compose build --help 01:06:10 + grep parallel 01:06:11 --parallel Build images in parallel. [Pipeline] } 01:06:11 $ docker stop --time=1 0fe7f674717726197eb6c09dfab686f369e30037f940446c5994d90e9f677326 01:06:12 $ docker rm -f 0fe7f674717726197eb6c09dfab686f369e30037f940446c5994d90e9f677326 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:06:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:06:13 . [Pipeline] withDockerContainer 01:06:13 prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container 01:06: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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:06:13 $ docker top bea2c876f7861facd29d4f40532d88857faf057cb764f183345253889f865fc3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:14 ---> Running in d3e11962bb32 01:06:14 + docker-compose -f ./docker-compose-build.yml build --parallel 01:06:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:15 Building docker-core-command-go ... 01:06:15 Building docker-core-data-go ... 01:06:15 Building docker-core-metadata-go ... 01:06:15 Building docker-security-bootstrapper-go ... 01:06:15 Building docker-security-proxy-setup-go ... 01:06:15 Building docker-security-secretstore-setup-go ... 01:06:15 Building docker-support-notifications-go ... 01:06:15 Building docker-support-scheduler-go ... 01:06:15 Building docker-sys-mgmt-agent-go ... 01:06:15 Building docker-support-notifications-go 01:06:15 Building docker-security-bootstrapper-go 01:06:15 Building docker-sys-mgmt-agent-go 01:06:15 Building docker-security-proxy-setup-go 01:06:15 Building docker-core-command-go 01:06:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:16 (1/12) Installing libmagic (5.38-r0) 01:06:16 (2/12) Installing file (5.38-r0) 01:06:16 (3/12) Installing libc-dev (0.7.2-r3) 01:06:16 (4/12) Installing g++ (9.3.0-r2) 01:06:20 (5/12) Installing fortify-headers (1.1-r0) 01:06:20 (6/12) Installing patch (2.7.6-r6) 01:06:20 (7/12) Installing build-base (0.5-r2) 01:06:20 (8/12) Installing libsodium (1.0.18-r0) 01:06:20 (9/12) Installing pkgconf (1.7.2-r0) 01:06:20 (10/12) Installing libsodium-dev (1.0.18-r0) 01:06:20 (11/12) Installing libzmq (4.3.3-r0) 01:06:21 (12/12) Installing zeromq-dev (4.3.3-r0) 01:06:21 Executing busybox-1.31.1-r19.trigger 01:06:21 OK: 217 MiB in 51 packages 01:06:25 Removing intermediate container d3e11962bb32 01:06:25 ---> 268fe66eaa1a 01:06:25 Step 4/6 : WORKDIR /edgex-go 01:06:25 ---> Running in 829cceaec9ae 01:06:25 Removing intermediate container 829cceaec9ae 01:06:25 ---> 8cbab044f17c 01:06:25 Step 5/6 : COPY go.mod . 01:06:26 ---> c1cd6ae93295 01:06:26 Step 6/6 : RUN go mod download 01:06:26 ---> Running in 8a7403ebcf52 01:06:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:06:47 ---> 151bb1bf57b6 01:06:47 Step 3/22 : WORKDIR /edgex-go 01:06:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:06:47 ---> 151bb1bf57b6 01:06:47 Step 3/23 : WORKDIR /edgex-go 01:06:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:06:47 ---> 151bb1bf57b6 01:06:47 Step 3/26 : WORKDIR /edgex-go 01:06:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:06:47 ---> 151bb1bf57b6 01:06:47 Step 3/21 : WORKDIR /edgex-go 01:06:47 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:47 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:06:47 ---> 151bb1bf57b6 01:06:47 Step 3/33 : WORKDIR /edgex-go 01:06:47 ---> Running in cda2e9289f51 01:06:47 ---> Running in 1dbcf938a9da 01:06:47 ---> Running in 7e352252d596 01:06:47 ---> Running in c0c4095d545d 01:06:47 ---> Running in 619c945d4b2c 01:06:47 Removing intermediate container 619c945d4b2c 01:06:47 ---> 3d844aba543f 01:06:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:47 Removing intermediate container cda2e9289f51 01:06:47 ---> d2738395ac10 01:06:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:47 Removing intermediate container 1dbcf938a9da 01:06:47 ---> d9e0af48346b 01:06:47 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:47 Removing intermediate container 7e352252d596 01:06:47 ---> f3df960ed1aa 01:06:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:47 Removing intermediate container c0c4095d545d 01:06:47 ---> 4d437d219bd3 01:06:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:47 ---> Running in a1c2db3d6698 01:06:47 ---> Running in db2b4858b3c7 01:06:47 ---> Running in e18da0a13906 01:06:47 ---> Running in 6630bf1c05d9 01:06:47 ---> Running in 48bb0e11df81 01:06:47 Removing intermediate container db2b4858b3c7 01:06:47 ---> b780b927cb29 01:06:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:06:47 Removing intermediate container e18da0a13906 01:06:47 ---> bb27fbbd7a06 01:06:47 Step 5/23 : RUN apk add --update --no-cache make git 01:06:47 Removing intermediate container 48bb0e11df81 01:06:47 ---> 481859f0672f 01:06:47 Step 5/21 : RUN apk add --update --no-cache make git 01:06:47 Removing intermediate container 6630bf1c05d9 01:06:47 ---> 67c83f12f888 01:06:47 Step 5/33 : RUN apk add --update --no-cache make git 01:06:47 ---> Running in c3ffbb6c233f 01:06:47 ---> Running in 49be7446cbb0 01:06:47 Removing intermediate container a1c2db3d6698 01:06:47 ---> 826aca2f4d5e 01:06:47 Step 5/26 : RUN apk add --update --no-cache make bash git 01:06:47 ---> Running in a8b4650b5c6f 01:06:47 ---> Running in 195f12ea5af9 01:06:47 ---> Running in b96aea86c4e1 01:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:49 OK: 233 MiB in 51 packages 01:06:49 OK: 233 MiB in 51 packages 01:06:49 OK: 233 MiB in 51 packages 01:06:49 OK: 233 MiB in 51 packages 01:06:49 OK: 233 MiB in 51 packages 01:06:49 Removing intermediate container c3ffbb6c233f 01:06:49 ---> a53e9629a61c 01:06:49 Step 6/22 : COPY go.mod . 01:06:49 Removing intermediate container 49be7446cbb0 01:06:49 ---> d053cd5a018f 01:06:49 Step 6/23 : COPY go.mod . 01:06:50 ---> 8e0f15581566 01:06:50 Step 7/22 : RUN go mod download 01:06:50 ---> 46ed4cbbfee5 01:06:50 Step 7/23 : RUN go mod download 01:06:50 Removing intermediate container a8b4650b5c6f 01:06:50 ---> fccbde41dd83 01:06:50 Step 6/21 : COPY go.mod . 01:06:50 ---> Running in fa8085f91609 01:06:50 ---> Running in 1782ad9b0c89 01:06:50 Removing intermediate container 195f12ea5af9 01:06:50 ---> 7043e08520e7 01:06:50 Step 6/33 : COPY go.mod . 01:06:50 Removing intermediate container b96aea86c4e1 01:06:50 ---> bc9979bb9adc 01:06:50 Step 6/26 : COPY go.mod . 01:06:50 ---> 91b01f8283cc 01:06:50 Step 7/21 : RUN go mod download 01:06:51 ---> Running in 87f356b53c92 01:06:51 ---> 014b7f75449c 01:06:51 Step 7/33 : RUN go mod download 01:06:51 ---> a718ef307fad 01:06:51 Step 7/26 : RUN go mod download 01:06:51 ---> Running in 63f0aff70a64 01:06:51 ---> Running in becc365743c4 01:06:53 Removing intermediate container fa8085f91609 01:06:53 ---> de6bb928949e 01:06:53 Step 8/22 : COPY . . 01:06:53 Removing intermediate container 87f356b53c92 01:06:53 ---> fcb4319526fe 01:06:53 Step 8/21 : COPY . . 01:06:53 Removing intermediate container 63f0aff70a64 01:06:53 ---> 9cf1b08a2b28 01:06:53 Step 8/33 : COPY . . 01:06:53 Removing intermediate container 8a7403ebcf52 01:06:53 ---> 481b1fc26873 01:06:53 Successfully built 481b1fc26873 01:06:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:06:53 + docker inspect -f . ci-base-image-arm64 01:06:53 . [Pipeline] withDockerContainer 01:06:54 prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container 01:06:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:06:55 $ docker top 88c193c5a3f136a745e36a369e854892aa20919bec6c9da6019474620fd50ef9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:57 + go version 01:06:57 go version go1.15.5 linux/arm64 [Pipeline] } 01:06:57 $ docker stop --time=1 88c193c5a3f136a745e36a369e854892aa20919bec6c9da6019474620fd50ef9 01:06:57 Removing intermediate container 1782ad9b0c89 01:06:57 ---> 7ee540afe19a 01:06:57 Step 8/23 : COPY . . 01:06:57 Removing intermediate container becc365743c4 01:06:57 ---> 744f0f58e84b 01:06:57 Step 8/26 : COPY . . 01:06:58 $ docker rm -f 88c193c5a3f136a745e36a369e854892aa20919bec6c9da6019474620fd50ef9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:07:00 + docker inspect -f . ci-base-image-arm64 01:07:00 . [Pipeline] withDockerContainer 01:07:00 prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container 01:07:00 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:07:01 $ docker top 60ed3fcc165b1885dcb1b5c78f6fa4235bfe468be04f91dc023de770af575af1 -eo pid,comm [Pipeline] { [Pipeline] echo 01:07:02 ========================================================= 01:07:02 [edgeXBuildGoParallel] Running Tests and Build... 01:07:02 ========================================================= [Pipeline] sh 01:07:02 + make test 01:07:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:07:25 ? github.com/edgexfoundry/edgex-go [no test files] 01:07:30 ---> f9745619fcca 01:07:30 ---> c38b4b386568 01:07:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/22 : RUN make cmd/support-notifications/support-notifications 01:07:30 01:07:30 ---> 8115c41f0533 01:07:30 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:07:30 ---> Running in 0b08744820d4 01:07:30 ---> Running in 366610e5a58e 01:07:30 ---> 9b44441cd0f9 01:07:30 Step 9/23 : RUN make cmd/core-command/core-command 01:07:30 ---> f84a469dc547 01:07:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:07:30 ---> Running in b54de1acdfec 01:07:30 ---> Running in c2a650e94791 01:07:30 ---> Running in d81e389c058e 01:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:07:31 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 01:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:07:31 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 01:07:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:07:57 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 01:07:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:07:59 Removing intermediate container d81e389c058e 01:07:59 ---> dfb5d207fa84 01:07:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:08:00 Removing intermediate container c2a650e94791 01:08:00 ---> c4e4e34b32c2 01:08:00 01:08:00 Step 10/23 : FROM alpine:3.12 01:08:00 ---> Running in 1b376b7fd07d 01:08:00 3.12: Pulling from library/alpine 01:08:01 Removing intermediate container 0b08744820d4 01:08:01 ---> eb1bc2d860fd 01:08:01 01:08:01 Step 10/22 : FROM alpine:3.12 01:08:01 3.12: Pulling from library/alpine 01:08:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:08:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:08:01 Status: Downloaded newer image for alpine:3.12 01:08:01 ---> 389fef711851 01:08:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:08:01 Status: Downloaded newer image for alpine:3.12 01:08:01 ---> 389fef711851 01:08:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:08:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:08:03 ---> Running in a1b88ef96057 01:08:03 ---> Running in 115d50feba82 01:08:03 Removing intermediate container 366610e5a58e 01:08:03 ---> b43b62751de2 01:08:03 01:08:03 Step 10/21 : FROM alpine:3.12 01:08:03 ---> 389fef711851 01:08:03 Step 11/21 : RUN apk add --update --no-cache curl 01:08:03 ---> Running in 13170cf33282 01:08:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:08:05 Removing intermediate container 1b376b7fd07d 01:08:05 ---> a6be37d0a02e 01:08:05 01:08:05 Step 11/26 : FROM docker:20.10.0 01:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:05 20.10.0: Pulling from library/docker 01:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:05 Removing intermediate container b54de1acdfec 01:08:05 ---> c414b51817eb 01:08:05 01:08:05 Step 10/33 : FROM alpine:3.12 01:08:05 ---> 389fef711851 01:08:05 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:08:05 (1/2) Installing ca-certificates (20191127-r4) 01:08:05 (1/1) Installing dumb-init (1.2.2-r1) 01:08:05 Executing busybox-1.31.1-r19.trigger 01:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:05 OK: 6 MiB in 15 packages 01:08:05 (2/2) Installing dumb-init (1.2.2-r1) 01:08:05 Executing busybox-1.31.1-r19.trigger 01:08:05 Executing ca-certificates-20191127-r4.trigger 01:08:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:05 OK: 6 MiB in 16 packages 01:08:05 (1/4) Installing ca-certificates (20191127-r4) 01:08:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:08:05 (3/4) Installing libcurl (7.69.1-r3) 01:08:05 (4/4) Installing curl (7.69.1-r3) 01:08:05 Executing busybox-1.31.1-r19.trigger 01:08:05 Executing ca-certificates-20191127-r4.trigger 01:08:06 OK: 7 MiB in 18 packages 01:08:06 ---> Running in b160843be73f 01:08:08 Removing intermediate container 115d50feba82 01:08:08 ---> 7a636eab65f2 01:08:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:08:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:09 (1/3) Installing dumb-init (1.2.2-r1) 01:08:09 (2/3) Installing openssl (1.1.1i-r0) 01:08:09 (3/3) Installing su-exec (0.2-r1) 01:08:09 Executing busybox-1.31.1-r19.trigger 01:08:09 OK: 6 MiB in 17 packages 01:08:09 ---> Running in b99e9575fc18 01:08:09 Removing intermediate container 13170cf33282 01:08:09 ---> 0355516e57b2 01:08:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:08:09 Removing intermediate container a1b88ef96057 01:08:09 ---> dd850b039f83 01:08:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:08:10 ---> Running in 7db0173c1109 01:08:10 ---> Running in 0f75d087a4f2 01:08:10 Removing intermediate container b99e9575fc18 01:08:10 ---> f0390f898843 01:08:10 Step 13/23 : ENV APP_PORT=48082 01:08:10 ---> Running in 10df5e946efe 01:08:10 Removing intermediate container 0f75d087a4f2 01:08:10 ---> 224fbca264ae 01:08:10 Step 13/22 : ENV APP_PORT=48060 01:08:10 Removing intermediate container 7db0173c1109 01:08:10 ---> 012f9a6e90ef 01:08:10 Step 13/21 : WORKDIR /edgex 01:08:11 ---> Running in f69b0a7d5f1e 01:08:12 Removing intermediate container b160843be73f 01:08:12 ---> be1d9dba855f 01:08:12 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:08:12 Removing intermediate container 10df5e946efe 01:08:12 ---> 282b45277868 01:08:12 Step 14/23 : EXPOSE $APP_PORT 01:08:12 ---> Running in 86f6c9a83597 01:08:12 ---> Running in c5f5d2b98a11 01:08:12 ---> Running in ffb2111a4a7d 01:08:12 Removing intermediate container f69b0a7d5f1e 01:08:12 ---> 435e9ff89248 01:08:12 Step 14/22 : EXPOSE $APP_PORT 01:08:12 ---> Running in 06f23f2f1be7 01:08:12 Removing intermediate container 86f6c9a83597 01:08:12 ---> 52fa30871c13 01:08:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:08:12 Removing intermediate container ffb2111a4a7d 01:08:12 ---> d43edd3a205e 01:08:12 Step 15/23 : WORKDIR / 01:08:12 Removing intermediate container c5f5d2b98a11 01:08:12 ---> 62e0feae9605 01:08:12 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:08:12 ---> Running in 0e43f0d3a773 01:08:12 ---> Running in 4ca345d9cd58 01:08:12 Removing intermediate container 06f23f2f1be7 01:08:12 ---> 76b43ecb89c4 01:08:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:12 ---> cdb65b797440 01:08:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:08:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:08:12 Status: Downloaded newer image for docker:20.10.0 01:08:13 ---> aefe523efa57 01:08:13 Step 12/26 : RUN apk add --no-cache bash 01:08:13 Removing intermediate container 4ca345d9cd58 01:08:13 ---> ccef29b5058d 01:08:13 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:08:13 Removing intermediate container 0e43f0d3a773 01:08:13 ---> 1ba1fe9b1ae4 01:08:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:13 ---> Running in 6968b63126bf 01:08:13 ---> dc02c7e934d3 01:08:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:08:13 ---> Running in f08926f3741d 01:08:13 ---> 6229bf7aaa4a 01:08:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:08:13 ---> 72aced393ed9 01:08:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:08:14 ---> 9b7df64a4e5d 01:08:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:08:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:14 ---> d10cdb66d7b0 01:08:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:08:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:14 ---> Running in b7c2427ec562 01:08:14 Connecting to github.com (140.82.113.3:443) 01:08:14  ---> 3f06fa61acfd 01:08:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:08:14 (1/2) Installing readline (8.0.4-r0) 01:08:14 ---> 1baff2d2f77b 01:08:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:08:14 (2/2) Installing bash (5.0.17-r0) 01:08:14 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.82.104:443) 01:08:14  ---> Running in 7b4b7b10fd95 01:08:14 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:08:14 Executing bash-5.0.17-r0.post-install 01:08:14 Executing busybox-1.31.1-r19.trigger 01:08:14 OK: 12 MiB in 22 packages 01:08:14 Removing intermediate container b7c2427ec562 01:08:14 ---> a03ad118ba4e 01:08:14 Step 18/21 : CMD ["--init=true"] 01:08:14 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:08:14 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:08:14 dockerize 01:08:15 ---> Running in aa63a9edfb4e 01:08:15 ---> 8147a40c467d 01:08:15 Step 19/23 : ENTRYPOINT ["/core-command"] 01:08:15 Removing intermediate container 7b4b7b10fd95 01:08:15 ---> 4eea80ae3170 01:08:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:15 ---> Running in 88ce909364d0 01:08:15 ---> Running in 6eb34bfa3d4a 01:08:15 Removing intermediate container aa63a9edfb4e 01:08:15 ---> ae1aac8683b3 01:08:15 Step 19/21 : LABEL arch=x86_64 01:08:15 ---> Running in 132da2cfb57c 01:08:15 Removing intermediate container 88ce909364d0 01:08:15 ---> 715da1e495fe 01:08:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:08:15 Removing intermediate container 6eb34bfa3d4a 01:08:15 ---> 2b5f4a5eb77f 01:08:15 Step 20/22 : LABEL arch=x86_64 01:08:15 Removing intermediate container 6968b63126bf 01:08:15 ---> 41121202d730 01:08:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:08:15 ---> Running in 4bc6614c6a37 01:08:16 ---> Running in eba1be0af317 01:08:16 ---> Running in d0a6de7de576 01:08:16 Removing intermediate container 132da2cfb57c 01:08:16 ---> 139f805e8c6e 01:08:16 Step 20/21 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:08:16 Removing intermediate container f08926f3741d 01:08:16 ---> f5982a057131 01:08:16 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:08:16 Removing intermediate container 4bc6614c6a37 01:08:16 ---> 5ada8354c89d 01:08:16 Step 21/23 : LABEL arch=x86_64 01:08:16 ---> Running in 5c2c1ed37260 01:08:16 ---> Running in 7c87961479d6 01:08:16 Removing intermediate container eba1be0af317 01:08:16 ---> 8007b0f326e0 01:08:16 Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:08:16 Removing intermediate container d0a6de7de576 01:08:16 ---> 7d04f8e4cf19 01:08:16 Step 14/26 : ENV APP_PORT=48090 01:08:16 ---> Running in c51cf517a7ca 01:08:16 ---> Running in c26deb1c6e8b 01:08:16 ---> Running in 98dc111b771c 01:08:16 Removing intermediate container 5c2c1ed37260 01:08:16 ---> 77017d247c26 01:08:16 Step 21/21 : LABEL version=0.0.0 01:08:16 Removing intermediate container 7c87961479d6 01:08:16 ---> c6c64673136f 01:08:16 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:08:16 ---> Running in 8120aed6286b 01:08:16 ---> Running in 383a9b077a89 01:08:17 Removing intermediate container c26deb1c6e8b 01:08:17 ---> 12e52a405c19 01:08:17 Step 22/22 : LABEL version=0.0.0 01:08:17 Removing intermediate container c51cf517a7ca 01:08:17 ---> cbeb3ed3a342 01:08:17 Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:08:17 Removing intermediate container 98dc111b771c 01:08:17 ---> 32710d3abda7 01:08:17 Step 15/26 : EXPOSE $APP_PORT 01:08:17 ---> Running in e490acf5122e 01:08:17 ---> Running in 4413dac0e210 01:08:17 ---> Running in 65bbe68b25e3 01:08:17 Removing intermediate container 8120aed6286b 01:08:17 ---> d9b81f0d2657 01:08:17 01:08:17 Removing intermediate container 383a9b077a89 01:08:17 ---> e6a576ccb8b7 01:08:17 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:08:17 Successfully built d9b81f0d2657 01:08:17 ---> Running in 785a95d551fa 01:08:17 Removing intermediate container 4413dac0e210 01:08:17 ---> 7fbcc08c7b28 01:08:17 Step 23/23 : LABEL version=0.0.0 01:08:17 Successfully tagged docker-security-proxy-setup-go:latest 01:08:17  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 01:08:17 Removing intermediate container e490acf5122e 01:08:17 ---> b081e9c41cbe 01:08:17 01:08:17 Removing intermediate container 65bbe68b25e3 01:08:17 ---> cbe278e1ef68 01:08:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:08:18 Successfully built b081e9c41cbe 01:08:18 ---> Running in b748194e9953 01:08:18 Successfully tagged docker-support-notifications-go:latest 01:08:18 Building docker-core-data-go 01:08:18  Building docker-support-notifications-go ... done Removing intermediate container b748194e9953 01:08:18 ---> 5447fb3daa48 01:08:18 01:08:18 Move dockerize executable 01:08:18 Successfully built 5447fb3daa48 01:08:19 Successfully tagged docker-core-command-go:latest 01:08:19 Building docker-core-metadata-go 01:08:23  Building docker-core-command-go ... done  ---> 08420b10277b 01:08:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:08:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:08:27 ---> b9ef4d90b2cd 01:08:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:08:27 Removing intermediate container 785a95d551fa 01:08:27 ---> 99396fd6a232 01:08:27 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:08:27 ---> Running in c992f4586e65 01:08:27 ---> 737420f844b1 01:08:27 Step 19/26 : RUN apk --no-cache add py3-pip 01:08:27 ---> Running in 5c4ad4ff9513 01:08:27 Removing intermediate container c992f4586e65 01:08:27 ---> a734e4966939 01:08:27 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:28 (1/33) Installing libbz2 (1.0.8-r1) 01:08:28 (2/33) Installing expat (2.2.9-r1) 01:08:28 (3/33) Installing libffi (3.3-r2) 01:08:28 (4/33) Installing gdbm (1.13-r1) 01:08:29 (5/33) Installing xz-libs (5.2.5-r0) 01:08:29 (6/33) Installing sqlite-libs (3.32.1-r0) 01:08:29 (7/33) Installing python3 (3.8.5-r0) 01:08:29 ---> 1215c4e69ebc 01:08:29 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:08:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:08:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:08:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:08:35 ---> Running in fefa6d10f6c8 01:08:37 (8/33) Installing py3-appdirs (1.4.4-r1) 01:08:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:08:37 (10/33) Installing py3-parsing (2.4.7-r0) 01:08:37 (11/33) Installing py3-six (1.15.0-r0) 01:08:37 (12/33) Installing py3-packaging (20.4-r0) 01:08:38 (13/33) Installing py3-setuptools (47.0.0-r0) 01:08:38 (14/33) Installing py3-chardet (3.0.4-r4) 01:08:38 (15/33) Installing py3-idna (2.9-r0) 01:08:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:08:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:08:38 (18/33) Installing py3-requests (2.23.0-r0) 01:08:38 (19/33) Installing py3-msgpack (1.0.0-r0) 01:08:38 (20/33) Installing py3-lockfile (0.12.2-r3) 01:08:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 46.6% of statements 01:08:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:08:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:08:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:08:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:08:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:08:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:08:39 (22/33) Installing py3-colorama (0.4.3-r0) 01:08:40 (23/33) Installing py3-distlib (0.3.0-r0) 01:08:40 (24/33) Installing py3-distro (1.5.0-r1) 01:08:40 (25/33) Installing py3-webencodings (0.5.1-r3) 01:08:40 (26/33) Installing py3-html5lib (1.0.1-r4) 01:08:41 (27/33) Installing py3-pytoml (0.1.21-r0) 01:08:41 (28/33) Installing py3-pep517 (0.8.2-r0) 01:08:41 (29/33) Installing py3-progress (1.5-r0) 01:08:41 (30/33) Installing py3-toml (0.10.1-r0) 01:08:41 (31/33) Installing py3-retrying (1.3.3-r0) 01:08:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:08:41 (33/33) Installing py3-pip (20.1.1-r0) 01:08:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:41 ---> 151bb1bf57b6 01:08:41 Step 3/23 : WORKDIR /edgex-go 01:08:41 ---> Using cache 01:08:41 ---> 4d437d219bd3 01:08:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:41 ---> Using cache 01:08:41 ---> 481859f0672f 01:08:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:08:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:08:42 ---> 151bb1bf57b6 01:08:42 Step 3/24 : WORKDIR /edgex-go 01:08:42 ---> Using cache 01:08:42 ---> 4d437d219bd3 01:08:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:42 ---> Using cache 01:08:42 ---> 481859f0672f 01:08:42 Step 5/24 : RUN apk add --update --no-cache make git 01:08:42 ---> Using cache 01:08:42 ---> fccbde41dd83 01:08:42 Step 6/24 : COPY go.mod . 01:08:42 ---> Using cache 01:08:42 ---> 91b01f8283cc 01:08:42 Step 7/24 : RUN go mod download 01:08:42 ---> Using cache 01:08:42 ---> fcb4319526fe 01:08:42 Step 8/24 : COPY . . 01:08:42 ---> Using cache 01:08:42 ---> f9745619fcca 01:08:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:08:43 Executing busybox-1.31.1-r19.trigger 01:08:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:43 ---> 151bb1bf57b6 01:08:43 Step 3/23 : WORKDIR /edgex-go 01:08:43 ---> Using cache 01:08:43 ---> 4d437d219bd3 01:08:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:43 ---> Using cache 01:08:43 ---> 481859f0672f 01:08:43 Step 5/23 : RUN apk add --update --no-cache make git 01:08:43 ---> Using cache 01:08:43 ---> fccbde41dd83 01:08:43 Step 6/23 : COPY go.mod . 01:08:43 ---> Using cache 01:08:43 ---> 91b01f8283cc 01:08:43 Step 7/23 : RUN go mod download 01:08:43 ---> Using cache 01:08:43 ---> fcb4319526fe 01:08:43 Step 8/23 : COPY . . 01:08:43 ---> Using cache 01:08:43 ---> f9745619fcca 01:08:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:08:44 OK: 71 MiB in 55 packages 01:08:44 ---> Running in b615f9bfcdc0 01:08:44 ---> Running in d6123dac41c7 01:08:44 ---> Running in cf04a216afa7 01:08:45 Removing intermediate container fefa6d10f6c8 01:08:45 ---> 899902755b9b 01:08:45 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:45 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 01:08:45 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 01:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:46 ---> d8cc4dfa2426 01:08:46 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:08:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:47 OK: 233 MiB in 51 packages 01:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.548s coverage: 27.0% of statements 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.303s coverage: 67.9% of statements 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.325s coverage: 82.3% of statements 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:08:48 ---> 5ec69afdb070 01:08:48 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:08:50 ---> 2cbb68ad6980 01:08:50 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:08:50 Removing intermediate container b615f9bfcdc0 01:08:50 ---> 3882f1825ebe 01:08:50 Step 6/23 : COPY go.mod . 01:08:52 ---> 07a4a0f90e71 01:08:52 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:08:52 ---> a6874a440355 01:08:52 Step 7/23 : RUN go mod download 01:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.162s coverage: 28.6% of statements 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements 01:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:08:54 ---> Running in 608226b99e69 01:08:54 ---> 9e688d22dafe 01:08:54 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:08:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.397s coverage: 97.5% of statements 01:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:08:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements 01:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:08:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:08:56 ---> Running in f9d51aef2584 01:08:57 Removing intermediate container 5c4ad4ff9513 01:08:57 ---> 625646399488 01:08:57 Step 20/26 : RUN pip install docker-compose==1.23.2 01:08:57 Removing intermediate container f9d51aef2584 01:08:57 ---> 374e0345734f 01:08:57 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:08:57 ---> Running in 25fc2aeea639 01:08:58 ---> 76807a54c606 01:08:58 Step 28/33 : RUN chmod +x /entrypoint.sh 01:08:58 ---> Running in 4a6fa6cb4620 01:08:58 Removing intermediate container 608226b99e69 01:08:58 ---> ce7560d135f2 01:08:58 Step 8/23 : COPY . . 01:08:59 Collecting docker-compose==1.23.2 01:08:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:09:01 Collecting PyYAML<4,>=3.10 01:09:01 Downloading PyYAML-3.13.tar.gz (270 kB) 01:09:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.994s coverage: 93.2% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:09:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:09:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 43.8% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 01:09:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:09:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:09:08 Collecting docker<4.0,>=3.6.0 01:09:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:09:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:09:08 Collecting websocket-client<1.0,>=0.32.0 01:09:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:09:08 Collecting cached-property<2,>=1.2.0 01:09:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:09:08 Removing intermediate container 4a6fa6cb4620 01:09:08 ---> d816ea80082a 01:09:08 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:09:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:09:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:09:11 Collecting texttable<0.10,>=0.9.0 01:09:11 Downloading texttable-0.9.1.tar.gz (11 kB) 01:09:12 ---> Running in 5cb46a8be5f1 01:09:13 Collecting docopt<0.7,>=0.6.1 01:09:13 Downloading docopt-0.6.2.tar.gz (25 kB) 01:09:14 Removing intermediate container 5cb46a8be5f1 01:09:14 ---> 66e170f02535 01:09:14 Step 30/33 : CMD ["gate"] 01:09:15 ---> Running in 719072af63da 01:09:15 Collecting jsonschema<3,>=2.5.1 01:09:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:09:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:09:15 Collecting dockerpty<0.5,>=0.4.1 01:09:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:09:15 Removing intermediate container 719072af63da 01:09:15 ---> d2971ea89ed9 01:09:15 Step 31/33 : LABEL arch=x86_64 01:09:15 Collecting docker-pycreds>=0.4.0 01:09:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:09:16 ---> Running in 9221042e3c1d 01:09:16 Collecting idna<2.8,>=2.5 01:09:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:09:16 Collecting urllib3<1.25,>=1.21.1 01:09:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.073s coverage: 88.6% of statements 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 63.5% of statements 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 01:09:16 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) 01:09:16 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) 01:09:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:09:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:09:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:09:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:09:16 Removing intermediate container 9221042e3c1d 01:09:16 ---> eacbd259bf3d 01:09:16 Step 32/33 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:09:16 Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, texttable, docopt, jsonschema, dockerpty, docker-compose 01:09:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.900s coverage: 68.9% of statements 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:09:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:09:17 Running setup.py install for PyYAML: started 01:09:19 Running setup.py install for PyYAML: finished with status 'done' 01:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements 01:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:09:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.619s coverage: 84.0% of statements 01:09:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements 01:09:20 ---> Running in e8807c29e0d8 01:09:21 Attempting uninstall: idna 01:09:21 Found existing installation: idna 2.9 01:09:21 Uninstalling idna-2.9: 01:09:22 Successfully uninstalled idna-2.9 01:09:22 Attempting uninstall: urllib3 01:09:22 Found existing installation: urllib3 1.25.9 01:09:22 Uninstalling urllib3-1.25.9: 01:09:22 Removing intermediate container d6123dac41c7 01:09:22 ---> 255bb659b101 01:09:22 01:09:22 Step 10/24 : FROM alpine:3.12 01:09:22 ---> 389fef711851 01:09:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:09:22 Successfully uninstalled urllib3-1.25.9 01:09:23 Removing intermediate container e8807c29e0d8 01:09:23 ---> d648eca24022 01:09:23 Step 33/33 : LABEL version=0.0.0 01:09:23 Attempting uninstall: requests 01:09:23 Found existing installation: requests 2.23.0 01:09:23 Uninstalling requests-2.23.0: 01:09:23 Removing intermediate container cf04a216afa7 01:09:23 ---> 63e883662c33 01:09:23 01:09:23 Step 10/23 : FROM alpine:3.12 01:09:23 ---> 389fef711851 01:09:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:09:23 ---> Using cache 01:09:23 ---> 7a636eab65f2 01:09:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:09:23 ---> Using cache 01:09:23 ---> f0390f898843 01:09:23 Step 13/23 : ENV APP_PORT=48081 01:09:23 Successfully uninstalled requests-2.23.0 01:09:23 ---> 5d6253238cd8 01:09:23 Step 9/23 : RUN make cmd/core-data/core-data 01:09:24 ---> Running in a47ab770ede2 01:09:24 ---> Running in d15c20c368e8 01:09:24 ---> Running in 9eafbc2601d0 01:09:24 ---> Running in 52efd8071444 01:09:25 Removing intermediate container d15c20c368e8 01:09:25 ---> 9ebbcbbe5eb9 01:09:25 01:09:25 Running setup.py install for texttable: started 01:09:25 Removing intermediate container 9eafbc2601d0 01:09:25 ---> 80333a3fdf1b 01:09:25 Step 14/23 : EXPOSE $APP_PORT 01:09:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:09:25 ---> Running in 2513eed11a96 01:09:25 Successfully built 9ebbcbbe5eb9 01:09:25 Successfully tagged docker-security-bootstrapper-go:latest 01:09:25 Building docker-support-scheduler-go 01:09:25  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:09:25 Removing intermediate container 2513eed11a96 01:09:25 ---> e5a322162a05 01:09:25 Step 15/23 : WORKDIR / 01:09:25 (1/5) Installing ca-certificates (20191127-r4) 01:09:25 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 01:09:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:09:25 ---> Running in 15b1287a893e 01:09:25 (3/5) Installing libcurl (7.69.1-r3) 01:09:25 (4/5) Installing curl (7.69.1-r3) 01:09:25 (5/5) Installing dumb-init (1.2.2-r1) 01:09:25 Executing busybox-1.31.1-r19.trigger 01:09:25 Running setup.py install for texttable: finished with status 'done' 01:09:25 Running setup.py install for docopt: started 01:09:25 Executing ca-certificates-20191127-r4.trigger 01:09:25 OK: 7 MiB in 19 packages 01:09:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.342s coverage: 47.1% of statements 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:09:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:09:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements 01:09:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:09:26 Running setup.py install for docopt: finished with status 'done' 01:09:26 Removing intermediate container 15b1287a893e 01:09:26 ---> 17217a931097 01:09:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:09:26 Running setup.py install for dockerpty: started 01:09:27 Running setup.py install for dockerpty: finished with status 'done' 01:09:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.858s coverage: 29.1% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.132s coverage: 87.9% of statements 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:09:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 01:09:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 01:09:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 01:09:33 ---> c07e9f012807 01:09:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:09:33 Removing intermediate container a47ab770ede2 01:09:33 ---> 9970d936029b 01:09:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:09:33 ---> Running in f78d871a9b52 01:09:33 GO111MODULE=on go vet ./... 01:09:35 Removing intermediate container f78d871a9b52 01:09:35 ---> dddd92401871 01:09:35 Step 13/24 : WORKDIR / 01:09:36 ---> fcfe02108d8c 01:09:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:09:36 ---> Running in 219b76aa75a4 01:09:39 ---> d1f2534b5c7a 01:09:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:09:40 Removing intermediate container 219b76aa75a4 01:09:40 ---> 0433dca4dc82 01:09:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:09:40 ---> Running in 5a75a9d7306e 01:09:40 Removing intermediate container 25fc2aeea639 01:09:40 ---> 5000fc4a4f90 01:09:40 Step 21/26 : RUN apk --no-cache add curl 01:09:43 Removing intermediate container 5a75a9d7306e 01:09:43 ---> 4e36ddae404d 01:09:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:44 ---> c8f627cf6b9c 01:09:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:09:44 ---> Running in 31568d10d9ee 01:09:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:09:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:09:44 ---> 151bb1bf57b6 01:09:44 Step 3/22 : WORKDIR /edgex-go 01:09:44 ---> Using cache 01:09:44 ---> 4d437d219bd3 01:09:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:44 ---> Using cache 01:09:44 ---> 481859f0672f 01:09:44 Step 5/22 : RUN apk add --update --no-cache make git 01:09:44 ---> Using cache 01:09:44 ---> fccbde41dd83 01:09:44 Step 6/22 : COPY go.mod . 01:09:44 ---> Using cache 01:09:44 ---> 91b01f8283cc 01:09:44 Step 7/22 : RUN go mod download 01:09:44 ---> Using cache 01:09:44 ---> fcb4319526fe 01:09:44 Step 8/22 : COPY . . 01:09:44 ---> Using cache 01:09:44 ---> f9745619fcca 01:09:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:09:45 ---> Running in a202e9b6410f 01:09:45 ---> Running in 812e3b8f7510 01:09:46 ---> d7313c04d08d 01:09:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:09:46 Removing intermediate container a202e9b6410f 01:09:46 ---> a042b4dfa767 01:09:46 Step 21/23 : LABEL arch=x86_64 01:09:46 ---> Running in b0df9251191d 01:09:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:09:46 ---> 6b2635231d35 01:09:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:09:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:09:47 Removing intermediate container b0df9251191d 01:09:47 ---> 79b9328f5f39 01:09:47 Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:09:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:09:47 (2/3) Installing libcurl (7.69.1-r3) 01:09:47 (3/3) Installing curl (7.69.1-r3) 01:09:47 Executing busybox-1.31.1-r19.trigger 01:09:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:09:47 OK: 72 MiB in 58 packages 01:09:47 ---> Running in db08a1de1288 01:09:47 ---> e8eb9c0fda9a 01:09:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:09:47 Removing intermediate container db08a1de1288 01:09:47 ---> 09b14787eda3 01:09:47 Step 23/23 : LABEL version=0.0.0 01:09:47 ---> Running in 142a8e66d5df 01:09:48 Removing intermediate container 31568d10d9ee 01:09:48 ---> 81cc7cf3ca86 01:09:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:09:48 Removing intermediate container 142a8e66d5df 01:09:48 ---> d7d2ed3bd7c6 01:09:48 01:09:48 ---> Running in 72fe4443d6e9 01:09:48 ---> d139afb1a30f 01:09:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:09:48 Successfully built d7d2ed3bd7c6 01:09:48 Successfully tagged docker-core-metadata-go:latest 01:09:48  Building docker-core-metadata-go ... done Removing intermediate container 72fe4443d6e9 01:09:48 ---> 7c0e62131d76 01:09:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:48 ---> Running in d9d8ea8872e0 01:09:49 ---> 1c1fdcb2d6ca 01:09:49 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/ 01:09:49 ---> Running in 14cc438ac230 01:09:49 Removing intermediate container d9d8ea8872e0 01:09:49 ---> 1b045ec4688e 01:09:49 Step 24/26 : LABEL arch=x86_64 01:09:49 ---> Running in a711fb378d8a 01:09:49 Removing intermediate container a711fb378d8a 01:09:49 ---> 77733b23ddb6 01:09:49 Step 25/26 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:09:50 ---> Running in 586305c853ec 01:09:50 Removing intermediate container 586305c853ec 01:09:50 ---> c68d61e35cd3 01:09:50 Step 26/26 : LABEL version=0.0.0 01:09:50 ---> Running in 1533d4b9d297 01:09:51 Removing intermediate container 1533d4b9d297 01:09:51 ---> 8e23859432a2 01:09:51 01:09:51 Removing intermediate container 14cc438ac230 01:09:51 ---> 84e1d9bc72f5 01:09:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:09:51 Successfully built 8e23859432a2 01:09:51 Successfully tagged docker-sys-mgmt-agent-go:latest 01:09:51  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9eadd4c951cd 01:09:51 Removing intermediate container 9eadd4c951cd 01:09:51 ---> 64a4ef10a500 01:09:51 Step 22/24 : LABEL arch=x86_64 01:09:52 ---> Running in a8b92c587f18 01:09:52 Removing intermediate container a8b92c587f18 01:09:52 ---> 65b84cec10b3 01:09:52 Step 23/24 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:09:52 ---> Running in a3fb9163e8e3 01:09:53 Removing intermediate container a3fb9163e8e3 01:09:53 ---> 06f7297a026c 01:09:53 Step 24/24 : LABEL version=0.0.0 01:09:53 ---> Running in 74694620e8cb 01:09:53 Removing intermediate container 74694620e8cb 01:09:53 ---> 803eb2a8cbe6 01:09:53 01:09:53 Successfully built 803eb2a8cbe6 01:09:53 Successfully tagged docker-security-secretstore-setup-go:latest 01:09:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container 52efd8071444 01:09:57 ---> 1c2b77f982b7 01:09:57 01:09:57 Step 10/23 : FROM alpine:3.12 01:09:57 ---> 389fef711851 01:09:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:09:57 ---> Running in 20421fd11cf3 01:09:57 Removing intermediate container 20421fd11cf3 01:09:57 ---> 553b6edd7185 01:09:57 Step 12/23 : ENV APP_PORT=48080 01:09:57 ---> Running in a6fc19ad2304 01:09:57 Removing intermediate container a6fc19ad2304 01:09:57 ---> f1caa1c72eb3 01:09:57 Step 13/23 : EXPOSE $APP_PORT 01:09:57 ---> Running in 82dd23c4f747 01:09:58 Removing intermediate container 82dd23c4f747 01:09:58 ---> a13f1ba36e99 01:09:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:58 ---> Running in d533132a61e0 01:09:59 Removing intermediate container d533132a61e0 01:09:59 ---> 0db748851c49 01:09:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:09:59 ---> Running in dadbf28d1cb3 01:10:00 Removing intermediate container 812e3b8f7510 01:10:00 ---> 8535ed27f53f 01:10:00 01:10:00 Step 10/22 : FROM alpine:3.12 01:10:00 ---> 389fef711851 01:10:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:10:00 ---> Using cache 01:10:00 ---> 7a636eab65f2 01:10:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:10:00 ---> Using cache 01:10:00 ---> f0390f898843 01:10:00 Step 13/22 : ENV APP_PORT=48085 01:10:01 ---> Running in 8195dcd1e227 01:10:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:10:01 Removing intermediate container 8195dcd1e227 01:10:01 ---> 0b2b5a284867 01:10:01 Step 14/22 : EXPOSE $APP_PORT 01:10:01 ---> Running in 999a7fb9947f 01:10:01 Removing intermediate container 999a7fb9947f 01:10:01 ---> d56402bbc371 01:10:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:01 ---> 4a978ec7eeff 01:10:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:10:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:10:02 ---> 0c6e0fc86157 01:10:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:10:02 (1/6) Installing dumb-init (1.2.2-r1) 01:10:02 (2/6) Installing libgcc (9.3.0-r2) 01:10:02 ---> 0f29974bfa4f 01:10:02 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:10:02 (3/6) Installing libsodium (1.0.18-r0) 01:10:02 ---> Running in cdb77f545341 01:10:02 (4/6) Installing libstdc++ (9.3.0-r2) 01:10:02 Removing intermediate container cdb77f545341 01:10:02 ---> 671e9c315889 01:10:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:02 ---> Running in fa89def361a2 01:10:02 (5/6) Installing libzmq (4.3.3-r0) 01:10:02 (6/6) Installing zeromq (4.3.3-r0) 01:10:02 Removing intermediate container fa89def361a2 01:10:02 ---> 3a4763f84d29 01:10:02 Step 20/22 : LABEL arch=x86_64 01:10:02 Executing busybox-1.31.1-r19.trigger 01:10:02 OK: 8 MiB in 20 packages 01:10:02 ---> Running in 37f5ef768a8e 01:10:03 Removing intermediate container 37f5ef768a8e 01:10:03 ---> 72899379aa06 01:10:03 Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:10:03 ---> Running in ee20e292459a 01:10:03 Removing intermediate container ee20e292459a 01:10:03 ---> d261a9aa1c1c 01:10:03 Step 22/22 : LABEL version=0.0.0 01:10:03 Removing intermediate container dadbf28d1cb3 01:10:03 ---> 6e9a3505f420 01:10:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:03 ---> Running in 2ed739ebd7c5 01:10:03 Removing intermediate container 2ed739ebd7c5 01:10:03 ---> 45400b46c4b5 01:10:03 01:10:03 ---> 2432d20872e5 01:10:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:10:04 Successfully built 45400b46c4b5 01:10:04 Successfully tagged docker-support-scheduler-go:latest 01:10:04  Building docker-support-scheduler-go ... done  ---> 1705aa55aff5 01:10:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:10:04 ---> c4650dc02808 01:10:04 Step 19/23 : ENTRYPOINT ["/core-data"] 01:10:04 ---> Running in adfab4fa4ca1 01:10:05 Removing intermediate container adfab4fa4ca1 01:10:05 ---> 8da3ad9723c1 01:10:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:05 ---> Running in 8a0b319b0de8 01:10:05 Removing intermediate container 8a0b319b0de8 01:10:05 ---> 28836e65c3eb 01:10:05 Step 21/23 : LABEL arch=x86_64 01:10:05 ---> Running in 797d9558ee05 01:10:05 Removing intermediate container 797d9558ee05 01:10:05 ---> d4d738eb0d02 01:10:05 Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:10:05 ---> Running in 85c846b5f94a 01:10:05 Removing intermediate container 85c846b5f94a 01:10:05 ---> 023925590731 01:10:05 Step 23/23 : LABEL version=0.0.0 01:10:05 ---> Running in 573a90593f07 01:10:05 Removing intermediate container 573a90593f07 01:10:05 ---> d32802eabe2d 01:10:05 01:10:06 Successfully built d32802eabe2d 01:10:06 Successfully tagged docker-core-data-go:latest 01:10:06  Building docker-core-data-go ... done  [Pipeline] } 01:10:06 $ docker stop --time=1 bea2c876f7861facd29d4f40532d88857faf057cb764f183345253889f865fc3 01:10:08 $ docker rm -f bea2c876f7861facd29d4f40532d88857faf057cb764f183345253889f865fc3 [Pipeline] // withDockerContainer [Pipeline] sh 01:10:08 + docker images 01:10:08 + grep docker 01:10:09 docker-core-data-go latest d32802eabe2d 3 seconds ago 22.3MB 01:10:09 docker-support-scheduler-go latest 45400b46c4b5 5 seconds ago 16.4MB 01:10:09 docker-security-secretstore-setup-go latest 803eb2a8cbe6 15 seconds ago 24.6MB 01:10:09 docker-sys-mgmt-agent-go latest 8e23859432a2 18 seconds ago 313MB 01:10:09 docker-core-metadata-go latest d7d2ed3bd7c6 21 seconds ago 18.7MB 01:10:09 docker-security-bootstrapper-go latest 9ebbcbbe5eb9 44 seconds ago 41.5MB 01:10:09 docker-core-command-go latest 5447fb3daa48 About a minute ago 16.2MB 01:10:09 docker-support-notifications-go latest b081e9c41cbe About a minute ago 16.9MB 01:10:09 docker-security-proxy-setup-go latest d9b81f0d2657 About a minute ago 24.4MB 01:10:09 docker 20.10.0 aefe523efa57 4 weeks 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 01:10:09 Running on prd-ubuntu18.04-docker-8c-8g-20357 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 01:10:09 Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout 01:10:11 using credential edgex-jenkins-ssh 01:10:12 Cloning the remote Git repository 01:10:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:10:12 > git init /w/workspace/edgex-go/27 # timeout=10 01:10:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:10:12 > git --version # timeout=10 01:10:12 > git --version # 'git version 2.17.1' 01:10:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:10:19 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:10:19 Merge succeeded, producing d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:10:19 Checking out Revision d1b6f8cb6c14c156082104a9acd2063c8ad82e6b (PR-2970) 01:10:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:10:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:10:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:10:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:10:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:10:19 > git config core.sparsecheckout # timeout=10 01:10:19 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 01:10:19 > git remote # timeout=10 01:10:19 > git config --get remote.origin.url # timeout=10 01:10:19 using GIT_SSH to set credentials SSH Credentials for GitHub 01:10:19 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 01:10:19 > git rev-parse HEAD^{commit} # timeout=10 01:10:19 > git config core.sparsecheckout # timeout=10 01:10:19 > git checkout -f d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 01:10:23 Commit message: "feat(security): Address another PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:24 + echo snap-build.sh 01:10:24 snap-build.sh 01:10:24 + SNAP_BASE_DIR=. 01:10:24 + '[' '!' -z /w/workspace/edgex-go/27 ']' 01:10:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/27 01:10:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/27]' 01:10:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/27] 01:10:24 + cd /w/workspace/edgex-go/27 01:10:24 + sudo apt-get remove -qy --purge lxd lxd-client 01:10:24 Reading package lists... 01:10:24 Building dependency tree... 01:10:24 Reading state information... 01:10:24 The following packages were automatically installed and are no longer required: 01:10:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:10:24 uidmap xdelta3 01:10:24 Use 'sudo apt autoremove' to remove them. 01:10:24 The following packages will be REMOVED: 01:10:24 lxd* lxd-client* 01:10:24 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:10:24 After this operation, 31.7 MB disk space will be freed. 01:10:25 (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.) 01:10:25 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:10:26 Removing lxd dnsmasq configuration 01:10:26 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:10:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:10:41 gofmt -l . 01:10:42 [ "`gofmt -l .`" = "" ] 01:10:44 ./bin/test-go-mod-tidy.sh 01:10:44 ./bin/test-attribution-txt.sh [Pipeline] sh 01:10:47 + ls -al . 01:10:47 total 688 01:10:47 drwxrwxr-x 9 1001 1001 4096 Jan 15 01:10 . 01:10:47 drwxr-xr-x 4 root root 4096 Jan 15 01:07 .. 01:10:47 -rw-rw-r-- 1 1001 1001 11 Jan 15 01:05 .dockerignore 01:10:47 drwxrwxr-x 8 1001 1001 4096 Jan 15 01:05 .git 01:10:47 drwxrwxr-x 3 1001 1001 4096 Jan 15 01:05 .github 01:10:47 -rw-rw-r-- 1 1001 1001 872 Jan 15 01:05 .gitignore 01:10:47 -rw-rw-r-- 1 1001 1001 166 Jan 15 01:05 .sonarcloud.properties 01:10:47 -rw-rw-r-- 1 1001 1001 7841 Jan 15 01:05 Attribution.txt 01:10:47 -rw-rw-r-- 1 1001 1001 3804 Jan 15 01:05 CONTRIBUTING.md 01:10:47 -rw-rw-r-- 1 1001 1001 931 Jan 15 01:05 Dockerfile.build 01:10:47 -rw-rw-r-- 1 1001 1001 863 Jan 15 01:05 Jenkinsfile 01:10:47 -rw-rw-r-- 1 1001 1001 10775 Jan 15 01:05 LICENSE 01:10:47 -rw-rw-r-- 1 1001 1001 6001 Jan 15 01:05 Makefile 01:10:47 -rw-rw-r-- 1 1001 1001 6524 Jan 15 01:05 README.md 01:10:47 -rw-rw-r-- 1 1001 1001 6744 Jan 15 01:05 SECURITY.md 01:10:47 -rw-rw-r-- 1 1001 1001 5 Jan 15 01:03 VERSION 01:10:47 -rw-rw-r-- 1 1001 1001 4131 Jan 15 01:05 ZMQWindows.md 01:10:47 drwxrwxr-x 2 1001 1001 4096 Jan 15 01:05 bin 01:10:47 drwxrwxr-x 15 1001 1001 4096 Jan 15 01:05 cmd 01:10:47 -rw-r--r-- 1 root root 555396 Jan 15 01:09 coverage.out 01:10:47 -rw-r--r-- 1 root root 1005 Jan 15 01:10 go.mod 01:10:47 -rw-r--r-- 1 root root 19189 Jan 15 01:10 go.sum 01:10:47 drwxrwxr-x 8 1001 1001 4096 Jan 15 01:05 internal 01:10:47 drwxrwxr-x 4 1001 1001 4096 Jan 15 01:05 openapi 01:10:47 drwxrwxr-x 4 1001 1001 4096 Jan 15 01:05 snap 01:10:47 -rw-rw-r-- 1 1001 1001 168 Jan 15 01:05 version.go [Pipeline] sh 01:10:47 + '[' -e coverage.out ] 01:10:47 + chown 1001:1001 coverage.out [Pipeline] stash 01:10:47 Warning: overwriting stash ‘coverage-report’ 01:10:49 Stashed 1 file(s) [Pipeline] sh 01:10:49 + make build 01:10:49 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 01:11:00 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 01:11:22 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 01:11:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:11:29 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 01:11:30 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 01:11:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:11:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:11:42 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 01:11: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 01:11:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:11:55 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 01:11:59 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] } 01:12:03 $ docker stop --time=1 60ed3fcc165b1885dcb1b5c78f6fa4235bfe468be04f91dc023de770af575af1 01:12:06 $ docker rm -f 60ed3fcc165b1885dcb1b5c78f6fa4235bfe468be04f91dc023de770af575af1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:12:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:12:08 01:12:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:12:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:12:09 latest: Pulling from edgex-devops/edgex-compose-arm64 01:12:09 29e5d40040c1: Pulling fs layer 01:12:09 1ce36da41761: Pulling fs layer 01:12:09 25b303627fd3: Pulling fs layer 01:12:09 29e5d40040c1: Verifying Checksum 01:12:09 29e5d40040c1: Download complete 01:12:10 29e5d40040c1: Pull complete 01:12:10 1ce36da41761: Verifying Checksum 01:12:10 1ce36da41761: Download complete 01:12:11 1ce36da41761: Pull complete 01:12:11 25b303627fd3: Verifying Checksum 01:12:11 25b303627fd3: Download complete 01:12:18 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:12:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 01:12:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:12:18 Processing triggers for systemd (237-3ubuntu10.42) ... 01:12:18 Processing triggers for ureadahead (0.100.0-21) ... 01:12:18 + sudo snap remove --purge lxd 01:12:18 snap "lxd" is not installed 01:12:18 + sudo groupadd --force --system lxd 01:12:18 ++ whoami 01:12:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:12:18 + newgrp - lxd 01:12:18 + sudo snap install lxd 01:12:18 2021-01-15T01:12:16Z INFO Waiting for automatic snapd restart... 01:12:21 25b303627fd3: Pull complete 01:12:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:12:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:12:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:12:22 prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container 01:12:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:12:25 $ docker top 3218d4034693c7e3bf87213d3f0650b61cb9d2fd1074b49c111c5b2a85fc3407 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:26 + docker-compose build --help 01:12:26 + grep parallel 01:12:29 --parallel Build images in parallel. [Pipeline] } 01:12:29 $ docker stop --time=1 3218d4034693c7e3bf87213d3f0650b61cb9d2fd1074b49c111c5b2a85fc3407 01:12:31 $ docker rm -f 3218d4034693c7e3bf87213d3f0650b61cb9d2fd1074b49c111c5b2a85fc3407 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:12:32 . [Pipeline] withDockerContainer 01:12:32 prd-ubuntu18.04-docker-arm64-4c-16g-20364 does not seem to be running inside a container 01:12:33 $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:12:33 lxd 4.10 from Canonical* installed 01:12:33 + sudo lxd init --auto 01:12:34 $ docker top aa88e0fa1a286e64ce7b235993b337bfb18154fbbef328585be44ee8bf3e9a60 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:35 + docker-compose -f ./docker-compose-build.yml build --parallel 01:12:38 Building docker-core-command-go ... 01:12:38 Building docker-core-data-go ... 01:12:38 Building docker-core-metadata-go ... 01:12:38 Building docker-security-bootstrapper-go ... 01:12:38 Building docker-security-proxy-setup-go ... 01:12:38 Building docker-security-secretstore-setup-go ... 01:12:38 Building docker-support-notifications-go ... 01:12:38 Building docker-support-scheduler-go ... 01:12:38 Building docker-sys-mgmt-agent-go ... 01:12:38 Building docker-core-metadata-go 01:12:38 Building docker-sys-mgmt-agent-go 01:12:38 Building docker-security-proxy-setup-go 01:12:38 Building docker-security-bootstrapper-go 01:12:38 Building docker-core-command-go 01:12:43 + sudo snap install --classic snapcraft 01:12:50 snapcraft 4.4.4 from Canonical* installed 01:12:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:12:50 + patch --verbose -p1 01:12:50 Hmm... Looks like a unified diff to me... 01:12:50 The text leading up to this was: 01:12:50 -------------------------- 01:12:50 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:12:50 |From: Tony Espy 01:12:50 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:12:50 |Subject: [PATCH] optimize snap build for pipeline CI check 01:12:50 | 01:12:50 |This patch is used by the EdgeX CI pipeline builds to 01:12:50 |optimize the snap CI check run for pull requests. When 01:12:50 |applied, it essentially strips out everything (apps and 01:12:50 |parts) from the snapcraft.yaml file except those required 01:12:50 |to build edgex-go, as the whole idea of the CI check is to 01:12:50 |catch changes to edgex-go that break the snap build. 01:12:50 | 01:12:50 |In general, anyone updating snapcraft.yaml will also need 01:12:50 |to update this patch file, otherwise it may fail to apply, 01:12:50 |resulting in a failed snap build CI check in the associated 01:12:50 |pull request. 01:12:50 | 01:12:50 |Note - in addition to applying this patch, the pipeline also 01:12:50 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:12:50 |need to build the finally binary .snap file (and it won't 01:12:50 |work with the patch applied). This further reduces the build 01:12:50 |time. 01:12:50 |--- 01:12:50 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:12:50 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:12:50 | 01:12:50 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:12:50 |index 1e537489..faf42425 100644 01:12:50 |--- a/snap/snapcraft.yaml 01:12:50 |+++ b/snap/snapcraft.yaml 01:12:50 -------------------------- 01:12:50 patching file snap/snapcraft.yaml 01:12:50 Using Plan A... 01:12:50 Hunk #1 succeeded at 73. 01:12:50 Hunk #2 succeeded at 202 with fuzz 1. 01:12:50 Hunk #3 succeeded at 214 (offset -3 lines). 01:12:50 Hunk #4 succeeded at 222 (offset -3 lines). 01:12:50 Hunk #5 succeeded at 229 (offset -3 lines). 01:12:50 Hunk #6 succeeded at 256 (offset -3 lines). 01:12:50 Hunk #7 succeeded at 290 (offset -3 lines). 01:12:50 Hunk #8 succeeded at 342 (offset -2 lines). 01:12:50 Hmm... Ignoring the trailing garbage. 01:12:50 done 01:12:50 + sudo snapcraft prime --use-lxd 01:12:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:12:51 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: 01:12:51 - README.md 01:12:51 - snapcraft.yaml.orig 01:12:51 01:12:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:12:51 Launching a container. 01:13:03 Waiting for container to be ready 01:13:03 To start your first instance, try: lxc launch ubuntu:18.04 01:13:03 01:13:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:13:06 Waiting for network to be ready... 01:13:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:13:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:13:07 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:13:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 01:13:07 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:13:07 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:13:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:13:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:13:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:13:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:13:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:13:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 01:13:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 01:13:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 01:13:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:13:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:13:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 01:13:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 01:13:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:13:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 01:13:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 01:13:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 01:13:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 01:13:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 01:13:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 01:13:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 01:13:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 01:13:11 Fetched 23.7 MB in 4s (5509 kB/s) 01:13:11 Reading package lists... 01:13:11 Reading package lists... 01:13:12 Building dependency tree... 01:13:12 Reading state information... 01:13:12 The following additional packages will be installed: 01:13:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:13:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:13:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:13:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:13:12 Suggested packages: 01:13:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:13:12 Recommended packages: 01:13:12 gnupg libsasl2-modules 01:13:12 The following NEW packages will be installed: 01:13:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:13:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:13:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:13:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:13:12 The following packages will be upgraded: 01:13:12 gpg gpg-agent gpgconf libudev1 01:13:12 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 01:13:12 Need to get 3532 kB of archives. 01:13:12 After this operation, 13.3 MB of additional disk space will be used. 01:13:12 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 01:13:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:13:12 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 01:13:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:13:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:13:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:13:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:13:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:13:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:13:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:13:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:13:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:13:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:13:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:13:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:13:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:13:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:13:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:13:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:13:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:13:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:13:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:13:13 debconf: delaying package configuration, since apt-utils is not installed 01:13:13 Fetched 3532 kB in 1s (3258 kB/s) 01:13:13 (Reading database ... 12511 files and directories currently installed.) 01:13:13 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 01:13:13 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:13:13 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 01:13:13 Selecting previously unselected package udev. 01:13:13 (Reading database ... 12511 files and directories currently installed.) 01:13:13 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 01:13:13 Unpacking udev (237-3ubuntu10.43) ... 01:13:14 Selecting previously unselected package libfuse2:amd64. 01:13:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:13:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:13:14 Selecting previously unselected package fuse. 01:13:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:13:14 Unpacking fuse (2.9.7-1ubuntu1) ... 01:13:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:13:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:13:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:13:14 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:13:14 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:13:14 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:13:14 Selecting previously unselected package libksba8:amd64. 01:13:14 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:13:14 Unpacking libksba8:amd64 (1.3.5-2) ... 01:13:14 Selecting previously unselected package libroken18-heimdal:amd64. 01:13:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:13:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:13:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:13:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libwind0-heimdal:amd64. 01:13:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:13:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:13:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:13:15 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:13:15 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:13:15 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:15 Selecting previously unselected package libsasl2-modules-db:amd64. 01:13:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:13:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:13:15 Selecting previously unselected package libsasl2-2:amd64. 01:13:15 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:13:15 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:13:15 Selecting previously unselected package libldap-common. 01:13:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:13:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:13:15 Selecting previously unselected package libldap-2.4-2:amd64. 01:13:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:13:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:13:16 Selecting previously unselected package dirmngr. 01:13:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:13:16 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:13:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:13:16 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:13:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:13:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:13:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:13:16 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:13:16 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:16 Setting up libksba8:amd64 (1.3.5-2) ... 01:13:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:13:16 Setting up udev (237-3ubuntu10.43) ... 01:13:16 invoke-rc.d: policy-rc.d denied execution of start. 01:13:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:16 Processing triggers for systemd (237-3ubuntu10) ... 01:13:16 Setting up fuse (2.9.7-1ubuntu1) ... 01:13:16 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:13:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:13:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:13:17 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:13:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:13:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:13:17 settings in the [Install] section, and DefaultInstance for template units). 01:13:17 This means they are not meant to be enabled using systemctl. 01:13:17 Possible reasons for having this kind of units are: 01:13:17 1) A unit may be statically enabled by being symlinked from another unit's 01:13:17 .wants/ or .requires/ directory. 01:13:17 2) A unit's purpose may be to act as a helper for some other unit which has 01:13:17 a requirement dependency on it. 01:13:17 3) A unit may be started when needed via activation (socket, path, timer, 01:13:17 D-Bus, udev, scripted systemctl call, ...). 01:13:17 4) In case of template units, the unit is meant to be enabled with some 01:13:17 instance name specified. 01:13:18 Reading package lists... 01:13:18 Building dependency tree... 01:13:18 Reading state information... 01:13:18 The following additional packages will be installed: 01:13:18 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:13:18 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:13:18 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:13:18 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:13:18 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:13:18 Suggested packages: 01:13:18 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:13:18 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:13:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:13:18 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:13:18 systemd-container policykit-1 01:13:18 Recommended packages: 01:13:18 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:13:18 The following NEW packages will be installed: 01:13:18 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:13:18 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:13:18 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:13:18 multiarch-support openssh-client python3 python3-minimal python3.6 01:13:18 python3.6-minimal snapd squashfs-tools sudo 01:13:18 The following packages will be upgraded: 01:13:18 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:13:18 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 01:13:18 Need to get 35.2 MB of archives. 01:13:18 After this operation, 141 MB of additional disk space will be used. 01:13:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:13:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 01:13:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:13:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:13:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 01:13:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:13:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:13:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:13:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:13:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:13:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:13:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:13:19 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 01:13:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:13:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:13:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:13:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:13:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:13:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:13:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:13:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:13:19 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:13:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:13:19 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:13:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:13:19 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:13:19 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:13:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:13:19 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:13:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:13:20 debconf: delaying package configuration, since apt-utils is not installed 01:13:20 Fetched 35.2 MB in 2s (16.2 MB/s) 01:13:20 (Reading database ... 12757 files and directories currently installed.) 01:13:20 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 01:13:20 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:13:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 01:13:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:13:21 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 01:13:21 (Reading database ... 12757 files and directories currently installed.) 01:13:21 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:13:21 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:13:21 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:13:21 (Reading database ... 12757 files and directories currently installed.) 01:13:21 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:13:21 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:13:22 Setting up apt (1.6.12ubuntu0.2) ... 01:13:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:13:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:13:22 (Reading database ... 12764 files and directories currently installed.) 01:13:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:13:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:13:23 Selecting previously unselected package libpython3.6-minimal:amd64. 01:13:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:13:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:13:23 Selecting previously unselected package libexpat1:amd64. 01:13:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:13:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:13:23 Selecting previously unselected package python3.6-minimal. 01:13:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:13:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:13:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:13:23 Checking for services that may need to be restarted...done. 01:13:23 Checking for services that may need to be restarted...done. 01:13:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:13:23 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:13:23 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:13:24 Selecting previously unselected package python3-minimal. 01:13:24 (Reading database ... 13012 files and directories currently installed.) 01:13:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:13:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:13:24 Selecting previously unselected package mime-support. 01:13:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:13:24 Unpacking mime-support (3.60ubuntu1) ... 01:13:24 Selecting previously unselected package libmpdec2:amd64. 01:13:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:13:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:13:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:13:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:13:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:13:24 Selecting previously unselected package python3.6. 01:13:24 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:13:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:13:25 Selecting previously unselected package libpython3-stdlib:amd64. 01:13:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:13:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:13:25 Setting up python3-minimal (3.6.7-1~18.04) ... 01:13:25 Selecting previously unselected package python3. 01:13:25 (Reading database ... 13442 files and directories currently installed.) 01:13:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:13:25 Unpacking python3 (3.6.7-1~18.04) ... 01:13:25 Selecting previously unselected package multiarch-support. 01:13:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:13:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:13:25 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:13:25 Selecting previously unselected package liblzo2-2:amd64. 01:13:25 (Reading database ... 13479 files and directories currently installed.) 01:13:25 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:13:25 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:13:25 Selecting previously unselected package libbsd0:amd64. 01:13:25 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:13:25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:13:25 Selecting previously unselected package sudo. 01:13:25 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 01:13:25 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 01:13:26 Selecting previously unselected package apparmor. 01:13:26 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:13:26 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:13:26 Selecting previously unselected package libedit2:amd64. 01:13:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:13:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:13:26 Selecting previously unselected package libkrb5support0:amd64. 01:13:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:13:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:13:26 Selecting previously unselected package libk5crypto3:amd64. 01:13:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:13:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:13:26 Selecting previously unselected package libkeyutils1:amd64. 01:13:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:13:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:13:26 Selecting previously unselected package libkrb5-3:amd64. 01:13:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:13:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:13:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:13:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:13:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:13:27 Selecting previously unselected package libssl1.0.0:amd64. 01:13:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:13:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:13:27 Selecting previously unselected package openssh-client. 01:13:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:13:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:13:27 Selecting previously unselected package squashfs-tools. 01:13:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:13:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:13:27 Selecting previously unselected package snapd. 01:13:27 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:13:27 Unpacking snapd (2.48+18.04) ... 01:13:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:13:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:13:29 Setting up mime-support (3.60ubuntu1) ... 01:13:29 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 01:13:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:13:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:13:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:13:29 Setting up systemd (237-3ubuntu10.43) ... 01:13:29 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:13:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:13:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:13:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:13:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:13:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:13:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:13:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:13:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:13:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:13:31 Setting up python3 (3.6.7-1~18.04) ... 01:13:32 running python rtupdate hooks for python3.6... 01:13:32 running python post-rtupdate hooks for python3.6... 01:13:32 Setting up apparmor (2.12-4ubuntu5.1) ... 01:13:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:13:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:13:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:13:33 Setting up snapd (2.48+18.04) ... 01:13:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:13:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:13:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:13:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:13:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:13:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:13:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:13:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:13:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:13:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:13:35 /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' 01:13:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:13:36 Processing triggers for systemd (237-3ubuntu10.43) ... 01:13:36 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:13:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:13:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:13:37 Reading package lists... 01:13:38 Reading package lists... 01:13:38 Building dependency tree... 01:13:38 Reading state information... 01:13:38 Calculating upgrade... 01:13:38 The following packages will be upgraded: 01:13:38 advancecomp base-files bash binutils binutils-common 01:13:38 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:13:38 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:13:38 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 01:13:38 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 01:13:38 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 01:13:38 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 01:13:38 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 01:13:38 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:13:38 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:13:38 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:13:38 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:13:38 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:13:38 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:13:38 ubuntu-keyring util-linux 01:13:38 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:13:38 Need to get 63.7 MB of archives. 01:13:38 After this operation, 5203 kB of additional disk space will be used. 01:13:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 01:13:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:13:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:13:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:13:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:13:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:13:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:13:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:13:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:13:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:13:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:13:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:13:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:13:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:13:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:13:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:13:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:13:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:13:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:13:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:13:38 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:13:38 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:13:38 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:13:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:13:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:13:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:13:38 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:13:38 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:13:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:13:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:13:38 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:13:38 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:13:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:13:38 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:13:38 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:13:38 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:13:38 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:13:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:13:38 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:13:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:13:38 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:13:38 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:13:38 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:13:38 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:13:38 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:13:38 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:13:38 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:13:38 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:13:38 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:13:39 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:13:39 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:13:39 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:13:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:13:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:13:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:13:39 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:13:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:13:39 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:13:39 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:13:39 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:13:39 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:13:39 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:13:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:13:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:13:39 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:13:39 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:13:39 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:13:39 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:13:39 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:13:39 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:13:39 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:13:39 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:13:39 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:13:39 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:13:39 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:13:39 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:13:39 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:13:39 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:13:39 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:13:39 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:13:39 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:13:39 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:13:39 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 01:13:39 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:13:40 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:13:40 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:13:40 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:13:40 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:13:40 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:13:40 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:13:40 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:13:40 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:13:40 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:13:40 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:13:40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:13:40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:13:40 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:13:40 debconf: delaying package configuration, since apt-utils is not installed 01:13:40 Fetched 63.7 MB in 2s (34.1 MB/s) 01:13:40 (Reading database ... 13912 files and directories currently installed.) 01:13:40 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:13:40 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:13:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:13:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:13:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 01:13:41 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 01:13:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:42 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:42 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:42 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:42 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:42 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:42 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:13:43 (Reading database ... 13911 files and directories currently installed.) 01:13:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:13:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:13:43 (Reading database ... 13911 files and directories currently installed.) 01:13:43 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:43 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:43 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:43 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:43 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:13:43 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:13:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:13:44 (Reading database ... 13911 files and directories currently installed.) 01:13:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:13:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:13:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:13:44 (Reading database ... 13911 files and directories currently installed.) 01:13:44 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:13:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:13:44 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:13:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:13:45 Setting up base-files (10.1ubuntu2.10) ... 01:13:45 Installing new version of config file /etc/issue ... 01:13:45 Installing new version of config file /etc/issue.net ... 01:13:45 Installing new version of config file /etc/lsb-release ... 01:13:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:13:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:13:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:13:45 Removing obsolete conffile /etc/default/motd-news ... 01:13:45 (Reading database ... 13912 files and directories currently installed.) 01:13:45 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:13:45 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:13:45 Setting up bash (4.4.18-2ubuntu1.2) ... 01:13:46 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 01:13:46 (Reading database ... 13912 files and directories currently installed.) 01:13:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:13:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:13:46 (Reading database ... 13912 files and directories currently installed.) 01:13:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:13:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:13:46 Setting up tar (1.29b-2ubuntu0.2) ... 01:13:46 (Reading database ... 13912 files and directories currently installed.) 01:13:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:13:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:13:47 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:13:47 (Reading database ... 13912 files and directories currently installed.) 01:13:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:13:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:13:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:13:47 (Reading database ... 13912 files and directories currently installed.) 01:13:47 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:13:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:13:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:13:47 (Reading database ... 13912 files and directories currently installed.) 01:13:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:13:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:13:47 Setting up grep (3.1-2build1) ... 01:13:47 (Reading database ... 13912 files and directories currently installed.) 01:13:47 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:13:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:13:48 Setting up login (1:4.5-1ubuntu2) ... 01:13:48 (Reading database ... 13912 files and directories currently installed.) 01:13:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:13:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:13:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:13:48 (Reading database ... 13912 files and directories currently installed.) 01:13:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:13:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:13:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:13:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:13:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:13:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:13:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:13:49 (Reading database ... 13912 files and directories currently installed.) 01:13:49 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:13:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:13:50 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:13:50 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:13:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:13:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:13:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:13:51 (Reading database ... 13912 files and directories currently installed.) 01:13:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:13:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:13:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:13:51 (Reading database ... 13912 files and directories currently installed.) 01:13:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:51 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:51 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:13:51 (Reading database ... 13912 files and directories currently installed.) 01:13:51 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:51 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:13:52 (Reading database ... 13912 files and directories currently installed.) 01:13:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:13:52 (Reading database ... 13912 files and directories currently installed.) 01:13:52 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:52 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:52 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:13:52 (Reading database ... 13912 files and directories currently installed.) 01:13:52 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:13:52 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:13:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:13:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:13:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:13:53 (Reading database ... 13912 files and directories currently installed.) 01:13:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:13:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:13:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:13:53 (Reading database ... 13912 files and directories currently installed.) 01:13:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:13:53 (Reading database ... 13912 files and directories currently installed.) 01:13:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:53 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:53 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:13:54 (Reading database ... 13912 files and directories currently installed.) 01:13:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:13:54 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:13:54 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:13:55 (Reading database ... 13912 files and directories currently installed.) 01:13:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:13:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:13:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:13:55 (Reading database ... 13912 files and directories currently installed.) 01:13:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:13:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:13:55 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:13:55 (Reading database ... 13914 files and directories currently installed.) 01:13:55 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:13:55 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:13:56 Setting up debconf (1.5.66ubuntu1) ... 01:13:56 (Reading database ... 13914 files and directories currently installed.) 01:13:56 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:13:56 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:13:56 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:13:56 (Reading database ... 13914 files and directories currently installed.) 01:13:56 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:13:56 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:13:56 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:13:57 (Reading database ... 13914 files and directories currently installed.) 01:13:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:13:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:13:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:13:57 (Reading database ... 13914 files and directories currently installed.) 01:13:57 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:13:57 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:13:57 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 01:13:57 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 01:13:57 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:13:57 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:13:57 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:13:58 (Reading database ... 13914 files and directories currently installed.) 01:13:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:13:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:13:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:13:58 (Reading database ... 13914 files and directories currently installed.) 01:13:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:13:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:13:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:13:58 (Reading database ... 13914 files and directories currently installed.) 01:13:58 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:13:58 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:13:58 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:13:58 (Reading database ... 13914 files and directories currently installed.) 01:13:58 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:13:58 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:13:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:13:59 (Reading database ... 13914 files and directories currently installed.) 01:13:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:13:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:13:59 Setting up passwd (1:4.5-1ubuntu2) ... 01:13:59 (Reading database ... 13914 files and directories currently installed.) 01:13:59 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:13:59 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:13:59 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:13:59 (Reading database ... 13914 files and directories currently installed.) 01:13:59 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:13:59 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:14:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:14:00 (Reading database ... 13914 files and directories currently installed.) 01:14:00 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:14:00 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:14:00 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:14:00 (Reading database ... 13914 files and directories currently installed.) 01:14:00 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:14:00 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:14:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:14:00 ---> 481b1fc26873 01:14:00 Step 3/23 : WORKDIR /edgex-go 01:14:00 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:00 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:14:00 ---> 481b1fc26873 01:14:00 Step 3/33 : WORKDIR /edgex-go 01:14:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:14:00 ---> 481b1fc26873 01:14:00 Step 3/23 : WORKDIR /edgex-go 01:14:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:14:00 ---> 481b1fc26873 01:14:00 Step 3/21 : WORKDIR /edgex-go 01:14:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:14:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:14:00 ---> 481b1fc26873 01:14:00 Step 3/26 : WORKDIR /edgex-go 01:14:00 ---> Running in 6c0b4402c9a0 01:14:00 ---> Running in 10e3593deac7 01:14:00 ---> Running in 00663f8e5ebb 01:14:00 ---> Running in 7fd83cca2bf5 01:14:00 ---> Running in 05342d18174b 01:14:00 Removing intermediate container 10e3593deac7 01:14:00 ---> c949ec1459a9 01:14:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:00 Removing intermediate container 05342d18174b 01:14:00 ---> 2a7f64f6b29b 01:14:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:00 Removing intermediate container 6c0b4402c9a0 01:14:00 ---> 0fd07915bc7b 01:14:00 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:00 Removing intermediate container 7fd83cca2bf5 01:14:00 ---> e341763d7577 01:14:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:00 Removing intermediate container 00663f8e5ebb 01:14:00 ---> b9e2207e33a4 01:14:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:14:00 ---> Running in 068d90dcc738 01:14:00 ---> Running in c1efc6a9b7d4 01:14:00 ---> Running in f56f4301b051 01:14:00 ---> Running in 58acc88c612a 01:14:00 ---> Running in 44cab24b4642 01:14:00 Removing intermediate container c1efc6a9b7d4 01:14:00 ---> 4df01dd8599e 01:14:00 Step 5/23 : RUN apk add --update --no-cache make git 01:14:00 Removing intermediate container 068d90dcc738 01:14:00 ---> 97f729167309 01:14:00 Step 5/21 : RUN apk add --update --no-cache make git 01:14:00 ---> Running in fa8712493660 01:14:00 ---> Running in bc058e8c63df 01:14:00 Removing intermediate container 58acc88c612a 01:14:00 ---> 15e874fe78b1 01:14:00 Step 5/23 : RUN apk add --update --no-cache make git 01:14:00 ---> Running in fa2430319aef 01:14:00 Removing intermediate container f56f4301b051 01:14:00 Removing intermediate container 44cab24b4642 01:14:00 ---> a31ae2559d09 01:14:00 Step 5/26 : RUN apk add --update --no-cache make bash git ---> 4272e989b7be 01:14:00 Step 5/33 : RUN apk add --update --no-cache make git 01:14:00 01:14:00 ---> Running in 98c6a361a6f0 01:14:00 ---> Running in 31627649241b 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:14:00 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:14:01 (Reading database ... 13914 files and directories currently installed.) 01:14:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:14:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:14:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:14:01 OK: 217 MiB in 51 packages 01:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:14:01 (Reading database ... 13914 files and directories currently installed.) 01:14:01 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:14:01 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:14:01 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:14:01 OK: 217 MiB in 51 packages 01:14:01 (Reading database ... 13914 files and directories currently installed.) 01:14:01 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:14:01 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:14:01 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:14:01 (Reading database ... 13915 files and directories currently installed.) 01:14:01 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:14:01 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:14:01 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:14:01 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:14:01 OK: 217 MiB in 51 packages 01:14:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:14:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:14:02 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:14:02 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:14:02 OK: 217 MiB in 51 packages 01:14:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:14:02 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:14:02 OK: 217 MiB in 51 packages 01:14:02 Removing intermediate container fa8712493660 01:14:02 ---> c211b4fa8f25 01:14:02 Step 6/23 : COPY go.mod . 01:14:02 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:14:02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:14:02 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:14:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:14:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:14:03 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:14:03 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:14:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:14:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:14:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:14:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:14:03 Removing intermediate container bc058e8c63df 01:14:03 ---> 717db3dd770f 01:14:03 Step 6/21 : COPY go.mod . 01:14:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:14:03 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:14:03 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:14:03 Removing intermediate container fa2430319aef 01:14:03 ---> ae4c40854e28 01:14:03 Step 6/23 : COPY go.mod . 01:14:04 ---> 2a0fdc7d49b4 01:14:04 Step 7/23 : RUN go mod download 01:14:04 Removing intermediate container 98c6a361a6f0 01:14:04 ---> 601bb7e0dc9d 01:14:04 Step 6/26 : COPY go.mod . 01:14:04 ---> Running in 6860658074ca 01:14:04 ---> 116aabb1e2e4 01:14:04 Step 7/21 : RUN go mod download 01:14:04 Removing intermediate container 31627649241b 01:14:04 ---> cc2b2dc9228c 01:14:04 Step 6/33 : COPY go.mod . 01:14:04 ---> Running in e381eb746e5e 01:14:04 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:14:04 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:14:04 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:14:04 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:14:04 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:14:04 ---> 11eafaebb45a 01:14:04 Step 7/23 : RUN go mod download 01:14:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:14:05 ---> 4e325bb17964 01:14:05 Step 7/26 : RUN go mod download 01:14:05 ---> Running in 94758658dd65 01:14:05 ---> Running in a2ba4fb82f59 01:14:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:14:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:14:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:14:05 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:14:05 ---> 156f9c1507d0 01:14:05 Step 7/33 : RUN go mod download 01:14:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:14:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:14:05 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:05 ---> Running in 014261ece885 01:14:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:08 Removing intermediate container 6860658074ca 01:14:08 ---> b23d92b1f744 01:14:08 Step 8/23 : COPY . . 01:14:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:09 Removing intermediate container e381eb746e5e 01:14:09 ---> 4f56637c473d 01:14:09 Step 8/21 : COPY . . 01:14:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:14:09 Removing intermediate container 94758658dd65 01:14:09 ---> 3c69065c7f63 01:14:09 Step 8/23 : COPY . . 01:14:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:14:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:14:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:14:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:14:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:14:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:14:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:14:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:14:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:14:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:14:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:14:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:14:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:14:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:14:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:14:10 Removing intermediate container a2ba4fb82f59 01:14:10 ---> c071ff941626 01:14:10 Step 8/26 : COPY . . 01:14:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:14:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:14:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:14:11 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:14:11 01:14:11 Current default time zone: 'Etc/UTC' 01:14:11 Local time is now: Fri Jan 15 01:14:11 UTC 2021. 01:14:11 Universal Time is now: Fri Jan 15 01:14:11 UTC 2021. 01:14:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:14:11 01:14:11 Removing intermediate container 014261ece885 01:14:11 ---> d4d077c09e65 01:14:11 Step 8/33 : COPY . . 01:14:11 Setting up systemd-sysv (237-3ubuntu10.43) ... 01:14:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:11 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 01:14:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:14:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:14:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:14:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:14:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:14:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:14:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:14:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:14:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:14:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:14:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:12 Setting up patch (2.7.6-2ubuntu1.1) ... 01:14:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:14:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:14:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:14:12 Installing new version of config file /etc/ssl/openssl.cnf ... 01:14:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:14:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:14:12 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:14:14 Updating certificates in /etc/ssl/certs... 01:14:15 22 added, 17 removed; done. 01:14:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:14:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:14:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:14:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:14:15 Setting up pkgbinarymangler (138.18.04.1) ... 01:14:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:14:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:14:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:14:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:14:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:14:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:14:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:14:15 Setting up perl (5.26.1-6ubuntu0.5) ... 01:14:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:14:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:14:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:14:16 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:14:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:14:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:14:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:14:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:14:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:14:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:14:16 Processing triggers for systemd (237-3ubuntu10.43) ... 01:14:16 Processing triggers for mime-support (3.60ubuntu1) ... 01:14:16 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:14:16 Updating certificates in /etc/ssl/certs... 01:14:17 0 added, 0 removed; done. 01:14:17 Running hooks in /etc/ca-certificates/update.d... 01:14:17 done. 01:14:17 Reading package lists... 01:14:17 Building dependency tree... 01:14:17 Reading state information... 01:14:18 The following NEW packages will be installed: 01:14:18 apt-transport-https 01:14:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:14:18 Need to get 1696 B of archives. 01:14:18 After this operation, 153 kB of additional disk space will be used. 01:14:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:14:18 debconf: delaying package configuration, since apt-utils is not installed 01:14:18 Fetched 1696 B in 0s (8121 B/s) 01:14:18 Selecting previously unselected package apt-transport-https. 01:14:18 (Reading database ... 13929 files and directories currently installed.) 01:14:18 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:14:18 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:14:18 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:14:18 Waiting for network to be ready... 01:14:25 2021-01-15T01:14:21Z INFO Waiting for automatic snapd restart... 01:14:25 snapd 2.48.2 from Canonical* installed 01:14:25 "snapd" switched to the "latest/stable" channel 01:14:25 01:14:28 core18 20201210 from Canonical* installed 01:14:28 "core18" switched to the "latest/stable" channel 01:14:28 01:14:31 snapcraft 4.4.4 from Canonical* installed 01:14:31 "snapcraft" switched to the "latest/stable" channel 01:14:31 01:14:33 ---> 39d44b9dc889 01:14:33 Step 9/23 : RUN make cmd/core-command/core-command 01:14:33 ---> Running in 88628ae1d767 01:14:33 ---> 759578bb700f 01:14:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:14:33 ---> 4e62c7061966 01:14:33 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:14:33 ---> 7037b1509212 01:14:33 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:14:33 ---> 36a2f73a7e30 01:14:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:14:33 ---> Running in 682f59312ff0 01:14:33 ---> Running in 116b8a599c94 01:14:33 ---> Running in a79e75eda3d5 01:14:33 ---> Running in 1fec43455f4c 01:14:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:14:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:14:36 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 01:14:36 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 01:14:36 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 01:14:36 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: 01:14:36 - README.md 01:14:36 - snapcraft.yaml.orig 01:14:36 01:14:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:14:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:14:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:14:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:14:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:14:42 Reading package lists... 01:14:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 01:14:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:14:50 Reading package lists... 01:14:50 Building dependency tree... 01:14:50 Reading state information... 01:14:50 Suggested packages: 01:14:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:14:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:14:50 Recommended packages: 01:14:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:14:50 The following NEW packages will be installed: 01:14:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:14:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:14:50 pkg-config zip 01:14:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:14:50 Need to get 7655 kB of archives. 01:14:50 After this operation, 43.7 MB of additional disk space will be used. 01:14:50 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:14:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:14:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:14:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:14:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:14:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:14:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:14:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:14:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:14:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:14:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:14:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:14:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:14:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:14:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:14:51 debconf: delaying package configuration, since apt-utils is not installed 01:14:51 Fetched 7655 kB in 1s (7007 kB/s) 01:14:51 Selecting previously unselected package libglib2.0-0:amd64. 01:14:51 (Reading database ... 13933 files and directories currently installed.) 01:14:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:14:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:14:51 Selecting previously unselected package libpsl5:amd64. 01:14:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:14:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:14:51 Selecting previously unselected package libnghttp2-14:amd64. 01:14:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:14:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:14:51 Selecting previously unselected package librtmp1:amd64. 01:14:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:14:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:14:51 Selecting previously unselected package libcurl3-gnutls:amd64. 01:14:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:14:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:14:51 Selecting previously unselected package liberror-perl. 01:14:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:14:51 Unpacking liberror-perl (0.17025-1) ... 01:14:51 Selecting previously unselected package git-man. 01:14:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:14:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:14:52 Selecting previously unselected package git. 01:14:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:14:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:14:53 Selecting previously unselected package libnorm1:amd64. 01:14:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:14:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:14:53 Selecting previously unselected package libpgm-5.2-0:amd64. 01:14:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:14:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:14:53 Selecting previously unselected package libsodium23:amd64. 01:14:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:14:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:14:53 Selecting previously unselected package libzmq5:amd64. 01:14:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:14:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:14:53 Selecting previously unselected package libzmq3-dev:amd64. 01:14:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:14:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:14:53 Selecting previously unselected package pkg-config. 01:14:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:14:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:14:53 Selecting previously unselected package zip. 01:14:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:14:53 Unpacking zip (3.0-11build1) ... 01:14:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:14:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:14:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:14:53 Setting up liberror-perl (0.17025-1) ... 01:14:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:14:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:14:54 No schema files found: doing nothing. 01:14:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:14:54 Setting up zip (3.0-11build1) ... 01:14:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:14:54 Setting up libsodium23:amd64 (1.0.16-2) ... 01:14:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:14:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:14:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:14:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:14:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:14:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:15:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:15:01 git set to automatically installed. 01:15:01 git-man set to automatically installed. 01:15:01 libcurl3-gnutls set to automatically installed. 01:15:01 liberror-perl set to automatically installed. 01:15:01 libglib2.0-0 set to automatically installed. 01:15:01 libnghttp2-14 set to automatically installed. 01:15:01 libnorm1 set to automatically installed. 01:15:01 libpgm-5.2-0 set to automatically installed. 01:15:01 libpsl5 set to automatically installed. 01:15:01 librtmp1 set to automatically installed. 01:15:01 libsodium23 set to automatically installed. 01:15:01 libzmq3-dev set to automatically installed. 01:15:01 libzmq5 set to automatically installed. 01:15:01 pkg-config set to automatically installed. 01:15:01 zip set to automatically installed. 01:15:03 snapd is not logged in, snap install commands will use sudo 01:15:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:15:12 snap "core18" has no updates available 01:15:12 Pulling config-common 01:15:13 Pulling go-build-helper 01:15:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:15:36 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:15:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:15:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 01:15:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:15:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:15:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:15:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:15:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:15:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:15:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:15:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 01:15:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 01:15:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 01:15:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:15:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:15:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 01:15:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 01:15:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:15:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 01:15:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 01:15:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 01:15:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 01:15:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 01:15:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 01:15:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 01:15:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 01:15:36 Fetched 23.7 MB in 0s (0 B/s) 01:15:36 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:15:36 Fetched 96.5 kB in 0s (0 B/s) 01:15:36 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:15:36 Fetched 279 kB in 0s (0 B/s) 01:15:36 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:15:36 Fetched 122 kB in 0s (0 B/s) 01:15:36 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:15:36 Fetched 77.8 kB in 0s (0 B/s) 01:15:36 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:15:36 Fetched 8848 B in 0s (0 B/s) 01:15:36 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:15:36 Fetched 47.8 kB in 0s (0 B/s) 01:15:36 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:15:36 Fetched 45.6 kB in 0s (0 B/s) 01:15:36 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:15:36 Fetched 15.0 kB in 0s (0 B/s) 01:15:36 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:15:36 Fetched 214 kB in 0s (0 B/s) 01:15:36 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:15:36 Fetched 155 kB in 0s (0 B/s) 01:15:36 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:15:36 Fetched 50.6 kB in 0s (0 B/s) 01:15:36 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:15:36 Fetched 14.8 kB in 0s (0 B/s) 01:15:36 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:15:36 Fetched 41.8 kB in 0s (0 B/s) 01:15:36 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:15:36 Fetched 499 kB in 0s (0 B/s) 01:15:36 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:15:36 Fetched 111 kB in 0s (0 B/s) 01:15:36 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:15:36 Fetched 240 kB in 0s (0 B/s) 01:15:36 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:15:36 Fetched 29.3 kB in 0s (0 B/s) 01:15:36 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:15:36 Fetched 85.5 kB in 0s (0 B/s) 01:15:36 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:15:36 Fetched 24.5 kB in 0s (0 B/s) 01:15:36 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:15:36 Fetched 49.2 kB in 0s (0 B/s) 01:15:36 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:15:36 Fetched 54.2 kB in 0s (0 B/s) 01:15:36 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:15:36 Fetched 30.8 kB in 0s (0 B/s) 01:15:36 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:15:36 Fetched 17.0 kB in 0s (0 B/s) 01:15:36 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:15:36 Fetched 85.9 kB in 0s (0 B/s) 01:15:36 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:15:36 Fetched 8720 B in 0s (0 B/s) 01:15:36 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:15:36 Fetched 137 kB in 0s (0 B/s) 01:15:36 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:15:36 Fetched 119 kB in 0s (0 B/s) 01:15:36 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:15:36 Fetched 109 kB in 0s (0 B/s) 01:15:36 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:15:36 Fetched 11.1 kB in 0s (0 B/s) 01:15:36 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:15:36 Fetched 645 kB in 0s (0 B/s) 01:15:36 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:15:36 Fetched 41.3 kB in 0s (0 B/s) 01:15:36 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:15:36 Fetched 17.9 kB in 0s (0 B/s) 01:15:36 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:15:36 Fetched 368 kB in 0s (0 B/s) 01:15:36 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:15:36 Fetched 187 kB in 0s (0 B/s) 01:15:36 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:15:36 Fetched 175 kB in 0s (0 B/s) 01:15:36 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:15:38 Fetched 206 kB in 0s (0 B/s) 01:15:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:15:38 Fetched 1301 kB in 0s (0 B/s) 01:15:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:15:38 Fetched 36.2 kB in 0s (0 B/s) 01:15:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:15:38 Fetched 159 kB in 0s (0 B/s) 01:15:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:15:38 Fetched 107 kB in 0s (0 B/s) 01:15:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:15:38 Fetched 48.7 kB in 0s (0 B/s) 01:15:38 Pulling static-packages 01:15:39 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:15:39 Skipping pull go-build-helper (already ran) 01:15:39 Skipping pull static-packages (already ran) 01:15:39 Building go-build-helper 01:15:43 Building static-packages 01:15:44 Staging go-build-helper 01:15:45 Staging static-packages 01:15:46 Pulling go115 01:15:47 'edgex-go' has dependencies that need to be staged: go115 01:15:47 Skipping pull go115 (already ran) 01:15:47 Building go115 01:15:47 % Total % Received % Xferd Average Speed Time Time Time Current 01:15:47 Dload Upload Total Spent Left Speed 01:15:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.5M 0 0 20.7M 0 0:00:05 --:--:-- 0:00:05 20.7M 41 115M 41 48.1M 0 0 24.1M 0 0:00:04 0:00:01 0:00:03 24.1M 65 115M 65 75.1M 0 0 25.0M 0 0:00:04 0:00:03 0:00:01 25.0M 89 115M 89 103M 0 0 25.9M 0 0:00:04 0:00:03 0:00:01 25.9M 100 115M 100 115M 0 0 27.1M 0 0:00:04 0:00:04 --:--:-- 27.1M 01:15:52 go1.15.2.linux-amd64.tar.gz: OK 01:15:56 Staging go115 01:15:57 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 01:15:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:16:01 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:16:01 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:16:01 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:16:01 Fetched 0 B in 0s (0 B/s) 01:16:01 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:16:01 Fetched 224 kB in 0s (0 B/s) 01:16:01 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:16:01 Fetched 157 kB in 0s (0 B/s) 01:16:01 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:16:01 Fetched 221 kB in 0s (0 B/s) 01:16:01 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:16:01 Fetched 143 kB in 0s (0 B/s) 01:16:01 Pulling edgex-go 01:16:02 Pulling version 01:16:03 Building config-common 01:16:04 Skipping build go-build-helper (already ran) 01:16:04 Skipping build static-packages (already ran) 01:16:04 Skipping build go115 (already ran) 01:16:05 Building edgex-go 01:16:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:16:06 go: downloading github.com/gorilla/mux v1.8.0 01:16:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 01:16:06 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 01:16:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:16:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:16:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 01:16:06 go: downloading github.com/google/uuid v1.1.4 01:16:06 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 01:16:06 go: downloading github.com/pkg/errors v0.8.1 01:16:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:16:06 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:16:06 go: downloading github.com/imdario/mergo v0.3.11 01:16:06 go: downloading github.com/go-kit/kit v0.8.0 01:16:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:16:06 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 01:16:06 go: downloading gopkg.in/yaml.v2 v2.4.0 01:16:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:16:06 go: downloading github.com/x448/float16 v0.8.4 01:16:06 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 01:16:06 go: downloading github.com/pebbe/zmq4 v1.2.2 01:16:06 go: downloading github.com/pelletier/go-toml v1.2.0 01:16:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:16:06 go: downloading github.com/BurntSushi/toml v0.3.1 01:16:06 go: downloading github.com/hashicorp/consul/api v1.1.0 01:16:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:16:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:16:06 go: downloading github.com/mitchellh/copystructure v1.0.0 01:16:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:16:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:16:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:16:06 go: downloading github.com/hashicorp/serf v0.8.2 01:16:06 go: downloading github.com/go-playground/universal-translator v0.17.0 01:16:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:16:06 go: downloading github.com/leodido/go-urn v1.2.0 01:16:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:16:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:16:06 go: downloading github.com/go-playground/locales v0.13.0 01:16:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:16:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:16:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:16:13 Removing intermediate container 88628ae1d767 01:16:13 ---> d4c480548dd6 01:16:13 01:16:13 Step 10/23 : FROM alpine:3.12 01:16:13 3.12: Pulling from library/alpine 01:16:13 Removing intermediate container 1fec43455f4c 01:16:13 ---> 7cbfcf008ba8 01:16:13 01:16:13 Step 10/21 : FROM alpine:3.12 01:16:13 Removing intermediate container 682f59312ff0 01:16:13 ---> 64aa1a2d46e6 01:16:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:16:13 3.12: Pulling from library/alpine 01:16:13 ---> Running in c93bd5cbfa2d 01:16:13 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 01:16:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:16:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:16:14 Status: Downloaded newer image for alpine:3.12 01:16:14 ---> afeebe901d6b 01:16:14 Step 11/21 : RUN apk add --update --no-cache curl 01:16:14 Status: Downloaded newer image for alpine:3.12 01:16:14 ---> afeebe901d6b 01:16:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:16:14 ---> Running in a3f8c7253217 01:16:14 ---> Running in cfe13f4c0f32 01:16:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:16:17 (1/1) Installing dumb-init (1.2.2-r1) 01:16:17 Executing busybox-1.31.1-r19.trigger 01:16:17 OK: 5 MiB in 15 packages 01:16:17 (1/4) Installing ca-certificates (20191127-r4) 01:16:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:16:17 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 01:16:18 (3/4) Installing libcurl (7.69.1-r3) 01:16:18 (4/4) Installing curl (7.69.1-r3) 01:16:18 Executing busybox-1.31.1-r19.trigger 01:16:18 Executing ca-certificates-20191127-r4.trigger 01:16:18 OK: 7 MiB in 18 packages 01:16:18 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 01:16:19 Removing intermediate container a79e75eda3d5 01:16:19 ---> e224610d8e0d 01:16:19 01:16:19 Step 10/33 : FROM alpine:3.12 01:16:19 ---> afeebe901d6b 01:16:19 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:16:19 ---> Running in 1c5a545e8f80 01:16:19 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 01:16:20 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 01:16:20 go: downloading github.com/stretchr/testify v1.6.1 01:16:20 go: downloading github.com/davecgh/go-spew v1.1.1 01:16:20 go: downloading github.com/pmezard/go-difflib v1.0.0 01:16:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:16:20 Removing intermediate container c93bd5cbfa2d 01:16:20 ---> 3643defca72c 01:16:20 01:16:20 Step 11/26 : FROM docker:20.10.0 01:16:20 20.10.0: Pulling from library/docker 01:16:20 Removing intermediate container cfe13f4c0f32 01:16:20 ---> a39d3ef6c8dc 01:16:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:16:21 Removing intermediate container a3f8c7253217 01:16:21 ---> 5d5bfb039f10 01:16:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:16:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:16:21 ---> Running in 69dec6906e64 01:16:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:16:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:16:21 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:16:21 ---> Running in 538bffa8ca96 01:16:21 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:16:22 (1/3) Installing dumb-init (1.2.2-r1) 01:16:22 (2/3) Installing openssl (1.1.1i-r0) 01:16:22 (3/3) Installing su-exec (0.2-r1) 01:16:22 Executing busybox-1.31.1-r19.trigger 01:16:22 OK: 6 MiB in 17 packages 01:16:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:16:23 Removing intermediate container 69dec6906e64 01:16:23 ---> 05bb52831b70 01:16:23 Step 13/23 : ENV APP_PORT=48082 01:16:23 Removing intermediate container 538bffa8ca96 01:16:23 ---> d4886c53a876 01:16:23 Step 13/21 : WORKDIR /edgex 01:16:23 ---> Running in 18b247a74f9a 01:16:23 ---> Running in 08e412f45748 01:16:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:16:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:16:24 Removing intermediate container 18b247a74f9a 01:16:24 ---> 19d1dcf0fe26 01:16:24 Step 14/23 : EXPOSE $APP_PORT 01:16:24 Removing intermediate container 116b8a599c94 01:16:24 ---> 3981d015d226 01:16:24 01:16:24 Step 10/23 : FROM alpine:3.12 01:16:24 ---> afeebe901d6b 01:16:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:16:24 ---> Using cache 01:16:24 ---> a39d3ef6c8dc 01:16:24 Removing intermediate container 1c5a545e8f80 01:16:24 ---> cf531dc7c3eb 01:16:24 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:16:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:16:24 ---> Using cache 01:16:24 ---> 05bb52831b70 01:16:24 Step 13/23 : ENV APP_PORT=48081 01:16:24 Removing intermediate container 08e412f45748 01:16:24 ---> a18db6b60b0a 01:16:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:16:25 ---> Running in 6142d4f3e804 01:16:25 ---> Running in 31fb0e8fe92c 01:16:25 ---> Running in 4d2e31b0846a 01:16:25 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 01:16:25 Removing intermediate container 6142d4f3e804 01:16:25 ---> b27a166aee3e 01:16:25 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:16:25 Removing intermediate container 4d2e31b0846a 01:16:25 ---> 29159cbaf301 01:16:25 Step 15/23 : WORKDIR / 01:16:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:16:26 ---> Running in f68b0a94edf2 01:16:26 Removing intermediate container 31fb0e8fe92c 01:16:26 ---> 5b45f7c8a1d3 01:16:26 Step 14/23 : EXPOSE $APP_PORT 01:16:26 ---> 626574b8af42 01:16:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:16:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:16:26 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:16:26 ---> Running in 41ef7ab43f2b 01:16:26 ---> Running in 9b7fb8cfce5b 01:16:27 Removing intermediate container f68b0a94edf2 01:16:27 ---> d66fb09bdb69 01:16:27 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:16:27 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 01:16:27 go: downloading github.com/lib/pq v1.9.0 01:16:28 ---> Running in 6f036b81fd86 01:16:28 Removing intermediate container 41ef7ab43f2b 01:16:28 ---> 51955171c7e2 01:16:28 Step 15/23 : WORKDIR / 01:16:28 Removing intermediate container 9b7fb8cfce5b 01:16:28 ---> 01cfbc9a0c0f 01:16:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:16:28 ---> Running in 59425d4d5598 01:16:28 ---> 6b1d61d87f04 01:16:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:16:29 Removing intermediate container 59425d4d5598 01:16:29 ---> bf6610073fea 01:16:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:16:30 ---> 2d503622d55f 01:16:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:16:30 Connecting to github.com (140.82.113.4:443) 01:16:30 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.44.60:443) 01:16:30 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:16:30 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:16:30 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:16:31 Building version 01:16:31 dockerize 01:16:31 ---> cf32196f912d 01:16:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:16:31 ---> c80e0d776dec 01:16:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:16:31 ---> Running in 7fb682e9dcf6 01:16:32 Staging config-common 01:16:32 ---> 93762d6c9379 01:16:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:16:32 Removing intermediate container 7fb682e9dcf6 01:16:32 ---> 0485284809d7 01:16:32 Step 18/21 : CMD ["--init=true"] 01:16:33 Skipping stage go-build-helper (already ran) 01:16:33 Skipping stage static-packages (already ran) 01:16:33 Skipping stage go115 (already ran) 01:16:33 Staging edgex-go 01:16:33 ---> Running in 734c96ffa027 01:16:33 Removing intermediate container 6f036b81fd86 01:16:33 ---> 5be174509ee7 01:16:33 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:16:33 ---> 2c9aee252c93 01:16:33 Step 19/23 : ENTRYPOINT ["/core-command"] 01:16:33 ---> ac32907addac 01:16:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:16:33 ---> Running in 98ad014819be 01:16:34 ---> Running in 9c408461dea4 01:16:34 Staging version 01:16:34 Removing intermediate container 734c96ffa027 01:16:34 ---> 10876b408a3b 01:16:34 Step 19/21 : LABEL arch=arm64 01:16:34 ---> Running in fc7e816b16f3 01:16:34 Removing intermediate container 98ad014819be 01:16:34 ---> 3e4ecb9b62f4 01:16:34 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:16:35 ---> Running in 63ed9aee7521 01:16:35 Removing intermediate container 9c408461dea4 01:16:35 ---> c7778c0c9419 01:16:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:16:35 Priming config-common 01:16:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:16:35 ---> 701cc538f8e3 01:16:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:16:35 Status: Downloaded newer image for docker:20.10.0 01:16:35 ---> eeaf43b92773 01:16:35 Step 12/26 : RUN apk add --no-cache bash 01:16:35 ---> Running in 41253b77b9e4 01:16:35 ---> Running in 9006c0905540 01:16:35 ---> Running in 0001007491d7 01:16:35 Removing intermediate container fc7e816b16f3 01:16:35 ---> 5dc4bcfae636 01:16:35 Step 20/21 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:16:35 Removing intermediate container 63ed9aee7521 01:16:35 ---> 47909b6a36c7 01:16:35 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:16:35 ---> Running in 5c4d154f2969 01:16:36 Priming go-build-helper 01:16:36 ---> Running in 8f79eb143e73 01:16:36 Removing intermediate container 41253b77b9e4 01:16:36 ---> 0035efe5414c 01:16:36 Step 21/23 : LABEL arch=arm64 01:16:36 Removing intermediate container 9006c0905540 01:16:36 ---> f86678dc15d0 01:16:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:16:36 ---> Running in 3c9be8a11c5b 01:16:36 ---> Running in 6a510eb96764 01:16:37 Removing intermediate container 5c4d154f2969 01:16:37 ---> 91baf5d86aed 01:16:37 Step 21/21 : LABEL version=0.0.0 01:16:37 Priming static-packages 01:16:37 Removing intermediate container 3c9be8a11c5b 01:16:37 ---> 97e804195a58 01:16:37 Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:16:37 ---> Running in 3956c9277187 01:16:37 ---> Running in d55f134066e7 01:16:37 Removing intermediate container 6a510eb96764 01:16:37 ---> 49b161b0e6e5 01:16:37 Step 21/23 : LABEL arch=arm64 01:16:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:16:37 ---> Running in 3fe985bebabb 01:16:37 Move dockerize executable 01:16:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:16:38 Removing intermediate container 3956c9277187 01:16:38 ---> 5a5cd87f34b6 01:16:38 01:16:38 Removing intermediate container d55f134066e7 01:16:38 ---> 67ebfbb59790 01:16:38 Step 23/23 : LABEL version=0.0.0 01:16:38 (1/2) Installing readline (8.0.4-r0) 01:16:38 (2/2) Installing bash (5.0.17-r0) 01:16:38 Successfully built 5a5cd87f34b6 01:16:38 Executing bash-5.0.17-r0.post-install 01:16:38 Executing busybox-1.31.1-r19.trigger 01:16:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:16:38 Removing intermediate container 3fe985bebabb 01:16:38 ---> 7e6b735756c0 01:16:38 Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:16:38 OK: 12 MiB in 22 packages 01:16:38  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 01:16:38 ---> Running in 17e062b55718 01:16:39 ---> Running in 8e97b78145cf 01:16:39 Removing intermediate container 17e062b55718 01:16:39 ---> 2b8fc3a7cd35 01:16:39 01:16:39 Priming go115 01:16:40 Removing intermediate container 8e97b78145cf 01:16:40 ---> 2f5b31734e20 01:16:40 Step 23/23 : LABEL version=0.0.0 01:16:40 Successfully built 2b8fc3a7cd35 01:16:40 Priming edgex-go 01:16:40 Successfully tagged docker-core-command-go-arm64:latest 01:16:40  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 01:16:40 Removing intermediate container 0001007491d7 01:16:40 ---> 870c4bd720fc 01:16:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:16:40 ---> Running in 928f291a7b65 01:16:41 Removing intermediate container 8f79eb143e73 01:16:41 ---> 5343078e3de7 01:16:41 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:16:41 ---> Running in 70c4091bb30d 01:16:41 ---> Running in a90f818d6fb3 01:16:41 Priming version 01:16:41 Removing intermediate container 928f291a7b65 01:16:41 ---> b2a2854202aa 01:16:41 01:16:41 Successfully built b2a2854202aa 01:16:41 Successfully tagged docker-core-metadata-go-arm64:latest 01:16:41 Building docker-support-scheduler-go 01:16:42 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 01:16:42  Building docker-core-metadata-go ... done Removing intermediate container 70c4091bb30d 01:16:42 ---> a0fd84c91cd6 01:16:42 Step 14/26 : ENV APP_PORT=48090 01:16:42 Removing intermediate container a90f818d6fb3 01:16:42 ---> cfdf03236989 01:16:42 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:16:42 ---> Running in cbf802ecda45 01:16:43 Removing intermediate container cbf802ecda45 01:16:43 ---> d1973f6d2cf8 01:16:43 Step 15/26 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 01:16:44 ---> 1e4c1b70b518 01:16:44 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:16:44 ---> Running in b3252032b67f [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:16:45 ---> Running in 9888af01f127 01:16:45 Removing intermediate container b3252032b67f 01:16:45 ---> 2a519e1bc9ad 01:16:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:16:49 ---> f44a1dfcfc25 01:16:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:16:50 ---> 1daf50b5137c 01:16:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:16:50 Removing intermediate container 9888af01f127 01:16:50 ---> 74e13dc52d22 01:16:50 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:16:52 ---> 7baea54b847e 01:16:52 Step 19/26 : RUN apk --no-cache add py3-pip 01:16:52 ---> 4b13451458fc 01:16:52 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:16:52 ---> Running in efed9574136f 01:16:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:16:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:16:53 ---> 7f796fd4b3af 01:16:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:16:54 (1/33) Installing libbz2 (1.0.8-r1) 01:16:54 (2/33) Installing expat (2.2.9-r1) 01:16:54 (3/33) Installing libffi (3.3-r2) 01:16:54 (4/33) Installing gdbm (1.13-r1) 01:16:54 (5/33) Installing xz-libs (5.2.5-r0) 01:16:54 (6/33) Installing sqlite-libs (3.32.1-r0) 01:16:54 (7/33) Installing python3 (3.8.5-r0) 01:16:55 ---> 8b0bed1a88c6 01:16:55 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:16:56 (8/33) Installing py3-appdirs (1.4.4-r1) 01:16:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:16:56 (10/33) Installing py3-parsing (2.4.7-r0) 01:16:56 (11/33) Installing py3-six (1.15.0-r0) 01:16:56 (12/33) Installing py3-packaging (20.4-r0) 01:16:56 (13/33) Installing py3-setuptools (47.0.0-r0) 01:16:56 (14/33) Installing py3-chardet (3.0.4-r4) 01:16:56 (15/33) Installing py3-idna (2.9-r0) 01:16:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:16:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:16:56 (18/33) Installing py3-requests (2.23.0-r0) 01:16:56 (19/33) Installing py3-msgpack (1.0.0-r0) 01:16:56 (20/33) Installing py3-lockfile (0.12.2-r3) 01:16:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:16:57 (22/33) Installing py3-colorama (0.4.3-r0) 01:16:57 (23/33) Installing py3-distlib (0.3.0-r0) 01:16:57 (24/33) Installing py3-distro (1.5.0-r1) 01:16:57 (25/33) Installing py3-webencodings (0.5.1-r3) 01:16:57 (26/33) Installing py3-html5lib (1.0.1-r4) 01:16:57 (27/33) Installing py3-pytoml (0.1.21-r0) 01:16:57 (28/33) Installing py3-pep517 (0.8.2-r0) 01:16:57 (29/33) Installing py3-progress (1.5-r0) 01:16:57 (30/33) Installing py3-toml (0.10.1-r0) 01:16:57 (31/33) Installing py3-retrying (1.3.3-r0) 01:16:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:16:57 (33/33) Installing py3-pip (20.1.1-r0) 01:16:57 ---> 5628b397e451 01:16:57 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:16:57 Executing busybox-1.31.1-r19.trigger 01:16:57 OK: 71 MiB in 55 packages 01:16:58 ---> e0698f27f786 01:16:58 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:16:59 ---> Running in f9856cf01c26 01:17:00 Removing intermediate container f9856cf01c26 01:17:00 ---> 7a1464deddf4 01:17:00 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:17:01 ---> da83a4d730dd 01:17:01 Step 28/33 : RUN chmod +x /entrypoint.sh 01:17:02 ---> Running in dd3f80c6fca9 01:17:07 Removing intermediate container dd3f80c6fca9 01:17:07 ---> ace6ca2d46e0 01:17:07 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:17:08 ---> Running in 72e44707994b 01:17:08 Removing intermediate container efed9574136f 01:17:08 ---> b194a4832d28 01:17:08 Step 20/26 : RUN pip install docker-compose==1.23.2 01:17:09 ---> Running in ad4d2bfa3ce4 01:17:09 Removing intermediate container 72e44707994b 01:17:09 ---> 005c3b367081 01:17:09 Step 30/33 : CMD ["gate"] 01:17:10 ---> Running in 0261f05d3371 01:17:11 Removing intermediate container 0261f05d3371 01:17:11 ---> df28359389f0 01:17:11 Step 31/33 : LABEL arch=arm64 01:17:12 ---> Running in 5e9f212b2bf5 01:17:13 Removing intermediate container 5e9f212b2bf5 01:17:13 ---> da85d20140a4 01:17:13 Step 32/33 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:17:15 ---> Running in f4ce0254fa5c 01:17:15 Collecting docker-compose==1.23.2 01:17:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:17:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:17:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:17:15 ---> 481b1fc26873 01:17:15 Step 3/23 : WORKDIR /edgex-go 01:17:15 ---> Using cache 01:17:15 ---> b9e2207e33a4 01:17:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:17:15 ---> Using cache 01:17:15 ---> a31ae2559d09 01:17:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:17:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:17:16 Collecting jsonschema<3,>=2.5.1 01:17:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:17:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:17:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:17:16 ---> 481b1fc26873 01:17:16 Step 3/24 : WORKDIR /edgex-go 01:17:16 ---> Using cache 01:17:16 ---> b9e2207e33a4 01:17:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:17:16 ---> Using cache 01:17:16 ---> a31ae2559d09 01:17:16 Step 5/24 : RUN apk add --update --no-cache make git 01:17:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:17:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:17:17 ---> 481b1fc26873 01:17:17 Step 3/22 : WORKDIR /edgex-go 01:17:17 ---> Using cache 01:17:17 ---> b9e2207e33a4 01:17:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:17:17 ---> Using cache 01:17:17 ---> a31ae2559d09 01:17:17 Step 5/22 : RUN apk add --update --no-cache make git 01:17:17 ---> Running in d710c5dbf3f8 01:17:17 Removing intermediate container f4ce0254fa5c 01:17:17 ---> 9cfc014efb71 01:17:17 Step 33/33 : LABEL version=0.0.0 01:17:17 ---> Running in a6875d5a5809 01:17:17 ---> Running in 7c7dc7882e75 01:17:17 ---> Running in 89b5e22194a1 01:17:18 Removing intermediate container 89b5e22194a1 01:17:18 ---> 9e2c8150b3a8 01:17:18 01:17:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:17:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:17:18 Successfully built 9e2c8150b3a8 01:17:18 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:17:18  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 01:17:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:17:19 Collecting texttable<0.10,>=0.9.0 01:17:19 Downloading texttable-0.9.1.tar.gz (11 kB) 01:17:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:17:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:17:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:17:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:17:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:17:20 OK: 217 MiB in 51 packages 01:17:20 OK: 217 MiB in 51 packages 01:17:21 OK: 217 MiB in 51 packages 01:17:22 Collecting docker<4.0,>=3.6.0 01:17:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:17:23 Collecting PyYAML<4,>=3.10 01:17:23 Downloading PyYAML-3.13.tar.gz (270 kB) 01:17:23 Removing intermediate container d710c5dbf3f8 01:17:24 ---> e9265bb87c90 01:17:24 Step 6/23 : COPY go.mod . 01:17:24 Removing intermediate container 7c7dc7882e75 01:17:24 ---> 9a4b11287192 01:17:24 Step 6/22 : COPY go.mod . 01:17:24 Removing intermediate container a6875d5a5809 01:17:24 ---> afca3ebc4874 01:17:24 Step 6/24 : COPY go.mod . 01:17:25 ---> 5698708c0af3 01:17:25 Step 7/23 : RUN go mod download 01:17:25 ---> 9e81745f8528 01:17:25 Step 7/22 : RUN go mod download 01:17:25 ---> Running in 5562f5c63037 01:17:25 ---> e2f7a9746715 01:17:25 Step 7/24 : RUN go mod download 01:17:25 ---> Running in 9349645fe486 01:17:25 ---> Running in de38fb1c95b1 01:17:27 Collecting docopt<0.7,>=0.6.1 01:17:27 Downloading docopt-0.6.2.tar.gz (25 kB) 01:17:30 Collecting websocket-client<1.0,>=0.32.0 01:17:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:17:31 Collecting cached-property<2,>=1.2.0 01:17:31 Removing intermediate container 5562f5c63037 01:17:31 ---> 80c4fbe73155 01:17:31 Step 8/23 : COPY . . 01:17:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:17:32 Collecting dockerpty<0.5,>=0.4.1 01:17:32 Removing intermediate container 9349645fe486 01:17:32 ---> ebb8d1e3bc63 01:17:32 Step 8/22 : COPY . . 01:17:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:17:32 Removing intermediate container de38fb1c95b1 01:17:32 ---> 81467fe37498 01:17:32 Step 8/24 : COPY . . 01:17:34 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) 01:17:35 Collecting urllib3<1.25,>=1.21.1 01:17:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:17:35 Collecting idna<2.8,>=2.5 01:17:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:17:35 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) 01:17:35 Collecting docker-pycreds>=0.4.0 01:17:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:17:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:17:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:17:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:17:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:17:36 Installing collected packages: jsonschema, urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, PyYAML, docopt, cached-property, dockerpty, docker-compose 01:17:37 Attempting uninstall: urllib3 01:17:37 Found existing installation: urllib3 1.25.9 01:17:37 Uninstalling urllib3-1.25.9: 01:17:37 Successfully uninstalled urllib3-1.25.9 01:17:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:17:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:17:37 ---> 481b1fc26873 01:17:37 Step 3/22 : WORKDIR /edgex-go 01:17:37 ---> Using cache 01:17:37 ---> b9e2207e33a4 01:17:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:17:37 ---> Using cache 01:17:37 ---> a31ae2559d09 01:17:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:17:39 Attempting uninstall: idna 01:17:39 Found existing installation: idna 2.9 01:17:39 Uninstalling idna-2.9: 01:17:39 Successfully uninstalled idna-2.9 01:17:42 Attempting uninstall: requests 01:17:42 Found existing installation: requests 2.23.0 01:17:42 Uninstalling requests-2.23.0: 01:17:42 Successfully uninstalled requests-2.23.0 01:17:42 Running setup.py install for texttable: started 01:17:43 ---> Running in 72fef65f743e 01:17:44 Running setup.py install for texttable: finished with status 'done' 01:17:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:17:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:17:45 Running setup.py install for PyYAML: started 01:17:46 OK: 217 MiB in 51 packages 01:17:49 Running setup.py install for PyYAML: finished with status 'done' 01:17:49 Running setup.py install for docopt: started 01:17:50 Removing intermediate container 72fef65f743e 01:17:50 ---> 6d49146badf7 01:17:50 Step 6/22 : COPY go.mod . 01:17:51 Running setup.py install for docopt: finished with status 'done' 01:17:51 Running setup.py install for dockerpty: started 01:17:52 ---> 2dab5bbc1fe0 01:17:52 Step 7/22 : RUN go mod download 01:17:52 ---> Running in 47accba8454e 01:17:53 ---> 9b8eb4523424 01:17:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:17:53 Running setup.py install for dockerpty: finished with status 'done' 01:17:53 ---> Running in db81c9cd4951 01:17:53 ---> 4cab4d452008 01:17:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:17:54 ---> c66d4be285ae 01:17:54 Step 9/23 : RUN make cmd/core-data/core-data 01:17:54 ---> Running in 0d0a98c34081 01:17:54 ---> Running in 5a58a009b014 01:17:54 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.57.0 01:17:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:17:56 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 01:17:56 Removing intermediate container 47accba8454e 01:17:56 ---> a2e57ea9d111 01:17:56 Step 8/22 : COPY . . 01:17:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:18:01 Removing intermediate container ad4d2bfa3ce4 01:18:01 ---> 184debf78b88 01:18:01 Step 21/26 : RUN apk --no-cache add curl 01:18:02 ---> Running in 5f227518a259 01:18:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:18:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:18:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:18:05 (2/3) Installing libcurl (7.69.1-r3) 01:18:05 (3/3) Installing curl (7.69.1-r3) 01:18:05 Executing busybox-1.31.1-r19.trigger 01:18:05 OK: 71 MiB in 58 packages 01:18:09 Removing intermediate container 5f227518a259 01:18:09 ---> 85731120f526 01:18:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:18:09 ---> Running in f8c1292a9cf5 01:18:10 Removing intermediate container f8c1292a9cf5 01:18:10 ---> eb102afd28a3 01:18:10 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:18:10 ---> Running in 86a8d0e74681 01:18:12 Removing intermediate container 86a8d0e74681 01:18:12 ---> 05daf90a9d99 01:18:12 Step 24/26 : LABEL arch=arm64 01:18:12 ---> Running in 20577a85b1a5 01:18:13 Removing intermediate container 20577a85b1a5 01:18:13 ---> 9f411ba005c4 01:18:13 Step 25/26 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:18:14 ---> Running in cb7ada5bf8da 01:18:15 Removing intermediate container cb7ada5bf8da 01:18:15 ---> 81ace2cd3584 01:18:15 Step 26/26 : LABEL version=0.0.0 01:18:16 ---> Running in b30890878594 01:18:17 Removing intermediate container b30890878594 01:18:17 ---> 4568f6163d68 01:18:17 01:18:18 Successfully built 4568f6163d68 01:18:18 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:18:18  Building docker-sys-mgmt-agent-go ... done  ---> 20d62e1e4ff5 01:18:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:18:19 ---> Running in 98ea20b370d3 01:18:20 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 01:19:07 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 01:19:18 Removing intermediate container 0d0a98c34081 01:19:18 ---> 4c1b2d4e18e3 01:19:18 01:19:18 Step 10/24 : FROM alpine:3.12 01:19:18 ---> afeebe901d6b 01:19:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:19:18 Removing intermediate container db81c9cd4951 01:19:18 ---> 3626438f0a3a 01:19:18 01:19:18 Step 10/22 : FROM alpine:3.12 01:19:18 ---> afeebe901d6b 01:19:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:19:18 ---> Using cache 01:19:18 ---> a39d3ef6c8dc 01:19:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:19:18 ---> Using cache 01:19:18 ---> 05bb52831b70 01:19:18 Step 13/22 : ENV APP_PORT=48085 01:19:18 ---> Running in 51b3cb47f2bd 01:19:18 ---> Running in de51e299741e 01:19:18 Removing intermediate container de51e299741e 01:19:18 ---> 769e0a1a8bd7 01:19:18 Step 14/22 : EXPOSE $APP_PORT 01:19:18 ---> Running in f17ac5f619db 01:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:18 Removing intermediate container f17ac5f619db 01:19:18 ---> e7cfc9b2ae98 01:19:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:19 (1/5) Installing ca-certificates (20191127-r4) 01:19:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:19:19 (3/5) Installing libcurl (7.69.1-r3) 01:19:19 (4/5) Installing curl (7.69.1-r3) 01:19:19 (5/5) Installing dumb-init (1.2.2-r1) 01:19:19 Executing busybox-1.31.1-r19.trigger 01:19:20 Executing ca-certificates-20191127-r4.trigger 01:19:20 ---> 511e095f429c 01:19:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:19:20 OK: 7 MiB in 19 packages 01:19:22 ---> 83fa8ec8ab94 01:19:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:19:23 Removing intermediate container 51b3cb47f2bd 01:19:23 ---> e7222658b21c 01:19:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:19:23 ---> Running in f9c1f7432eba 01:19:23 ---> 4eeccdca0a7e 01:19:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:19:23 ---> Running in 9818f86dc556 01:19:24 Removing intermediate container f9c1f7432eba 01:19:24 ---> eadd04138611 01:19:24 Step 13/24 : WORKDIR / 01:19:24 ---> Running in f2c8253349a3 01:19:24 Removing intermediate container 9818f86dc556 01:19:24 ---> b3055b0c8b70 01:19:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:25 ---> Running in 60b5cc269954 01:19:25 Removing intermediate container f2c8253349a3 01:19:25 ---> 7223761ef3a8 01:19:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:19:25 Removing intermediate container 60b5cc269954 01:19:25 ---> a8f89319e8c0 01:19:25 Step 20/22 : LABEL arch=arm64 01:19:25 ---> Running in de04d126fc78 01:19:26 ---> e904735297b4 01:19:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:19:26 Removing intermediate container de04d126fc78 01:19:26 ---> 36f3b4b8476b 01:19:26 Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:19:26 ---> Running in 583338e13726 01:19:27 ---> 84808399f515 01:19:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:19:27 Removing intermediate container 583338e13726 01:19:27 ---> 338c1db44daa 01:19:27 Step 22/22 : LABEL version=0.0.0 01:19:27 ---> Running in 2d85625c68be 01:19:28 ---> 0798c9c76a44 01:19:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:19:28 Removing intermediate container 2d85625c68be 01:19:28 ---> 28c11bee1bb8 01:19:28 01:19:29 Successfully built 28c11bee1bb8 01:19:29 Successfully tagged docker-support-scheduler-go-arm64:latest 01:19:29  Building docker-support-scheduler-go ... done  ---> 583ce4c8e41f 01:19:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:19:31 ---> 2790755efe23 01:19:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:19:31 Removing intermediate container 98ea20b370d3 01:19:31 ---> cb05e4ff5123 01:19:31 01:19:31 Step 10/22 : FROM alpine:3.12 01:19:31 ---> afeebe901d6b 01:19:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:19:32 ---> Running in dc7382396370 01:19:32 ---> 6eb2ed3db386 01:19:32 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/ 01:19:33 ---> Running in dc81c9f8c7f4 01:19:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:34 (1/2) Installing ca-certificates (20191127-r4) 01:19:34 (2/2) Installing dumb-init (1.2.2-r1) 01:19:34 Executing busybox-1.31.1-r19.trigger 01:19:34 Executing ca-certificates-20191127-r4.trigger 01:19:34 OK: 6 MiB in 16 packages 01:19:35 Removing intermediate container dc81c9f8c7f4 01:19:35 ---> 9b60c17e3077 01:19:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:19:35 ---> Running in f83f4c05c3f3 01:19:36 Removing intermediate container dc7382396370 01:19:36 ---> 7974dd95c33d 01:19:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:19:36 Removing intermediate container f83f4c05c3f3 01:19:36 ---> 37a46e99b765 01:19:36 Step 22/24 : LABEL arch=arm64 01:19:36 ---> Running in 7b4c127712dc 01:19:36 ---> Running in 0c1f8ae2f58a 01:19:37 Removing intermediate container 7b4c127712dc 01:19:37 ---> bddf4224e928 01:19:37 Step 13/22 : ENV APP_PORT=48060 01:19:37 Removing intermediate container 0c1f8ae2f58a 01:19:37 ---> 5b5d8ffaf295 01:19:37 Step 23/24 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:19:37 ---> Running in a17ad74ef1b8 01:19:37 ---> Running in d0840fc32dd1 01:19:38 Removing intermediate container a17ad74ef1b8 01:19:38 ---> 9b4fb63527d5 01:19:38 Step 14/22 : EXPOSE $APP_PORT 01:19:38 Removing intermediate container d0840fc32dd1 01:19:38 ---> 23de4e487b43 01:19:38 Step 24/24 : LABEL version=0.0.0 01:19:38 ---> Running in de661cb94ed1 01:19:38 ---> Running in b2632afb1191 01:19:39 Removing intermediate container de661cb94ed1 01:19:39 ---> cac6e921b879 01:19:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:39 Removing intermediate container b2632afb1191 01:19:39 ---> a989273c212f 01:19:39 01:19:39 Removing intermediate container 5a58a009b014 01:19:39 ---> 2f4741a0aabd 01:19:39 01:19:39 Step 10/23 : FROM alpine:3.12 01:19:39 ---> afeebe901d6b 01:19:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:19:40 Successfully built a989273c212f 01:19:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:19:40  Building docker-security-secretstore-setup-go ... done  ---> Running in 5cecf0a3cd64 01:19:40 ---> aef9f60d4112 01:19:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:19:40 Removing intermediate container 5cecf0a3cd64 01:19:40 ---> 6d544eaf124d 01:19:40 Step 12/23 : ENV APP_PORT=48080 01:19:41 ---> Running in 5b0dfc9c7bbe 01:19:41 ---> 3a4aacde7560 01:19:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:19:41 Removing intermediate container 5b0dfc9c7bbe 01:19:41 ---> a993ae11394a 01:19:41 Step 13/23 : EXPOSE $APP_PORT 01:19:42 ---> Running in 16a8d6d86ad1 01:19:42 Removing intermediate container 16a8d6d86ad1 01:19:42 ---> cb606568d644 01:19:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:19:42 ---> 03a3bb63ad8d 01:19:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:19:42 ---> Running in 50e5020fa449 01:19:42 ---> Running in f8830cd7c9a9 01:19:43 Removing intermediate container f8830cd7c9a9 01:19:43 ---> c6c0e8e1440e 01:19:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:43 ---> Running in df53ae82503f 01:19:44 Removing intermediate container df53ae82503f 01:19:44 ---> a03b75a5bb16 01:19:44 Step 20/22 : LABEL arch=arm64 01:19:44 ---> Running in 628635c5bb19 01:19:44 Removing intermediate container 628635c5bb19 01:19:44 ---> 585187ce0cab 01:19:44 Step 21/22 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:19:45 ---> Running in b7ac54c7fe42 01:19:45 Removing intermediate container 50e5020fa449 01:19:45 ---> a58a78edd377 01:19:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:19:45 ---> Running in aca5c7b5c834 01:19:45 Removing intermediate container b7ac54c7fe42 01:19:45 ---> 7b9ccbea40c8 01:19:45 Step 22/22 : LABEL version=0.0.0 01:19:45 ---> Running in 0964a06e511d 01:19:46 Removing intermediate container 0964a06e511d 01:19:46 ---> 3da731860693 01:19:46 01:19:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:19:46 Successfully built 3da731860693 01:19:46 Successfully tagged docker-support-notifications-go-arm64:latest 01:19:47  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:19:48 (1/6) Installing dumb-init (1.2.2-r1) 01:19:48 (2/6) Installing libgcc (9.3.0-r2) 01:19:48 (3/6) Installing libsodium (1.0.18-r0) 01:19:48 (4/6) Installing libstdc++ (9.3.0-r2) 01:19:48 (5/6) Installing libzmq (4.3.3-r0) 01:19:49 (6/6) Installing zeromq (4.3.3-r0) 01:19:49 Executing busybox-1.31.1-r19.trigger 01:19:49 OK: 8 MiB in 20 packages 01:19:50 Removing intermediate container aca5c7b5c834 01:19:50 ---> 0e373694fbd0 01:19:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:19:51 ---> 62a06545bc3d 01:19:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:19:52 ---> a91460e3fa41 01:19:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:19:53 ---> 9a99a0a713cf 01:19:53 Step 19/23 : ENTRYPOINT ["/core-data"] 01:19:53 ---> Running in c9fa75997cf5 01:19:53 Removing intermediate container c9fa75997cf5 01:19:53 ---> 98ff8afe04be 01:19:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:19:53 ---> Running in eccd52bc6974 01:19:54 Removing intermediate container eccd52bc6974 01:19:54 ---> f3fddb56d9ba 01:19:54 Step 21/23 : LABEL arch=arm64 01:19:54 ---> Running in a39d3b9ba42f 01:19:54 Removing intermediate container a39d3b9ba42f 01:19:54 ---> 5a9ad391c18b 01:19:54 Step 22/23 : LABEL git_sha=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b 01:19:54 ---> Running in 325e05127335 01:19:55 Removing intermediate container 325e05127335 01:19:55 ---> b526ce653bb4 01:19:55 Step 23/23 : LABEL version=0.0.0 01:19:55 ---> Running in c4ea033c1ad1 01:19:55 Removing intermediate container c4ea033c1ad1 01:19:55 ---> 60de38a117ff 01:19:55 01:19:56 Successfully built 60de38a117ff 01:19:56 Successfully tagged docker-core-data-go-arm64:latest 01:19:56  Building docker-core-data-go ... done  [Pipeline] } 01:19:56 $ docker stop --time=1 aa88e0fa1a286e64ce7b235993b337bfb18154fbbef328585be44ee8bf3e9a60 01:19:58 $ docker rm -f aa88e0fa1a286e64ce7b235993b337bfb18154fbbef328585be44ee8bf3e9a60 [Pipeline] // withDockerContainer [Pipeline] sh 01:19:59 + docker images 01:19:59 + grep docker 01:19:59 docker-core-data-go-arm64 latest 60de38a117ff 4 seconds ago 21MB 01:19:59 docker-support-notifications-go-arm64 latest 3da731860693 13 seconds ago 15.9MB 01:19:59 docker-security-secretstore-setup-go-arm64 latest a989273c212f 20 seconds ago 23.4MB 01:19:59 docker-support-scheduler-go-arm64 latest 28c11bee1bb8 31 seconds ago 15.5MB 01:19:59 docker-sys-mgmt-agent-go-arm64 latest 4568f6163d68 About a minute ago 300MB 01:19:59 docker-security-bootstrapper-go-arm64 latest 9e2c8150b3a8 2 minutes ago 40.3MB 01:19:59 docker-core-metadata-go-arm64 latest b2a2854202aa 3 minutes ago 17.7MB 01:19:59 docker-core-command-go-arm64 latest 2b8fc3a7cd35 3 minutes ago 15.4MB 01:19:59 docker-security-proxy-setup-go-arm64 latest 5a5cd87f34b6 3 minutes ago 23.2MB 01:19:59 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:20:01 provisioning config files... 01:20:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/27@tmp/config2058636920353529074tmp [Pipeline] { [Pipeline] sh 01:20:02 + set +x 01:20:02 + curl -s https://codecov.io/bash 01:20:02 + bash -s -- 01:20:02 01:20:02 _____ _ 01:20:02 / ____| | | 01:20:02 | | ___ __| | ___ ___ _____ __ 01:20:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:20:02 | |___| (_) | (_| | __/ (_| (_) \ V / 01:20:02 \_____\___/ \__,_|\___|\___\___/ \_/ 01:20:02 Bash-20201231-23d4836 01:20:02 01:20:02 01:20:02 ==> git version 2.24.3 found 01:20:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:20:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:20:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:20:02 ==> Jenkins CI detected. 01:20:02 project root: . 01:20:02 --> token set from env 01:20:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:20:02 ==> Running gcov in . (disable via -X gcov) 01:20:02 ==> Python coveragepy not found 01:20:02 ==> Searching for coverage reports in: 01:20:02 + . 01:20:02 -> Found 1 reports 01:20:02 ==> Detecting git/mercurial file structure 01:20:02 ==> Reading reports 01:20:02 + ./coverage.out bytes=555396 01:20:02 ==> Appending adjustments 01:20:02 https://docs.codecov.io/docs/fixing-reports 01:20:06 + Found adjustments 01:20:06 ==> Gzipping contents 01:20:06 84K /tmp/codecov.j9wHYX.gz 01:20:06 ==> Uploading reports 01:20:06 url: https://codecov.io 01:20:06 query: branch=PR-2970&commit=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 01:20:06 -> Pinging Codecov 01:20:06 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=d1b6f8cb6c14c156082104a9acd2063c8ad82e6b&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F27%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 01:20:06 -> Uploading to 01:20:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d1b6f8cb6c14c156082104a9acd2063c8ad82e6b/e23d5e18-26a9-448d-8d23-085107a4d3ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T012006Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0637d2ef91b4b94852f3935830f45cb181a05596b8f41829e2ee859423ffdf6f 01:20:06 % Total % Received % Xferd Average Speed Time Time Time Current 01:20:06 Dload Upload Total Spent Left Speed 01:20:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84547 0 0 100 84547 0 139k --:--:-- --:--:-- --:--:-- 138k 100 84547 0 0 100 84547 0 138k --:--:-- --:--:-- --:--:-- 138k 01:20:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d1b6f8cb6c14c156082104a9acd2063c8ad82e6b [Pipeline] } 01:20:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:20:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:20:10 ---> package-listing.sh 01:20:10 ++ facter osfamily 01:20:10 ++ tr '[:upper:]' '[:lower:]' 01:20:10 + OS_FAMILY=redhat 01:20:10 + workspace=/w/workspace/edgex-go/27 01:20:10 + START_PACKAGES=/tmp/packages_start.txt 01:20:10 + END_PACKAGES=/tmp/packages_end.txt 01:20:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:20:10 + PACKAGES=/tmp/packages_start.txt 01:20:10 + '[' /w/workspace/edgex-go/27 ']' 01:20:10 + PACKAGES=/tmp/packages_end.txt 01:20:10 + case "${OS_FAMILY}" in 01:20:10 + sort 01:20:10 + rpm -qa 01:20:15 + '[' -f /tmp/packages_start.txt ']' 01:20:15 + '[' -f /tmp/packages_end.txt ']' 01:20:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:20:15 + '[' /w/workspace/edgex-go/27 ']' 01:20:15 + mkdir -p /w/workspace/edgex-go/27/archives/ 01:20:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo 01:20:15 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:20:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:20:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:16 01:20:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:20:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:16 alpine: Pulling from edgex-lftools-log-publisher 01:20:16 df20fa9351a1: Pulling fs layer 01:20:16 36b3adc4ff6f: Pulling fs layer 01:20:16 8ad3a11d3b57: Pulling fs layer 01:20:16 46f8f816bc3b: Pulling fs layer 01:20:16 93b61091891f: Pulling fs layer 01:20:16 93b9cdb0e59b: Pulling fs layer 01:20:16 5e14af77c1be: Pulling fs layer 01:20:16 01666e4c0597: Pulling fs layer 01:20:16 aa168da1d23b: Pulling fs layer 01:20:16 93b9cdb0e59b: Waiting 01:20:16 5e14af77c1be: Waiting 01:20:16 01666e4c0597: Waiting 01:20:16 46f8f816bc3b: Waiting 01:20:16 93b61091891f: Waiting 01:20:16 aa168da1d23b: Waiting 01:20:16 36b3adc4ff6f: Download complete 01:20:16 46f8f816bc3b: Verifying Checksum 01:20:16 46f8f816bc3b: Download complete 01:20:16 df20fa9351a1: Verifying Checksum 01:20:16 df20fa9351a1: Download complete 01:20:16 93b9cdb0e59b: Verifying Checksum 01:20:16 93b9cdb0e59b: Download complete 01:20:16 93b61091891f: Verifying Checksum 01:20:16 93b61091891f: Download complete 01:20:16 5e14af77c1be: Download complete 01:20:16 01666e4c0597: Verifying Checksum 01:20:16 01666e4c0597: Download complete 01:20:17 df20fa9351a1: Pull complete 01:20:17 36b3adc4ff6f: Pull complete 01:20:17 8ad3a11d3b57: Verifying Checksum 01:20:17 8ad3a11d3b57: Download complete 01:20:18 8ad3a11d3b57: Pull complete 01:20:18 46f8f816bc3b: Pull complete 01:20:19 aa168da1d23b: Verifying Checksum 01:20:19 aa168da1d23b: Download complete 01:20:20 93b61091891f: Pull complete 01:20:20 93b9cdb0e59b: Pull complete 01:20:20 5e14af77c1be: Pull complete 01:20:20 01666e4c0597: Pull complete 01:20:30 aa168da1d23b: Pull complete 01:20:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:20:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:20:30 prd-centos7-docker-4c-2g-20362 does not seem to be running inside a container 01:20:30 $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:20:39 $ docker top c9927b074452f5700340ad52dffd21036918d2e88ee0f10e8ec59c67ffcc933c -eo pid,comm [Pipeline] { [Pipeline] sh 01:20:39 + touch /tmp/pre-build-complete [Pipeline] sh 01:20:39 + mkdir -p /var/log/sa [Pipeline] sh 01:20:40 + ls /var/log/sa-host 01:20:40 + sadf -c /var/log/sa-host/sa15 01:20:40 file_magic: OK 01:20:40 HZ: Using current value: 100 01:20:40 file_header: OK 01:20:40 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 01:20:40 Statistics: 01:20:40 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... 01:20:40 File successfully converted to sysstat format version 12.2.1 01:20:40 + sadf -c /var/log/sa-host/sa23 01:20:40 file_magic: OK 01:20:40 HZ: Using current value: 100 01:20:40 file_header: OK 01:20:40 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 01:20:40 Statistics: 01:20:40 Hnuu...uuuununununu... 01:20:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:20:40 provisioning config files... 01:20:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config4355862140157575404tmp [Pipeline] { [Pipeline] echo 01:20:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:20:41 ---> create-netrc.sh [Pipeline] } 01:20:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:20:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:20:41 ---> python-tools-install.sh [Pipeline] echo 01:20:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:20:42 ---> sudo-logs.sh 01:20:42 Archiving 'sudo' log.. [Pipeline] echo 01:20:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:20:42 ---> job-cost.sh 01:20:42 lf-activate-venv: SKIPPING 01:20:42 INFO: No Stack... 01:20:43 INFO: Retrieving Pricing Info for: v1-standard-2 01:20:43 INFO: Archiving Costs [Pipeline] echo 01:20:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:20:44 ---> logs-deploy.sh 01:20:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/27 01:20:44 INFO: archiving workspace using pattern(s): 01:20:45 Archives upload complete. 01:20:45 INFO: archiving logs to Nexus