lenny-intel commented: recheck 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42+2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 (0f5de49fe197e9a644177feb8514def7ac889e25) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26997 in /w/workspace/edgexfoundry_edgex-go_PR-3181 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 Merge succeeded, producing c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 Checking out Revision c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 (PR-3181) > 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/3181/head:refs/remotes/origin/PR-3181 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 Commit message: "refactor: Update go.mod and logic in init/seal loop" > git rev-list --no-walk c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:10:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:10:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:10:53 ========================================================= 00:10:53 EdgeX Global Pipelines Version Info 00:10:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:10:55 ------------------- 00:10:55 stable info: 00:10:55 ------------------- 00:10:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:10:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:10:55 Message: update stable to v1.0.179 00:10:56 ------------------- 00:10:56 experimental info: 00:10:56 ------------------- 00:10:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:10:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:10:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:10:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:10:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:10:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:10:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:10:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:10:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:10:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3181 [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3181 [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3181 [Pipeline] echo 00:10:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [Pipeline] echo 00:10:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c2fb34d [Pipeline] echo 00:10:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:10:59 provisioning config files... 00:10:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8464860352601281510tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:10:59 ---> docker-login.sh 00:10:59 nexus3.edgexfoundry.org:10001 00:10:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:00 Configure a credential helper to remove this warning. See 00:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:00 00:11:00 Login Succeeded 00:11:00 nexus3.edgexfoundry.org:10002 00:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:00 Configure a credential helper to remove this warning. See 00:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:00 00:11:00 Login Succeeded 00:11:00 nexus3.edgexfoundry.org:10003 00:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:00 Configure a credential helper to remove this warning. See 00:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:00 00:11:00 Login Succeeded 00:11:00 nexus3.edgexfoundry.org:10004 00:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:00 Configure a credential helper to remove this warning. See 00:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:00 00:11:00 Login Succeeded 00:11:00 docker.io 00:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:11:01 Configure a credential helper to remove this warning. See 00:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:11:01 00:11:01 Login Succeeded 00:11:01 ---> docker-login.sh ends [Pipeline] } 00:11:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:11:01 ++ 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 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/core-command/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo core-command,cmd/core-command/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/core-data/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo core-data,cmd/core-data/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/core-metadata/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo core-metadata,cmd/core-metadata/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/security-bootstrapper/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/security-proxy-setup/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/support-notifications/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo support-notifications,cmd/support-notifications/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/support-scheduler/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:11:01 + for file in '`ls cmd/**/Dockerfile`' 00:11:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:11:01 ++ cut -d/ -f2 00:11:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:11:01 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 00:11:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:11:03 00:11:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:11:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:11:03 latest: Pulling from edgex-devops/git-semver 00:11:03 31603596830f: Pulling fs layer 00:11:03 2a8b12db71e7: Pulling fs layer 00:11:03 6ca5941a6612: Pulling fs layer 00:11:03 ecc8261a40a4: Pulling fs layer 00:11:03 ecc8261a40a4: Waiting 00:11:03 2a8b12db71e7: Verifying Checksum 00:11:03 2a8b12db71e7: Download complete 00:11:03 31603596830f: Verifying Checksum 00:11:03 31603596830f: Download complete 00:11:03 ecc8261a40a4: Verifying Checksum 00:11:03 ecc8261a40a4: Download complete 00:11:03 6ca5941a6612: Verifying Checksum 00:11:03 6ca5941a6612: Download complete 00:11:03 31603596830f: Pull complete 00:11:03 2a8b12db71e7: Pull complete 00:11:04 6ca5941a6612: Pull complete 00:11:05 ecc8261a40a4: Pull complete 00:11:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:11:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:11:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:11:05 prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container 00:11:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:11:07 $ docker top 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:11:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:11:08 [ssh-agent] Looking for ssh-agent implementation... 00:11:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:11:08 $ docker exec 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent 00:11:08 SSH_AUTH_SOCK=/tmp/ssh-pSzrrHkYXD1q/agent.11 00:11:08 SSH_AGENT_PID=16 00:11:08 Running ssh-add (command line suppressed) 00:11:08 Identity added: /w/workspace/edgex-go/12@tmp/private_key_8211953726966395798.key (/w/workspace/edgex-go/12@tmp/private_key_8211953726966395798.key) 00:11:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:11:08 + git tag --points-at HEAD [Pipeline] } 00:11:08 $ docker exec --env ******** --env ******** 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent -k 00:11:09 unset SSH_AUTH_SOCK; 00:11:09 unset SSH_AGENT_PID; 00:11:09 echo Agent pid 16 killed; 00:11:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:11:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:11:09 [ssh-agent] Looking for ssh-agent implementation... 00:11:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:11:09 $ docker exec 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent 00:11:09 SSH_AUTH_SOCK=/tmp/ssh-3fW5lkm6kmCy/agent.45 00:11:09 SSH_AGENT_PID=50 00:11:09 Running ssh-add (command line suppressed) 00:11:09 Identity added: /w/workspace/edgex-go/12@tmp/private_key_2657873037081548492.key (/w/workspace/edgex-go/12@tmp/private_key_2657873037081548492.key) 00:11:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:11:10 + git semver init 00:11:10 # -> Open(): unable to determine branch for HEAD 00:11:10 # $GIT_DIR = /w/workspace/edgex-go/12/.git 00:11:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 00:11:10 # $SEMVER_REMOTE_NAME = origin 00:11:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:11:10 # $SEMVER_USER_NAME = edgex-jenkins 00:11:10 # $SEMVER_BRANCH = PR-3181 00:11:10 # $SEMVER_TEMP = /tmp/semver-908936394 00:11:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:11:28 # '/tmp/semver-908936394' -> '/w/workspace/edgex-go/12/.semver' 00:11:28 # -> Force: false 00:11:28 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 00:11:28 $ docker exec --env ******** --env ******** 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 ssh-agent -k 00:11:28 unset SSH_AUTH_SOCK; 00:11:28 unset SSH_AGENT_PID; 00:11:28 echo Agent pid 50 killed; 00:11:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:11:29 + git semver [Pipeline] } 00:11:29 $ docker stop --time=1 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 00:11:30 $ docker rm -f 0c37db2bcc1e262a2e96d655ace407e3ff7692d319d2f8cf6a9760ed20121494 [Pipeline] // withDockerContainer [Pipeline] sh 00:11:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:11:31 Stashed 1 file(s) [Pipeline] echo 00:11:31 [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 00:11:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:11:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:11:33 + sudo service docker restart 00:11:33 + true 00:11:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:11:33 ========================================================= 00:11:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:11:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:11:34 + 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 . 00:11:37 Sending build context to Docker daemon 327.9MB 00:11:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:11:37 Step 2/6 : FROM ${BASE} 00:11:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:11:37 188c0c94c7c5: Pulling fs layer 00:11:37 0ef7d3d256c8: Pulling fs layer 00:11:37 de9db76c5a1d: Pulling fs layer 00:11:37 bca2f99d35d6: Pulling fs layer 00:11:37 93359f2a8cfa: Pulling fs layer 00:11:37 7c6f9722023f: Pulling fs layer 00:11:37 a35cf1a2eb13: Pulling fs layer 00:11:37 93359f2a8cfa: Waiting 00:11:37 7c6f9722023f: Waiting 00:11:37 a35cf1a2eb13: Waiting 00:11:37 bca2f99d35d6: Waiting 00:11:37 de9db76c5a1d: Verifying Checksum 00:11:37 de9db76c5a1d: Download complete 00:11:37 0ef7d3d256c8: Download complete 00:11:37 93359f2a8cfa: Verifying Checksum 00:11:37 93359f2a8cfa: Download complete 00:11:37 7c6f9722023f: Verifying Checksum 00:11:37 7c6f9722023f: Download complete 00:11:37 188c0c94c7c5: Verifying Checksum 00:11:37 188c0c94c7c5: Download complete 00:11:38 188c0c94c7c5: Pull complete 00:11:38 0ef7d3d256c8: Pull complete 00:11:38 de9db76c5a1d: Pull complete 00:11:39 a35cf1a2eb13: Verifying Checksum 00:11:39 a35cf1a2eb13: Download complete 00:11:40 bca2f99d35d6: Verifying Checksum 00:11:40 bca2f99d35d6: Download complete 00:11:45 bca2f99d35d6: Pull complete 00:11:45 93359f2a8cfa: Pull complete 00:11:45 7c6f9722023f: Pull complete 00:11:47 Still waiting to schedule task 00:11:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:11:51 a35cf1a2eb13: Pull complete 00:11:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:11:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:11:51 ---> a62c8e92a672 00:11:51 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 00:11:51 ---> Running in 0c9f6d72fdfd 00:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:11:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:11:53 (1/12) Installing libmagic (5.38-r0) 00:11:53 (2/12) Installing file (5.38-r0) 00:11:53 (3/12) Installing libc-dev (0.7.2-r3) 00:11:53 (4/12) Installing g++ (9.3.0-r2) 00:11:57 (5/12) Installing fortify-headers (1.1-r0) 00:11:57 (6/12) Installing patch (2.7.6-r6) 00:11:57 (7/12) Installing build-base (0.5-r2) 00:11:57 (8/12) Installing libsodium (1.0.18-r0) 00:11:57 (9/12) Installing pkgconf (1.7.2-r0) 00:11:57 (10/12) Installing libsodium-dev (1.0.18-r0) 00:11:57 (11/12) Installing libzmq (4.3.3-r0) 00:11:57 (12/12) Installing zeromq-dev (4.3.3-r0) 00:11:57 Executing busybox-1.31.1-r19.trigger 00:11:57 OK: 233 MiB in 51 packages 00:12:02 Removing intermediate container 0c9f6d72fdfd 00:12:02 ---> a2f76ebb3c14 00:12:02 Step 4/6 : WORKDIR /edgex-go 00:12:02 ---> Running in 133aa172ba44 00:12:02 Removing intermediate container 133aa172ba44 00:12:02 ---> 2f1b2c395ebc 00:12:02 Step 5/6 : COPY go.mod . 00:12:02 ---> cd0981471ae4 00:12:02 Step 6/6 : RUN go mod download 00:12:02 ---> Running in d513fa5cd5c2 00:12:24 Removing intermediate container d513fa5cd5c2 00:12:24 ---> 6972149c40e0 00:12:24 Successfully built 6972149c40e0 00:12:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:12:24 + docker inspect -f . ci-base-image-x86_64 00:12:24 . [Pipeline] withDockerContainer 00:12:24 prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container 00:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:12:25 $ docker top 10fc7cd2cf0353806499c7278bbaa83ac65d48f17150c3026b76dd40c0d8c125 -eo pid,comm [Pipeline] { [Pipeline] sh 00:12:26 + go version 00:12:26 go version go1.15.5 linux/amd64 [Pipeline] } 00:12:26 $ docker stop --time=1 10fc7cd2cf0353806499c7278bbaa83ac65d48f17150c3026b76dd40c0d8c125 00:12:27 $ docker rm -f 10fc7cd2cf0353806499c7278bbaa83ac65d48f17150c3026b76dd40c0d8c125 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:12:28 + docker inspect -f . ci-base-image-x86_64 00:12:28 . [Pipeline] withDockerContainer 00:12:28 prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container 00:12:28 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:12:29 $ docker top e8fa8b2e6e4ab3efbde5299f7af2a75478569831c5edc831aae6fb050214196e -eo pid,comm [Pipeline] { [Pipeline] echo 00:12:29 ========================================================= 00:12:29 [edgeXBuildGoParallel] Running Tests and Build... 00:12:29 ========================================================= [Pipeline] sh 00:12:29 + make test 00:12:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:12:37 ? github.com/edgexfoundry/edgex-go [no test files] 00:12:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:12:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:12:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:12:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:13:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:13:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:13:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:13:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:13:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:13:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:13:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:13:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:13:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements 00:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.157s coverage: 27.1% of statements 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 65.8% of statements 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:13:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.116s coverage: 82.3% of statements 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:13:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:13:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:13:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.457s coverage: 92.8% of statements 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:13:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 00:13:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements 00:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 00:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements 00:13:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 00:13:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26998 in /w/workspace/edgexfoundry_edgex-go_PR-3181 [Pipeline] { [Pipeline] ws 00:13:34 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 00:13:39 using credential edgex-jenkins-ssh 00:13:39 Cloning the remote Git repository 00:13:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:13:39 > git init /w/workspace/edgex-go/12 # timeout=10 00:13:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:13:39 > git --version # timeout=10 00:13:39 > git --version # 'git version 2.17.1' 00:13:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 68.9% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 36.1% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.109s coverage: 89.4% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.710s coverage: 29.1% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.070s coverage: 100.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:13:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:13:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:13:40 GO111MODULE=on go vet ./... 00:13:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:13:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:13:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:13:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:13:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:55 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:13:56 Merge succeeded, producing c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:13:56 Checking out Revision c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 (PR-3181) 00:13:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3181/head:refs/remotes/origin/PR-3181 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:13:55 > git config core.sparsecheckout # timeout=10 00:13:55 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 00:13:55 > git remote # timeout=10 00:13:55 > git config --get remote.origin.url # timeout=10 00:13:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:13:56 > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 00:13:56 > git rev-parse HEAD^{commit} # timeout=10 00:13:56 > git config core.sparsecheckout # timeout=10 00:13:56 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 00:14:00 Commit message: "refactor: Update go.mod and logic in init/seal loop" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:14:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:14:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:14:02 + sudo service docker restart 00:14:02 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:14:05 provisioning config files... 00:14:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config3835384245343601074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:14:06 ---> docker-login.sh 00:14:06 nexus3.edgexfoundry.org:10001 00:14:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:07 Configure a credential helper to remove this warning. See 00:14:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:07 00:14:07 Login Succeeded 00:14:07 nexus3.edgexfoundry.org:10002 00:14:07 gofmt -l . 00:14:07 [ "`gofmt -l .`" = "" ] 00:14:07 ./bin/test-go-mod-tidy.sh 00:14:07 ./bin/test-attribution-txt.sh [Pipeline] sh 00:14:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:07 Configure a credential helper to remove this warning. See 00:14:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:07 00:14:07 Login Succeeded 00:14:07 nexus3.edgexfoundry.org:10003 00:14:08 + ls -al . 00:14:08 total 704 00:14:08 drwxrwxr-x 10 1001 1001 4096 Feb 20 00:14 . 00:14:08 drwxr-xr-x 4 root root 30 Feb 20 00:12 .. 00:14:08 -rw-rw-r-- 1 1001 1001 11 Feb 20 00:10 .dockerignore 00:14:08 drwxrwxr-x 8 1001 1001 179 Feb 20 00:10 .git 00:14:08 drwxrwxr-x 3 1001 1001 125 Feb 20 00:10 .github 00:14:08 -rw-rw-r-- 1 1001 1001 818 Feb 20 00:10 .gitignore 00:14:08 drwx------ 3 1001 1001 60 Feb 20 00:11 .semver 00:14:08 -rw-rw-r-- 1 1001 1001 166 Feb 20 00:10 .sonarcloud.properties 00:14:08 -rw-rw-r-- 1 1001 1001 8475 Feb 20 00:10 Attribution.txt 00:14:08 -rw-rw-r-- 1 1001 1001 3804 Feb 20 00:10 CONTRIBUTING.md 00:14:08 -rw-rw-r-- 1 1001 1001 931 Feb 20 00:10 Dockerfile.build 00:14:08 -rw-rw-r-- 1 1001 1001 863 Feb 20 00:10 Jenkinsfile 00:14:08 -rw-rw-r-- 1 1001 1001 10775 Feb 20 00:10 LICENSE 00:14:08 -rw-rw-r-- 1 1001 1001 5774 Feb 20 00:10 Makefile 00:14:08 -rw-rw-r-- 1 1001 1001 6524 Feb 20 00:10 README.md 00:14:08 -rw-rw-r-- 1 1001 1001 6755 Feb 20 00:10 SECURITY.md 00:14:08 -rw-rw-r-- 1 1001 1001 5 Feb 20 00:11 VERSION 00:14:08 -rw-rw-r-- 1 1001 1001 4131 Feb 20 00:10 ZMQWindows.md 00:14:08 drwxrwxr-x 2 1001 1001 117 Feb 20 00:10 bin 00:14:08 drwxrwxr-x 14 1001 1001 4096 Feb 20 00:10 cmd 00:14:08 -rw-r--r-- 1 root root 591368 Feb 20 00:13 coverage.out 00:14:08 -rw-r--r-- 1 root root 1055 Feb 20 00:14 go.mod 00:14:08 -rw-r--r-- 1 root root 21410 Feb 20 00:14 go.sum 00:14:08 drwxrwxr-x 8 1001 1001 127 Feb 20 00:10 internal 00:14:08 drwxrwxr-x 4 1001 1001 26 Feb 20 00:10 openapi 00:14:08 drwxrwxr-x 4 1001 1001 71 Feb 20 00:10 snap 00:14:08 -rw-rw-r-- 1 1001 1001 168 Feb 20 00:10 version.go [Pipeline] sh 00:14:08 + '[' -e coverage.out ] 00:14:08 + chown 1001:1001 coverage.out [Pipeline] stash 00:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:08 Configure a credential helper to remove this warning. See 00:14:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:08 00:14:08 Login Succeeded 00:14:08 nexus3.edgexfoundry.org:10004 00:14:08 Stashed 1 file(s) [Pipeline] sh 00:14:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:08 + make build 00:14:08 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 00:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:09 Configure a credential helper to remove this warning. See 00:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:09 00:14:09 Login Succeeded 00:14:09 docker.io 00:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:14:09 Configure a credential helper to remove this warning. See 00:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:14:09 00:14:09 Login Succeeded 00:14:09 ---> docker-login.sh ends [Pipeline] } 00:14:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:14:10 ========================================================= 00:14:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:14:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:14:10 + 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 . 00:14:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:14:13 Sending build context to Docker daemon 166.4MB 00:14:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:14:13 Step 2/6 : FROM ${BASE} 00:14:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:14:13 5f621e34cdf4: Pulling fs layer 00:14:13 a4357932f1b6: Pulling fs layer 00:14:13 18c013af1878: Pulling fs layer 00:14:13 00ac8860ef70: Pulling fs layer 00:14:13 63d7cb157983: Pulling fs layer 00:14:13 b116817d02f9: Pulling fs layer 00:14:13 745a02a5169b: Pulling fs layer 00:14:13 63d7cb157983: Waiting 00:14:13 b116817d02f9: Waiting 00:14:13 745a02a5169b: Waiting 00:14:13 00ac8860ef70: Waiting 00:14:13 18c013af1878: Download complete 00:14:13 a4357932f1b6: Download complete 00:14:13 63d7cb157983: Verifying Checksum 00:14:13 63d7cb157983: Download complete 00:14:13 b116817d02f9: Download complete 00:14:13 5f621e34cdf4: Verifying Checksum 00:14:13 5f621e34cdf4: Download complete 00:14:14 5f621e34cdf4: Pull complete 00:14:14 a4357932f1b6: Pull complete 00:14:15 18c013af1878: Pull complete 00:14:15 745a02a5169b: Download complete 00:14:16 00ac8860ef70: Verifying Checksum 00:14:16 00ac8860ef70: Download complete 00:14:21 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 00:14:21 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 00:14:22 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 00:14:23 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 00:14:24 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 00:14:26 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 00:14:27 00ac8860ef70: Pull complete 00:14:27 63d7cb157983: Pull complete 00:14:27 b116817d02f9: Pull complete 00:14:27 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 00:14:28 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 00:14:29 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 00:14:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:14:31 745a02a5169b: Pull complete 00:14:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:14:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:14:31 ---> b7e6874047d6 00:14:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] } 00:14:32 $ docker stop --time=1 e8fa8b2e6e4ab3efbde5299f7af2a75478569831c5edc831aae6fb050214196e 00:14:35 $ docker rm -f e8fa8b2e6e4ab3efbde5299f7af2a75478569831c5edc831aae6fb050214196e 00:14:35 ---> Running in cd42190143da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:14:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:14:37 (1/12) Installing libmagic (5.38-r0) 00:14:37 (2/12) Installing file (5.38-r0) 00:14:37 (3/12) Installing libc-dev (0.7.2-r3) 00:14:37 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 00:14:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:14:39 00:14:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:14:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:14:39 latest: Pulling from edgex-devops/edgex-compose 00:14:39 cbdbe7a5bc2a: Pulling fs layer 00:14:39 ca9280d653b3: Pulling fs layer 00:14:39 7e9c9ca2126c: Pulling fs layer 00:14:39 cbdbe7a5bc2a: Verifying Checksum 00:14:39 cbdbe7a5bc2a: Download complete 00:14:39 ca9280d653b3: Verifying Checksum 00:14:39 ca9280d653b3: Download complete 00:14:40 cbdbe7a5bc2a: Pull complete 00:14:41 7e9c9ca2126c: Verifying Checksum 00:14:41 7e9c9ca2126c: Download complete 00:14:41 ca9280d653b3: Pull complete 00:14:47 7e9c9ca2126c: Pull complete 00:14:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:14:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:14:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:14:47 prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container 00:14:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 00:14:50 (5/12) Installing fortify-headers (1.1-r0) 00:14:50 (6/12) Installing patch (2.7.6-r6) 00:14:50 (7/12) Installing build-base (0.5-r2) 00:14:50 (8/12) Installing libsodium (1.0.18-r0) 00:14:50 (9/12) Installing pkgconf (1.7.2-r0) 00:14:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:14:50 (11/12) Installing libzmq (4.3.3-r0) 00:14:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:14:50 Executing busybox-1.31.1-r19.trigger 00:14:50 OK: 217 MiB in 51 packages 00:14:50 $ docker top 6e45f8fcfe79a7d8606f3fe9d60b0bf831784faa4b996797d1095cb693ae3cf4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:14:51 + docker-compose build --help 00:14:51 + grep parallel 00:14:52 --parallel Build images in parallel. [Pipeline] } 00:14:52 $ docker stop --time=1 6e45f8fcfe79a7d8606f3fe9d60b0bf831784faa4b996797d1095cb693ae3cf4 00:14:53 Removing intermediate container cd42190143da 00:14:53 ---> 92cdae72a6ec 00:14:53 Step 4/6 : WORKDIR /edgex-go 00:14:53 ---> Running in 25272efd45c7 00:14:53 $ docker rm -f 6e45f8fcfe79a7d8606f3fe9d60b0bf831784faa4b996797d1095cb693ae3cf4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:14:54 Removing intermediate container 25272efd45c7 00:14:54 ---> 2ba2567c7fb0 00:14:54 Step 5/6 : COPY go.mod . 00:14:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:14:54 . [Pipeline] withDockerContainer 00:14:54 prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container 00:14:54 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:14:54 ---> ac49a8fae519 00:14:54 Step 6/6 : RUN go mod download 00:14:54 ---> Running in 1b7ad4f59026 00:14:55 $ docker top d40434b98afbbe263ea281c0f68035552cb3ae1bedbda1326931ffcec72fdd06 -eo pid,comm [Pipeline] { [Pipeline] sh 00:14:55 + docker-compose -f ./docker-compose-build.yml build --parallel 00:14:56 Building docker-core-command-go ... 00:14:56 Building docker-core-data-go ... 00:14:56 Building docker-core-metadata-go ... 00:14:56 Building docker-security-bootstrapper-go ... 00:14:56 Building docker-security-proxy-setup-go ... 00:14:56 Building docker-security-secretstore-setup-go ... 00:14:56 Building docker-support-notifications-go ... 00:14:56 Building docker-support-scheduler-go ... 00:14:56 Building docker-sys-mgmt-agent-go ... 00:14:56 Building docker-support-notifications-go 00:14:56 Building docker-security-proxy-setup-go 00:14:56 Building docker-core-data-go 00:14:56 Building docker-support-scheduler-go 00:14:56 Building docker-security-secretstore-setup-go 00:15:21 Removing intermediate container 1b7ad4f59026 00:15:21 ---> 5e7033c2359b 00:15:21 Successfully built 5e7033c2359b 00:15:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:15:22 + docker inspect -f . ci-base-image-arm64 00:15:22 . [Pipeline] withDockerContainer 00:15:22 prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container 00:15:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 00:15:23 $ docker top 44f71c98ea7da62c74839c8c8638f757b59fa3410405bfbcd3092073b6c3ac4e -eo pid,comm [Pipeline] { [Pipeline] sh 00:15:24 + go version 00:15:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:15:24 $ docker stop --time=1 44f71c98ea7da62c74839c8c8638f757b59fa3410405bfbcd3092073b6c3ac4e 00:15:26 $ docker rm -f 44f71c98ea7da62c74839c8c8638f757b59fa3410405bfbcd3092073b6c3ac4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:15:27 + docker inspect -f . ci-base-image-arm64 00:15:27 . [Pipeline] withDockerContainer 00:15:28 prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container 00:15:28 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 00:15:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:15:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:15:29 ---> 6972149c40e0 00:15:29 Step 3/22 : WORKDIR /edgex-go 00:15:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:15:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:15:29 ---> 6972149c40e0 00:15:29 Step 3/23 : WORKDIR /edgex-go 00:15:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:15:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:15:29 ---> 6972149c40e0 00:15:29 Step 3/24 : WORKDIR /edgex-go 00:15:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:15:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:15:29 ---> 6972149c40e0 00:15:29 Step 3/22 : WORKDIR /edgex-go 00:15:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:15:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:15:29 ---> 6972149c40e0 00:15:29 Step 3/21 : WORKDIR /edgex-go 00:15:29 ---> Running in 054fa1677a17 00:15:29 ---> Running in cee05d3b10d0 00:15:29 ---> Running in 24ba36a4d8fb 00:15:29 ---> Running in e60700e520f7 00:15:29 ---> Running in 731758a4de2d 00:15:29 Removing intermediate container e60700e520f7 00:15:29 ---> dd86fce71b76 00:15:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:29 Removing intermediate container 24ba36a4d8fb 00:15:29 ---> 8daefaf4cac4 00:15:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:29 Removing intermediate container 731758a4de2d 00:15:29 ---> 367b175c2389 00:15:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:29 Removing intermediate container 054fa1677a17 00:15:29 ---> 0bb308cd6034 00:15:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:29 Removing intermediate container cee05d3b10d0 00:15:29 ---> 8ba617a36347 00:15:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:15:29 ---> Running in 2e3984f60926 00:15:29 ---> Running in b9b4391d30df 00:15:29 ---> Running in d1878a285f09 00:15:29 ---> Running in e6bc0c624fb6 00:15:29 ---> Running in 97585f68d460 00:15:29 $ docker top 27aa169f0557c9628ac7afe998c82d7ab57b904e1efeec9784763d9e6ee95f18 -eo pid,comm [Pipeline] { [Pipeline] echo 00:15:29 ========================================================= 00:15:29 [edgeXBuildGoParallel] Running Tests and Build... 00:15:29 ========================================================= [Pipeline] sh 00:15:30 + make test 00:15:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:15:31 Removing intermediate container 2e3984f60926 00:15:31 ---> 1c6f7000269d 00:15:31 Step 5/22 : RUN apk add --update --no-cache make git 00:15:31 ---> Running in f89cd03c8f22 00:15:31 Removing intermediate container d1878a285f09 00:15:31 ---> 67b95ae96c73 00:15:31 Step 5/24 : RUN apk add --update --no-cache make git 00:15:31 Removing intermediate container b9b4391d30df 00:15:31 ---> cd64c2331b1f 00:15:31 Step 5/21 : RUN apk add --update --no-cache make git 00:15:31 Removing intermediate container e6bc0c624fb6 00:15:31 ---> 1bf940d614da 00:15:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:15:31 ---> Running in 6fe41650fddf 00:15:31 ---> Running in 051732ddff67 00:15:31 ---> Running in d5360e0d5244 00:15:31 Removing intermediate container 97585f68d460 00:15:31 ---> 0f3d9d499baf 00:15:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:15:32 ---> Running in 36d3b406c8af 00:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:15:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:15:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:15:34 OK: 233 MiB in 51 packages 00:15:34 OK: 233 MiB in 51 packages 00:15:34 OK: 233 MiB in 51 packages 00:15:34 OK: 233 MiB in 51 packages 00:15:34 OK: 233 MiB in 51 packages 00:15:35 Removing intermediate container f89cd03c8f22 00:15:35 ---> 5abd82a6d64a 00:15:35 Step 6/22 : COPY go.mod . 00:15:35 Removing intermediate container 051732ddff67 00:15:35 ---> 3f2245aaee2d 00:15:35 Step 6/21 : COPY go.mod . 00:15:35 Removing intermediate container 6fe41650fddf 00:15:35 ---> 79db1983f5c9 00:15:35 Step 6/24 : COPY go.mod . 00:15:35 ---> 903f3166e6ac 00:15:35 Step 7/22 : RUN go mod download 00:15:35 Removing intermediate container d5360e0d5244 00:15:35 ---> 32af8d3203e8 00:15:35 Step 6/23 : COPY go.mod . 00:15:35 ---> Running in 242209332fe8 00:15:35 Removing intermediate container 36d3b406c8af 00:15:35 ---> d49c25f47f86 00:15:35 Step 6/22 : COPY go.mod . 00:15:36 ---> bd1d86af8db8 00:15:36 Step 7/21 : RUN go mod download 00:15:36 ---> a8ecaadd8d2a 00:15:36 Step 7/24 : RUN go mod download 00:15:36 ---> f4e16eae27d3 00:15:36 Step 7/23 : RUN go mod download 00:15:36 ---> Running in dd688fb1ca9b 00:15:36 ---> Running in da56add3fcc6 00:15:36 ---> 0179dc37c855 00:15:36 Step 7/22 : RUN go mod download 00:15:36 ---> Running in a9d02494156f 00:15:36 ---> Running in 0e085e08d6e3 00:15:37 Removing intermediate container 242209332fe8 00:15:37 ---> 0abf6f188f60 00:15:37 Step 8/22 : COPY . . 00:15:38 Removing intermediate container dd688fb1ca9b 00:15:38 ---> d6505d6f8102 00:15:38 Step 8/21 : COPY . . 00:15:40 Removing intermediate container da56add3fcc6 00:15:40 ---> 078100219b20 00:15:40 Step 8/24 : COPY . . 00:15:42 Removing intermediate container a9d02494156f 00:15:42 ---> fb951d5ba3ca 00:15:42 Step 8/23 : COPY . . 00:15:46 Removing intermediate container 0e085e08d6e3 00:15:46 ---> 6c78fdc7addc 00:15:46 Step 8/22 : COPY . . 00:15:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:16:18 ---> d1706ca52569 00:16:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:16:18 ---> Running in 81735c4175a5 00:16:18 ---> d65867a2b51f 00:16:18 Step 9/23 : RUN make cmd/core-data/core-data 00:16:18 ---> fb3894f540bb 00:16:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:16:18 ---> ff4613690b5c 00:16:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:16:18 ---> 56a419f2ebd2 00:16:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:16:18 ---> Running in 776d0986ae07 00:16:18 ---> Running in e8ed7ba9a00a 00:16:18 ---> Running in 1cebad1a0f87 00:16:18 ---> Running in ecbc24428fc0 00:16:19 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 00:16:19 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 00:16:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:16:20 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 00:16: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 00:16:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:16:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:16:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:16:47 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 00:16:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:16:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:16:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:16:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:16:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:16:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:16:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:17:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:17:02 Removing intermediate container 81735c4175a5 00:17:02 ---> 194514a18d60 00:17:02 00:17:02 Step 10/21 : FROM alpine:3.12 00:17:02 Removing intermediate container 1cebad1a0f87 00:17:02 ---> 839cc4db4cae 00:17:02 00:17:02 Step 10/24 : FROM alpine:3.12 00:17:02 Removing intermediate container e8ed7ba9a00a 00:17:02 ---> 8ba9fdb11b70 00:17:02 00:17:02 Step 10/22 : FROM alpine:3.12 00:17:02 Removing intermediate container ecbc24428fc0 00:17:02 ---> 5ab5b3db1422 00:17:02 00:17:02 Step 10/22 : FROM alpine:3.12 00:17:02 3.12: Pulling from library/alpine 00:17:02 3.12: Pulling from library/alpine 00:17:02 3.12: Pulling from library/alpine 00:17:02 3.12: Pulling from library/alpine 00:17:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:17:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:17:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:17:02 Status: Downloaded newer image for alpine:3.12 00:17:02 Status: Downloaded newer image for alpine:3.12 00:17:02 Status: Image is up to date for alpine:3.12 00:17:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:17:02 Status: Image is up to date for alpine:3.12 00:17:02 ---> 389fef711851 00:17:02 Step 11/21 : RUN apk add --update --no-cache curl 00:17:02 ---> 389fef711851 00:17:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:17:02 ---> 389fef711851 00:17:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:17:02 ---> 389fef711851 00:17:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:17:02 ---> Running in 00027c121c45 00:17:02 ---> Running in d9ae2523d703 00:17:02 ---> Running in 88ae598d42e9 00:17:02 ---> Running in 6c2c10dd7fba 00:17:02 Removing intermediate container 776d0986ae07 00:17:02 ---> 48cbe4a68243 00:17:02 00:17:02 Step 10/23 : FROM alpine:3.12 00:17:02 ---> 389fef711851 00:17:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:17:02 ---> Running in bd2c860b1f82 00:17:03 Removing intermediate container bd2c860b1f82 00:17:03 ---> 5befdf194572 00:17:03 Step 12/23 : ENV APP_PORT=48080 00:17:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:03 ---> Running in 27fbdaa5b9d4 00:17:03 (1/4) Installing ca-certificates (20191127-r4) 00:17:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:17:03 (3/4) Installing libcurl (7.69.1-r3) 00:17:03 (4/4) Installing curl (7.69.1-r3) 00:17:03 Executing busybox-1.31.1-r19.trigger 00:17:03 Executing ca-certificates-20191127-r4.trigger 00:17:03 OK: 7 MiB in 18 packages 00:17:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:04 (1/1) Installing dumb-init (1.2.2-r1) 00:17:04 Executing busybox-1.31.1-r19.trigger 00:17:04 OK: 6 MiB in 15 packages 00:17:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:05 Removing intermediate container 27fbdaa5b9d4 00:17:05 ---> e92cba41e2af 00:17:05 Step 13/23 : EXPOSE $APP_PORT 00:17:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:05 (1/2) Installing ca-certificates (20191127-r4) 00:17:05 (2/2) Installing dumb-init (1.2.2-r1) 00:17:05 Executing busybox-1.31.1-r19.trigger 00:17:05 Executing ca-certificates-20191127-r4.trigger 00:17:05 OK: 6 MiB in 16 packages 00:17:05 ---> Running in 75961158e9f9 00:17:06 (1/5) Installing ca-certificates (20191127-r4) 00:17:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:17:06 (3/5) Installing libcurl (7.69.1-r3) 00:17:06 (4/5) Installing curl (7.69.1-r3) 00:17:06 (5/5) Installing dumb-init (1.2.2-r1) 00:17:06 Executing busybox-1.31.1-r19.trigger 00:17:06 Executing ca-certificates-20191127-r4.trigger 00:17:06 OK: 7 MiB in 19 packages 00:17:07 Removing intermediate container 75961158e9f9 00:17:07 ---> 6a4de0a76052 00:17:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:07 Removing intermediate container d9ae2523d703 00:17:07 ---> 6d05bbc4eca7 00:17:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:17:07 ---> Running in 70c949da70ba 00:17:07 ---> Running in 90c56fc06724 00:17:07 Removing intermediate container 00027c121c45 00:17:07 ---> 4ece79e85401 00:17:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:17:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:17:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:17:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:17:08 ---> Running in 91c107198f22 00:17:08 Removing intermediate container 90c56fc06724 00:17:08 ---> 1ad7ca3eb5b9 00:17:08 Step 13/21 : WORKDIR /edgex 00:17:08 Removing intermediate container 88ae598d42e9 00:17:08 ---> 76e2d1798de2 00:17:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:17:08 Removing intermediate container 6c2c10dd7fba 00:17:08 ---> 24384882b9e3 00:17:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:17:08 Removing intermediate container 91c107198f22 00:17:08 ---> bf8cb28b10dc 00:17:08 Step 13/22 : ENV APP_PORT=48085 00:17:08 ---> Running in fad6a763ef2b 00:17:09 ---> Running in 18b898d13d17 00:17:09 ---> Running in 1d6e710e1618 00:17:09 ---> Running in 993a54f689a2 00:17:09 Removing intermediate container 1d6e710e1618 00:17:09 ---> 8c753e11e04d 00:17:09 Step 13/22 : ENV APP_PORT=48060 00:17:09 Removing intermediate container 18b898d13d17 00:17:09 ---> be0635fceba7 00:17:09 Step 13/24 : WORKDIR / 00:17:09 Removing intermediate container fad6a763ef2b 00:17:09 ---> 749a6b567d67 00:17:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:17:09 Removing intermediate container 993a54f689a2 00:17:09 ---> 7eefde29bdc4 00:17:09 Step 14/22 : EXPOSE $APP_PORT 00:17:09 ---> Running in 86dba3ef66ed 00:17:09 ---> Running in 00e6d494c784 00:17:09 Removing intermediate container 70c949da70ba 00:17:09 ---> c1be71a2d727 00:17:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:17:09 ---> Running in dcc20872dc7d 00:17:09 ---> 58f1c292874a 00:17:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:17:09 ---> Running in 9253a9b84023 00:17:10 Removing intermediate container 86dba3ef66ed 00:17:10 ---> 175ac95f4b15 00:17:10 Step 14/22 : EXPOSE $APP_PORT 00:17:10 Removing intermediate container dcc20872dc7d 00:17:10 ---> d9180ff6c0a5 00:17:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:10 Removing intermediate container 00e6d494c784 00:17:10 ---> 7a64291a54c8 00:17:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:17:10 ---> Running in 179237e91845 00:17:10 ---> aacdc544fc23 00:17:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:17:10 ---> 085508d268f6 00:17:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:10 ---> 29940dd501ec 00:17:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:17:10 Removing intermediate container 179237e91845 00:17:10 ---> 5577a780cc5f 00:17:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:11 ---> e46d119a8ed4 00:17:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:17:11 ---> c90a3702b188 00:17:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:17:11 ---> 1e8037dd2dae 00:17:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:17:11 ---> 5ee6ceb19a08 00:17:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:17:11 ---> Running in 9555b0da8d3c 00:17:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:11 ---> 98fe247968a1 00:17:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:17:11 ---> 2e78d2f14835 00:17:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:17:11 Removing intermediate container 9555b0da8d3c 00:17:11 ---> eabb8d8f0290 00:17:11 Step 18/21 : CMD ["--init=true"] 00:17:11 ---> Running in de90db6e3a15 00:17:11 ---> Running in 23d5c115f42a 00:17:11 ---> 9dacbc1aed61 00:17:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:17:11 ---> 2e177520d0d1 00:17:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:17:11 Removing intermediate container 23d5c115f42a 00:17:11 ---> 2b057ac79a18 00:17:11 Step 19/21 : LABEL arch=x86_64 00:17:11 Removing intermediate container de90db6e3a15 00:17:11 ---> d5350656a3a8 00:17:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:12 (1/6) Installing dumb-init (1.2.2-r1) 00:17:12 (2/6) Installing libgcc (9.3.0-r2) 00:17:12 (3/6) Installing libsodium (1.0.18-r0) 00:17:12 (4/6) Installing libstdc++ (9.3.0-r2) 00:17:12 ---> Running in 2954fa7392d6 00:17:12 ---> Running in 36bb5e733066 00:17:12 ---> 7f033173aa14 00:17:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:17:12 ---> 7dd2c12be5cd 00:17:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:17:12 (5/6) Installing libzmq (4.3.3-r0) 00:17:12 ---> Running in 3b2e012db137 00:17:13 (6/6) Installing zeromq (4.3.3-r0) 00:17:13 Removing intermediate container 2954fa7392d6 00:17:13 ---> c06d2af9e003 00:17:13 Step 20/22 : LABEL arch=x86_64 00:17:13 Removing intermediate container 36bb5e733066 00:17:13 ---> 9700aa96bc23 00:17:13 Step 20/21 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:17:13 Executing busybox-1.31.1-r19.trigger 00:17:13 OK: 8 MiB in 20 packages 00:17:13 ---> Running in 4532b32b1b3a 00:17:13 ---> Running in a4d6a12d687f 00:17:13 ---> c0d8fe6457d2 00:17:13 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/ 00:17:13 Removing intermediate container 3b2e012db137 00:17:13 ---> a210bf9329a0 00:17:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:13 ---> Running in 666a883e1016 00:17:13 ---> Running in 626d80d854f1 00:17:13 Removing intermediate container a4d6a12d687f 00:17:13 ---> e617bf0e360d 00:17:13 Step 21/21 : LABEL version=0.0.0 00:17:13 Removing intermediate container 4532b32b1b3a 00:17:13 ---> 782caac002a0 00:17:13 Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:17:14 ---> Running in 35e81c8d821a 00:17:14 ---> Running in 6cd17aa64a8d 00:17:14 Removing intermediate container 666a883e1016 00:17:14 ---> 5b51eed65320 00:17:14 Step 20/22 : LABEL arch=x86_64 00:17:14 Removing intermediate container 9253a9b84023 00:17:14 ---> c6d2b0f1ada3 00:17:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:17:14 ---> Running in dcfcce5b2307 00:17:14 Removing intermediate container 35e81c8d821a 00:17:14 ---> 9aaa4cda39e8 00:17:14 00:17:14 Removing intermediate container 6cd17aa64a8d 00:17:14 ---> 119829c239a7 00:17:14 Step 22/22 : LABEL version=0.0.0 00:17:14 Successfully built 9aaa4cda39e8 00:17:14 Successfully tagged docker-security-proxy-setup-go:latest 00:17:14 Building docker-security-bootstrapper-go 00:17:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.414s coverage: 45.9% of statements 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:17:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:17:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements 00:17:14  Building docker-security-proxy-setup-go ... done  ---> Running in 8ad56c61a8b1 00:17:14 ---> ae75ce830201 00:17:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:17:14 Removing intermediate container dcfcce5b2307 00:17:14 ---> 47e9fa6f827f 00:17:14 Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:17:15 ---> Running in a1b2d371efd4 00:17:15 Removing intermediate container 8ad56c61a8b1 00:17:15 ---> e672812525ad 00:17:15 00:17:15 Removing intermediate container 626d80d854f1 00:17:15 ---> bb6bf6dec646 00:17:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:17:15 Successfully built e672812525ad 00:17:15 Successfully tagged docker-support-scheduler-go:latest 00:17:15  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:17:15 Removing intermediate container a1b2d371efd4 00:17:15 ---> d987bfb4c980 00:17:15 Step 22/22 : LABEL version=0.0.0 00:17:15 ---> Running in 5c4202743359 00:17:16 ---> Running in 5c410a003c7d 00:17:16 ---> a4f561a86f6e 00:17:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:17:18 Removing intermediate container 5c4202743359 00:17:18 ---> 9b55b87c3f95 00:17:18 Step 22/24 : LABEL arch=x86_64 00:17:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.492s coverage: 27.1% of statements 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:17:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:17:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:17:21 Removing intermediate container 5c410a003c7d 00:17:21 ---> 74515b0dac29 00:17:21 00:17:21 ---> Running in 5bcb38a0ea39 00:17:21 ---> 364862760461 00:17:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:17:21 Successfully built 74515b0dac29 00:17:21 Successfully tagged docker-support-notifications-go:latest 00:17:21 Building docker-core-metadata-go 00:17:21  Building docker-support-notifications-go ... done  ---> Running in 4c653b1f0d28 00:17:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.262s coverage: 65.8% of statements 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:17:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:17:21 Removing intermediate container 5bcb38a0ea39 00:17:21 ---> ff21a91d779b 00:17:21 Step 23/24 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:17:21 ---> Running in 966101c4b489 00:17:21 Removing intermediate container 4c653b1f0d28 00:17:21 ---> 501510a82a9d 00:17:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:17:21 ---> Running in 7039c7ff3969 00:17:21 Removing intermediate container 966101c4b489 00:17:21 ---> da95dda41d27 00:17:21 Step 24/24 : LABEL version=0.0.0 00:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.712s coverage: 82.3% of statements 00:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:17:27 ---> Running in 795e5cb6c3bf 00:17:28 Removing intermediate container 7039c7ff3969 00:17:28 ---> a1040c51995f 00:17:28 Step 21/23 : LABEL arch=x86_64 00:17:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.037s coverage: 28.6% of statements 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:17:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:17:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.135s coverage: 100.0% of statements 00:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements 00:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:17:30 ---> Running in 22d2b53ab724 00:17:30 Removing intermediate container 795e5cb6c3bf 00:17:30 ---> 8e96bec4fc64 00:17:30 00:17:31 Removing intermediate container 22d2b53ab724 00:17:31 ---> 761f96f80132 00:17:31 Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:17:31 Successfully built 8e96bec4fc64 00:17:31 Successfully tagged docker-security-secretstore-setup-go:latest 00:17:31  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 00:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements 00:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:17:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.174s coverage: 78.3% of statements 00:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:17:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:17:32 ---> Running in 187ca0adfaca 00:17:34 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:17:34 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:17:34 ---> 6972149c40e0 00:17:34 Step 3/30 : WORKDIR /edgex-go 00:17:34 ---> Using cache 00:17:34 ---> 8ba617a36347 00:17:34 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:34 ---> Using cache 00:17:34 ---> 67b95ae96c73 00:17:34 Step 5/30 : RUN apk add --update --no-cache make git 00:17:34 ---> Using cache 00:17:34 ---> 79db1983f5c9 00:17:34 Step 6/30 : COPY go.mod . 00:17:34 ---> Using cache 00:17:34 ---> a8ecaadd8d2a 00:17:34 Step 7/30 : RUN go mod download 00:17:34 ---> Using cache 00:17:34 ---> 078100219b20 00:17:34 Step 8/30 : COPY . . 00:17:34 ---> Using cache 00:17:34 ---> 56a419f2ebd2 00:17:34 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:17:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:17:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:17:34 ---> 6972149c40e0 00:17:34 Step 3/26 : WORKDIR /edgex-go 00:17:34 ---> Using cache 00:17:34 ---> 8ba617a36347 00:17:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:34 ---> Using cache 00:17:34 ---> 67b95ae96c73 00:17:34 Step 5/26 : RUN apk add --update --no-cache make bash git 00:17:35 Removing intermediate container 187ca0adfaca 00:17:35 ---> 11e363b09d8a 00:17:35 Step 23/23 : LABEL version=0.0.0 00:17:39 ---> Running in 92ae1ca4aaec 00:17:39 ---> Running in 37a73a6f2e10 00:17:39 ---> Running in 3b20f248d734 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.342s coverage: 92.8% of statements 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 00:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 00:17:41 Removing intermediate container 3b20f248d734 00:17:41 ---> 93df60df9caa 00:17:41 00:17:41 Successfully built 93df60df9caa 00:17:41 Successfully tagged docker-core-data-go:latest 00:17:41  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:17:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:17:41 ---> 6972149c40e0 00:17:41 Step 3/23 : WORKDIR /edgex-go 00:17:41 ---> Using cache 00:17:41 ---> 8ba617a36347 00:17:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:41 ---> Using cache 00:17:41 ---> 67b95ae96c73 00:17:41 Step 5/23 : RUN apk add --update --no-cache make git 00:17:41 ---> Using cache 00:17:41 ---> 79db1983f5c9 00:17:41 Step 6/23 : COPY go.mod . 00:17:41 ---> Using cache 00:17:41 ---> a8ecaadd8d2a 00:17:41 Step 7/23 : RUN go mod download 00:17:41 ---> Using cache 00:17:41 ---> 078100219b20 00:17:41 Step 8/23 : COPY . . 00:17:41 ---> Using cache 00:17:41 ---> 56a419f2ebd2 00:17:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:17:41 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 00:17:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:42 ---> Running in 2fb6b67a412d 00:17:43 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 00:17:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:44 OK: 233 MiB in 51 packages 00:17:45 Removing intermediate container 92ae1ca4aaec 00:17:45 ---> 541b7340bcdf 00:17:45 Step 6/26 : COPY go.mod . 00:17:46 ---> 1d1e154f22d6 00:17:46 Step 7/26 : RUN go mod download 00:17:46 ---> Running in 3bed7d33ec28 00:17:51 Removing intermediate container 3bed7d33ec28 00:17:51 ---> db66339f7417 00:17:51 Step 8/26 : COPY . . 00:17:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:17:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:17:51 ---> 6972149c40e0 00:17:51 Step 3/23 : WORKDIR /edgex-go 00:17:51 ---> Using cache 00:17:51 ---> 8ba617a36347 00:17:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:51 ---> Using cache 00:17:51 ---> 67b95ae96c73 00:17:51 Step 5/23 : RUN apk add --update --no-cache make git 00:17:51 ---> Using cache 00:17:51 ---> 79db1983f5c9 00:17:51 Step 6/23 : COPY go.mod . 00:17:51 ---> Using cache 00:17:51 ---> a8ecaadd8d2a 00:17:51 Step 7/23 : RUN go mod download 00:17:51 ---> Using cache 00:17:51 ---> 078100219b20 00:17:51 Step 8/23 : COPY . . 00:17:51 ---> Using cache 00:17:51 ---> 56a419f2ebd2 00:17:51 Step 9/23 : RUN make cmd/core-command/core-command 00:17:52 ---> Running in d30486dfa939 00:17:54 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 00:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 00:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.6% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.521s coverage: 62.4% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 00:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.785s coverage: 68.9% of statements 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:18:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.413s coverage: 36.1% of statements 00:18:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:18:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:18:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.390s coverage: 47.0% of statements 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:18:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 00:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:18:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements 00:18:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:18:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:18:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:18:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:18:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.347s coverage: 89.4% of statements 00:18:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:18:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:18:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:18:13 Removing intermediate container 37a73a6f2e10 00:18:13 ---> 26f2bd2de9ec 00:18:13 00:18:13 Step 10/30 : FROM alpine:3.12 00:18:13 ---> 389fef711851 00:18:13 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:18:13 ---> 0f6855268f1c 00:18:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:18:13 ---> Running in 6005cc255c8b 00:18:13 ---> Running in 3f5dcbceb42f 00:18:14 Removing intermediate container 3f5dcbceb42f 00:18:14 ---> f854903697a6 00:18:14 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:18:14 ---> Running in 3cdf0d2604c0 00:18:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:15 (1/2) Installing dumb-init (1.2.2-r1) 00:18:15 (2/2) Installing su-exec (0.2-r1) 00:18:15 Executing busybox-1.31.1-r19.trigger 00:18:15 OK: 6 MiB in 16 packages 00:18:18 Removing intermediate container 3cdf0d2604c0 00:18:18 ---> bff0bc928c82 00:18:18 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:18:18 Removing intermediate container 2fb6b67a412d 00:18:18 ---> 66527d4bc5d4 00:18:18 00:18:18 Step 10/23 : FROM alpine:3.12 00:18:18 ---> 389fef711851 00:18:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:18:18 ---> Using cache 00:18:18 ---> 4ece79e85401 00:18:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:18:18 ---> Using cache 00:18:18 ---> bf8cb28b10dc 00:18:18 Step 13/23 : ENV APP_PORT=48081 00:18:18 ---> Running in fb383f1390e6 00:18:18 ---> Running in 6bc2f38466de 00:18:18 Removing intermediate container fb383f1390e6 00:18:18 ---> 6c78ee374992 00:18:18 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:18:19 ---> Running in 06ea8d0f035e 00:18:19 Removing intermediate container 6bc2f38466de 00:18:19 ---> 5163998dcba0 00:18:19 Step 14/23 : EXPOSE $APP_PORT 00:18:19 ---> Running in a6424107fc1b 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.011s coverage: 29.1% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 100.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:18:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 00:18:21 Removing intermediate container 06ea8d0f035e 00:18:21 ---> 9b6046dfebd8 00:18:21 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:18:21 Removing intermediate container a6424107fc1b 00:18:21 ---> 31e12ba185c3 00:18:21 Step 15/23 : WORKDIR / 00:18:21 ---> Running in 8e737833f536 00:18:21 ---> Running in a239945305ee 00:18:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:18:22 Removing intermediate container d30486dfa939 00:18:22 ---> 7b9fba1c27a7 00:18:22 00:18:22 Step 10/23 : FROM alpine:3.12 00:18:22 ---> 389fef711851 00:18:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:18:22 ---> Using cache 00:18:22 ---> 4ece79e85401 00:18:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:18:22 ---> Using cache 00:18:22 ---> bf8cb28b10dc 00:18:22 Step 13/23 : ENV APP_PORT=48082 00:18:22 ---> Running in 3fc8a4fada75 00:18:22 Removing intermediate container a239945305ee 00:18:22 ---> 3f8ffe642fd4 00:18:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:22 GO111MODULE=on go vet ./... 00:18:22 Removing intermediate container 3fc8a4fada75 00:18:22 ---> 4d92ade29428 00:18:22 Step 14/23 : EXPOSE $APP_PORT 00:18:23 ---> 03941e0d05b2 00:18:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:18:23 ---> Running in 824d58757710 00:18:23 Removing intermediate container 824d58757710 00:18:23 ---> e0f6ce771d3e 00:18:23 Step 15/23 : WORKDIR / 00:18:23 Removing intermediate container 8e737833f536 00:18:23 ---> 98515a2f1b3c 00:18:23 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:18:23 ---> Running in efd37dd39915 00:18:23 ---> Running in 7a3c4f8072cb 00:18:24 ---> 372e5b30dbd1 00:18:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:18:24 Removing intermediate container efd37dd39915 00:18:24 ---> 399d2ca59f99 00:18:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:24 Removing intermediate container 7a3c4f8072cb 00:18:24 ---> ccbd1a6e58d8 00:18:24 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:18:24 ---> 02344d987076 00:18:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:18:24 ---> Running in 610c9e590e2e 00:18:25 ---> 3df00ca9710c 00:18:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:18:25 ---> 13f861d197be 00:18:25 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:18:25 ---> Running in 3baabacc769d 00:18:26 Removing intermediate container 610c9e590e2e 00:18:26 ---> 3c0fd7cd0217 00:18:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:26 ---> 9eaa7606d7fe 00:18:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:18:26 ---> Running in 98b560d93c14 00:18:26 Removing intermediate container 98b560d93c14 00:18:26 ---> f732f5165106 00:18:26 Step 21/23 : LABEL arch=x86_64 00:18:26 ---> 38694fac8d16 00:18:26 Step 19/23 : ENTRYPOINT ["/core-command"] 00:18:26 ---> Running in 173722332e65 00:18:26 ---> Running in b8c1da6d2b5e 00:18:27 Removing intermediate container 173722332e65 00:18:27 ---> d9f187fe26af 00:18:27 Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:18:27 ---> Running in 4c6d4e8f52ff 00:18:27 Removing intermediate container b8c1da6d2b5e 00:18:27 ---> 7da8073c3501 00:18:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:27 ---> Running in a2886ac4074c 00:18:27 Removing intermediate container 4c6d4e8f52ff 00:18:27 ---> 09f433c0fbc0 00:18:27 Step 23/23 : LABEL version=0.0.0 00:18:29 ---> Running in d81d4e0d69ad 00:18:29 Removing intermediate container a2886ac4074c 00:18:29 ---> 66dd2f2e4627 00:18:29 Step 21/23 : LABEL arch=x86_64 00:18:29 Removing intermediate container 3baabacc769d 00:18:29 ---> 8cef512f8838 00:18:29 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:18:29 ---> Running in 18a454451fbe 00:18:29 Removing intermediate container 6005cc255c8b 00:18:29 ---> 9794ebec2332 00:18:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:18:29 Removing intermediate container d81d4e0d69ad 00:18:29 ---> 77980efd971c 00:18:29 00:18:30 ---> Running in 536dcbae4636 00:18:30 Successfully built 77980efd971c 00:18:30 ---> c8b4894afa30 00:18:30 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:18:30 Removing intermediate container 18a454451fbe 00:18:30 ---> 53ccfc6f08ca 00:18:30 Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:18:30 Successfully tagged docker-core-metadata-go:latest 00:18:30  Building docker-core-metadata-go ... done  ---> Running in 106adfda4981 00:18:30 Removing intermediate container 106adfda4981 00:18:30 ---> 50f57a138f1f 00:18:30 Step 23/23 : LABEL version=0.0.0 00:18:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:18:30 ---> Running in 79391a7139af 00:18:30 ---> 6aa605a43992 00:18:30 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:18:30 Removing intermediate container 79391a7139af 00:18:30 ---> 7a5f2222926b 00:18:30 00:18:31 ---> fc64d210d06c 00:18:31 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:18:31 Successfully built 7a5f2222926b 00:18:31 Successfully tagged docker-core-command-go:latest 00:18:31  Building docker-core-command-go ... done  ---> 44c705652b1a 00:18:31 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:18:31 ---> Running in 376e5e7e036f 00:18:31 Removing intermediate container 536dcbae4636 00:18:31 ---> 2350541bada3 00:18:31 00:18:31 Step 11/26 : FROM docker:20.10.0 00:18:31 Removing intermediate container 376e5e7e036f 00:18:31 ---> 2c9008b785d3 00:18:31 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:18:31 20.10.0: Pulling from library/docker 00:18:32 ---> deceadbbc049 00:18:32 Step 25/30 : RUN chmod +x /entrypoint.sh 00:18:33 ---> Running in d14b3621f389 00:18:34 Removing intermediate container d14b3621f389 00:18:34 ---> 110fb3b3d96b 00:18:34 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:18:34 ---> Running in 5e524f22ad23 00:18:34 Removing intermediate container 5e524f22ad23 00:18:34 ---> f6cacac91285 00:18:34 Step 27/30 : CMD ["gate"] 00:18:35 ---> Running in 580affb73d28 00:18:35 Removing intermediate container 580affb73d28 00:18:35 ---> 8f2dd12b0a32 00:18:35 Step 28/30 : LABEL arch=x86_64 00:18:35 ---> Running in ca0f13d88005 00:18:36 Removing intermediate container ca0f13d88005 00:18:36 ---> 36334495f02a 00:18:36 Step 29/30 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:18:36 ---> Running in ced40712d31c 00:18:36 Removing intermediate container ced40712d31c 00:18:36 ---> 6d52ca614daf 00:18:36 Step 30/30 : LABEL version=0.0.0 00:18:37 ---> Running in 13a4fb350454 00:18:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:18:37 Status: Downloaded newer image for docker:20.10.0 00:18:37 ---> aefe523efa57 00:18:37 Step 12/26 : RUN apk add --no-cache bash 00:18:37 ---> Running in c272f5c2d871 00:18:37 Removing intermediate container 13a4fb350454 00:18:37 ---> 0e5d81e22e08 00:18:37 00:18:37 Successfully built 0e5d81e22e08 00:18:37 Successfully tagged docker-security-bootstrapper-go:latest 00:18:37  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:37 (1/2) Installing readline (8.0.4-r0) 00:18:37 (2/2) Installing bash (5.0.17-r0) 00:18:37 Executing bash-5.0.17-r0.post-install 00:18:37 Executing busybox-1.31.1-r19.trigger 00:18:37 OK: 12 MiB in 22 packages 00:18:38 Removing intermediate container c272f5c2d871 00:18:38 ---> d3cbc91c9689 00:18:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:18:38 ---> Running in 17ba900c97aa 00:18:38 Removing intermediate container 17ba900c97aa 00:18:38 ---> 61af3d4927eb 00:18:38 Step 14/26 : ENV APP_PORT=48090 00:18:38 ---> Running in 37fc100ca7c2 00:18:38 Removing intermediate container 37fc100ca7c2 00:18:38 ---> 809efc2fc5f3 00:18:38 Step 15/26 : EXPOSE $APP_PORT 00:18:38 ---> Running in a6dd22503f60 00:18:39 Removing intermediate container a6dd22503f60 00:18:39 ---> f0f701fbd009 00:18:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:18:39 ---> d6e452ce0984 00:18:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:18:39 ---> 82aeeab0aab1 00:18:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:18:40 ---> 98b46a4c1481 00:18:40 Step 19/26 : RUN apk --no-cache add py3-pip 00:18:40 ---> Running in d4a819364c9d 00:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:40 (1/33) Installing libbz2 (1.0.8-r1) 00:18:40 (2/33) Installing expat (2.2.9-r1) 00:18:40 (3/33) Installing libffi (3.3-r2) 00:18:40 (4/33) Installing gdbm (1.13-r1) 00:18:40 (5/33) Installing xz-libs (5.2.5-r0) 00:18:40 (6/33) Installing sqlite-libs (3.32.1-r0) 00:18:40 (7/33) Installing python3 (3.8.5-r1) 00:18:41 (8/33) Installing py3-appdirs (1.4.4-r1) 00:18:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:18:41 (10/33) Installing py3-parsing (2.4.7-r0) 00:18:41 (11/33) Installing py3-six (1.15.0-r0) 00:18:41 (12/33) Installing py3-packaging (20.4-r0) 00:18:41 (13/33) Installing py3-setuptools (47.0.0-r0) 00:18:41 (14/33) Installing py3-chardet (3.0.4-r4) 00:18:41 (15/33) Installing py3-idna (2.9-r0) 00:18:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:18:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:18:42 (18/33) Installing py3-requests (2.23.0-r0) 00:18:42 (19/33) Installing py3-msgpack (1.0.0-r0) 00:18:42 (20/33) Installing py3-lockfile (0.12.2-r3) 00:18:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:18:42 (22/33) Installing py3-colorama (0.4.3-r0) 00:18:42 (23/33) Installing py3-distlib (0.3.0-r0) 00:18:42 (24/33) Installing py3-distro (1.5.0-r1) 00:18:42 (25/33) Installing py3-webencodings (0.5.1-r3) 00:18:42 (26/33) Installing py3-html5lib (1.0.1-r4) 00:18:42 (27/33) Installing py3-pytoml (0.1.21-r0) 00:18:42 (28/33) Installing py3-pep517 (0.8.2-r0) 00:18:42 (29/33) Installing py3-progress (1.5-r0) 00:18:42 (30/33) Installing py3-toml (0.10.1-r0) 00:18:42 (31/33) Installing py3-retrying (1.3.3-r0) 00:18:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:18:42 (33/33) Installing py3-pip (20.1.1-r0) 00:18:42 Executing busybox-1.31.1-r19.trigger 00:18:42 OK: 71 MiB in 55 packages 00:18:52 Removing intermediate container d4a819364c9d 00:18:52 ---> 04dcc8132908 00:18:52 Step 20/26 : RUN pip install docker-compose==1.23.2 00:18:52 ---> Running in d64345e2daaf 00:18:52 Collecting docker-compose==1.23.2 00:18:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:18:52 Collecting websocket-client<1.0,>=0.32.0 00:18:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:18:52 Collecting docopt<0.7,>=0.6.1 00:18:52 Downloading docopt-0.6.2.tar.gz (25 kB) 00:18:53 Collecting texttable<0.10,>=0.9.0 00:18:53 Downloading texttable-0.9.1.tar.gz (11 kB) 00:18:53 Collecting PyYAML<4,>=3.10 00:18:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:18:54 Collecting docker<4.0,>=3.6.0 00:18:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:18:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:18:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:18:55 Collecting dockerpty<0.5,>=0.4.1 00:18:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:18:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:18:55 Collecting cached-property<2,>=1.2.0 00:18:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:18:55 Collecting jsonschema<3,>=2.5.1 00:18:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:18:55 Collecting docker-pycreds>=0.4.0 00:18:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:18:55 Collecting urllib3<1.25,>=1.21.1 00:18:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:18:55 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) 00:18:55 Collecting idna<2.8,>=2.5 00:18:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:18:55 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) 00:18:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:18:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:18:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:18:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:18:56 Installing collected packages: websocket-client, docopt, texttable, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docker-compose 00:18:56 Running setup.py install for docopt: started 00:18:56 Running setup.py install for docopt: finished with status 'done' 00:18:56 Running setup.py install for texttable: started 00:18:57 Running setup.py install for texttable: finished with status 'done' 00:18:57 Running setup.py install for PyYAML: started 00:18:57 Running setup.py install for PyYAML: finished with status 'done' 00:18:57 Attempting uninstall: urllib3 00:18:57 Found existing installation: urllib3 1.25.9 00:18:57 Uninstalling urllib3-1.25.9: 00:18:57 Successfully uninstalled urllib3-1.25.9 00:18:57 Attempting uninstall: idna 00:18:57 Found existing installation: idna 2.9 00:18:57 Uninstalling idna-2.9: 00:18:57 Successfully uninstalled idna-2.9 00:18:58 Attempting uninstall: requests 00:18:58 Found existing installation: requests 2.23.0 00:18:58 Uninstalling requests-2.23.0: 00:18:58 Successfully uninstalled requests-2.23.0 00:18:58 Running setup.py install for dockerpty: started 00:18:58 Running setup.py install for dockerpty: finished with status 'done' 00:18:59 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 00:19:02 Removing intermediate container d64345e2daaf 00:19:02 ---> ae326c67e805 00:19:02 Step 21/26 : RUN apk --no-cache add curl 00:19:02 ---> Running in e40d36c34b5d 00:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:19:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:19:03 (2/3) Installing libcurl (7.69.1-r3) 00:19:03 (3/3) Installing curl (7.69.1-r3) 00:19:03 Executing busybox-1.31.1-r19.trigger 00:19:03 OK: 72 MiB in 58 packages 00:19:03 Removing intermediate container e40d36c34b5d 00:19:03 ---> 91a8d027cb68 00:19:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:19:03 ---> Running in 8711850b9a9f 00:19:03 Removing intermediate container 8711850b9a9f 00:19:03 ---> bb18bd86d91e 00:19:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:19:03 ---> Running in 73a1f1c41c7d 00:19:04 Removing intermediate container 73a1f1c41c7d 00:19:04 ---> fcb51d059987 00:19:04 Step 24/26 : LABEL arch=x86_64 00:19:04 ---> Running in 16da35231c28 00:19:04 Removing intermediate container 16da35231c28 00:19:04 ---> ab66fddd02ad 00:19:04 Step 25/26 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:19:04 ---> Running in bc0f292c8623 00:19:04 Removing intermediate container bc0f292c8623 00:19:04 ---> abfdc79c4a63 00:19:04 Step 26/26 : LABEL version=0.0.0 00:19:04 ---> Running in 80ebd26f3d3b 00:19:04 Removing intermediate container 80ebd26f3d3b 00:19:04 ---> ccf408f5b346 00:19:04 00:19:05 Successfully built ccf408f5b346 00:19:05 Successfully tagged docker-sys-mgmt-agent-go:latest 00:19:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:19:05 $ docker stop --time=1 d40434b98afbbe263ea281c0f68035552cb3ae1bedbda1326931ffcec72fdd06 00:19:07 $ docker rm -f d40434b98afbbe263ea281c0f68035552cb3ae1bedbda1326931ffcec72fdd06 [Pipeline] // withDockerContainer [Pipeline] sh 00:19:08 + docker images 00:19:08 + grep docker 00:19:08 docker-sys-mgmt-agent-go latest ccf408f5b346 4 seconds ago 313MB 00:19:08 docker-security-bootstrapper-go latest 0e5d81e22e08 31 seconds ago 18.3MB 00:19:08 docker-core-command-go latest 7a5f2222926b 38 seconds ago 17MB 00:19:08 docker-core-metadata-go latest 77980efd971c 39 seconds ago 19MB 00:19:08 docker-core-data-go latest 93df60df9caa About a minute ago 22.4MB 00:19:08 docker-security-secretstore-setup-go latest 8e96bec4fc64 About a minute ago 24.9MB 00:19:08 docker-support-notifications-go latest 74515b0dac29 About a minute ago 17.7MB 00:19:08 docker-support-scheduler-go latest e672812525ad About a minute ago 17.2MB 00:19:08 docker-security-proxy-setup-go latest 9aaa4cda39e8 About a minute ago 24.7MB 00:19:08 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:19:23 Still waiting to schedule task 00:19:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:19:44 gofmt -l . 00:19:44 [ "`gofmt -l .`" = "" ] 00:19:44 ./bin/test-go-mod-tidy.sh 00:19:44 ./bin/test-attribution-txt.sh [Pipeline] sh 00:19:45 + ls -al . 00:19:45 total 732 00:19:45 drwxrwxr-x 9 1001 1001 4096 Feb 20 00:19 . 00:19:45 drwxr-xr-x 4 root root 4096 Feb 20 00:15 .. 00:19:45 -rw-rw-r-- 1 1001 1001 11 Feb 20 00:13 .dockerignore 00:19:45 drwxrwxr-x 8 1001 1001 4096 Feb 20 00:14 .git 00:19:45 drwxrwxr-x 3 1001 1001 4096 Feb 20 00:13 .github 00:19:45 -rw-rw-r-- 1 1001 1001 818 Feb 20 00:13 .gitignore 00:19:45 -rw-rw-r-- 1 1001 1001 166 Feb 20 00:13 .sonarcloud.properties 00:19:45 -rw-rw-r-- 1 1001 1001 8475 Feb 20 00:13 Attribution.txt 00:19:45 -rw-rw-r-- 1 1001 1001 3804 Feb 20 00:13 CONTRIBUTING.md 00:19:45 -rw-rw-r-- 1 1001 1001 931 Feb 20 00:13 Dockerfile.build 00:19:45 -rw-rw-r-- 1 1001 1001 863 Feb 20 00:13 Jenkinsfile 00:19:45 -rw-rw-r-- 1 1001 1001 10775 Feb 20 00:13 LICENSE 00:19:45 -rw-rw-r-- 1 1001 1001 5774 Feb 20 00:13 Makefile 00:19:45 -rw-rw-r-- 1 1001 1001 6524 Feb 20 00:13 README.md 00:19:45 -rw-rw-r-- 1 1001 1001 6755 Feb 20 00:13 SECURITY.md 00:19:45 -rw-rw-r-- 1 1001 1001 5 Feb 20 00:11 VERSION 00:19:45 -rw-rw-r-- 1 1001 1001 4131 Feb 20 00:13 ZMQWindows.md 00:19:45 drwxrwxr-x 2 1001 1001 4096 Feb 20 00:13 bin 00:19:45 drwxrwxr-x 14 1001 1001 4096 Feb 20 00:13 cmd 00:19:45 -rw-r--r-- 1 root root 591368 Feb 20 00:18 coverage.out 00:19:45 -rw-r--r-- 1 root root 1055 Feb 20 00:19 go.mod 00:19:45 -rw-r--r-- 1 root root 21410 Feb 20 00:19 go.sum 00:19:45 drwxrwxr-x 8 1001 1001 4096 Feb 20 00:13 internal 00:19:45 drwxrwxr-x 4 1001 1001 4096 Feb 20 00:13 openapi 00:19:45 drwxrwxr-x 4 1001 1001 4096 Feb 20 00:13 snap 00:19:45 -rw-rw-r-- 1 1001 1001 168 Feb 20 00:13 version.go [Pipeline] sh 00:19:45 + '[' -e coverage.out ] 00:19:45 + chown 1001:1001 coverage.out [Pipeline] stash 00:19:45 Warning: overwriting stash ‘coverage-report’ 00:19:46 Stashed 1 file(s) [Pipeline] sh 00:19:47 + make build 00:19:47 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 00:19:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:20:11 Running on prd-ubuntu18.04-docker-8c-8g-27000 in /w/workspace/edgexfoundry_edgex-go_PR-3181 [Pipeline] { [Pipeline] ws 00:20:11 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 00:20:13 using credential edgex-jenkins-ssh 00:20:13 Cloning the remote Git repository 00:20:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:20:13 > git init /w/workspace/edgex-go/12 # timeout=10 00:20:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:20:13 > git --version # timeout=10 00:20:13 > git --version # 'git version 2.17.1' 00:20:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:20:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:20:20 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 00:20:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:20:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:20:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:20:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:20:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:20:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3181/head:refs/remotes/origin/PR-3181 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:20:20 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:20:20 Merge succeeded, producing c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:20:20 Checking out Revision c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 (PR-3181) 00:20:20 > git config core.sparsecheckout # timeout=10 00:20:20 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 00:20:20 > git remote # timeout=10 00:20:20 > git config --get remote.origin.url # timeout=10 00:20:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:20:20 > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 00:20:20 > git rev-parse HEAD^{commit} # timeout=10 00:20:20 > git config core.sparsecheckout # timeout=10 00:20:20 > git checkout -f c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 # timeout=10 00:20:24 Commit message: "refactor: Update go.mod and logic in init/seal loop" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:20:25 + echo snap-build.sh 00:20:25 snap-build.sh 00:20:25 + SNAP_BASE_DIR=. 00:20:25 + '[' '!' -z /w/workspace/edgex-go/12 ']' 00:20:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 00:20:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 00:20:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 00:20:25 + cd /w/workspace/edgex-go/12 00:20:25 + sudo apt-get remove -qy --purge lxd lxd-client 00:20:25 Reading package lists... 00:20:25 Building dependency tree... 00:20:25 Reading state information... 00:20:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:20:25 The following packages were automatically installed and are no longer required: 00:20:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:20:25 uidmap xdelta3 00:20:25 Use 'sudo apt autoremove' to remove them. 00:20:25 The following packages will be REMOVED: 00:20:25 lxd* lxd-client* 00:20:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:20:25 After this operation, 31.7 MB disk space will be freed. 00:20:26 (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.) 00:20:27 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:20:27 Removing lxd dnsmasq configuration 00:20:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:20:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:20:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:20:29 (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.) 00:20:29 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:20:30 Processing triggers for systemd (237-3ubuntu10.42) ... 00:20:30 Processing triggers for ureadahead (0.100.0-21) ... 00:20:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:20:32 + sudo snap remove --purge lxd 00:20:32 snap "lxd" is not installed 00:20:32 + sudo groupadd --force --system lxd 00:20:32 ++ whoami 00:20:32 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:20:32 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 00:20:32 + newgrp - lxd 00:20:32 + sudo snap install lxd 00:20:37 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 00:20:42 2021-02-20T00:20:39Z INFO Waiting for automatic snapd restart... 00:20:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:20:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:20:49 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 00:20:53 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 00:20:56 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 00:20:57 lxd 4.11 from Canonical* installed 00:20:57 + sudo lxd init --auto [Pipeline] } 00:21:03 $ docker stop --time=1 27aa169f0557c9628ac7afe998c82d7ab57b904e1efeec9784763d9e6ee95f18 00:21:03 + sudo snap install --classic snapcraft 00:21:06 $ docker rm -f 27aa169f0557c9628ac7afe998c82d7ab57b904e1efeec9784763d9e6ee95f18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:21:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:21:08 00:21:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:21:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:21:09 latest: Pulling from edgex-devops/edgex-compose-arm64 00:21:09 29e5d40040c1: Pulling fs layer 00:21:09 1ce36da41761: Pulling fs layer 00:21:09 25b303627fd3: Pulling fs layer 00:21:09 snapcraft 4.5.1 from Canonical* installed 00:21:09 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:21:09 + patch --verbose -p1 00:21:09 Hmm... Looks like a unified diff to me... 00:21:09 The text leading up to this was: 00:21:09 -------------------------- 00:21:09 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:21:09 |From: Tony Espy 00:21:09 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:21:09 |Subject: [PATCH] optimize snap build for pipeline CI check 00:21:09 | 00:21:09 |This patch is used by the EdgeX CI pipeline builds to 00:21:09 |optimize the snap CI check run for pull requests. When 00:21:09 |applied, it essentially strips out everything (apps and 00:21:09 |parts) from the snapcraft.yaml file except those required 00:21:09 |to build edgex-go, as the whole idea of the CI check is to 00:21:09 |catch changes to edgex-go that break the snap build. 00:21:09 | 00:21:09 |In general, anyone updating snapcraft.yaml will also need 00:21:09 |to update this patch file, otherwise it may fail to apply, 00:21:09 |resulting in a failed snap build CI check in the associated 00:21:09 |pull request. 00:21:09 | 00:21:09 |Note - in addition to applying this patch, the pipeline also 00:21:09 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:21:09 |need to build the finally binary .snap file (and it won't 00:21:09 |work with the patch applied). This further reduces the build 00:21:09 |time. 00:21:09 |--- 00:21:09 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:21:09 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:21:09 | 00:21:09 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:21:09 |index 1e537489..faf42425 100644 00:21:09 |--- a/snap/snapcraft.yaml 00:21:09 |+++ b/snap/snapcraft.yaml 00:21:09 -------------------------- 00:21:09 patching file snap/snapcraft.yaml 00:21:09 Using Plan A... 00:21:09 Hunk #1 succeeded at 73. 00:21:09 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:21:09 Hunk #3 succeeded at 217 (offset 3 lines). 00:21:09 Hunk #4 succeeded at 225 (offset 3 lines). 00:21:09 Hunk #5 succeeded at 232 (offset 3 lines). 00:21:09 Hunk #6 succeeded at 259 (offset 3 lines). 00:21:09 Hunk #7 succeeded at 293 (offset 3 lines). 00:21:09 Hunk #8 succeeded at 352 (offset 11 lines). 00:21:09 Hmm... Ignoring the trailing garbage. 00:21:09 done 00:21:09 + sudo snapcraft prime --use-lxd 00:21:09 29e5d40040c1: Verifying Checksum 00:21:09 29e5d40040c1: Download complete 00:21:09 1ce36da41761: Verifying Checksum 00:21:09 1ce36da41761: Download complete 00:21:09 29e5d40040c1: Pull complete 00:21:10 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:21:10 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: 00:21:10 - README.md 00:21:10 - snapcraft.yaml.orig 00:21:10 00:21:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:21:11 Launching a container. 00:21:11 1ce36da41761: Pull complete 00:21:11 25b303627fd3: Verifying Checksum 00:21:11 25b303627fd3: Download complete 00:21:21 25b303627fd3: Pull complete 00:21:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:21:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:21:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:21:21 prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container 00:21:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 00:21:23 Waiting for container to be ready 00:21:23 To start your first instance, try: lxc launch ubuntu:18.04 00:21:23 00:21:24 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:21:24 $ docker top 25fed442e2c15585d52f14fa36d597da7917405aab3999f57b1bab9050cadeaf -eo pid,comm [Pipeline] { [Pipeline] sh 00:21:25 Waiting for network to be ready... 00:21:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:21:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:21:25 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:21:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:21:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:21:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:21:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:21:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:21:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:21:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:21:25 + docker-compose build --help 00:21:25 + grep parallel 00:21:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:21:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:21:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:21:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:21:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:21:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:21:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:21:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:21:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:21:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 00:21:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:21:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:21:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:21:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:21:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:21:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:21:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:21:29 --parallel Build images in parallel. [Pipeline] } 00:21:29 $ docker stop --time=1 25fed442e2c15585d52f14fa36d597da7917405aab3999f57b1bab9050cadeaf 00:21:29 Fetched 23.9 MB in 4s (6266 kB/s) 00:21:30 Reading package lists... 00:21:30 Reading package lists... 00:21:30 Building dependency tree... 00:21:30 Reading state information... 00:21:30 The following additional packages will be installed: 00:21:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:21:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:21:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:21:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:21:30 Suggested packages: 00:21:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:21:30 Recommended packages: 00:21:30 gnupg libsasl2-modules 00:21:30 The following NEW packages will be installed: 00:21:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:21:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:21:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:21:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:21:30 The following packages will be upgraded: 00:21:30 gpg gpg-agent gpgconf libudev1 00:21:30 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:21:30 Need to get 3532 kB of archives. 00:21:30 After this operation, 13.3 MB of additional disk space will be used. 00:21:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:21:31 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:21:31 $ docker rm -f 25fed442e2c15585d52f14fa36d597da7917405aab3999f57b1bab9050cadeaf 00:21:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:21:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [Pipeline] // withDockerContainer 00:21:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:21:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:21:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:21:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:21:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:21:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:21:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:21:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:21:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:21:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:21:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:21:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:21:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:21:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:21:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:21:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:21:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:21:31 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:21:31 debconf: delaying package configuration, since apt-utils is not installed 00:21:31 Fetched 3532 kB in 1s (3195 kB/s) 00:21:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:21:32 . 00:21:32 (Reading database ... 12511 files and directories currently installed.) 00:21:32 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:21:32 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:21:32 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:21:32 Selecting previously unselected package udev. 00:21:32 (Reading database ... 12511 files and directories currently installed.) [Pipeline] withDockerContainer 00:21:32 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:21:32 Unpacking udev (237-3ubuntu10.44) ... 00:21:32 prd-ubuntu18.04-docker-arm64-4c-16g-26998 does not seem to be running inside a container 00:21:32 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 00:21:32 Selecting previously unselected package libfuse2:amd64. 00:21:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:21:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:21:32 Selecting previously unselected package fuse. 00:21:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:21:32 Unpacking fuse (2.9.7-1ubuntu1) ... 00:21:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:21:32 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:21:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:21:32 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:21:33 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:21:33 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:21:33 Selecting previously unselected package libksba8:amd64. 00:21:33 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:21:33 Unpacking libksba8:amd64 (1.3.5-2) ... 00:21:33 Selecting previously unselected package libroken18-heimdal:amd64. 00:21:33 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:33 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:33 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:21:33 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:33 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:21:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:21:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:33 Selecting previously unselected package libwind0-heimdal:amd64. 00:21:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:21:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:33 $ docker top 6c7066fbb62d0d7b847908135a1aa76e0ff9a62b21cf06409a3f856b98455121 -eo pid,comm 00:21:34 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:21:34 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:34 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:34 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:21:34 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:21:34 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:34 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:21:34 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [Pipeline] { [Pipeline] sh 00:21:34 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:34 Selecting previously unselected package libsasl2-modules-db:amd64. 00:21:34 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:21:34 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:21:34 Selecting previously unselected package libsasl2-2:amd64. 00:21:34 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:21:34 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:21:34 Selecting previously unselected package libldap-common. 00:21:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:21:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:21:34 Selecting previously unselected package libldap-2.4-2:amd64. 00:21:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:21:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:21:34 + docker-compose -f ./docker-compose-build.yml build --parallel 00:21:35 Selecting previously unselected package dirmngr. 00:21:35 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:21:35 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:21:35 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:21:35 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:21:35 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:21:35 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:21:35 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:21:35 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:21:35 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:35 Setting up libksba8:amd64 (1.3.5-2) ... 00:21:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:21:35 Setting up udev (237-3ubuntu10.44) ... 00:21:35 invoke-rc.d: policy-rc.d denied execution of start. 00:21:35 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:35 Processing triggers for systemd (237-3ubuntu10) ... 00:21:36 Setting up fuse (2.9.7-1ubuntu1) ... 00:21:36 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:21:36 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:21:36 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:21:36 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:21:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:21:36 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:21:36 settings in the [Install] section, and DefaultInstance for template units). 00:21:36 This means they are not meant to be enabled using systemctl. 00:21:36 Possible reasons for having this kind of units are: 00:21:36 1) A unit may be statically enabled by being symlinked from another unit's 00:21:36 .wants/ or .requires/ directory. 00:21:36 2) A unit's purpose may be to act as a helper for some other unit which has 00:21:36 a requirement dependency on it. 00:21:36 3) A unit may be started when needed via activation (socket, path, timer, 00:21:36 D-Bus, udev, scripted systemctl call, ...). 00:21:36 4) In case of template units, the unit is meant to be enabled with some 00:21:36 instance name specified. 00:21:37 Reading package lists... 00:21:37 Building dependency tree... 00:21:37 Reading state information... 00:21:37 The following additional packages will be installed: 00:21:37 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:21:37 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:21:37 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:21:37 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:21:37 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:21:37 Suggested packages: 00:21:37 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:21:37 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:21:37 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:21:37 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:21:37 systemd-container policykit-1 00:21:37 Recommended packages: 00:21:37 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:21:37 The following NEW packages will be installed: 00:21:37 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:21:37 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:21:37 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:21:37 multiarch-support openssh-client python3 python3-minimal python3.6 00:21:37 python3.6-minimal snapd squashfs-tools sudo 00:21:37 The following packages will be upgraded: 00:21:37 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:21:37 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:21:37 Need to get 35.2 MB of archives. 00:21:37 After this operation, 141 MB of additional disk space will be used. 00:21:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:21:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:21:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:21:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:21:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:21:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:21:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:21:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:21:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:21:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:21:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:21:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:21:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:21:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:21:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:21:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:21:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:21:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:21:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:21:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:21:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:21:38 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:21:38 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:21:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:21:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:21:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:21:38 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:21:38 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:21:38 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:21:38 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:21:39 debconf: delaying package configuration, since apt-utils is not installed 00:21:39 Fetched 35.2 MB in 1s (25.5 MB/s) 00:21:39 (Reading database ... 12757 files and directories currently installed.) 00:21:39 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:21:39 Building docker-core-command-go ... 00:21:39 Building docker-core-data-go ... 00:21:39 Building docker-core-metadata-go ... 00:21:39 Building docker-security-bootstrapper-go ... 00:21:39 Building docker-security-proxy-setup-go ... 00:21:39 Building docker-security-secretstore-setup-go ... 00:21:39 Building docker-support-notifications-go ... 00:21:39 Building docker-support-scheduler-go ... 00:21:39 Building docker-sys-mgmt-agent-go ... 00:21:39 Building docker-support-scheduler-go 00:21:39 Building docker-security-bootstrapper-go 00:21:39 Building docker-core-data-go 00:21:39 Building docker-support-notifications-go 00:21:39 Building docker-security-secretstore-setup-go 00:21:39 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:21:39 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:21:39 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:21:39 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:21:40 (Reading database ... 12757 files and directories currently installed.) 00:21:40 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:21:40 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:21:40 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:21:40 (Reading database ... 12757 files and directories currently installed.) 00:21:40 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:21:40 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:21:40 Setting up apt (1.6.12ubuntu0.2) ... 00:21:41 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:21:41 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:21:41 (Reading database ... 12764 files and directories currently installed.) 00:21:41 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:21:41 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:21:41 Selecting previously unselected package libpython3.6-minimal:amd64. 00:21:41 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:21:41 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:21:41 Selecting previously unselected package libexpat1:amd64. 00:21:41 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:21:41 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:21:41 Selecting previously unselected package python3.6-minimal. 00:21:41 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:21:42 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:21:42 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:21:42 Checking for services that may need to be restarted...done. 00:21:42 Checking for services that may need to be restarted...done. 00:21:42 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:21:42 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:21:42 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:21:42 Selecting previously unselected package python3-minimal. 00:21:42 (Reading database ... 13012 files and directories currently installed.) 00:21:42 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:21:42 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:21:43 Selecting previously unselected package mime-support. 00:21:43 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:21:43 Unpacking mime-support (3.60ubuntu1) ... 00:21:43 Selecting previously unselected package libmpdec2:amd64. 00:21:43 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:21:43 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:21:43 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:21:43 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:21:43 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:21:43 Selecting previously unselected package python3.6. 00:21:43 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:21:43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:21:43 Selecting previously unselected package libpython3-stdlib:amd64. 00:21:43 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:21:43 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:21:43 Setting up python3-minimal (3.6.7-1~18.04) ... 00:21:43 Selecting previously unselected package python3. 00:21:43 (Reading database ... 13442 files and directories currently installed.) 00:21:43 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:21:43 Unpacking python3 (3.6.7-1~18.04) ... 00:21:44 Selecting previously unselected package multiarch-support. 00:21:44 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:21:44 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:21:44 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:21:44 Selecting previously unselected package liblzo2-2:amd64. 00:21:44 (Reading database ... 13479 files and directories currently installed.) 00:21:44 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:21:44 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:21:44 Selecting previously unselected package libbsd0:amd64. 00:21:44 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:21:44 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:21:44 Selecting previously unselected package sudo. 00:21:44 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:21:44 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:21:44 Selecting previously unselected package apparmor. 00:21:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:21:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:21:44 Selecting previously unselected package libedit2:amd64. 00:21:44 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:21:44 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:21:45 Selecting previously unselected package libkrb5support0:amd64. 00:21:45 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:21:45 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:21:45 Selecting previously unselected package libk5crypto3:amd64. 00:21:45 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:21:45 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:21:45 Selecting previously unselected package libkeyutils1:amd64. 00:21:45 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:21:45 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:21:45 Selecting previously unselected package libkrb5-3:amd64. 00:21:45 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:21:45 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:21:45 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:21:45 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:21:45 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:21:46 Selecting previously unselected package libssl1.0.0:amd64. 00:21:46 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:21:46 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:21:46 Selecting previously unselected package openssh-client. 00:21:46 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:21:46 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:21:46 Selecting previously unselected package squashfs-tools. 00:21:46 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:21:46 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:21:46 Selecting previously unselected package snapd. 00:21:46 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:21:46 Unpacking snapd (2.48.3+18.04) ... 00:21:48 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:21:48 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:21:48 Setting up mime-support (3.60ubuntu1) ... 00:21:48 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:21:48 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:21:48 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:21:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:21:48 Setting up systemd (237-3ubuntu10.44) ... 00:21:48 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:21:49 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:21:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:21:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:21:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:21:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:21:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:21:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:21:51 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:21:51 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:21:51 Setting up python3 (3.6.7-1~18.04) ... 00:21:51 running python rtupdate hooks for python3.6... 00:21:51 running python post-rtupdate hooks for python3.6... 00:21:51 Setting up apparmor (2.12-4ubuntu5.1) ... 00:21:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:21:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:21:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:21:53 Setting up snapd (2.48.3+18.04) ... 00:21:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:21:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:21:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:21:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:21:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:21:54 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:21:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:21:54 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:21:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:21:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:21:54 /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' 00:21:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:21:54 Processing triggers for systemd (237-3ubuntu10.44) ... 00:21:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:21:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:21:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:21:56 Fetched 88.7 kB in 1s (141 kB/s) 00:21:57 Reading package lists... 00:21:57 Reading package lists... 00:21:57 Building dependency tree... 00:21:57 Reading state information... 00:21:57 Calculating upgrade... 00:21:57 The following packages will be upgraded: 00:21:57 advancecomp base-files bash binutils binutils-common 00:21:57 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:21:57 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:21:57 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:21:57 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:21:57 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:21:57 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:21:57 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:21:57 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:21:57 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:21:57 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:21:57 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:21:57 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:21:57 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:21:57 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:21:57 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:21:57 Need to get 63.8 MB of archives. 00:21:57 After this operation, 5189 kB of additional disk space will be used. 00:21:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:21:57 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:21:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:21:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:21:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:21:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:21:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:21:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:21:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:21:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:21:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:21:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:21:58 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:21:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:21:58 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:21:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:21:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:21:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:21:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:21:58 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:21:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:21:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:21:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:21:58 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:21:58 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:21:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:21:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:21:59 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:21:59 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:21:59 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:21:59 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:21:59 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:21:59 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:21:59 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:21:59 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:21:59 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:21:59 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:21:59 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:21:59 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:21:59 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:21:59 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:21:59 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:21:59 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:21:59 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:21:59 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:21:59 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:21:59 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:21:59 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:21:59 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:21:59 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:21:59 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:21:59 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:21:59 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:21:59 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:21:59 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:21:59 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:21:59 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:21:59 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:21:59 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:21:59 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:21:59 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:21:59 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:21:59 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:21:59 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:21:59 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:21:59 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:21:59 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:21:59 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:21:59 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:21:59 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:21:59 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:21:59 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:21:59 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:21:59 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:21:59 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:21:59 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:21:59 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:21:59 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:21:59 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:21:59 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:21:59 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:21:59 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:21:59 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:21:59 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:21:59 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:21:59 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:21:59 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:21:59 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:21:59 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:21:59 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:22:00 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:22:00 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:22:00 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:22:00 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:22:00 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:22:00 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:22:00 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:22:01 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:22:01 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:22:01 debconf: delaying package configuration, since apt-utils is not installed 00:22:01 Fetched 63.8 MB in 3s (20.9 MB/s) 00:22:01 (Reading database ... 13912 files and directories currently installed.) 00:22:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:22:01 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:22:02 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:22:02 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:22:02 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:22:02 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:22:02 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:02 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:02 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:02 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:03 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:03 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:03 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:03 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:03 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:03 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:03 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:03 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:03 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:03 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:03 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:03 (Reading database ... 13911 files and directories currently installed.) 00:22:03 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:03 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:22:04 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:22:04 (Reading database ... 13911 files and directories currently installed.) 00:22:04 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:04 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:04 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:04 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:04 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:22:04 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:22:04 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:05 (Reading database ... 13911 files and directories currently installed.) 00:22:05 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:22:05 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:22:05 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:22:05 (Reading database ... 13911 files and directories currently installed.) 00:22:05 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:22:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:22:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:22:05 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:22:06 Setting up base-files (10.1ubuntu2.10) ... 00:22:06 Installing new version of config file /etc/issue ... 00:22:06 Installing new version of config file /etc/issue.net ... 00:22:06 Installing new version of config file /etc/lsb-release ... 00:22:06 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:22:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:22:06 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:22:06 Removing obsolete conffile /etc/default/motd-news ... 00:22:06 (Reading database ... 13912 files and directories currently installed.) 00:22:06 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:22:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:22:07 Setting up bash (4.4.18-2ubuntu1.2) ... 00:22:07 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 00:22:07 (Reading database ... 13912 files and directories currently installed.) 00:22:07 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:07 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:22:07 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:22:07 (Reading database ... 13912 files and directories currently installed.) 00:22:07 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:22:07 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:22:07 Setting up tar (1.29b-2ubuntu0.2) ... 00:22:07 (Reading database ... 13912 files and directories currently installed.) 00:22:07 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:22:07 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:22:07 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:22:08 (Reading database ... 13912 files and directories currently installed.) 00:22:08 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:22:08 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:22:08 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:22:08 (Reading database ... 13912 files and directories currently installed.) 00:22:08 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:22:08 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:22:08 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:22:08 (Reading database ... 13912 files and directories currently installed.) 00:22:08 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:22:08 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:22:09 Setting up grep (3.1-2build1) ... 00:22:09 (Reading database ... 13912 files and directories currently installed.) 00:22:09 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:22:09 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:22:09 Setting up login (1:4.5-1ubuntu2) ... 00:22:09 (Reading database ... 13912 files and directories currently installed.) 00:22:09 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:22:09 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:22:09 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:22:09 (Reading database ... 13912 files and directories currently installed.) 00:22:09 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:22:09 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:22:10 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:22:10 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:22:10 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:22:10 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:22:10 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:22:10 (Reading database ... 13912 files and directories currently installed.) 00:22:10 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:22:10 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:22:11 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:22:11 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:22:11 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:22:12 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:22:12 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:22:12 (Reading database ... 13912 files and directories currently installed.) 00:22:12 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:22:12 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:22:12 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:22:12 (Reading database ... 13912 files and directories currently installed.) 00:22:12 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:12 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:12 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:22:12 (Reading database ... 13912 files and directories currently installed.) 00:22:12 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:12 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:12 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:22:12 (Reading database ... 13912 files and directories currently installed.) 00:22:12 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:12 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:13 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:22:13 (Reading database ... 13912 files and directories currently installed.) 00:22:13 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:13 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:13 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:22:13 (Reading database ... 13912 files and directories currently installed.) 00:22:13 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:22:13 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:22:13 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:22:13 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:22:13 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:22:14 (Reading database ... 13912 files and directories currently installed.) 00:22:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:22:14 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:22:14 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:22:14 (Reading database ... 13912 files and directories currently installed.) 00:22:14 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:14 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:14 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:22:14 (Reading database ... 13912 files and directories currently installed.) 00:22:14 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:14 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:14 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:22:14 (Reading database ... 13912 files and directories currently installed.) 00:22:14 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:14 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:15 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:22:15 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:22:15 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:22:15 (Reading database ... 13912 files and directories currently installed.) 00:22:15 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:22:15 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:22:15 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:22:16 (Reading database ... 13912 files and directories currently installed.) 00:22:16 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:22:16 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:22:16 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:22:16 (Reading database ... 13914 files and directories currently installed.) 00:22:16 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:22:16 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:22:16 Setting up debconf (1.5.66ubuntu1) ... 00:22:16 (Reading database ... 13914 files and directories currently installed.) 00:22:16 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:22:16 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:22:17 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:22:17 (Reading database ... 13914 files and directories currently installed.) 00:22:17 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:22:17 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:22:17 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:22:17 (Reading database ... 13914 files and directories currently installed.) 00:22:17 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:22:17 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:22:17 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:22:17 (Reading database ... 13914 files and directories currently installed.) 00:22:17 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:22:17 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:22:17 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:22:17 (Reading database ... 13914 files and directories currently installed.) 00:22:17 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:22:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:22:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:22:18 (Reading database ... 13914 files and directories currently installed.) 00:22:18 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:22:18 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:22:18 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:22:18 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:22:18 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:22:18 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:22:19 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:22:19 (Reading database ... 13914 files and directories currently installed.) 00:22:19 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:22:19 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:22:19 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:22:19 (Reading database ... 13914 files and directories currently installed.) 00:22:19 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:22:19 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:22:19 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:22:19 (Reading database ... 13914 files and directories currently installed.) 00:22:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:22:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:22:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:22:20 (Reading database ... 13914 files and directories currently installed.) 00:22:20 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:22:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:22:20 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:22:20 (Reading database ... 13914 files and directories currently installed.) 00:22:20 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:22:20 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:22:20 Setting up passwd (1:4.5-1ubuntu2) ... 00:22:21 (Reading database ... 13914 files and directories currently installed.) 00:22:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:22:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:22:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:22:21 (Reading database ... 13914 files and directories currently installed.) 00:22:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:22:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:22:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:22:21 (Reading database ... 13914 files and directories currently installed.) 00:22:21 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:22:21 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:22:21 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:22:21 (Reading database ... 13914 files and directories currently installed.) 00:22:21 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:22:21 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:22:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:22:21 (Reading database ... 13914 files and directories currently installed.) 00:22:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:22:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:22:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:22:22 (Reading database ... 13914 files and directories currently installed.) 00:22:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:22:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:22:22 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:22:22 (Reading database ... 13914 files and directories currently installed.) 00:22:22 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:22:22 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:22:22 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:22:22 (Reading database ... 13915 files and directories currently installed.) 00:22:22 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:22:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:22:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:22:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:22:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:22:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:22:23 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:22:23 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:22:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:22:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:22:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:22:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:22:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:22:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:22:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:22:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:22:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:22:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:22:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:22:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:22:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:22:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:22:24 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:22:24 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:22:25 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:22:25 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:22:25 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:22:25 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:22:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:22:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:22:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:22:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:22:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:22:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:22:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:22:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:22:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:22:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:22:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:22:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:22:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:22:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:22:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:22:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:22:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:22:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:22:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:22:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:22:31 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:22:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:22:31 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:22:31 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:22:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:22:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:22:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:22:32 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:22:32 00:22:32 Current default time zone: 'Etc/UTC' 00:22:32 Local time is now: Sat Feb 20 00:22:32 UTC 2021. 00:22:32 Universal Time is now: Sat Feb 20 00:22:32 UTC 2021. 00:22:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:22:32 00:22:32 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:22:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:32 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:22:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:22:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:22:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:22:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:22:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:22:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:22:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:22:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:22:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:22:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:22:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:33 Setting up patch (2.7.6-2ubuntu1.1) ... 00:22:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:22:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:22:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:22:33 Installing new version of config file /etc/ssl/openssl.cnf ... 00:22:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:22:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:22:33 Setting up ca-certificates (20210119~18.04.1) ... 00:22:35 Updating certificates in /etc/ssl/certs... 00:22:36 23 added, 27 removed; done. 00:22:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:22:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:22:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:22:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:22:36 Setting up pkgbinarymangler (138.18.04.1) ... 00:22:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:22:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up perl (5.26.1-6ubuntu0.5) ... 00:22:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:22:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:22:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:22:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:22:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:22:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:22:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:22:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:22:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:22:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:22:37 Processing triggers for systemd (237-3ubuntu10.44) ... 00:22:37 Processing triggers for mime-support (3.60ubuntu1) ... 00:22:37 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:22:37 Updating certificates in /etc/ssl/certs... 00:22:37 0 added, 0 removed; done. 00:22:37 Running hooks in /etc/ca-certificates/update.d... 00:22:37 done. 00:22:38 Reading package lists... 00:22:38 Building dependency tree... 00:22:38 Reading state information... 00:22:38 The following NEW packages will be installed: 00:22:38 apt-transport-https 00:22:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:22:38 Need to get 1696 B of archives. 00:22:38 After this operation, 153 kB of additional disk space will be used. 00:22:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:22:38 debconf: delaying package configuration, since apt-utils is not installed 00:22:38 Fetched 1696 B in 0s (8389 B/s) 00:22:38 Selecting previously unselected package apt-transport-https. 00:22:38 (Reading database ... 13920 files and directories currently installed.) 00:22:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:22:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:22:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:22:39 Waiting for network to be ready... 00:22:44 2021-02-20T00:22:42Z INFO Waiting for automatic snapd restart... 00:22:44 snapd 2.48.2.1 from Canonical* installed 00:22:44 "snapd" switched to the "latest/stable" channel 00:22:44 00:22:47 core18 20210128 from Canonical* installed 00:22:47 "core18" switched to the "latest/stable" channel 00:22:47 00:22:50 snapcraft 4.5.1 from Canonical* installed 00:22:50 "snapcraft" switched to the "latest/stable" channel 00:22:50 00:22:53 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: 00:22:53 - README.md 00:22:53 - snapcraft.yaml.orig 00:22:53 00:22:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:23:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:23:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:23:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:23:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:23:00 Fetched 177 kB in 1s (267 kB/s) 00:23:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:23:00 ---> 5e7033c2359b 00:23:00 Step 3/23 : WORKDIR /edgex-go 00:23:00 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:00 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:23:00 ---> 5e7033c2359b 00:23:00 Step 3/30 : WORKDIR /edgex-go 00:23:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:23:00 ---> 5e7033c2359b 00:23:00 Step 3/24 : WORKDIR /edgex-go 00:23:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:23:00 ---> 5e7033c2359b 00:23:00 Step 3/22 : WORKDIR /edgex-go 00:23:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:23:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:23:00 ---> 5e7033c2359b 00:23:00 Step 3/22 : WORKDIR /edgex-go 00:23:00 ---> Running in 6dec8c765305 00:23:00 ---> Running in f45842f7f326 00:23:00 ---> Running in a276c3372cce 00:23:00 ---> Running in 7c4a4e8aa9a8 00:23:00 ---> Running in 43cff1a25452 00:23:00 Removing intermediate container 7c4a4e8aa9a8 00:23:00 ---> 6125930ce1be 00:23:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:00 Removing intermediate container 6dec8c765305 00:23:00 ---> 86e8bdb3f895 00:23:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:00 Removing intermediate container a276c3372cce 00:23:00 ---> 9a533314639b 00:23:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:00 Removing intermediate container 43cff1a25452 00:23:00 ---> 36aacfeb5d85 00:23:00 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:00 Removing intermediate container f45842f7f326 00:23:00 ---> 587e41aa2ac8 00:23:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:00 ---> Running in 76015829bd24 00:23:00 ---> Running in bc989d38b55d 00:23:00 ---> Running in c53bb1218db1 00:23:00 ---> Running in f1e987faf140 00:23:00 ---> Running in 6d1a1eec57ea 00:23:00 Removing intermediate container c53bb1218db1 00:23:00 ---> af27a6cef987 00:23:00 Step 5/22 : RUN apk add --update --no-cache make git 00:23:00 Removing intermediate container bc989d38b55d 00:23:00 ---> 6c1b90608a5d 00:23:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:23:00 ---> Running in d002bd4a6cad 00:23:00 ---> Running in 259e51cd8b1f 00:23:00 Removing intermediate container 76015829bd24 00:23:00 ---> e1d2f714d93e 00:23:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:23:00 Removing intermediate container f1e987faf140 00:23:00 ---> 98e1283cba55 00:23:00 Step 5/30 : RUN apk add --update --no-cache make git 00:23:00 Removing intermediate container 6d1a1eec57ea 00:23:00 ---> fb6ffdec97ba 00:23:00 Step 5/24 : RUN apk add --update --no-cache make git 00:23:00 ---> Running in e5a9ce6b6ecb 00:23:00 ---> Running in 029d85d0ca11 00:23:00 ---> Running in 41d0fa1c3283 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:23:00 OK: 217 MiB in 51 packages 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:23:00 OK: 217 MiB in 51 packages 00:23:01 OK: 217 MiB in 51 packages 00:23:01 OK: 217 MiB in 51 packages 00:23:01 OK: 217 MiB in 51 packages 00:23:01 Reading package lists... 00:23:01 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 00:23:02 Removing intermediate container d002bd4a6cad 00:23:02 ---> fcfd61f44a39 00:23:02 Step 6/22 : COPY go.mod . 00:23:02 Removing intermediate container 259e51cd8b1f 00:23:02 ---> 5551b01a2c4d 00:23:02 Step 6/22 : COPY go.mod . 00:23:02 ---> 1132fcf8f863 00:23:02 Step 7/22 : RUN go mod download 00:23:03 Removing intermediate container e5a9ce6b6ecb 00:23:03 ---> 2b5ce4d41b3c 00:23:03 Step 6/23 : COPY go.mod . 00:23:03 ---> Running in e9f19c37a158 00:23:03 Removing intermediate container 41d0fa1c3283 00:23:03 ---> 7f628f5031fa 00:23:03 Step 6/24 : COPY go.mod . 00:23:03 ---> 8e83ecec6dfb 00:23:03 Step 7/22 : RUN go mod download 00:23:03 Removing intermediate container 029d85d0ca11 00:23:03 ---> 860de9f24c37 00:23:03 Step 6/30 : COPY go.mod . 00:23:03 ---> Running in 5f7babf15bb0 00:23:04 ---> e040d3d126f1 00:23:04 Step 7/23 : RUN go mod download 00:23:04 ---> 797e316cfcc5 00:23:04 Step 7/24 : RUN go mod download 00:23:04 ---> Running in 56d803e52140 00:23:04 ---> Running in 5ee037fdde20 00:23:05 ---> 1f2761dd2114 00:23:05 Step 7/30 : RUN go mod download 00:23:05 ---> Running in 45863c2009e2 00:23:07 Removing intermediate container e9f19c37a158 00:23:07 ---> 59331bcb6955 00:23:07 Step 8/22 : COPY . . 00:23:08 Removing intermediate container 5f7babf15bb0 00:23:08 ---> f107de22f602 00:23:08 Step 8/22 : COPY . . 00:23:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:23:08 Reading package lists... 00:23:08 Building dependency tree... 00:23:08 Reading state information... 00:23:08 Suggested packages: 00:23:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:23:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:23:08 Recommended packages: 00:23:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:23:08 The following NEW packages will be installed: 00:23:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:23:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:23:08 pkg-config zip 00:23:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:23:08 Need to get 7655 kB of archives. 00:23:08 After this operation, 43.7 MB of additional disk space will be used. 00:23:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:23:08 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:23:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:23:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:23:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:23:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:23:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:23:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:23:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:23:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:23:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:23:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:23:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:23:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:23:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:23:09 debconf: delaying package configuration, since apt-utils is not installed 00:23:09 Fetched 7655 kB in 1s (7138 kB/s) 00:23:09 Selecting previously unselected package libglib2.0-0:amd64. 00:23:09 (Reading database ... 13924 files and directories currently installed.) 00:23:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:23:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:23:09 Selecting previously unselected package libpsl5:amd64. 00:23:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:23:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:23:09 Removing intermediate container 56d803e52140 00:23:09 ---> a646b0df06bf 00:23:09 Step 8/23 : COPY . . 00:23:09 Selecting previously unselected package libnghttp2-14:amd64. 00:23:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:23:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:23:09 Selecting previously unselected package librtmp1:amd64. 00:23:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:23:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:23:09 Selecting previously unselected package libcurl3-gnutls:amd64. 00:23:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:23:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:23:10 Removing intermediate container 5ee037fdde20 00:23:10 ---> ec723df93cef 00:23:10 Step 8/24 : COPY . . 00:23:10 Selecting previously unselected package liberror-perl. 00:23:10 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:23:10 Unpacking liberror-perl (0.17025-1) ... 00:23:10 Selecting previously unselected package git-man. 00:23:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:23:10 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:23:10 Selecting previously unselected package git. 00:23:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:23:10 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:23:10 Removing intermediate container 45863c2009e2 00:23:10 ---> e6bfab1becd8 00:23:10 Step 8/30 : COPY . . 00:23:11 Selecting previously unselected package libnorm1:amd64. 00:23:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:23:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:23:11 Selecting previously unselected package libpgm-5.2-0:amd64. 00:23:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:23:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:23:11 Selecting previously unselected package libsodium23:amd64. 00:23:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:23:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:23:11 Selecting previously unselected package libzmq5:amd64. 00:23:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:23:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:23:11 Selecting previously unselected package libzmq3-dev:amd64. 00:23:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:23:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:23:11 Selecting previously unselected package pkg-config. 00:23:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:23:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:23:11 Selecting previously unselected package zip. 00:23:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:23:11 Unpacking zip (3.0-11build1) ... 00:23:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:23:11 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:23:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:23:11 Setting up liberror-perl (0.17025-1) ... 00:23:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:23:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:23:12 No schema files found: doing nothing. 00:23:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:23:12 Setting up zip (3.0-11build1) ... 00:23:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:23:12 Setting up libsodium23:amd64 (1.0.16-2) ... 00:23:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:23:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:23:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:23:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:23:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:23:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:23:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:23:18 git set to automatically installed. 00:23:18 git-man set to automatically installed. 00:23:18 libcurl3-gnutls set to automatically installed. 00:23:18 liberror-perl set to automatically installed. 00:23:18 libglib2.0-0 set to automatically installed. 00:23:18 libnghttp2-14 set to automatically installed. 00:23:18 libnorm1 set to automatically installed. 00:23:18 libpgm-5.2-0 set to automatically installed. 00:23:18 libpsl5 set to automatically installed. 00:23:18 librtmp1 set to automatically installed. 00:23:18 libsodium23 set to automatically installed. 00:23:18 libzmq3-dev set to automatically installed. 00:23:18 libzmq5 set to automatically installed. 00:23:18 pkg-config set to automatically installed. 00:23:18 zip set to automatically installed. 00:23:20 snapd is not logged in, snap install commands will use sudo 00:23:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:23:27 snap "core18" has no updates available 00:23:28 Pulling config-common 00:23:28 + snapcraftctl pull 00:23:29 Pulling go-build-helper 00:23:29 + snapcraftctl pull 00:23:37 ---> 6b26d7f0bd92 00:23:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:23:37 ---> 6d860ca5a035 00:23:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:23:37 ---> 3a342209bf07 00:23:37 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:23:37 ---> ee5807f6d606 00:23:37 Step 9/23 : RUN make cmd/core-data/core-data 00:23:37 ---> e875b70c7d69 00:23:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:23:37 ---> Running in 876e3c174032 00:23:37 ---> Running in 4f2fcff940c9 00:23:37 ---> Running in 2eaa58f66615 00:23:37 ---> Running in b2e474a479c8 00:23:37 ---> Running in 90aec7057b50 00:23:37 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 00:23:37 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 00:23:37 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 00:23:37 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 00:23:37 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 00:23:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:23:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:23:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:23:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:23:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:23:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:23:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:23:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:23:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:23:56 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:23:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:23:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:23:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:23:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:23:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:23:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:23:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:23:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:23:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:23:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 00:23:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:23:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:23:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:23:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:23:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:23:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:23:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:23:56 Fetched 23.9 MB in 0s (0 B/s) 00:23:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:23:56 Fetched 96.5 kB in 0s (0 B/s) 00:23:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:23:56 Fetched 279 kB in 0s (0 B/s) 00:23:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:23:56 Fetched 122 kB in 0s (0 B/s) 00:23:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:23:56 Fetched 77.8 kB in 0s (0 B/s) 00:23:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:23:56 Fetched 8848 B in 0s (0 B/s) 00:23:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:23:56 Fetched 47.8 kB in 0s (0 B/s) 00:23:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:23:56 Fetched 45.6 kB in 0s (0 B/s) 00:23:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:23:56 Fetched 15.0 kB in 0s (0 B/s) 00:23:56 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:23:56 Fetched 214 kB in 0s (0 B/s) 00:23:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:23:56 Fetched 155 kB in 0s (0 B/s) 00:23:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:23:56 Fetched 50.6 kB in 0s (0 B/s) 00:23:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:23:56 Fetched 14.8 kB in 0s (0 B/s) 00:23:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:23:56 Fetched 41.8 kB in 0s (0 B/s) 00:23:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:23:56 Fetched 499 kB in 0s (0 B/s) 00:23:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:23:56 Fetched 111 kB in 0s (0 B/s) 00:23:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:23:56 Fetched 240 kB in 0s (0 B/s) 00:23:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:23:56 Fetched 29.3 kB in 0s (0 B/s) 00:23:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:23:56 Fetched 85.5 kB in 0s (0 B/s) 00:23:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:23:56 Fetched 24.5 kB in 0s (0 B/s) 00:23:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:23:56 Fetched 49.2 kB in 0s (0 B/s) 00:23:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:23:56 Fetched 54.2 kB in 0s (0 B/s) 00:23:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:23:56 Fetched 30.8 kB in 0s (0 B/s) 00:23:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:23:56 Fetched 16.6 kB in 0s (0 B/s) 00:23:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:23:56 Fetched 85.9 kB in 0s (0 B/s) 00:23:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:23:56 Fetched 8720 B in 0s (0 B/s) 00:23:56 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:23:56 Fetched 137 kB in 0s (0 B/s) 00:23:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:23:56 Fetched 119 kB in 0s (0 B/s) 00:23:56 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:23:56 Fetched 109 kB in 0s (0 B/s) 00:23:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:23:56 Fetched 11.1 kB in 0s (0 B/s) 00:23:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:23:56 Fetched 645 kB in 0s (0 B/s) 00:23:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:23:56 Fetched 41.3 kB in 0s (0 B/s) 00:23:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:23:56 Fetched 17.9 kB in 0s (0 B/s) 00:23:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:23:56 Fetched 368 kB in 0s (0 B/s) 00:23:56 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:23:56 Fetched 187 kB in 0s (0 B/s) 00:23:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:23:56 Fetched 175 kB in 0s (0 B/s) 00:23:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:24:00 Fetched 206 kB in 0s (0 B/s) 00:24:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 00:24:00 Fetched 1301 kB in 0s (0 B/s) 00:24:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:24:00 Fetched 36.2 kB in 0s (0 B/s) 00:24:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:24:00 Fetched 159 kB in 0s (0 B/s) 00:24:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:24:00 Fetched 107 kB in 0s (0 B/s) 00:24:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:24:00 Fetched 48.7 kB in 0s (0 B/s) 00:24:00 Pulling static-packages 00:24:00 + snapcraftctl pull 00:24:00 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:24:00 Skipping pull go-build-helper (already ran) 00:24:00 Skipping pull static-packages (already ran) 00:24:00 Building go-build-helper 00:24:00 + snapcraftctl build 00:24:03 Building static-packages 00:24:03 + snapcraftctl build 00:24:05 Staging go-build-helper 00:24:05 + snapcraftctl stage 00:24:06 Staging static-packages 00:24:06 + snapcraftctl stage 00:24:07 Pulling go115 00:24:07 + snapcraftctl pull 00:24:08 'edgex-go' has dependencies that need to be staged: go115 00:24:08 Skipping pull go115 (already ran) 00:24:08 Building go115 00:24:08 + dpkg --print-architecture 00:24:08 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:24:08 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:24:08 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:24:08 % Total % Received % Xferd Average Speed Time Time Time Current 00:24:08 Dload Upload Total Spent Left Speed 00:24:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.4M 0 0 21.4M 0 0:00:05 --:--:-- 0:00:05 21.4M 53 115M 53 61.4M 0 0 39.4M 0 0:00:02 0:00:01 0:00:01 39.4M 100 115M 100 115M 0 0 47.5M 0 0:00:02 0:00:02 --:--:-- 47.5M 00:24:10 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:24:10 + sha256sum -c sha256 00:24:10 + grep OK 00:24:11 go1.15.2.linux-amd64.tar.gz: OK 00:24:11 + mkdir -p /root/stage/go1.15 00:24:11 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:24:15 Staging go115 00:24:15 + snapcraftctl stage 00:24:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:24:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:24:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:24:20 Fetched 0 B in 0s (0 B/s) 00:24:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:24:20 Fetched 224 kB in 0s (0 B/s) 00:24:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:24:20 Fetched 157 kB in 0s (0 B/s) 00:24:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:24:20 Fetched 221 kB in 0s (0 B/s) 00:24:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:24:20 Fetched 143 kB in 0s (0 B/s) 00:24:20 Pulling edgex-go 00:24:20 + snapcraftctl pull 00:24:21 Pulling version 00:24:21 + cd /root/project 00:24:21 + [ -f VERSION ] 00:24:21 + PROJECT_VERSION=local-dev 00:24:21 + git rev-parse --short HEAD 00:24:21 + GIT_REVISION=c2fb34d6 00:24:21 + snapcraftctl set-version local-dev 00:24:22 Building config-common 00:24:22 + snapcraftctl build 00:24:24 Skipping build go-build-helper (already ran) 00:24:24 Skipping build static-packages (already ran) 00:24:24 Skipping build go115 (already ran) 00:24:24 Building edgex-go 00:24:24 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:24:24 + cd /root/parts/edgex-go/src 00:24:24 + make build 00:24:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:24:26 go: downloading github.com/gorilla/mux v1.8.0 00:24:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 00:24:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:24:26 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:24:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:24:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 00:24:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 00:24:26 go: downloading github.com/BurntSushi/toml v0.3.1 00:24:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:24:26 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:24:26 go: downloading github.com/x448/float16 v0.8.4 00:24:26 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:24:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 00:24:26 go: downloading github.com/imdario/mergo v0.3.11 00:24:26 go: downloading github.com/go-kit/kit v0.8.0 00:24:26 go: downloading github.com/pelletier/go-toml v1.2.0 00:24:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:24:26 go: downloading github.com/pkg/errors v0.8.1 00:24:26 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:24:26 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:24:26 go: downloading github.com/pebbe/zmq4 v1.2.2 00:24:26 go: downloading github.com/hashicorp/consul/api v1.8.1 00:24:26 go: downloading github.com/google/uuid v1.2.0 00:24:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:24:26 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:24:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:24:26 go: downloading github.com/mitchellh/copystructure v1.0.0 00:24:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:24:26 go: downloading github.com/go-playground/universal-translator v0.17.0 00:24:26 go: downloading github.com/leodido/go-urn v1.2.0 00:24:26 go: downloading github.com/hashicorp/serf v0.9.5 00:24:26 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:24:26 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:24:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:24:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:24:26 go: downloading github.com/go-playground/locales v0.13.0 00:24:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:24:26 go: downloading github.com/mattn/go-isatty v0.0.12 00:24:26 go: downloading github.com/fatih/color v1.9.0 00:24:26 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:24:27 go: downloading github.com/mattn/go-colorable v0.1.6 00:24:27 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 00:24:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:24:27 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:24:33 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 00:24:33 go: downloading gopkg.in/yaml.v2 v2.4.0 00:24:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:24:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:24:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:24: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 00:24:40 go: downloading github.com/stretchr/testify v1.7.0 00:24:40 go: downloading github.com/davecgh/go-spew v1.1.1 00:24:40 go: downloading github.com/pmezard/go-difflib v1.0.0 00:24:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:24:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:24:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:24:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:24:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:24:44 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 00:24:44 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 00:24:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:24:46 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 00:24:46 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:24:47 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 00:24:47 go: downloading github.com/lib/pq v1.9.0 00:24:49 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:24:49 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:24:49 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:24:49 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:24:49 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:24:49 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:24:49 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:24:49 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:24:49 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:24:49 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:24:49 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:24:49 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:24:49 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:24:49 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:24:49 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:24:49 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:24:49 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:24:49 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 00:24:49 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:24:49 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:24:49 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:24:49 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:24:49 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:24:49 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:24:49 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:24:50 Building version 00:24:50 + snapcraftctl build 00:24:51 Staging config-common 00:24:51 + snapcraftctl stage 00:24:52 Skipping stage go-build-helper (already ran) 00:24:52 Skipping stage static-packages (already ran) 00:24:52 Skipping stage go115 (already ran) 00:24:52 Staging edgex-go 00:24:52 + snapcraftctl stage 00:24:53 Staging version 00:24:53 + snapcraftctl stage 00:24:54 Priming config-common 00:24:54 + snapcraftctl prime 00:24:55 Priming go-build-helper 00:24:55 + snapcraftctl prime 00:24:56 Priming static-packages 00:24:56 + snapcraftctl prime 00:24:58 Priming go115 00:24:58 + snapcraftctl prime 00:24:59 Priming edgex-go 00:24:59 + snapcraftctl prime 00:25:00 Priming version 00:25:00 + snapcraftctl prime 00:25:01 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] } 00:25:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:25:16 Removing intermediate container 2eaa58f66615 00:25:16 ---> 6e57855649c4 00:25:16 00:25:16 Step 10/30 : FROM alpine:3.12 00:25:16 3.12: Pulling from library/alpine 00:25:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:25:19 Status: Downloaded newer image for alpine:3.12 00:25:19 ---> afeebe901d6b 00:25:19 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:25:19 ---> Running in a3468d019604 00:25:20 Removing intermediate container 90aec7057b50 00:25:20 ---> dcdf133d3a79 00:25:20 00:25:20 Step 10/24 : FROM alpine:3.12 00:25:20 ---> afeebe901d6b 00:25:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:25:20 Removing intermediate container a3468d019604 00:25:20 ---> 2f180d5077ea 00:25:20 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:25:20 ---> Running in d316be41895c 00:25:20 ---> Running in 4db3ef2381e2 00:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:24 (1/2) Installing dumb-init (1.2.2-r1) 00:25:24 (1/5) Installing ca-certificates (20191127-r4) 00:25:24 (2/2) Installing su-exec (0.2-r1) 00:25:24 Executing busybox-1.31.1-r19.trigger 00:25:24 OK: 5 MiB in 16 packages 00:25:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:25:24 (3/5) Installing libcurl (7.69.1-r3) 00:25:24 (4/5) Installing curl (7.69.1-r3) 00:25:24 (5/5) Installing dumb-init (1.2.2-r1) 00:25:24 Executing busybox-1.31.1-r19.trigger 00:25:24 Executing ca-certificates-20191127-r4.trigger 00:25:24 OK: 7 MiB in 19 packages 00:25:26 Removing intermediate container d316be41895c 00:25:26 ---> 635294e1aaab 00:25:26 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:25:26 ---> Running in 33f8a0435232 00:25:27 Removing intermediate container 4db3ef2381e2 00:25:27 ---> 6705ffb556ef 00:25:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:25:27 Removing intermediate container 33f8a0435232 00:25:27 ---> 6bbbd848793d 00:25:27 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:25:28 ---> Running in 849e8879a666 00:25:28 ---> Running in 1e666750a77f 00:25:29 Removing intermediate container 849e8879a666 00:25:29 ---> 5345b260c226 00:25:29 Step 13/24 : WORKDIR / 00:25:29 Removing intermediate container 1e666750a77f 00:25:29 ---> 64e9021c1567 00:25:29 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:25:29 ---> Running in 7583109ed1b9 00:25:29 ---> Running in ace21fc32c91 00:25:30 Removing intermediate container 7583109ed1b9 00:25:30 ---> 48159ef9ccee 00:25:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:25:33 ---> c3e41e678642 00:25:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:25:34 Removing intermediate container 876e3c174032 00:25:34 ---> 80329f26125a 00:25:34 00:25:34 Step 10/22 : FROM alpine:3.12 00:25:34 ---> afeebe901d6b 00:25:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:25:34 Removing intermediate container ace21fc32c91 00:25:34 ---> 619724ebb0a3 00:25:34 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:25:34 ---> e91e2b8a12f6 00:25:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:25:34 ---> Running in af2592f318eb 00:25:34 ---> Running in f56181337d53 00:25:35 Removing intermediate container 4f2fcff940c9 00:25:35 ---> 3493f2a9dca4 00:25:35 00:25:35 Step 10/22 : FROM alpine:3.12 00:25:35 ---> afeebe901d6b 00:25:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:25:35 ---> Running in 6c42e4b4c376 00:25:35 ---> 5ad08d7fc79c 00:25:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:25:35 Removing intermediate container f56181337d53 00:25:35 ---> 1bf5f73dd90b 00:25:35 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:25:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:37 ---> 7355ae3e5359 00:25:37 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:25:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:37 ---> 055193b689e9 00:25:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:25:38 ---> Running in e698cd50eb46 00:25:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:38 (1/1) Installing dumb-init (1.2.2-r1) 00:25:38 Executing busybox-1.31.1-r19.trigger 00:25:38 OK: 5 MiB in 15 packages 00:25:39 (1/2) Installing ca-certificates (20191127-r4) 00:25:39 (2/2) Installing dumb-init (1.2.2-r1) 00:25:39 Executing busybox-1.31.1-r19.trigger 00:25:39 Executing ca-certificates-20191127-r4.trigger 00:25:39 OK: 6 MiB in 16 packages 00:25:40 ---> cad52559aed4 00:25:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:25:41 Removing intermediate container af2592f318eb 00:25:41 ---> 04d33b17a725 00:25:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:25:41 ---> Running in 19b7f1f87372 00:25:42 ---> 992029b118d0 00:25:42 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/ 00:25:42 Removing intermediate container 19b7f1f87372 00:25:42 ---> c3b72a88b561 00:25:42 Step 13/22 : ENV APP_PORT=48085 00:25:42 Removing intermediate container 6c42e4b4c376 00:25:42 ---> f8248c0465c5 00:25:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:25:42 ---> Running in 30cf0c5e880f 00:25:42 Removing intermediate container e698cd50eb46 00:25:42 ---> 7a12fe47fc1f 00:25:42 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:25:42 ---> Running in 75c9586f967e 00:25:42 ---> Running in ba3b48960ecd 00:25:43 Removing intermediate container 75c9586f967e 00:25:43 ---> dc2769cb97eb 00:25:43 Step 14/22 : EXPOSE $APP_PORT 00:25:43 Removing intermediate container ba3b48960ecd 00:25:43 ---> 4ef79c0358bb 00:25:43 Step 13/22 : ENV APP_PORT=48060 00:25:43 ---> Running in 3c255f482649 00:25:44 ---> Running in 70b18cca4ef1 00:25:44 ---> 7fdd14f63c03 00:25:44 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:25:44 Removing intermediate container 3c255f482649 00:25:44 ---> e92bd08ced3d 00:25:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:25:44 Removing intermediate container 70b18cca4ef1 00:25:44 ---> 260a68c33cd6 00:25:44 Step 14/22 : EXPOSE $APP_PORT 00:25:45 ---> Running in 6e4d8ceb74c0 00:25:45 ---> d1b327d6267c 00:25:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:25:46 Removing intermediate container 6e4d8ceb74c0 00:25:46 ---> a74f075caabe 00:25:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:25:46 ---> 8f5de0431ebc 00:25:46 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:25:46 Removing intermediate container 30cf0c5e880f 00:25:46 ---> f94424b16a13 00:25:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:25:46 ---> Running in 7d7c844c6731 00:25:47 Removing intermediate container b2e474a479c8 00:25:47 ---> e96d965b1614 00:25:47 00:25:47 Step 10/23 : FROM alpine:3.12 00:25:47 ---> afeebe901d6b 00:25:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:25:47 Removing intermediate container 7d7c844c6731 00:25:47 ---> 7939e834c55d 00:25:47 Step 22/24 : LABEL arch=arm64 00:25:47 ---> d7fda4805b24 00:25:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:25:47 ---> e71f085b8996 00:25:47 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:25:47 ---> 15a9603a8dda 00:25:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:25:47 ---> Running in 59a75e884693 00:25:48 ---> Running in 1b2fd6f7c739 00:25:48 Removing intermediate container 59a75e884693 00:25:48 ---> bca5d18337b6 00:25:48 Step 12/23 : ENV APP_PORT=48080 00:25:48 ---> 77f0501af7fa 00:25:48 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:25:48 ---> Running in 1bb57edfc59d 00:25:49 Removing intermediate container 1b2fd6f7c739 00:25:49 ---> c0d412d823c6 00:25:49 Step 23/24 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:25:49 ---> 971e97116d19 00:25:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:25:49 ---> 03990d19e920 00:25:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:25:49 ---> Running in de871a6ab162 00:25:49 ---> Running in b6702f280283 00:25:49 ---> Running in f755fb657c48 00:25:49 Removing intermediate container 1bb57edfc59d 00:25:49 ---> 1a0bbea6e3e4 00:25:49 Step 13/23 : EXPOSE $APP_PORT 00:25:50 ---> Running in 04d0f1db1a7f 00:25:50 Removing intermediate container de871a6ab162 00:25:50 ---> 7d6def7f06f1 00:25:50 Step 24/24 : LABEL version=0.0.0 00:25:50 Removing intermediate container b6702f280283 00:25:50 ---> 369acdead454 00:25:50 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:25:50 Removing intermediate container f755fb657c48 00:25:50 ---> 56ef4c53074f 00:25:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:25:50 ---> 8788966f99ed 00:25:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:25:50 ---> Running in 9e17692125b0 00:25:50 ---> Running in ac4dedaedca8 00:25:50 ---> Running in 94cdbcb169fe 00:25:50 Removing intermediate container 04d0f1db1a7f 00:25:50 ---> f6eab4559ddc 00:25:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:50 ---> Running in cb5144f22e5c 00:25:51 Removing intermediate container 9e17692125b0 00:25:51 ---> 475f6a08ba21 00:25:51 00:25:51 Removing intermediate container ac4dedaedca8 00:25:51 ---> c8693c28b333 00:25:51 Step 20/22 : LABEL arch=arm64 00:25:51 Removing intermediate container 94cdbcb169fe 00:25:51 ---> 7258545333f3 00:25:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:25:51 ---> 366cae6a5e9a 00:25:51 Step 25/30 : RUN chmod +x /entrypoint.sh 00:25:51 ---> Running in 43a9b1759ba3 00:25:51 Successfully built 475f6a08ba21 00:25:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:25:52  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:25:52 ---> Running in cbeaff956008 00:25:52 ---> Running in 183b43dd363f 00:25:52 Removing intermediate container 43a9b1759ba3 00:25:52 ---> a0325a571f32 00:25:52 Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:25:52 ---> Running in 781e8cd8eeda 00:25:52 Removing intermediate container cbeaff956008 00:25:52 ---> c5d10196f253 00:25:52 Step 20/22 : LABEL arch=arm64 00:25:53 ---> Running in 63f377b7c590 00:25:53 Removing intermediate container 781e8cd8eeda 00:25:53 ---> d97b59fdb766 00:25:53 Step 22/22 : LABEL version=0.0.0 00:25:54 Removing intermediate container 63f377b7c590 00:25:54 ---> 8fbcc97a51af 00:25:54 Step 21/22 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:25:54 ---> Running in 4a2153de2ea7 00:25:54 Removing intermediate container cb5144f22e5c 00:25:54 ---> 476164be65e4 00:25:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:25:55 ---> Running in 078e30da1ac0 00:25:55 ---> Running in 9310ed794152 00:25:55 Removing intermediate container 4a2153de2ea7 00:25:55 ---> f7d7fed9c8c4 00:25:55 00:25:56 Successfully built f7d7fed9c8c4 00:25:56 Successfully tagged docker-support-scheduler-go-arm64:latest 00:25:56  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:25:56 Removing intermediate container 078e30da1ac0 00:25:56 ---> 469c161266e9 00:25:56 Step 22/22 : LABEL version=0.0.0 00:25:57 Removing intermediate container 183b43dd363f 00:25:57 ---> c3742c47f32d 00:25:57 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:25:57 ---> Running in b9b907aa4b35 00:25:57 ---> Running in 125fc3ecf058 00:25:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:25:58 Removing intermediate container b9b907aa4b35 00:25:58 ---> 967ed67966d9 00:25:58 00:25:58 Successfully built 967ed67966d9 00:25:59 (1/6) Installing dumb-init (1.2.2-r1) 00:25:59 (2/6) Installing libgcc (9.3.0-r2) 00:25:59 Successfully tagged docker-support-notifications-go-arm64:latest 00:25:59  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:25:59 Removing intermediate container 125fc3ecf058 00:25:59 ---> fc075fefe980 00:25:59 Step 27/30 : CMD ["gate"] 00:25:59 (3/6) Installing libsodium (1.0.18-r0) 00:25:59 (4/6) Installing libstdc++ (9.3.0-r2) 00:25:59 ---> Running in da2d1b29d358 00:25:59 (5/6) Installing libzmq (4.3.3-r0) 00:25:59 (6/6) Installing zeromq (4.3.3-r0) 00:26:00 Executing busybox-1.31.1-r19.trigger 00:26:00 OK: 8 MiB in 20 packages 00:26:00 Removing intermediate container da2d1b29d358 00:26:00 ---> 47fb091f7bd1 00:26:00 Step 28/30 : LABEL arch=arm64 00:26:00 ---> Running in 0085ca946e9f 00:26:01 Removing intermediate container 0085ca946e9f 00:26:01 ---> 0931a34650af 00:26:01 Step 29/30 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:26:02 ---> Running in bc8eb641b2e2 00:26:02 Removing intermediate container 9310ed794152 00:26:02 ---> 21889710540e 00:26:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:26:03 Removing intermediate container bc8eb641b2e2 00:26:03 ---> ee3ec089379d 00:26:03 Step 30/30 : LABEL version=0.0.0 00:26:03 ---> 6ef974e80b15 00:26:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:26:04 ---> Running in e5cd7979dda5 00:26:05 Removing intermediate container e5cd7979dda5 00:26:05 ---> 4ca925e2b5b1 00:26:05 00:26:05 Successfully built 4ca925e2b5b1 00:26:06 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:26:06  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 00:26:06 ---> c54405974b24 00:26:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:26:07 ---> 20e2676d0c57 00:26:07 Step 19/23 : ENTRYPOINT ["/core-data"] 00:26:08 ---> Running in 362dc73a4674 00:26:08 Removing intermediate container 362dc73a4674 00:26:08 ---> 7bae13209a80 00:26:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:26:09 ---> Running in 78a4418eee97 00:26:09 Removing intermediate container 78a4418eee97 00:26:09 ---> 03940bf6f5cd 00:26:09 Step 21/23 : LABEL arch=arm64 00:26:10 ---> Running in 6ae14d165e82 00:26:11 Removing intermediate container 6ae14d165e82 00:26:11 ---> 7cb7f665e364 00:26:11 Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:26:11 ---> Running in ee877bc2f756 00:26:12 Removing intermediate container ee877bc2f756 00:26:12 ---> 6c37b8e3ad37 00:26:12 Step 23/23 : LABEL version=0.0.0 00:26:12 ---> Running in 6a3b05b5897c 00:26:13 Removing intermediate container 6a3b05b5897c 00:26:13 ---> d5da19e082f0 00:26:13 00:26:13 Successfully built d5da19e082f0 00:26:13 Successfully tagged docker-core-data-go-arm64:latest 00:26:40  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:26:40 ---> 5e7033c2359b 00:26:40 Step 3/26 : WORKDIR /edgex-go 00:26:40 ---> Using cache 00:26:40 ---> 587e41aa2ac8 00:26:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:40 ---> Using cache 00:26:40 ---> fb6ffdec97ba 00:26:40 Step 5/26 : RUN apk add --update --no-cache make bash git 00:26:42 ---> Running in da9a3f883a94 00:26:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:26:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:26:44 OK: 217 MiB in 51 packages 00:26:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:26:45 ---> 5e7033c2359b 00:26:45 Step 3/21 : WORKDIR /edgex-go 00:26:45 ---> Using cache 00:26:45 ---> 587e41aa2ac8 00:26:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:45 ---> Using cache 00:26:45 ---> fb6ffdec97ba 00:26:45 Step 5/21 : RUN apk add --update --no-cache make git 00:26:45 ---> Using cache 00:26:45 ---> 7f628f5031fa 00:26:45 Step 6/21 : COPY go.mod . 00:26:45 ---> Using cache 00:26:45 ---> 797e316cfcc5 00:26:45 Step 7/21 : RUN go mod download 00:26:45 ---> Using cache 00:26:45 ---> ec723df93cef 00:26:45 Step 8/21 : COPY . . 00:26:45 ---> Using cache 00:26:45 ---> e875b70c7d69 00:26:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:26:47 ---> Running in ef74b21605f6 00:26:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:26:47 ---> 5e7033c2359b 00:26:47 Step 3/23 : WORKDIR /edgex-go 00:26:47 ---> Using cache 00:26:47 ---> 587e41aa2ac8 00:26:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:47 ---> Using cache 00:26:47 ---> fb6ffdec97ba 00:26:47 Step 5/23 : RUN apk add --update --no-cache make git 00:26:47 ---> Using cache 00:26:47 ---> 7f628f5031fa 00:26:47 Step 6/23 : COPY go.mod . 00:26:47 ---> Using cache 00:26:47 ---> 797e316cfcc5 00:26:47 Step 7/23 : RUN go mod download 00:26:47 ---> Using cache 00:26:47 ---> ec723df93cef 00:26:47 Step 8/23 : COPY . . 00:26:47 ---> Using cache 00:26:47 ---> e875b70c7d69 00:26:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:26:47 Removing intermediate container da9a3f883a94 00:26:47 ---> ecd63ddffa0c 00:26:47 Step 6/26 : COPY go.mod . 00:26:48 ---> Running in 27a844b0fea4 00:26: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 00:26:49 ---> ededae7bc14b 00:26:49 Step 7/26 : RUN go mod download 00:26:49 ---> Running in e01f972b79ce 00:26: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 00:26:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:26:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:26:51 ---> 5e7033c2359b 00:26:51 Step 3/23 : WORKDIR /edgex-go 00:26:51 ---> Using cache 00:26:51 ---> 587e41aa2ac8 00:26:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:51 ---> Using cache 00:26:51 ---> fb6ffdec97ba 00:26:51 Step 5/23 : RUN apk add --update --no-cache make git 00:26:51 ---> Using cache 00:26:51 ---> 7f628f5031fa 00:26:51 Step 6/23 : COPY go.mod . 00:26:51 ---> Using cache 00:26:51 ---> 797e316cfcc5 00:26:51 Step 7/23 : RUN go mod download 00:26:51 ---> Using cache 00:26:51 ---> ec723df93cef 00:26:51 Step 8/23 : COPY . . 00:26:51 ---> Using cache 00:26:51 ---> e875b70c7d69 00:26:51 Step 9/23 : RUN make cmd/core-command/core-command 00:26:51 ---> Running in b632821964b3 00:26:53 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 00:26:53 Removing intermediate container e01f972b79ce 00:26:53 ---> 057c13ad4a9a 00:26:53 Step 8/26 : COPY . . 00:27:16 ---> ba11ea992850 00:27:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:27:16 ---> Running in 546eabdd7c6a 00:27:16 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 00:28:03 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 00:28:15 Removing intermediate container ef74b21605f6 00:28:15 ---> dfe10ee3f122 00:28:15 00:28:15 Step 10/21 : FROM alpine:3.12 00:28:15 ---> afeebe901d6b 00:28:15 Step 11/21 : RUN apk add --update --no-cache curl 00:28:15 ---> Running in 326d47567fd0 00:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:18 (1/4) Installing ca-certificates (20191127-r4) 00:28:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:28:18 (3/4) Installing libcurl (7.69.1-r3) 00:28:18 (4/4) Installing curl (7.69.1-r3) 00:28:18 Executing busybox-1.31.1-r19.trigger 00:28:18 Executing ca-certificates-20191127-r4.trigger 00:28:18 OK: 7 MiB in 18 packages 00:28:21 Removing intermediate container 326d47567fd0 00:28:21 ---> e8b8b64aae56 00:28:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:28:21 ---> Running in 7d69397bcf6a 00:28:22 Removing intermediate container 7d69397bcf6a 00:28:22 ---> 87b0a3162f6c 00:28:22 Step 13/21 : WORKDIR /edgex 00:28:22 ---> Running in 7f5946e09195 00:28:23 Removing intermediate container 7f5946e09195 00:28:23 ---> 4b3c30bf8178 00:28:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:28:25 ---> 26278a00e175 00:28:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:28:27 ---> 8efb1f8c96e9 00:28:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:28:28 ---> ab31389a7e93 00:28:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:28:28 Removing intermediate container b632821964b3 00:28:28 ---> 0c77fe3a8ba0 00:28:28 00:28:28 Step 10/23 : FROM alpine:3.12 00:28:28 ---> afeebe901d6b 00:28:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:28:28 ---> Using cache 00:28:28 ---> 04d33b17a725 00:28:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:28:28 ---> Using cache 00:28:28 ---> c3b72a88b561 00:28:28 Step 13/23 : ENV APP_PORT=48082 00:28:28 ---> Running in a0f38c50d040 00:28:28 ---> Running in 4d620cdd29fd 00:28:29 Removing intermediate container a0f38c50d040 00:28:29 ---> 1e0c1efbda07 00:28:29 Step 18/21 : CMD ["--init=true"] 00:28:29 Removing intermediate container 4d620cdd29fd 00:28:29 ---> d9700240e44d 00:28:29 Step 14/23 : EXPOSE $APP_PORT 00:28:30 ---> Running in c4751d374dfc 00:28:30 ---> Running in 010b39220810 00:28:31 Removing intermediate container 010b39220810 00:28:31 ---> 19d0920e6964 00:28:31 Step 15/23 : WORKDIR / 00:28:31 Removing intermediate container c4751d374dfc 00:28:31 ---> 10a1c7eb0d24 00:28:31 Step 19/21 : LABEL arch=arm64 00:28:31 ---> Running in b55b0cbdd011 00:28:32 ---> Running in 19e8df1256df 00:28:32 Removing intermediate container 546eabdd7c6a 00:28:32 ---> 0c958d08d5bc 00:28:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:28:32 ---> Running in ba19d826f5c5 00:28:32 Removing intermediate container b55b0cbdd011 00:28:32 ---> ab873a88e546 00:28:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:32 Removing intermediate container 27a844b0fea4 00:28:32 ---> f91f04fc4815 00:28:32 00:28:32 Step 10/23 : FROM alpine:3.12 00:28:32 ---> afeebe901d6b 00:28:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:28:32 ---> Using cache 00:28:32 ---> 04d33b17a725 00:28:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:28:32 ---> Using cache 00:28:32 ---> c3b72a88b561 00:28:32 Step 13/23 : ENV APP_PORT=48081 00:28:32 Removing intermediate container 19e8df1256df 00:28:32 ---> ad85fdf575f9 00:28:32 Step 20/21 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:28:32 ---> Running in 0c82eb7aa7b2 00:28:33 ---> Running in 07f96ffdcf19 00:28:33 ---> 8b2780b2a93f 00:28:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:28:33 Removing intermediate container 0c82eb7aa7b2 00:28:33 ---> 258f8b5972c9 00:28:33 Step 14/23 : EXPOSE $APP_PORT 00:28:33 Removing intermediate container 07f96ffdcf19 00:28:33 ---> b33cb5b26969 00:28:33 Step 21/21 : LABEL version=0.0.0 00:28:33 ---> Running in 74f4f95edc8c 00:28:33 ---> Running in e081f1418d02 00:28:33 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 00:28:34 Removing intermediate container 74f4f95edc8c 00:28:34 ---> 14736427a5e7 00:28:34 Step 15/23 : WORKDIR / 00:28:34 Removing intermediate container e081f1418d02 00:28:34 ---> 37f3de45e573 00:28:34 00:28:34 ---> Running in ef641309e55b 00:28:35 ---> 574bb088aec0 00:28:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:28:35 Successfully built 37f3de45e573 00:28:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:28:35  Building docker-security-proxy-setup-go ... done Removing intermediate container ef641309e55b 00:28:35 ---> d7ba8c30ca66 00:28:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:28:36 ---> ae9dda66e58c 00:28:36 Step 19/23 : ENTRYPOINT ["/core-command"] 00:28:36 ---> Running in 21582d30ece4 00:28:36 ---> 15004e81b7d0 00:28:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:28:37 Removing intermediate container 21582d30ece4 00:28:37 ---> c48597fa438a 00:28:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:37 Removing intermediate container ba19d826f5c5 00:28:37 ---> fbd2bdb036bd 00:28:37 00:28:37 Step 11/26 : FROM docker:20.10.0 00:28:37 20.10.0: Pulling from library/docker 00:28:37 ---> Running in a2bb83d5c199 00:28:38 Removing intermediate container a2bb83d5c199 00:28:38 ---> 4e6fa595909c 00:28:38 Step 21/23 : LABEL arch=arm64 00:28:38 ---> 18f29325c14e 00:28:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:28:38 ---> Running in 4fefef0e8b7a 00:28:39 Removing intermediate container 4fefef0e8b7a 00:28:39 ---> 53969be53db8 00:28:39 Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:28:39 ---> 53a3c88d27a0 00:28:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:28:39 ---> Running in 04a93dff3e7b 00:28:39 ---> Running in 1c0846cbd65b 00:28:40 Removing intermediate container 04a93dff3e7b 00:28:40 ---> da115c1fb73a 00:28:40 Step 23/23 : LABEL version=0.0.0 00:28:40 ---> Running in 5aebe89f228b 00:28:40 Removing intermediate container 1c0846cbd65b 00:28:40 ---> e4fa9214adc8 00:28:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:40 ---> Running in 2e48e3e87ce8 00:28:41 Removing intermediate container 5aebe89f228b 00:28:41 ---> 90dd75732515 00:28:41 00:28:41 Successfully built 90dd75732515 00:28:41 Successfully tagged docker-core-command-go-arm64:latest 00:28:41  Building docker-core-command-go ... done Removing intermediate container 2e48e3e87ce8 00:28:41 ---> b251eb881c06 00:28:41 Step 21/23 : LABEL arch=arm64 00:28:42 ---> Running in 737f035d63de 00:28:42 Removing intermediate container 737f035d63de 00:28:42 ---> 62f0a69aa8fd 00:28:42 Step 22/23 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:28:43 ---> Running in fa6c76576ed4 00:28:43 Removing intermediate container fa6c76576ed4 00:28:43 ---> 50570cda3359 00:28:43 Step 23/23 : LABEL version=0.0.0 00:28:43 ---> Running in 2ffa948dc41e 00:28:44 Removing intermediate container 2ffa948dc41e 00:28:44 ---> 77819f257378 00:28:44 00:28:45 Successfully built 77819f257378 00:28:45 Successfully tagged docker-core-metadata-go-arm64:latest 00:28:46  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:28:46 Status: Downloaded newer image for docker:20.10.0 00:28:46 ---> eeaf43b92773 00:28:46 Step 12/26 : RUN apk add --no-cache bash 00:28:46 ---> Running in 00c2767e30d8 00:28:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:48 (1/2) Installing readline (8.0.4-r0) 00:28:48 (2/2) Installing bash (5.0.17-r0) 00:28:48 Executing bash-5.0.17-r0.post-install 00:28:48 Executing busybox-1.31.1-r19.trigger 00:28:48 OK: 12 MiB in 22 packages 00:28:50 Removing intermediate container 00c2767e30d8 00:28:50 ---> 418da3670956 00:28:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:28:50 ---> Running in 44aab9dfdd13 00:28:50 Removing intermediate container 44aab9dfdd13 00:28:50 ---> e0403e3be3cd 00:28:50 Step 14/26 : ENV APP_PORT=48090 00:28:50 ---> Running in 8b7698277509 00:28:51 Removing intermediate container 8b7698277509 00:28:51 ---> 847d68bbed0f 00:28:51 Step 15/26 : EXPOSE $APP_PORT 00:28:51 ---> Running in 0d392a9e553b 00:28:52 Removing intermediate container 0d392a9e553b 00:28:52 ---> 261539f62075 00:28:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:28:53 ---> 043b10d56e9e 00:28:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:28:54 ---> 6f6bf88fc850 00:28:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:28:54 ---> c862ac9278b3 00:28:54 Step 19/26 : RUN apk --no-cache add py3-pip 00:28:54 ---> Running in b2dec72505a2 00:28:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:56 (1/33) Installing libbz2 (1.0.8-r1) 00:28:56 (2/33) Installing expat (2.2.9-r1) 00:28:56 (3/33) Installing libffi (3.3-r2) 00:28:56 (4/33) Installing gdbm (1.13-r1) 00:28:56 (5/33) Installing xz-libs (5.2.5-r0) 00:28:56 (6/33) Installing sqlite-libs (3.32.1-r0) 00:28:56 (7/33) Installing python3 (3.8.5-r1) 00:28:58 (8/33) Installing py3-appdirs (1.4.4-r1) 00:28:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:28:58 (10/33) Installing py3-parsing (2.4.7-r0) 00:28:58 (11/33) Installing py3-six (1.15.0-r0) 00:28:58 (12/33) Installing py3-packaging (20.4-r0) 00:28:58 (13/33) Installing py3-setuptools (47.0.0-r0) 00:28:58 (14/33) Installing py3-chardet (3.0.4-r4) 00:28:58 (15/33) Installing py3-idna (2.9-r0) 00:28:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:28:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:28:58 (18/33) Installing py3-requests (2.23.0-r0) 00:28:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:28:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:28:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:28:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:28:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:28:58 (24/33) Installing py3-distro (1.5.0-r1) 00:28:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:28:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:28:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:28:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:28:58 (29/33) Installing py3-progress (1.5-r0) 00:28:58 (30/33) Installing py3-toml (0.10.1-r0) 00:28:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:28:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:28:58 (33/33) Installing py3-pip (20.1.1-r0) 00:28:58 Executing busybox-1.31.1-r19.trigger 00:28:58 OK: 71 MiB in 55 packages 00:29:07 Removing intermediate container b2dec72505a2 00:29:07 ---> 147354ddf107 00:29:07 Step 20/26 : RUN pip install docker-compose==1.23.2 00:29:07 ---> Running in 7b6004fe3220 00:29:10 Collecting docker-compose==1.23.2 00:29:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:29:11 Collecting jsonschema<3,>=2.5.1 00:29:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:29:11 Collecting cached-property<2,>=1.2.0 00:29:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:29:12 Collecting dockerpty<0.5,>=0.4.1 00:29:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:29:14 Collecting texttable<0.10,>=0.9.0 00:29:14 Downloading texttable-0.9.1.tar.gz (11 kB) 00:29:16 Collecting docopt<0.7,>=0.6.1 00:29:16 Downloading docopt-0.6.2.tar.gz (25 kB) 00:29:18 Collecting PyYAML<4,>=3.10 00:29:18 Downloading PyYAML-3.13.tar.gz (270 kB) 00:29:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:29:21 Collecting docker<4.0,>=3.6.0 00:29:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:29:22 Collecting websocket-client<1.0,>=0.32.0 00:29:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:29:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:29:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:29:23 Collecting docker-pycreds>=0.4.0 00:29:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:29:23 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:29:24 Collecting urllib3<1.25,>=1.21.1 00:29:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:29:24 Collecting idna<2.8,>=2.5 00:29:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:29:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:29:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:29:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:29:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:29:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:29:25 Installing collected packages: jsonschema, cached-property, dockerpty, texttable, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docker-compose 00:29:26 Running setup.py install for dockerpty: started 00:29:28 Running setup.py install for dockerpty: finished with status 'done' 00:29:28 Running setup.py install for texttable: started 00:29:29 Running setup.py install for texttable: finished with status 'done' 00:29:29 Running setup.py install for docopt: started 00:29:31 Running setup.py install for docopt: finished with status 'done' 00:29:31 Running setup.py install for PyYAML: started 00:29:33 Running setup.py install for PyYAML: finished with status 'done' 00:29:33 Attempting uninstall: urllib3 00:29:33 Found existing installation: urllib3 1.25.9 00:29:33 Uninstalling urllib3-1.25.9: 00:29:33 Successfully uninstalled urllib3-1.25.9 00:29:34 Attempting uninstall: idna 00:29:34 Found existing installation: idna 2.9 00:29:34 Uninstalling idna-2.9: 00:29:34 Successfully uninstalled idna-2.9 00:29:34 Attempting uninstall: requests 00:29:34 Found existing installation: requests 2.23.0 00:29:34 Uninstalling requests-2.23.0: 00:29:34 Successfully uninstalled requests-2.23.0 00:29:37 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 00:29:41 Removing intermediate container 7b6004fe3220 00:29:41 ---> f4db4d2efa9b 00:29:41 Step 21/26 : RUN apk --no-cache add curl 00:29:41 ---> Running in db6e0567c36f 00:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:29:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:29:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:29:43 (2/3) Installing libcurl (7.69.1-r3) 00:29:43 (3/3) Installing curl (7.69.1-r3) 00:29:43 Executing busybox-1.31.1-r19.trigger 00:29:43 OK: 71 MiB in 58 packages 00:29:44 Removing intermediate container db6e0567c36f 00:29:44 ---> ee13aba66d1c 00:29:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:29:44 ---> Running in aa4ff78d04c6 00:29:44 Removing intermediate container aa4ff78d04c6 00:29:44 ---> 5cf983f006be 00:29:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:29:45 ---> Running in e32c86561477 00:29:45 Removing intermediate container e32c86561477 00:29:45 ---> d719bc05f766 00:29:45 Step 24/26 : LABEL arch=arm64 00:29:45 ---> Running in c7e98b61204a 00:29:46 Removing intermediate container c7e98b61204a 00:29:46 ---> de1b0fd573a1 00:29:46 Step 25/26 : LABEL git_sha=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 00:29:46 ---> Running in 4a6703883d67 00:29:46 Removing intermediate container 4a6703883d67 00:29:46 ---> 7aee59ea11d6 00:29:46 Step 26/26 : LABEL version=0.0.0 00:29:46 ---> Running in 07b7f6bc3a7c 00:29:47 Removing intermediate container 07b7f6bc3a7c 00:29:47 ---> 553123722327 00:29:47 00:29:47 Successfully built 553123722327 00:29:47 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:29:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:29:47 $ docker stop --time=1 6c7066fbb62d0d7b847908135a1aa76e0ff9a62b21cf06409a3f856b98455121 00:29:49 $ docker rm -f 6c7066fbb62d0d7b847908135a1aa76e0ff9a62b21cf06409a3f856b98455121 [Pipeline] // withDockerContainer [Pipeline] sh 00:29:50 + docker images 00:29:50 + grep docker 00:29:50 docker-sys-mgmt-agent-go-arm64 latest 553123722327 3 seconds ago 300MB 00:29:50 docker-core-metadata-go-arm64 latest 77819f257378 About a minute ago 17.9MB 00:29:50 docker-core-command-go-arm64 latest 90dd75732515 About a minute ago 16.2MB 00:29:50 docker-security-proxy-setup-go-arm64 latest 37f3de45e573 About a minute ago 23.4MB 00:29:50 docker-core-data-go-arm64 latest d5da19e082f0 3 minutes ago 21.1MB 00:29:50 docker-security-bootstrapper-go-arm64 latest 4ca925e2b5b1 3 minutes ago 17.3MB 00:29:50 docker-support-notifications-go-arm64 latest 967ed67966d9 3 minutes ago 16.8MB 00:29:50 docker-support-scheduler-go-arm64 latest f7d7fed9c8c4 3 minutes ago 16.3MB 00:29:50 docker-security-secretstore-setup-go-arm64 latest 475f6a08ba21 4 minutes ago 23.7MB 00:29:50 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 00:29:52 provisioning config files... 00:29:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config3399258946806052993tmp [Pipeline] { [Pipeline] sh 00:29:53 + set +x 00:29:53 + curl -s https://codecov.io/bash 00:29:53 + bash -s -- 00:29:53 00:29:53 _____ _ 00:29:53 / ____| | | 00:29:53 | | ___ __| | ___ ___ _____ __ 00:29:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:29:53 | |___| (_) | (_| | __/ (_| (_) \ V / 00:29:53 \_____\___/ \__,_|\___|\___\___/ \_/ 00:29:53 Bash-20210129-7c25fce 00:29:53 00:29:53 00:29:53 ==> git version 2.24.3 found 00:29:53 ==> 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 00:29:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:29:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:29:53 ==> Jenkins CI detected. 00:29:53 project root: . 00:29:53 --> token set from env 00:29:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:29:53 ==> Running gcov in . (disable via -X gcov) 00:29:53 ==> Python coveragepy not found 00:29:53 ==> Searching for coverage reports in: 00:29:53 + . 00:29:54 -> Found 1 reports 00:29:54 ==> Detecting git/mercurial file structure 00:29:54 ==> Reading reports 00:29:54 + ./coverage.out bytes=591368 00:29:54 ==> Appending adjustments 00:29:54 https://docs.codecov.io/docs/fixing-reports 00:29:57 + Found adjustments 00:29:57 ==> Gzipping contents 00:29:57 88K /tmp/codecov.TpYwq5.gz 00:29:57 ==> Uploading reports 00:29:57 url: https://codecov.io 00:29:57 query: branch=PR-3181&commit=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3181%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3181&job=&cmd_args= 00:29:57 -> Pinging Codecov 00:29:57 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3181&commit=c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3181%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3181&job=&cmd_args= 00:29:57 -> Uploading to 00:29:57 https://storage.googleapis.com/codecov/v4/raw/2021-02-20/00271124DB129430A58F1EEE437C3FCB/c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42/5e3f439f-f308-4931-816c-f2299aee7404.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210220T002957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7af9dda8de6f84ebbf592bf4a055a81280f5765d0dcc430ab2dca5a52f19ce3f 00:29:57 % Total % Received % Xferd Average Speed Time Time Time Current 00:29:57 Dload Upload Total Spent Left Speed 00:29:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88321 0 0 100 88321 0 154k --:--:-- --:--:-- --:--:-- 154k 00:29:58 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c2fb34d661e3a4c031ad8fe2f5834d402e1c1e42 [Pipeline] } 00:29:58 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 00:30:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:30:01 ---> package-listing.sh 00:30:01 ++ facter osfamily 00:30:01 ++ tr '[:upper:]' '[:lower:]' 00:30:01 + OS_FAMILY=redhat 00:30:01 + workspace=/w/workspace/edgex-go/12 00:30:01 + START_PACKAGES=/tmp/packages_start.txt 00:30:01 + END_PACKAGES=/tmp/packages_end.txt 00:30:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:30:01 + PACKAGES=/tmp/packages_start.txt 00:30:01 + '[' /w/workspace/edgex-go/12 ']' 00:30:01 + PACKAGES=/tmp/packages_end.txt 00:30:01 + case "${OS_FAMILY}" in 00:30:01 + rpm -qa 00:30:01 + sort 00:30:06 + '[' -f /tmp/packages_start.txt ']' 00:30:06 + '[' -f /tmp/packages_end.txt ']' 00:30:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:30:06 + '[' /w/workspace/edgex-go/12 ']' 00:30:06 + mkdir -p /w/workspace/edgex-go/12/archives/ 00:30:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 00:30:06 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:30:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:30:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:30:07 00:30:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:30:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:30:08 alpine: Pulling from edgex-lftools-log-publisher 00:30:08 df20fa9351a1: Pulling fs layer 00:30:08 36b3adc4ff6f: Pulling fs layer 00:30:08 8ad3a11d3b57: Pulling fs layer 00:30:08 46f8f816bc3b: Pulling fs layer 00:30:08 93b61091891f: Pulling fs layer 00:30:08 93b9cdb0e59b: Pulling fs layer 00:30:08 5e14af77c1be: Pulling fs layer 00:30:08 01666e4c0597: Pulling fs layer 00:30:08 aa168da1d23b: Pulling fs layer 00:30:08 93b61091891f: Waiting 00:30:08 93b9cdb0e59b: Waiting 00:30:08 5e14af77c1be: Waiting 00:30:08 01666e4c0597: Waiting 00:30:08 aa168da1d23b: Waiting 00:30:08 46f8f816bc3b: Waiting 00:30:08 36b3adc4ff6f: Verifying Checksum 00:30:08 36b3adc4ff6f: Download complete 00:30:08 46f8f816bc3b: Verifying Checksum 00:30:08 46f8f816bc3b: Download complete 00:30:08 df20fa9351a1: Download complete 00:30:08 93b9cdb0e59b: Verifying Checksum 00:30:08 93b9cdb0e59b: Download complete 00:30:08 5e14af77c1be: Download complete 00:30:08 93b61091891f: Verifying Checksum 00:30:08 93b61091891f: Download complete 00:30:08 01666e4c0597: Download complete 00:30:08 8ad3a11d3b57: Verifying Checksum 00:30:08 8ad3a11d3b57: Download complete 00:30:08 df20fa9351a1: Pull complete 00:30:09 36b3adc4ff6f: Pull complete 00:30:10 8ad3a11d3b57: Pull complete 00:30:10 46f8f816bc3b: Pull complete 00:30:10 aa168da1d23b: Verifying Checksum 00:30:10 aa168da1d23b: Download complete 00:30:11 93b61091891f: Pull complete 00:30:11 93b9cdb0e59b: Pull complete 00:30:12 5e14af77c1be: Pull complete 00:30:12 01666e4c0597: Pull complete 00:30:20 aa168da1d23b: Pull complete 00:30:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:30:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:30:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:30:20 prd-centos7-docker-4c-2g-26997 does not seem to be running inside a container 00:30:20 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:30:26 $ docker top ce867e14a0927e5a8e9dbcf411a61d438dc7eb10f5a1cdd975d172be9c4028a5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:30:26 + touch /tmp/pre-build-complete [Pipeline] sh 00:30:27 + mkdir -p /var/log/sa [Pipeline] sh 00:30:27 + ls /var/log/sa-host 00:30:27 + sadf -c /var/log/sa-host/sa20 00:30:27 file_magic: OK 00:30:27 HZ: Using current value: 100 00:30:27 file_header: OK 00:30:27 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 00:30:27 Statistics: 00:30:27 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... 00:30:27 File successfully converted to sysstat format version 12.2.1 00:30:27 + sadf -c /var/log/sa-host/sa23 00:30:27 file_magic: OK 00:30:27 HZ: Using current value: 100 00:30:27 file_header: OK 00:30:27 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 00:30:27 Statistics: 00:30:27 Hnuu...uuuununununu... 00:30:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:30:28 provisioning config files... 00:30:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config930331174051962684tmp [Pipeline] { [Pipeline] echo 00:30:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:30:28 ---> create-netrc.sh [Pipeline] } 00:30:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:30:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:30:28 ---> python-tools-install.sh [Pipeline] echo 00:30:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:30:29 ---> sudo-logs.sh 00:30:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:30:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:30:29 ---> job-cost.sh 00:30:29 lf-activate-venv: SKIPPING 00:30:29 INFO: No Stack... 00:30:30 INFO: Retrieving Pricing Info for: v1-standard-2 00:30:31 INFO: Archiving Costs [Pipeline] echo 00:30:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:30:31 ---> logs-deploy.sh 00:30:31 lf-activate-venv: SKIPPING 00:30:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3181/12 00:30:31 INFO: archiving workspace using pattern(s): 00:30:32 Archives upload complete. 00:30:33 INFO: archiving logs to Nexus