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 2037975b14bcccb26699bfe63d53181688204e32+c2d5dc167efdba7037e3dd944aa45209cd29109f (a7acf65c3fd7a9e9ccc07be41836c5a0cca2115b) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20786 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/29 [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/29 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 Merge succeeded, producing 2037975b14bcccb26699bfe63d53181688204e32 Checking out Revision 2037975b14bcccb26699bfe63d53181688204e32 (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 2037975b14bcccb26699bfe63d53181688204e32 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 Commit message: "feat(security): Add more tests to increase coverage" > git rev-list --no-walk 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:21:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:21:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:21:28 ========================================================= 18:21:28 EdgeX Global Pipelines Version Info 18:21:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:21:30 ------------------- 18:21:30 stable info: 18:21:30 ------------------- 18:21:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:21:30 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:21:30 Message: update stable to v1.0.177 18:21:31 ------------------- 18:21:31 experimental info: 18:21:31 ------------------- 18:21:31 Commited By: **** collab-it+edgex@linuxfoundation.org 18:21:31 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 18:21:31 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:21:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:21:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:21:33 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2037975b14bcccb26699bfe63d53181688204e32 [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2037975 [Pipeline] echo 18:21:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:21:34 provisioning config files... 18:21:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config8321143752257059503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:21:35 ---> docker-login.sh 18:21:35 nexus3.edgexfoundry.org:10001 18:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:35 Configure a credential helper to remove this warning. See 18:21:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:35 18:21:35 Login Succeeded 18:21:35 nexus3.edgexfoundry.org:10002 18:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:35 Configure a credential helper to remove this warning. See 18:21:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:35 18:21:35 Login Succeeded 18:21:35 nexus3.edgexfoundry.org:10003 18:21:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:36 Configure a credential helper to remove this warning. See 18:21:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:36 18:21:36 Login Succeeded 18:21:36 nexus3.edgexfoundry.org:10004 18:21:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:36 Configure a credential helper to remove this warning. See 18:21:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:36 18:21:36 Login Succeeded 18:21:36 docker.io 18:21:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:36 Configure a credential helper to remove this warning. See 18:21:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:36 18:21:36 Login Succeeded 18:21:36 ---> docker-login.sh ends [Pipeline] } 18:21:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:21:37 ++ 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 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/core-command/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo core-command,cmd/core-command/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/core-data/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo core-data,cmd/core-data/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/core-metadata/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo core-metadata,cmd/core-metadata/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/security-bootstrapper/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/security-proxy-setup/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/support-notifications/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo support-notifications,cmd/support-notifications/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/support-scheduler/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:21:37 + for file in '`ls cmd/**/Dockerfile`' 18:21:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:21:37 ++ cut -d/ -f2 18:21:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:21:37 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 18:21:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:21:39 18:21:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:21:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:21:39 latest: Pulling from edgex-devops/git-semver 18:21:39 31603596830f: Pulling fs layer 18:21:39 2a8b12db71e7: Pulling fs layer 18:21:39 6ca5941a6612: Pulling fs layer 18:21:39 ecc8261a40a4: Pulling fs layer 18:21:39 ecc8261a40a4: Waiting 18:21:39 2a8b12db71e7: Verifying Checksum 18:21:39 2a8b12db71e7: Download complete 18:21:39 31603596830f: Verifying Checksum 18:21:39 31603596830f: Download complete 18:21:39 ecc8261a40a4: Verifying Checksum 18:21:39 ecc8261a40a4: Download complete 18:21:39 6ca5941a6612: Verifying Checksum 18:21:39 6ca5941a6612: Download complete 18:21:40 31603596830f: Pull complete 18:21:40 2a8b12db71e7: Pull complete 18:21:41 6ca5941a6612: Pull complete 18:21:41 ecc8261a40a4: Pull complete 18:21:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:21:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:21:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:21:41 prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container 18:21:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:21:44 $ docker top 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:21:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:21:44 [ssh-agent] Looking for ssh-agent implementation... 18:21:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:21:45 $ docker exec 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent 18:21:45 SSH_AUTH_SOCK=/tmp/ssh-KjZyj8lChatX/agent.12 18:21:45 SSH_AGENT_PID=17 18:21:45 Running ssh-add (command line suppressed) 18:21:45 Identity added: /w/workspace/edgex-go/29@tmp/private_key_4954709950296463208.key (/w/workspace/edgex-go/29@tmp/private_key_4954709950296463208.key) 18:21:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:21:45 + git tag --points-at HEAD [Pipeline] } 18:21:45 $ docker exec --env ******** --env ******** 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent -k 18:21:46 unset SSH_AUTH_SOCK; 18:21:46 unset SSH_AGENT_PID; 18:21:46 echo Agent pid 17 killed; 18:21:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:21:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:21:46 [ssh-agent] Looking for ssh-agent implementation... 18:21:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:21:46 $ docker exec 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent 18:21:46 SSH_AUTH_SOCK=/tmp/ssh-LCQ6HGrpwoqQ/agent.47 18:21:46 SSH_AGENT_PID=52 18:21:46 Running ssh-add (command line suppressed) 18:21:46 Identity added: /w/workspace/edgex-go/29@tmp/private_key_3055829644626580518.key (/w/workspace/edgex-go/29@tmp/private_key_3055829644626580518.key) 18:21:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:21:47 + git semver init 18:21:47 # -> Open(): unable to determine branch for HEAD 18:21:47 # $GIT_DIR = /w/workspace/edgex-go/29/.git 18:21:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/29 18:21:47 # $SEMVER_REMOTE_NAME = origin 18:21:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:21:47 # $SEMVER_USER_NAME = edgex-jenkins 18:21:47 # $SEMVER_BRANCH = PR-2970 18:21:47 # $SEMVER_TEMP = /tmp/semver-912519914 18:21:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:22:13 # '/tmp/semver-912519914' -> '/w/workspace/edgex-go/29/.semver' 18:22:13 # -> Force: false 18:22:13 # $SEMVER_DIR = /w/workspace/edgex-go/29/.semver [Pipeline] } 18:22:13 $ docker exec --env ******** --env ******** 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af ssh-agent -k 18:22:14 unset SSH_AUTH_SOCK; 18:22:14 unset SSH_AGENT_PID; 18:22:14 echo Agent pid 52 killed; 18:22:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:22:14 + git semver [Pipeline] } 18:22:14 $ docker stop --time=1 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af 18:22:16 $ docker rm -f 345000245eacf2c160463c16c10140dea074603de56d13faa60824066085c0af [Pipeline] // withDockerContainer [Pipeline] sh 18:22:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:22:17 Stashed 1 file(s) [Pipeline] echo 18:22:17 [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 18:22:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:22:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:22:19 + sudo service docker restart 18:22:19 + true 18:22:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:22:20 ========================================================= 18:22:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:22:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:22:20 + 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 . 18:22:25 Sending build context to Docker daemon 326.7MB 18:22:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:22:25 Step 2/6 : FROM ${BASE} 18:22:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:22:25 188c0c94c7c5: Pulling fs layer 18:22:25 0ef7d3d256c8: Pulling fs layer 18:22:25 de9db76c5a1d: Pulling fs layer 18:22:25 bca2f99d35d6: Pulling fs layer 18:22:25 93359f2a8cfa: Pulling fs layer 18:22:25 7c6f9722023f: Pulling fs layer 18:22:25 a35cf1a2eb13: Pulling fs layer 18:22:25 93359f2a8cfa: Waiting 18:22:25 7c6f9722023f: Waiting 18:22:25 bca2f99d35d6: Waiting 18:22:25 a35cf1a2eb13: Waiting 18:22:25 de9db76c5a1d: Download complete 18:22:25 0ef7d3d256c8: Verifying Checksum 18:22:25 0ef7d3d256c8: Download complete 18:22:25 93359f2a8cfa: Verifying Checksum 18:22:25 93359f2a8cfa: Download complete 18:22:25 188c0c94c7c5: Verifying Checksum 18:22:25 188c0c94c7c5: Download complete 18:22:25 7c6f9722023f: Verifying Checksum 18:22:25 7c6f9722023f: Download complete 18:22:25 188c0c94c7c5: Pull complete 18:22:25 0ef7d3d256c8: Pull complete 18:22:25 de9db76c5a1d: Pull complete 18:22:27 a35cf1a2eb13: Verifying Checksum 18:22:27 a35cf1a2eb13: Download complete 18:22:28 bca2f99d35d6: Verifying Checksum 18:22:28 bca2f99d35d6: Download complete 18:22:32 Still waiting to schedule task 18:22:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 18:22:33 bca2f99d35d6: Pull complete 18:22:33 93359f2a8cfa: Pull complete 18:22:33 7c6f9722023f: Pull complete 18:22:40 a35cf1a2eb13: Pull complete 18:22:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:22:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:22:40 ---> a62c8e92a672 18:22:40 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 18:22:40 ---> Running in 06138fd91144 18:22:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:22:42 (1/12) Installing libmagic (5.38-r0) 18:22:42 (2/12) Installing file (5.38-r0) 18:22:42 (3/12) Installing libc-dev (0.7.2-r3) 18:22:42 (4/12) Installing g++ (9.3.0-r2) 18:22:48 (5/12) Installing fortify-headers (1.1-r0) 18:22:48 (6/12) Installing patch (2.7.6-r6) 18:22:48 (7/12) Installing build-base (0.5-r2) 18:22:48 (8/12) Installing libsodium (1.0.18-r0) 18:22:48 (9/12) Installing pkgconf (1.7.2-r0) 18:22:48 (10/12) Installing libsodium-dev (1.0.18-r0) 18:22:48 (11/12) Installing libzmq (4.3.3-r0) 18:22:48 (12/12) Installing zeromq-dev (4.3.3-r0) 18:22:48 Executing busybox-1.31.1-r19.trigger 18:22:48 OK: 233 MiB in 51 packages 18:22:51 Removing intermediate container 06138fd91144 18:22:51 ---> b7fe6ba6efda 18:22:51 Step 4/6 : WORKDIR /edgex-go 18:22:51 ---> Running in 8a7bcf5de481 18:22:51 Removing intermediate container 8a7bcf5de481 18:22:51 ---> a81e9c6b9955 18:22:51 Step 5/6 : COPY go.mod . 18:22:52 ---> 1a4846dbcf1d 18:22:52 Step 6/6 : RUN go mod download 18:22:52 ---> Running in 11ca4d5b4797 18:23:14 Removing intermediate container 11ca4d5b4797 18:23:14 ---> e3c284469592 18:23:14 Successfully built e3c284469592 18:23:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:23:14 + docker inspect -f . ci-base-image-x86_64 18:23:14 . [Pipeline] withDockerContainer 18:23:14 prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container 18:23:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:23:15 $ docker top 5b671a38a1cb92fa10a9926a24930b125d3f7ffcd83a45ea5e67b640628ee232 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:16 + go version 18:23:16 go version go1.15.5 linux/amd64 [Pipeline] } 18:23:16 $ docker stop --time=1 5b671a38a1cb92fa10a9926a24930b125d3f7ffcd83a45ea5e67b640628ee232 18:23:17 $ docker rm -f 5b671a38a1cb92fa10a9926a24930b125d3f7ffcd83a45ea5e67b640628ee232 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:18 + docker inspect -f . ci-base-image-x86_64 18:23:18 . [Pipeline] withDockerContainer 18:23:18 prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container 18:23:18 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:23:19 $ docker top 9016f98a2ecad77ea9a1bac8ebbc53fd1d21fa8e8691d7ed450f1546849fccf8 -eo pid,comm [Pipeline] { [Pipeline] echo 18:23:19 ========================================================= 18:23:19 [edgeXBuildGoParallel] Running Tests and Build... 18:23:19 ========================================================= [Pipeline] sh 18:23:19 + make test 18:23:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:23:29 ? github.com/edgexfoundry/edgex-go [no test files] 18:23:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:23:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:23:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:23:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:23:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:23:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:23:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:23:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:23:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:23:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:23:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements 18:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.212s coverage: 27.0% of statements 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 67.9% of statements 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:24:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:24:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.350s coverage: 28.6% of statements 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:24:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.145s coverage: 86.7% of statements 18:24:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:24:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:24:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:24:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:24:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:24:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:24:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 43.8% of statements 18:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 20.5% of statements 18:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 18:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.204s coverage: 96.3% of statements 18:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 18:24:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20787 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 18:24:14 Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout 18:24:19 using credential edgex-jenkins-ssh 18:24:19 Cloning the remote Git repository 18:24:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:24:19 > git init /w/workspace/edgex-go/29 # timeout=10 18:24:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:24:19 > git --version # timeout=10 18:24:19 > git --version # 'git version 2.17.1' 18:24:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 88.6% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 91.4% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 68.9% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.299s coverage: 84.0% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.1% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:24:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 18:24:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 18:24:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 18:24:24 GO111MODULE=on go vet ./... 18:24:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:24:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:24:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:24:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:35 > 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 18:24:36 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 18:24:37 Merge succeeded, producing 2037975b14bcccb26699bfe63d53181688204e32 18:24:37 Checking out Revision 2037975b14bcccb26699bfe63d53181688204e32 (PR-2970) 18:24:36 > git config core.sparsecheckout # timeout=10 18:24:36 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 18:24:37 > git remote # timeout=10 18:24:37 > git config --get remote.origin.url # timeout=10 18:24:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:37 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 18:24:37 > git rev-parse HEAD^{commit} # timeout=10 18:24:37 > git config core.sparsecheckout # timeout=10 18:24:37 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 18:24:41 Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:24:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:24:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:24:44 + + truesudo 18:24:44 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:24:46 provisioning config files... 18:24:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/29@tmp/config1864489481562573659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:24:46 ---> docker-login.sh 18:24:46 nexus3.edgexfoundry.org:10001 18:24:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:48 Configure a credential helper to remove this warning. See 18:24:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:48 18:24:48 Login Succeeded 18:24:48 nexus3.edgexfoundry.org:10002 18:24:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:48 Configure a credential helper to remove this warning. See 18:24:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:48 18:24:48 Login Succeeded 18:24:48 nexus3.edgexfoundry.org:10003 18:24:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:49 Configure a credential helper to remove this warning. See 18:24:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:49 18:24:49 Login Succeeded 18:24:49 nexus3.edgexfoundry.org:10004 18:24:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:49 Configure a credential helper to remove this warning. See 18:24:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:49 18:24:49 Login Succeeded 18:24:49 docker.io 18:24:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:50 Configure a credential helper to remove this warning. See 18:24:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:50 18:24:50 Login Succeeded 18:24:50 ---> docker-login.sh ends [Pipeline] } 18:24:50 Deleting 1 temporary files [Pipeline] // wrap 18:24:50 gofmt -l . 18:24:50 [ "`gofmt -l .`" = "" ] 18:24:50 ./bin/test-go-mod-tidy.sh 18:24:50 ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo 18:24:51 ========================================================= 18:24:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:24:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:24:51 + ls -al . 18:24:51 total 668 18:24:51 drwxrwxr-x 10 1001 1001 4096 Jan 16 18:24 . 18:24:51 drwxr-xr-x 4 root root 30 Jan 16 18:23 .. 18:24:51 -rw-rw-r-- 1 1001 1001 11 Jan 16 18:21 .dockerignore 18:24:51 drwxrwxr-x 8 1001 1001 179 Jan 16 18:21 .git 18:24:51 drwxrwxr-x 3 1001 1001 125 Jan 16 18:21 .github 18:24:51 -rw-rw-r-- 1 1001 1001 872 Jan 16 18:21 .gitignore 18:24:51 drwx------ 3 1001 1001 47 Jan 16 18:22 .semver 18:24:51 -rw-rw-r-- 1 1001 1001 166 Jan 16 18:21 .sonarcloud.properties 18:24:51 -rw-rw-r-- 1 1001 1001 7844 Jan 16 18:21 Attribution.txt 18:24:51 -rw-rw-r-- 1 1001 1001 3804 Jan 16 18:21 CONTRIBUTING.md 18:24:51 -rw-rw-r-- 1 1001 1001 931 Jan 16 18:21 Dockerfile.build 18:24:51 -rw-rw-r-- 1 1001 1001 863 Jan 16 18:21 Jenkinsfile 18:24:51 -rw-rw-r-- 1 1001 1001 10775 Jan 16 18:21 LICENSE 18:24:51 -rw-rw-r-- 1 1001 1001 6001 Jan 16 18:21 Makefile 18:24:51 -rw-rw-r-- 1 1001 1001 6524 Jan 16 18:21 README.md 18:24:51 -rw-rw-r-- 1 1001 1001 6744 Jan 16 18:21 SECURITY.md 18:24:51 -rw-rw-r-- 1 1001 1001 5 Jan 16 18:22 VERSION 18:24:51 -rw-rw-r-- 1 1001 1001 4131 Jan 16 18:21 ZMQWindows.md 18:24:51 drwxrwxr-x 2 1001 1001 117 Jan 16 18:21 bin 18:24:51 drwxrwxr-x 15 1001 1001 4096 Jan 16 18:21 cmd 18:24:51 -rw-r--r-- 1 root root 561484 Jan 16 18:24 coverage.out 18:24:51 -rw-r--r-- 1 root root 1007 Jan 16 18:24 go.mod 18:24:51 -rw-r--r-- 1 root root 19394 Jan 16 18:24 go.sum 18:24:51 drwxrwxr-x 8 1001 1001 127 Jan 16 18:21 internal 18:24:51 drwxrwxr-x 4 1001 1001 26 Jan 16 18:21 openapi 18:24:51 drwxrwxr-x 4 1001 1001 71 Jan 16 18:21 snap 18:24:51 -rw-rw-r-- 1 1001 1001 168 Jan 16 18:21 version.go [Pipeline] sh 18:24:51 + 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 . 18:24:51 + '[' -e coverage.out ] 18:24:51 + chown 1001:1001 coverage.out [Pipeline] stash 18:24:51 Stashed 1 file(s) [Pipeline] sh 18:24:52 + make build 18:24:52 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 18:24:54 Sending build context to Docker daemon 165.7MB 18:24:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:24:54 Step 2/6 : FROM ${BASE} 18:24:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:24:54 5f621e34cdf4: Pulling fs layer 18:24:54 a4357932f1b6: Pulling fs layer 18:24:54 18c013af1878: Pulling fs layer 18:24:54 00ac8860ef70: Pulling fs layer 18:24:54 63d7cb157983: Pulling fs layer 18:24:54 b116817d02f9: Pulling fs layer 18:24:54 745a02a5169b: Pulling fs layer 18:24:54 00ac8860ef70: Waiting 18:24:54 63d7cb157983: Waiting 18:24:54 b116817d02f9: Waiting 18:24:54 745a02a5169b: Waiting 18:24:54 18c013af1878: Verifying Checksum 18:24:54 18c013af1878: Download complete 18:24:54 a4357932f1b6: Download complete 18:24:54 63d7cb157983: Verifying Checksum 18:24:54 b116817d02f9: Verifying Checksum 18:24:54 b116817d02f9: Download complete 18:24:54 5f621e34cdf4: Verifying Checksum 18:24:54 5f621e34cdf4: Download complete 18:24:55 5f621e34cdf4: Pull complete 18:24:56 a4357932f1b6: Pull complete 18:24:56 18c013af1878: Pull complete 18:24:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:24:56 745a02a5169b: Verifying Checksum 18:24:56 745a02a5169b: Download complete 18:24:58 00ac8860ef70: Verifying Checksum 18:24:58 00ac8860ef70: Download complete 18:25:04 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 18:25:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:25:07 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 18:25:07 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 18:25:08 00ac8860ef70: Pull complete 18:25:09 63d7cb157983: Pull complete 18:25:09 b116817d02f9: Pull complete 18:25:09 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 18:25:10 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 18:25:11 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 18:25:12 745a02a5169b: Pull complete 18:25:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:25:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:25:12 ---> b7e6874047d6 18:25:12 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 18:25:13 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 18:25:14 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 18:25:15 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 18:25:16 ---> Running in a23f7d79fec8 18:25:16 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 18:25:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:25:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } 18:25:18 $ docker stop --time=1 9016f98a2ecad77ea9a1bac8ebbc53fd1d21fa8e8691d7ed450f1546849fccf8 18:25:18 (1/12) Installing libmagic (5.38-r0) 18:25:19 (2/12) Installing file (5.38-r0) 18:25:19 (3/12) Installing libc-dev (0.7.2-r3) 18:25:19 (4/12) Installing g++ (9.3.0-r2) 18:25:20 $ docker rm -f 9016f98a2ecad77ea9a1bac8ebbc53fd1d21fa8e8691d7ed450f1546849fccf8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:25:23 (5/12) Installing fortify-headers (1.1-r0) 18:25:23 (6/12) Installing patch (2.7.6-r6) 18:25:23 (7/12) Installing build-base (0.5-r2) 18:25:23 (8/12) Installing libsodium (1.0.18-r0) 18:25:23 (9/12) Installing pkgconf (1.7.2-r0) 18:25:23 (10/12) Installing libsodium-dev (1.0.18-r0) 18:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:23 18:25:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:25:23 (11/12) Installing libzmq (4.3.3-r0) 18:25:23 (12/12) Installing zeromq-dev (4.3.3-r0) 18:25:23 Executing busybox-1.31.1-r19.trigger 18:25:23 OK: 217 MiB in 51 packages 18:25:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:24 latest: Pulling from edgex-devops/edgex-compose 18:25:24 cbdbe7a5bc2a: Pulling fs layer 18:25:24 ca9280d653b3: Pulling fs layer 18:25:24 7e9c9ca2126c: Pulling fs layer 18:25:24 cbdbe7a5bc2a: Verifying Checksum 18:25:24 cbdbe7a5bc2a: Download complete 18:25:24 cbdbe7a5bc2a: Pull complete 18:25:24 ca9280d653b3: Verifying Checksum 18:25:24 ca9280d653b3: Download complete 18:25:25 ca9280d653b3: Pull complete 18:25:26 7e9c9ca2126c: Download complete 18:25:28 Removing intermediate container a23f7d79fec8 18:25:28 ---> 39f036ce0096 18:25:28 Step 4/6 : WORKDIR /edgex-go 18:25:28 ---> Running in 593f43d87d76 18:25:28 Removing intermediate container 593f43d87d76 18:25:28 ---> 61507bf16b38 18:25:28 Step 5/6 : COPY go.mod . 18:25:29 ---> 6956380db43b 18:25:29 Step 6/6 : RUN go mod download 18:25:29 ---> Running in 1e4400539302 18:25:34 7e9c9ca2126c: Pull complete 18:25:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:25:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:25:34 prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container 18:25:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:25:36 $ docker top 4bd3ffa16bd396d6ef1b33addea8a1847ca9c64835737611e1d24e05ce0638ef -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:37 + docker-compose build --help 18:25:37 + grep parallel 18:25:38 --parallel Build images in parallel. [Pipeline] } 18:25:38 $ docker stop --time=1 4bd3ffa16bd396d6ef1b33addea8a1847ca9c64835737611e1d24e05ce0638ef 18:25:39 $ docker rm -f 4bd3ffa16bd396d6ef1b33addea8a1847ca9c64835737611e1d24e05ce0638ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:25:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:40 . [Pipeline] withDockerContainer 18:25:40 prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container 18:25:40 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 18:25:41 $ docker top 857a239752735d244ee712c6457ae0f304a86702c19ee6279eabfb250269d964 -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:41 + docker-compose -f ./docker-compose-build.yml build --parallel 18:25:42 Building docker-core-command-go ... 18:25:42 Building docker-core-data-go ... 18:25:42 Building docker-core-metadata-go ... 18:25:42 Building docker-security-bootstrapper-go ... 18:25:42 Building docker-security-proxy-setup-go ... 18:25:42 Building docker-security-secretstore-setup-go ... 18:25:42 Building docker-support-notifications-go ... 18:25:42 Building docker-support-scheduler-go ... 18:25:42 Building docker-sys-mgmt-agent-go ... 18:25:42 Building docker-support-notifications-go 18:25:42 Building docker-core-command-go 18:25:42 Building docker-security-secretstore-setup-go 18:25:42 Building docker-security-bootstrapper-go 18:25:42 Building docker-core-data-go 18:25:56 Removing intermediate container 1e4400539302 18:25:56 ---> 5b37328b184f 18:25:56 Successfully built 5b37328b184f 18:25:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:25:56 + docker inspect -f . ci-base-image-arm64 18:25:56 . [Pipeline] withDockerContainer 18:25:57 prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container 18:25:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 18:25:58 $ docker top 948094e55364d282ace2970300529b80088eb62d50a308396693bb5ec86c3b0d -eo pid,comm [Pipeline] { [Pipeline] sh 18:25:59 + go version 18:25:59 go version go1.15.5 linux/arm64 [Pipeline] } 18:25:59 $ docker stop --time=1 948094e55364d282ace2970300529b80088eb62d50a308396693bb5ec86c3b0d 18:26:01 $ docker rm -f 948094e55364d282ace2970300529b80088eb62d50a308396693bb5ec86c3b0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:02 + docker inspect -f . ci-base-image-arm64 18:26:02 . [Pipeline] withDockerContainer 18:26:03 prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container 18:26:03 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 18:26:04 $ docker top c49070158cbc55d4e662098cd8d8b220a42f1979ad7bad95d2d85a539d26da31 -eo pid,comm [Pipeline] { [Pipeline] echo 18:26:05 ========================================================= 18:26:05 [edgeXBuildGoParallel] Running Tests and Build... 18:26:05 ========================================================= [Pipeline] sh 18:26:05 + make test 18:26:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:26:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:26:15 ---> e3c284469592 18:26:15 Step 3/22 : WORKDIR /edgex-go 18:26:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:15 ---> e3c284469592 18:26:15 Step 3/23 : WORKDIR /edgex-go 18:26:16 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:16 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:26:16 ---> e3c284469592 18:26:16 Step 3/33 : WORKDIR /edgex-go 18:26:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:16 ---> e3c284469592 18:26:16 Step 3/23 : WORKDIR /edgex-go 18:26:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:26:16 ---> e3c284469592 18:26:16 Step 3/24 : WORKDIR /edgex-go 18:26:16 ---> Running in f06246f620fc 18:26:16 ---> Running in 290a7cbeae8d 18:26:17 ---> Running in 41dc258bd95a 18:26:17 ---> Running in de73e5210276 18:26:17 ---> Running in d9ab76005f1a 18:26:17 Removing intermediate container 41dc258bd95a 18:26:17 ---> 3a9b0b7740b6 18:26:17 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container 290a7cbeae8d 18:26:17 ---> d3f2f7d350db 18:26:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container f06246f620fc 18:26:17 ---> b7b7ddac2a52 18:26:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container d9ab76005f1a 18:26:17 ---> 111f1b9d5445 18:26:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 Removing intermediate container de73e5210276 18:26:17 ---> dd125a8711fd 18:26:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:17 ---> Running in 127b1c8eb85a 18:26:17 ---> Running in 50fa58aaa376 18:26:17 ---> Running in 5ebf257baee5 18:26:17 ---> Running in 52f95577f85b 18:26:17 ---> Running in e0952a9ce440 18:26:20 Removing intermediate container 50fa58aaa376 18:26:20 ---> 0a74d15b6462 18:26:20 Step 5/33 : RUN apk add --update --no-cache make git 18:26:20 Removing intermediate container 127b1c8eb85a 18:26:20 ---> b4df2369c135 18:26:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:26:20 ---> Running in b74e79efa10f 18:26:20 Removing intermediate container 52f95577f85b 18:26:20 ---> 3b862a265721 18:26:20 Step 5/24 : RUN apk add --update --no-cache make git 18:26:20 ---> Running in 5cfbdca70dd0 18:26:20 Removing intermediate container 5ebf257baee5 18:26:20 ---> b1d16b258738 18:26:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:26:20 ---> Running in e008811de8c1 18:26:20 Removing intermediate container e0952a9ce440 18:26:20 ---> e4b903122e64 18:26:20 Step 5/23 : RUN apk add --update --no-cache make git 18:26:20 ---> Running in 4749f91b8a01 18:26:21 ---> Running in 6e4b388c7c8d 18:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:22 OK: 233 MiB in 51 packages 18:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:22 Removing intermediate container b74e79efa10f 18:26:22 ---> 260b7b4470b3 18:26:22 Step 6/33 : COPY go.mod . 18:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:23 ---> 99931058fe91 18:26:23 Step 7/33 : RUN go mod download 18:26:23 ---> Running in fa9df4581902 18:26:23 OK: 233 MiB in 51 packages 18:26:23 OK: 233 MiB in 51 packages 18:26:24 Removing intermediate container 4749f91b8a01 18:26:24 ---> 5fee5d689699 18:26:24 Step 6/23 : COPY go.mod . 18:26:24 Removing intermediate container 6e4b388c7c8d 18:26:24 ---> e66d2c848932 18:26:24 Step 6/23 : COPY go.mod . 18:26:24 OK: 233 MiB in 51 packages 18:26:24 ---> 56effc33a13c 18:26:24 Step 7/23 : RUN go mod download 18:26:24 ---> 3af4f86d46a4 18:26:24 Step 7/23 : RUN go mod download 18:26:24 ---> Running in 71e6bc51438c 18:26:24 ---> Running in eb79f41333c4 18:26:25 Removing intermediate container e008811de8c1 18:26:25 ---> 8cfe48dd22d4 18:26:25 Step 6/24 : COPY go.mod . 18:26:25 OK: 233 MiB in 51 packages 18:26:25 Removing intermediate container fa9df4581902 18:26:25 ---> c6bdfb6d474e 18:26:25 Step 8/33 : COPY . . 18:26:25 ---> d553763eba51 18:26:25 Step 7/24 : RUN go mod download 18:26:25 ---> Running in 4d877c2c0f98 18:26:27 ? github.com/edgexfoundry/edgex-go [no test files] 18:26:30 Removing intermediate container 5cfbdca70dd0 18:26:30 ---> 65a3966e57bd 18:26:30 Step 6/22 : COPY go.mod . 18:26:30 Removing intermediate container 71e6bc51438c 18:26:30 ---> ded3ccd9c678 18:26:30 Step 8/23 : COPY . . 18:26:30 Removing intermediate container eb79f41333c4 18:26:30 ---> 1348f9905490 18:26:30 Step 8/23 : COPY . . 18:26:30 ---> 4e2998c43281 18:26:30 Step 7/22 : RUN go mod download 18:26:32 ---> Running in 60f84af69eae 18:26:37 Removing intermediate container 4d877c2c0f98 18:26:37 ---> a23dbcd2cc9f 18:26:37 Step 8/24 : COPY . . 18:26:50 Removing intermediate container 60f84af69eae 18:26:50 ---> a128909a9318 18:26:50 Step 8/22 : COPY . . 18:27:05 ---> fbd2debf1044 18:27:05 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:27:06 ---> Running in 5b349022ce78 18:27:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:27:09 ---> 9096152318c9 18:27:09 Step 9/23 : RUN make cmd/core-data/core-data 18:27:10 ---> 198260a6aefa 18:27:10 Step 9/23 : RUN make cmd/core-command/core-command 18:27:10 ---> Running in d24c1b2819c5 18:27:11 ---> 65d85e65a293 18:27:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:27:11 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 18:27:11 ---> Running in 32cf04b5b117 18:27:12 ---> Running in 6d944b83b92e 18:27:13 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 18:27:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:27:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:27:18 ---> f03c5b3c3b5f 18:27:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:27:18 ---> Running in 37c38673c677 18:27: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 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:27:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:27:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:27: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 18:27:42 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 18:27:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 46.6% of statements 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:27:46 Removing intermediate container 32cf04b5b117 18:27:46 ---> e662e7616eca 18:27:46 18:27:46 Step 10/23 : FROM alpine:3.12 18:27:46 3.12: Pulling from library/alpine 18:27:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:27:48 Status: Downloaded newer image for alpine:3.12 18:27:48 ---> 389fef711851 18:27:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.469s coverage: 27.0% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 67.9% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.331s coverage: 82.3% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:27:49 ---> Running in 8f2f433e7aa1 18:27:49 Removing intermediate container 6d944b83b92e 18:27:49 ---> 51a0a07d384c 18:27:49 18:27:49 Step 10/24 : FROM alpine:3.12 18:27:49 ---> 389fef711851 18:27:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:27:49 ---> Running in a32ad4dc5054 18:27:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:52 (1/1) Installing dumb-init (1.2.2-r1) 18:27:52 Executing busybox-1.31.1-r19.trigger 18:27:52 OK: 6 MiB in 15 packages 18:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:52 (1/5) Installing ca-certificates (20191127-r4) 18:27:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:27:52 (3/5) Installing libcurl (7.69.1-r3) 18:27:52 (4/5) Installing curl (7.69.1-r3) 18:27:52 (5/5) Installing dumb-init (1.2.2-r1) 18:27:52 Executing busybox-1.31.1-r19.trigger 18:27:52 Executing ca-certificates-20191127-r4.trigger 18:27:52 OK: 7 MiB in 19 packages 18:27:54 Removing intermediate container 5b349022ce78 18:27:54 ---> 6ba165526732 18:27:54 18:27:54 Step 10/33 : FROM alpine:3.12 18:27:54 ---> 389fef711851 18:27:54 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 18:27:54 Removing intermediate container 37c38673c677 18:27:54 ---> 0f19cc1ad513 18:27:54 18:27:54 Step 10/22 : FROM alpine:3.12 18:27:54 ---> 389fef711851 18:27:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:27:56 ---> Running in 77208f2bf9b4 18:27:56 ---> Running in 056ace8fe19f 18:27:56 Removing intermediate container 8f2f433e7aa1 18:27:56 ---> e47213889bad 18:27:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:27:57 Removing intermediate container d24c1b2819c5 18:27:57 ---> 5f9333df822d 18:27:57 18:27:57 Step 10/23 : FROM alpine:3.12 18:27:57 ---> 389fef711851 18:27:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:27:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.068s coverage: 28.6% of statements 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:27:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:27:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:27:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.363s coverage: 86.7% of statements 18:27:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:27:57 ---> Running in e95c5eb871c7 18:27:57 ---> Running in 30880163794e 18:27:57 Removing intermediate container a32ad4dc5054 18:27:57 ---> e86a682d3afe 18:27:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:27:57 ---> Running in bbcf29feab2d 18:27:58 Removing intermediate container e95c5eb871c7 18:27:58 ---> 0703c6bd2322 18:27:58 Step 13/23 : ENV APP_PORT=48082 18:27:58 Removing intermediate container 30880163794e 18:27:58 ---> 231d782da801 18:27:58 Step 12/23 : ENV APP_PORT=48080 18:27:58 ---> Running in 907647315fbd 18:27:58 ---> Running in f2193127a538 18:27:58 Removing intermediate container bbcf29feab2d 18:27:58 ---> 514403293471 18:27:58 Step 13/24 : WORKDIR / 18:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:58 ---> Running in f07273f5f7ba 18:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:58 Removing intermediate container 907647315fbd 18:27:58 ---> c7c3e99c83b7 18:27:58 Step 14/23 : EXPOSE $APP_PORT 18:27:58 Removing intermediate container f2193127a538 18:27:58 ---> 33fb855d3f82 18:27:58 Step 13/23 : EXPOSE $APP_PORT 18:27:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements 18:27:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:27:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.130s coverage: 78.3% of statements 18:27:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:27:58 ---> Running in c4a777ae16a4 18:27:58 (1/2) Installing ca-certificates (20191127-r4) 18:27:58 ---> Running in 40f42245af8c 18:27:58 (1/3) Installing dumb-init (1.2.2-r1) 18:27:58 (2/3) Installing openssl (1.1.1i-r0) 18:27:58 (2/2) Installing dumb-init (1.2.2-r1) 18:27:58 (3/3) Installing su-exec (0.2-r1) 18:27:58 Executing busybox-1.31.1-r19.trigger 18:27:58 Executing busybox-1.31.1-r19.trigger 18:27:58 Executing ca-certificates-20191127-r4.trigger 18:27:58 OK: 6 MiB in 17 packages 18:27:58 OK: 6 MiB in 16 packages 18:28:00 Removing intermediate container f07273f5f7ba 18:28:00 ---> c14e44777886 18:28:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:28:00 Removing intermediate container c4a777ae16a4 18:28:00 ---> e88faa732331 18:28:00 Step 15/23 : WORKDIR / 18:28:00 Removing intermediate container 40f42245af8c 18:28:00 ---> 4a8ced2e2f95 18:28:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:00 ---> Running in 595701387c55 18:28:00 ---> f3f1f7f09b24 18:28:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:28:00 ---> Running in acee24aad3be 18:28:00 Removing intermediate container 595701387c55 18:28:00 ---> 6a446cd6c29f 18:28:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:01 Removing intermediate container 77208f2bf9b4 18:28:01 ---> 811f248dbc1d 18:28:01 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:28:01 ---> 0e0164d97352 18:28:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:28:01 Removing intermediate container 056ace8fe19f 18:28:01 ---> 534a4b22dd09 18:28:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:28:01 ---> ba43db26f61b 18:28:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:28:01 ---> Running in 3733ab28c742 18:28:01 ---> Running in 661c6b529c4b 18:28:02 ---> 8463a4b07023 18:28:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:28:02 Removing intermediate container 3733ab28c742 18:28:02 ---> d298546bbf8a 18:28:02 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 18:28:02 Removing intermediate container 661c6b529c4b 18:28:02 ---> 9df068f3836f 18:28:02 Step 13/22 : ENV APP_PORT=48060 18:28:02 ---> Running in 0982f51dea26 18:28:02 ---> Running in 3e940c94d778 18:28:02 ---> 3b75bef7a776 18:28:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:28:02 Removing intermediate container acee24aad3be 18:28:02 ---> 971666dfef8d 18:28:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:28:02 ---> 0b79c1dfe792 18:28:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:28:03 ---> Running in 991f9147800e 18:28:04 Removing intermediate container 3e940c94d778 18:28:04 ---> fafa1c589ffd 18:28:04 Step 14/22 : EXPOSE $APP_PORT 18:28:04 Removing intermediate container 0982f51dea26 18:28:04 ---> b7373b9b64dc 18:28:04 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 18:28:04 ---> ca602e8f6ae5 18:28:04 Step 19/23 : ENTRYPOINT ["/core-command"] 18:28:04 ---> f539cf8f4101 18:28:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:28:04 ---> Running in fc43c78f8e39 18:28:04 ---> Running in f774a593471b 18:28:04 ---> Running in e89d5670cc0d 18:28:04 Removing intermediate container fc43c78f8e39 18:28:04 ---> db76db760f96 18:28:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:04 ---> 31f50d0f9348 18:28:04 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/ 18:28:04 Removing intermediate container e89d5670cc0d 18:28:04 ---> 56a2cb2c2ca6 18:28:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:04 ---> Running in 223498d283fd 18:28:05 ---> Running in 89f0f66e765f 18:28:05 Connecting to github.com (140.82.112.3:443) 18:28:05  ---> 4f01e8422202 18:28:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.124s coverage: 92.8% of statements 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.1% of statements 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:28:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 43.8% of statements 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 20.5% of statements 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 18:28:05 Removing intermediate container 89f0f66e765f 18:28:05 ---> 944524187cff 18:28:05 Step 21/23 : LABEL arch=x86_64 18:28:05 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.85.36:443) 18:28:05  ---> Running in 22ce1a1e31cf 18:28:05 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 18:28:05 dockerize-alpine-lin 1% | | 51744 0:00:57 ETA 18:28:05 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 18:28:05 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 18:28:05 dockerize 18:28:05 Removing intermediate container 22ce1a1e31cf 18:28:05 ---> de1f83f343c3 18:28:05 Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:28:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 18:28:06 ---> Running in bc2a12443874 18:28:06 ---> a6c09f634abe 18:28:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:28:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:06 Removing intermediate container bc2a12443874 18:28:06 ---> 75d682d2235e 18:28:06 Step 23/23 : LABEL version=0.0.0 18:28:06 ---> Running in d139902c96e9 18:28:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements 18:28:06 ---> e357329bf8f8 18:28:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:28:06 ---> Running in ff0cde8e9550 18:28:06 Removing intermediate container d139902c96e9 18:28:06 ---> a2b2cc5ee05d 18:28:06 18:28:06 Removing intermediate container 223498d283fd 18:28:06 ---> d9be06445dab 18:28:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:28:06 Removing intermediate container ff0cde8e9550 18:28:06 ---> 0103abfdaee0 18:28:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:06 ---> Running in 48b6136b241e 18:28:06 Removing intermediate container f774a593471b 18:28:06 ---> 081064bf7f6c 18:28:06 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 18:28:07 Successfully built a2b2cc5ee05d 18:28:07 ---> Running in a6f58df16b79 18:28:07 Successfully tagged docker-core-command-go:latest 18:28:07  Building docker-core-command-go ... done Building docker-support-scheduler-go 18:28:07 ---> Running in 6696e26b72c4 18:28:07 (1/6) Installing dumb-init (1.2.2-r1) 18:28:07 Removing intermediate container 48b6136b241e 18:28:07 ---> 53c1121403c7 18:28:07 Step 22/24 : LABEL arch=x86_64 18:28:07 (2/6) Installing libgcc (9.3.0-r2) 18:28:07 Removing intermediate container a6f58df16b79 18:28:07 ---> 504d647a0610 18:28:07 Step 20/22 : LABEL arch=x86_64 18:28:07 (3/6) Installing libsodium (1.0.18-r0) 18:28:07 ---> Running in 11e22bebf5a4 18:28:07 Removing intermediate container 6696e26b72c4 18:28:07 ---> fbde55866473 18:28:07 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:28:07 ---> Running in 974730a483ef 18:28:07 (4/6) Installing libstdc++ (9.3.0-r2) 18:28:07 ---> Running in b1173d9d1b56 18:28:07 Removing intermediate container 11e22bebf5a4 18:28:07 ---> 33f03ed8eac1 18:28:07 Step 23/24 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:28:07 (5/6) Installing libzmq (4.3.3-r0) 18:28:08 Removing intermediate container 974730a483ef 18:28:08 ---> ac441c0447d8 18:28:08 Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:28:08 (6/6) Installing zeromq (4.3.3-r0) 18:28:08 Removing intermediate container b1173d9d1b56 18:28:08 ---> dee7c2cff1a0 18:28:08 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} 18:28:08 ---> Running in 9d340fc29525 18:28:08 Executing busybox-1.31.1-r19.trigger 18:28:08 OK: 8 MiB in 20 packages 18:28:08 ---> Running in 659cfb044aed 18:28:08 ---> Running in 7813ff7a4de3 18:28:10 Removing intermediate container 659cfb044aed 18:28:10 ---> bf7e0d2c295f 18:28:10 Step 22/22 : LABEL version=0.0.0 18:28:10 Removing intermediate container 9d340fc29525 18:28:10 ---> 7f4004ceff6c 18:28:10 Step 24/24 : LABEL version=0.0.0 18:28:11 ---> Running in a1e6ee517bd2 18:28:11 ---> Running in adc813f17064 18:28:11 Move dockerize executable 18:28:11 Removing intermediate container a1e6ee517bd2 18:28:11 ---> b91bc48dd260 18:28:11 18:28:11 Removing intermediate container 991f9147800e 18:28:11 ---> 12a7719059bf 18:28:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:12 Removing intermediate container adc813f17064 18:28:12 ---> 94617c2ee2f4 18:28:12 18:28:12 Successfully built b91bc48dd260 18:28:12 Successfully tagged docker-support-notifications-go:latest 18:28:12 Building docker-core-metadata-go 18:28:12  Building docker-support-notifications-go ... done Successfully built 94617c2ee2f4 18:28:12 Successfully tagged docker-security-secretstore-setup-go:latest 18:28:12 Building docker-security-proxy-setup-go 18:28:12  Building docker-security-secretstore-setup-go ... done  ---> 2e65b146db15 18:28:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:28:17 Removing intermediate container 7813ff7a4de3 18:28:17 ---> a717f74bf349 18:28:17 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 18:28:17 ---> f6570ea0bf97 18:28:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:28:17 ---> Running in b5dd61a5c2d7 18:28:18 ---> c1ce049762c1 18:28:18 Step 19/23 : ENTRYPOINT ["/core-data"] 18:28:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.171s coverage: 94.4% of statements 18:28:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 18:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:28:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:28:19 ---> Running in 4178a17c91ab 18:28:19 Removing intermediate container b5dd61a5c2d7 18:28:19 ---> 10a45354c902 18:28:19 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 88.6% of statements 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 63.5% of statements 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:28:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 18:28:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 18:28:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 18:28:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 18:28:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 18:28:23 Removing intermediate container 4178a17c91ab 18:28:23 ---> 19a3de5eff1c 18:28:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:23 ---> f678b3eb0292 18:28:23 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:28:23 ---> Running in 8613f40b67dd 18:28:24 ---> Running in d23111f8c188 18:28:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:28:25 ---> e3c284469592 18:28:25 Step 3/22 : WORKDIR /edgex-go 18:28:25 ---> Using cache 18:28:25 ---> dd125a8711fd 18:28:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:25 ---> Using cache 18:28:25 ---> e4b903122e64 18:28:25 Step 5/22 : RUN apk add --update --no-cache make git 18:28:25 ---> Using cache 18:28:25 ---> e66d2c848932 18:28:25 Step 6/22 : COPY go.mod . 18:28:25 ---> Using cache 18:28:25 ---> 3af4f86d46a4 18:28:25 Step 7/22 : RUN go mod download 18:28:25 ---> Using cache 18:28:25 ---> 1348f9905490 18:28:25 Step 8/22 : COPY . . 18:28:25 ---> Using cache 18:28:25 ---> 198260a6aefa 18:28:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:28:26 Removing intermediate container 8613f40b67dd 18:28:26 ---> 156f23de26e6 18:28:26 Step 21/23 : LABEL arch=x86_64 18:28:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 68.9% of statements 18:28:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:28:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:28:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:28:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:28:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:28:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.357s coverage: 37.0% of statements 18:28:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:28:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:28:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.692s coverage: 84.0% of statements 18:28:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements 18:28:30 ---> Running in cc8777208f65 18:28:30 ---> Running in ce0c062bd9d0 18:28:31 Removing intermediate container ce0c062bd9d0 18:28:31 ---> 1c9fe6bfd938 18:28:31 Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:28:32 ---> Running in 0f786ce6f1e4 18:28:33 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 18:28:34 Removing intermediate container d23111f8c188 18:28:34 ---> 3749c2929ac7 18:28:34 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:28:34 ---> e3c284469592 18:28:34 Step 3/23 : WORKDIR /edgex-go 18:28:34 ---> Using cache 18:28:34 ---> dd125a8711fd 18:28:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:34 ---> Using cache 18:28:34 ---> e4b903122e64 18:28:34 Step 5/23 : RUN apk add --update --no-cache make git 18:28:34 ---> Using cache 18:28:34 ---> e66d2c848932 18:28:34 Step 6/23 : COPY go.mod . 18:28:34 ---> Using cache 18:28:34 ---> 3af4f86d46a4 18:28:34 Step 7/23 : RUN go mod download 18:28:34 ---> Using cache 18:28:34 ---> 1348f9905490 18:28:34 Step 8/23 : COPY . . 18:28:34 ---> Using cache 18:28:34 ---> 198260a6aefa 18:28:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:28:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:28:34 ---> e3c284469592 18:28:34 Step 3/21 : WORKDIR /edgex-go 18:28:34 ---> Using cache 18:28:34 ---> dd125a8711fd 18:28:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:34 ---> Using cache 18:28:34 ---> e4b903122e64 18:28:34 Step 5/21 : RUN apk add --update --no-cache make git 18:28:34 ---> Using cache 18:28:34 ---> e66d2c848932 18:28:34 Step 6/21 : COPY go.mod . 18:28:34 ---> Using cache 18:28:34 ---> 3af4f86d46a4 18:28:34 Step 7/21 : RUN go mod download 18:28:34 ---> Using cache 18:28:34 ---> 1348f9905490 18:28:34 Step 8/21 : COPY . . 18:28:34 ---> Using cache 18:28:34 ---> 198260a6aefa 18:28:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:28:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.346s coverage: 47.1% of statements 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:28:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:28:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements 18:28:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:28:35 Removing intermediate container 0f786ce6f1e4 18:28:35 ---> 39c73c1520bc 18:28:35 Step 23/23 : LABEL version=0.0.0 18:28:35 ---> Running in 7119d8c65e8d 18:28:35 ---> Running in 3d8291e498ef 18:28:35 ---> Running in 65290e136091 18:28:35 ---> 092f4ae44026 18:28:35 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:28:36 Removing intermediate container 65290e136091 18:28:36 ---> fae6e880e67a 18:28:36 18:28:36 Successfully built fae6e880e67a 18:28:36 Successfully tagged docker-core-data-go:latest 18:28:36 Building docker-sys-mgmt-agent-go 18:28:37  Building docker-core-data-go ... done  ---> 8b81acc39bda 18:28:37 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:28:37 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 18:28:37 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 18:28:39 ---> a2afb580b73b 18:28:39 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.158s coverage: 29.1% of statements 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:28:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 18:28:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 18:28:41 ---> 82121cff7092 18:28:41 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:28:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:28:41 ---> f179565948d6 18:28:41 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 18:28:42 GO111MODULE=on go vet ./... 18:28:42 ---> Running in eec233a0b120 18:28:43 Removing intermediate container eec233a0b120 18:28:43 ---> 0b694f5d9ec7 18:28:43 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:28:44 ---> e3dbfcc54495 18:28:44 Step 28/33 : RUN chmod +x /entrypoint.sh 18:28:44 ---> Running in 920f24f915e2 18:28:48 Removing intermediate container 920f24f915e2 18:28:48 ---> 3eb773e68ddd 18:28:48 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:28:49 ---> Running in 98eaab363068 18:28:49 Removing intermediate container 98eaab363068 18:28:49 ---> 03a84f25b760 18:28:49 Step 30/33 : CMD ["gate"] 18:28:50 ---> Running in f4819667f4bb 18:28:50 Removing intermediate container f4819667f4bb 18:28:50 ---> 9a5e76ef2995 18:28:50 Step 31/33 : LABEL arch=x86_64 18:28:52 ---> Running in 12dc3ec567d3 18:28:53 Removing intermediate container 12dc3ec567d3 18:28:53 ---> d27ff23e5c28 18:28:53 Step 32/33 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:28:54 ---> Running in 3a115f5ffe57 18:28:54 Removing intermediate container 3a115f5ffe57 18:28:54 ---> 1c0fd5584129 18:28:54 Step 33/33 : LABEL version=0.0.0 18:28:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:28:56 ---> e3c284469592 18:28:56 Step 3/26 : WORKDIR /edgex-go 18:28:56 ---> Using cache 18:28:56 ---> dd125a8711fd 18:28:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:56 ---> Using cache 18:28:56 ---> e4b903122e64 18:28:56 Step 5/26 : RUN apk add --update --no-cache make bash git 18:28:56 ---> Running in a1a976c040cc 18:28:57 ---> Running in c12f28902429 18:28:57 Removing intermediate container a1a976c040cc 18:28:57 ---> 606b8ca2d953 18:28:57 18:28:57 Successfully built 606b8ca2d953 18:28:57 Successfully tagged docker-security-bootstrapper-go:latest 18:28:58  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:00 OK: 233 MiB in 51 packages 18:29:01 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 18:29:02 Removing intermediate container c12f28902429 18:29:02 ---> 636a2c88d414 18:29:02 Step 6/26 : COPY go.mod . 18:29:04 ---> 59000851c562 18:29:04 Step 7/26 : RUN go mod download 18:29:06 ---> Running in 715d626fe497 18:29:06 Removing intermediate container cc8777208f65 18:29:06 ---> 1e07bc4c1aba 18:29:06 18:29:06 Step 10/22 : FROM alpine:3.12 18:29:06 ---> 389fef711851 18:29:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:29:06 ---> Using cache 18:29:06 ---> e47213889bad 18:29:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:06 ---> Using cache 18:29:06 ---> 0703c6bd2322 18:29:06 Step 13/22 : ENV APP_PORT=48085 18:29:06 ---> Running in 8d4ae4072fc1 18:29:06 Removing intermediate container 8d4ae4072fc1 18:29:06 ---> dd2baa72c19e 18:29:06 Step 14/22 : EXPOSE $APP_PORT 18:29:06 ---> Running in 474e418eb4f1 18:29:07 Removing intermediate container 474e418eb4f1 18:29:07 ---> 0b4f21f706a0 18:29:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:07 ---> 69239ceedc11 18:29:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:29:08 ---> a5a378c25681 18:29:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:29:08 Removing intermediate container 715d626fe497 18:29:08 ---> 67b522feb807 18:29:08 Step 8/26 : COPY . . 18:29:16 ---> 3e86fa2aa953 18:29:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:29:16 Removing intermediate container 3d8291e498ef 18:29:16 ---> 5a5c02f28240 18:29:16 18:29:16 Step 10/21 : FROM alpine:3.12 18:29:16 ---> 389fef711851 18:29:16 Step 11/21 : RUN apk add --update --no-cache curl 18:29:16 Removing intermediate container 7119d8c65e8d 18:29:16 ---> 7c400a78e2ed 18:29:16 18:29:16 Step 10/23 : FROM alpine:3.12 18:29:16 ---> 389fef711851 18:29:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:29:16 ---> Using cache 18:29:16 ---> e47213889bad 18:29:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:16 ---> Using cache 18:29:16 ---> 0703c6bd2322 18:29:16 Step 13/23 : ENV APP_PORT=48081 18:29:17 ---> Running in 01ef0885da76 18:29:17 ---> Running in 942a2b0847bc 18:29:18 ---> Running in 5529dd937fc8 18:29:20 Removing intermediate container 01ef0885da76 18:29:20 ---> 0c6ad90af24e 18:29:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:20 Removing intermediate container 5529dd937fc8 18:29:20 ---> f5c1df361246 18:29:20 Step 14/23 : EXPOSE $APP_PORT 18:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:21 (1/4) Installing ca-certificates (20191127-r4) 18:29:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:29:21 (3/4) Installing libcurl (7.69.1-r3) 18:29:21 (4/4) Installing curl (7.69.1-r3) 18:29:21 Executing busybox-1.31.1-r19.trigger 18:29:21 Executing ca-certificates-20191127-r4.trigger 18:29:21 OK: 7 MiB in 18 packages 18:29:22 ---> Running in b5113fa3a89b 18:29:22 ---> Running in 2b5ef3179909 18:29:23 Removing intermediate container 2b5ef3179909 18:29:23 ---> 685b17b8a7ab 18:29:23 Step 15/23 : WORKDIR / 18:29:23 Removing intermediate container b5113fa3a89b 18:29:23 ---> f5252ada37c9 18:29:23 Step 20/22 : LABEL arch=x86_64 18:29:23 ---> Running in a3e0ed1b26d2 18:29:23 ---> Running in 8a5bb2b0f468 18:29:24 Removing intermediate container a3e0ed1b26d2 18:29:24 ---> 074f97dffebb 18:29:24 Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:29:24 Removing intermediate container 942a2b0847bc 18:29:24 ---> d3a8ec8247b1 18:29:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:29:26 Removing intermediate container 8a5bb2b0f468 18:29:26 ---> aa34adde34cd 18:29:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:26 ---> Running in 1643a8d28587 18:29:26 ---> Running in 7dbfd6868637 18:29:26 Removing intermediate container 7dbfd6868637 18:29:26 ---> fb85e81e861d 18:29:26 Step 13/21 : WORKDIR /edgex 18:29:27 Removing intermediate container 1643a8d28587 18:29:27 ---> a8ee3495a9db 18:29:27 Step 22/22 : LABEL version=0.0.0 18:29:28 ---> Running in dfc32c2eedc5 18:29:28 ---> 58f0c6aeee3e 18:29:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:29:28 ---> Running in bcbea398437f 18:29:28 ---> 0743689422d9 18:29:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:29:28 ---> Running in f7a8988deed0 18:29:28 Removing intermediate container bcbea398437f 18:29:28 ---> 02ba5e107df0 18:29:28 18:29:28 Removing intermediate container dfc32c2eedc5 18:29:28 ---> bbd217f37120 18:29:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:29:28 Successfully built 02ba5e107df0 18:29:28 Successfully tagged docker-support-scheduler-go:latest 18:29:29  Building docker-support-scheduler-go ... done  ---> d5ad15740191 18:29:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:29:29 ---> de98f4e95c88 18:29:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:29:29 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 18:29:29 ---> cfb8fa54f63d 18:29:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:29:29 ---> Running in e64f447ade19 18:29:29 ---> c9abbdb9c5ea 18:29:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:29:30 Removing intermediate container e64f447ade19 18:29:30 ---> d18e871b126f 18:29:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:30 ---> Running in aee44a211714 18:29:30 Removing intermediate container aee44a211714 18:29:30 ---> ad05532af910 18:29:30 Step 21/23 : LABEL arch=x86_64 18:29:30 ---> b591cca00bfa 18:29:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:29:30 ---> Running in bb184183ddef 18:29:30 ---> Running in f0d7b421b85d 18:29:31 Removing intermediate container bb184183ddef 18:29:31 ---> 01bfb92f8238 18:29:31 Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:29:31 Removing intermediate container f0d7b421b85d 18:29:31 ---> 788b290cf76e 18:29:31 Step 18/21 : CMD ["--init=true"] 18:29:31 ---> Running in 9a552acf2459 18:29:31 ---> Running in e53796de7203 18:29:31 Removing intermediate container e53796de7203 18:29:31 ---> c5bc41afbc86 18:29:31 Step 19/21 : LABEL arch=x86_64 18:29:31 Removing intermediate container 9a552acf2459 18:29:31 ---> 9a5aec9765be 18:29:31 Step 23/23 : LABEL version=0.0.0 18:29:31 ---> Running in 9f12f0e2a723 18:29:31 ---> Running in f8b11688d931 18:29:31 Removing intermediate container 9f12f0e2a723 18:29:31 ---> 5d071f7d37db 18:29:31 Step 20/21 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:29:31 ---> Running in 93f5d35bf843 18:29:31 Removing intermediate container f8b11688d931 18:29:31 ---> 35da079f2b9c 18:29:31 18:29:32 Successfully built 35da079f2b9c 18:29:32 Successfully tagged docker-core-metadata-go:latest 18:29:32  Building docker-core-metadata-go ... done Removing intermediate container 93f5d35bf843 18:29:32 ---> 462ea64cf9f1 18:29:32 Step 21/21 : LABEL version=0.0.0 18:29:32 ---> Running in b1e19c38a49e 18:29:32 Removing intermediate container b1e19c38a49e 18:29:32 ---> 5b5e0af38535 18:29:32 18:29:33 Successfully built 5b5e0af38535 18:29:33 Successfully tagged docker-security-proxy-setup-go:latest 18:29:42  Building docker-security-proxy-setup-go ... done Removing intermediate container f7a8988deed0 18:29:42 ---> b634366bfd0d 18:29:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:29:42 ---> Running in 86632b78d0f1 18:29:42 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 18:29:42 Removing intermediate container 86632b78d0f1 18:29:42 ---> 4d782f44badd 18:29:42 18:29:42 Step 11/26 : FROM docker:20.10.0 18:29:43 20.10.0: Pulling from library/docker 18:29:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:29:48 Status: Downloaded newer image for docker:20.10.0 18:29:48 ---> aefe523efa57 18:29:48 Step 12/26 : RUN apk add --no-cache bash 18:29:48 ---> Running in 386cc5f4bb14 18:29:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:48 (1/2) Installing readline (8.0.4-r0) 18:29:48 (2/2) Installing bash (5.0.17-r0) 18:29:48 Executing bash-5.0.17-r0.post-install 18:29:48 Executing busybox-1.31.1-r19.trigger 18:29:48 OK: 12 MiB in 22 packages 18:29:49 Removing intermediate container 386cc5f4bb14 18:29:49 ---> 18e9ee978571 18:29:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:29:49 ---> Running in 278d10485a7a 18:29:49 Removing intermediate container 278d10485a7a 18:29:49 ---> 5acf7db3988b 18:29:49 Step 14/26 : ENV APP_PORT=48090 18:29:49 ---> Running in 8ca1423152a4 18:29:49 Removing intermediate container 8ca1423152a4 18:29:49 ---> e120bcce6a57 18:29:49 Step 15/26 : EXPOSE $APP_PORT 18:29:49 ---> Running in c6e76012e989 18:29:49 Removing intermediate container c6e76012e989 18:29:49 ---> 307208e41870 18:29:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:29:50 gofmt -l . 18:29:50 ---> 35be805abff7 18:29:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:29:50 ---> bd276a7d13b2 18:29:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:29:50 [ "`gofmt -l .`" = "" ] 18:29:51 ---> 5da6250ae703 18:29:51 Step 19/26 : RUN apk --no-cache add py3-pip 18:29:51 ---> Running in 8c1275aeee65 18:29:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:52 (1/33) Installing libbz2 (1.0.8-r1) 18:29:52 (2/33) Installing expat (2.2.9-r1) 18:29:52 (3/33) Installing libffi (3.3-r2) 18:29:52 (4/33) Installing gdbm (1.13-r1) 18:29:52 (5/33) Installing xz-libs (5.2.5-r0) 18:29:52 (6/33) Installing sqlite-libs (3.32.1-r0) 18:29:52 (7/33) Installing python3 (3.8.5-r0) 18:29:52 (8/33) Installing py3-appdirs (1.4.4-r1) 18:29:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:29:52 (10/33) Installing py3-parsing (2.4.7-r0) 18:29:52 (11/33) Installing py3-six (1.15.0-r0) 18:29:52 (12/33) Installing py3-packaging (20.4-r0) 18:29:52 (13/33) Installing py3-setuptools (47.0.0-r0) 18:29:53 (14/33) Installing py3-chardet (3.0.4-r4) 18:29:53 (15/33) Installing py3-idna (2.9-r0) 18:29:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:29:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:29:53 (18/33) Installing py3-requests (2.23.0-r0) 18:29:53 (19/33) Installing py3-msgpack (1.0.0-r0) 18:29:53 ./bin/test-go-mod-tidy.sh 18:29:53 (20/33) Installing py3-lockfile (0.12.2-r3) 18:29:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:29:53 (22/33) Installing py3-colorama (0.4.3-r0) 18:29:53 (23/33) Installing py3-distlib (0.3.0-r0) 18:29:53 (24/33) Installing py3-distro (1.5.0-r1) 18:29:53 (25/33) Installing py3-webencodings (0.5.1-r3) 18:29:53 (26/33) Installing py3-html5lib (1.0.1-r4) 18:29:53 (27/33) Installing py3-pytoml (0.1.21-r0) 18:29:53 (28/33) Installing py3-pep517 (0.8.2-r0) 18:29:53 (29/33) Installing py3-progress (1.5-r0) 18:29:53 (30/33) Installing py3-toml (0.10.1-r0) 18:29:53 (31/33) Installing py3-retrying (1.3.3-r0) 18:29:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:29:54 ./bin/test-attribution-txt.sh 18:29:54 (33/33) Installing py3-pip (20.1.1-r0) 18:29:54 Executing busybox-1.31.1-r19.trigger 18:29:54 OK: 71 MiB in 55 packages [Pipeline] sh 18:29:56 + ls -al . 18:29:56 total 696 18:29:56 drwxrwxr-x 9 1001 1001 4096 Jan 16 18:29 . 18:29:56 drwxr-xr-x 4 root root 4096 Jan 16 18:26 .. 18:29:56 -rw-rw-r-- 1 1001 1001 11 Jan 16 18:24 .dockerignore 18:29:56 drwxrwxr-x 8 1001 1001 4096 Jan 16 18:24 .git 18:29:56 drwxrwxr-x 3 1001 1001 4096 Jan 16 18:24 .github 18:29:56 -rw-rw-r-- 1 1001 1001 872 Jan 16 18:24 .gitignore 18:29:56 -rw-rw-r-- 1 1001 1001 166 Jan 16 18:24 .sonarcloud.properties 18:29:56 -rw-rw-r-- 1 1001 1001 7844 Jan 16 18:24 Attribution.txt 18:29:56 -rw-rw-r-- 1 1001 1001 3804 Jan 16 18:24 CONTRIBUTING.md 18:29:56 -rw-rw-r-- 1 1001 1001 931 Jan 16 18:24 Dockerfile.build 18:29:56 -rw-rw-r-- 1 1001 1001 863 Jan 16 18:24 Jenkinsfile 18:29:56 -rw-rw-r-- 1 1001 1001 10775 Jan 16 18:24 LICENSE 18:29:56 -rw-rw-r-- 1 1001 1001 6001 Jan 16 18:24 Makefile 18:29:56 -rw-rw-r-- 1 1001 1001 6524 Jan 16 18:24 README.md 18:29:56 -rw-rw-r-- 1 1001 1001 6744 Jan 16 18:24 SECURITY.md 18:29:56 -rw-rw-r-- 1 1001 1001 5 Jan 16 18:22 VERSION 18:29:56 -rw-rw-r-- 1 1001 1001 4131 Jan 16 18:24 ZMQWindows.md 18:29:56 drwxrwxr-x 2 1001 1001 4096 Jan 16 18:24 bin 18:29:56 drwxrwxr-x 15 1001 1001 4096 Jan 16 18:24 cmd 18:29:56 -rw-r--r-- 1 root root 561484 Jan 16 18:28 coverage.out 18:29:56 -rw-r--r-- 1 root root 1007 Jan 16 18:29 go.mod 18:29:56 -rw-r--r-- 1 root root 19394 Jan 16 18:29 go.sum 18:29:56 drwxrwxr-x 8 1001 1001 4096 Jan 16 18:24 internal 18:29:56 drwxrwxr-x 4 1001 1001 4096 Jan 16 18:24 openapi 18:29:56 drwxrwxr-x 4 1001 1001 4096 Jan 16 18:24 snap 18:29:56 -rw-rw-r-- 1 1001 1001 168 Jan 16 18:24 version.go [Pipeline] sh 18:29:56 + '[' -e coverage.out ] 18:29:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:29:56 Warning: overwriting stash ‘coverage-report’ 18:29:58 Stashed 1 file(s) [Pipeline] sh 18:29:58 + make build 18:29:58 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 18:30:02 Removing intermediate container 8c1275aeee65 18:30:02 ---> 9a833ec77802 18:30:02 Step 20/26 : RUN pip install docker-compose==1.23.2 18:30:02 ---> Running in f21f6c83ee5e 18:30:03 Collecting docker-compose==1.23.2 18:30:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:30:04 Collecting dockerpty<0.5,>=0.4.1 18:30:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:30:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:30:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:30:05 Collecting cached-property<2,>=1.2.0 18:30:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:30:05 Collecting docopt<0.7,>=0.6.1 18:30:05 Downloading docopt-0.6.2.tar.gz (25 kB) 18:30:06 Collecting PyYAML<4,>=3.10 18:30:06 Downloading PyYAML-3.13.tar.gz (270 kB) 18:30:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:30:07 Collecting websocket-client<1.0,>=0.32.0 18:30:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:30:07 Collecting docker<4.0,>=3.6.0 18:30:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:30:07 Collecting jsonschema<3,>=2.5.1 18:30:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:30:07 Collecting texttable<0.10,>=0.9.0 18:30:07 Downloading texttable-0.9.1.tar.gz (11 kB) 18:30:08 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) 18:30:08 Collecting idna<2.8,>=2.5 18:30:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:30:08 Collecting urllib3<1.25,>=1.21.1 18:30:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:30:08 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) 18:30:08 Collecting docker-pycreds>=0.4.0 18:30:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:30:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:30:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:30:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:30:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:30:08 Installing collected packages: dockerpty, idna, urllib3, requests, cached-property, docopt, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, texttable, docker-compose 18:30:08 Running setup.py install for dockerpty: started 18:30:09 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 18:30:09 Running setup.py install for dockerpty: finished with status 'done' 18:30:09 Attempting uninstall: idna 18:30:09 Found existing installation: idna 2.9 18:30:09 Uninstalling idna-2.9: 18:30:09 Successfully uninstalled idna-2.9 18:30:09 Attempting uninstall: urllib3 18:30:09 Found existing installation: urllib3 1.25.9 18:30:09 Uninstalling urllib3-1.25.9: 18:30:09 Successfully uninstalled urllib3-1.25.9 18:30:09 Attempting uninstall: requests 18:30:09 Found existing installation: requests 2.23.0 18:30:09 Uninstalling requests-2.23.0: 18:30:10 Successfully uninstalled requests-2.23.0 18:30:10 Running setup.py install for docopt: started 18:30:10 Running setup.py install for docopt: finished with status 'done' 18:30:10 Running setup.py install for PyYAML: started 18:30:11 Running setup.py install for PyYAML: finished with status 'done' 18:30:11 Running setup.py install for texttable: started 18:30:12 Running setup.py install for texttable: finished with status 'done' 18:30:12 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 18:30:15 Removing intermediate container f21f6c83ee5e 18:30:15 ---> 6c3c9b919f26 18:30:15 Step 21/26 : RUN apk --no-cache add curl 18:30:15 ---> Running in 15f4c0b14dcc 18:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:30:16 (2/3) Installing libcurl (7.69.1-r3) 18:30:16 (3/3) Installing curl (7.69.1-r3) 18:30:16 Executing busybox-1.31.1-r19.trigger 18:30:16 OK: 72 MiB in 58 packages 18:30:16 Removing intermediate container 15f4c0b14dcc 18:30:16 ---> 29c5bafa7e98 18:30:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:30:16 ---> Running in e8370328e450 18:30:17 Removing intermediate container e8370328e450 18:30:17 ---> e266dda185f1 18:30:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:17 ---> Running in 801c6e9fffca 18:30:17 Removing intermediate container 801c6e9fffca 18:30:17 ---> 08c87466fc70 18:30:17 Step 24/26 : LABEL arch=x86_64 18:30:17 ---> Running in 8e52c6b8ead7 18:30:17 Removing intermediate container 8e52c6b8ead7 18:30:17 ---> 97fcbabf093b 18:30:17 Step 25/26 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:30:17 ---> Running in 80fcb397dabc 18:30:17 Removing intermediate container 80fcb397dabc 18:30:17 ---> a1a75a177389 18:30:17 Step 26/26 : LABEL version=0.0.0 18:30:17 ---> Running in f01d13d96241 18:30:17 Removing intermediate container f01d13d96241 18:30:17 ---> 528a5d750f2e 18:30:17 18:30:18 Successfully built 528a5d750f2e 18:30:18 Successfully tagged docker-sys-mgmt-agent-go:latest 18:30:18  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:30:18 $ docker stop --time=1 857a239752735d244ee712c6457ae0f304a86702c19ee6279eabfb250269d964 18:30:20 $ docker rm -f 857a239752735d244ee712c6457ae0f304a86702c19ee6279eabfb250269d964 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:20 + docker images 18:30:20 + grep docker 18:30:21 docker-sys-mgmt-agent-go latest 528a5d750f2e 4 seconds ago 313MB 18:30:21 docker-security-proxy-setup-go latest 5b5e0af38535 49 seconds ago 24.4MB 18:30:21 docker-core-metadata-go latest 35da079f2b9c 50 seconds ago 18.7MB 18:30:21 docker-support-scheduler-go latest 02ba5e107df0 53 seconds ago 16.4MB 18:30:21 docker-security-bootstrapper-go latest 606b8ca2d953 About a minute ago 41.5MB 18:30:21 docker-core-data-go latest fae6e880e67a About a minute ago 22.3MB 18:30:21 docker-security-secretstore-setup-go latest 94617c2ee2f4 2 minutes ago 24.6MB 18:30:21 docker-support-notifications-go latest b91bc48dd260 2 minutes ago 16.9MB 18:30:21 docker-core-command-go latest a2b2cc5ee05d 2 minutes ago 16.2MB 18:30:21 docker 20.10.0 aefe523efa57 5 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 18:30: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 18:30:33 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 18:30:36 Still waiting to schedule task 18:30:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:30:39 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 18:30:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:30:44 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 18:30:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:30:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:30: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 18:31:00 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 18:31:04 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 18:31:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:31:13 $ docker stop --time=1 c49070158cbc55d4e662098cd8d8b220a42f1979ad7bad95d2d85a539d26da31 18:31:15 $ docker rm -f c49070158cbc55d4e662098cd8d8b220a42f1979ad7bad95d2d85a539d26da31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:17 18:31:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:31:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:18 latest: Pulling from edgex-devops/edgex-compose-arm64 18:31:18 29e5d40040c1: Pulling fs layer 18:31:18 1ce36da41761: Pulling fs layer 18:31:18 25b303627fd3: Pulling fs layer 18:31:19 29e5d40040c1: Verifying Checksum 18:31:19 29e5d40040c1: Download complete 18:31:19 1ce36da41761: Verifying Checksum 18:31:19 1ce36da41761: Download complete 18:31:19 29e5d40040c1: Pull complete 18:31:21 1ce36da41761: Pull complete 18:31:21 25b303627fd3: Verifying Checksum 18:31:21 25b303627fd3: Download complete 18:31:31 25b303627fd3: Pull complete 18:31:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:31:31 prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container 18:31:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 18:31:33 Running on prd-ubuntu18.04-docker-8c-8g-20788 in /w/workspace/edgexfoundry_edgex-go_PR-2970 18:31:34 $ docker top ef38e8add0823e1f896661a72517beae81d10f2578e6cb3675ec85fa27a28684 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 18:31:34 Running in /w/workspace/edgex-go/29 [Pipeline] { [Pipeline] checkout 18:31:35 + docker-compose build --help 18:31:35 + grep parallel 18:31:37 using credential edgex-jenkins-ssh 18:31:37 Cloning the remote Git repository 18:31:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:31:37 > git init /w/workspace/edgex-go/29 # timeout=10 18:31:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:37 > git --version # timeout=10 18:31:37 > git --version # 'git version 2.17.1' 18:31:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:38 --parallel Build images in parallel. [Pipeline] } 18:31:39 $ docker stop --time=1 ef38e8add0823e1f896661a72517beae81d10f2578e6cb3675ec85fa27a28684 18:31:41 $ docker rm -f ef38e8add0823e1f896661a72517beae81d10f2578e6cb3675ec85fa27a28684 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:41 . [Pipeline] withDockerContainer 18:31:42 prd-ubuntu18.04-docker-arm64-4c-16g-20787 does not seem to be running inside a container 18:31:42 $ 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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@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 18:31:43 $ docker top da2cf34aaeef5835aec494f1919b1f1379dd3e1a61125052564bc73a54ee6248 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:44 + docker-compose -f ./docker-compose-build.yml build --parallel 18:31:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:45 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2037975b14bcccb26699bfe63d53181688204e32 18:31:45 Merge succeeded, producing 2037975b14bcccb26699bfe63d53181688204e32 18:31:45 Checking out Revision 2037975b14bcccb26699bfe63d53181688204e32 (PR-2970) 18:31:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:44 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:44 > 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 18:31:45 > git config core.sparsecheckout # timeout=10 18:31:45 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 18:31:45 > git remote # timeout=10 18:31:45 > git config --get remote.origin.url # timeout=10 18:31:45 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:45 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 18:31:45 > git rev-parse HEAD^{commit} # timeout=10 18:31:45 > git config core.sparsecheckout # timeout=10 18:31:45 > git checkout -f 2037975b14bcccb26699bfe63d53181688204e32 # timeout=10 18:31:48 Building docker-core-command-go ... 18:31:48 Building docker-core-data-go ... 18:31:48 Building docker-core-metadata-go ... 18:31:48 Building docker-security-bootstrapper-go ... 18:31:48 Building docker-security-proxy-setup-go ... 18:31:48 Building docker-security-secretstore-setup-go ... 18:31:48 Building docker-support-notifications-go ... 18:31:48 Building docker-support-scheduler-go ... 18:31:48 Building docker-sys-mgmt-agent-go ... 18:31:48 Building docker-support-scheduler-go 18:31:48 Building docker-core-metadata-go 18:31:48 Building docker-security-bootstrapper-go 18:31:48 Building docker-core-command-go 18:31:48 Building docker-support-notifications-go 18:31:49 Commit message: "feat(security): Add more tests to increase coverage" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:50 + echo snap-build.sh 18:31:50 snap-build.sh 18:31:50 + SNAP_BASE_DIR=. 18:31:50 + '[' '!' -z /w/workspace/edgex-go/29 ']' 18:31:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/29 18:31:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/29]' 18:31:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/29] 18:31:50 + cd /w/workspace/edgex-go/29 18:31:50 + sudo apt-get remove -qy --purge lxd lxd-client 18:31:50 Reading package lists... 18:31:50 Building dependency tree... 18:31:50 Reading state information... 18:31:51 The following packages were automatically installed and are no longer required: 18:31:51 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:31:51 uidmap xdelta3 18:31:51 Use 'sudo apt autoremove' to remove them. 18:31:51 The following packages will be REMOVED: 18:31:51 lxd* lxd-client* 18:31:51 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:31:51 After this operation, 31.7 MB disk space will be freed. 18:31:52 (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.) 18:31:52 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:31:53 Removing lxd dnsmasq configuration 18:31:53 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:31:53 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:31:54 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:31:55 (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.) 18:31:55 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:31:56 Processing triggers for systemd (237-3ubuntu10.42) ... 18:31:56 Processing triggers for ureadahead (0.100.0-21) ... 18:31:57 + sudo snap remove --purge lxd 18:31:58 snap "lxd" is not installed 18:31:58 + sudo groupadd --force --system lxd 18:31:58 ++ whoami 18:31:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:31:58 + newgrp - lxd 18:31:58 + sudo snap install lxd 18:32:08 2021-01-16T18:32:05Z INFO Waiting for automatic snapd restart... 18:32:23 lxd 4.10 from Canonical* installed 18:32:23 + sudo lxd init --auto 18:32:33 + sudo snap install --classic snapcraft 18:32:39 snapcraft 4.4.4 from Canonical* installed 18:32:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:32:39 + patch --verbose -p1 18:32:39 Hmm... Looks like a unified diff to me... 18:32:39 The text leading up to this was: 18:32:39 -------------------------- 18:32:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:32:39 |From: Tony Espy 18:32:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:32:39 |Subject: [PATCH] optimize snap build for pipeline CI check 18:32:39 | 18:32:39 |This patch is used by the EdgeX CI pipeline builds to 18:32:39 |optimize the snap CI check run for pull requests. When 18:32:39 |applied, it essentially strips out everything (apps and 18:32:39 |parts) from the snapcraft.yaml file except those required 18:32:39 |to build edgex-go, as the whole idea of the CI check is to 18:32:39 |catch changes to edgex-go that break the snap build. 18:32:39 | 18:32:39 |In general, anyone updating snapcraft.yaml will also need 18:32:39 |to update this patch file, otherwise it may fail to apply, 18:32:39 |resulting in a failed snap build CI check in the associated 18:32:39 |pull request. 18:32:39 | 18:32:39 |Note - in addition to applying this patch, the pipeline also 18:32:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:32:39 |need to build the finally binary .snap file (and it won't 18:32:39 |work with the patch applied). This further reduces the build 18:32:39 |time. 18:32:39 |--- 18:32:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:32:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:32:39 | 18:32:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:32:39 |index 1e537489..faf42425 100644 18:32:39 |--- a/snap/snapcraft.yaml 18:32:39 |+++ b/snap/snapcraft.yaml 18:32:39 -------------------------- 18:32:39 patching file snap/snapcraft.yaml 18:32:39 Using Plan A... 18:32:39 Hunk #1 succeeded at 73. 18:32:39 Hunk #2 succeeded at 202 with fuzz 1. 18:32:39 Hunk #3 succeeded at 214 (offset -3 lines). 18:32:39 Hunk #4 succeeded at 222 (offset -3 lines). 18:32:39 Hunk #5 succeeded at 229 (offset -3 lines). 18:32:39 Hunk #6 succeeded at 256 (offset -3 lines). 18:32:39 Hunk #7 succeeded at 290 (offset -3 lines). 18:32:39 Hunk #8 succeeded at 342 (offset -2 lines). 18:32:39 Hmm... Ignoring the trailing garbage. 18:32:39 done 18:32:39 + sudo snapcraft prime --use-lxd 18:32:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:32:40 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: 18:32:40 - README.md 18:32:40 - snapcraft.yaml.orig 18:32:40 18:32:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:32:41 Launching a container. 18:32:53 Waiting for container to be ready 18:32:53 To start your first instance, try: lxc launch ubuntu:18.04 18:32:53 18:32:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:32:56 Waiting for network to be ready... 18:32:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:32:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 18:32:57 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:32:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 18:32:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:32:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:32:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:32:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:32:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 18:32:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 18:32:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:32:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:32:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:32:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:32:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:32:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:32:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:32:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:32:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:32:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 18:32:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:32:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:32:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:32:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:32:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:32:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 18:32:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 18:33:01 Fetched 23.7 MB in 4s (5838 kB/s) 18:33:02 Reading package lists... 18:33:02 Reading package lists... 18:33:02 Building dependency tree... 18:33:02 Reading state information... 18:33:02 The following additional packages will be installed: 18:33:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:33:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:33:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:33:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:33:02 Suggested packages: 18:33:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:33:02 Recommended packages: 18:33:02 gnupg libsasl2-modules 18:33:02 The following NEW packages will be installed: 18:33:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:33:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:33:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:33:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:33:02 The following packages will be upgraded: 18:33:02 gpg gpg-agent gpgconf libudev1 18:33:02 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 18:33:02 Need to get 3532 kB of archives. 18:33:02 After this operation, 13.3 MB of additional disk space will be used. 18:33:02 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 18:33:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:33:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 18:33:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:33:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:33:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:33:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:33:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:33:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:33:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:33:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:33:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:33:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:33:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:33:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:33:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:33:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:33:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:33:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:33:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:33:03 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] 18:33:03 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] 18:33:03 debconf: delaying package configuration, since apt-utils is not installed 18:33:03 Fetched 3532 kB in 1s (3224 kB/s) 18:33:03 (Reading database ... 12511 files and directories currently installed.) 18:33:03 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 18:33:03 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:33:04 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 18:33:04 Selecting previously unselected package udev. 18:33:04 (Reading database ... 12511 files and directories currently installed.) 18:33:04 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 18:33:04 Unpacking udev (237-3ubuntu10.43) ... 18:33:04 Selecting previously unselected package libfuse2:amd64. 18:33:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:33:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:33:04 Selecting previously unselected package fuse. 18:33:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:33:04 Unpacking fuse (2.9.7-1ubuntu1) ... 18:33:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:33:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:33:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:33:04 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:33:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:33:04 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:33:05 Selecting previously unselected package libksba8:amd64. 18:33:05 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:33:05 Unpacking libksba8:amd64 (1.3.5-2) ... 18:33:05 Selecting previously unselected package libroken18-heimdal:amd64. 18:33:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:33:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:33:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:33:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libwind0-heimdal:amd64. 18:33:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:33:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:33:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:33:05 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:05 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:33:05 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:05 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:06 Selecting previously unselected package libsasl2-modules-db:amd64. 18:33:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:33:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:06 Selecting previously unselected package libsasl2-2:amd64. 18:33:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:33:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:06 Selecting previously unselected package libldap-common. 18:33:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:33:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:33:06 Selecting previously unselected package libldap-2.4-2:amd64. 18:33:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:33:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:33:06 Selecting previously unselected package dirmngr. 18:33:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:33:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:33:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:33:06 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:33:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:33:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:06 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:33:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:06 Setting up libksba8:amd64 (1.3.5-2) ... 18:33:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:06 Setting up udev (237-3ubuntu10.43) ... 18:33:07 invoke-rc.d: policy-rc.d denied execution of start. 18:33:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Processing triggers for systemd (237-3ubuntu10) ... 18:33:07 Setting up fuse (2.9.7-1ubuntu1) ... 18:33:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:33:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:33:07 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:33:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:33:08 settings in the [Install] section, and DefaultInstance for template units). 18:33:08 This means they are not meant to be enabled using systemctl. 18:33:08 Possible reasons for having this kind of units are: 18:33:08 1) A unit may be statically enabled by being symlinked from another unit's 18:33:08 .wants/ or .requires/ directory. 18:33:08 2) A unit's purpose may be to act as a helper for some other unit which has 18:33:08 a requirement dependency on it. 18:33:08 3) A unit may be started when needed via activation (socket, path, timer, 18:33:08 D-Bus, udev, scripted systemctl call, ...). 18:33:08 4) In case of template units, the unit is meant to be enabled with some 18:33:08 instance name specified. 18:33:08 Reading package lists... 18:33:08 Building dependency tree... 18:33:08 Reading state information... 18:33:08 The following additional packages will be installed: 18:33:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:33:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:33:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:33:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:33:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:33:08 Suggested packages: 18:33:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:33:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:33:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:33:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:33:08 systemd-container policykit-1 18:33:08 Recommended packages: 18:33:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:33:08 The following NEW packages will be installed: 18:33:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:33:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:33:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:33:08 multiarch-support openssh-client python3 python3-minimal python3.6 18:33:08 python3.6-minimal snapd squashfs-tools sudo 18:33:08 The following packages will be upgraded: 18:33:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:33:08 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 18:33:08 Need to get 35.2 MB of archives. 18:33:08 After this operation, 141 MB of additional disk space will be used. 18:33:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:33:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:33:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 18:33:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:33:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:33:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:33:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:33:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:33:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:33:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:33:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:33:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:33:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:33:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:33:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:33:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:33:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:33:09 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:09 Step 2/33 : FROM ${BUILDER_BASE} AS builder 18:33:09 ---> 5b37328b184f 18:33:09 Step 3/33 : WORKDIR /edgex-go 18:33:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:33:09 ---> 5b37328b184f 18:33:09 Step 3/23 : WORKDIR /edgex-go 18:33:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:33:09 ---> 5b37328b184f 18:33:09 Step 3/22 : WORKDIR /edgex-go 18:33:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:33:09 ---> 5b37328b184f 18:33:09 Step 3/23 : WORKDIR /edgex-go 18:33:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:33:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:33:09 ---> 5b37328b184f 18:33:09 Step 3/22 : WORKDIR /edgex-go 18:33:09 ---> Running in a0101bd4c956 18:33:09 ---> Running in 12dcee595bed 18:33:09 ---> Running in 48344fa55fbc 18:33:09 ---> Running in 830a424989b7 18:33:09 ---> Running in 5357a3644ec2 18:33:09 Removing intermediate container 48344fa55fbc 18:33:09 ---> 585189fcb408 18:33:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:09 Removing intermediate container a0101bd4c956 18:33:09 ---> ed898666e08f 18:33:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:09 ---> Running in df8535c4e9ac 18:33:09 Removing intermediate container 12dcee595bed 18:33:09 ---> 1c01a824404b 18:33:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:09 Removing intermediate container 830a424989b7 18:33:09 ---> 5d17cdd499fa 18:33:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:09 Removing intermediate container 5357a3644ec2 18:33:09 ---> e44e3c94dbf3 18:33:09 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:09 ---> Running in c96a8677359c 18:33:09 ---> Running in 6d35d45c9c0d 18:33:09 ---> Running in 8f7f236e6689 18:33:09 ---> Running in 6d299f7555be 18:33:09 Removing intermediate container df8535c4e9ac 18:33:09 ---> 7529b5ab79f3 18:33:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:33:09 ---> Running in 91e7ae471979 18:33:09 Removing intermediate container 6d35d45c9c0d 18:33:09 ---> aaec4fe7ede8 18:33:09 Removing intermediate container c96a8677359c 18:33:09 Step 5/22 : RUN apk add --update --no-cache make git 18:33:09 ---> 0481226deb62 18:33:09 Step 5/23 : RUN apk add --update --no-cache make git 18:33:09 ---> Running in e8aa17fbd5ff 18:33:09 ---> Running in 5d086045c974 18:33:09 Removing intermediate container 8f7f236e6689 18:33:09 ---> 2d319c280aa7 18:33:09 Step 5/23 : RUN apk add --update --no-cache make git 18:33:09 Removing intermediate container 6d299f7555be 18:33:09 ---> 068147be233d 18:33:09 Step 5/33 : RUN apk add --update --no-cache make git 18:33:09 ---> Running in c6ec564e4c8c 18:33:09 ---> Running in 2ea37e72a7d5 18:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:33:10 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 18:33:10 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:33:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:33:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:33:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:33:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:33:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:33:10 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:33:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:33:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:33:10 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:33:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:33:10 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:10 OK: 217 MiB in 51 packages 18:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:33:11 debconf: delaying package configuration, since apt-utils is not installed 18:33:11 Fetched 35.2 MB in 2s (16.6 MB/s) 18:33:11 (Reading database ... 12757 files and directories currently installed.) 18:33:11 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 18:33:11 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:33:11 OK: 217 MiB in 51 packages 18:33:11 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 18:33:11 OK: 217 MiB in 51 packages 18:33:11 Removing intermediate container 91e7ae471979 18:33:11 ---> e278aaeb0198 18:33:11 Step 6/22 : COPY go.mod . 18:33:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:33:12 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 18:33:12 (Reading database ... 12757 files and directories currently installed.) 18:33:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:33:12 OK: 217 MiB in 51 packages 18:33:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:33:12 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:33:12 (Reading database ... 12757 files and directories currently installed.) 18:33:12 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:33:12 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:33:13 Setting up apt (1.6.12ubuntu0.2) ... 18:33:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:33:13 OK: 217 MiB in 51 packages 18:33:13 ---> 1ac6c44f3d82 18:33:13 Step 7/22 : RUN go mod download 18:33:13 Removing intermediate container 5d086045c974 18:33:13 ---> 419b700379d9 18:33:13 Step 6/23 : COPY go.mod . 18:33:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:33:13 ---> Running in 1bf5a7d05d97 18:33:13 (Reading database ... 12764 files and directories currently installed.) 18:33:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:33:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:33:13 Removing intermediate container 2ea37e72a7d5 18:33:13 ---> 90721b170dd9 18:33:13 Step 6/33 : COPY go.mod . 18:33:13 Selecting previously unselected package libpython3.6-minimal:amd64. 18:33:13 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:33:13 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:33:14 Removing intermediate container c6ec564e4c8c 18:33:14 ---> c7231d04cafc 18:33:14 Step 6/23 : COPY go.mod . 18:33:14 Selecting previously unselected package libexpat1:amd64. 18:33:14 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:33:14 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:33:14 Selecting previously unselected package python3.6-minimal. 18:33:14 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:33:14 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:33:14 ---> 1980f94eef42 18:33:14 Step 7/23 : RUN go mod download 18:33:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:33:14 Checking for services that may need to be restarted...done. 18:33:14 Checking for services that may need to be restarted...done. 18:33:14 ---> Running in a5d4b0dc4f43 18:33:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:33:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:33:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:33:14 ---> 5ae3933fbe26 18:33:14 Step 7/33 : RUN go mod download 18:33:15 Removing intermediate container e8aa17fbd5ff 18:33:15 ---> 08029a129fe7 18:33:15 Step 6/22 : COPY go.mod . 18:33:15 ---> Running in 3052f6493339 18:33:15 ---> 13be04becc3b 18:33:15 Step 7/23 : RUN go mod download 18:33:15 Selecting previously unselected package python3-minimal. 18:33:15 (Reading database ... 13012 files and directories currently installed.) 18:33:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:33:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:33:15 Selecting previously unselected package mime-support. 18:33:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:33:15 Unpacking mime-support (3.60ubuntu1) ... 18:33:15 Selecting previously unselected package libmpdec2:amd64. 18:33:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:33:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:33:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:33:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:33:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:33:15 ---> Running in e3083dfb6ede 18:33:15 Selecting previously unselected package python3.6. 18:33:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:33:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:33:15 Selecting previously unselected package libpython3-stdlib:amd64. 18:33:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:33:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:33:15 Setting up python3-minimal (3.6.7-1~18.04) ... 18:33:16 Selecting previously unselected package python3. 18:33:16 (Reading database ... 13442 files and directories currently installed.) 18:33:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:33:16 Unpacking python3 (3.6.7-1~18.04) ... 18:33:16 Selecting previously unselected package multiarch-support. 18:33:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:33:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:33:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:33:16 Selecting previously unselected package liblzo2-2:amd64. 18:33:16 (Reading database ... 13479 files and directories currently installed.) 18:33:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:33:16 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:33:16 Selecting previously unselected package libbsd0:amd64. 18:33:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:33:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:33:16 ---> 6e38bb87820c 18:33:16 Step 7/22 : RUN go mod download 18:33:16 Selecting previously unselected package sudo. 18:33:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:33:16 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:33:16 Selecting previously unselected package apparmor. 18:33:16 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:33:16 ---> Running in 576a5fc1bd86 18:33:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:33:16 Selecting previously unselected package libedit2:amd64. 18:33:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:33:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:33:16 Selecting previously unselected package libkrb5support0:amd64. 18:33:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:33:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:33:17 Selecting previously unselected package libk5crypto3:amd64. 18:33:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:33:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:33:17 Selecting previously unselected package libkeyutils1:amd64. 18:33:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:33:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:33:17 Selecting previously unselected package libkrb5-3:amd64. 18:33:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:33:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:33:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:33:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:33:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:33:17 Selecting previously unselected package libssl1.0.0:amd64. 18:33:17 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:33:17 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:33:17 Selecting previously unselected package openssh-client. 18:33:17 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:33:17 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:33:17 Removing intermediate container 1bf5a7d05d97 18:33:17 ---> 3a609cc88600 18:33:17 Step 8/22 : COPY . . 18:33:17 Selecting previously unselected package squashfs-tools. 18:33:17 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:33:17 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:33:17 Selecting previously unselected package snapd. 18:33:17 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:33:17 Unpacking snapd (2.48+18.04) ... 18:33:19 Removing intermediate container a5d4b0dc4f43 18:33:19 ---> 1b265a2dae14 18:33:19 Step 8/23 : COPY . . 18:33:19 Removing intermediate container 3052f6493339 18:33:19 ---> 952fa4c66ad4 18:33:19 Step 8/33 : COPY . . 18:33:19 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:33:19 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:33:20 Setting up mime-support (3.60ubuntu1) ... 18:33:20 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:33:20 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:33:20 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:33:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:20 Removing intermediate container e3083dfb6ede 18:33:20 ---> be7ae7d55b83 18:33:20 Step 8/23 : COPY . . 18:33:20 Setting up systemd (237-3ubuntu10.43) ... 18:33:20 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:33:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:33:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:33:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:33:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:33:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:33:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:33:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:33:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:33:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:33:21 Setting up python3 (3.6.7-1~18.04) ... 18:33:21 running python rtupdate hooks for python3.6... 18:33:21 running python post-rtupdate hooks for python3.6... 18:33:22 Setting up apparmor (2.12-4ubuntu5.1) ... 18:33:22 Removing intermediate container 576a5fc1bd86 18:33:22 ---> 20379c622ecf 18:33:22 Step 8/22 : COPY . . 18:33:24 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:33:24 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:33:24 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:33:24 Setting up snapd (2.48+18.04) ... 18:33:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:33:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:33:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:33:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:33:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:33:25 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:33:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:33:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:33:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:33:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:33:26 /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' 18:33:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:26 Processing triggers for systemd (237-3ubuntu10.43) ... 18:33:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:33:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:33:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:33:28 Reading package lists... 18:33:29 Reading package lists... 18:33:29 Building dependency tree... 18:33:29 Reading state information... 18:33:29 Calculating upgrade... 18:33:29 The following packages will be upgraded: 18:33:29 advancecomp base-files bash binutils binutils-common 18:33:29 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:33:29 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:33:29 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:33:29 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:33:29 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:33:29 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:33:29 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:33:29 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:33:29 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:33:29 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:33:29 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:33:29 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:33:29 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:33:29 ubuntu-keyring util-linux 18:33:29 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:33:29 Need to get 63.7 MB of archives. 18:33:29 After this operation, 5203 kB of additional disk space will be used. 18:33:29 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:33:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 18:33:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:33:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:33:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:33:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:33:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:33:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:33:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:33:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:33:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:33:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:33:30 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:33:30 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:33:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:33:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:33:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:33:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:33:30 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:33:30 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:33:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:33:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:33:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:33:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:33:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:33:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:33:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:33:30 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:33:30 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:33:30 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:33:30 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:33:30 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:33:30 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:33:30 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:33:30 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:33:30 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:33:30 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:33:30 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:33:30 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 18:33:30 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:33:30 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:33:30 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:33:30 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:33:30 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:33:30 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:33:30 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:33:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:33:31 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:33:31 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:33:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:33:31 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:33:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:33:31 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:33:31 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:33:31 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:33:31 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:33:31 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:33:31 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:33:31 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:33:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:33:31 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:33:31 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:33:31 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:33:31 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:33:31 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:33:31 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:33:31 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:33:31 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:33:31 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:33:31 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:33:31 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:33:31 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:33:31 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:33:31 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:33:31 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:33:31 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:33:31 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:33:31 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:33:31 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:33:31 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:33:31 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 18:33:31 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:33:31 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:33:31 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:33:31 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:33:31 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:33:31 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:33:31 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:33:32 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:33:32 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:33:32 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:33:32 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:33:32 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:33:32 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:33:32 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:33:32 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:33:32 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:33:33 debconf: delaying package configuration, since apt-utils is not installed 18:33:33 Fetched 63.7 MB in 3s (18.7 MB/s) 18:33:33 (Reading database ... 13912 files and directories currently installed.) 18:33:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:33:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:33:33 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:33:33 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:33:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 18:33:34 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 18:33:34 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:34 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:34 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:34 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:34 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:35 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:35 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:35 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:35 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:33:35 (Reading database ... 13911 files and directories currently installed.) 18:33:35 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:35 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:33:35 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:33:36 (Reading database ... 13911 files and directories currently installed.) 18:33:36 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:36 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:36 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:33:36 (Reading database ... 13911 files and directories currently installed.) 18:33:36 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:33:36 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:33:37 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:33:37 (Reading database ... 13911 files and directories currently installed.) 18:33:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:33:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:33:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:33:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:33:37 Setting up base-files (10.1ubuntu2.10) ... 18:33:37 Installing new version of config file /etc/issue ... 18:33:37 Installing new version of config file /etc/issue.net ... 18:33:37 Installing new version of config file /etc/lsb-release ... 18:33:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:33:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:33:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:33:38 Removing obsolete conffile /etc/default/motd-news ... 18:33:38 (Reading database ... 13912 files and directories currently installed.) 18:33:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:33:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:33:38 Setting up bash (4.4.18-2ubuntu1.2) ... 18:33:38 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 18:33:38 (Reading database ... 13912 files and directories currently installed.) 18:33:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:33:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:33:38 (Reading database ... 13912 files and directories currently installed.) 18:33:38 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:33:38 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:33:38 Setting up tar (1.29b-2ubuntu0.2) ... 18:33:38 (Reading database ... 13912 files and directories currently installed.) 18:33:38 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:33:38 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:33:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:33:39 (Reading database ... 13912 files and directories currently installed.) 18:33:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:33:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:33:39 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:33:39 (Reading database ... 13912 files and directories currently installed.) 18:33:39 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:33:39 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:33:39 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:33:39 (Reading database ... 13912 files and directories currently installed.) 18:33:39 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:33:39 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:33:40 Setting up grep (3.1-2build1) ... 18:33:40 (Reading database ... 13912 files and directories currently installed.) 18:33:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:33:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:33:40 Setting up login (1:4.5-1ubuntu2) ... 18:33:40 (Reading database ... 13912 files and directories currently installed.) 18:33:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:33:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:33:40 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:33:40 (Reading database ... 13912 files and directories currently installed.) 18:33:40 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:33:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:33:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:33:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:33:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:33:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:33:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:33:41 (Reading database ... 13912 files and directories currently installed.) 18:33:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:33:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:33:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:33:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:33:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:33:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:33:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:33:43 (Reading database ... 13912 files and directories currently installed.) 18:33:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:33:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:33:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:33:43 (Reading database ... 13912 files and directories currently installed.) 18:33:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:33:43 (Reading database ... 13912 files and directories currently installed.) 18:33:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:43 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:33:44 (Reading database ... 13912 files and directories currently installed.) 18:33:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:33:44 (Reading database ... 13912 files and directories currently installed.) 18:33:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:33:44 (Reading database ... 13912 files and directories currently installed.) 18:33:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:33:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:33:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:33:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:33:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:33:45 (Reading database ... 13912 files and directories currently installed.) 18:33:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:33:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:33:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:33:45 (Reading database ... 13912 files and directories currently installed.) 18:33:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:33:45 (Reading database ... 13912 files and directories currently installed.) 18:33:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:33:45 (Reading database ... 13912 files and directories currently installed.) 18:33:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:33:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:33:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:33:46 (Reading database ... 13912 files and directories currently installed.) 18:33:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:33:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:33:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:33:47 (Reading database ... 13912 files and directories currently installed.) 18:33:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:33:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:33:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:33:47 (Reading database ... 13914 files and directories currently installed.) 18:33:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:33:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:33:47 Setting up debconf (1.5.66ubuntu1) ... 18:33:47 (Reading database ... 13914 files and directories currently installed.) 18:33:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:33:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:33:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:33:48 (Reading database ... 13914 files and directories currently installed.) 18:33:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:33:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:33:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:33:48 (Reading database ... 13914 files and directories currently installed.) 18:33:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:33:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:33:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:33:48 (Reading database ... 13914 files and directories currently installed.) 18:33:48 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:33:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:33:48 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 18:33:48 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 18:33:49 ---> ce6431997a3f 18:33:49 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:33:49 ---> b4a674d3fcaa 18:33:49 Step 9/23 : RUN make cmd/core-command/core-command 18:33:49 ---> e21f8df246a3 18:33:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:33:49 ---> 9a3b2823f0b7 18:33:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:33:49 ---> 314d58c4121e 18:33:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:33:49 ---> Running in 02285246adbd 18:33:49 ---> Running in f518f2f109ed 18:33:49 ---> Running in 6e1eec31c01f 18:33:49 ---> Running in 19e61c81c1d0 18:33:49 ---> Running in 41fb84133244 18:33:49 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 18:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:33:49 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 18:33:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:33:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:33:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:33:49 (Reading database ... 13914 files and directories currently installed.) 18:33:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:33:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:33:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:33:49 (Reading database ... 13914 files and directories currently installed.) 18:33:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:33:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:33:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:33:50 (Reading database ... 13914 files and directories currently installed.) 18:33:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:33:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:33:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:33:50 (Reading database ... 13914 files and directories currently installed.) 18:33:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:33:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:33:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:33:50 (Reading database ... 13914 files and directories currently installed.) 18:33:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:33:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:33:51 Setting up passwd (1:4.5-1ubuntu2) ... 18:33:51 (Reading database ... 13914 files and directories currently installed.) 18:33:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:33:51 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:33:51 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:33:51 (Reading database ... 13914 files and directories currently installed.) 18:33:51 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:33:51 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:33:51 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:33:52 (Reading database ... 13914 files and directories currently installed.) 18:33:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:33:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:33:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:33:52 (Reading database ... 13914 files and directories currently installed.) 18:33:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:33:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:33:52 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:33:52 (Reading database ... 13914 files and directories currently installed.) 18:33:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:33:52 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:33:52 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:33:52 (Reading database ... 13914 files and directories currently installed.) 18:33:52 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:33:52 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:33:52 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:33:53 (Reading database ... 13914 files and directories currently installed.) 18:33:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:33:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:33:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:33:53 (Reading database ... 13915 files and directories currently installed.) 18:33:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:33:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:33:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:33:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:33:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:33:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:33:53 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:33:53 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:33:53 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:33:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:33:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:33:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:33:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:33:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:33:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:33:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:33:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:33:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:33:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:33:54 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:33:54 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:33:54 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:33:55 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:33:55 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:33:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:33:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:33:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:33:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:33:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:33:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:33:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:33:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:33:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:33:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:33:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:33:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:33:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:33:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:33:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:33:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:33:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:33:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:33:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:33:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:33:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:33:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:33:59 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:33:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:00 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:01 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:01 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:01 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:34:01 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:34:01 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:34:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:34:01 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:34:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:34:01 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:34:01 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:34:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:34:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:34:02 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:34:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:34:02 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:34:02 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:34:02 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:02 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:34:02 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:02 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:02 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:02 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:34:02 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:34:02 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:34:03 18:34:03 Current default time zone: 'Etc/UTC' 18:34:03 Local time is now: Sat Jan 16 18:34:02 UTC 2021. 18:34:03 Universal Time is now: Sat Jan 16 18:34:02 UTC 2021. 18:34:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:34:03 18:34:03 Setting up systemd-sysv (237-3ubuntu10.43) ... 18:34:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:03 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 18:34:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:34:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:34:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:34:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:34:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:34:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:34:03 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:34:03 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:03 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:34:03 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:03 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:34:03 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:03 Setting up patch (2.7.6-2ubuntu1.1) ... 18:34:03 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:34:03 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:34:03 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:34:03 Installing new version of config file /etc/ssl/openssl.cnf ... 18:34:03 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:34:03 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:34:03 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:34:05 Updating certificates in /etc/ssl/certs... 18:34:06 22 added, 17 removed; done. 18:34:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:34:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:06 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:34:06 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:34:06 Setting up pkgbinarymangler (138.18.04.1) ... 18:34:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:34:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:34:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:06 Setting up perl (5.26.1-6ubuntu0.5) ... 18:34:06 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:34:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:34:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:34:07 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:34:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:34:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:34:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:34:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:34:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:34:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:34:07 Processing triggers for systemd (237-3ubuntu10.43) ... 18:34:07 Processing triggers for mime-support (3.60ubuntu1) ... 18:34:07 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:34:07 Updating certificates in /etc/ssl/certs... 18:34:08 0 added, 0 removed; done. 18:34:08 Running hooks in /etc/ca-certificates/update.d... 18:34:08 done. 18:34:08 Reading package lists... 18:34:08 Building dependency tree... 18:34:08 Reading state information... 18:34:08 The following NEW packages will be installed: 18:34:08 apt-transport-https 18:34:08 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:34:08 Need to get 1696 B of archives. 18:34:08 After this operation, 153 kB of additional disk space will be used. 18:34:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:34:09 debconf: delaying package configuration, since apt-utils is not installed 18:34:09 Fetched 1696 B in 0s (22.6 kB/s) 18:34:09 Selecting previously unselected package apt-transport-https. 18:34:09 (Reading database ... 13929 files and directories currently installed.) 18:34:09 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:34:09 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:34:09 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:34:09 Waiting for network to be ready... 18:34:14 2021-01-16T18:34:12Z INFO Waiting for automatic snapd restart... 18:34:14 snapd 2.48.2 from Canonical* installed 18:34:15 "snapd" switched to the "latest/stable" channel 18:34:15 18:34:18 core18 20201210 from Canonical* installed 18:34:18 "core18" switched to the "latest/stable" channel 18:34:18 18:34:22 snapcraft 4.4.4 from Canonical* installed 18:34:22 "snapcraft" switched to the "latest/stable" channel 18:34:22 18:34:25 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: 18:34:25 - README.md 18:34:25 - snapcraft.yaml.orig 18:34:25 18:34:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:34:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:34:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:34:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:34:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:34:33 Reading package lists... 18:34:33 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 18:34:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:34:39 Reading package lists... 18:34:39 Building dependency tree... 18:34:39 Reading state information... 18:34:39 Suggested packages: 18:34:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:34:39 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:34:39 Recommended packages: 18:34:39 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:34:39 The following NEW packages will be installed: 18:34:39 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:34:39 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:34:39 pkg-config zip 18:34:39 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:34:39 Need to get 7655 kB of archives. 18:34:39 After this operation, 43.7 MB of additional disk space will be used. 18:34:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:34:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:34:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:34:39 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:34:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:34:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:34:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:34:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:34:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:34:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:34:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:34:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:34:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:34:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:34:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:34:40 debconf: delaying package configuration, since apt-utils is not installed 18:34:41 Fetched 7655 kB in 1s (8576 kB/s) 18:34:41 Selecting previously unselected package libglib2.0-0:amd64. 18:34:41 (Reading database ... 13933 files and directories currently installed.) 18:34:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:34:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:34:41 Selecting previously unselected package libpsl5:amd64. 18:34:41 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:34:41 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:34:41 Selecting previously unselected package libnghttp2-14:amd64. 18:34:41 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:34:41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:34:41 Selecting previously unselected package librtmp1:amd64. 18:34:41 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:34:41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:34:41 Selecting previously unselected package libcurl3-gnutls:amd64. 18:34:41 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:34:41 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:34:41 Selecting previously unselected package liberror-perl. 18:34:41 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:34:41 Unpacking liberror-perl (0.17025-1) ... 18:34:41 Selecting previously unselected package git-man. 18:34:41 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:34:41 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:34:41 Selecting previously unselected package git. 18:34:41 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:34:41 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:34:42 Selecting previously unselected package libnorm1:amd64. 18:34:42 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:34:42 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:34:42 Selecting previously unselected package libpgm-5.2-0:amd64. 18:34:42 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:34:42 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:34:42 Selecting previously unselected package libsodium23:amd64. 18:34:42 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:34:42 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:34:43 Selecting previously unselected package libzmq5:amd64. 18:34:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:34:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:34:43 Selecting previously unselected package libzmq3-dev:amd64. 18:34:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:34:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:34:43 Selecting previously unselected package pkg-config. 18:34:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:34:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:34:43 Selecting previously unselected package zip. 18:34:43 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:34:43 Unpacking zip (3.0-11build1) ... 18:34:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:34:43 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:34:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:34:43 Setting up liberror-perl (0.17025-1) ... 18:34:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:34:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:34:43 No schema files found: doing nothing. 18:34:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:34:43 Setting up zip (3.0-11build1) ... 18:34:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:34:43 Setting up libsodium23:amd64 (1.0.16-2) ... 18:34:43 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:34:43 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:34:43 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:34:43 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:34:43 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:34:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:34:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:34:50 git set to automatically installed. 18:34:50 git-man set to automatically installed. 18:34:50 libcurl3-gnutls set to automatically installed. 18:34:50 liberror-perl set to automatically installed. 18:34:50 libglib2.0-0 set to automatically installed. 18:34:50 libnghttp2-14 set to automatically installed. 18:34:50 libnorm1 set to automatically installed. 18:34:50 libpgm-5.2-0 set to automatically installed. 18:34:50 libpsl5 set to automatically installed. 18:34:50 librtmp1 set to automatically installed. 18:34:50 libsodium23 set to automatically installed. 18:34:50 libzmq3-dev set to automatically installed. 18:34:50 libzmq5 set to automatically installed. 18:34:50 pkg-config set to automatically installed. 18:34:50 zip set to automatically installed. 18:34:52 snapd is not logged in, snap install commands will use sudo 18:34:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:34:59 snap "core18" has no updates available 18:35:00 Pulling config-common 18:35:01 Pulling go-build-helper 18:35:10 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 18:35:21 Removing intermediate container 02285246adbd 18:35:21 ---> 528badab7330 18:35:21 18:35:21 Step 10/22 : FROM alpine:3.12 18:35:21 3.12: Pulling from library/alpine 18:35:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:35:23 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:35:23 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:35:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 18:35:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:35:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:35:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:35:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:35:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:35:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:35:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:35:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 18:35:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:35:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:35:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:35:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:35:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 18:35:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 18:35:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:35:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 18:35:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:35:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:35:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:35:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:35:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:35:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 18:35:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 18:35:23 Fetched 23.7 MB in 0s (0 B/s) 18:35:23 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:35:23 Fetched 96.5 kB in 0s (0 B/s) 18:35:23 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:35:23 Fetched 279 kB in 0s (0 B/s) 18:35:23 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:35:23 Fetched 122 kB in 0s (0 B/s) 18:35:23 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:35:23 Fetched 77.8 kB in 0s (0 B/s) 18:35:23 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:35:23 Fetched 8848 B in 0s (0 B/s) 18:35:23 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:35:23 Fetched 47.8 kB in 0s (0 B/s) 18:35:23 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:35:23 Fetched 45.6 kB in 0s (0 B/s) 18:35:23 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:35:23 Fetched 15.0 kB in 0s (0 B/s) 18:35:23 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:35:23 Fetched 214 kB in 0s (0 B/s) 18:35:23 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:35:23 Fetched 155 kB in 0s (0 B/s) 18:35:23 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:35:23 Fetched 50.6 kB in 0s (0 B/s) 18:35:23 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:35:23 Fetched 14.8 kB in 0s (0 B/s) 18:35:23 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:35:23 Fetched 41.8 kB in 0s (0 B/s) 18:35:23 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:35:23 Fetched 499 kB in 0s (0 B/s) 18:35:23 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:35:23 Fetched 111 kB in 0s (0 B/s) 18:35:23 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:35:23 Fetched 240 kB in 0s (0 B/s) 18:35:23 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:35:23 Fetched 29.3 kB in 0s (0 B/s) 18:35:23 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:35:23 Fetched 85.5 kB in 0s (0 B/s) 18:35:23 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:35:23 Fetched 24.5 kB in 0s (0 B/s) 18:35:23 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:35:23 Fetched 49.2 kB in 0s (0 B/s) 18:35:23 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:35:23 Fetched 54.2 kB in 0s (0 B/s) 18:35:23 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:35:23 Fetched 30.8 kB in 0s (0 B/s) 18:35:23 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:35:23 Fetched 17.0 kB in 0s (0 B/s) 18:35:23 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:35:23 Fetched 85.9 kB in 0s (0 B/s) 18:35:23 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:35:23 Fetched 8720 B in 0s (0 B/s) 18:35:23 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:35:23 Fetched 137 kB in 0s (0 B/s) 18:35:23 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:35:23 Fetched 119 kB in 0s (0 B/s) 18:35:23 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:35:23 Fetched 109 kB in 0s (0 B/s) 18:35:23 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:35:23 Fetched 11.1 kB in 0s (0 B/s) 18:35:23 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:35:23 Fetched 645 kB in 0s (0 B/s) 18:35:23 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:35:23 Fetched 41.3 kB in 0s (0 B/s) 18:35:23 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:35:23 Fetched 17.9 kB in 0s (0 B/s) 18:35:23 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:35:23 Fetched 368 kB in 0s (0 B/s) 18:35:23 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:35:23 Fetched 187 kB in 0s (0 B/s) 18:35:23 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:35:23 Fetched 175 kB in 0s (0 B/s) 18:35:23 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:35:23 Removing intermediate container 19e61c81c1d0 18:35:23 ---> c9bcb51dd3ae 18:35:23 18:35:23 Step 10/22 : FROM alpine:3.12 18:35:23 3.12: Pulling from library/alpine 18:35:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:35:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:35:24 Status: Downloaded newer image for alpine:3.12 18:35:24 ---> afeebe901d6b 18:35:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:35:24 Status: Image is up to date for alpine:3.12 18:35:24 ---> afeebe901d6b 18:35:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:35:24 ---> Running in f22eb1c0ae14 18:35:24 ---> Running in d6c604df9798 18:35:25 Removing intermediate container f518f2f109ed 18:35:25 ---> 04c4865ba4c6 18:35:25 18:35:25 Step 10/23 : FROM alpine:3.12 18:35:25 ---> afeebe901d6b 18:35:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:25 ---> Running in 4c52399b3c9a 18:35:26 Fetched 206 kB in 0s (0 B/s) 18:35:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:35:26 Fetched 1301 kB in 0s (0 B/s) 18:35:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:35:26 Fetched 36.2 kB in 0s (0 B/s) 18:35:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:35:26 Fetched 159 kB in 0s (0 B/s) 18:35:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:35:26 Fetched 107 kB in 0s (0 B/s) 18:35:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:35:26 Fetched 48.7 kB in 0s (0 B/s) 18:35:26 Pulling static-packages 18:35:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:27 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:35:27 Skipping pull go-build-helper (already ran) 18:35:27 Skipping pull static-packages (already ran) 18:35:27 Building go-build-helper 18:35:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:27 (1/2) Installing ca-certificates (20191127-r4) 18:35:27 (2/2) Installing dumb-init (1.2.2-r1) 18:35:27 Executing busybox-1.31.1-r19.trigger 18:35:27 Executing ca-certificates-20191127-r4.trigger 18:35:28 OK: 6 MiB in 16 packages 18:35:28 (1/1) Installing dumb-init (1.2.2-r1) 18:35:28 (1/1) Installing dumb-init (1.2.2-r1) 18:35:28 Executing busybox-1.31.1-r19.trigger 18:35:28 Executing busybox-1.31.1-r19.trigger 18:35:28 OK: 5 MiB in 15 packages 18:35:28 OK: 5 MiB in 15 packages 18:35:31 Removing intermediate container f22eb1c0ae14 18:35:31 ---> 5f8cce0c8eea 18:35:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:35:31 Removing intermediate container d6c604df9798 18:35:31 ---> 5f620a8e7a92 18:35:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:31 ---> Running in efbc2f4d0ad3 18:35:31 ---> Running in a0a19972399f 18:35:31 Removing intermediate container 4c52399b3c9a 18:35:31 ---> 38f87652d932 18:35:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:31 ---> Running in 8eed2240fb8c 18:35:31 Building static-packages 18:35:32 Removing intermediate container efbc2f4d0ad3 18:35:32 ---> bf1846d8d168 18:35:32 Step 13/22 : ENV APP_PORT=48060 18:35:32 Removing intermediate container a0a19972399f 18:35:32 ---> a371e584744f 18:35:32 Step 13/22 : ENV APP_PORT=48085 18:35:32 ---> Running in dd74cfad5409 18:35:32 Removing intermediate container 6e1eec31c01f 18:35:32 ---> cd6d67a9212b 18:35:32 18:35:32 Step 10/33 : FROM alpine:3.12 18:35:32 ---> afeebe901d6b 18:35:32 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 18:35:32 Removing intermediate container 8eed2240fb8c 18:35:32 ---> 54647ec165c5 18:35:32 Step 13/23 : ENV APP_PORT=48082 18:35:32 ---> Running in b98addb9749e 18:35:32 ---> Running in 171b2088adf4 18:35:32 ---> Running in d7001dd936f1 18:35:33 Staging go-build-helper 18:35:33 Removing intermediate container dd74cfad5409 18:35:33 ---> 5ea952324504 18:35:33 Step 14/22 : EXPOSE $APP_PORT 18:35:33 Removing intermediate container b98addb9749e 18:35:33 ---> 0bf7e65dfa94 18:35:33 Step 14/22 : EXPOSE $APP_PORT 18:35:33 Staging static-packages 18:35:34 ---> Running in 02f121075691 18:35:34 Removing intermediate container d7001dd936f1 18:35:34 ---> fa55a3d2eee5 18:35:34 Step 14/23 : EXPOSE $APP_PORT 18:35:34 ---> Running in f063f95e2aa9 18:35:34 ---> Running in 23bb3c1e15cf 18:35:35 Removing intermediate container 02f121075691 18:35:35 ---> d79ef73721bc 18:35:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:35 Removing intermediate container f063f95e2aa9 18:35:35 ---> 616f13a1f84a 18:35:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:35 Pulling go115 18:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:35 Removing intermediate container 23bb3c1e15cf 18:35:35 ---> cd69cd8d6eb9 18:35:35 Step 15/23 : WORKDIR / 18:35:35 ---> Running in 977b348bf3f3 18:35:35 'edgex-go' has dependencies that need to be staged: go115 18:35:35 Skipping pull go115 (already ran) 18:35:35 Building go115 18:35:35 % Total % Received % Xferd Average Speed Time Time Time Current 18:35:35 Dload Upload Total Spent Left Speed 18:35:35 (1/3) Installing dumb-init (1.2.2-r1) 18:35:35 (2/3) Installing openssl (1.1.1i-r0) 18:35:35 (3/3) Installing su-exec (0.2-r1) 18:35:35 Executing busybox-1.31.1-r19.trigger 18:35:35 OK: 6 MiB in 17 packages 18:35:36 ---> 2508072f294e 18:35:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:35:36 ---> bd567e64de90 18:35:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:35:36 Removing intermediate container 977b348bf3f3 18:35:36 ---> 0466624fd44a 18:35:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:38 Removing intermediate container 171b2088adf4 18:35:38 ---> dc784d521e90 18:35:38 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:35:38 ---> 6b230cb90699 18:35:38 ---> 28d6c6e4d1ad 18:35:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command /Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:35:38 18:35:38 ---> Running in 75010e16a451 18:35:38 ---> 2597849df1db 18:35:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:35:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 471k 0 0 1369k 0 0:01:26 --:--:-- 0:01:26 1366k 35 115M 35 41.0M 0 0 30.5M 0 0:00:03 0:00:01 0:00:02 30.5M 65 115M 65 75.9M 0 0 32.4M 0 0:00:03 0:00:02 0:00:01 32.3M 96 115M 96 110M 0 0 33.1M 0 0:00:03 0:00:03 --:--:-- 33.1M 100 115M 100 115M 0 0 33.5M 0 0:00:03 0:00:03 --:--:-- 33.5M 18:35:39 Removing intermediate container 41fb84133244 18:35:39 ---> 82289402d160 18:35:39 18:35:39 Step 10/23 : FROM alpine:3.12 18:35:39 ---> afeebe901d6b 18:35:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:39 ---> Using cache 18:35:39 ---> 38f87652d932 18:35:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:39 ---> Using cache 18:35:39 ---> 54647ec165c5 18:35:39 Step 13/23 : ENV APP_PORT=48081 18:35:39 Removing intermediate container 75010e16a451 18:35:39 ---> 068629f82794 18:35:39 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 18:35:39 ---> Running in 8bf191a2d952 18:35:39 ---> Running in 49fa2d8ed088 18:35:39 ---> 09eb0acc62d0 18:35:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:35:39 go1.15.2.linux-amd64.tar.gz: OK 18:35:39 ---> Running in 83f8aad505b9 18:35:40 ---> c47f8a63575e 18:35:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:35:40 ---> accbfcac4340 18:35:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:35:40 Removing intermediate container 8bf191a2d952 18:35:40 ---> 2f3c1c4ac71f 18:35:40 Step 14/23 : EXPOSE $APP_PORT 18:35:40 ---> Running in 5399c32f6c8a 18:35:40 Removing intermediate container 49fa2d8ed088 18:35:40 ---> ea43183cbd25 18:35:40 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 18:35:40 ---> Running in c5cfcfe7be54 18:35:40 Removing intermediate container 83f8aad505b9 18:35:40 ---> 9defd51ba089 18:35:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:40 ---> Running in 15ef10cf2b75 18:35:40 ---> Running in 4c3c49ed0750 18:35:40 Removing intermediate container 5399c32f6c8a 18:35:40 ---> 5f550e5120ba 18:35:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:41 ---> cf094d4c11c0 18:35:41 ---> Running in 290281f49f04 18:35:41 Step 19/23 : ENTRYPOINT ["/core-command"] 18:35:41 Removing intermediate container c5cfcfe7be54 18:35:41 ---> e9f76286a3a6 18:35:41 Step 15/23 : WORKDIR / 18:35:41 ---> Running in 7b2e23903a53 18:35:41 ---> Running in e7ecce26e537 18:35:41 Removing intermediate container 4c3c49ed0750 18:35:41 ---> 5cddc26c97b9 18:35:41 Step 20/22 : LABEL arch=arm64 18:35:41 Removing intermediate container 290281f49f04 18:35:41 ---> ad3d7c141d17 18:35:41 Step 20/22 : LABEL arch=arm64 18:35:42 ---> Running in d7bc5b216512 18:35:42 ---> Running in 18ad34ab60ff 18:35:42 Connecting to github.com (140.82.113.3:443) 18:35:42 Removing intermediate container 7b2e23903a53 18:35:42 ---> 13a3f182feab 18:35:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:42 Removing intermediate container e7ecce26e537 18:35:42 ---> 9e4faeade36e 18:35:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:42 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.243.180:443) 18:35:42  ---> Running in 71aa010bfcbd 18:35:42 Removing intermediate container d7bc5b216512 18:35:42 ---> d78bb0fbacb5 18:35:42 Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:35:42 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 18:35:42  ---> Running in 1d7e07becbb2 18:35:42 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 18:35:42 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 18:35:42 dockerize 18:35:42 Removing intermediate container 18ad34ab60ff 18:35:42 ---> 9ebf90557647 18:35:42 Step 21/22 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:35:43 ---> Running in fda9ccf07d62 18:35:43 Removing intermediate container 71aa010bfcbd 18:35:43 ---> b7f38fbaa14a 18:35:43 Step 21/23 : LABEL arch=arm64 18:35:43 Removing intermediate container 1d7e07becbb2 18:35:43 ---> 344f5f9a7b1e 18:35:43 Step 22/22 : LABEL version=0.0.0 18:35:43 ---> 7efdfefecbd1 18:35:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:35:43 ---> Running in f5ab5d312142 18:35:43 ---> Running in 11db1a87b1e5 18:35:43 Removing intermediate container fda9ccf07d62 18:35:43 ---> 4eef44586f8d 18:35:43 Step 22/22 : LABEL version=0.0.0 18:35:44 Staging go115 18:35:44 ---> Running in 2741a9bd5af6 18:35:44 Removing intermediate container f5ab5d312142 18:35:44 ---> 1d4524b39d51 18:35:44 Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:35:44 Removing intermediate container 11db1a87b1e5 18:35:44 ---> 29dfb5284dcf 18:35:44 18:35:44 Removing intermediate container 15ef10cf2b75 18:35:44 ---> 509c5d000644 18:35:44 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 18:35:45 Successfully built 29dfb5284dcf 18:35:45 Successfully tagged docker-support-notifications-go-arm64:latest 18:35:45  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:35:45 ---> Running in b1ead55311d8 18:35:45 Removing intermediate container 2741a9bd5af6 18:35:45 ---> fc8c55eaa64c 18:35:45 18:35:45 ---> Running in c930772c969b 18:35:45 ---> 311196237fcb 18:35:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:35:45 Removing intermediate container b1ead55311d8 18:35:45 ---> 150507cdf9b8 18:35:45 Step 23/23 : LABEL version=0.0.0 18:35:45 Successfully built fc8c55eaa64c 18:35:45 Successfully tagged docker-support-scheduler-go-arm64:latest 18:35:45  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 18:35:45 Removing intermediate container c930772c969b 18:35:45 ---> 4ebded987560 18:35:45 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:35:46 ---> Running in da0f94a7bb35 18:35:46 ---> Running in c8385d64efa5 18:35:46 ---> fccdb6f9716d 18:35:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:35:46 ---> Running in 9805f15f9adb 18:35:46 Removing intermediate container da0f94a7bb35 18:35:46 ---> 11d2734c8a9a 18:35:46 18:35:46 Removing intermediate container c8385d64efa5 18:35:46 ---> 0ca241fa1ca2 18:35:46 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} 18:35:47 ---> Running in b4e12c93a7de 18:35:47 Successfully built 11d2734c8a9a 18:35:47 Successfully tagged docker-core-command-go-arm64:latest 18:35:47  Building docker-core-command-go ... done Building docker-core-data-go 18:35:47 Removing intermediate container 9805f15f9adb 18:35:47 ---> 1f459c9ab1c9 18:35:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:47 ---> Running in ba6945c89c04 18:35:48 Removing intermediate container ba6945c89c04 18:35:48 ---> bad625540731 18:35:48 Step 21/23 : LABEL arch=arm64 18:35:48 ---> Running in f8ae0ac386bd 18:35:48 Move dockerize executable 18:35:49 Removing intermediate container f8ae0ac386bd 18:35:49 ---> 23d70c2801ac 18:35:49 Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:35:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:35:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:35:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:35:49 Fetched 0 B in 0s (0 B/s) 18:35:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:35:49 Fetched 224 kB in 0s (0 B/s) 18:35:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:35:49 Fetched 157 kB in 0s (0 B/s) 18:35:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:35:49 Fetched 221 kB in 0s (0 B/s) 18:35:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:35:49 Fetched 143 kB in 0s (0 B/s) 18:35:49 Pulling edgex-go 18:35:49 Pulling version 18:35:50 ---> Running in 3bf987ef3bf8 18:35:51 Building config-common 18:35:51 Removing intermediate container 3bf987ef3bf8 18:35:51 ---> 85d32b3e98df 18:35:51 Step 23/23 : LABEL version=0.0.0 18:35:51 Removing intermediate container b4e12c93a7de 18:35:51 ---> 13717d550cdc 18:35:51 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 18:35:51 ---> Running in d2ffbe3f689c 18:35:51 ---> Running in ce0e052d181e 18:35:52 Removing intermediate container d2ffbe3f689c 18:35:52 ---> 73d3e915db06 18:35:52 18:35:53 Skipping build go-build-helper (already ran) 18:35:53 Skipping build static-packages (already ran) 18:35:53 Skipping build go115 (already ran) 18:35:53 Building edgex-go 18:35:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:35:53 Removing intermediate container ce0e052d181e 18:35:53 ---> ff962d586700 18:35:53 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:35:53 Successfully built 73d3e915db06 18:35:53 Successfully tagged docker-core-metadata-go-arm64:latest 18:35:53  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 18:35:54 ---> 9b928e0a2a24 18:35:54 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:35:54 ---> Running in d3a122295d51 18:35:54 go: downloading github.com/gorilla/mux v1.8.0 18:35:54 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 18:35:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 18:35:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 18:35:54 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:35:54 go: downloading github.com/x448/float16 v0.8.4 18:35:54 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 18:35:54 go: downloading github.com/imdario/mergo v0.3.11 18:35:54 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:35:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:35:54 go: downloading github.com/pkg/errors v0.8.1 18:35:54 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 18:35:54 go: downloading github.com/pelletier/go-toml v1.2.0 18:35:54 go: downloading github.com/google/uuid v1.1.4 18:35:54 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:35:54 go: downloading github.com/BurntSushi/toml v0.3.1 18:35:54 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:35:54 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:35:54 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 18:35:54 go: downloading github.com/pebbe/zmq4 v1.2.2 18:35:54 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:35:55 go: downloading github.com/go-kit/kit v0.8.0 18:35:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:35:55 go: downloading gopkg.in/yaml.v2 v2.4.0 18:35:55 go: downloading github.com/hashicorp/consul/api v1.1.0 18:35:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:35:55 go: downloading github.com/leodido/go-urn v1.2.0 18:35:55 go: downloading github.com/go-playground/universal-translator v0.17.0 18:35:55 go: downloading github.com/hashicorp/serf v0.8.2 18:35:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:35:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:35:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:35:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:35:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:35:55 go: downloading github.com/go-playground/locales v0.13.0 18:35:55 go: downloading github.com/mitchellh/copystructure v1.0.0 18:35:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:35:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:35:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:35:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:35:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:35:57 Removing intermediate container d3a122295d51 18:35:57 ---> 69b8d08a370d 18:35:57 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:58 ---> 4c6fe6d99338 18:35:58 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:36:00 ---> 4f67c5b2c1b4 18:36:00 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:36:01 ---> 6a6c19bb3123 18:36:01 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:36:03 ---> bc709a617c6f 18:36:03 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:36:03 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 18:36:03 ---> 33593e528d21 18:36:03 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 18:36:04 ---> Running in 076aebddfab5 18:36:04 Removing intermediate container 076aebddfab5 18:36:04 ---> b81bbde71445 18:36:04 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:36:05 ---> 7f798b00b588 18:36:05 Step 28/33 : RUN chmod +x /entrypoint.sh 18:36:06 ---> Running in 016d816555db 18:36:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:36:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:36:08 Removing intermediate container 016d816555db 18:36:08 ---> ba19ecd0c3f7 18:36:08 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 18:36:09 ---> Running in 8271d3b8322a 18:36:09 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 18:36:09 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 18:36:09 go: downloading github.com/stretchr/testify v1.6.1 18:36:10 go: downloading github.com/pmezard/go-difflib v1.0.0 18:36:10 go: downloading github.com/davecgh/go-spew v1.1.1 18:36:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:36:10 Removing intermediate container 8271d3b8322a 18:36:10 ---> 1f127c053ebc 18:36:10 Step 30/33 : CMD ["gate"] 18:36:10 ---> Running in 28c9746fd3a3 18:36:11 Removing intermediate container 28c9746fd3a3 18:36:11 ---> 7d3d358300e0 18:36:11 Step 31/33 : LABEL arch=arm64 18:36:11 ---> Running in 00a3434d34db 18:36:11 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 18:36:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:36:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:36:12 Removing intermediate container 00a3434d34db 18:36:12 ---> f8d280747396 18:36:12 Step 32/33 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:36:13 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 18:36:13 ---> Running in 2872c5ed9f31 18:36:13 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 18:36:14 Removing intermediate container 2872c5ed9f31 18:36:14 ---> 3f6704920233 18:36:14 Step 33/33 : LABEL version=0.0.0 18:36:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:36:14 ---> Running in 35ca3e0fc062 18:36:15 Removing intermediate container 35ca3e0fc062 18:36:15 ---> 3fafd51b8e78 18:36:15 18:36:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:36:15 Successfully built 3fafd51b8e78 18:36:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:36:16 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 18:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:36:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:36:17 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 18:36:17 go: downloading github.com/lib/pq v1.9.0 18:36:20 Building version 18:36:22 Staging config-common 18:36:23 Skipping stage go-build-helper (already ran) 18:36:23 Skipping stage static-packages (already ran) 18:36:23 Skipping stage go115 (already ran) 18:36:23 Staging edgex-go 18:36:24 Staging version 18:36:25 Priming config-common 18:36:26 Priming go-build-helper 18:36:27 Priming static-packages 18:36:29 Priming go115 18:36:30 Priming edgex-go 18:36:31 Priming version 18:36:32 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:36:42  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> 5b37328b184f 18:36:42 Step 3/21 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> e44e3c94dbf3 18:36:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 068147be233d 18:36:42 Step 5/21 : RUN apk add --update --no-cache make git 18:36:42 ---> Using cache 18:36:42 ---> 90721b170dd9 18:36:42 Step 6/21 : COPY go.mod . 18:36:42 ---> Using cache 18:36:42 ---> 5ae3933fbe26 18:36:42 Step 7/21 : RUN go mod download 18:36:42 ---> Using cache 18:36:42 ---> 952fa4c66ad4 18:36:42 Step 8/21 : COPY . . 18:36:42 ---> Using cache 18:36:42 ---> ce6431997a3f 18:36:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:36:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> 5b37328b184f 18:36:42 Step 3/24 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> e44e3c94dbf3 18:36:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 068147be233d 18:36:42 Step 5/24 : RUN apk add --update --no-cache make git 18:36:42 ---> Using cache 18:36:42 ---> 90721b170dd9 18:36:42 Step 6/24 : COPY go.mod . 18:36:42 ---> Using cache 18:36:42 ---> 5ae3933fbe26 18:36:42 Step 7/24 : RUN go mod download 18:36:42 ---> Using cache 18:36:42 ---> 952fa4c66ad4 18:36:42 Step 8/24 : COPY . . 18:36:42 ---> Using cache 18:36:42 ---> ce6431997a3f 18:36:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:36:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> 5b37328b184f 18:36:42 Step 3/23 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> e44e3c94dbf3 18:36:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 068147be233d 18:36:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:36:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:36:42 ---> 5b37328b184f 18:36:42 Step 3/26 : WORKDIR /edgex-go 18:36:42 ---> Using cache 18:36:42 ---> e44e3c94dbf3 18:36:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:42 ---> Using cache 18:36:42 ---> 068147be233d 18:36:42 Step 5/26 : RUN apk add --update --no-cache make bash git 18:36:44 ---> Running in 4f88cc10af14 18:36:44 ---> Running in 859fb116370f 18:36:44 ---> Running in 60caab128b72 18:36:44 ---> Running in c4a13dacd75d 18:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36: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 18:36:46 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 18:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:48 OK: 217 MiB in 51 packages 18:36:49 OK: 217 MiB in 51 packages 18:36:50 Removing intermediate container 4f88cc10af14 18:36:50 ---> a444d4530a61 18:36:50 Step 6/26 : COPY go.mod . 18:36:51 Removing intermediate container 60caab128b72 18:36:51 ---> dea87b5d0a97 18:36:51 Step 6/23 : COPY go.mod . 18:36:51 ---> 43f15533c07e 18:36:51 Step 7/26 : RUN go mod download 18:36:52 ---> Running in 743d017c2b32 18:36:52 ---> 85b1c8855ccc 18:36:52 Step 7/23 : RUN go mod download 18:36:52 ---> Running in febf70144ac9 18:36:58 Removing intermediate container 743d017c2b32 18:36:58 ---> a8180213a0a4 18:36:58 Step 8/26 : COPY . . 18:36:58 Removing intermediate container febf70144ac9 18:36:58 ---> 2abd9a5e5b9a 18:36:58 Step 8/23 : COPY . . 18:37:30 ---> 20b2e73bf115 18:37:30 Step 9/23 : RUN make cmd/core-data/core-data 18:37:30 ---> ddabe23ffca7 18:37:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:37:30 ---> Running in 11f6018e32a3 18:37:30 ---> Running in 1651a7b4ae35 18:37:30 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 18:37: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 18:37:30 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 18:37:30 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 18:37:48 Removing intermediate container c4a13dacd75d 18:37:48 ---> 406d542e5acf 18:37:48 18:37:48 Step 10/24 : FROM alpine:3.12 18:37:48 ---> afeebe901d6b 18:37:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:37:48 Removing intermediate container 859fb116370f 18:37:48 ---> 7001eca5a1bf 18:37:48 18:37:48 Step 10/21 : FROM alpine:3.12 18:37:48 ---> afeebe901d6b 18:37:48 Step 11/21 : RUN apk add --update --no-cache curl 18:37:48 ---> Running in 2b2a3948cd12 18:37:48 ---> Running in 606ad7131455 18:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:49 (1/5) Installing ca-certificates (20191127-r4) 18:37:49 (1/4) Installing ca-certificates (20191127-r4) 18:37:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:37:49 (3/5) Installing libcurl (7.69.1-r3) 18:37:49 (4/5) Installing curl (7.69.1-r3) 18:37:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:37:49 (5/5) Installing dumb-init (1.2.2-r1) 18:37:49 (3/4) Installing libcurl (7.69.1-r3) 18:37:49 Executing busybox-1.31.1-r19.trigger 18:37:49 (4/4) Installing curl (7.69.1-r3) 18:37:50 Executing busybox-1.31.1-r19.trigger 18:37:50 Executing ca-certificates-20191127-r4.trigger 18:37:50 Executing ca-certificates-20191127-r4.trigger 18:37:50 OK: 7 MiB in 18 packages 18:37:50 OK: 7 MiB in 19 packages 18:37:53 Removing intermediate container 606ad7131455 18:37:53 ---> 9c5e002fc2a1 18:37:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:37:53 Removing intermediate container 2b2a3948cd12 18:37:53 ---> deba4e559d9b 18:37:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:37:53 ---> Running in 8cc856cb16c4 18:37:53 ---> Running in a4bb4d2a1a16 18:37:54 Removing intermediate container 8cc856cb16c4 18:37:54 ---> 3995693633b3 18:37:54 Step 13/21 : WORKDIR /edgex 18:37:54 ---> Running in 4dac6ee7f66b 18:37:54 Removing intermediate container a4bb4d2a1a16 18:37:54 ---> 2f3ddcaf4bdb 18:37:54 Step 13/24 : WORKDIR / 18:37:54 ---> Running in d6fcb2f385d8 18:37:55 Removing intermediate container 4dac6ee7f66b 18:37:55 ---> d594c2314057 18:37:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:37:56 Removing intermediate container d6fcb2f385d8 18:37:56 ---> f68854a360e0 18:37:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:37:56 ---> 996179364ba3 18:37:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:37:57 ---> f22f3df23555 18:37:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:37:58 ---> 6843cc2f9555 18:37:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:37:58 ---> 7729223a086c 18:37:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:38:00 ---> 063a27e6073f 18:38:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:38:00 ---> 89c34963deb8 18:38:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:38:00 ---> Running in 41299510fdda 18:38:01 Removing intermediate container 41299510fdda 18:38:01 ---> b7b50a5f795a 18:38:01 Step 18/21 : CMD ["--init=true"] 18:38:02 ---> Running in b76741eaf192 18:38:02 ---> f1be22c4549e 18:38:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:38:03 Removing intermediate container b76741eaf192 18:38:03 ---> 6dbebc9caa91 18:38:03 Step 19/21 : LABEL arch=arm64 18:38:03 ---> Running in 1bd1b06f7eee 18:38:04 Removing intermediate container 1bd1b06f7eee 18:38:04 ---> 8aea8a92b12e 18:38:04 Step 20/21 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:38:04 ---> a6c02a096575 18:38:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:38:04 ---> Running in 4c031a3b0dda 18:38:05 Removing intermediate container 4c031a3b0dda 18:38:05 ---> 4cf0e900ca87 18:38:05 Step 21/21 : LABEL version=0.0.0 18:38:05 ---> Running in 506468c0d32e 18:38:05 ---> 2d086c57dd4b 18:38:05 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/ 18:38:05 ---> Running in 9f9fa17533bc 18:38:06 Removing intermediate container 506468c0d32e 18:38:06 ---> 47c65e68b540 18:38:06 18:38:07 Successfully built 47c65e68b540 18:38:07 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:38:09  Building docker-security-proxy-setup-go ... done Removing intermediate container 9f9fa17533bc 18:38:09 ---> efd58f8bfe88 18:38:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:38:09 ---> Running in 51fa3704999c 18:38:10 Removing intermediate container 51fa3704999c 18:38:10 ---> 4afa36400e25 18:38:10 Step 22/24 : LABEL arch=arm64 18:38:10 ---> Running in c5a7402affeb 18:38:11 Removing intermediate container c5a7402affeb 18:38:11 ---> 15d66118b1f1 18:38:11 Step 23/24 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:38:11 ---> Running in e309928ff2f7 18:38:12 Removing intermediate container e309928ff2f7 18:38:12 ---> 01be236b01aa 18:38:12 Step 24/24 : LABEL version=0.0.0 18:38:12 ---> Running in 7f273e4ca3f7 18:38:12 Removing intermediate container 7f273e4ca3f7 18:38:12 ---> e8c5416e4dd0 18:38:12 18:38:13 Successfully built e8c5416e4dd0 18:38:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:38:28  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1651a7b4ae35 18:38:28 ---> 9b4a01bb4783 18:38:28 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:38:28 ---> Running in 51da4a48c29d 18:38: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 18:38:33 Removing intermediate container 51da4a48c29d 18:38:33 ---> 23c3e378c0d9 18:38:33 18:38:33 Step 11/26 : FROM docker:20.10.0 18:38:33 20.10.0: Pulling from library/docker 18:38:43 Removing intermediate container 11f6018e32a3 18:38:43 ---> 8e0b28c8bd12 18:38:43 18:38:43 Step 10/23 : FROM alpine:3.12 18:38:43 ---> afeebe901d6b 18:38:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:38:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:38:43 Status: Downloaded newer image for docker:20.10.0 18:38:43 ---> eeaf43b92773 18:38:43 Step 12/26 : RUN apk add --no-cache bash 18:38:43 ---> Running in 6b6ff9360d00 18:38:43 ---> Running in 44b4be29d8c9 18:38:43 Removing intermediate container 6b6ff9360d00 18:38:43 ---> 1fca922209ec 18:38:43 Step 12/23 : ENV APP_PORT=48080 18:38:43 ---> Running in e7802ce055cc 18:38:43 Removing intermediate container e7802ce055cc 18:38:43 ---> a7119b4cf68c 18:38:43 Step 13/23 : EXPOSE $APP_PORT 18:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:43 ---> Running in 723ed43e9dd3 18:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:44 Removing intermediate container 723ed43e9dd3 18:38:44 ---> 76c6737bd05a 18:38:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:44 ---> Running in 379649f328dd 18:38:44 (1/2) Installing readline (8.0.4-r0) 18:38:44 (2/2) Installing bash (5.0.17-r0) 18:38:44 Executing bash-5.0.17-r0.post-install 18:38:44 Executing busybox-1.31.1-r19.trigger 18:38:44 OK: 12 MiB in 22 packages 18:38:46 Removing intermediate container 44b4be29d8c9 18:38:46 ---> d91996acdd53 18:38:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:38:46 ---> Running in 47232455b909 18:38:46 Removing intermediate container 379649f328dd 18:38:46 ---> 2220110a67d3 18:38:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:38:47 ---> Running in e0e6b2c7f2f2 18:38:47 Removing intermediate container 47232455b909 18:38:47 ---> a6f7c12dd71c 18:38:47 Step 14/26 : ENV APP_PORT=48090 18:38:47 ---> Running in e4dfdc24cc32 18:38:47 Removing intermediate container e4dfdc24cc32 18:38:47 ---> 65996fbea98b 18:38:47 Step 15/26 : EXPOSE $APP_PORT 18:38:48 ---> Running in 116d326f688f 18:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:48 Removing intermediate container 116d326f688f 18:38:48 ---> 766304ff5bd7 18:38:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:49 ---> 3e5e16a5eda6 18:38:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:38:50 (1/6) Installing dumb-init (1.2.2-r1) 18:38:50 (2/6) Installing libgcc (9.3.0-r2) 18:38:50 (3/6) Installing libsodium (1.0.18-r0) 18:38:50 ---> e1a800b9cc06 18:38:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:38:50 (4/6) Installing libstdc++ (9.3.0-r2) 18:38:50 (5/6) Installing libzmq (4.3.3-r0) 18:38:51 (6/6) Installing zeromq (4.3.3-r0) 18:38:51 Executing busybox-1.31.1-r19.trigger 18:38:51 OK: 8 MiB in 20 packages 18:38:51 ---> eabba48e392c 18:38:51 Step 19/26 : RUN apk --no-cache add py3-pip 18:38:51 ---> Running in c3f602646c49 18:38:52 Removing intermediate container e0e6b2c7f2f2 18:38:52 ---> e3759e2b38bd 18:38:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:53 ---> 5b25ee932bf7 18:38:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:38:53 (1/33) Installing libbz2 (1.0.8-r1) 18:38:53 (2/33) Installing expat (2.2.9-r1) 18:38:53 (3/33) Installing libffi (3.3-r2) 18:38:53 (4/33) Installing gdbm (1.13-r1) 18:38:53 (5/33) Installing xz-libs (5.2.5-r0) 18:38:53 (6/33) Installing sqlite-libs (3.32.1-r0) 18:38:53 (7/33) Installing python3 (3.8.5-r0) 18:38:55 ---> 3e827775cf44 18:38:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:38:55 (8/33) Installing py3-appdirs (1.4.4-r1) 18:38:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:38:55 (10/33) Installing py3-parsing (2.4.7-r0) 18:38:55 (11/33) Installing py3-six (1.15.0-r0) 18:38:55 (12/33) Installing py3-packaging (20.4-r0) 18:38:55 (13/33) Installing py3-setuptools (47.0.0-r0) 18:38:55 (14/33) Installing py3-chardet (3.0.4-r4) 18:38:55 (15/33) Installing py3-idna (2.9-r0) 18:38:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:38:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:38:55 (18/33) Installing py3-requests (2.23.0-r0) 18:38:55 (19/33) Installing py3-msgpack (1.0.0-r0) 18:38:55 (20/33) Installing py3-lockfile (0.12.2-r3) 18:38:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:38:55 (22/33) Installing py3-colorama (0.4.3-r0) 18:38:55 (23/33) Installing py3-distlib (0.3.0-r0) 18:38:55 (24/33) Installing py3-distro (1.5.0-r1) 18:38:55 (25/33) Installing py3-webencodings (0.5.1-r3) 18:38:55 (26/33) Installing py3-html5lib (1.0.1-r4) 18:38:55 ---> 384a1f9d988e 18:38:55 Step 19/23 : ENTRYPOINT ["/core-data"] 18:38:56 (27/33) Installing py3-pytoml (0.1.21-r0) 18:38:56 (28/33) Installing py3-pep517 (0.8.2-r0) 18:38:56 (29/33) Installing py3-progress (1.5-r0) 18:38:56 (30/33) Installing py3-toml (0.10.1-r0) 18:38:56 (31/33) Installing py3-retrying (1.3.3-r0) 18:38:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:38:56 (33/33) Installing py3-pip (20.1.1-r0) 18:38:56 ---> Running in e528898acd8e 18:38:56 Executing busybox-1.31.1-r19.trigger 18:38:56 OK: 71 MiB in 55 packages 18:38:56 Removing intermediate container e528898acd8e 18:38:56 ---> abfbfec6a30f 18:38:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:57 ---> Running in 012beab920d1 18:38:57 Removing intermediate container 012beab920d1 18:38:57 ---> 39733c529e79 18:38:57 Step 21/23 : LABEL arch=arm64 18:38:57 ---> Running in 2a5d67e49632 18:38:58 Removing intermediate container 2a5d67e49632 18:38:58 ---> ac31cb5a6f7e 18:38:58 Step 22/23 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:38:58 ---> Running in 843cd90d8b2f 18:38:59 Removing intermediate container 843cd90d8b2f 18:38:59 ---> 66c1d97cebce 18:38:59 Step 23/23 : LABEL version=0.0.0 18:38:59 ---> Running in 3bcbd650c6da 18:38:59 Removing intermediate container 3bcbd650c6da 18:38:59 ---> eba3dc2f5683 18:38:59 18:39:00 Successfully built eba3dc2f5683 18:39:00 Successfully tagged docker-core-data-go-arm64:latest 18:39:02  Building docker-core-data-go ... done Removing intermediate container c3f602646c49 18:39:02 ---> 5773072d5626 18:39:02 Step 20/26 : RUN pip install docker-compose==1.23.2 18:39:02 ---> Running in f5e7fa551a9f 18:39:07 Collecting docker-compose==1.23.2 18:39:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:39:07 Collecting docker<4.0,>=3.6.0 18:39:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:39:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:39:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:39:09 Collecting PyYAML<4,>=3.10 18:39:09 Downloading PyYAML-3.13.tar.gz (270 kB) 18:39:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:39:13 Collecting websocket-client<1.0,>=0.32.0 18:39:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:39:13 Collecting cached-property<2,>=1.2.0 18:39:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:39:13 Collecting jsonschema<3,>=2.5.1 18:39:13 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:39:14 Collecting texttable<0.10,>=0.9.0 18:39:14 Downloading texttable-0.9.1.tar.gz (11 kB) 18:39:16 Collecting docopt<0.7,>=0.6.1 18:39:16 Downloading docopt-0.6.2.tar.gz (25 kB) 18:39:18 Collecting dockerpty<0.5,>=0.4.1 18:39:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:39:19 Collecting docker-pycreds>=0.4.0 18:39:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:39:19 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) 18:39:19 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) 18:39:19 Collecting idna<2.8,>=2.5 18:39:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:39:20 Collecting urllib3<1.25,>=1.21.1 18:39:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:39:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:39:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:39:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:39:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:39:21 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, cached-property, jsonschema, texttable, docopt, dockerpty, docker-compose 18:39:21 Attempting uninstall: idna 18:39:21 Found existing installation: idna 2.9 18:39:21 Uninstalling idna-2.9: 18:39:21 Successfully uninstalled idna-2.9 18:39:22 Attempting uninstall: urllib3 18:39:22 Found existing installation: urllib3 1.25.9 18:39:22 Uninstalling urllib3-1.25.9: 18:39:22 Successfully uninstalled urllib3-1.25.9 18:39:23 Attempting uninstall: requests 18:39:23 Found existing installation: requests 2.23.0 18:39:23 Uninstalling requests-2.23.0: 18:39:23 Successfully uninstalled requests-2.23.0 18:39:24 Running setup.py install for PyYAML: started 18:39:26 Running setup.py install for PyYAML: finished with status 'done' 18:39:26 Running setup.py install for texttable: started 18:39:28 Running setup.py install for texttable: finished with status 'done' 18:39:28 Running setup.py install for docopt: started 18:39:29 Running setup.py install for docopt: finished with status 'done' 18:39:29 Running setup.py install for dockerpty: started 18:39:31 Running setup.py install for dockerpty: finished with status 'done' 18:39:32 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 18:39:35 Removing intermediate container f5e7fa551a9f 18:39:35 ---> 3a7b66c0706e 18:39:35 Step 21/26 : RUN apk --no-cache add curl 18:39:35 ---> Running in d08dbb36a03e 18:39:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:39:37 (2/3) Installing libcurl (7.69.1-r3) 18:39:37 (3/3) Installing curl (7.69.1-r3) 18:39:37 Executing busybox-1.31.1-r19.trigger 18:39:37 OK: 71 MiB in 58 packages 18:39:39 Removing intermediate container d08dbb36a03e 18:39:39 ---> c79603a8d8f6 18:39:39 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:39:39 ---> Running in 706f6bddbdbb 18:39:39 Removing intermediate container 706f6bddbdbb 18:39:39 ---> d10962be6b51 18:39:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:39 ---> Running in 1a573ad06134 18:39:40 Removing intermediate container 1a573ad06134 18:39:40 ---> e190c0e919fa 18:39:40 Step 24/26 : LABEL arch=arm64 18:39:40 ---> Running in df0ec33ec65b 18:39:40 Removing intermediate container df0ec33ec65b 18:39:40 ---> 1a23c7af6097 18:39:40 Step 25/26 : LABEL git_sha=2037975b14bcccb26699bfe63d53181688204e32 18:39:40 ---> Running in e009ebb04d1a 18:39:41 Removing intermediate container e009ebb04d1a 18:39:41 ---> c3ba98c94714 18:39:41 Step 26/26 : LABEL version=0.0.0 18:39:41 ---> Running in ce229ce696c4 18:39:42 Removing intermediate container ce229ce696c4 18:39:42 ---> 13fcc76bc5a7 18:39:42 18:39:42 Successfully built 13fcc76bc5a7 18:39:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:39:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:39:42 $ docker stop --time=1 da2cf34aaeef5835aec494f1919b1f1379dd3e1a61125052564bc73a54ee6248 18:39:44 $ docker rm -f da2cf34aaeef5835aec494f1919b1f1379dd3e1a61125052564bc73a54ee6248 [Pipeline] // withDockerContainer [Pipeline] sh 18:39:45 + grep docker 18:39:45 + docker images 18:39:45 docker-sys-mgmt-agent-go-arm64 latest 13fcc76bc5a7 4 seconds ago 300MB 18:39:45 docker-core-data-go-arm64 latest eba3dc2f5683 46 seconds ago 21MB 18:39:45 docker-security-secretstore-setup-go-arm64 latest e8c5416e4dd0 About a minute ago 23.4MB 18:39:45 docker-security-proxy-setup-go-arm64 latest 47c65e68b540 About a minute ago 23.2MB 18:39:45 docker-security-bootstrapper-go-arm64 latest 3fafd51b8e78 3 minutes ago 40.3MB 18:39:45 docker-core-metadata-go-arm64 latest 73d3e915db06 3 minutes ago 17.7MB 18:39:45 docker-core-command-go-arm64 latest 11d2734c8a9a 3 minutes ago 15.4MB 18:39:45 docker-support-scheduler-go-arm64 latest fc8c55eaa64c 4 minutes ago 15.5MB 18:39:45 docker-support-notifications-go-arm64 latest 29dfb5284dcf 4 minutes ago 15.9MB 18:39:45 docker 20.10.0 eeaf43b92773 5 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 18:39:48 provisioning config files... 18:39:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/29@tmp/config6222089177288914785tmp [Pipeline] { [Pipeline] sh 18:39:48 + set +x 18:39:48 + curl -s https://codecov.io/bash 18:39:48 + bash -s -- 18:39:48 18:39:48 _____ _ 18:39:48 / ____| | | 18:39:48 | | ___ __| | ___ ___ _____ __ 18:39:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:39:48 | |___| (_) | (_| | __/ (_| (_) \ V / 18:39:48 \_____\___/ \__,_|\___|\___\___/ \_/ 18:39:48 Bash-20210115-cec3c92 18:39:48 18:39:48 18:39:48 ==> git version 2.24.3 found 18:39:48 ==> 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 18:39:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:39:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:39:48 ==> Jenkins CI detected. 18:39:48 project root: . 18:39:48 --> token set from env 18:39:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:39:48 ==> Running gcov in . (disable via -X gcov) 18:39:48 ==> Python coveragepy not found 18:39:48 ==> Searching for coverage reports in: 18:39:48 + . 18:39:48 -> Found 1 reports 18:39:48 ==> Detecting git/mercurial file structure 18:39:48 ==> Reading reports 18:39:48 + ./coverage.out bytes=561484 18:39:48 ==> Appending adjustments 18:39:48 https://docs.codecov.io/docs/fixing-reports 18:39:52 + Found adjustments 18:39:52 ==> Gzipping contents 18:39:52 84K /tmp/codecov.YiPGDZ.gz 18:39:52 ==> Uploading reports 18:39:52 url: https://codecov.io 18:39:52 query: branch=PR-2970&commit=2037975b14bcccb26699bfe63d53181688204e32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F29%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 18:39:52 -> Pinging Codecov 18:39:52 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=2037975b14bcccb26699bfe63d53181688204e32&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F29%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 18:39:52 -> Uploading to 18:39:52 https://storage.googleapis.com/codecov/v4/raw/2021-01-16/00271124DB129430A58F1EEE437C3FCB/2037975b14bcccb26699bfe63d53181688204e32/0c5359d0-ccfc-452e-9fa5-62a1b56548a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210116%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210116T183952Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72ea870b1ee4e8ff086ab731f310595854634674b5d994440ebed8317553147e 18:39:52 % Total % Received % Xferd Average Speed Time Time Time Current 18:39:52 Dload Upload Total Spent Left Speed 18:39:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85268 0 0 100 85268 0 163k --:--:-- --:--:-- --:--:-- 162k 18:39:53 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2037975b14bcccb26699bfe63d53181688204e32 [Pipeline] } 18:39:53 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 18:39:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:39:56 ---> package-listing.sh 18:39:56 ++ facter osfamily 18:39:56 ++ tr '[:upper:]' '[:lower:]' 18:39:56 + OS_FAMILY=redhat 18:39:56 + workspace=/w/workspace/edgex-go/29 18:39:56 + START_PACKAGES=/tmp/packages_start.txt 18:39:56 + END_PACKAGES=/tmp/packages_end.txt 18:39:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:39:56 + PACKAGES=/tmp/packages_start.txt 18:39:56 + '[' /w/workspace/edgex-go/29 ']' 18:39:56 + PACKAGES=/tmp/packages_end.txt 18:39:56 + case "${OS_FAMILY}" in 18:39:56 + sort 18:39:56 + rpm -qa 18:40:01 + '[' -f /tmp/packages_start.txt ']' 18:40:01 + '[' -f /tmp/packages_end.txt ']' 18:40:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:01 + '[' /w/workspace/edgex-go/29 ']' 18:40:01 + mkdir -p /w/workspace/edgex-go/29/archives/ 18:40:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/29/archives/ [Pipeline] echo 18:40:01 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/29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:40:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:40:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:02 18:40:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:40:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:02 alpine: Pulling from edgex-lftools-log-publisher 18:40:02 df20fa9351a1: Pulling fs layer 18:40:02 36b3adc4ff6f: Pulling fs layer 18:40:02 8ad3a11d3b57: Pulling fs layer 18:40:02 46f8f816bc3b: Pulling fs layer 18:40:02 93b61091891f: Pulling fs layer 18:40:02 93b9cdb0e59b: Pulling fs layer 18:40:02 5e14af77c1be: Pulling fs layer 18:40:02 01666e4c0597: Pulling fs layer 18:40:02 aa168da1d23b: Pulling fs layer 18:40:02 46f8f816bc3b: Waiting 18:40:02 93b61091891f: Waiting 18:40:02 93b9cdb0e59b: Waiting 18:40:02 5e14af77c1be: Waiting 18:40:02 01666e4c0597: Waiting 18:40:02 aa168da1d23b: Waiting 18:40:02 36b3adc4ff6f: Verifying Checksum 18:40:02 36b3adc4ff6f: Download complete 18:40:02 46f8f816bc3b: Verifying Checksum 18:40:02 46f8f816bc3b: Download complete 18:40:02 df20fa9351a1: Verifying Checksum 18:40:02 93b9cdb0e59b: Verifying Checksum 18:40:02 93b9cdb0e59b: Download complete 18:40:02 5e14af77c1be: Verifying Checksum 18:40:02 5e14af77c1be: Download complete 18:40:02 8ad3a11d3b57: Verifying Checksum 18:40:02 8ad3a11d3b57: Download complete 18:40:02 01666e4c0597: Verifying Checksum 18:40:02 01666e4c0597: Download complete 18:40:02 93b61091891f: Download complete 18:40:03 df20fa9351a1: Pull complete 18:40:03 36b3adc4ff6f: Pull complete 18:40:04 8ad3a11d3b57: Pull complete 18:40:04 46f8f816bc3b: Pull complete 18:40:05 aa168da1d23b: Verifying Checksum 18:40:05 aa168da1d23b: Download complete 18:40:06 93b61091891f: Pull complete 18:40:06 93b9cdb0e59b: Pull complete 18:40:06 5e14af77c1be: Pull complete 18:40:06 01666e4c0597: Pull complete 18:40:17 aa168da1d23b: Pull complete 18:40:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:40:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:40:17 prd-centos7-docker-4c-2g-20786 does not seem to be running inside a container 18:40:17 $ 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/29/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/29 -v /w/workspace/edgex-go/29:/w/workspace/edgex-go/29:rw,z -v /w/workspace/edgex-go/29@tmp:/w/workspace/edgex-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:40:21 $ docker top a8d0df830c4d04b99ebb735b263e060cf0a9f8f68b4f12959ccbc5d0cab75894 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:21 + touch /tmp/pre-build-complete [Pipeline] sh 18:40:22 + mkdir -p /var/log/sa [Pipeline] sh 18:40:22 + ls /var/log/sa-host 18:40:22 + sadf -c /var/log/sa-host/sa16 18:40:22 file_magic: OK 18:40:22 HZ: Using current value: 100 18:40:22 file_header: OK 18:40:22 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 18:40:22 Statistics: 18:40:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:40:22 File successfully converted to sysstat format version 12.2.1 18:40:22 + sadf -c /var/log/sa-host/sa23 18:40:22 file_magic: OK 18:40:22 HZ: Using current value: 100 18:40:22 file_header: OK 18:40:22 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 18:40:22 Statistics: 18:40:22 Hnuu...uuuununununu... 18:40:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:40:23 provisioning config files... 18:40:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/29@tmp/config1204935051448692471tmp [Pipeline] { [Pipeline] echo 18:40:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:40:23 ---> create-netrc.sh [Pipeline] } 18:40:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:40:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:40:23 ---> python-tools-install.sh [Pipeline] echo 18:40:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:40:24 ---> sudo-logs.sh 18:40:24 Archiving 'sudo' log.. [Pipeline] echo 18:40:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:40:24 ---> job-cost.sh 18:40:24 lf-activate-venv: SKIPPING 18:40:24 INFO: No Stack... 18:40:25 INFO: Retrieving Pricing Info for: v1-standard-2 18:40:25 INFO: Archiving Costs [Pipeline] echo 18:40:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:40:26 ---> logs-deploy.sh 18:40:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/29 18:40:26 INFO: archiving workspace using pattern(s): 18:40:27 Archives upload complete. 18:40:27 INFO: archiving logs to Nexus